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 theProtection
object to be deleted.
data DeleteProtection #
See: deleteProtection
smart constructor.
Instances
Request Lenses
dProtectionId :: Lens' DeleteProtection Text #
The unique identifier (ID) for the Protection
object to be deleted.
Destructuring the Response
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 #
See: deleteProtectionResponse
smart constructor.
Response Lenses
delrsResponseStatus :: Lens' DeleteProtectionResponse Int #
- - | The response status code.