| 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.CreateFieldLevelEncryptionConfig
Description
Create a new field-level encryption configuration.
- createFieldLevelEncryptionConfig :: FieldLevelEncryptionConfig -> CreateFieldLevelEncryptionConfig
- data CreateFieldLevelEncryptionConfig
- cflecFieldLevelEncryptionConfig :: Lens' CreateFieldLevelEncryptionConfig FieldLevelEncryptionConfig
- createFieldLevelEncryptionConfigResponse :: Int -> CreateFieldLevelEncryptionConfigResponse
- data CreateFieldLevelEncryptionConfigResponse
- cflecrsETag :: Lens' CreateFieldLevelEncryptionConfigResponse (Maybe Text)
- cflecrsLocation :: Lens' CreateFieldLevelEncryptionConfigResponse (Maybe Text)
- cflecrsFieldLevelEncryption :: Lens' CreateFieldLevelEncryptionConfigResponse (Maybe FieldLevelEncryption)
- cflecrsResponseStatus :: Lens' CreateFieldLevelEncryptionConfigResponse Int
Creating a Request
createFieldLevelEncryptionConfig Source #
Arguments
| :: FieldLevelEncryptionConfig | |
| -> CreateFieldLevelEncryptionConfig |
Creates a value of CreateFieldLevelEncryptionConfig with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cflecFieldLevelEncryptionConfig- The request to create a new field-level encryption configuration.
data CreateFieldLevelEncryptionConfig Source #
See: createFieldLevelEncryptionConfig smart constructor.
Instances
Request Lenses
cflecFieldLevelEncryptionConfig :: Lens' CreateFieldLevelEncryptionConfig FieldLevelEncryptionConfig Source #
The request to create a new field-level encryption configuration.
Destructuring the Response
createFieldLevelEncryptionConfigResponse Source #
Creates a value of CreateFieldLevelEncryptionConfigResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cflecrsETag- The current version of the field level encryption configuration. For example:E2QWRUHAPOMQZL.cflecrsLocation- The fully qualified URI of the new configuration resource just created. For example:https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.cflecrsFieldLevelEncryption- Returned when you create a new field-level encryption configuration.cflecrsResponseStatus- -- | The response status code.
data CreateFieldLevelEncryptionConfigResponse Source #
See: createFieldLevelEncryptionConfigResponse smart constructor.
Instances
Response Lenses
cflecrsETag :: Lens' CreateFieldLevelEncryptionConfigResponse (Maybe Text) Source #
The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL .
cflecrsLocation :: Lens' CreateFieldLevelEncryptionConfigResponse (Maybe Text) Source #
The fully qualified URI of the new configuration resource just created. For example: https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5 .
cflecrsFieldLevelEncryption :: Lens' CreateFieldLevelEncryptionConfigResponse (Maybe FieldLevelEncryption) Source #
Returned when you create a new field-level encryption configuration.
cflecrsResponseStatus :: Lens' CreateFieldLevelEncryptionConfigResponse Int Source #
- - | The response status code.