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