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 GetFieldLevelEncryption = GetFieldLevelEncryption' {}
- newGetFieldLevelEncryption :: Text -> GetFieldLevelEncryption
- getFieldLevelEncryption_id :: Lens' GetFieldLevelEncryption Text
- data GetFieldLevelEncryptionResponse = GetFieldLevelEncryptionResponse' {}
- newGetFieldLevelEncryptionResponse :: Int -> GetFieldLevelEncryptionResponse
- getFieldLevelEncryptionResponse_eTag :: Lens' GetFieldLevelEncryptionResponse (Maybe Text)
- getFieldLevelEncryptionResponse_fieldLevelEncryption :: Lens' GetFieldLevelEncryptionResponse (Maybe FieldLevelEncryption)
- getFieldLevelEncryptionResponse_httpStatus :: Lens' GetFieldLevelEncryptionResponse Int
Creating a Request
data GetFieldLevelEncryption Source #
See: newGetFieldLevelEncryption
smart constructor.
Instances
newGetFieldLevelEncryption Source #
Create a value of GetFieldLevelEncryption
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:GetFieldLevelEncryption'
, getFieldLevelEncryption_id
- Request the ID for the field-level encryption configuration information.
Request Lenses
getFieldLevelEncryption_id :: Lens' GetFieldLevelEncryption Text Source #
Request the ID for the field-level encryption configuration information.
Destructuring the Response
data GetFieldLevelEncryptionResponse Source #
See: newGetFieldLevelEncryptionResponse
smart constructor.
GetFieldLevelEncryptionResponse' | |
|
Instances
newGetFieldLevelEncryptionResponse Source #
Create a value of GetFieldLevelEncryptionResponse
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:GetFieldLevelEncryptionResponse'
, getFieldLevelEncryptionResponse_eTag
- The current version of the field level encryption configuration. For
example: E2QWRUHAPOMQZL
.
$sel:fieldLevelEncryption:GetFieldLevelEncryptionResponse'
, getFieldLevelEncryptionResponse_fieldLevelEncryption
- Return the field-level encryption configuration information.
$sel:httpStatus:GetFieldLevelEncryptionResponse'
, getFieldLevelEncryptionResponse_httpStatus
- The response's http status code.
Response Lenses
getFieldLevelEncryptionResponse_eTag :: Lens' GetFieldLevelEncryptionResponse (Maybe Text) Source #
The current version of the field level encryption configuration. For
example: E2QWRUHAPOMQZL
.
getFieldLevelEncryptionResponse_fieldLevelEncryption :: Lens' GetFieldLevelEncryptionResponse (Maybe FieldLevelEncryption) Source #
Return the field-level encryption configuration information.
getFieldLevelEncryptionResponse_httpStatus :: Lens' GetFieldLevelEncryptionResponse Int Source #
The response's http status code.