| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Shield.DeleteProtection
Description
Deletes an AWS Shield Advanced Protection .
Creating a Request
Arguments
| :: Text | |
| -> DeleteProtection |
Creates a value of DeleteProtection with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dProtectionId- The unique identifier (ID) for theProtectionobject to be deleted.
data DeleteProtection Source #
See: deleteProtection smart constructor.
Instances
Request Lenses
dProtectionId :: Lens' DeleteProtection Text Source #
The unique identifier (ID) for the Protection object to be deleted.
Destructuring the Response
deleteProtectionResponse Source #
Arguments
| :: Int | |
| -> DeleteProtectionResponse |
Creates a value of DeleteProtectionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
delrsResponseStatus- -- | The response status code.
data DeleteProtectionResponse Source #
See: deleteProtectionResponse smart constructor.
Instances
Response Lenses
delrsResponseStatus :: Lens' DeleteProtectionResponse Int Source #
- - | The response status code.