pub(crate) mod shape_create_endpoint;
pub fn parse_http_error_metadata(
_response_status: u16,
response_headers: &http::HeaderMap,
response_body: &[u8],
) -> 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_delete_endpoint;
pub(crate) mod shape_list_endpoints;
pub(crate) mod shape_list_outposts_with_s3;
pub(crate) mod shape_list_shared_endpoints;
pub(crate) fn or_empty_doc(data: &[u8]) -> &[u8] {
if data.is_empty() {
b"{}"
} else {
data
}
}
pub(crate) mod shape_access_denied_exception;
pub(crate) mod shape_conflict_exception;
pub(crate) mod shape_create_endpoint_input;
pub(crate) mod shape_internal_server_exception;
pub(crate) mod shape_outpost_offline_exception;
pub(crate) mod shape_resource_not_found_exception;
pub(crate) mod shape_throttling_exception;
pub(crate) mod shape_validation_exception;
pub(crate) mod shape_endpoints;
pub(crate) mod shape_outposts;
pub(crate) mod shape_endpoint;
pub(crate) mod shape_outpost;
pub(crate) mod shape_failed_reason;
pub(crate) mod shape_network_interfaces;
pub(crate) mod shape_network_interface;