aws-sdk-ecs 1.128.0

AWS SDK for Amazon EC2 Container Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `ContinueServiceDeployment` operation.
pub mod continue_service_deployment;

/// Types for the `CreateCapacityProvider` operation.
pub mod create_capacity_provider;

/// Types for the `CreateCluster` operation.
pub mod create_cluster;

/// Types for the `CreateDaemon` operation.
pub mod create_daemon;

/// Types for the `CreateExpressGatewayService` operation.
pub mod create_express_gateway_service;

/// Types for the `CreateService` operation.
pub mod create_service;

/// Types for the `CreateTaskSet` operation.
pub mod create_task_set;

/// Types for the `DeleteAccountSetting` operation.
pub mod delete_account_setting;

/// Types for the `DeleteAttributes` operation.
pub mod delete_attributes;

/// Types for the `DeleteCapacityProvider` operation.
pub mod delete_capacity_provider;

/// Types for the `DeleteCluster` operation.
pub mod delete_cluster;

/// Types for the `DeleteDaemon` operation.
pub mod delete_daemon;

/// Types for the `DeleteDaemonTaskDefinition` operation.
pub mod delete_daemon_task_definition;

/// Types for the `DeleteExpressGatewayService` operation.
pub mod delete_express_gateway_service;

/// Types for the `DeleteService` operation.
pub mod delete_service;

/// Types for the `DeleteTaskDefinitions` operation.
pub mod delete_task_definitions;

/// Types for the `DeleteTaskSet` operation.
pub mod delete_task_set;

/// Types for the `DeregisterContainerInstance` operation.
pub mod deregister_container_instance;

/// Types for the `DeregisterTaskDefinition` operation.
pub mod deregister_task_definition;

/// Types for the `DescribeCapacityProviders` operation.
pub mod describe_capacity_providers;

/// Types for the `DescribeClusters` operation.
pub mod describe_clusters;

/// Types for the `DescribeContainerInstances` operation.
pub mod describe_container_instances;

/// Types for the `DescribeDaemon` operation.
pub mod describe_daemon;

/// Types for the `DescribeDaemonDeployments` operation.
pub mod describe_daemon_deployments;

/// Types for the `DescribeDaemonRevisions` operation.
pub mod describe_daemon_revisions;

/// Types for the `DescribeDaemonTaskDefinition` operation.
pub mod describe_daemon_task_definition;

/// Types for the `DescribeExpressGatewayService` operation.
pub mod describe_express_gateway_service;

/// Types for the `DescribeServiceDeployments` operation.
pub mod describe_service_deployments;

/// Types for the `DescribeServiceRevisions` operation.
pub mod describe_service_revisions;

/// Types for the `DescribeServices` operation.
pub mod describe_services;

/// Types for the `DescribeTaskDefinition` operation.
pub mod describe_task_definition;

/// Types for the `DescribeTaskSets` operation.
pub mod describe_task_sets;

/// Types for the `DescribeTasks` operation.
pub mod describe_tasks;

/// Types for the `DiscoverPollEndpoint` operation.
pub mod discover_poll_endpoint;

/// Types for the `ExecuteCommand` operation.
pub mod execute_command;

/// Types for the `GetTaskProtection` operation.
pub mod get_task_protection;

/// Types for the `ListAccountSettings` operation.
pub mod list_account_settings;

/// Types for the `ListAttributes` operation.
pub mod list_attributes;

/// Types for the `ListClusters` operation.
pub mod list_clusters;

/// Types for the `ListContainerInstances` operation.
pub mod list_container_instances;

/// Types for the `ListDaemonDeployments` operation.
pub mod list_daemon_deployments;

/// Types for the `ListDaemonTaskDefinitions` operation.
pub mod list_daemon_task_definitions;

/// Types for the `ListDaemons` operation.
pub mod list_daemons;

/// Types for the `ListServiceDeployments` operation.
pub mod list_service_deployments;

/// Types for the `ListServices` operation.
pub mod list_services;

/// Types for the `ListServicesByNamespace` operation.
pub mod list_services_by_namespace;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListTaskDefinitionFamilies` operation.
pub mod list_task_definition_families;

/// Types for the `ListTaskDefinitions` operation.
pub mod list_task_definitions;

/// Types for the `ListTasks` operation.
pub mod list_tasks;

/// Types for the `PutAccountSetting` operation.
pub mod put_account_setting;

/// Types for the `PutAccountSettingDefault` operation.
pub mod put_account_setting_default;

/// Types for the `PutAttributes` operation.
pub mod put_attributes;

/// Types for the `PutClusterCapacityProviders` operation.
pub mod put_cluster_capacity_providers;

/// Types for the `RegisterContainerInstance` operation.
pub mod register_container_instance;

/// Types for the `RegisterDaemonTaskDefinition` operation.
pub mod register_daemon_task_definition;

/// Types for the `RegisterTaskDefinition` operation.
pub mod register_task_definition;

/// Types for the `RunTask` operation.
pub mod run_task;

/// Types for the `StartTask` operation.
pub mod start_task;

/// Types for the `StopServiceDeployment` operation.
pub mod stop_service_deployment;

/// Types for the `StopTask` operation.
pub mod stop_task;

/// Types for the `SubmitAttachmentStateChanges` operation.
pub mod submit_attachment_state_changes;

/// Types for the `SubmitContainerStateChange` operation.
pub mod submit_container_state_change;

/// Types for the `SubmitTaskStateChange` operation.
pub mod submit_task_state_change;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateCapacityProvider` operation.
pub mod update_capacity_provider;

/// Types for the `UpdateCluster` operation.
pub mod update_cluster;

/// Types for the `UpdateClusterSettings` operation.
pub mod update_cluster_settings;

/// Types for the `UpdateContainerAgent` operation.
pub mod update_container_agent;

/// Types for the `UpdateContainerInstancesState` operation.
pub mod update_container_instances_state;

/// Types for the `UpdateDaemon` operation.
pub mod update_daemon;

/// Types for the `UpdateExpressGatewayService` operation.
pub mod update_express_gateway_service;

/// Types for the `UpdateService` operation.
pub mod update_service;

/// Types for the `UpdateServicePrimaryTaskSet` operation.
pub mod update_service_primary_task_set;

/// Types for the `UpdateTaskProtection` operation.
pub mod update_task_protection;

/// Types for the `UpdateTaskSet` operation.
pub mod update_task_set;