pub(crate) fn type_erase_result<O, E>(
result: ::std::result::Result<O, E>,
) -> ::std::result::Result<
::aws_smithy_runtime_api::client::interceptors::context::Output,
::aws_smithy_runtime_api::client::orchestrator::OrchestratorError<::aws_smithy_runtime_api::client::interceptors::context::Error>,
>
where
O: ::std::fmt::Debug + ::std::marker::Send + ::std::marker::Sync + 'static,
E: ::std::error::Error + std::fmt::Debug + ::std::marker::Send + ::std::marker::Sync + 'static,
{
result
.map(|output| ::aws_smithy_runtime_api::client::interceptors::context::Output::erase(output))
.map_err(|error| ::aws_smithy_runtime_api::client::interceptors::context::Error::erase(error))
.map_err(::std::convert::Into::into)
}
pub fn parse_http_error_metadata(
_response_status: u16,
response_headers: &::aws_smithy_runtime_api::http::Headers,
response_body: &[u8],
) -> ::std::result::Result<::aws_smithy_types::error::metadata::Builder, ::aws_smithy_json::deserialize::error::DeserializeError> {
crate::json_errors::parse_error_metadata(response_body, response_headers)
}
pub(crate) mod shape_describe_report_creation;
pub(crate) mod shape_get_compliance_summary;
pub(crate) mod shape_get_resources;
pub(crate) mod shape_get_tag_keys;
pub(crate) mod shape_get_tag_values;
pub(crate) mod shape_list_required_tags;
pub(crate) mod shape_start_report_creation;
pub(crate) mod shape_tag_resources;
pub(crate) mod shape_untag_resources;
pub(crate) fn or_empty_doc(data: &[u8]) -> &[u8] {
if data.is_empty() {
b"{}"
} else {
data
}
}
pub(crate) mod shape_concurrent_modification_exception;
pub(crate) mod shape_constraint_violation_exception;
pub(crate) mod shape_get_compliance_summary_input;
pub(crate) mod shape_get_resources_input;
pub(crate) mod shape_get_tag_keys_input;
pub(crate) mod shape_get_tag_values_input;
pub(crate) mod shape_internal_service_exception;
pub(crate) mod shape_invalid_parameter_exception;
pub(crate) mod shape_list_required_tags_input;
pub(crate) mod shape_pagination_token_expired_exception;
pub(crate) mod shape_start_report_creation_input;
pub(crate) mod shape_tag_resources_input;
pub(crate) mod shape_throttled_exception;
pub(crate) mod shape_untag_resources_input;
pub(crate) mod shape_failed_resources_map;
pub(crate) mod shape_required_tags_for_list_required_tags;
pub(crate) mod shape_resource_tag_mapping_list;
pub(crate) mod shape_summary_list;
pub(crate) mod shape_tag_filter;
pub(crate) mod shape_tag_key_list;
pub(crate) mod shape_tag_values_output_list;
pub(crate) mod shape_failure_info;
pub(crate) mod shape_required_tag;
pub(crate) mod shape_resource_tag_mapping;
pub(crate) mod shape_summary;
pub(crate) mod shape_cloud_formation_resource_types;
pub(crate) mod shape_compliance_details;
pub(crate) mod shape_reporting_tag_keys;
pub(crate) mod shape_tag_list;
pub(crate) mod shape_tag;