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 |
Disassociates an Amazon Macie administrator account from a member account.
Synopsis
- data DisassociateMember = DisassociateMember' {}
- newDisassociateMember :: Text -> DisassociateMember
- disassociateMember_id :: Lens' DisassociateMember Text
- data DisassociateMemberResponse = DisassociateMemberResponse' {
- httpStatus :: Int
- newDisassociateMemberResponse :: Int -> DisassociateMemberResponse
- disassociateMemberResponse_httpStatus :: Lens' DisassociateMemberResponse Int
Creating a Request
data DisassociateMember Source #
See: newDisassociateMember
smart constructor.
Instances
newDisassociateMember Source #
Create a value of DisassociateMember
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:id:DisassociateMember'
, disassociateMember_id
- The unique identifier for the Amazon Macie resource or account that the
request applies to.
Request Lenses
disassociateMember_id :: Lens' DisassociateMember Text Source #
The unique identifier for the Amazon Macie resource or account that the request applies to.
Destructuring the Response
data DisassociateMemberResponse Source #
See: newDisassociateMemberResponse
smart constructor.
DisassociateMemberResponse' | |
|
Instances
newDisassociateMemberResponse Source #
Create a value of DisassociateMemberResponse
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:DisassociateMemberResponse'
, disassociateMemberResponse_httpStatus
- The response's http status code.
Response Lenses
disassociateMemberResponse_httpStatus :: Lens' DisassociateMemberResponse Int Source #
The response's http status code.