aws_sdk_ecs/
waiters.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2
3/// Supporting types for the `services_inactive` waiter.
4pub mod services_inactive;
5
6/// Supporting types for the `services_stable` waiter.
7pub mod services_stable;
8
9/// Supporting types for the `tasks_running` waiter.
10pub mod tasks_running;
11
12/// Supporting types for the `tasks_stopped` waiter.
13pub mod tasks_stopped;
14
15#[allow(clippy::needless_lifetimes)]
16#[allow(clippy::let_and_return)]
17pub(crate) mod matchers;