#[allow(clippy::unnecessary_wraps)]
pub fn de_create_application_snapshot_http_error(
_response_status: u16,
_response_headers: &::aws_smithy_runtime_api::http::Headers,
_response_body: &[u8],
) -> std::result::Result<
crate::operation::create_application_snapshot::CreateApplicationSnapshotOutput,
crate::operation::create_application_snapshot::CreateApplicationSnapshotError,
> {
#[allow(unused_mut)]
let mut generic_builder = crate::protocol_serde::parse_http_error_metadata(_response_status, _response_headers, _response_body)
.map_err(crate::operation::create_application_snapshot::CreateApplicationSnapshotError::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::create_application_snapshot::CreateApplicationSnapshotError::unhandled(
generic,
))
}
};
let _error_message = generic.message().map(|msg| msg.to_owned());
Err(match error_code {
"InvalidApplicationConfigurationException" => {
crate::operation::create_application_snapshot::CreateApplicationSnapshotError::InvalidApplicationConfigurationException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::InvalidApplicationConfigurationExceptionBuilder::default();
output = crate::protocol_serde::shape_invalid_application_configuration_exception::de_invalid_application_configuration_exception_json_err(_response_body, output).map_err(crate::operation::create_application_snapshot::CreateApplicationSnapshotError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
})
}
"InvalidArgumentException" => crate::operation::create_application_snapshot::CreateApplicationSnapshotError::InvalidArgumentException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::InvalidArgumentExceptionBuilder::default();
output = crate::protocol_serde::shape_invalid_argument_exception::de_invalid_argument_exception_json_err(_response_body, output)
.map_err(crate::operation::create_application_snapshot::CreateApplicationSnapshotError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
}),
"InvalidRequestException" => crate::operation::create_application_snapshot::CreateApplicationSnapshotError::InvalidRequestException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::InvalidRequestExceptionBuilder::default();
output = crate::protocol_serde::shape_invalid_request_exception::de_invalid_request_exception_json_err(_response_body, output)
.map_err(crate::operation::create_application_snapshot::CreateApplicationSnapshotError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
}),
"LimitExceededException" => crate::operation::create_application_snapshot::CreateApplicationSnapshotError::LimitExceededException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::LimitExceededExceptionBuilder::default();
output = crate::protocol_serde::shape_limit_exceeded_exception::de_limit_exceeded_exception_json_err(_response_body, output)
.map_err(crate::operation::create_application_snapshot::CreateApplicationSnapshotError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
}),
"ResourceInUseException" => crate::operation::create_application_snapshot::CreateApplicationSnapshotError::ResourceInUseException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::ResourceInUseExceptionBuilder::default();
output = crate::protocol_serde::shape_resource_in_use_exception::de_resource_in_use_exception_json_err(_response_body, output)
.map_err(crate::operation::create_application_snapshot::CreateApplicationSnapshotError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
}),
"ResourceNotFoundException" => crate::operation::create_application_snapshot::CreateApplicationSnapshotError::ResourceNotFoundException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::ResourceNotFoundExceptionBuilder::default();
output = crate::protocol_serde::shape_resource_not_found_exception::de_resource_not_found_exception_json_err(_response_body, output)
.map_err(crate::operation::create_application_snapshot::CreateApplicationSnapshotError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
}),
"UnsupportedOperationException" => {
crate::operation::create_application_snapshot::CreateApplicationSnapshotError::UnsupportedOperationException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::UnsupportedOperationExceptionBuilder::default();
output = crate::protocol_serde::shape_unsupported_operation_exception::de_unsupported_operation_exception_json_err(
_response_body,
output,
)
.map_err(crate::operation::create_application_snapshot::CreateApplicationSnapshotError::unhandled)?;
let output = output.meta(generic);
output.build()
};
if tmp.message.is_none() {
tmp.message = _error_message;
}
tmp
})
}
_ => crate::operation::create_application_snapshot::CreateApplicationSnapshotError::generic(generic),
})
}
#[allow(clippy::unnecessary_wraps)]
pub fn de_create_application_snapshot_http_response(
_response_status: u16,
_response_headers: &::aws_smithy_runtime_api::http::Headers,
_response_body: &[u8],
) -> std::result::Result<
crate::operation::create_application_snapshot::CreateApplicationSnapshotOutput,
crate::operation::create_application_snapshot::CreateApplicationSnapshotError,
> {
Ok({
#[allow(unused_mut)]
let mut output = crate::operation::create_application_snapshot::builders::CreateApplicationSnapshotOutputBuilder::default();
output._set_request_id(::aws_types::request_id::RequestId::request_id(_response_headers).map(str::to_string));
output.build()
})
}
pub fn ser_create_application_snapshot_input(
input: &crate::operation::create_application_snapshot::CreateApplicationSnapshotInput,
) -> ::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_create_application_snapshot_input::ser_create_application_snapshot_input_input(&mut object, input)?;
object.finish();
Ok(::aws_smithy_types::body::SdkBody::from(out))
}