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