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

Description

Delete the partition column statistics of a column.

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

Synopsis

Creating a Request

data DeleteColumnStatisticsForPartition Source #

Constructors

DeleteColumnStatisticsForPartition' 

Fields

  • catalogId :: Maybe Text

    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.

  • databaseName :: Text

    The name of the catalog database where the partitions reside.

  • tableName :: Text

    The name of the partitions' table.

  • partitionValues :: [Text]

    A list of partition values identifying the partition.

  • columnName :: Text

    Name of the column.

Instances

Instances details
Eq DeleteColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

Read DeleteColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

Show DeleteColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

Generic DeleteColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

Associated Types

type Rep DeleteColumnStatisticsForPartition :: Type -> Type #

NFData DeleteColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

Hashable DeleteColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

ToJSON DeleteColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

AWSRequest DeleteColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

ToHeaders DeleteColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

ToPath DeleteColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

ToQuery DeleteColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

type Rep DeleteColumnStatisticsForPartition Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

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

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

newDeleteColumnStatisticsForPartition Source #

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

$sel:tableName:DeleteColumnStatisticsForPartition', deleteColumnStatisticsForPartition_tableName - The name of the partitions' table.

$sel:partitionValues:DeleteColumnStatisticsForPartition', deleteColumnStatisticsForPartition_partitionValues - A list of partition values identifying the partition.

$sel:columnName:DeleteColumnStatisticsForPartition', deleteColumnStatisticsForPartition_columnName - Name of the column.

Request Lenses

deleteColumnStatisticsForPartition_catalogId :: Lens' DeleteColumnStatisticsForPartition (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.

deleteColumnStatisticsForPartition_databaseName :: Lens' DeleteColumnStatisticsForPartition Text Source #

The name of the catalog database where the partitions reside.

Destructuring the Response

data DeleteColumnStatisticsForPartitionResponse Source #

Constructors

DeleteColumnStatisticsForPartitionResponse' 

Fields

Instances

Instances details
Eq DeleteColumnStatisticsForPartitionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

Read DeleteColumnStatisticsForPartitionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

Show DeleteColumnStatisticsForPartitionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

Generic DeleteColumnStatisticsForPartitionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

NFData DeleteColumnStatisticsForPartitionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

type Rep DeleteColumnStatisticsForPartitionResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForPartition

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

newDeleteColumnStatisticsForPartitionResponse Source #

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

Response Lenses