libZSservicesZSamazonka-chimeZSamazonka-chime
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Chime.Types.Account

Description

 
Synopsis

Documentation

data Account Source #

The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.

See: newAccount smart constructor.

Constructors

Account' 

Fields

Instances

Instances details
Eq Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Methods

(==) :: Account -> Account -> Bool #

(/=) :: Account -> Account -> Bool #

Read Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Show Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Generic Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Associated Types

type Rep Account :: Type -> Type #

Methods

from :: Account -> Rep Account x #

to :: Rep Account x -> Account #

NFData Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Methods

rnf :: Account -> () #

Hashable Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

Methods

hashWithSalt :: Int -> Account -> Int #

hash :: Account -> Int #

FromJSON Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

type Rep Account Source # 
Instance details

Defined in Amazonka.Chime.Types.Account

newAccount Source #

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_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.

account_accountId :: Lens' Account Text Source #

The Amazon Chime account ID.

account_name :: Lens' Account Text Source #

The Amazon Chime account name.