| 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.XRay.GetEncryptionConfig
Description
Retrieves the current encryption configuration for X-Ray data.
Synopsis
- getEncryptionConfig :: GetEncryptionConfig
- data GetEncryptionConfig
- getEncryptionConfigResponse :: Int -> GetEncryptionConfigResponse
- data GetEncryptionConfigResponse
- gecrsEncryptionConfig :: Lens' GetEncryptionConfigResponse (Maybe EncryptionConfig)
- gecrsResponseStatus :: Lens' GetEncryptionConfigResponse Int
Creating a Request
getEncryptionConfig :: GetEncryptionConfig Source #
Creates a value of GetEncryptionConfig with the minimum fields required to make a request.
data GetEncryptionConfig Source #
See: getEncryptionConfig smart constructor.
Instances
Destructuring the Response
getEncryptionConfigResponse Source #
Arguments
| :: Int | |
| -> GetEncryptionConfigResponse |
Creates a value of GetEncryptionConfigResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gecrsEncryptionConfig- The encryption configuration document.gecrsResponseStatus- -- | The response status code.
data GetEncryptionConfigResponse Source #
See: getEncryptionConfigResponse smart constructor.
Instances
Response Lenses
gecrsEncryptionConfig :: Lens' GetEncryptionConfigResponse (Maybe EncryptionConfig) Source #
The encryption configuration document.
gecrsResponseStatus :: Lens' GetEncryptionConfigResponse Int Source #
- - | The response status code.