Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
(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.
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.
DisassociateFromMasterAccountResponse' | |
|
Instances
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
disassociateFromMasterAccountResponse_httpStatus :: Lens' DisassociateFromMasterAccountResponse Int Source #
The response's http status code.