| 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.DeleteMember
Description
Deletes the association between an Amazon Macie administrator account and an account.
Synopsis
- data DeleteMember = DeleteMember' {}
- newDeleteMember :: Text -> DeleteMember
- deleteMember_id :: Lens' DeleteMember Text
- data DeleteMemberResponse = DeleteMemberResponse' {
- httpStatus :: Int
- newDeleteMemberResponse :: Int -> DeleteMemberResponse
- deleteMemberResponse_httpStatus :: Lens' DeleteMemberResponse Int
Creating a Request
data DeleteMember Source #
See: newDeleteMember smart constructor.
Constructors
| DeleteMember' | |
Instances
Arguments
| :: Text | |
| -> DeleteMember |
Create a value of DeleteMember 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:
DeleteMember, deleteMember_id - The unique identifier for the Amazon Macie resource that the request
applies to.
Request Lenses
deleteMember_id :: Lens' DeleteMember Text Source #
The unique identifier for the Amazon Macie resource that the request applies to.
Destructuring the Response
data DeleteMemberResponse Source #
See: newDeleteMemberResponse smart constructor.
Constructors
| DeleteMemberResponse' | |
Fields
| |
Instances
newDeleteMemberResponse Source #
Arguments
| :: Int | |
| -> DeleteMemberResponse |
Create a value of DeleteMemberResponse 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:DeleteMemberResponse', deleteMemberResponse_httpStatus - The response's http status code.
Response Lenses
deleteMemberResponse_httpStatus :: Lens' DeleteMemberResponse Int Source #
The response's http status code.