aws-sdk-iam 1.109.0

AWS SDK for AWS Identity and Access Management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.

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

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

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

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

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