aws_sdk_sso/
types.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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;