| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Chime.Types.Account
Description
Synopsis
- data Account = Account' {}
- newAccount :: Text -> Text -> Text -> Account
- account_accountStatus :: Lens' Account (Maybe AccountStatus)
- account_accountType :: Lens' Account (Maybe AccountType)
- account_createdTimestamp :: Lens' Account (Maybe UTCTime)
- account_defaultLicense :: Lens' Account (Maybe License)
- account_signinDelegateGroups :: Lens' Account (Maybe [SigninDelegateGroup])
- account_supportedLicenses :: Lens' Account (Maybe [License])
- account_awsAccountId :: Lens' Account Text
- account_accountId :: Lens' Account Text
- account_name :: Lens' Account Text
Documentation
The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.
See: newAccount smart constructor.
Constructors
| Account' | |
Fields
| |
Instances
Create a value of Account with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accountStatus:Account', account_accountStatus - The status of the account.
$sel:accountType:Account', account_accountType - The Amazon Chime account type. For more information about different
account types, see
Managing Your Amazon Chime Accounts
in the Amazon Chime Administration Guide.
$sel:createdTimestamp:Account', account_createdTimestamp - The Amazon Chime account creation timestamp, in ISO 8601 format.
$sel:defaultLicense:Account', account_defaultLicense - The default license for the Amazon Chime account.
$sel:signinDelegateGroups:Account', account_signinDelegateGroups - The sign-in delegate groups associated with the account.
$sel:supportedLicenses:Account', account_supportedLicenses - Supported licenses for the Amazon Chime account.
$sel:awsAccountId:Account', account_awsAccountId - The AWS account ID.
$sel:accountId:Account', account_accountId - The Amazon Chime account ID.
$sel:name:Account', account_name - The Amazon Chime account name.
account_accountStatus :: Lens' Account (Maybe AccountStatus) Source #
The status of the account.
account_accountType :: Lens' Account (Maybe AccountType) Source #
The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
account_createdTimestamp :: Lens' Account (Maybe UTCTime) Source #
The Amazon Chime account creation timestamp, in ISO 8601 format.
account_defaultLicense :: Lens' Account (Maybe License) Source #
The default license for the Amazon Chime account.
account_signinDelegateGroups :: Lens' Account (Maybe [SigninDelegateGroup]) Source #
The sign-in delegate groups associated with the account.