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 security configuration for a specified catalog.
Synopsis
- data GetDataCatalogEncryptionSettings = GetDataCatalogEncryptionSettings' {}
- newGetDataCatalogEncryptionSettings :: GetDataCatalogEncryptionSettings
- getDataCatalogEncryptionSettings_catalogId :: Lens' GetDataCatalogEncryptionSettings (Maybe Text)
- data GetDataCatalogEncryptionSettingsResponse = GetDataCatalogEncryptionSettingsResponse' {}
- newGetDataCatalogEncryptionSettingsResponse :: Int -> GetDataCatalogEncryptionSettingsResponse
- getDataCatalogEncryptionSettingsResponse_dataCatalogEncryptionSettings :: Lens' GetDataCatalogEncryptionSettingsResponse (Maybe DataCatalogEncryptionSettings)
- getDataCatalogEncryptionSettingsResponse_httpStatus :: Lens' GetDataCatalogEncryptionSettingsResponse Int
Creating a Request
data GetDataCatalogEncryptionSettings Source #
See: newGetDataCatalogEncryptionSettings
smart constructor.
Instances
newGetDataCatalogEncryptionSettings :: GetDataCatalogEncryptionSettings Source #
Create a value of GetDataCatalogEncryptionSettings
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:catalogId:GetDataCatalogEncryptionSettings'
, getDataCatalogEncryptionSettings_catalogId
- The ID of the Data Catalog to retrieve the security configuration for.
If none is provided, the Amazon Web Services account ID is used by
default.
Request Lenses
getDataCatalogEncryptionSettings_catalogId :: Lens' GetDataCatalogEncryptionSettings (Maybe Text) Source #
The ID of the Data Catalog to retrieve the security configuration for. If none is provided, the Amazon Web Services account ID is used by default.
Destructuring the Response
data GetDataCatalogEncryptionSettingsResponse Source #
See: newGetDataCatalogEncryptionSettingsResponse
smart constructor.
GetDataCatalogEncryptionSettingsResponse' | |
|
Instances
newGetDataCatalogEncryptionSettingsResponse Source #
Create a value of GetDataCatalogEncryptionSettingsResponse
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:dataCatalogEncryptionSettings:GetDataCatalogEncryptionSettingsResponse'
, getDataCatalogEncryptionSettingsResponse_dataCatalogEncryptionSettings
- The requested security configuration.
$sel:httpStatus:GetDataCatalogEncryptionSettingsResponse'
, getDataCatalogEncryptionSettingsResponse_httpStatus
- The response's http status code.
Response Lenses
getDataCatalogEncryptionSettingsResponse_dataCatalogEncryptionSettings :: Lens' GetDataCatalogEncryptionSettingsResponse (Maybe DataCatalogEncryptionSettings) Source #
The requested security configuration.
getDataCatalogEncryptionSettingsResponse_httpStatus :: Lens' GetDataCatalogEncryptionSettingsResponse Int Source #
The response's http status code.