pub type Parsed<S, O, Retry> = ParseResponseService<S, O, Retry>;
Expand description

A service that has parsed a raw Smithy response.