Type Alias aws_smithy_client::bounds::Parsed
source · pub type Parsed<S, O, Retry> = ParseResponseService<S, O, Retry>;
Expand description
A service that has parsed a raw Smithy response.
Aliased Type§
struct Parsed<S, O, Retry> { /* private fields */ }