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.CreatePartitionIndex

Description

Creates a specified partition index in an existing table.

Synopsis

Creating a Request

data CreatePartitionIndex Source #

See: newCreatePartitionIndex smart constructor.

Constructors

CreatePartitionIndex' 

Fields

Instances

Instances details
Eq CreatePartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

Read CreatePartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

Show CreatePartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

Generic CreatePartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

Associated Types

type Rep CreatePartitionIndex :: Type -> Type #

NFData CreatePartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

Methods

rnf :: CreatePartitionIndex -> () #

Hashable CreatePartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

ToJSON CreatePartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

AWSRequest CreatePartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

Associated Types

type AWSResponse CreatePartitionIndex #

ToHeaders CreatePartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

ToPath CreatePartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

ToQuery CreatePartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

type Rep CreatePartitionIndex Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

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

Defined in Amazonka.Glue.CreatePartitionIndex

newCreatePartitionIndex Source #

Create a value of CreatePartitionIndex 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:CreatePartitionIndex', createPartitionIndex_catalogId - The catalog ID where the table resides.

$sel:databaseName:CreatePartitionIndex', createPartitionIndex_databaseName - Specifies the name of a database in which you want to create a partition index.

$sel:tableName:CreatePartitionIndex', createPartitionIndex_tableName - Specifies the name of a table in which you want to create a partition index.

$sel:partitionIndex:CreatePartitionIndex', createPartitionIndex_partitionIndex - Specifies a PartitionIndex structure to create a partition index in an existing table.

Request Lenses

createPartitionIndex_catalogId :: Lens' CreatePartitionIndex (Maybe Text) Source #

The catalog ID where the table resides.

createPartitionIndex_databaseName :: Lens' CreatePartitionIndex Text Source #

Specifies the name of a database in which you want to create a partition index.

createPartitionIndex_tableName :: Lens' CreatePartitionIndex Text Source #

Specifies the name of a table in which you want to create a partition index.

createPartitionIndex_partitionIndex :: Lens' CreatePartitionIndex PartitionIndex Source #

Specifies a PartitionIndex structure to create a partition index in an existing table.

Destructuring the Response

data CreatePartitionIndexResponse Source #

See: newCreatePartitionIndexResponse smart constructor.

Constructors

CreatePartitionIndexResponse' 

Fields

Instances

Instances details
Eq CreatePartitionIndexResponse Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

Read CreatePartitionIndexResponse Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

Show CreatePartitionIndexResponse Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

Generic CreatePartitionIndexResponse Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

Associated Types

type Rep CreatePartitionIndexResponse :: Type -> Type #

NFData CreatePartitionIndexResponse Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

type Rep CreatePartitionIndexResponse Source # 
Instance details

Defined in Amazonka.Glue.CreatePartitionIndex

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

newCreatePartitionIndexResponse Source #

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

Response Lenses