| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.XRay.GetEncryptionConfig
Description
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.
Constructors
| GetEncryptionConfig' | |
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.
Constructors
| GetEncryptionConfigResponse' | |
Fields
| |
Instances
newGetEncryptionConfigResponse Source #
Arguments
| :: Int | |
| -> GetEncryptionConfigResponse |
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.
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.