aws-sdk-ecs 1.126.0

AWS SDK for Amazon EC2 Container Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.

/// Supporting types for the `daemon_active` waiter.
pub mod daemon_active;

/// Supporting types for the `daemon_deployment_stopped` waiter.
pub mod daemon_deployment_stopped;

/// Supporting types for the `daemon_deployment_successful` waiter.
pub mod daemon_deployment_successful;

/// Supporting types for the `daemon_task_definition_active` waiter.
pub mod daemon_task_definition_active;

/// Supporting types for the `daemon_task_definition_deleted` waiter.
pub mod daemon_task_definition_deleted;

/// Supporting types for the `services_inactive` waiter.
pub mod services_inactive;

/// Supporting types for the `services_stable` waiter.
pub mod services_stable;

/// Supporting types for the `tasks_running` waiter.
pub mod tasks_running;

/// Supporting types for the `tasks_stopped` waiter.
pub mod tasks_stopped;

#[allow(clippy::needless_lifetimes)]
#[allow(clippy::let_and_return)]
pub(crate) mod matchers;