1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssumeRole` operation.
pub mod assume_role;

/// Types for the `AssumeRoleWithSAML` operation.
pub mod assume_role_with_saml;

/// Types for the `AssumeRoleWithWebIdentity` operation.
pub mod assume_role_with_web_identity;

/// Types for the `DecodeAuthorizationMessage` operation.
pub mod decode_authorization_message;

/// Types for the `GetAccessKeyInfo` operation.
pub mod get_access_key_info;

/// Types for the `GetCallerIdentity` operation.
pub mod get_caller_identity;

/// Types for the `GetFederationToken` operation.
pub mod get_federation_token;

/// Types for the `GetSessionToken` operation.
pub mod get_session_token;