aws_sdk_cloudformation/waiters.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2
3/// Supporting types for the `change_set_create_complete` waiter.
4pub mod change_set_create_complete;
5
6/// Supporting types for the `stack_create_complete` waiter.
7pub mod stack_create_complete;
8
9/// Supporting types for the `stack_delete_complete` waiter.
10pub mod stack_delete_complete;
11
12/// Supporting types for the `stack_exists` waiter.
13pub mod stack_exists;
14
15/// Supporting types for the `stack_import_complete` waiter.
16pub mod stack_import_complete;
17
18/// Supporting types for the `stack_refactor_create_complete` waiter.
19pub mod stack_refactor_create_complete;
20
21/// Supporting types for the `stack_refactor_execute_complete` waiter.
22pub mod stack_refactor_execute_complete;
23
24/// Supporting types for the `stack_rollback_complete` waiter.
25pub mod stack_rollback_complete;
26
27/// Supporting types for the `stack_update_complete` waiter.
28pub mod stack_update_complete;
29
30/// Supporting types for the `type_registration_complete` waiter.
31pub mod type_registration_complete;
32
33#[allow(clippy::needless_lifetimes)]
34#[allow(clippy::let_and_return)]
35pub(crate) mod matchers;