Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Retrieves table statistics of columns.
The Identity and Access Management (IAM) permission required for this
operation is DeleteTable
.
Synopsis
- data DeleteColumnStatisticsForTable = DeleteColumnStatisticsForTable' {
- catalogId :: Maybe Text
- databaseName :: Text
- tableName :: Text
- columnName :: Text
- newDeleteColumnStatisticsForTable :: Text -> Text -> Text -> DeleteColumnStatisticsForTable
- deleteColumnStatisticsForTable_catalogId :: Lens' DeleteColumnStatisticsForTable (Maybe Text)
- deleteColumnStatisticsForTable_databaseName :: Lens' DeleteColumnStatisticsForTable Text
- deleteColumnStatisticsForTable_tableName :: Lens' DeleteColumnStatisticsForTable Text
- deleteColumnStatisticsForTable_columnName :: Lens' DeleteColumnStatisticsForTable Text
- data DeleteColumnStatisticsForTableResponse = DeleteColumnStatisticsForTableResponse' {
- httpStatus :: Int
- newDeleteColumnStatisticsForTableResponse :: Int -> DeleteColumnStatisticsForTableResponse
- deleteColumnStatisticsForTableResponse_httpStatus :: Lens' DeleteColumnStatisticsForTableResponse Int
Creating a Request
data DeleteColumnStatisticsForTable Source #
See: newDeleteColumnStatisticsForTable
smart constructor.
DeleteColumnStatisticsForTable' | |
|
Instances
newDeleteColumnStatisticsForTable Source #
:: Text | |
-> Text | |
-> Text | |
-> DeleteColumnStatisticsForTable |
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.
deleteColumnStatisticsForTable_tableName :: Lens' DeleteColumnStatisticsForTable Text Source #
The name of the partitions' table.
deleteColumnStatisticsForTable_columnName :: Lens' DeleteColumnStatisticsForTable Text Source #
The name of the column.
Destructuring the Response
data DeleteColumnStatisticsForTableResponse Source #
See: newDeleteColumnStatisticsForTableResponse
smart constructor.
DeleteColumnStatisticsForTableResponse' | |
|
Instances
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
deleteColumnStatisticsForTableResponse_httpStatus :: Lens' DeleteColumnStatisticsForTableResponse Int Source #
The response's http status code.