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 |
Removes the specified member account from Amazon Macie Classic.
Synopsis
- data DisassociateMemberAccount = DisassociateMemberAccount' {}
- newDisassociateMemberAccount :: Text -> DisassociateMemberAccount
- disassociateMemberAccount_memberAccountId :: Lens' DisassociateMemberAccount Text
- data DisassociateMemberAccountResponse = DisassociateMemberAccountResponse' {
- newDisassociateMemberAccountResponse :: DisassociateMemberAccountResponse
Creating a Request
data DisassociateMemberAccount Source #
See: newDisassociateMemberAccount
smart constructor.
DisassociateMemberAccount' | |
|
Instances
newDisassociateMemberAccount Source #
Create a value of DisassociateMemberAccount
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:memberAccountId:DisassociateMemberAccount'
, disassociateMemberAccount_memberAccountId
- The ID of the member account that you want to remove from Amazon Macie
Classic.
Request Lenses
disassociateMemberAccount_memberAccountId :: Lens' DisassociateMemberAccount Text Source #
The ID of the member account that you want to remove from Amazon Macie Classic.
Destructuring the Response
data DisassociateMemberAccountResponse Source #
See: newDisassociateMemberAccountResponse
smart constructor.
Instances
newDisassociateMemberAccountResponse :: DisassociateMemberAccountResponse Source #
Create a value of DisassociateMemberAccountResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.