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_continue_service_deployment;
pub(crate) mod shape_create_capacity_provider;
pub(crate) mod shape_create_cluster;
pub(crate) mod shape_create_daemon;
pub(crate) mod shape_create_express_gateway_service;
pub(crate) mod shape_create_service;
pub(crate) mod shape_create_task_set;
pub(crate) mod shape_delete_account_setting;
pub(crate) mod shape_delete_attributes;
pub(crate) mod shape_delete_capacity_provider;
pub(crate) mod shape_delete_cluster;
pub(crate) mod shape_delete_daemon;
pub(crate) mod shape_delete_daemon_task_definition;
pub(crate) mod shape_delete_express_gateway_service;
pub(crate) mod shape_delete_service;
pub(crate) mod shape_delete_task_definitions;
pub(crate) mod shape_delete_task_set;
pub(crate) mod shape_deregister_container_instance;
pub(crate) mod shape_deregister_task_definition;
pub(crate) mod shape_describe_capacity_providers;
pub(crate) mod shape_describe_clusters;
pub(crate) mod shape_describe_container_instances;
pub(crate) mod shape_describe_daemon;
pub(crate) mod shape_describe_daemon_deployments;
pub(crate) mod shape_describe_daemon_revisions;
pub(crate) mod shape_describe_daemon_task_definition;
pub(crate) mod shape_describe_express_gateway_service;
pub(crate) mod shape_describe_service_deployments;
pub(crate) mod shape_describe_service_revisions;
pub(crate) mod shape_describe_services;
pub(crate) mod shape_describe_task_definition;
pub(crate) mod shape_describe_task_sets;
pub(crate) mod shape_describe_tasks;
pub(crate) mod shape_discover_poll_endpoint;
pub(crate) mod shape_execute_command;
pub(crate) mod shape_get_task_protection;
pub(crate) mod shape_list_account_settings;
pub(crate) mod shape_list_attributes;
pub(crate) mod shape_list_clusters;
pub(crate) mod shape_list_container_instances;
pub(crate) mod shape_list_daemon_deployments;
pub(crate) mod shape_list_daemon_task_definitions;
pub(crate) mod shape_list_daemons;
pub(crate) mod shape_list_service_deployments;
pub(crate) mod shape_list_services;
pub(crate) mod shape_list_services_by_namespace;
pub(crate) mod shape_list_tags_for_resource;
pub(crate) mod shape_list_task_definition_families;
pub(crate) mod shape_list_task_definitions;
pub(crate) mod shape_list_tasks;
pub(crate) mod shape_put_account_setting;
pub(crate) mod shape_put_account_setting_default;
pub(crate) mod shape_put_attributes;
pub(crate) mod shape_put_cluster_capacity_providers;
pub(crate) mod shape_register_container_instance;
pub(crate) mod shape_register_daemon_task_definition;
pub(crate) mod shape_register_task_definition;
pub(crate) mod shape_run_task;
pub(crate) mod shape_start_task;
pub(crate) mod shape_stop_service_deployment;
pub(crate) mod shape_stop_task;
pub(crate) mod shape_submit_attachment_state_changes;
pub(crate) mod shape_submit_container_state_change;
pub(crate) mod shape_submit_task_state_change;
pub(crate) mod shape_tag_resource;
pub(crate) mod shape_untag_resource;
pub(crate) mod shape_update_capacity_provider;
pub(crate) mod shape_update_cluster;
pub(crate) mod shape_update_cluster_settings;
pub(crate) mod shape_update_container_agent;
pub(crate) mod shape_update_container_instances_state;
pub(crate) mod shape_update_daemon;
pub(crate) mod shape_update_express_gateway_service;
pub(crate) mod shape_update_service;
pub(crate) mod shape_update_service_primary_task_set;
pub(crate) mod shape_update_task_protection;
pub(crate) mod shape_update_task_set;
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_attribute_limit_exceeded_exception;
pub(crate) mod shape_blocked_exception;
pub(crate) mod shape_client_exception;
pub(crate) mod shape_cluster_contains_capacity_provider_exception;
pub(crate) mod shape_cluster_contains_container_instances_exception;
pub(crate) mod shape_cluster_contains_services_exception;
pub(crate) mod shape_cluster_contains_tasks_exception;
pub(crate) mod shape_cluster_not_found_exception;
pub(crate) mod shape_conflict_exception;
pub(crate) mod shape_continue_service_deployment_input;
pub(crate) mod shape_create_capacity_provider_input;
pub(crate) mod shape_create_cluster_input;
pub(crate) mod shape_create_daemon_input;
pub(crate) mod shape_create_express_gateway_service_input;
pub(crate) mod shape_create_service_input;
pub(crate) mod shape_create_task_set_input;
pub(crate) mod shape_daemon_not_active_exception;
pub(crate) mod shape_daemon_not_found_exception;
pub(crate) mod shape_delete_account_setting_input;
pub(crate) mod shape_delete_attributes_input;
pub(crate) mod shape_delete_capacity_provider_input;
pub(crate) mod shape_delete_cluster_input;
pub(crate) mod shape_delete_daemon_input;
pub(crate) mod shape_delete_daemon_task_definition_input;
pub(crate) mod shape_delete_express_gateway_service_input;
pub(crate) mod shape_delete_service_input;
pub(crate) mod shape_delete_task_definitions_input;
pub(crate) mod shape_delete_task_set_input;
pub(crate) mod shape_deregister_container_instance_input;
pub(crate) mod shape_deregister_task_definition_input;
pub(crate) mod shape_describe_capacity_providers_input;
pub(crate) mod shape_describe_clusters_input;
pub(crate) mod shape_describe_container_instances_input;
pub(crate) mod shape_describe_daemon_deployments_input;
pub(crate) mod shape_describe_daemon_input;
pub(crate) mod shape_describe_daemon_revisions_input;
pub(crate) mod shape_describe_daemon_task_definition_input;
pub(crate) mod shape_describe_express_gateway_service_input;
pub(crate) mod shape_describe_service_deployments_input;
pub(crate) mod shape_describe_service_revisions_input;
pub(crate) mod shape_describe_services_input;
pub(crate) mod shape_describe_task_definition_input;
pub(crate) mod shape_describe_task_sets_input;
pub(crate) mod shape_describe_tasks_input;
pub(crate) mod shape_discover_poll_endpoint_input;
pub(crate) mod shape_execute_command_input;
pub(crate) mod shape_get_task_protection_input;
pub(crate) mod shape_invalid_parameter_exception;
pub(crate) mod shape_limit_exceeded_exception;
pub(crate) mod shape_list_account_settings_input;
pub(crate) mod shape_list_attributes_input;
pub(crate) mod shape_list_clusters_input;
pub(crate) mod shape_list_container_instances_input;
pub(crate) mod shape_list_daemon_deployments_input;
pub(crate) mod shape_list_daemon_task_definitions_input;
pub(crate) mod shape_list_daemons_input;
pub(crate) mod shape_list_service_deployments_input;
pub(crate) mod shape_list_services_by_namespace_input;
pub(crate) mod shape_list_services_input;
pub(crate) mod shape_list_tags_for_resource_input;
pub(crate) mod shape_list_task_definition_families_input;
pub(crate) mod shape_list_task_definitions_input;
pub(crate) mod shape_list_tasks_input;
pub(crate) mod shape_missing_version_exception;
pub(crate) mod shape_namespace_not_found_exception;
pub(crate) mod shape_no_update_available_exception;
pub(crate) mod shape_platform_task_definition_incompatibility_exception;
pub(crate) mod shape_platform_unknown_exception;
pub(crate) mod shape_put_account_setting_default_input;
pub(crate) mod shape_put_account_setting_input;
pub(crate) mod shape_put_attributes_input;
pub(crate) mod shape_put_cluster_capacity_providers_input;
pub(crate) mod shape_register_container_instance_input;
pub(crate) mod shape_register_daemon_task_definition_input;
pub(crate) mod shape_register_task_definition_input;
pub(crate) mod shape_resource_in_use_exception;
pub(crate) mod shape_resource_not_found_exception;
pub(crate) mod shape_run_task_input;
pub(crate) mod shape_server_exception;
pub(crate) mod shape_service_deployment_not_found_exception;
pub(crate) mod shape_service_not_active_exception;
pub(crate) mod shape_service_not_found_exception;
pub(crate) mod shape_start_task_input;
pub(crate) mod shape_stop_service_deployment_input;
pub(crate) mod shape_stop_task_input;
pub(crate) mod shape_submit_attachment_state_changes_input;
pub(crate) mod shape_submit_container_state_change_input;
pub(crate) mod shape_submit_task_state_change_input;
pub(crate) mod shape_tag_resource_input;
pub(crate) mod shape_target_not_connected_exception;
pub(crate) mod shape_target_not_found_exception;
pub(crate) mod shape_task_set_not_found_exception;
pub(crate) mod shape_unsupported_feature_exception;
pub(crate) mod shape_untag_resource_input;
pub(crate) mod shape_update_capacity_provider_input;
pub(crate) mod shape_update_cluster_input;
pub(crate) mod shape_update_cluster_settings_input;
pub(crate) mod shape_update_container_agent_input;
pub(crate) mod shape_update_container_instances_state_input;
pub(crate) mod shape_update_daemon_input;
pub(crate) mod shape_update_express_gateway_service_input;
pub(crate) mod shape_update_in_progress_exception;
pub(crate) mod shape_update_service_input;
pub(crate) mod shape_update_service_primary_task_set_input;
pub(crate) mod shape_update_task_protection_input;
pub(crate) mod shape_update_task_set_input;
pub(crate) mod shape_attachment_state_change;
pub(crate) mod shape_attribute;
pub(crate) mod shape_attributes;
pub(crate) mod shape_auto_scaling_group_provider;
pub(crate) mod shape_auto_scaling_group_provider_update;
pub(crate) mod shape_capacity_provider;
pub(crate) mod shape_capacity_provider_strategy_item;
pub(crate) mod shape_capacity_providers;
pub(crate) mod shape_cluster;
pub(crate) mod shape_cluster_configuration;
pub(crate) mod shape_cluster_service_connect_defaults_request;
pub(crate) mod shape_cluster_setting;
pub(crate) mod shape_clusters;
pub(crate) mod shape_container_definition;
pub(crate) mod shape_container_instance;
pub(crate) mod shape_container_instances;
pub(crate) mod shape_container_state_change;
pub(crate) mod shape_create_managed_instances_provider_configuration;
pub(crate) mod shape_created_at;
pub(crate) mod shape_daemon_container_definition;
pub(crate) mod shape_daemon_deployment_configuration;
pub(crate) mod shape_daemon_deployment_list;
pub(crate) mod shape_daemon_deployment_summary_list;
pub(crate) mod shape_daemon_detail;
pub(crate) mod shape_daemon_revisions;
pub(crate) mod shape_daemon_summaries_list;
pub(crate) mod shape_daemon_task_definition;
pub(crate) mod shape_daemon_task_definition_summaries;
pub(crate) mod shape_daemon_volume;
pub(crate) mod shape_deployment_configuration;
pub(crate) mod shape_deployment_controller;
pub(crate) mod shape_ecs_express_gateway_service;
pub(crate) mod shape_ephemeral_storage;
pub(crate) mod shape_express_gateway_container;
pub(crate) mod shape_express_gateway_scaling_target;
pub(crate) mod shape_express_gateway_service_network_configuration;
pub(crate) mod shape_failures;
pub(crate) mod shape_inference_accelerator;
pub(crate) mod shape_load_balancer;
pub(crate) mod shape_managed_agent_state_change;
pub(crate) mod shape_network_binding;
pub(crate) mod shape_network_configuration;
pub(crate) mod shape_placement_constraint;
pub(crate) mod shape_placement_strategy;
pub(crate) mod shape_platform_device;
pub(crate) mod shape_protected_tasks;
pub(crate) mod shape_proxy_configuration;
pub(crate) mod shape_resource;
pub(crate) mod shape_resource_ids;
pub(crate) mod shape_runtime_platform;
pub(crate) mod shape_scale;
pub(crate) mod shape_service;
pub(crate) mod shape_service_connect_configuration;
pub(crate) mod shape_service_deployments;
pub(crate) mod shape_service_deployments_brief;
pub(crate) mod shape_service_registry;
pub(crate) mod shape_service_revisions;
pub(crate) mod shape_service_volume_configuration;
pub(crate) mod shape_services;
pub(crate) mod shape_session;
pub(crate) mod shape_setting;
pub(crate) mod shape_settings;
pub(crate) mod shape_string_list;
pub(crate) mod shape_tag;
pub(crate) mod shape_tags;
pub(crate) mod shape_task;
pub(crate) mod shape_task_definition;
pub(crate) mod shape_task_definition_list;
pub(crate) mod shape_task_definition_placement_constraint;
pub(crate) mod shape_task_override;
pub(crate) mod shape_task_set;
pub(crate) mod shape_task_sets;
pub(crate) mod shape_task_volume_configuration;
pub(crate) mod shape_tasks;
pub(crate) mod shape_update_managed_instances_provider_configuration;
pub(crate) mod shape_updated_express_gateway_service;
pub(crate) mod shape_version_info;
pub(crate) mod shape_volume;
pub(crate) mod shape_vpc_lattice_configuration;
pub(crate) mod shape_advanced_configuration;
pub(crate) mod shape_attachments;
pub(crate) mod shape_auto_repair_configuration;
pub(crate) mod shape_aws_vpc_configuration;
pub(crate) mod shape_canary_configuration;
pub(crate) mod shape_capacity_provider_strategy;
pub(crate) mod shape_cluster_service_connect_defaults;
pub(crate) mod shape_cluster_settings;
pub(crate) mod shape_compatibility_list;
pub(crate) mod shape_container_definitions;
pub(crate) mod shape_container_dependency;
pub(crate) mod shape_container_instance_health_status;
pub(crate) mod shape_container_override;
pub(crate) mod shape_container_restart_policy;
pub(crate) mod shape_containers;
pub(crate) mod shape_daemon_alarm_configuration;
pub(crate) mod shape_daemon_container_definition_list;
pub(crate) mod shape_daemon_deployment;
pub(crate) mod shape_daemon_deployment_summary;
pub(crate) mod shape_daemon_linux_parameters;
pub(crate) mod shape_daemon_revision;
pub(crate) mod shape_daemon_revision_detail_list;
pub(crate) mod shape_daemon_summary;
pub(crate) mod shape_daemon_task_definition_summary;
pub(crate) mod shape_daemon_volume_list;
pub(crate) mod shape_deployment_alarms;
pub(crate) mod shape_deployment_circuit_breaker;
pub(crate) mod shape_deployment_ephemeral_storage;
pub(crate) mod shape_deployment_lifecycle_hook;
pub(crate) mod shape_deployments;
pub(crate) mod shape_docker_volume_configuration;
pub(crate) mod shape_efs_volume_configuration;
pub(crate) mod shape_environment_file;
pub(crate) mod shape_execute_command_configuration;
pub(crate) mod shape_express_gateway_repository_credentials;
pub(crate) mod shape_express_gateway_service_aws_logs_configuration;
pub(crate) mod shape_express_gateway_service_configuration;
pub(crate) mod shape_express_gateway_service_configurations;
pub(crate) mod shape_express_gateway_service_status;
pub(crate) mod shape_f_sx_windows_file_server_volume_configuration;
pub(crate) mod shape_failure;
pub(crate) mod shape_firelens_configuration;
pub(crate) mod shape_health_check;
pub(crate) mod shape_host_entry;
pub(crate) mod shape_host_volume_properties;
pub(crate) mod shape_inference_accelerator_override;
pub(crate) mod shape_inference_accelerators;
pub(crate) mod shape_infrastructure_optimization;
pub(crate) mod shape_instance_launch_template;
pub(crate) mod shape_instance_launch_template_update;
pub(crate) mod shape_key_value_pair;
pub(crate) mod shape_linear_configuration;
pub(crate) mod shape_linux_parameters;
pub(crate) mod shape_load_balancers;
pub(crate) mod shape_log_configuration;
pub(crate) mod shape_managed_instances_provider;
pub(crate) mod shape_managed_scaling;
pub(crate) mod shape_managed_storage_configuration;
pub(crate) mod shape_mount_point;
pub(crate) mod shape_placement_constraints;
pub(crate) mod shape_placement_strategies;
pub(crate) mod shape_port_mapping;
pub(crate) mod shape_protected_task;
pub(crate) mod shape_repository_credentials;
pub(crate) mod shape_requires_attributes;
pub(crate) mod shape_resource_requirement;
pub(crate) mod shape_resources;
pub(crate) mod shape_s3_files_volume_configuration;
pub(crate) mod shape_secret;
pub(crate) mod shape_service_connect_access_log_configuration;
pub(crate) mod shape_service_connect_service;
pub(crate) mod shape_service_current_revision_summary_list;
pub(crate) mod shape_service_deployment;
pub(crate) mod shape_service_deployment_brief;
pub(crate) mod shape_service_events;
pub(crate) mod shape_service_managed_ebs_volume_configuration;
pub(crate) mod shape_service_registries;
pub(crate) mod shape_service_revision;
pub(crate) mod shape_statistics;
pub(crate) mod shape_system_control;
pub(crate) mod shape_task_definition_placement_constraints;
pub(crate) mod shape_task_ephemeral_storage;
pub(crate) mod shape_task_managed_ebs_volume_configuration;
pub(crate) mod shape_ulimit;
pub(crate) mod shape_volume_from;
pub(crate) mod shape_volume_list;
pub(crate) mod shape_attachment;
pub(crate) mod shape_capacity_reservation_request;
pub(crate) mod shape_container;
pub(crate) mod shape_container_images;
pub(crate) mod shape_container_overrides;
pub(crate) mod shape_daemon_circuit_breaker;
pub(crate) mod shape_daemon_container_images;
pub(crate) mod shape_daemon_deployment_alarms;
pub(crate) mod shape_daemon_deployment_revision_detail;
pub(crate) mod shape_daemon_deployment_revision_detail_list;
pub(crate) mod shape_daemon_revision_detail;
pub(crate) mod shape_daemon_rollback;
pub(crate) mod shape_deployment;
pub(crate) mod shape_deployment_lifecycle_hook_detail_list;
pub(crate) mod shape_deployment_lifecycle_hook_list;
pub(crate) mod shape_deployment_lifecycle_hook_timeout_configuration;
pub(crate) mod shape_device;
pub(crate) mod shape_ebs_tag_specification;
pub(crate) mod shape_ecs_managed_resources;
pub(crate) mod shape_efs_authorization_config;
pub(crate) mod shape_execute_command_log_configuration;
pub(crate) mod shape_f_sx_windows_file_server_authorization_config;
pub(crate) mod shape_inference_accelerator_overrides;
pub(crate) mod shape_ingress_path_summaries;
pub(crate) mod shape_instance_health_check_result_list;
pub(crate) mod shape_instance_requirements_request;
pub(crate) mod shape_kernel_capabilities;
pub(crate) mod shape_managed_instances_local_storage_configuration;
pub(crate) mod shape_managed_instances_network_configuration;
pub(crate) mod shape_managed_instances_storage_configuration;
pub(crate) mod shape_proxy_configuration_properties;
pub(crate) mod shape_resolved_configuration;
pub(crate) mod shape_rollback;
pub(crate) mod shape_service_connect_client_alias;
pub(crate) mod shape_service_connect_tls_configuration;
pub(crate) mod shape_service_current_revision_summary;
pub(crate) mod shape_service_deployment_alarms;
pub(crate) mod shape_service_deployment_circuit_breaker;
pub(crate) mod shape_service_event;
pub(crate) mod shape_service_revision_summary;
pub(crate) mod shape_service_revisions_summary_list;
pub(crate) mod shape_service_volume_configurations;
pub(crate) mod shape_task_managed_ebs_volume_termination_policy;
pub(crate) mod shape_timeout_configuration;
pub(crate) mod shape_tmpfs;
pub(crate) mod shape_vpc_lattice_configurations;
pub(crate) mod shape_accelerator_count_request;
pub(crate) mod shape_accelerator_total_memory_mib_request;
pub(crate) mod shape_attachment_details;
pub(crate) mod shape_baseline_ebs_bandwidth_mbps_request;
pub(crate) mod shape_container_dependencies;
pub(crate) mod shape_container_image;
pub(crate) mod shape_daemon_capacity_provider_list;
pub(crate) mod shape_daemon_container_image;
pub(crate) mod shape_daemon_deployment_capacity_provider_list;
pub(crate) mod shape_deployment_lifecycle_hook_detail;
pub(crate) mod shape_docker_labels_map;
pub(crate) mod shape_environment_files;
pub(crate) mod shape_environment_variables;
pub(crate) mod shape_gpu_ids;
pub(crate) mod shape_host_entry_list;
pub(crate) mod shape_ingress_path_summary;
pub(crate) mod shape_instance_health_check_result;
pub(crate) mod shape_managed_agents;
pub(crate) mod shape_managed_auto_scaling;
pub(crate) mod shape_managed_ingress_paths;
pub(crate) mod shape_managed_log_groups;
pub(crate) mod shape_managed_metric_alarms;
pub(crate) mod shape_managed_security_groups;
pub(crate) mod shape_memory_gib_per_v_cpu_request;
pub(crate) mod shape_memory_mib_request;
pub(crate) mod shape_mount_point_list;
pub(crate) mod shape_network_bandwidth_gbps_request;
pub(crate) mod shape_network_bindings;
pub(crate) mod shape_network_interface_count_request;
pub(crate) mod shape_network_interfaces;
pub(crate) mod shape_neuron_device_ids;
pub(crate) mod shape_port_mapping_list;
pub(crate) mod shape_resource_requirements;
pub(crate) mod shape_secret_list;
pub(crate) mod shape_service_connect_service_list;
pub(crate) mod shape_service_connect_service_resource_list;
pub(crate) mod shape_service_connect_test_traffic_rules;
pub(crate) mod shape_service_connect_tls_certificate_authority;
pub(crate) mod shape_service_revision_load_balancers;
pub(crate) mod shape_system_controls;
pub(crate) mod shape_total_local_storage_gb_request;
pub(crate) mod shape_ulimit_list;
pub(crate) mod shape_v_cpu_count_range_request;
pub(crate) mod shape_volume_from_list;
pub(crate) mod shape_accelerator_manufacturer_set;
pub(crate) mod shape_accelerator_name_set;
pub(crate) mod shape_accelerator_type_set;
pub(crate) mod shape_allowed_instance_type_set;
pub(crate) mod shape_cpu_manufacturer_set;
pub(crate) mod shape_daemon_capacity_provider;
pub(crate) mod shape_daemon_deployment_capacity_provider;
pub(crate) mod shape_deployment_lifecycle_hook_stage_list;
pub(crate) mod shape_devices_list;
pub(crate) mod shape_excluded_instance_type_set;
pub(crate) mod shape_firelens_configuration_options_map;
pub(crate) mod shape_instance_generation_set;
pub(crate) mod shape_integer_list;
pub(crate) mod shape_local_storage_type_set;
pub(crate) mod shape_log_configuration_options_map;
pub(crate) mod shape_managed_agent;
pub(crate) mod shape_managed_application_auto_scaling_policies;
pub(crate) mod shape_managed_ingress_path;
pub(crate) mod shape_managed_log_group;
pub(crate) mod shape_managed_metric_alarm;
pub(crate) mod shape_managed_scalable_target;
pub(crate) mod shape_managed_security_group;
pub(crate) mod shape_network_interface;
pub(crate) mod shape_service_connect_service_resource;
pub(crate) mod shape_service_connect_test_traffic_header_rules;
pub(crate) mod shape_service_revision_load_balancer;
pub(crate) mod shape_string_map;
pub(crate) mod shape_tmpfs_list;
pub(crate) mod shape_ebs_tag_specifications;
pub(crate) mod shape_managed_application_auto_scaling_policy;
pub(crate) mod shape_managed_certificate;
pub(crate) mod shape_managed_listener;
pub(crate) mod shape_managed_listener_rule;
pub(crate) mod shape_managed_load_balancer;
pub(crate) mod shape_managed_target_groups;
pub(crate) mod shape_service_connect_client_alias_list;
pub(crate) mod shape_service_connect_test_traffic_header_match_rules;
pub(crate) mod shape_device_cgroup_permissions;
pub(crate) mod shape_managed_target_group;