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

Description

Retrieves table statistics of columns.

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

Synopsis

Creating a Request

data DeleteColumnStatisticsForTable Source #

See: newDeleteColumnStatisticsForTable smart constructor.

Constructors

DeleteColumnStatisticsForTable' 

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.

  • columnName :: Text

    The name of the column.

Instances

Instances details
Eq DeleteColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

Read DeleteColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

Show DeleteColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

Generic DeleteColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

Associated Types

type Rep DeleteColumnStatisticsForTable :: Type -> Type #

NFData DeleteColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

Hashable DeleteColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

ToJSON DeleteColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

AWSRequest DeleteColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

ToHeaders DeleteColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

ToPath DeleteColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

ToQuery DeleteColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

type Rep DeleteColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

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

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

newDeleteColumnStatisticsForTable Source #

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

$sel:tableName:DeleteColumnStatisticsForTable', deleteColumnStatisticsForTable_tableName - The name of the partitions' table.

$sel:columnName:DeleteColumnStatisticsForTable', deleteColumnStatisticsForTable_columnName - The name of the column.

Request Lenses

deleteColumnStatisticsForTable_catalogId :: Lens' DeleteColumnStatisticsForTable (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.

deleteColumnStatisticsForTable_databaseName :: Lens' DeleteColumnStatisticsForTable Text Source #

The name of the catalog database where the partitions reside.

Destructuring the Response

data DeleteColumnStatisticsForTableResponse Source #

Constructors

DeleteColumnStatisticsForTableResponse' 

Fields

Instances

Instances details
Eq DeleteColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

Read DeleteColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

Show DeleteColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

Generic DeleteColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

NFData DeleteColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

type Rep DeleteColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.DeleteColumnStatisticsForTable

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

newDeleteColumnStatisticsForTableResponse Source #

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

Response Lenses