aws_sdk_sso/types.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_account_info::AccountInfo;
pub use crate::types::_role_info::RoleInfo;
pub use crate::types::_role_credentials::RoleCredentials;
mod _account_info;
mod _role_credentials;
mod _role_info;
/// Builders
pub mod builders;
/// Error types that AWS Single Sign-On can respond with.
pub mod error;