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 |
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.
Instances
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:
$sel:id:DeleteMember'
, deleteMember_id
- The unique identifier for the Amazon Macie resource or account that the
request applies to.
Request Lenses
deleteMember_id :: Lens' DeleteMember Text Source #
The unique identifier for the Amazon Macie resource or account that the request applies to.
Destructuring the Response
data DeleteMemberResponse Source #
See: newDeleteMemberResponse
smart constructor.
DeleteMemberResponse' | |
|
Instances
newDeleteMemberResponse Source #
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.