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.
- getEncryptionConfig :: GetEncryptionConfig
- data GetEncryptionConfig
- getEncryptionConfigResponse :: Int -> GetEncryptionConfigResponse
- data GetEncryptionConfigResponse
- gecrsEncryptionConfig :: Lens' GetEncryptionConfigResponse (Maybe EncryptionConfig)
- gecrsResponseStatus :: Lens' GetEncryptionConfigResponse Int
Creating a Request
getEncryptionConfig :: GetEncryptionConfig #
Creates a value of GetEncryptionConfig
with the minimum fields required to make a request.
data GetEncryptionConfig #
See: getEncryptionConfig
smart constructor.
Instances
Destructuring the Response
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 #
See: getEncryptionConfigResponse
smart constructor.
Response Lenses
gecrsEncryptionConfig :: Lens' GetEncryptionConfigResponse (Maybe EncryptionConfig) #
The encryption configuration document.
gecrsResponseStatus :: Lens' GetEncryptionConfigResponse Int #
- - | The response status code.