libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager
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.AuditManager.Types.AWSAccount

Description

 
Synopsis

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.

Constructors

AWSAccount' 

Fields

  • name :: Maybe Text

    The name of the specified Amazon Web Services account.

  • emailAddress :: Maybe Text

    The email address associated with the specified Amazon Web Services account.

  • id :: Maybe Text

    The identifier for the specified Amazon Web Services account.

Instances

Instances details
Eq AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

Read AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

Show AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

Generic AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

Associated Types

type Rep AWSAccount :: Type -> Type #

NFData AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

Methods

rnf :: AWSAccount -> () #

Hashable AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

ToJSON AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

FromJSON AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

type Rep AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

type Rep AWSAccount = D1 ('MetaData "AWSAccount" "Amazonka.AuditManager.Types.AWSAccount" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "AWSAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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.