| 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.GetFieldLevelEncryption
Description
Get the field-level encryption configuration information.
Synopsis
- getFieldLevelEncryption :: Text -> GetFieldLevelEncryption
- data GetFieldLevelEncryption
- gfleId :: Lens' GetFieldLevelEncryption Text
- getFieldLevelEncryptionResponse :: Int -> GetFieldLevelEncryptionResponse
- data GetFieldLevelEncryptionResponse
- gflersETag :: Lens' GetFieldLevelEncryptionResponse (Maybe Text)
- gflersFieldLevelEncryption :: Lens' GetFieldLevelEncryptionResponse (Maybe FieldLevelEncryption)
- gflersResponseStatus :: Lens' GetFieldLevelEncryptionResponse Int
Creating a Request
getFieldLevelEncryption Source #
Arguments
| :: Text | |
| -> GetFieldLevelEncryption |
Creates a value of GetFieldLevelEncryption with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gfleId- Request the ID for the field-level encryption configuration information.
data GetFieldLevelEncryption Source #
See: getFieldLevelEncryption smart constructor.
Instances
Request Lenses
gfleId :: Lens' GetFieldLevelEncryption Text Source #
Request the ID for the field-level encryption configuration information.
Destructuring the Response
getFieldLevelEncryptionResponse Source #
Arguments
| :: Int | |
| -> GetFieldLevelEncryptionResponse |
Creates a value of GetFieldLevelEncryptionResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gflersETag- The current version of the field level encryption configuration. For example:E2QWRUHAPOMQZL.gflersFieldLevelEncryption- Return the field-level encryption configuration information.gflersResponseStatus- -- | The response status code.
data GetFieldLevelEncryptionResponse Source #
See: getFieldLevelEncryptionResponse smart constructor.
Instances
Response Lenses
gflersETag :: Lens' GetFieldLevelEncryptionResponse (Maybe Text) Source #
The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL .
gflersFieldLevelEncryption :: Lens' GetFieldLevelEncryptionResponse (Maybe FieldLevelEncryption) Source #
Return the field-level encryption configuration information.
gflersResponseStatus :: Lens' GetFieldLevelEncryptionResponse Int Source #
- - | The response status code.