Trait aws_smithy_http_server::service::ServiceShape
source · pub trait ServiceShape {
type Protocol;
type Operations;
const ID: ShapeId;
const VERSION: Option<&'static str>;
}
Expand description
Models the Smithy Service shape.
Required Associated Types§
sourcetype Operations
type Operations
An enumeration of all operations contained in this service.