aws_sdk_sso/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 `GetRoleCredentials` operation.
5pub mod get_role_credentials;
6
7/// Types for the `ListAccountRoles` operation.
8pub mod list_account_roles;
9
10/// Types for the `ListAccounts` operation.
11pub mod list_accounts;
12
13/// Types for the `Logout` operation.
14pub mod logout;