aws_sdk_deadline/
waiters.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.

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

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

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

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

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

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

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

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