@aws-sdk/client-athena 3.1045.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +156 -157
- package/dist-cjs/models/AthenaServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Athena.js +1 -1
- package/dist-es/AthenaClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchGetNamedQueryCommand.js +2 -2
- package/dist-es/commands/BatchGetPreparedStatementCommand.js +2 -2
- package/dist-es/commands/BatchGetQueryExecutionCommand.js +2 -2
- package/dist-es/commands/CancelCapacityReservationCommand.js +2 -2
- package/dist-es/commands/CreateCapacityReservationCommand.js +2 -2
- package/dist-es/commands/CreateDataCatalogCommand.js +2 -2
- package/dist-es/commands/CreateNamedQueryCommand.js +2 -2
- package/dist-es/commands/CreateNotebookCommand.js +2 -2
- package/dist-es/commands/CreatePreparedStatementCommand.js +2 -2
- package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +2 -2
- package/dist-es/commands/CreateWorkGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCapacityReservationCommand.js +2 -2
- package/dist-es/commands/DeleteDataCatalogCommand.js +2 -2
- package/dist-es/commands/DeleteNamedQueryCommand.js +2 -2
- package/dist-es/commands/DeleteNotebookCommand.js +2 -2
- package/dist-es/commands/DeletePreparedStatementCommand.js +2 -2
- package/dist-es/commands/DeleteWorkGroupCommand.js +2 -2
- package/dist-es/commands/ExportNotebookCommand.js +2 -2
- package/dist-es/commands/GetCalculationExecutionCodeCommand.js +2 -2
- package/dist-es/commands/GetCalculationExecutionCommand.js +2 -2
- package/dist-es/commands/GetCalculationExecutionStatusCommand.js +2 -2
- package/dist-es/commands/GetCapacityAssignmentConfigurationCommand.js +2 -2
- package/dist-es/commands/GetCapacityReservationCommand.js +2 -2
- package/dist-es/commands/GetDataCatalogCommand.js +2 -2
- package/dist-es/commands/GetDatabaseCommand.js +2 -2
- package/dist-es/commands/GetNamedQueryCommand.js +2 -2
- package/dist-es/commands/GetNotebookMetadataCommand.js +2 -2
- package/dist-es/commands/GetPreparedStatementCommand.js +2 -2
- package/dist-es/commands/GetQueryExecutionCommand.js +2 -2
- package/dist-es/commands/GetQueryResultsCommand.js +2 -2
- package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +2 -2
- package/dist-es/commands/GetResourceDashboardCommand.js +2 -2
- package/dist-es/commands/GetSessionCommand.js +2 -2
- package/dist-es/commands/GetSessionEndpointCommand.js +2 -2
- package/dist-es/commands/GetSessionStatusCommand.js +2 -2
- package/dist-es/commands/GetTableMetadataCommand.js +2 -2
- package/dist-es/commands/GetWorkGroupCommand.js +2 -2
- package/dist-es/commands/ImportNotebookCommand.js +2 -2
- package/dist-es/commands/ListApplicationDPUSizesCommand.js +2 -2
- package/dist-es/commands/ListCalculationExecutionsCommand.js +2 -2
- package/dist-es/commands/ListCapacityReservationsCommand.js +2 -2
- package/dist-es/commands/ListDataCatalogsCommand.js +2 -2
- package/dist-es/commands/ListDatabasesCommand.js +2 -2
- package/dist-es/commands/ListEngineVersionsCommand.js +2 -2
- package/dist-es/commands/ListExecutorsCommand.js +2 -2
- package/dist-es/commands/ListNamedQueriesCommand.js +2 -2
- package/dist-es/commands/ListNotebookMetadataCommand.js +2 -2
- package/dist-es/commands/ListNotebookSessionsCommand.js +2 -2
- package/dist-es/commands/ListPreparedStatementsCommand.js +2 -2
- package/dist-es/commands/ListQueryExecutionsCommand.js +2 -2
- package/dist-es/commands/ListSessionsCommand.js +2 -2
- package/dist-es/commands/ListTableMetadataCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWorkGroupsCommand.js +2 -2
- package/dist-es/commands/PutCapacityAssignmentConfigurationCommand.js +2 -2
- package/dist-es/commands/StartCalculationExecutionCommand.js +2 -2
- package/dist-es/commands/StartQueryExecutionCommand.js +2 -2
- package/dist-es/commands/StartSessionCommand.js +2 -2
- package/dist-es/commands/StopCalculationExecutionCommand.js +2 -2
- package/dist-es/commands/StopQueryExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/TerminateSessionCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateCapacityReservationCommand.js +2 -2
- package/dist-es/commands/UpdateDataCatalogCommand.js +2 -2
- package/dist-es/commands/UpdateNamedQueryCommand.js +2 -2
- package/dist-es/commands/UpdateNotebookCommand.js +2 -2
- package/dist-es/commands/UpdateNotebookMetadataCommand.js +2 -2
- package/dist-es/commands/UpdatePreparedStatementCommand.js +2 -2
- package/dist-es/commands/UpdateWorkGroupCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/AthenaServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/AthenaClient.d.ts +5 -5
- package/dist-types/commands/BatchGetNamedQueryCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetPreparedStatementCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetQueryExecutionCommand.d.ts +6 -4
- package/dist-types/commands/CancelCapacityReservationCommand.d.ts +6 -4
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +6 -4
- package/dist-types/commands/CreateDataCatalogCommand.d.ts +6 -4
- package/dist-types/commands/CreateNamedQueryCommand.d.ts +6 -4
- package/dist-types/commands/CreateNotebookCommand.d.ts +6 -4
- package/dist-types/commands/CreatePreparedStatementCommand.d.ts +6 -4
- package/dist-types/commands/CreatePresignedNotebookUrlCommand.d.ts +6 -4
- package/dist-types/commands/CreateWorkGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteCapacityReservationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteDataCatalogCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNamedQueryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteNotebookCommand.d.ts +6 -4
- package/dist-types/commands/DeletePreparedStatementCommand.d.ts +6 -4
- package/dist-types/commands/DeleteWorkGroupCommand.d.ts +6 -4
- package/dist-types/commands/ExportNotebookCommand.d.ts +6 -4
- package/dist-types/commands/GetCalculationExecutionCodeCommand.d.ts +6 -4
- package/dist-types/commands/GetCalculationExecutionCommand.d.ts +6 -4
- package/dist-types/commands/GetCalculationExecutionStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetCapacityAssignmentConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetCapacityReservationCommand.d.ts +6 -4
- package/dist-types/commands/GetDataCatalogCommand.d.ts +6 -4
- package/dist-types/commands/GetDatabaseCommand.d.ts +6 -4
- package/dist-types/commands/GetNamedQueryCommand.d.ts +6 -4
- package/dist-types/commands/GetNotebookMetadataCommand.d.ts +6 -4
- package/dist-types/commands/GetPreparedStatementCommand.d.ts +6 -4
- package/dist-types/commands/GetQueryExecutionCommand.d.ts +6 -4
- package/dist-types/commands/GetQueryResultsCommand.d.ts +6 -4
- package/dist-types/commands/GetQueryRuntimeStatisticsCommand.d.ts +6 -4
- package/dist-types/commands/GetResourceDashboardCommand.d.ts +6 -4
- package/dist-types/commands/GetSessionCommand.d.ts +6 -4
- package/dist-types/commands/GetSessionEndpointCommand.d.ts +6 -4
- package/dist-types/commands/GetSessionStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetTableMetadataCommand.d.ts +6 -4
- package/dist-types/commands/GetWorkGroupCommand.d.ts +6 -4
- package/dist-types/commands/ImportNotebookCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationDPUSizesCommand.d.ts +6 -4
- package/dist-types/commands/ListCalculationExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListCapacityReservationsCommand.d.ts +6 -4
- package/dist-types/commands/ListDataCatalogsCommand.d.ts +6 -4
- package/dist-types/commands/ListDatabasesCommand.d.ts +6 -4
- package/dist-types/commands/ListEngineVersionsCommand.d.ts +6 -4
- package/dist-types/commands/ListExecutorsCommand.d.ts +6 -4
- package/dist-types/commands/ListNamedQueriesCommand.d.ts +6 -4
- package/dist-types/commands/ListNotebookMetadataCommand.d.ts +6 -4
- package/dist-types/commands/ListNotebookSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ListPreparedStatementsCommand.d.ts +6 -4
- package/dist-types/commands/ListQueryExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListSessionsCommand.d.ts +6 -4
- package/dist-types/commands/ListTableMetadataCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListWorkGroupsCommand.d.ts +6 -4
- package/dist-types/commands/PutCapacityAssignmentConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/StartCalculationExecutionCommand.d.ts +6 -4
- package/dist-types/commands/StartQueryExecutionCommand.d.ts +6 -4
- package/dist-types/commands/StartSessionCommand.d.ts +6 -4
- package/dist-types/commands/StopCalculationExecutionCommand.d.ts +6 -4
- package/dist-types/commands/StopQueryExecutionCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/TerminateSessionCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCapacityReservationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateDataCatalogCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNamedQueryCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNotebookCommand.d.ts +6 -4
- package/dist-types/commands/UpdateNotebookMetadataCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePreparedStatementCommand.d.ts +6 -4
- package/dist-types/commands/UpdateWorkGroupCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/AthenaServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/AthenaClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchGetNamedQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetPreparedStatementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetQueryExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateDataCatalogCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateNamedQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateNotebookCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePreparedStatementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePresignedNotebookUrlCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateWorkGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteCapacityReservationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteDataCatalogCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNamedQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteNotebookCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeletePreparedStatementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteWorkGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportNotebookCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCalculationExecutionCodeCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCalculationExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCalculationExecutionStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCapacityAssignmentConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetCapacityReservationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDataCatalogCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDatabaseCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNamedQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNotebookMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPreparedStatementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQueryExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetQueryRuntimeStatisticsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetResourceDashboardCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetSessionStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTableMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetWorkGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ImportNotebookCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationDPUSizesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCalculationExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCapacityReservationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDataCatalogsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEngineVersionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListExecutorsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNamedQueriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNotebookMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNotebookSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPreparedStatementsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListQueryExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTableMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListWorkGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutCapacityAssignmentConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCalculationExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartQueryExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopCalculationExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopQueryExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCapacityReservationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateDataCatalogCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNamedQueryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNotebookCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateNotebookMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePreparedStatementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateWorkGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/AthenaServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListDataCatalogs$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListDatabases$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListEngineVersions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListExecutors$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListNamedQueries$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListNotebookMetadata$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListNotebookSessions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListPreparedStatements$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListQueryExecutions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListSessions$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListTableMetadata$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { ListWorkGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { PutCapacityAssignmentConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartCalculationExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartQueryExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StartSession$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StopCalculationExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { StopQueryExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { TerminateSession$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateCapacityReservation$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateDataCatalog$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateNamedQuery$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateNotebook$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateNotebookMetadata$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdatePreparedStatement$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
4
|
import { UpdateWorkGroup$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
package/dist-es/endpoint/bdd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
const k = "ref";
|
|
3
3
|
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
4
|
const _data = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
|
|
3
3
|
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ServiceException as __ServiceException, } from "@smithy/
|
|
1
|
+
import { ServiceException as __ServiceException, } from "@smithy/core/client";
|
|
2
2
|
export { __ServiceException };
|
|
3
3
|
export class AthenaServiceException extends __ServiceException {
|
|
4
4
|
constructor(options) {
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
3
|
import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
|
|
4
|
-
import {
|
|
4
|
+
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
|
+
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
6
|
+
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
|
|
7
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
5
8
|
import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
|
|
6
|
-
import { invalidProvider } from "@smithy/invalid-dependency";
|
|
7
|
-
import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
8
|
-
import { calculateBodyLength } from "@smithy/util-body-length-browser";
|
|
9
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
|
|
10
|
-
import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
11
9
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
10
|
export const getRuntimeConfig = (config) => {
|
|
13
11
|
const defaultsMode = resolveDefaultsModeConfig(config);
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultAthenaHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
8
|
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import type { BatchGetNamedQueryCommandInput, BatchGetNamedQueryCommandOutput } from "./commands/BatchGetNamedQueryCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
4
4
|
import type { BatchGetNamedQueryInput, BatchGetNamedQueryOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchGetNamedQueryCommandInput extends BatchGetNamedQueryInput
|
|
|
22
22
|
export interface BatchGetNamedQueryCommandOutput extends BatchGetNamedQueryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetNamedQueryCommand_base: {
|
|
25
|
-
new (input: BatchGetNamedQueryCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchGetNamedQueryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchGetNamedQueryCommandInput): import("@smithy/core/client").CommandImpl<BatchGetNamedQueryCommandInput, BatchGetNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchGetNamedQueryCommandInput): import("@smithy/core/client").CommandImpl<BatchGetNamedQueryCommandInput, BatchGetNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the details of a single named query or a list of up to 50 queries, which you
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
4
4
|
import type { BatchGetPreparedStatementInput, BatchGetPreparedStatementOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchGetPreparedStatementCommandInput extends BatchGetPreparedS
|
|
|
22
22
|
export interface BatchGetPreparedStatementCommandOutput extends BatchGetPreparedStatementOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetPreparedStatementCommand_base: {
|
|
25
|
-
new (input: BatchGetPreparedStatementCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchGetPreparedStatementCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchGetPreparedStatementCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPreparedStatementCommandInput, BatchGetPreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchGetPreparedStatementCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPreparedStatementCommandInput, BatchGetPreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the details of a single prepared statement or a list of up to 256 prepared
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
4
4
|
import type { BatchGetQueryExecutionInput, BatchGetQueryExecutionOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface BatchGetQueryExecutionCommandInput extends BatchGetQueryExecuti
|
|
|
22
22
|
export interface BatchGetQueryExecutionCommandOutput extends BatchGetQueryExecutionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const BatchGetQueryExecutionCommand_base: {
|
|
25
|
-
new (input: BatchGetQueryExecutionCommandInput): import("@smithy/
|
|
26
|
-
new (input: BatchGetQueryExecutionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: BatchGetQueryExecutionCommandInput): import("@smithy/core/client").CommandImpl<BatchGetQueryExecutionCommandInput, BatchGetQueryExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: BatchGetQueryExecutionCommandInput): import("@smithy/core/client").CommandImpl<BatchGetQueryExecutionCommandInput, BatchGetQueryExecutionCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the details of a single query execution or a list of up to 50 query
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
4
4
|
import type { CancelCapacityReservationInput, CancelCapacityReservationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CancelCapacityReservationCommandInput extends CancelCapacityRes
|
|
|
22
22
|
export interface CancelCapacityReservationCommandOutput extends CancelCapacityReservationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CancelCapacityReservationCommand_base: {
|
|
25
|
-
new (input: CancelCapacityReservationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CancelCapacityReservationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CancelCapacityReservationCommandInput): import("@smithy/core/client").CommandImpl<CancelCapacityReservationCommandInput, CancelCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CancelCapacityReservationCommandInput): import("@smithy/core/client").CommandImpl<CancelCapacityReservationCommandInput, CancelCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Cancels the capacity reservation with the specified name. Cancelled reservations
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
4
4
|
import type { CreateCapacityReservationInput, CreateCapacityReservationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateCapacityReservationCommandInput extends CreateCapacityRes
|
|
|
22
22
|
export interface CreateCapacityReservationCommandOutput extends CreateCapacityReservationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateCapacityReservationCommand_base: {
|
|
25
|
-
new (input: CreateCapacityReservationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateCapacityReservationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateCapacityReservationCommandInput): import("@smithy/core/client").CommandImpl<CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateCapacityReservationCommandInput): import("@smithy/core/client").CommandImpl<CreateCapacityReservationCommandInput, CreateCapacityReservationCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a capacity reservation with the specified name and number of requested data
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
4
4
|
import type { CreateDataCatalogInput, CreateDataCatalogOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateDataCatalogCommandInput extends CreateDataCatalogInput {
|
|
|
22
22
|
export interface CreateDataCatalogCommandOutput extends CreateDataCatalogOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateDataCatalogCommand_base: {
|
|
25
|
-
new (input: CreateDataCatalogCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateDataCatalogCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateDataCatalogCommandInput): import("@smithy/core/client").CommandImpl<CreateDataCatalogCommandInput, CreateDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateDataCatalogCommandInput): import("@smithy/core/client").CommandImpl<CreateDataCatalogCommandInput, CreateDataCatalogCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates (registers) a data catalog with the specified name and properties. Catalogs
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
4
4
|
import type { CreateNamedQueryInput, CreateNamedQueryOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateNamedQueryCommandInput extends CreateNamedQueryInput {
|
|
|
22
22
|
export interface CreateNamedQueryCommandOutput extends CreateNamedQueryOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateNamedQueryCommand_base: {
|
|
25
|
-
new (input: CreateNamedQueryCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateNamedQueryCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateNamedQueryCommandInput): import("@smithy/core/client").CommandImpl<CreateNamedQueryCommandInput, CreateNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateNamedQueryCommandInput): import("@smithy/core/client").CommandImpl<CreateNamedQueryCommandInput, CreateNamedQueryCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a named query in the specified workgroup. Requires that you have access to the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
4
4
|
import type { CreateNotebookInput, CreateNotebookOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateNotebookCommandInput extends CreateNotebookInput {
|
|
|
22
22
|
export interface CreateNotebookCommandOutput extends CreateNotebookOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateNotebookCommand_base: {
|
|
25
|
-
new (input: CreateNotebookCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateNotebookCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateNotebookCommandInput): import("@smithy/core/client").CommandImpl<CreateNotebookCommandInput, CreateNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateNotebookCommandInput): import("@smithy/core/client").CommandImpl<CreateNotebookCommandInput, CreateNotebookCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an empty <code>ipynb</code> file in the specified Apache Spark enabled
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AthenaClient";
|
|
4
4
|
import type { CreatePreparedStatementInput, CreatePreparedStatementOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreatePreparedStatementCommandInput extends CreatePreparedState
|
|
|
22
22
|
export interface CreatePreparedStatementCommandOutput extends CreatePreparedStatementOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePreparedStatementCommand_base: {
|
|
25
|
-
new (input: CreatePreparedStatementCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePreparedStatementCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePreparedStatementCommandInput): import("@smithy/core/client").CommandImpl<CreatePreparedStatementCommandInput, CreatePreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePreparedStatementCommandInput): import("@smithy/core/client").CommandImpl<CreatePreparedStatementCommandInput, CreatePreparedStatementCommandOutput, AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a prepared statement for use with SQL queries in Athena.</p>
|