| 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.CloudFront.DeletePublicKey
Description
Remove a public key you previously added to CloudFront.
Creating a Request
Arguments
| :: Text | |
| -> DeletePublicKey |
Creates a value of DeletePublicKey with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpkIfMatch- The value of theETagheader that you received when retrieving the public key identity to delete. For example:E2QWRUHAPOMQZL.dpkId- The ID of the public key you want to remove from CloudFront.
data DeletePublicKey Source #
See: deletePublicKey smart constructor.
Instances
Request Lenses
dpkIfMatch :: Lens' DeletePublicKey (Maybe Text) Source #
The value of the ETag header that you received when retrieving the public key identity to delete. For example: E2QWRUHAPOMQZL .
dpkId :: Lens' DeletePublicKey Text Source #
The ID of the public key you want to remove from CloudFront.
Destructuring the Response
deletePublicKeyResponse :: DeletePublicKeyResponse Source #
Creates a value of DeletePublicKeyResponse with the minimum fields required to make a request.
data DeletePublicKeyResponse Source #
See: deletePublicKeyResponse smart constructor.