Trait aws_smithy_http::response::ParseStrictResponse
source · pub trait ParseStrictResponse {
type Output;
// Required method
fn parse(&self, response: &Response<Bytes>) -> Self::Output;
// Provided method
fn sensitive(&self) -> bool { ... }
}
Expand description
Convenience Trait for non-streaming APIs
ParseStrictResponse
enables operations that never need to stream the body incrementally to
have cleaner implementations. There is a blanket implementation