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 list of the data lake administrators of a Lake Formation-managed data lake.
Synopsis
- data GetDataLakeSettings = GetDataLakeSettings' {}
- newGetDataLakeSettings :: GetDataLakeSettings
- getDataLakeSettings_catalogId :: Lens' GetDataLakeSettings (Maybe Text)
- data GetDataLakeSettingsResponse = GetDataLakeSettingsResponse' {}
- newGetDataLakeSettingsResponse :: Int -> GetDataLakeSettingsResponse
- getDataLakeSettingsResponse_dataLakeSettings :: Lens' GetDataLakeSettingsResponse (Maybe DataLakeSettings)
- getDataLakeSettingsResponse_httpStatus :: Lens' GetDataLakeSettingsResponse Int
Creating a Request
data GetDataLakeSettings Source #
See: newGetDataLakeSettings
smart constructor.
Instances
newGetDataLakeSettings :: GetDataLakeSettings Source #
Create a value of GetDataLakeSettings
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:GetDataLakeSettings'
, getDataLakeSettings_catalogId
- The identifier for the Data Catalog. By default, the account ID. The
Data Catalog is the persistent metadata store. It contains database
definitions, table definitions, and other control information to manage
your AWS Lake Formation environment.
Request Lenses
getDataLakeSettings_catalogId :: Lens' GetDataLakeSettings (Maybe Text) Source #
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment.
Destructuring the Response
data GetDataLakeSettingsResponse Source #
See: newGetDataLakeSettingsResponse
smart constructor.
GetDataLakeSettingsResponse' | |
|
Instances
newGetDataLakeSettingsResponse Source #
Create a value of GetDataLakeSettingsResponse
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:dataLakeSettings:GetDataLakeSettingsResponse'
, getDataLakeSettingsResponse_dataLakeSettings
- A structure representing a list of AWS Lake Formation principals
designated as data lake administrators.
$sel:httpStatus:GetDataLakeSettingsResponse'
, getDataLakeSettingsResponse_httpStatus
- The response's http status code.
Response Lenses
getDataLakeSettingsResponse_dataLakeSettings :: Lens' GetDataLakeSettingsResponse (Maybe DataLakeSettings) Source #
A structure representing a list of AWS Lake Formation principals designated as data lake administrators.
getDataLakeSettingsResponse_httpStatus :: Lens' GetDataLakeSettingsResponse Int Source #
The response's http status code.