@aws-sdk/client-keyspaces 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 +14 -42
- package/dist-es/commands/CreateKeyspaceCommand.js +1 -3
- package/dist-es/commands/CreateTableCommand.js +1 -3
- package/dist-es/commands/DeleteKeyspaceCommand.js +1 -3
- package/dist-es/commands/DeleteTableCommand.js +1 -3
- package/dist-es/commands/GetKeyspaceCommand.js +1 -3
- package/dist-es/commands/GetTableAutoScalingSettingsCommand.js +1 -3
- package/dist-es/commands/GetTableCommand.js +1 -3
- package/dist-es/commands/ListKeyspacesCommand.js +1 -3
- package/dist-es/commands/ListTablesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/RestoreTableCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateTableCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -931,9 +931,7 @@ function sharedHeaders(operation) {
|
|
|
931
931
|
__name(sharedHeaders, "sharedHeaders");
|
|
932
932
|
|
|
933
933
|
// src/commands/CreateKeyspaceCommand.ts
|
|
934
|
-
var _CreateKeyspaceCommand = class _CreateKeyspaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
935
|
-
...commonParams
|
|
936
|
-
}).m(function(Command, cs, config, o) {
|
|
934
|
+
var _CreateKeyspaceCommand = class _CreateKeyspaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
937
935
|
return [
|
|
938
936
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
939
937
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -947,9 +945,7 @@ var CreateKeyspaceCommand = _CreateKeyspaceCommand;
|
|
|
947
945
|
|
|
948
946
|
|
|
949
947
|
|
|
950
|
-
var _CreateTableCommand = class _CreateTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
951
|
-
...commonParams
|
|
952
|
-
}).m(function(Command, cs, config, o) {
|
|
948
|
+
var _CreateTableCommand = class _CreateTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
953
949
|
return [
|
|
954
950
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
955
951
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -963,9 +959,7 @@ var CreateTableCommand = _CreateTableCommand;
|
|
|
963
959
|
|
|
964
960
|
|
|
965
961
|
|
|
966
|
-
var _DeleteKeyspaceCommand = class _DeleteKeyspaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
967
|
-
...commonParams
|
|
968
|
-
}).m(function(Command, cs, config, o) {
|
|
962
|
+
var _DeleteKeyspaceCommand = class _DeleteKeyspaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
969
963
|
return [
|
|
970
964
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
971
965
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -979,9 +973,7 @@ var DeleteKeyspaceCommand = _DeleteKeyspaceCommand;
|
|
|
979
973
|
|
|
980
974
|
|
|
981
975
|
|
|
982
|
-
var _DeleteTableCommand = class _DeleteTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
983
|
-
...commonParams
|
|
984
|
-
}).m(function(Command, cs, config, o) {
|
|
976
|
+
var _DeleteTableCommand = class _DeleteTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
985
977
|
return [
|
|
986
978
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
987
979
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -995,9 +987,7 @@ var DeleteTableCommand = _DeleteTableCommand;
|
|
|
995
987
|
|
|
996
988
|
|
|
997
989
|
|
|
998
|
-
var _GetKeyspaceCommand = class _GetKeyspaceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
999
|
-
...commonParams
|
|
1000
|
-
}).m(function(Command, cs, config, o) {
|
|
990
|
+
var _GetKeyspaceCommand = class _GetKeyspaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1001
991
|
return [
|
|
1002
992
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1003
993
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1011,9 +1001,7 @@ var GetKeyspaceCommand = _GetKeyspaceCommand;
|
|
|
1011
1001
|
|
|
1012
1002
|
|
|
1013
1003
|
|
|
1014
|
-
var _GetTableAutoScalingSettingsCommand = class _GetTableAutoScalingSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1015
|
-
...commonParams
|
|
1016
|
-
}).m(function(Command, cs, config, o) {
|
|
1004
|
+
var _GetTableAutoScalingSettingsCommand = class _GetTableAutoScalingSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1017
1005
|
return [
|
|
1018
1006
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1019
1007
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1027,9 +1015,7 @@ var GetTableAutoScalingSettingsCommand = _GetTableAutoScalingSettingsCommand;
|
|
|
1027
1015
|
|
|
1028
1016
|
|
|
1029
1017
|
|
|
1030
|
-
var _GetTableCommand = class _GetTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1031
|
-
...commonParams
|
|
1032
|
-
}).m(function(Command, cs, config, o) {
|
|
1018
|
+
var _GetTableCommand = class _GetTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1033
1019
|
return [
|
|
1034
1020
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1035
1021
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1043,9 +1029,7 @@ var GetTableCommand = _GetTableCommand;
|
|
|
1043
1029
|
|
|
1044
1030
|
|
|
1045
1031
|
|
|
1046
|
-
var _ListKeyspacesCommand = class _ListKeyspacesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1047
|
-
...commonParams
|
|
1048
|
-
}).m(function(Command, cs, config, o) {
|
|
1032
|
+
var _ListKeyspacesCommand = class _ListKeyspacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1049
1033
|
return [
|
|
1050
1034
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1051
1035
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1059,9 +1043,7 @@ var ListKeyspacesCommand = _ListKeyspacesCommand;
|
|
|
1059
1043
|
|
|
1060
1044
|
|
|
1061
1045
|
|
|
1062
|
-
var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1063
|
-
...commonParams
|
|
1064
|
-
}).m(function(Command, cs, config, o) {
|
|
1046
|
+
var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1065
1047
|
return [
|
|
1066
1048
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1067
1049
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1075,9 +1057,7 @@ var ListTablesCommand = _ListTablesCommand;
|
|
|
1075
1057
|
|
|
1076
1058
|
|
|
1077
1059
|
|
|
1078
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1079
|
-
...commonParams
|
|
1080
|
-
}).m(function(Command, cs, config, o) {
|
|
1060
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1081
1061
|
return [
|
|
1082
1062
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1083
1063
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1091,9 +1071,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1091
1071
|
|
|
1092
1072
|
|
|
1093
1073
|
|
|
1094
|
-
var _RestoreTableCommand = class _RestoreTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1095
|
-
...commonParams
|
|
1096
|
-
}).m(function(Command, cs, config, o) {
|
|
1074
|
+
var _RestoreTableCommand = class _RestoreTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1097
1075
|
return [
|
|
1098
1076
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1099
1077
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1107,9 +1085,7 @@ var RestoreTableCommand = _RestoreTableCommand;
|
|
|
1107
1085
|
|
|
1108
1086
|
|
|
1109
1087
|
|
|
1110
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1111
|
-
...commonParams
|
|
1112
|
-
}).m(function(Command, cs, config, o) {
|
|
1088
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1113
1089
|
return [
|
|
1114
1090
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1115
1091
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1123,9 +1099,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1123
1099
|
|
|
1124
1100
|
|
|
1125
1101
|
|
|
1126
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1127
|
-
...commonParams
|
|
1128
|
-
}).m(function(Command, cs, config, o) {
|
|
1102
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1129
1103
|
return [
|
|
1130
1104
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1131
1105
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1139,9 +1113,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1139
1113
|
|
|
1140
1114
|
|
|
1141
1115
|
|
|
1142
|
-
var _UpdateTableCommand = class _UpdateTableCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1143
|
-
...commonParams
|
|
1144
|
-
}).m(function(Command, cs, config, o) {
|
|
1116
|
+
var _UpdateTableCommand = class _UpdateTableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1145
1117
|
return [
|
|
1146
1118
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1147
1119
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateKeyspaceCommand, se_CreateKeyspaceCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateKeyspaceCommand 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_CreateTableCommand, se_CreateTableCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateTableCommand 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_DeleteKeyspaceCommand, se_DeleteKeyspaceCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteKeyspaceCommand 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_DeleteTableCommand, se_DeleteTableCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteTableCommand 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_GetKeyspaceCommand, se_GetKeyspaceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetKeyspaceCommand 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_GetTableAutoScalingSettingsCommand, se_GetTableAutoScalingSettingsCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTableAutoScalingSettingsCommand 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_GetTableCommand, se_GetTableCommand } from "../protocols/Aws_json1_0
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTableCommand 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_ListKeyspacesCommand, se_ListKeyspacesCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListKeyspacesCommand 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),
|
|
@@ -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_RestoreTableCommand, se_RestoreTableCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RestoreTableCommand 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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand 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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand 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_UpdateTableCommand, se_UpdateTableCommand } from "../protocols/Aws_j
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateTableCommand 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-keyspaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Keyspaces 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-keyspaces",
|
|
@@ -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",
|