#[allow(clippy::unnecessary_wraps)]
pub fn de_describe_engagement_http_error(
_response_status: u16,
_response_headers: &::aws_smithy_runtime_api::http::Headers,
_response_body: &[u8],
) -> std::result::Result<
crate::operation::describe_engagement::DescribeEngagementOutput,
crate::operation::describe_engagement::DescribeEngagementError,
> {
#[allow(unused_mut)]
let mut generic_builder = crate::protocol_serde::parse_http_error_metadata(_response_status, _response_headers, _response_body)
.map_err(crate::operation::describe_engagement::DescribeEngagementError::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::describe_engagement::DescribeEngagementError::unhandled(generic)),
};
let _error_message = generic.message().map(|msg| msg.to_owned());
Err(match error_code {
"AccessDeniedException" => crate::operation::describe_engagement::DescribeEngagementError::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::describe_engagement::DescribeEngagementError::unhandled)?;
let output = output.meta(generic);
crate::serde_util::access_denied_exception_correct_errors(output)
.build()
.map_err(crate::operation::describe_engagement::DescribeEngagementError::unhandled)?
};
tmp
}),
"DataEncryptionException" => crate::operation::describe_engagement::DescribeEngagementError::DataEncryptionException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::DataEncryptionExceptionBuilder::default();
output = crate::protocol_serde::shape_data_encryption_exception::de_data_encryption_exception_json_err(_response_body, output)
.map_err(crate::operation::describe_engagement::DescribeEngagementError::unhandled)?;
let output = output.meta(generic);
crate::serde_util::data_encryption_exception_correct_errors(output)
.build()
.map_err(crate::operation::describe_engagement::DescribeEngagementError::unhandled)?
};
tmp
}),
"InternalServerException" => crate::operation::describe_engagement::DescribeEngagementError::InternalServerException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::InternalServerExceptionBuilder::default();
output = crate::protocol_serde::shape_internal_server_exception::de_internal_server_exception_json_err(_response_body, output)
.map_err(crate::operation::describe_engagement::DescribeEngagementError::unhandled)?;
let output = output.meta(generic);
crate::serde_util::internal_server_exception_correct_errors(output)
.build()
.map_err(crate::operation::describe_engagement::DescribeEngagementError::unhandled)?
};
tmp
}),
"ResourceNotFoundException" => crate::operation::describe_engagement::DescribeEngagementError::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::describe_engagement::DescribeEngagementError::unhandled)?;
let output = output.meta(generic);
crate::serde_util::resource_not_found_exception_correct_errors(output)
.build()
.map_err(crate::operation::describe_engagement::DescribeEngagementError::unhandled)?
};
tmp
}),
"ThrottlingException" => crate::operation::describe_engagement::DescribeEngagementError::ThrottlingException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::ThrottlingExceptionBuilder::default();
output = crate::protocol_serde::shape_throttling_exception::de_throttling_exception_json_err(_response_body, output)
.map_err(crate::operation::describe_engagement::DescribeEngagementError::unhandled)?;
let output = output.meta(generic);
crate::serde_util::throttling_exception_correct_errors(output)
.build()
.map_err(crate::operation::describe_engagement::DescribeEngagementError::unhandled)?
};
tmp
}),
"ValidationException" => crate::operation::describe_engagement::DescribeEngagementError::ValidationException({
#[allow(unused_mut)]
let mut tmp = {
#[allow(unused_mut)]
let mut output = crate::types::error::builders::ValidationExceptionBuilder::default();
output = crate::protocol_serde::shape_validation_exception::de_validation_exception_json_err(_response_body, output)
.map_err(crate::operation::describe_engagement::DescribeEngagementError::unhandled)?;
let output = output.meta(generic);
crate::serde_util::validation_exception_correct_errors(output)
.build()
.map_err(crate::operation::describe_engagement::DescribeEngagementError::unhandled)?
};
tmp
}),
_ => crate::operation::describe_engagement::DescribeEngagementError::generic(generic),
})
}
#[allow(clippy::unnecessary_wraps)]
pub fn de_describe_engagement_http_response(
_response_status: u16,
_response_headers: &::aws_smithy_runtime_api::http::Headers,
_response_body: &[u8],
) -> std::result::Result<
crate::operation::describe_engagement::DescribeEngagementOutput,
crate::operation::describe_engagement::DescribeEngagementError,
> {
Ok({
#[allow(unused_mut)]
let mut output = crate::operation::describe_engagement::builders::DescribeEngagementOutputBuilder::default();
output = crate::protocol_serde::shape_describe_engagement::de_describe_engagement(_response_body, output)
.map_err(crate::operation::describe_engagement::DescribeEngagementError::unhandled)?;
output._set_request_id(::aws_types::request_id::RequestId::request_id(_response_headers).map(str::to_string));
crate::serde_util::describe_engagement_output_output_correct_errors(output)
.build()
.map_err(crate::operation::describe_engagement::DescribeEngagementError::unhandled)?
})
}
pub fn ser_describe_engagement_input(
input: &crate::operation::describe_engagement::DescribeEngagementInput,
) -> 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_describe_engagement_input::ser_describe_engagement_input_input(&mut object, input)?;
object.finish();
Ok(::aws_smithy_types::body::SdkBody::from(out))
}
pub(crate) fn de_describe_engagement(
value: &[u8],
mut builder: crate::operation::describe_engagement::builders::DescribeEngagementOutputBuilder,
) -> Result<crate::operation::describe_engagement::builders::DescribeEngagementOutputBuilder, ::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;
::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() {
"ContactArn" => {
builder = builder.set_contact_arn(
::aws_smithy_json::deserialize::token::expect_string_or_null(tokens.next())?
.map(|s| s.to_unescaped().map(|u| u.into_owned()))
.transpose()?,
);
}
"EngagementArn" => {
builder = builder.set_engagement_arn(
::aws_smithy_json::deserialize::token::expect_string_or_null(tokens.next())?
.map(|s| s.to_unescaped().map(|u| u.into_owned()))
.transpose()?,
);
}
"Sender" => {
builder = builder.set_sender(
::aws_smithy_json::deserialize::token::expect_string_or_null(tokens.next())?
.map(|s| s.to_unescaped().map(|u| u.into_owned()))
.transpose()?,
);
}
"Subject" => {
builder = builder.set_subject(
::aws_smithy_json::deserialize::token::expect_string_or_null(tokens.next())?
.map(|s| s.to_unescaped().map(|u| u.into_owned()))
.transpose()?,
);
}
"Content" => {
builder = builder.set_content(
::aws_smithy_json::deserialize::token::expect_string_or_null(tokens.next())?
.map(|s| s.to_unescaped().map(|u| u.into_owned()))
.transpose()?,
);
}
"PublicSubject" => {
builder = builder.set_public_subject(
::aws_smithy_json::deserialize::token::expect_string_or_null(tokens.next())?
.map(|s| s.to_unescaped().map(|u| u.into_owned()))
.transpose()?,
);
}
"PublicContent" => {
builder = builder.set_public_content(
::aws_smithy_json::deserialize::token::expect_string_or_null(tokens.next())?
.map(|s| s.to_unescaped().map(|u| u.into_owned()))
.transpose()?,
);
}
"IncidentId" => {
builder = builder.set_incident_id(
::aws_smithy_json::deserialize::token::expect_string_or_null(tokens.next())?
.map(|s| s.to_unescaped().map(|u| u.into_owned()))
.transpose()?,
);
}
"StartTime" => {
builder = builder.set_start_time(::aws_smithy_json::deserialize::token::expect_timestamp_or_null(
tokens.next(),
::aws_smithy_types::date_time::Format::EpochSeconds,
)?);
}
"StopTime" => {
builder = builder.set_stop_time(::aws_smithy_json::deserialize::token::expect_timestamp_or_null(
tokens.next(),
::aws_smithy_types::date_time::Format::EpochSeconds,
)?);
}
_ => ::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)
}