amazonka-maciev2-2.0: Amazon Macie 2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MacieV2.DisassociateFromMasterAccount

Description

(Deprecated) Disassociates a member account from its Amazon Macie administrator account. This operation has been replaced by the DisassociateFromAdministratorAccount operation.

Synopsis

Creating a Request

data DisassociateFromMasterAccount Source #

See: newDisassociateFromMasterAccount smart constructor.

Instances

Instances details
ToJSON DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

ToHeaders DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

ToPath DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

ToQuery DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

AWSRequest DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

Generic DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

Associated Types

type Rep DisassociateFromMasterAccount :: Type -> Type #

Read DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

Show DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

NFData DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

Eq DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

Hashable DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

type AWSResponse DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

type Rep DisassociateFromMasterAccount Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

type Rep DisassociateFromMasterAccount = D1 ('MetaData "DisassociateFromMasterAccount" "Amazonka.MacieV2.DisassociateFromMasterAccount" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "DisassociateFromMasterAccount'" 'PrefixI 'False) (U1 :: Type -> Type))

newDisassociateFromMasterAccount :: DisassociateFromMasterAccount Source #

Create a value of DisassociateFromMasterAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data DisassociateFromMasterAccountResponse Source #

Constructors

DisassociateFromMasterAccountResponse' 

Fields

Instances

Instances details
Generic DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

Read DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

Show DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

NFData DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

Eq DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

type Rep DisassociateFromMasterAccountResponse Source # 
Instance details

Defined in Amazonka.MacieV2.DisassociateFromMasterAccount

type Rep DisassociateFromMasterAccountResponse = D1 ('MetaData "DisassociateFromMasterAccountResponse" "Amazonka.MacieV2.DisassociateFromMasterAccount" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" '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