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

Description

Retrieves the partition indexes associated with a table.

This operation returns paginated results.

Synopsis

Creating a Request

data GetPartitionIndexes Source #

See: newGetPartitionIndexes smart constructor.

Constructors

GetPartitionIndexes' 

Fields

  • catalogId :: Maybe Text

    The catalog ID where the table resides.

  • nextToken :: Maybe Text

    A continuation token, included if this is a continuation call.

  • databaseName :: Text

    Specifies the name of a database from which you want to retrieve partition indexes.

  • tableName :: Text

    Specifies the name of a table for which you want to retrieve the partition indexes.

Instances

Instances details
Eq GetPartitionIndexes Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

Read GetPartitionIndexes Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

Show GetPartitionIndexes Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

Generic GetPartitionIndexes Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

Associated Types

type Rep GetPartitionIndexes :: Type -> Type #

NFData GetPartitionIndexes Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

Methods

rnf :: GetPartitionIndexes -> () #

Hashable GetPartitionIndexes Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

ToJSON GetPartitionIndexes Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

AWSPager GetPartitionIndexes Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

AWSRequest GetPartitionIndexes Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

Associated Types

type AWSResponse GetPartitionIndexes #

ToHeaders GetPartitionIndexes Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

ToPath GetPartitionIndexes Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

ToQuery GetPartitionIndexes Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

type Rep GetPartitionIndexes Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

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

Defined in Amazonka.Glue.GetPartitionIndexes

newGetPartitionIndexes Source #

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

$sel:nextToken:GetPartitionIndexes', getPartitionIndexes_nextToken - A continuation token, included if this is a continuation call.

$sel:databaseName:GetPartitionIndexes', getPartitionIndexes_databaseName - Specifies the name of a database from which you want to retrieve partition indexes.

$sel:tableName:GetPartitionIndexes', getPartitionIndexes_tableName - Specifies the name of a table for which you want to retrieve the partition indexes.

Request Lenses

getPartitionIndexes_catalogId :: Lens' GetPartitionIndexes (Maybe Text) Source #

The catalog ID where the table resides.

getPartitionIndexes_nextToken :: Lens' GetPartitionIndexes (Maybe Text) Source #

A continuation token, included if this is a continuation call.

getPartitionIndexes_databaseName :: Lens' GetPartitionIndexes Text Source #

Specifies the name of a database from which you want to retrieve partition indexes.

getPartitionIndexes_tableName :: Lens' GetPartitionIndexes Text Source #

Specifies the name of a table for which you want to retrieve the partition indexes.

Destructuring the Response

data GetPartitionIndexesResponse Source #

See: newGetPartitionIndexesResponse smart constructor.

Constructors

GetPartitionIndexesResponse' 

Fields

Instances

Instances details
Eq GetPartitionIndexesResponse Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

Read GetPartitionIndexesResponse Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

Show GetPartitionIndexesResponse Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

Generic GetPartitionIndexesResponse Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

Associated Types

type Rep GetPartitionIndexesResponse :: Type -> Type #

NFData GetPartitionIndexesResponse Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

type Rep GetPartitionIndexesResponse Source # 
Instance details

Defined in Amazonka.Glue.GetPartitionIndexes

type Rep GetPartitionIndexesResponse = D1 ('MetaData "GetPartitionIndexesResponse" "Amazonka.Glue.GetPartitionIndexes" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetPartitionIndexesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "partitionIndexDescriptorList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PartitionIndexDescriptor])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetPartitionIndexesResponse Source #

Create a value of GetPartitionIndexesResponse 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:partitionIndexDescriptorList:GetPartitionIndexesResponse', getPartitionIndexesResponse_partitionIndexDescriptorList - A list of index descriptors.

$sel:nextToken:GetPartitionIndexes', getPartitionIndexesResponse_nextToken - A continuation token, present if the current list segment is not the last.

$sel:httpStatus:GetPartitionIndexesResponse', getPartitionIndexesResponse_httpStatus - The response's http status code.

Response Lenses

getPartitionIndexesResponse_nextToken :: Lens' GetPartitionIndexesResponse (Maybe Text) Source #

A continuation token, present if the current list segment is not the last.