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_add_attachments_to_set;
pub(crate) mod shape_add_communication_to_case;
pub(crate) mod shape_create_case;
pub(crate) mod shape_describe_attachment;
pub(crate) mod shape_describe_cases;
pub(crate) mod shape_describe_communications;
pub(crate) mod shape_describe_create_case_options;
pub(crate) mod shape_describe_services;
pub(crate) mod shape_describe_severity_levels;
pub(crate) mod shape_describe_supported_languages;
pub(crate) mod shape_describe_trusted_advisor_check_refresh_statuses;
pub(crate) mod shape_describe_trusted_advisor_check_result;
pub(crate) mod shape_describe_trusted_advisor_check_summaries;
pub(crate) mod shape_describe_trusted_advisor_checks;
pub(crate) mod shape_refresh_trusted_advisor_check;
pub(crate) mod shape_resolve_case;
pub(crate) fn or_empty_doc(data: &[u8]) -> &[u8] {
if data.is_empty() {
b"{}"
} else {
data
}
}
pub(crate) mod shape_add_attachments_to_set_input;
pub(crate) mod shape_add_communication_to_case_input;
pub(crate) mod shape_attachment_id_not_found;
pub(crate) mod shape_attachment_limit_exceeded;
pub(crate) mod shape_attachment_set_expired;
pub(crate) mod shape_attachment_set_id_not_found;
pub(crate) mod shape_attachment_set_size_limit_exceeded;
pub(crate) mod shape_case_creation_limit_exceeded;
pub(crate) mod shape_case_id_not_found;
pub(crate) mod shape_create_case_input;
pub(crate) mod shape_describe_attachment_input;
pub(crate) mod shape_describe_attachment_limit_exceeded;
pub(crate) mod shape_describe_cases_input;
pub(crate) mod shape_describe_communications_input;
pub(crate) mod shape_describe_create_case_options_input;
pub(crate) mod shape_describe_services_input;
pub(crate) mod shape_describe_severity_levels_input;
pub(crate) mod shape_describe_supported_languages_input;
pub(crate) mod shape_describe_trusted_advisor_check_refresh_statuses_input;
pub(crate) mod shape_describe_trusted_advisor_check_result_input;
pub(crate) mod shape_describe_trusted_advisor_check_summaries_input;
pub(crate) mod shape_describe_trusted_advisor_checks_input;
pub(crate) mod shape_internal_server_error;
pub(crate) mod shape_refresh_trusted_advisor_check_input;
pub(crate) mod shape_resolve_case_input;
pub(crate) mod shape_throttling_exception;
pub(crate) mod shape_attachment;
pub(crate) mod shape_case_list;
pub(crate) mod shape_communication_list;
pub(crate) mod shape_communication_type_options_list;
pub(crate) mod shape_service_list;
pub(crate) mod shape_severity_levels_list;
pub(crate) mod shape_supported_languages_list;
pub(crate) mod shape_trusted_advisor_check_list;
pub(crate) mod shape_trusted_advisor_check_refresh_status;
pub(crate) mod shape_trusted_advisor_check_refresh_status_list;
pub(crate) mod shape_trusted_advisor_check_result;
pub(crate) mod shape_trusted_advisor_check_summary_list;
pub(crate) mod shape_case_details;
pub(crate) mod shape_communication;
pub(crate) mod shape_communication_type_options;
pub(crate) mod shape_service;
pub(crate) mod shape_severity_level;
pub(crate) mod shape_supported_language;
pub(crate) mod shape_trusted_advisor_category_specific_summary;
pub(crate) mod shape_trusted_advisor_check_description;
pub(crate) mod shape_trusted_advisor_check_summary;
pub(crate) mod shape_trusted_advisor_resource_detail_list;
pub(crate) mod shape_trusted_advisor_resources_summary;
pub(crate) mod shape_attachment_set;
pub(crate) mod shape_category_list;
pub(crate) mod shape_cc_email_address_list;
pub(crate) mod shape_dates_without_support_list;
pub(crate) mod shape_recent_case_communications;
pub(crate) mod shape_string_list;
pub(crate) mod shape_supported_hours_list;
pub(crate) mod shape_trusted_advisor_cost_optimizing_summary;
pub(crate) mod shape_trusted_advisor_resource_detail;
pub(crate) mod shape_attachment_details;
pub(crate) mod shape_category;
pub(crate) mod shape_date_interval;
pub(crate) mod shape_supported_hour;