@aws-sdk/client-athena 3.337.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
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListPreparedStatementsCommand = void 0;
|
|
3
|
+
exports.ListPreparedStatementsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListPreparedStatementsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListQueryExecutionsCommand = void 0;
|
|
3
|
+
exports.ListQueryExecutionsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListQueryExecutionsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListSessionsCommand = void 0;
|
|
3
|
+
exports.ListSessionsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListSessionsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTableMetadataCommand = void 0;
|
|
3
|
+
exports.ListTableMetadataCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListTableMetadataCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListTagsForResourceCommand = void 0;
|
|
3
|
+
exports.ListTagsForResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListTagsForResourceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ListWorkGroupsCommand = void 0;
|
|
3
|
+
exports.ListWorkGroupsCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class ListWorkGroupsCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PutCapacityAssignmentConfigurationCommand = void 0;
|
|
3
|
+
exports.PutCapacityAssignmentConfigurationCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class PutCapacityAssignmentConfigurationCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartCalculationExecutionCommand = void 0;
|
|
3
|
+
exports.StartCalculationExecutionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class StartCalculationExecutionCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartQueryExecutionCommand = void 0;
|
|
3
|
+
exports.StartQueryExecutionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class StartQueryExecutionCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StartSessionCommand = void 0;
|
|
3
|
+
exports.StartSessionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class StartSessionCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopCalculationExecutionCommand = void 0;
|
|
3
|
+
exports.StopCalculationExecutionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class StopCalculationExecutionCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StopQueryExecutionCommand = void 0;
|
|
3
|
+
exports.StopQueryExecutionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class StopQueryExecutionCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagResourceCommand = void 0;
|
|
3
|
+
exports.TagResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class TagResourceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TerminateSessionCommand = void 0;
|
|
3
|
+
exports.TerminateSessionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class TerminateSessionCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UntagResourceCommand = void 0;
|
|
3
|
+
exports.UntagResourceCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UntagResourceCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateCapacityReservationCommand = void 0;
|
|
3
|
+
exports.UpdateCapacityReservationCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateCapacityReservationCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateDataCatalogCommand = void 0;
|
|
3
|
+
exports.UpdateDataCatalogCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateDataCatalogCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateNamedQueryCommand = void 0;
|
|
3
|
+
exports.UpdateNamedQueryCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateNamedQueryCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateNotebookCommand = void 0;
|
|
3
|
+
exports.UpdateNotebookCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateNotebookCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateNotebookMetadataCommand = void 0;
|
|
3
|
+
exports.UpdateNotebookMetadataCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateNotebookMetadataCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdatePreparedStatementCommand = void 0;
|
|
3
|
+
exports.UpdatePreparedStatementCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdatePreparedStatementCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateWorkGroupCommand = void 0;
|
|
3
|
+
exports.UpdateWorkGroupCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateWorkGroupCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
package/dist-cjs/index.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AthenaServiceException = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
tslib_1.__exportStar(require("./Athena"), exports);
|
|
6
5
|
tslib_1.__exportStar(require("./AthenaClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./Athena"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./models"), exports);
|
|
9
8
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
10
10
|
var AthenaServiceException_1 = require("./models/AthenaServiceException");
|
|
11
11
|
Object.defineProperty(exports, "AthenaServiceException", { enumerable: true, get: function () { return AthenaServiceException_1.AthenaServiceException; } });
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AthenaServiceException = void 0;
|
|
3
|
+
exports.AthenaServiceException = exports.__ServiceException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
5
6
|
class AthenaServiceException extends smithy_client_1.ServiceException {
|
|
6
7
|
constructor(options) {
|
|
7
8
|
super(options);
|
package/dist-es/AthenaClient.js
CHANGED
|
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
|
|
|
10
10
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
11
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
12
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
13
|
+
export { __Client };
|
|
13
14
|
export class AthenaClient extends __Client {
|
|
14
15
|
constructor(configuration) {
|
|
15
16
|
const _config_0 = __getRuntimeConfig(configuration);
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_BatchGetNamedQueryCommand, se_BatchGetNamedQueryCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class BatchGetNamedQueryCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_BatchGetPreparedStatementCommand, se_BatchGetPreparedStatementCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class BatchGetPreparedStatementCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_BatchGetQueryExecutionCommand, se_BatchGetQueryExecutionCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class BatchGetQueryExecutionCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CancelCapacityReservationCommand, se_CancelCapacityReservationCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CancelCapacityReservationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateCapacityReservationCommand, se_CreateCapacityReservationCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateCapacityReservationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateDataCatalogCommand, se_CreateDataCatalogCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateDataCatalogCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateNamedQueryCommand, se_CreateNamedQueryCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateNamedQueryCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateNotebookCommand, se_CreateNotebookCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateNotebookCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreatePreparedStatementCommand, se_CreatePreparedStatementCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreatePreparedStatementCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreatePresignedNotebookUrlCommand, se_CreatePresignedNotebookUrlCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreatePresignedNotebookUrlCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateWorkGroupCommand, se_CreateWorkGroupCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateWorkGroupCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteDataCatalogCommand, se_DeleteDataCatalogCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteDataCatalogCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteNamedQueryCommand, se_DeleteNamedQueryCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteNamedQueryCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteNotebookCommand, se_DeleteNotebookCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteNotebookCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeletePreparedStatementCommand, se_DeletePreparedStatementCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeletePreparedStatementCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteWorkGroupCommand, se_DeleteWorkGroupCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteWorkGroupCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ExportNotebookCommand, se_ExportNotebookCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ExportNotebookCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetCalculationExecutionCodeCommand, se_GetCalculationExecutionCodeCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetCalculationExecutionCodeCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetCalculationExecutionCommand, se_GetCalculationExecutionCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetCalculationExecutionCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetCalculationExecutionStatusCommand, se_GetCalculationExecutionStatusCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetCalculationExecutionStatusCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetCapacityAssignmentConfigurationCommand, se_GetCapacityAssignmentConfigurationCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetCapacityAssignmentConfigurationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetCapacityReservationCommand, se_GetCapacityReservationCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetCapacityReservationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetDataCatalogCommand, se_GetDataCatalogCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetDataCatalogCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetDatabaseCommand, se_GetDatabaseCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetDatabaseCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetNamedQueryCommand, se_GetNamedQueryCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetNamedQueryCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetNotebookMetadataCommand, se_GetNotebookMetadataCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetNotebookMetadataCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetPreparedStatementCommand, se_GetPreparedStatementCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetPreparedStatementCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetQueryExecutionCommand, se_GetQueryExecutionCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetQueryExecutionCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetQueryResultsCommand, se_GetQueryResultsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetQueryResultsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetQueryRuntimeStatisticsCommand, se_GetQueryRuntimeStatisticsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetQueryRuntimeStatisticsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|