libZSservicesZSamazonka-guarddutyZSamazonka-guardduty
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.GuardDuty.Types.Master

Description

 
Synopsis

Documentation

data Master Source #

Contains information about the administrator account and invitation.

See: newMaster smart constructor.

Constructors

Master' 

Fields

Instances

Instances details
Eq Master Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Master

Methods

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

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

Read Master Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Master

Show Master Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Master

Generic Master Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Master

Associated Types

type Rep Master :: Type -> Type #

Methods

from :: Master -> Rep Master x #

to :: Rep Master x -> Master #

NFData Master Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Master

Methods

rnf :: Master -> () #

Hashable Master Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Master

Methods

hashWithSalt :: Int -> Master -> Int #

hash :: Master -> Int #

FromJSON Master Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Master

type Rep Master Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.Master

type Rep Master = D1 ('MetaData "Master" "Amazonka.GuardDuty.Types.Master" "libZSservicesZSamazonka-guarddutyZSamazonka-guardduty" 'False) (C1 ('MetaCons "Master'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "invitedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "relationshipStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "invitationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newMaster :: Master Source #

Create a value of Master 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:invitedAt:Master', master_invitedAt - The timestamp when the invitation was sent.

$sel:relationshipStatus:Master', master_relationshipStatus - The status of the relationship between the administrator and member accounts.

$sel:invitationId:Master', master_invitationId - The value used to validate the administrator account to the member account.

$sel:accountId:Master', master_accountId - The ID of the account used as the administrator account.

master_invitedAt :: Lens' Master (Maybe Text) Source #

The timestamp when the invitation was sent.

master_relationshipStatus :: Lens' Master (Maybe Text) Source #

The status of the relationship between the administrator and member accounts.

master_invitationId :: Lens' Master (Maybe Text) Source #

The value used to validate the administrator account to the member account.

master_accountId :: Lens' Master (Maybe Text) Source #

The ID of the account used as the administrator account.