| 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.DisassociateMember
Description
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.
Constructors
| DisassociateMember' | |
Instances
newDisassociateMember Source #
Arguments
| :: Text | |
| -> DisassociateMember |
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:
DisassociateMember, disassociateMember_id - The unique identifier for the Amazon Macie resource that the request
applies to.
Request Lenses
disassociateMember_id :: Lens' DisassociateMember Text Source #
The unique identifier for the Amazon Macie resource that the request applies to.
Destructuring the Response
data DisassociateMemberResponse Source #
See: newDisassociateMemberResponse smart constructor.
Constructors
| DisassociateMemberResponse' | |
Fields
| |
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.