| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFront.GetFieldLevelEncryptionConfig
Description
Get the field-level encryption configuration information.
Synopsis
- data GetFieldLevelEncryptionConfig = GetFieldLevelEncryptionConfig' {}
- newGetFieldLevelEncryptionConfig :: Text -> GetFieldLevelEncryptionConfig
- getFieldLevelEncryptionConfig_id :: Lens' GetFieldLevelEncryptionConfig Text
- data GetFieldLevelEncryptionConfigResponse = GetFieldLevelEncryptionConfigResponse' {}
- newGetFieldLevelEncryptionConfigResponse :: Int -> GetFieldLevelEncryptionConfigResponse
- getFieldLevelEncryptionConfigResponse_eTag :: Lens' GetFieldLevelEncryptionConfigResponse (Maybe Text)
- getFieldLevelEncryptionConfigResponse_fieldLevelEncryptionConfig :: Lens' GetFieldLevelEncryptionConfigResponse (Maybe FieldLevelEncryptionConfig)
- getFieldLevelEncryptionConfigResponse_httpStatus :: Lens' GetFieldLevelEncryptionConfigResponse Int
Creating a Request
data GetFieldLevelEncryptionConfig Source #
See: newGetFieldLevelEncryptionConfig smart constructor.
Constructors
| GetFieldLevelEncryptionConfig' | |
Instances
newGetFieldLevelEncryptionConfig Source #
Create a value of GetFieldLevelEncryptionConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
GetFieldLevelEncryptionConfig, getFieldLevelEncryptionConfig_id - Request the ID for the field-level encryption configuration information.
Request Lenses
getFieldLevelEncryptionConfig_id :: Lens' GetFieldLevelEncryptionConfig Text Source #
Request the ID for the field-level encryption configuration information.
Destructuring the Response
data GetFieldLevelEncryptionConfigResponse Source #
See: newGetFieldLevelEncryptionConfigResponse smart constructor.
Constructors
| GetFieldLevelEncryptionConfigResponse' | |
Fields
| |
Instances
newGetFieldLevelEncryptionConfigResponse Source #
Arguments
| :: Int | |
| -> GetFieldLevelEncryptionConfigResponse |
Create a value of GetFieldLevelEncryptionConfigResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:eTag:GetFieldLevelEncryptionConfigResponse', getFieldLevelEncryptionConfigResponse_eTag - The current version of the field level encryption configuration. For
example: E2QWRUHAPOMQZL.
GetFieldLevelEncryptionConfigResponse, getFieldLevelEncryptionConfigResponse_fieldLevelEncryptionConfig - Return the field-level encryption configuration information.
$sel:httpStatus:GetFieldLevelEncryptionConfigResponse', getFieldLevelEncryptionConfigResponse_httpStatus - The response's http status code.
Response Lenses
getFieldLevelEncryptionConfigResponse_eTag :: Lens' GetFieldLevelEncryptionConfigResponse (Maybe Text) Source #
The current version of the field level encryption configuration. For
example: E2QWRUHAPOMQZL.
getFieldLevelEncryptionConfigResponse_fieldLevelEncryptionConfig :: Lens' GetFieldLevelEncryptionConfigResponse (Maybe FieldLevelEncryptionConfig) Source #
Return the field-level encryption configuration information.
getFieldLevelEncryptionConfigResponse_httpStatus :: Lens' GetFieldLevelEncryptionConfigResponse Int Source #
The response's http status code.