@aws-sdk/client-athena 3.335.0 → 3.338.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/AthenaClient.js +2 -1
- package/dist-cjs/commands/BatchGetNamedQueryCommand.js +2 -1
- package/dist-cjs/commands/BatchGetPreparedStatementCommand.js +2 -1
- package/dist-cjs/commands/BatchGetQueryExecutionCommand.js +2 -1
- package/dist-cjs/commands/CancelCapacityReservationCommand.js +2 -1
- package/dist-cjs/commands/CreateCapacityReservationCommand.js +2 -1
- package/dist-cjs/commands/CreateDataCatalogCommand.js +2 -1
- package/dist-cjs/commands/CreateNamedQueryCommand.js +2 -1
- package/dist-cjs/commands/CreateNotebookCommand.js +2 -1
- package/dist-cjs/commands/CreatePreparedStatementCommand.js +2 -1
- package/dist-cjs/commands/CreatePresignedNotebookUrlCommand.js +2 -1
- package/dist-cjs/commands/CreateWorkGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteDataCatalogCommand.js +2 -1
- package/dist-cjs/commands/DeleteNamedQueryCommand.js +2 -1
- package/dist-cjs/commands/DeleteNotebookCommand.js +2 -1
- package/dist-cjs/commands/DeletePreparedStatementCommand.js +2 -1
- package/dist-cjs/commands/DeleteWorkGroupCommand.js +2 -1
- package/dist-cjs/commands/ExportNotebookCommand.js +2 -1
- package/dist-cjs/commands/GetCalculationExecutionCodeCommand.js +2 -1
- package/dist-cjs/commands/GetCalculationExecutionCommand.js +2 -1
- package/dist-cjs/commands/GetCalculationExecutionStatusCommand.js +2 -1
- package/dist-cjs/commands/GetCapacityAssignmentConfigurationCommand.js +2 -1
- package/dist-cjs/commands/GetCapacityReservationCommand.js +2 -1
- package/dist-cjs/commands/GetDataCatalogCommand.js +2 -1
- package/dist-cjs/commands/GetDatabaseCommand.js +2 -1
- package/dist-cjs/commands/GetNamedQueryCommand.js +2 -1
- package/dist-cjs/commands/GetNotebookMetadataCommand.js +2 -1
- package/dist-cjs/commands/GetPreparedStatementCommand.js +2 -1
- package/dist-cjs/commands/GetQueryExecutionCommand.js +2 -1
- package/dist-cjs/commands/GetQueryResultsCommand.js +2 -1
- package/dist-cjs/commands/GetQueryRuntimeStatisticsCommand.js +2 -1
- package/dist-cjs/commands/GetSessionCommand.js +2 -1
- package/dist-cjs/commands/GetSessionStatusCommand.js +2 -1
- package/dist-cjs/commands/GetTableMetadataCommand.js +2 -1
- package/dist-cjs/commands/GetWorkGroupCommand.js +2 -1
- package/dist-cjs/commands/ImportNotebookCommand.js +2 -1
- package/dist-cjs/commands/ListApplicationDPUSizesCommand.js +2 -1
- package/dist-cjs/commands/ListCalculationExecutionsCommand.js +2 -1
- package/dist-cjs/commands/ListCapacityReservationsCommand.js +2 -1
- package/dist-cjs/commands/ListDataCatalogsCommand.js +2 -1
- package/dist-cjs/commands/ListDatabasesCommand.js +2 -1
- package/dist-cjs/commands/ListEngineVersionsCommand.js +2 -1
- package/dist-cjs/commands/ListExecutorsCommand.js +2 -1
- package/dist-cjs/commands/ListNamedQueriesCommand.js +2 -1
- package/dist-cjs/commands/ListNotebookMetadataCommand.js +2 -1
- package/dist-cjs/commands/ListNotebookSessionsCommand.js +2 -1
- package/dist-cjs/commands/ListPreparedStatementsCommand.js +2 -1
- package/dist-cjs/commands/ListQueryExecutionsCommand.js +2 -1
- package/dist-cjs/commands/ListSessionsCommand.js +2 -1
- package/dist-cjs/commands/ListTableMetadataCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListWorkGroupsCommand.js +2 -1
- package/dist-cjs/commands/PutCapacityAssignmentConfigurationCommand.js +2 -1
- package/dist-cjs/commands/StartCalculationExecutionCommand.js +2 -1
- package/dist-cjs/commands/StartQueryExecutionCommand.js +2 -1
- package/dist-cjs/commands/StartSessionCommand.js +2 -1
- package/dist-cjs/commands/StopCalculationExecutionCommand.js +2 -1
- package/dist-cjs/commands/StopQueryExecutionCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/TerminateSessionCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateCapacityReservationCommand.js +2 -1
- package/dist-cjs/commands/UpdateDataCatalogCommand.js +2 -1
- package/dist-cjs/commands/UpdateNamedQueryCommand.js +2 -1
- package/dist-cjs/commands/UpdateNotebookCommand.js +2 -1
- package/dist-cjs/commands/UpdateNotebookMetadataCommand.js +2 -1
- package/dist-cjs/commands/UpdatePreparedStatementCommand.js +2 -1
- package/dist-cjs/commands/UpdateWorkGroupCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/AthenaServiceException.js +2 -1
- package/dist-es/AthenaClient.js +1 -0
- package/dist-es/commands/BatchGetNamedQueryCommand.js +1 -0
- package/dist-es/commands/BatchGetPreparedStatementCommand.js +1 -0
- package/dist-es/commands/BatchGetQueryExecutionCommand.js +1 -0
- package/dist-es/commands/CancelCapacityReservationCommand.js +1 -0
- package/dist-es/commands/CreateCapacityReservationCommand.js +1 -0
- package/dist-es/commands/CreateDataCatalogCommand.js +1 -0
- package/dist-es/commands/CreateNamedQueryCommand.js +1 -0
- package/dist-es/commands/CreateNotebookCommand.js +1 -0
- package/dist-es/commands/CreatePreparedStatementCommand.js +1 -0
- package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +1 -0
- package/dist-es/commands/CreateWorkGroupCommand.js +1 -0
- package/dist-es/commands/DeleteDataCatalogCommand.js +1 -0
- package/dist-es/commands/DeleteNamedQueryCommand.js +1 -0
- package/dist-es/commands/DeleteNotebookCommand.js +1 -0
- package/dist-es/commands/DeletePreparedStatementCommand.js +1 -0
- package/dist-es/commands/DeleteWorkGroupCommand.js +1 -0
- package/dist-es/commands/ExportNotebookCommand.js +1 -0
- package/dist-es/commands/GetCalculationExecutionCodeCommand.js +1 -0
- package/dist-es/commands/GetCalculationExecutionCommand.js +1 -0
- package/dist-es/commands/GetCalculationExecutionStatusCommand.js +1 -0
- package/dist-es/commands/GetCapacityAssignmentConfigurationCommand.js +1 -0
- package/dist-es/commands/GetCapacityReservationCommand.js +1 -0
- package/dist-es/commands/GetDataCatalogCommand.js +1 -0
- package/dist-es/commands/GetDatabaseCommand.js +1 -0
- package/dist-es/commands/GetNamedQueryCommand.js +1 -0
- package/dist-es/commands/GetNotebookMetadataCommand.js +1 -0
- package/dist-es/commands/GetPreparedStatementCommand.js +1 -0
- package/dist-es/commands/GetQueryExecutionCommand.js +1 -0
- package/dist-es/commands/GetQueryResultsCommand.js +1 -0
- package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +1 -0
- package/dist-es/commands/GetSessionCommand.js +1 -0
- package/dist-es/commands/GetSessionStatusCommand.js +1 -0
- package/dist-es/commands/GetTableMetadataCommand.js +1 -0
- package/dist-es/commands/GetWorkGroupCommand.js +1 -0
- package/dist-es/commands/ImportNotebookCommand.js +1 -0
- package/dist-es/commands/ListApplicationDPUSizesCommand.js +1 -0
- package/dist-es/commands/ListCalculationExecutionsCommand.js +1 -0
- package/dist-es/commands/ListCapacityReservationsCommand.js +1 -0
- package/dist-es/commands/ListDataCatalogsCommand.js +1 -0
- package/dist-es/commands/ListDatabasesCommand.js +1 -0
- package/dist-es/commands/ListEngineVersionsCommand.js +1 -0
- package/dist-es/commands/ListExecutorsCommand.js +1 -0
- package/dist-es/commands/ListNamedQueriesCommand.js +1 -0
- package/dist-es/commands/ListNotebookMetadataCommand.js +1 -0
- package/dist-es/commands/ListNotebookSessionsCommand.js +1 -0
- package/dist-es/commands/ListPreparedStatementsCommand.js +1 -0
- package/dist-es/commands/ListQueryExecutionsCommand.js +1 -0
- package/dist-es/commands/ListSessionsCommand.js +1 -0
- package/dist-es/commands/ListTableMetadataCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListWorkGroupsCommand.js +1 -0
- package/dist-es/commands/PutCapacityAssignmentConfigurationCommand.js +1 -0
- package/dist-es/commands/StartCalculationExecutionCommand.js +1 -0
- package/dist-es/commands/StartQueryExecutionCommand.js +1 -0
- package/dist-es/commands/StartSessionCommand.js +1 -0
- package/dist-es/commands/StopCalculationExecutionCommand.js +1 -0
- package/dist-es/commands/StopQueryExecutionCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/TerminateSessionCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateCapacityReservationCommand.js +1 -0
- package/dist-es/commands/UpdateDataCatalogCommand.js +1 -0
- package/dist-es/commands/UpdateNamedQueryCommand.js +1 -0
- package/dist-es/commands/UpdateNotebookCommand.js +1 -0
- package/dist-es/commands/UpdateNotebookMetadataCommand.js +1 -0
- package/dist-es/commands/UpdatePreparedStatementCommand.js +1 -0
- package/dist-es/commands/UpdateWorkGroupCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/AthenaServiceException.js +1 -0
- package/dist-types/AthenaClient.d.ts +3 -3
- package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +4 -0
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +4 -0
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +4 -0
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +4 -0
- package/dist-types/commands/CreateDataCatalogCommand.d.ts +4 -0
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +4 -0
- package/dist-types/commands/CreateNotebookCommand.d.ts +4 -0
- package/dist-types/commands/CreatePreparedStatementCommand.d.ts +4 -0
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +4 -0
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDataCatalogCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNamedQueryCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNotebookCommand.d.ts +4 -0
- package/dist-types/commands/DeletePreparedStatementCommand.d.ts +4 -0
- package/dist-types/commands/DeleteWorkGroupCommand.d.ts +4 -0
- package/dist-types/commands/ExportNotebookCommand.d.ts +4 -0
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +4 -0
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +4 -0
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/GetCapacityReservationCommand.d.ts +4 -0
- package/dist-types/commands/GetDataCatalogCommand.d.ts +4 -0
- package/dist-types/commands/GetDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/GetNamedQueryCommand.d.ts +4 -0
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +4 -0
- package/dist-types/commands/GetPreparedStatementCommand.d.ts +4 -0
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +4 -0
- package/dist-types/commands/GetQueryResultsCommand.d.ts +4 -0
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +4 -0
- package/dist-types/commands/GetSessionCommand.d.ts +4 -0
- package/dist-types/commands/GetSessionStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetTableMetadataCommand.d.ts +4 -0
- package/dist-types/commands/GetWorkGroupCommand.d.ts +4 -0
- package/dist-types/commands/ImportNotebookCommand.d.ts +4 -0
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +4 -0
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/ListCapacityReservationsCommand.d.ts +4 -0
- package/dist-types/commands/ListDataCatalogsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatabasesCommand.d.ts +4 -0
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +4 -0
- package/dist-types/commands/ListExecutorsCommand.d.ts +4 -0
- package/dist-types/commands/ListNamedQueriesCommand.d.ts +4 -0
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +4 -0
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +4 -0
- package/dist-types/commands/ListPreparedStatementsCommand.d.ts +4 -0
- package/dist-types/commands/ListQueryExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/ListSessionsCommand.d.ts +4 -0
- package/dist-types/commands/ListTableMetadataCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListWorkGroupsCommand.d.ts +4 -0
- package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StartQueryExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StartSessionCommand.d.ts +4 -0
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StopQueryExecutionCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDataCatalogCommand.d.ts +4 -0
- package/dist-types/commands/UpdateNamedQueryCommand.d.ts +4 -0
- package/dist-types/commands/UpdateNotebookCommand.d.ts +4 -0
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +4 -0
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +4 -0
- package/dist-types/index.d.ts +20 -2
- package/dist-types/models/AthenaServiceException.d.ts +1 -0
- package/dist-types/ts3.4/AthenaClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/AthenaServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetCalculationExecutionRequest, GetCalculationExecutionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetCalculationExecutionStatusRequest, GetCalculationExecutionStatusResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetCapacityAssignmentConfigurationInput, GetCapacityAssignmentConfigurationOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetCapacityReservationInput, GetCapacityReservationOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetDataCatalogInput, GetDataCatalogOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetDatabaseInput, GetDatabaseOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetNamedQueryInput, GetNamedQueryOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetNotebookMetadataInput, GetNotebookMetadataOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetPreparedStatementInput, GetPreparedStatementOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetQueryExecutionInput, GetQueryExecutionOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetQueryResultsInput, GetQueryResultsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetQueryRuntimeStatisticsInput, GetQueryRuntimeStatisticsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetSessionStatusRequest, GetSessionStatusResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetTableMetadataInput, GetTableMetadataOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { GetWorkGroupInput, GetWorkGroupOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ImportNotebookInput, ImportNotebookOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListApplicationDPUSizesInput, ListApplicationDPUSizesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListCalculationExecutionsRequest, ListCalculationExecutionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListCapacityReservationsInput, ListCapacityReservationsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListDataCatalogsInput, ListDataCatalogsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListEngineVersionsInput, ListEngineVersionsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListExecutorsRequest, ListExecutorsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListNamedQueriesInput, ListNamedQueriesOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListNotebookMetadataInput, ListNotebookMetadataOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListNotebookSessionsRequest, ListNotebookSessionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListPreparedStatementsInput, ListPreparedStatementsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListQueryExecutionsInput, ListQueryExecutionsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListSessionsRequest, ListSessionsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListTableMetadataInput, ListTableMetadataOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { ListWorkGroupsInput, ListWorkGroupsOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { PutCapacityAssignmentConfigurationInput, PutCapacityAssignmentConfigurationOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { StartCalculationExecutionRequest, StartCalculationExecutionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { StartQueryExecutionInput, StartQueryExecutionOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { StartSessionRequest, StartSessionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { StopCalculationExecutionRequest, StopCalculationExecutionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { StopQueryExecutionInput, StopQueryExecutionOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { TagResourceInput, TagResourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { TerminateSessionRequest, TerminateSessionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { UpdateCapacityReservationInput, UpdateCapacityReservationOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { UpdateDataCatalogInput, UpdateDataCatalogOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { UpdateNamedQueryInput, UpdateNamedQueryOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { UpdateNotebookInput, UpdateNotebookOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { UpdateNotebookMetadataInput, UpdateNotebookMetadataOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { UpdatePreparedStatementInput, UpdatePreparedStatementOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
5
5
|
import { UpdateWorkGroupInput, UpdateWorkGroupOutput } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,24 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>Amazon Athena is an interactive query service that lets you use standard SQL
|
|
3
|
+
* to analyze data directly in Amazon S3. You can point Athena at your
|
|
4
|
+
* data in Amazon S3 and run ad-hoc queries and get results in seconds. Athena is serverless, so there is no infrastructure to set up or manage. You pay
|
|
5
|
+
* only for the queries you run. Athena scales automatically—executing queries
|
|
6
|
+
* in parallel—so results are fast, even with large datasets and complex queries. For more
|
|
7
|
+
* information, see <a href="http://docs.aws.amazon.com/athena/latest/ug/what-is.html">What is Amazon Athena</a> in the <i>Amazon Athena User
|
|
8
|
+
* Guide</i>.</p>
|
|
9
|
+
* <p>If you connect to Athena using the JDBC driver, use version 1.1.0 of the
|
|
10
|
+
* driver or later with the Amazon Athena API. Earlier version drivers do not
|
|
11
|
+
* support the API. For more information and to download the driver, see <a href="https://docs.aws.amazon.com/athena/latest/ug/connect-with-jdbc.html">Accessing
|
|
12
|
+
* Amazon Athena with JDBC</a>.</p>
|
|
13
|
+
* <p>For code samples using the Amazon Web Services SDK for Java, see <a href="https://docs.aws.amazon.com/athena/latest/ug/code-samples.html">Examples and
|
|
14
|
+
* Code Samples</a> in the <i>Amazon Athena User
|
|
15
|
+
* Guide</i>.</p>
|
|
16
|
+
*
|
|
17
|
+
* @packageDocumentation
|
|
18
|
+
*/
|
|
2
19
|
export * from "./AthenaClient";
|
|
20
|
+
export * from "./Athena";
|
|
3
21
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
22
|
export * from "./pagination";
|
|
23
|
+
export * from "./models";
|
|
6
24
|
export { AthenaServiceException } from "./models/AthenaServiceException";
|