aws_sdk_amp/waiters.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2
3/// Supporting types for the `anomaly_detector_active` waiter.
4pub mod anomaly_detector_active;
5
6/// Supporting types for the `anomaly_detector_deleted` waiter.
7pub mod anomaly_detector_deleted;
8
9/// Supporting types for the `scraper_active` waiter.
10pub mod scraper_active;
11
12/// Supporting types for the `scraper_deleted` waiter.
13pub mod scraper_deleted;
14
15/// Supporting types for the `workspace_active` waiter.
16pub mod workspace_active;
17
18/// Supporting types for the `workspace_deleted` waiter.
19pub mod workspace_deleted;
20
21#[allow(clippy::needless_lifetimes)]
22#[allow(clippy::let_and_return)]
23pub(crate) mod matchers;