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

Description

Disassociates the current GuardDuty member account from its administrator account.

Synopsis

Creating a Request

data DisassociateFromMasterAccount Source #

See: newDisassociateFromMasterAccount smart constructor.

Constructors

DisassociateFromMasterAccount' 

Fields

  • detectorId :: Text

    The unique ID of the detector of the GuardDuty member account.

Instances

Instances details
Eq DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

Read DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

Show DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

Generic DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

Associated Types

type Rep DisassociateFromMasterAccount :: Type -> Type #

NFData DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

Hashable DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

ToJSON DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

AWSRequest DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

ToHeaders DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

ToPath DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

ToQuery DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

type Rep DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

type Rep DisassociateFromMasterAccount = D1 ('MetaData "DisassociateFromMasterAccount" "Amazonka.GuardDuty.DisassociateFromMasterAccount" "libZSservicesZSamazonka-guarddutyZSamazonka-guardduty" 'False) (C1 ('MetaCons "DisassociateFromMasterAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

newDisassociateFromMasterAccount Source #

Create a value of DisassociateFromMasterAccount 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:detectorId:DisassociateFromMasterAccount', disassociateFromMasterAccount_detectorId - The unique ID of the detector of the GuardDuty member account.

Request Lenses

disassociateFromMasterAccount_detectorId :: Lens' DisassociateFromMasterAccount Text Source #

The unique ID of the detector of the GuardDuty member account.

Destructuring the Response

data DisassociateFromMasterAccountResponse Source #

Constructors

DisassociateFromMasterAccountResponse' 

Fields

Instances

Instances details
Eq DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

Read DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

Show DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

Generic DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

NFData DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

type Rep DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.DisassociateFromMasterAccount

type Rep DisassociateFromMasterAccountResponse = D1 ('MetaData "DisassociateFromMasterAccountResponse" "Amazonka.GuardDuty.DisassociateFromMasterAccount" "libZSservicesZSamazonka-guarddutyZSamazonka-guardduty" 'False) (C1 ('MetaCons "DisassociateFromMasterAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateFromMasterAccountResponse Source #

Create a value of DisassociateFromMasterAccountResponse 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:httpStatus:DisassociateFromMasterAccountResponse', disassociateFromMasterAccountResponse_httpStatus - The response's http status code.

Response Lenses