| 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.Shield.DisassociateDRTRole
Description
Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.
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.
Constructors
| DisassociateDRTRole' | |
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.
Constructors
| DisassociateDRTRoleResponse' | |
Fields
| |
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.