pub(crate) mod shape_create_cluster;
pub fn parse_http_error_metadata(
response: &http::Response<bytes::Bytes>,
) -> 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_create_cluster_snapshot;
pub(crate) mod shape_delete_cluster;
pub(crate) mod shape_delete_cluster_snapshot;
pub(crate) mod shape_get_cluster;
pub(crate) mod shape_get_cluster_snapshot;
pub(crate) mod shape_list_cluster_snapshots;
pub(crate) mod shape_list_clusters;
pub(crate) mod shape_list_tags_for_resource;
pub(crate) mod shape_restore_cluster_from_snapshot;
pub(crate) mod shape_tag_resource;
pub(crate) mod shape_untag_resource;
pub(crate) mod shape_update_cluster;
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_cluster_input;
pub(crate) mod shape_create_cluster_snapshot_input;
pub(crate) mod shape_internal_server_exception;
pub(crate) mod shape_resource_not_found_exception;
pub(crate) mod shape_restore_cluster_from_snapshot_input;
pub(crate) mod shape_service_quota_exceeded_exception;
pub(crate) mod shape_tag_resource_input;
pub(crate) mod shape_throttling_exception;
pub(crate) mod shape_update_cluster_input;
pub(crate) mod shape_validation_exception;
pub(crate) mod shape_cluster;
pub(crate) mod shape_cluster_list;
pub(crate) mod shape_cluster_snapshot;
pub(crate) mod shape_cluster_snapshot_list;
pub(crate) mod shape_tag_map;
pub(crate) mod shape_validation_exception_field_list;
pub(crate) mod shape_cluster_in_list;
pub(crate) mod shape_cluster_snapshot_in_list;
pub(crate) mod shape_string_list;
pub(crate) mod shape_validation_exception_field;