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

Description

Retrieves table statistics of columns.

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

Synopsis

Creating a Request

data GetColumnStatisticsForTable Source #

See: newGetColumnStatisticsForTable smart constructor.

Constructors

GetColumnStatisticsForTable' 

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.

  • columnNames :: [Text]

    A list of the column names.

Instances

Instances details
Eq GetColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

Read GetColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

Show GetColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

Generic GetColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

Associated Types

type Rep GetColumnStatisticsForTable :: Type -> Type #

NFData GetColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

Hashable GetColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

ToJSON GetColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

AWSRequest GetColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

ToHeaders GetColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

ToPath GetColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

ToQuery GetColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

type Rep GetColumnStatisticsForTable Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

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

Defined in Amazonka.Glue.GetColumnStatisticsForTable

newGetColumnStatisticsForTable Source #

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

$sel:tableName:GetColumnStatisticsForTable', getColumnStatisticsForTable_tableName - The name of the partitions' table.

$sel:columnNames:GetColumnStatisticsForTable', getColumnStatisticsForTable_columnNames - A list of the column names.

Request Lenses

getColumnStatisticsForTable_catalogId :: Lens' GetColumnStatisticsForTable (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.

getColumnStatisticsForTable_databaseName :: Lens' GetColumnStatisticsForTable Text Source #

The name of the catalog database where the partitions reside.

Destructuring the Response

data GetColumnStatisticsForTableResponse Source #

Constructors

GetColumnStatisticsForTableResponse' 

Fields

Instances

Instances details
Eq GetColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

Read GetColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

Show GetColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

Generic GetColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

NFData GetColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

type Rep GetColumnStatisticsForTableResponse Source # 
Instance details

Defined in Amazonka.Glue.GetColumnStatisticsForTable

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

newGetColumnStatisticsForTableResponse Source #

Create a value of GetColumnStatisticsForTableResponse 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:GetColumnStatisticsForTableResponse', getColumnStatisticsForTableResponse_errors - List of ColumnStatistics that failed to be retrieved.

$sel:columnStatisticsList:GetColumnStatisticsForTableResponse', getColumnStatisticsForTableResponse_columnStatisticsList - List of ColumnStatistics that failed to be retrieved.

$sel:httpStatus:GetColumnStatisticsForTableResponse', getColumnStatisticsForTableResponse_httpStatus - The response's http status code.

Response Lenses