#[allow(clippy::unnecessary_wraps)]
pub fn de_decline_handshake_http_error(
_response_status: u16,
_response_headers: &::aws_smithy_runtime_api::http::Headers,
_response_body: &[u8],
) -> std::result::Result<crate::operation::decline_handshake::DeclineHandshakeOutput, crate::operation::decline_handshake::DeclineHandshakeError> {
#[allow(unused_mut)]
let mut generic_builder = crate::protocol_serde::parse_http_error_metadata(_response_status, _response_headers, _response_body)
.map_err(crate::operation::decline_handshake::DeclineHandshakeError::unhandled)?;
generic_builder = ::aws_types::request_id::apply_request_id(generic_builder, _response_headers);
let generic = generic_builder.build();
let error_code = match generic.code() {
Some(code) => code,
None => return Err(crate::operation::decline_handshake::DeclineHandshakeError::unhandled(generic)),
};
let _error_message = generic.message().map(|msg| msg.to_owned());
Err(match error_code {
"AccessDeniedException" => crate::operation::decline_handshake::DeclineHandshakeError::AccessDeniedException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::AccessDeniedExceptionBuilder::default();
output = crate::protocol_serde::shape_access_denied_exception::de_access_denied_exception_json_err(_response_body, output)
.map_err(crate::operation::decline_handshake::DeclineHandshakeError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
}),
"ConcurrentModificationException" => crate::operation::decline_handshake::DeclineHandshakeError::ConcurrentModificationException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::ConcurrentModificationExceptionBuilder::default();
output = crate::protocol_serde::shape_concurrent_modification_exception::de_concurrent_modification_exception_json_err(
_response_body,
output,
)
.map_err(crate::operation::decline_handshake::DeclineHandshakeError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
}),
"HandshakeAlreadyInStateException" => crate::operation::decline_handshake::DeclineHandshakeError::HandshakeAlreadyInStateException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::HandshakeAlreadyInStateExceptionBuilder::default();
output = crate::protocol_serde::shape_handshake_already_in_state_exception::de_handshake_already_in_state_exception_json_err(
_response_body,
output,
)
.map_err(crate::operation::decline_handshake::DeclineHandshakeError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
}),
"HandshakeNotFoundException" => crate::operation::decline_handshake::DeclineHandshakeError::HandshakeNotFoundException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::HandshakeNotFoundExceptionBuilder::default();
output =
crate::protocol_serde::shape_handshake_not_found_exception::de_handshake_not_found_exception_json_err(_response_body, output)
.map_err(crate::operation::decline_handshake::DeclineHandshakeError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
}),
"InvalidHandshakeTransitionException" => crate::operation::decline_handshake::DeclineHandshakeError::InvalidHandshakeTransitionException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::InvalidHandshakeTransitionExceptionBuilder::default();
output = crate::protocol_serde::shape_invalid_handshake_transition_exception::de_invalid_handshake_transition_exception_json_err(
_response_body,
output,
)
.map_err(crate::operation::decline_handshake::DeclineHandshakeError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
}),
"InvalidInputException" => crate::operation::decline_handshake::DeclineHandshakeError::InvalidInputException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::InvalidInputExceptionBuilder::default();
output = crate::protocol_serde::shape_invalid_input_exception::de_invalid_input_exception_json_err(_response_body, output)
.map_err(crate::operation::decline_handshake::DeclineHandshakeError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
}),
"ServiceException" => crate::operation::decline_handshake::DeclineHandshakeError::ServiceException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::ServiceExceptionBuilder::default();
output = crate::protocol_serde::shape_service_exception::de_service_exception_json_err(_response_body, output)
.map_err(crate::operation::decline_handshake::DeclineHandshakeError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
}),
"TooManyRequestsException" => crate::operation::decline_handshake::DeclineHandshakeError::TooManyRequestsException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::TooManyRequestsExceptionBuilder::default();
output = crate::protocol_serde::shape_too_many_requests_exception::de_too_many_requests_exception_json_err(_response_body, output)
.map_err(crate::operation::decline_handshake::DeclineHandshakeError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
}),
_ => crate::operation::decline_handshake::DeclineHandshakeError::generic(generic),
})
}
#[allow(clippy::unnecessary_wraps)]
pub fn de_decline_handshake_http_response(
_response_status: u16,
_response_headers: &::aws_smithy_runtime_api::http::Headers,
_response_body: &[u8],
) -> std::result::Result<crate::operation::decline_handshake::DeclineHandshakeOutput, crate::operation::decline_handshake::DeclineHandshakeError> {
Ok({
#[allow(unused_mut)]
let mut output = crate::operation::decline_handshake::builders::DeclineHandshakeOutputBuilder::default();
output = crate::protocol_serde::shape_decline_handshake::de_decline_handshake(_response_body, output)
.map_err(crate::operation::decline_handshake::DeclineHandshakeError::unhandled)?;
output._set_request_id(::aws_types::request_id::RequestId::request_id(_response_headers).map(str::to_string));
output.build()
})
}
pub fn ser_decline_handshake_input(
input: &crate::operation::decline_handshake::DeclineHandshakeInput,
) -> ::std::result::Result<::aws_smithy_types::body::SdkBody, ::aws_smithy_types::error::operation::SerializationError> {
let mut out = String::new();
let mut object = ::aws_smithy_json::serialize::JsonObjectWriter::new(&mut out);
crate::protocol_serde::shape_decline_handshake_input::ser_decline_handshake_input_input(&mut object, input)?;
object.finish();
Ok(::aws_smithy_types::body::SdkBody::from(out))
}
pub(crate) fn de_decline_handshake(
_value: &[u8],
mut builder: crate::operation::decline_handshake::builders::DeclineHandshakeOutputBuilder,
) -> ::std::result::Result<
crate::operation::decline_handshake::builders::DeclineHandshakeOutputBuilder,
::aws_smithy_json::deserialize::error::DeserializeError,
> {
let mut tokens_owned = ::aws_smithy_json::deserialize::json_token_iter(crate::protocol_serde::or_empty_doc(_value)).peekable();
let tokens = &mut tokens_owned;
#[allow(unused_variables)]
let depth = 0u32;
::aws_smithy_json::deserialize::token::expect_start_object(tokens.next())?;
loop {
match tokens.next().transpose()? {
Some(::aws_smithy_json::deserialize::Token::EndObject { .. }) => break,
Some(::aws_smithy_json::deserialize::Token::ObjectKey { key, .. }) => match key.to_unescaped()?.as_ref() {
"Handshake" => {
builder = builder.set_handshake(crate::protocol_serde::shape_handshake::de_handshake(tokens, _value, depth + 1)?);
}
_ => ::aws_smithy_json::deserialize::token::skip_value(tokens)?,
},
other => {
return Err(::aws_smithy_json::deserialize::error::DeserializeError::custom(format!(
"expected object key or end object, found: {other:?}"
)))
}
}
}
if tokens.next().is_some() {
return Err(::aws_smithy_json::deserialize::error::DeserializeError::custom(
"found more JSON tokens after completing parsing",
));
}
Ok(builder)
}