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 Shield Response Team's (SRT) access to your Amazon Web Services account.
To make a DisassociateDRTRole
request, you must be subscribed to the
Business Support plan
or the
Enterprise Support plan.
However, if you are not subscribed to one of these support plans, but
had been previously and had granted the SRT access to your account, you
can submit a DisassociateDRTRole
request to remove this access.
Synopsis
- data DisassociateDRTRole = DisassociateDRTRole' {
- newDisassociateDRTRole :: DisassociateDRTRole
- data DisassociateDRTRoleResponse = DisassociateDRTRoleResponse' {
- httpStatus :: Int
- newDisassociateDRTRoleResponse :: Int -> DisassociateDRTRoleResponse
- disassociateDRTRoleResponse_httpStatus :: Lens' DisassociateDRTRoleResponse Int
Creating a Request
data DisassociateDRTRole Source #
See: newDisassociateDRTRole
smart constructor.
Instances
newDisassociateDRTRole :: DisassociateDRTRole Source #
Create a value of DisassociateDRTRole
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DisassociateDRTRoleResponse Source #
See: newDisassociateDRTRoleResponse
smart constructor.
DisassociateDRTRoleResponse' | |
|
Instances
newDisassociateDRTRoleResponse Source #
Create a value of DisassociateDRTRoleResponse
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:DisassociateDRTRoleResponse'
, disassociateDRTRoleResponse_httpStatus
- The response's http status code.
Response Lenses
disassociateDRTRoleResponse_httpStatus :: Lens' DisassociateDRTRoleResponse Int Source #
The response's http status code.