aws_sdk_sts/operation.rs
// 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;