| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.DeleteColumnStatisticsForTable
Description
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.
Constructors
| DeleteColumnStatisticsForTable' | |
Fields
| |
Instances
newDeleteColumnStatisticsForTable Source #
Arguments
| :: 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:
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.
DeleteColumnStatisticsForTable, deleteColumnStatisticsForTable_databaseName - The name of the catalog database where the partitions reside.
DeleteColumnStatisticsForTable, deleteColumnStatisticsForTable_tableName - The name of the partitions' table.
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.
Constructors
| DeleteColumnStatisticsForTableResponse' | |
Fields
| |
Instances
newDeleteColumnStatisticsForTableResponse Source #
Arguments
| :: Int | |
| -> DeleteColumnStatisticsForTableResponse |
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.