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

Description

Creates or updates table statistics of columns.

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

Synopsis

Creating a Request

data UpdateColumnStatisticsForTable Source #

See: newUpdateColumnStatisticsForTable smart constructor.

Constructors

UpdateColumnStatisticsForTable' 

Fields

Instances

Instances details
Eq UpdateColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

Read UpdateColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

Show UpdateColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

Generic UpdateColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

Associated Types

type Rep UpdateColumnStatisticsForTable :: Type -> Type #

NFData UpdateColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

Hashable UpdateColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

ToJSON UpdateColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

AWSRequest UpdateColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

ToHeaders UpdateColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

ToPath UpdateColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

ToQuery UpdateColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

type Rep UpdateColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

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

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

newUpdateColumnStatisticsForTable Source #

Create a value of UpdateColumnStatisticsForTable 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:UpdateColumnStatisticsForTable', updateColumnStatisticsForTable_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:UpdateColumnStatisticsForTable', updateColumnStatisticsForTable_databaseName - The name of the catalog database where the partitions reside.

$sel:tableName:UpdateColumnStatisticsForTable', updateColumnStatisticsForTable_tableName - The name of the partitions' table.

$sel:columnStatisticsList:UpdateColumnStatisticsForTable', updateColumnStatisticsForTable_columnStatisticsList - A list of the column statistics.

Request Lenses

updateColumnStatisticsForTable_catalogId :: Lens' UpdateColumnStatisticsForTable (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.

updateColumnStatisticsForTable_databaseName :: Lens' UpdateColumnStatisticsForTable Text Source #

The name of the catalog database where the partitions reside.

Destructuring the Response

data UpdateColumnStatisticsForTableResponse Source #

Constructors

UpdateColumnStatisticsForTableResponse' 

Fields

Instances

Instances details
Eq UpdateColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

Read UpdateColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

Show UpdateColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

Generic UpdateColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

NFData UpdateColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

type Rep UpdateColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.UpdateColumnStatisticsForTable

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

newUpdateColumnStatisticsForTableResponse Source #

Create a value of UpdateColumnStatisticsForTableResponse 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:UpdateColumnStatisticsForTableResponse', updateColumnStatisticsForTableResponse_errors - List of ColumnStatisticsErrors.

$sel:httpStatus:UpdateColumnStatisticsForTableResponse', updateColumnStatisticsForTableResponse_httpStatus - The response's http status code.

Response Lenses