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

Description

Creates or updates partition statistics of columns.

The Identity and Access Management (IAM) permission required for this operation is UpdatePartition.

Synopsis

Creating a Request

data UpdateColumnStatisticsForPartition Source #

Constructors

UpdateColumnStatisticsForPartition' 

Fields

Instances

Instances details
Eq UpdateColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

Read UpdateColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

Show UpdateColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

Generic UpdateColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

Associated Types

type Rep UpdateColumnStatisticsForPartition :: Type -> Type #

NFData UpdateColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

Hashable UpdateColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

ToJSON UpdateColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

AWSRequest UpdateColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

ToHeaders UpdateColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

ToPath UpdateColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

ToQuery UpdateColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

type Rep UpdateColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

type Rep UpdateColumnStatisticsForPartition = D1 ('MetaData "UpdateColumnStatisticsForPartition" "Amazonka.Glue.UpdateColumnStatisticsForPartition" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "UpdateColumnStatisticsForPartition'" '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 "partitionValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "columnStatisticsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ColumnStatistics])))))
type AWSResponse UpdateColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

newUpdateColumnStatisticsForPartition Source #

Create a value of UpdateColumnStatisticsForPartition 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:UpdateColumnStatisticsForPartition', updateColumnStatisticsForPartition_catalogId - The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

$sel:databaseName:UpdateColumnStatisticsForPartition', updateColumnStatisticsForPartition_databaseName - The name of the catalog database where the partitions reside.

$sel:tableName:UpdateColumnStatisticsForPartition', updateColumnStatisticsForPartition_tableName - The name of the partitions' table.

$sel:partitionValues:UpdateColumnStatisticsForPartition', updateColumnStatisticsForPartition_partitionValues - A list of partition values identifying the partition.

$sel:columnStatisticsList:UpdateColumnStatisticsForPartition', updateColumnStatisticsForPartition_columnStatisticsList - A list of the column statistics.

Request Lenses

updateColumnStatisticsForPartition_catalogId :: Lens' UpdateColumnStatisticsForPartition (Maybe Text) Source #

The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.

updateColumnStatisticsForPartition_databaseName :: Lens' UpdateColumnStatisticsForPartition Text Source #

The name of the catalog database where the partitions reside.

Destructuring the Response

data UpdateColumnStatisticsForPartitionResponse Source #

Constructors

UpdateColumnStatisticsForPartitionResponse' 

Fields

Instances

Instances details
Eq UpdateColumnStatisticsForPartitionResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

Read UpdateColumnStatisticsForPartitionResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

Show UpdateColumnStatisticsForPartitionResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

Generic UpdateColumnStatisticsForPartitionResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

NFData UpdateColumnStatisticsForPartitionResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

type Rep UpdateColumnStatisticsForPartitionResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForPartition

type Rep UpdateColumnStatisticsForPartitionResponse = D1 ('MetaData "UpdateColumnStatisticsForPartitionResponse" "Amazonka.Glue.UpdateColumnStatisticsForPartition" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "UpdateColumnStatisticsForPartitionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ColumnStatisticsError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateColumnStatisticsForPartitionResponse Source #

Create a value of UpdateColumnStatisticsForPartitionResponse 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:errors:UpdateColumnStatisticsForPartitionResponse', updateColumnStatisticsForPartitionResponse_errors - Error occurred during updating column statistics data.

$sel:httpStatus:UpdateColumnStatisticsForPartitionResponse', updateColumnStatisticsForPartitionResponse_httpStatus - The response's http status code.

Response Lenses