| 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.UpdateFieldLevelEncryptionConfig
Description
Update a field-level encryption configuration.
Synopsis
- updateFieldLevelEncryptionConfig :: FieldLevelEncryptionConfig -> Text -> UpdateFieldLevelEncryptionConfig
- data UpdateFieldLevelEncryptionConfig
- uflecIfMatch :: Lens' UpdateFieldLevelEncryptionConfig (Maybe Text)
- uflecFieldLevelEncryptionConfig :: Lens' UpdateFieldLevelEncryptionConfig FieldLevelEncryptionConfig
- uflecId :: Lens' UpdateFieldLevelEncryptionConfig Text
- updateFieldLevelEncryptionConfigResponse :: Int -> UpdateFieldLevelEncryptionConfigResponse
- data UpdateFieldLevelEncryptionConfigResponse
- uflecrsETag :: Lens' UpdateFieldLevelEncryptionConfigResponse (Maybe Text)
- uflecrsFieldLevelEncryption :: Lens' UpdateFieldLevelEncryptionConfigResponse (Maybe FieldLevelEncryption)
- uflecrsResponseStatus :: Lens' UpdateFieldLevelEncryptionConfigResponse Int
Creating a Request
updateFieldLevelEncryptionConfig Source #
Arguments
| :: FieldLevelEncryptionConfig | |
| -> Text | |
| -> UpdateFieldLevelEncryptionConfig |
Creates a value of UpdateFieldLevelEncryptionConfig with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uflecIfMatch- The value of theETagheader that you received when retrieving the configuration identity to update. For example:E2QWRUHAPOMQZL.uflecFieldLevelEncryptionConfig- Request to update a field-level encryption configuration.uflecId- The ID of the configuration you want to update.
data UpdateFieldLevelEncryptionConfig Source #
See: updateFieldLevelEncryptionConfig smart constructor.
Instances
Request Lenses
uflecIfMatch :: Lens' UpdateFieldLevelEncryptionConfig (Maybe Text) Source #
The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL .
uflecFieldLevelEncryptionConfig :: Lens' UpdateFieldLevelEncryptionConfig FieldLevelEncryptionConfig Source #
Request to update a field-level encryption configuration.
uflecId :: Lens' UpdateFieldLevelEncryptionConfig Text Source #
The ID of the configuration you want to update.
Destructuring the Response
updateFieldLevelEncryptionConfigResponse Source #
Creates a value of UpdateFieldLevelEncryptionConfigResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
uflecrsETag- The value of theETagheader that you received when updating the configuration. For example:E2QWRUHAPOMQZL.uflecrsFieldLevelEncryption- Return the results of updating the configuration.uflecrsResponseStatus- -- | The response status code.
data UpdateFieldLevelEncryptionConfigResponse Source #
See: updateFieldLevelEncryptionConfigResponse smart constructor.
Instances
Response Lenses
uflecrsETag :: Lens' UpdateFieldLevelEncryptionConfigResponse (Maybe Text) Source #
The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL .
uflecrsFieldLevelEncryption :: Lens' UpdateFieldLevelEncryptionConfigResponse (Maybe FieldLevelEncryption) Source #
Return the results of updating the configuration.
uflecrsResponseStatus :: Lens' UpdateFieldLevelEncryptionConfigResponse Int Source #
- - | The response status code.