aws_sdk_sts/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AssumeRole` operation.
5pub mod assume_role;
6
7/// Types for the `AssumeRoleWithSAML` operation.
8pub mod assume_role_with_saml;
9
10/// Types for the `AssumeRoleWithWebIdentity` operation.
11pub mod assume_role_with_web_identity;
12
13/// Types for the `DecodeAuthorizationMessage` operation.
14pub mod decode_authorization_message;
15
16/// Types for the `GetAccessKeyInfo` operation.
17pub mod get_access_key_info;
18
19/// Types for the `GetCallerIdentity` operation.
20pub mod get_caller_identity;
21
22/// Types for the `GetFederationToken` operation.
23pub mod get_federation_token;
24
25/// Types for the `GetSessionToken` operation.
26pub mod get_session_token;