libZSservicesZSamazonka-glueZSamazonka-glue
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.Glue.ImportCatalogToGlue

Description

Imports an existing Amazon Athena Data Catalog to Glue.

Synopsis

Creating a Request

data ImportCatalogToGlue Source #

See: newImportCatalogToGlue smart constructor.

Constructors

ImportCatalogToGlue' 

Fields

  • catalogId :: Maybe Text

    The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.

Instances

Instances details
Eq ImportCatalogToGlue Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

Read ImportCatalogToGlue Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

Show ImportCatalogToGlue Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

Generic ImportCatalogToGlue Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

Associated Types

type Rep ImportCatalogToGlue :: Type -> Type #

NFData ImportCatalogToGlue Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

Methods

rnf :: ImportCatalogToGlue -> () #

Hashable ImportCatalogToGlue Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

ToJSON ImportCatalogToGlue Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

AWSRequest ImportCatalogToGlue Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

Associated Types

type AWSResponse ImportCatalogToGlue #

ToHeaders ImportCatalogToGlue Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

ToPath ImportCatalogToGlue Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

ToQuery ImportCatalogToGlue Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

type Rep ImportCatalogToGlue Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

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

Defined in Amazonka.Glue.ImportCatalogToGlue

newImportCatalogToGlue :: ImportCatalogToGlue Source #

Create a value of ImportCatalogToGlue 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:ImportCatalogToGlue', importCatalogToGlue_catalogId - The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.

Request Lenses

importCatalogToGlue_catalogId :: Lens' ImportCatalogToGlue (Maybe Text) Source #

The ID of the catalog to import. Currently, this should be the Amazon Web Services account ID.

Destructuring the Response

data ImportCatalogToGlueResponse Source #

See: newImportCatalogToGlueResponse smart constructor.

Constructors

ImportCatalogToGlueResponse' 

Fields

Instances

Instances details
Eq ImportCatalogToGlueResponse Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

Read ImportCatalogToGlueResponse Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

Show ImportCatalogToGlueResponse Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

Generic ImportCatalogToGlueResponse Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

Associated Types

type Rep ImportCatalogToGlueResponse :: Type -> Type #

NFData ImportCatalogToGlueResponse Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

type Rep ImportCatalogToGlueResponse Source # 
Instance details

Defined in Amazonka.Glue.ImportCatalogToGlue

type Rep ImportCatalogToGlueResponse = D1 ('MetaData "ImportCatalogToGlueResponse" "Amazonka.Glue.ImportCatalogToGlue" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "ImportCatalogToGlueResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newImportCatalogToGlueResponse Source #

Create a value of ImportCatalogToGlueResponse 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:httpStatus:ImportCatalogToGlueResponse', importCatalogToGlueResponse_httpStatus - The response's http status code.

Response Lenses