aws_sdk_ecs/
waiters.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.

/// 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;