| 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.DeleteFieldLevelEncryptionConfig
Description
Remove a field-level encryption configuration.
Synopsis
- deleteFieldLevelEncryptionConfig :: Text -> DeleteFieldLevelEncryptionConfig
- data DeleteFieldLevelEncryptionConfig
- dflecIfMatch :: Lens' DeleteFieldLevelEncryptionConfig (Maybe Text)
- dflecId :: Lens' DeleteFieldLevelEncryptionConfig Text
- deleteFieldLevelEncryptionConfigResponse :: DeleteFieldLevelEncryptionConfigResponse
- data DeleteFieldLevelEncryptionConfigResponse
Creating a Request
deleteFieldLevelEncryptionConfig Source #
Arguments
| :: Text | |
| -> DeleteFieldLevelEncryptionConfig |
Creates a value of DeleteFieldLevelEncryptionConfig with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dflecIfMatch- The value of theETagheader that you received when retrieving the configuration identity to delete. For example:E2QWRUHAPOMQZL.dflecId- The ID of the configuration you want to delete from CloudFront.
data DeleteFieldLevelEncryptionConfig Source #
See: deleteFieldLevelEncryptionConfig smart constructor.
Instances
Request Lenses
dflecIfMatch :: Lens' DeleteFieldLevelEncryptionConfig (Maybe Text) Source #
The value of the ETag header that you received when retrieving the configuration identity to delete. For example: E2QWRUHAPOMQZL .
dflecId :: Lens' DeleteFieldLevelEncryptionConfig Text Source #
The ID of the configuration you want to delete from CloudFront.
Destructuring the Response
deleteFieldLevelEncryptionConfigResponse :: DeleteFieldLevelEncryptionConfigResponse Source #
Creates a value of DeleteFieldLevelEncryptionConfigResponse with the minimum fields required to make a request.
data DeleteFieldLevelEncryptionConfigResponse Source #
See: deleteFieldLevelEncryptionConfigResponse smart constructor.