@aws-sdk/client-redshift-data 3.649.0 → 3.650.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/index.js +10 -30
- package/dist-es/commands/BatchExecuteStatementCommand.js +1 -3
- package/dist-es/commands/CancelStatementCommand.js +1 -3
- package/dist-es/commands/DescribeStatementCommand.js +1 -3
- package/dist-es/commands/DescribeTableCommand.js +1 -3
- package/dist-es/commands/ExecuteStatementCommand.js +1 -3
- package/dist-es/commands/GetStatementResultCommand.js +1 -3
- package/dist-es/commands/ListDatabasesCommand.js +1 -3
- package/dist-es/commands/ListSchemasCommand.js +1 -3
- package/dist-es/commands/ListStatementsCommand.js +1 -3
- package/dist-es/commands/ListTablesCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -944,9 +944,7 @@ function sharedHeaders(operation) {
|
|
|
944
944
|
__name(sharedHeaders, "sharedHeaders");
|
|
945
945
|
|
|
946
946
|
// src/commands/BatchExecuteStatementCommand.ts
|
|
947
|
-
var _BatchExecuteStatementCommand = class _BatchExecuteStatementCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
948
|
-
...commonParams
|
|
949
|
-
}).m(function(Command, cs, config, o) {
|
|
947
|
+
var _BatchExecuteStatementCommand = class _BatchExecuteStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
950
948
|
return [
|
|
951
949
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
952
950
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -960,9 +958,7 @@ var BatchExecuteStatementCommand = _BatchExecuteStatementCommand;
|
|
|
960
958
|
|
|
961
959
|
|
|
962
960
|
|
|
963
|
-
var _CancelStatementCommand = class _CancelStatementCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
964
|
-
...commonParams
|
|
965
|
-
}).m(function(Command, cs, config, o) {
|
|
961
|
+
var _CancelStatementCommand = class _CancelStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
966
962
|
return [
|
|
967
963
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
968
964
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -976,9 +972,7 @@ var CancelStatementCommand = _CancelStatementCommand;
|
|
|
976
972
|
|
|
977
973
|
|
|
978
974
|
|
|
979
|
-
var _DescribeStatementCommand = class _DescribeStatementCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
980
|
-
...commonParams
|
|
981
|
-
}).m(function(Command, cs, config, o) {
|
|
975
|
+
var _DescribeStatementCommand = class _DescribeStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
982
976
|
return [
|
|
983
977
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
984
978
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -992,9 +986,7 @@ var DescribeStatementCommand = _DescribeStatementCommand;
|
|
|
992
986
|
|
|
993
987
|
|
|
994
988
|
|
|
995
|
-
var _DescribeTableCommand = class _DescribeTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
996
|
-
...commonParams
|
|
997
|
-
}).m(function(Command, cs, config, o) {
|
|
989
|
+
var _DescribeTableCommand = class _DescribeTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
998
990
|
return [
|
|
999
991
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1000
992
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1008,9 +1000,7 @@ var DescribeTableCommand = _DescribeTableCommand;
|
|
|
1008
1000
|
|
|
1009
1001
|
|
|
1010
1002
|
|
|
1011
|
-
var _ExecuteStatementCommand = class _ExecuteStatementCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1012
|
-
...commonParams
|
|
1013
|
-
}).m(function(Command, cs, config, o) {
|
|
1003
|
+
var _ExecuteStatementCommand = class _ExecuteStatementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1014
1004
|
return [
|
|
1015
1005
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1016
1006
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1024,9 +1014,7 @@ var ExecuteStatementCommand = _ExecuteStatementCommand;
|
|
|
1024
1014
|
|
|
1025
1015
|
|
|
1026
1016
|
|
|
1027
|
-
var _GetStatementResultCommand = class _GetStatementResultCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1028
|
-
...commonParams
|
|
1029
|
-
}).m(function(Command, cs, config, o) {
|
|
1017
|
+
var _GetStatementResultCommand = class _GetStatementResultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1030
1018
|
return [
|
|
1031
1019
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1032
1020
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1040,9 +1028,7 @@ var GetStatementResultCommand = _GetStatementResultCommand;
|
|
|
1040
1028
|
|
|
1041
1029
|
|
|
1042
1030
|
|
|
1043
|
-
var _ListDatabasesCommand = class _ListDatabasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1044
|
-
...commonParams
|
|
1045
|
-
}).m(function(Command, cs, config, o) {
|
|
1031
|
+
var _ListDatabasesCommand = class _ListDatabasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1046
1032
|
return [
|
|
1047
1033
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1048
1034
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1056,9 +1042,7 @@ var ListDatabasesCommand = _ListDatabasesCommand;
|
|
|
1056
1042
|
|
|
1057
1043
|
|
|
1058
1044
|
|
|
1059
|
-
var _ListSchemasCommand = class _ListSchemasCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1060
|
-
...commonParams
|
|
1061
|
-
}).m(function(Command, cs, config, o) {
|
|
1045
|
+
var _ListSchemasCommand = class _ListSchemasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1062
1046
|
return [
|
|
1063
1047
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1064
1048
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1072,9 +1056,7 @@ var ListSchemasCommand = _ListSchemasCommand;
|
|
|
1072
1056
|
|
|
1073
1057
|
|
|
1074
1058
|
|
|
1075
|
-
var _ListStatementsCommand = class _ListStatementsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1076
|
-
...commonParams
|
|
1077
|
-
}).m(function(Command, cs, config, o) {
|
|
1059
|
+
var _ListStatementsCommand = class _ListStatementsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1078
1060
|
return [
|
|
1079
1061
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1080
1062
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1088,9 +1070,7 @@ var ListStatementsCommand = _ListStatementsCommand;
|
|
|
1088
1070
|
|
|
1089
1071
|
|
|
1090
1072
|
|
|
1091
|
-
var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1092
|
-
...commonParams
|
|
1093
|
-
}).m(function(Command, cs, config, o) {
|
|
1073
|
+
var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1094
1074
|
return [
|
|
1095
1075
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1096
1076
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_BatchExecuteStatementCommand, se_BatchExecuteStatementCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchExecuteStatementCommand 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_CancelStatementCommand, se_CancelStatementCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelStatementCommand 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_DescribeStatementCommand, se_DescribeStatementCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeStatementCommand 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_DescribeTableCommand, se_DescribeTableCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeTableCommand 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_ExecuteStatementCommand, se_ExecuteStatementCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExecuteStatementCommand 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_GetStatementResultCommand, se_GetStatementResultCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetStatementResultCommand 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_ListSchemasCommand, se_ListSchemasCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSchemasCommand 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_ListStatementsCommand, se_ListStatementsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListStatementsCommand 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_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTablesCommand 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),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-redshift-data",
|
|
3
3
|
"description": "AWS SDK for JavaScript Redshift Data Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-redshift-data",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|