{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.Athena.Lens
(
listDatabases_nextToken,
listDatabases_maxResults,
listDatabases_catalogName,
listDatabasesResponse_databaseList,
listDatabasesResponse_nextToken,
listDatabasesResponse_httpStatus,
createPreparedStatement_description,
createPreparedStatement_statementName,
createPreparedStatement_workGroup,
createPreparedStatement_queryStatement,
createPreparedStatementResponse_httpStatus,
deleteWorkGroup_recursiveDeleteOption,
deleteWorkGroup_workGroup,
deleteWorkGroupResponse_httpStatus,
updateWorkGroup_state,
updateWorkGroup_configurationUpdates,
updateWorkGroup_description,
updateWorkGroup_workGroup,
updateWorkGroupResponse_httpStatus,
getNamedQuery_namedQueryId,
getNamedQueryResponse_namedQuery,
getNamedQueryResponse_httpStatus,
listTagsForResource_nextToken,
listTagsForResource_maxResults,
listTagsForResource_resourceARN,
listTagsForResourceResponse_nextToken,
listTagsForResourceResponse_tags,
listTagsForResourceResponse_httpStatus,
deleteDataCatalog_name,
deleteDataCatalogResponse_httpStatus,
updateDataCatalog_parameters,
updateDataCatalog_description,
updateDataCatalog_name,
updateDataCatalog_type,
updateDataCatalogResponse_httpStatus,
listDataCatalogs_nextToken,
listDataCatalogs_maxResults,
listDataCatalogsResponse_dataCatalogsSummary,
listDataCatalogsResponse_nextToken,
listDataCatalogsResponse_httpStatus,
createNamedQuery_clientRequestToken,
createNamedQuery_description,
createNamedQuery_workGroup,
createNamedQuery_name,
createNamedQuery_database,
createNamedQuery_queryString,
createNamedQueryResponse_namedQueryId,
createNamedQueryResponse_httpStatus,
getTableMetadata_catalogName,
getTableMetadata_databaseName,
getTableMetadata_tableName,
getTableMetadataResponse_tableMetadata,
getTableMetadataResponse_httpStatus,
listNamedQueries_nextToken,
listNamedQueries_workGroup,
listNamedQueries_maxResults,
listNamedQueriesResponse_nextToken,
listNamedQueriesResponse_namedQueryIds,
listNamedQueriesResponse_httpStatus,
deleteNamedQuery_namedQueryId,
deleteNamedQueryResponse_httpStatus,
startQueryExecution_queryExecutionContext,
startQueryExecution_resultConfiguration,
startQueryExecution_clientRequestToken,
startQueryExecution_workGroup,
startQueryExecution_queryString,
startQueryExecutionResponse_queryExecutionId,
startQueryExecutionResponse_httpStatus,
batchGetNamedQuery_namedQueryIds,
batchGetNamedQueryResponse_namedQueries,
batchGetNamedQueryResponse_unprocessedNamedQueryIds,
batchGetNamedQueryResponse_httpStatus,
getQueryExecution_queryExecutionId,
getQueryExecutionResponse_queryExecution,
getQueryExecutionResponse_httpStatus,
listPreparedStatements_nextToken,
listPreparedStatements_maxResults,
listPreparedStatements_workGroup,
listPreparedStatementsResponse_preparedStatements,
listPreparedStatementsResponse_nextToken,
listPreparedStatementsResponse_httpStatus,
createDataCatalog_parameters,
createDataCatalog_description,
createDataCatalog_tags,
createDataCatalog_name,
createDataCatalog_type,
createDataCatalogResponse_httpStatus,
listWorkGroups_nextToken,
listWorkGroups_maxResults,
listWorkGroupsResponse_nextToken,
listWorkGroupsResponse_workGroups,
listWorkGroupsResponse_httpStatus,
createWorkGroup_configuration,
createWorkGroup_description,
createWorkGroup_tags,
createWorkGroup_name,
createWorkGroupResponse_httpStatus,
batchGetQueryExecution_queryExecutionIds,
batchGetQueryExecutionResponse_unprocessedQueryExecutionIds,
batchGetQueryExecutionResponse_queryExecutions,
batchGetQueryExecutionResponse_httpStatus,
listEngineVersions_nextToken,
listEngineVersions_maxResults,
listEngineVersionsResponse_nextToken,
listEngineVersionsResponse_engineVersions,
listEngineVersionsResponse_httpStatus,
getDataCatalog_name,
getDataCatalogResponse_dataCatalog,
getDataCatalogResponse_httpStatus,
stopQueryExecution_queryExecutionId,
stopQueryExecutionResponse_httpStatus,
tagResource_resourceARN,
tagResource_tags,
tagResourceResponse_httpStatus,
getWorkGroup_workGroup,
getWorkGroupResponse_workGroup,
getWorkGroupResponse_httpStatus,
getDatabase_catalogName,
getDatabase_databaseName,
getDatabaseResponse_database,
getDatabaseResponse_httpStatus,
untagResource_resourceARN,
untagResource_tagKeys,
untagResourceResponse_httpStatus,
getPreparedStatement_statementName,
getPreparedStatement_workGroup,
getPreparedStatementResponse_preparedStatement,
getPreparedStatementResponse_httpStatus,
getQueryResults_nextToken,
getQueryResults_maxResults,
getQueryResults_queryExecutionId,
getQueryResultsResponse_updateCount,
getQueryResultsResponse_nextToken,
getQueryResultsResponse_resultSet,
getQueryResultsResponse_httpStatus,
listTableMetadata_nextToken,
listTableMetadata_expression,
listTableMetadata_maxResults,
listTableMetadata_catalogName,
listTableMetadata_databaseName,
listTableMetadataResponse_nextToken,
listTableMetadataResponse_tableMetadataList,
listTableMetadataResponse_httpStatus,
listQueryExecutions_nextToken,
listQueryExecutions_workGroup,
listQueryExecutions_maxResults,
listQueryExecutionsResponse_queryExecutionIds,
listQueryExecutionsResponse_nextToken,
listQueryExecutionsResponse_httpStatus,
deletePreparedStatement_statementName,
deletePreparedStatement_workGroup,
deletePreparedStatementResponse_httpStatus,
updatePreparedStatement_description,
updatePreparedStatement_statementName,
updatePreparedStatement_workGroup,
updatePreparedStatement_queryStatement,
updatePreparedStatementResponse_httpStatus,
column_type,
column_comment,
column_name,
columnInfo_scale,
columnInfo_precision,
columnInfo_schemaName,
columnInfo_catalogName,
columnInfo_caseSensitive,
columnInfo_label,
columnInfo_tableName,
columnInfo_nullable,
columnInfo_name,
columnInfo_type,
dataCatalog_parameters,
dataCatalog_description,
dataCatalog_name,
dataCatalog_type,
dataCatalogSummary_catalogName,
dataCatalogSummary_type,
database_parameters,
database_description,
database_name,
datum_varCharValue,
encryptionConfiguration_kmsKey,
encryptionConfiguration_encryptionOption,
engineVersion_effectiveEngineVersion,
engineVersion_selectedEngineVersion,
namedQuery_namedQueryId,
namedQuery_description,
namedQuery_workGroup,
namedQuery_name,
namedQuery_database,
namedQuery_queryString,
preparedStatement_lastModifiedTime,
preparedStatement_queryStatement,
preparedStatement_statementName,
preparedStatement_description,
preparedStatement_workGroupName,
preparedStatementSummary_lastModifiedTime,
preparedStatementSummary_statementName,
queryExecution_engineVersion,
queryExecution_status,
queryExecution_queryExecutionContext,
queryExecution_resultConfiguration,
queryExecution_query,
queryExecution_statementType,
queryExecution_statistics,
queryExecution_queryExecutionId,
queryExecution_workGroup,
queryExecutionContext_database,
queryExecutionContext_catalog,
queryExecutionStatistics_totalExecutionTimeInMillis,
queryExecutionStatistics_engineExecutionTimeInMillis,
queryExecutionStatistics_queryPlanningTimeInMillis,
queryExecutionStatistics_dataScannedInBytes,
queryExecutionStatistics_queryQueueTimeInMillis,
queryExecutionStatistics_dataManifestLocation,
queryExecutionStatistics_serviceProcessingTimeInMillis,
queryExecutionStatus_state,
queryExecutionStatus_stateChangeReason,
queryExecutionStatus_submissionDateTime,
queryExecutionStatus_completionDateTime,
resultConfiguration_encryptionConfiguration,
resultConfiguration_outputLocation,
resultConfigurationUpdates_removeOutputLocation,
resultConfigurationUpdates_removeEncryptionConfiguration,
resultConfigurationUpdates_encryptionConfiguration,
resultConfigurationUpdates_outputLocation,
resultSet_rows,
resultSet_resultSetMetadata,
resultSetMetadata_columnInfo,
row_data,
tableMetadata_tableType,
tableMetadata_parameters,
tableMetadata_columns,
tableMetadata_lastAccessTime,
tableMetadata_partitionKeys,
tableMetadata_createTime,
tableMetadata_name,
tag_value,
tag_key,
unprocessedNamedQueryId_namedQueryId,
unprocessedNamedQueryId_errorCode,
unprocessedNamedQueryId_errorMessage,
unprocessedQueryExecutionId_errorCode,
unprocessedQueryExecutionId_queryExecutionId,
unprocessedQueryExecutionId_errorMessage,
workGroup_creationTime,
workGroup_state,
workGroup_configuration,
workGroup_description,
workGroup_name,
workGroupConfiguration_engineVersion,
workGroupConfiguration_requesterPaysEnabled,
workGroupConfiguration_resultConfiguration,
workGroupConfiguration_bytesScannedCutoffPerQuery,
workGroupConfiguration_enforceWorkGroupConfiguration,
workGroupConfiguration_publishCloudWatchMetricsEnabled,
workGroupConfigurationUpdates_engineVersion,
workGroupConfigurationUpdates_requesterPaysEnabled,
workGroupConfigurationUpdates_resultConfigurationUpdates,
workGroupConfigurationUpdates_bytesScannedCutoffPerQuery,
workGroupConfigurationUpdates_removeBytesScannedCutoffPerQuery,
workGroupConfigurationUpdates_enforceWorkGroupConfiguration,
workGroupConfigurationUpdates_publishCloudWatchMetricsEnabled,
workGroupSummary_creationTime,
workGroupSummary_engineVersion,
workGroupSummary_state,
workGroupSummary_name,
workGroupSummary_description,
)
where
import Amazonka.Athena.BatchGetNamedQuery
import Amazonka.Athena.BatchGetQueryExecution
import Amazonka.Athena.CreateDataCatalog
import Amazonka.Athena.CreateNamedQuery
import Amazonka.Athena.CreatePreparedStatement
import Amazonka.Athena.CreateWorkGroup
import Amazonka.Athena.DeleteDataCatalog
import Amazonka.Athena.DeleteNamedQuery
import Amazonka.Athena.DeletePreparedStatement
import Amazonka.Athena.DeleteWorkGroup
import Amazonka.Athena.GetDataCatalog
import Amazonka.Athena.GetDatabase
import Amazonka.Athena.GetNamedQuery
import Amazonka.Athena.GetPreparedStatement
import Amazonka.Athena.GetQueryExecution
import Amazonka.Athena.GetQueryResults
import Amazonka.Athena.GetTableMetadata
import Amazonka.Athena.GetWorkGroup
import Amazonka.Athena.ListDataCatalogs
import Amazonka.Athena.ListDatabases
import Amazonka.Athena.ListEngineVersions
import Amazonka.Athena.ListNamedQueries
import Amazonka.Athena.ListPreparedStatements
import Amazonka.Athena.ListQueryExecutions
import Amazonka.Athena.ListTableMetadata
import Amazonka.Athena.ListTagsForResource
import Amazonka.Athena.ListWorkGroups
import Amazonka.Athena.StartQueryExecution
import Amazonka.Athena.StopQueryExecution
import Amazonka.Athena.TagResource
import Amazonka.Athena.Types.Column
import Amazonka.Athena.Types.ColumnInfo
import Amazonka.Athena.Types.DataCatalog
import Amazonka.Athena.Types.DataCatalogSummary
import Amazonka.Athena.Types.Database
import Amazonka.Athena.Types.Datum
import Amazonka.Athena.Types.EncryptionConfiguration
import Amazonka.Athena.Types.EngineVersion
import Amazonka.Athena.Types.NamedQuery
import Amazonka.Athena.Types.PreparedStatement
import Amazonka.Athena.Types.PreparedStatementSummary
import Amazonka.Athena.Types.QueryExecution
import Amazonka.Athena.Types.QueryExecutionContext
import Amazonka.Athena.Types.QueryExecutionStatistics
import Amazonka.Athena.Types.QueryExecutionStatus
import Amazonka.Athena.Types.ResultConfiguration
import Amazonka.Athena.Types.ResultConfigurationUpdates
import Amazonka.Athena.Types.ResultSet
import Amazonka.Athena.Types.ResultSetMetadata
import Amazonka.Athena.Types.Row
import Amazonka.Athena.Types.TableMetadata
import Amazonka.Athena.Types.Tag
import Amazonka.Athena.Types.UnprocessedNamedQueryId
import Amazonka.Athena.Types.UnprocessedQueryExecutionId
import Amazonka.Athena.Types.WorkGroup
import Amazonka.Athena.Types.WorkGroupConfiguration
import Amazonka.Athena.Types.WorkGroupConfigurationUpdates
import Amazonka.Athena.Types.WorkGroupSummary
import Amazonka.Athena.UntagResource
import Amazonka.Athena.UpdateDataCatalog
import Amazonka.Athena.UpdatePreparedStatement
import Amazonka.Athena.UpdateWorkGroup