libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LakeFormation.GetDataLakeSettings

Description

Retrieves the list of the data lake administrators of a Lake Formation-managed data lake.

Synopsis

Creating a Request

data GetDataLakeSettings Source #

See: newGetDataLakeSettings smart constructor.

Constructors

GetDataLakeSettings' 

Fields

  • catalogId :: Maybe Text

    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.

Instances

Instances details
Eq GetDataLakeSettings Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

Read GetDataLakeSettings Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

Show GetDataLakeSettings Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

Generic GetDataLakeSettings Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

Associated Types

type Rep GetDataLakeSettings :: Type -> Type #

NFData GetDataLakeSettings Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

Methods

rnf :: GetDataLakeSettings -> () #

Hashable GetDataLakeSettings Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

ToJSON GetDataLakeSettings Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

AWSRequest GetDataLakeSettings Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

Associated Types

type AWSResponse GetDataLakeSettings #

ToHeaders GetDataLakeSettings Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

ToPath GetDataLakeSettings Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

ToQuery GetDataLakeSettings Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

type Rep GetDataLakeSettings Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

type Rep GetDataLakeSettings = D1 ('MetaData "GetDataLakeSettings" "Amazonka.LakeFormation.GetDataLakeSettings" "libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation" 'False) (C1 ('MetaCons "GetDataLakeSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "catalogId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse GetDataLakeSettings Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

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.

Constructors

GetDataLakeSettingsResponse' 

Fields

Instances

Instances details
Eq GetDataLakeSettingsResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

Read GetDataLakeSettingsResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

Show GetDataLakeSettingsResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

Generic GetDataLakeSettingsResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

Associated Types

type Rep GetDataLakeSettingsResponse :: Type -> Type #

NFData GetDataLakeSettingsResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

type Rep GetDataLakeSettingsResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.GetDataLakeSettings

type Rep GetDataLakeSettingsResponse = D1 ('MetaData "GetDataLakeSettingsResponse" "Amazonka.LakeFormation.GetDataLakeSettings" "libZSservicesZSamazonka-lakeformationZSamazonka-lakeformation" 'False) (C1 ('MetaCons "GetDataLakeSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataLakeSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataLakeSettings)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.