Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Account = Account' {}
- newAccount :: Text -> Text -> Text -> Account
- account_signinDelegateGroups :: Lens' Account (Maybe [SigninDelegateGroup])
- account_accountStatus :: Lens' Account (Maybe AccountStatus)
- account_defaultLicense :: Lens' Account (Maybe License)
- account_supportedLicenses :: Lens' Account (Maybe [License])
- account_createdTimestamp :: Lens' Account (Maybe UTCTime)
- account_accountType :: Lens' Account (Maybe AccountType)
- 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.
Account' | |
|
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:signinDelegateGroups:Account'
, account_signinDelegateGroups
- The sign-in delegate groups associated with the account.
$sel:accountStatus:Account'
, account_accountStatus
- The status of the account.
$sel:defaultLicense:Account'
, account_defaultLicense
- The default license for the Amazon Chime account.
$sel:supportedLicenses:Account'
, account_supportedLicenses
- Supported licenses for the Amazon Chime account.
$sel:createdTimestamp:Account'
, account_createdTimestamp
- The Amazon Chime account creation timestamp, in ISO 8601 format.
$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: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_signinDelegateGroups :: Lens' Account (Maybe [SigninDelegateGroup]) Source #
The sign-in delegate groups associated with the account.
account_accountStatus :: Lens' Account (Maybe AccountStatus) Source #
The status of the account.
account_defaultLicense :: Lens' Account (Maybe License) Source #
The default license for the Amazon Chime account.
account_supportedLicenses :: Lens' Account (Maybe [License]) Source #
Supported licenses for the Amazon Chime account.
account_createdTimestamp :: Lens' Account (Maybe UTCTime) Source #
The Amazon Chime account creation timestamp, in ISO 8601 format.
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.