Copyright | (c) 2013-2021 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 |
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.
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:
$sel:id: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.
GetFieldLevelEncryptionConfigResponse' | |
|
Instances
newGetFieldLevelEncryptionConfigResponse Source #
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
.
$sel:fieldLevelEncryptionConfig: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.