@aws-sdk/client-athena 3.649.0 → 3.651.1
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/index.js +68 -204
- package/dist-es/commands/BatchGetNamedQueryCommand.js +1 -3
- package/dist-es/commands/BatchGetPreparedStatementCommand.js +1 -3
- package/dist-es/commands/BatchGetQueryExecutionCommand.js +1 -3
- package/dist-es/commands/CancelCapacityReservationCommand.js +1 -3
- package/dist-es/commands/CreateCapacityReservationCommand.js +1 -3
- package/dist-es/commands/CreateDataCatalogCommand.js +1 -3
- package/dist-es/commands/CreateNamedQueryCommand.js +1 -3
- package/dist-es/commands/CreateNotebookCommand.js +1 -3
- package/dist-es/commands/CreatePreparedStatementCommand.js +1 -3
- package/dist-es/commands/CreatePresignedNotebookUrlCommand.js +1 -3
- package/dist-es/commands/CreateWorkGroupCommand.js +1 -3
- package/dist-es/commands/DeleteCapacityReservationCommand.js +1 -3
- package/dist-es/commands/DeleteDataCatalogCommand.js +1 -3
- package/dist-es/commands/DeleteNamedQueryCommand.js +1 -3
- package/dist-es/commands/DeleteNotebookCommand.js +1 -3
- package/dist-es/commands/DeletePreparedStatementCommand.js +1 -3
- package/dist-es/commands/DeleteWorkGroupCommand.js +1 -3
- package/dist-es/commands/ExportNotebookCommand.js +1 -3
- package/dist-es/commands/GetCalculationExecutionCodeCommand.js +1 -3
- package/dist-es/commands/GetCalculationExecutionCommand.js +1 -3
- package/dist-es/commands/GetCalculationExecutionStatusCommand.js +1 -3
- package/dist-es/commands/GetCapacityAssignmentConfigurationCommand.js +1 -3
- package/dist-es/commands/GetCapacityReservationCommand.js +1 -3
- package/dist-es/commands/GetDataCatalogCommand.js +1 -3
- package/dist-es/commands/GetDatabaseCommand.js +1 -3
- package/dist-es/commands/GetNamedQueryCommand.js +1 -3
- package/dist-es/commands/GetNotebookMetadataCommand.js +1 -3
- package/dist-es/commands/GetPreparedStatementCommand.js +1 -3
- package/dist-es/commands/GetQueryExecutionCommand.js +1 -3
- package/dist-es/commands/GetQueryResultsCommand.js +1 -3
- package/dist-es/commands/GetQueryRuntimeStatisticsCommand.js +1 -3
- package/dist-es/commands/GetSessionCommand.js +1 -3
- package/dist-es/commands/GetSessionStatusCommand.js +1 -3
- package/dist-es/commands/GetTableMetadataCommand.js +1 -3
- package/dist-es/commands/GetWorkGroupCommand.js +1 -3
- package/dist-es/commands/ImportNotebookCommand.js +1 -3
- package/dist-es/commands/ListApplicationDPUSizesCommand.js +1 -3
- package/dist-es/commands/ListCalculationExecutionsCommand.js +1 -3
- package/dist-es/commands/ListCapacityReservationsCommand.js +1 -3
- package/dist-es/commands/ListDataCatalogsCommand.js +1 -3
- package/dist-es/commands/ListDatabasesCommand.js +1 -3
- package/dist-es/commands/ListEngineVersionsCommand.js +1 -3
- package/dist-es/commands/ListExecutorsCommand.js +1 -3
- package/dist-es/commands/ListNamedQueriesCommand.js +1 -3
- package/dist-es/commands/ListNotebookMetadataCommand.js +1 -3
- package/dist-es/commands/ListNotebookSessionsCommand.js +1 -3
- package/dist-es/commands/ListPreparedStatementsCommand.js +1 -3
- package/dist-es/commands/ListQueryExecutionsCommand.js +1 -3
- package/dist-es/commands/ListSessionsCommand.js +1 -3
- package/dist-es/commands/ListTableMetadataCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListWorkGroupsCommand.js +1 -3
- package/dist-es/commands/PutCapacityAssignmentConfigurationCommand.js +1 -3
- package/dist-es/commands/StartCalculationExecutionCommand.js +1 -3
- package/dist-es/commands/StartQueryExecutionCommand.js +1 -3
- package/dist-es/commands/StartSessionCommand.js +1 -3
- package/dist-es/commands/StopCalculationExecutionCommand.js +1 -3
- package/dist-es/commands/StopQueryExecutionCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/TerminateSessionCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateCapacityReservationCommand.js +1 -3
- package/dist-es/commands/UpdateDataCatalogCommand.js +1 -3
- package/dist-es/commands/UpdateNamedQueryCommand.js +1 -3
- package/dist-es/commands/UpdateNotebookCommand.js +1 -3
- package/dist-es/commands/UpdateNotebookMetadataCommand.js +1 -3
- package/dist-es/commands/UpdatePreparedStatementCommand.js +1 -3
- package/dist-es/commands/UpdateWorkGroupCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
|
@@ -6,9 +6,7 @@ import { de_BatchGetNamedQueryCommand, se_BatchGetNamedQueryCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetNamedQueryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_BatchGetPreparedStatementCommand, se_BatchGetPreparedStatementComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetPreparedStatementCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_BatchGetQueryExecutionCommand, se_BatchGetQueryExecutionCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetQueryExecutionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CancelCapacityReservationCommand, se_CancelCapacityReservationComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelCapacityReservationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateCapacityReservationCommand, se_CreateCapacityReservationComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateCapacityReservationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateDataCatalogCommand, se_CreateDataCatalogCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateDataCatalogCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateNamedQueryCommand, se_CreateNamedQueryCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateNamedQueryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateNotebookCommand, se_CreateNotebookCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateNotebookCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePreparedStatementCommand, se_CreatePreparedStatementCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePreparedStatementCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePresignedNotebookUrlCommand, se_CreatePresignedNotebookUrlComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePresignedNotebookUrlCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateWorkGroupCommand, se_CreateWorkGroupCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateWorkGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteCapacityReservationCommand, se_DeleteCapacityReservationComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteCapacityReservationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDataCatalogCommand, se_DeleteDataCatalogCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDataCatalogCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteNamedQueryCommand, se_DeleteNamedQueryCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteNamedQueryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteNotebookCommand, se_DeleteNotebookCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteNotebookCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePreparedStatementCommand, se_DeletePreparedStatementCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePreparedStatementCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteWorkGroupCommand, se_DeleteWorkGroupCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteWorkGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ExportNotebookCommand, se_ExportNotebookCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportNotebookCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetCalculationExecutionCodeCommand, se_GetCalculationExecutionCodeCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCalculationExecutionCodeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetCalculationExecutionCommand, se_GetCalculationExecutionCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCalculationExecutionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetCalculationExecutionStatusCommand, se_GetCalculationExecutionStat
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCalculationExecutionStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetCapacityAssignmentConfigurationCommand, se_GetCapacityAssignmentC
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCapacityAssignmentConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetCapacityReservationCommand, se_GetCapacityReservationCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCapacityReservationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetDataCatalogCommand, se_GetDataCatalogCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDataCatalogCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetDatabaseCommand, se_GetDatabaseCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDatabaseCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetNamedQueryCommand, se_GetNamedQueryCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetNamedQueryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetNotebookMetadataCommand, se_GetNotebookMetadataCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetNotebookMetadataCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPreparedStatementCommand, se_GetPreparedStatementCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPreparedStatementCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetQueryExecutionCommand, se_GetQueryExecutionCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetQueryExecutionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetQueryResultsCommand, se_GetQueryResultsCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetQueryResultsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetQueryRuntimeStatisticsCommand, se_GetQueryRuntimeStatisticsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetQueryRuntimeStatisticsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSessionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSessionStatusCommand, se_GetSessionStatusCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSessionStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTableMetadataCommand, se_GetTableMetadataCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTableMetadataCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetWorkGroupCommand, se_GetWorkGroupCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetWorkGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ImportNotebookCommand, se_ImportNotebookCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ImportNotebookCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListApplicationDPUSizesCommand, se_ListApplicationDPUSizesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationDPUSizesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListCalculationExecutionsCommand, se_ListCalculationExecutionsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCalculationExecutionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListCapacityReservationsCommand, se_ListCapacityReservationsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCapacityReservationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListDataCatalogsCommand, se_ListDataCatalogsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDataCatalogsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListDatabasesCommand, se_ListDatabasesCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDatabasesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListEngineVersionsCommand, se_ListEngineVersionsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEngineVersionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListExecutorsCommand, se_ListExecutorsCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListExecutorsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListNamedQueriesCommand, se_ListNamedQueriesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListNamedQueriesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListNotebookMetadataCommand, se_ListNotebookMetadataCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListNotebookMetadataCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListNotebookSessionsCommand, se_ListNotebookSessionsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListNotebookSessionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPreparedStatementsCommand, se_ListPreparedStatementsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPreparedStatementsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListQueryExecutionsCommand, se_ListQueryExecutionsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListQueryExecutionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSessionsCommand, se_ListSessionsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSessionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTableMetadataCommand, se_ListTableMetadataCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTableMetadataCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListWorkGroupsCommand, se_ListWorkGroupsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListWorkGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutCapacityAssignmentConfigurationCommand, se_PutCapacityAssignmentC
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutCapacityAssignmentConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|