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 AWSAccount = AWSAccount' {}
- newAWSAccount :: AWSAccount
- aWSAccount_name :: Lens' AWSAccount (Maybe Text)
- aWSAccount_emailAddress :: Lens' AWSAccount (Maybe Text)
- aWSAccount_id :: Lens' AWSAccount (Maybe Text)
Documentation
data AWSAccount Source #
The wrapper of Amazon Web Services account details, such as account ID, email address, and so on.
See: newAWSAccount
smart constructor.
Instances
newAWSAccount :: AWSAccount Source #
Create a value of AWSAccount
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:name:AWSAccount'
, aWSAccount_name
- The name of the specified Amazon Web Services account.
$sel:emailAddress:AWSAccount'
, aWSAccount_emailAddress
- The email address associated with the specified Amazon Web Services
account.
$sel:id:AWSAccount'
, aWSAccount_id
- The identifier for the specified Amazon Web Services account.
aWSAccount_name :: Lens' AWSAccount (Maybe Text) Source #
The name of the specified Amazon Web Services account.
aWSAccount_emailAddress :: Lens' AWSAccount (Maybe Text) Source #
The email address associated with the specified Amazon Web Services account.
aWSAccount_id :: Lens' AWSAccount (Maybe Text) Source #
The identifier for the specified Amazon Web Services account.