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 |
Retrieves the current encryption configuration for X-Ray data.
Synopsis
- data GetEncryptionConfig = GetEncryptionConfig' {
- newGetEncryptionConfig :: GetEncryptionConfig
- data GetEncryptionConfigResponse = GetEncryptionConfigResponse' {}
- newGetEncryptionConfigResponse :: Int -> GetEncryptionConfigResponse
- getEncryptionConfigResponse_encryptionConfig :: Lens' GetEncryptionConfigResponse (Maybe EncryptionConfig)
- getEncryptionConfigResponse_httpStatus :: Lens' GetEncryptionConfigResponse Int
Creating a Request
data GetEncryptionConfig Source #
See: newGetEncryptionConfig
smart constructor.
Instances
newGetEncryptionConfig :: GetEncryptionConfig Source #
Create a value of GetEncryptionConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetEncryptionConfigResponse Source #
See: newGetEncryptionConfigResponse
smart constructor.
GetEncryptionConfigResponse' | |
|
Instances
newGetEncryptionConfigResponse Source #
Create a value of GetEncryptionConfigResponse
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:encryptionConfig:GetEncryptionConfigResponse'
, getEncryptionConfigResponse_encryptionConfig
- The encryption configuration document.
$sel:httpStatus:GetEncryptionConfigResponse'
, getEncryptionConfigResponse_httpStatus
- The response's http status code.
Response Lenses
getEncryptionConfigResponse_encryptionConfig :: Lens' GetEncryptionConfigResponse (Maybe EncryptionConfig) Source #
The encryption configuration document.
getEncryptionConfigResponse_httpStatus :: Lens' GetEncryptionConfigResponse Int Source #
The response's http status code.