| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
- data DisassociateFromMasterAccount = DisassociateFromMasterAccount' {
- newDisassociateFromMasterAccount :: DisassociateFromMasterAccount
- data DisassociateFromMasterAccountResponse = DisassociateFromMasterAccountResponse' {
- httpStatus :: Int
- newDisassociateFromMasterAccountResponse :: Int -> DisassociateFromMasterAccountResponse
- disassociateFromMasterAccountResponse_httpStatus :: Lens' DisassociateFromMasterAccountResponse Int
Creating a Request
data DisassociateFromMasterAccount Source #
See: newDisassociateFromMasterAccount smart constructor.
Constructors
| DisassociateFromMasterAccount' | |
Instances
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 #
See: newDisassociateFromMasterAccountResponse smart constructor.
Constructors
| DisassociateFromMasterAccountResponse' | |
Fields
| |
Instances
newDisassociateFromMasterAccountResponse Source #
Arguments
| :: Int | |
| -> DisassociateFromMasterAccountResponse |
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
disassociateFromMasterAccountResponse_httpStatus :: Lens' DisassociateFromMasterAccountResponse Int Source #
The response's http status code.