@aws-sdk/token-providers 3.478.0 → 3.484.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/bundle/client-sso-oidc-browser.js +6 -6
- package/dist-cjs/bundle/client-sso-oidc-node.js +6 -6
- package/dist-es/bundle/client-sso-oidc-browser.js +6 -6
- package/dist-es/bundle/client-sso-oidc-node.js +6 -6
- package/dist-types/bundle/client-sso-oidc-browser.d.ts +21 -17
- package/dist-types/bundle/client-sso-oidc-node.d.ts +21 -17
- package/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts +8 -8
- package/dist-types/ts3.4/bundle/client-sso-oidc-node.d.ts +8 -8
- package/package.json +8 -8
|
@@ -890,7 +890,7 @@ var loadRestJsonErrorCode = (output, data) => {
|
|
|
890
890
|
return sanitizeErrorCode(data["__type"]);
|
|
891
891
|
}
|
|
892
892
|
};
|
|
893
|
-
|
|
893
|
+
class CreateTokenCommand extends smithy_client_6.Command {
|
|
894
894
|
constructor(input) {
|
|
895
895
|
super();
|
|
896
896
|
this.input = input;
|
|
@@ -930,13 +930,13 @@ var CreateTokenCommand = class _CreateTokenCommand extends smithy_client_6.Comma
|
|
|
930
930
|
deserialize(output, context) {
|
|
931
931
|
return de_CreateTokenCommand(output, context);
|
|
932
932
|
}
|
|
933
|
-
}
|
|
933
|
+
}
|
|
934
934
|
exports.CreateTokenCommand = CreateTokenCommand;
|
|
935
935
|
const middleware_endpoint_3 = require("@smithy/middleware-endpoint");
|
|
936
936
|
const middleware_serde_2 = require("@smithy/middleware-serde");
|
|
937
937
|
const smithy_client_9 = require("@smithy/smithy-client");
|
|
938
938
|
const types_2 = require("@smithy/types");
|
|
939
|
-
|
|
939
|
+
class RegisterClientCommand extends smithy_client_9.Command {
|
|
940
940
|
constructor(input) {
|
|
941
941
|
super();
|
|
942
942
|
this.input = input;
|
|
@@ -976,12 +976,12 @@ var RegisterClientCommand = class _RegisterClientCommand extends smithy_client_9
|
|
|
976
976
|
deserialize(output, context) {
|
|
977
977
|
return de_RegisterClientCommand(output, context);
|
|
978
978
|
}
|
|
979
|
-
}
|
|
979
|
+
}
|
|
980
980
|
const middleware_endpoint_4 = require("@smithy/middleware-endpoint");
|
|
981
981
|
const middleware_serde_3 = require("@smithy/middleware-serde");
|
|
982
982
|
const smithy_client_10 = require("@smithy/smithy-client");
|
|
983
983
|
const types_3 = require("@smithy/types");
|
|
984
|
-
|
|
984
|
+
class StartDeviceAuthorizationCommand extends smithy_client_10.Command {
|
|
985
985
|
constructor(input) {
|
|
986
986
|
super();
|
|
987
987
|
this.input = input;
|
|
@@ -1021,7 +1021,7 @@ var StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand ext
|
|
|
1021
1021
|
deserialize(output, context) {
|
|
1022
1022
|
return de_StartDeviceAuthorizationCommand(output, context);
|
|
1023
1023
|
}
|
|
1024
|
-
}
|
|
1024
|
+
}
|
|
1025
1025
|
var commands = {
|
|
1026
1026
|
CreateTokenCommand,
|
|
1027
1027
|
RegisterClientCommand,
|
|
@@ -896,7 +896,7 @@ var loadRestJsonErrorCode = (output, data) => {
|
|
|
896
896
|
return sanitizeErrorCode(data["__type"]);
|
|
897
897
|
}
|
|
898
898
|
};
|
|
899
|
-
|
|
899
|
+
class CreateTokenCommand extends smithy_client_7.Command {
|
|
900
900
|
constructor(input) {
|
|
901
901
|
super();
|
|
902
902
|
this.input = input;
|
|
@@ -936,13 +936,13 @@ var CreateTokenCommand = class _CreateTokenCommand extends smithy_client_7.Comma
|
|
|
936
936
|
deserialize(output, context) {
|
|
937
937
|
return de_CreateTokenCommand(output, context);
|
|
938
938
|
}
|
|
939
|
-
}
|
|
939
|
+
}
|
|
940
940
|
exports.CreateTokenCommand = CreateTokenCommand;
|
|
941
941
|
const middleware_endpoint_3 = require("@smithy/middleware-endpoint");
|
|
942
942
|
const middleware_serde_2 = require("@smithy/middleware-serde");
|
|
943
943
|
const smithy_client_10 = require("@smithy/smithy-client");
|
|
944
944
|
const types_2 = require("@smithy/types");
|
|
945
|
-
|
|
945
|
+
class RegisterClientCommand extends smithy_client_10.Command {
|
|
946
946
|
constructor(input) {
|
|
947
947
|
super();
|
|
948
948
|
this.input = input;
|
|
@@ -982,12 +982,12 @@ var RegisterClientCommand = class _RegisterClientCommand extends smithy_client_1
|
|
|
982
982
|
deserialize(output, context) {
|
|
983
983
|
return de_RegisterClientCommand(output, context);
|
|
984
984
|
}
|
|
985
|
-
}
|
|
985
|
+
}
|
|
986
986
|
const middleware_endpoint_4 = require("@smithy/middleware-endpoint");
|
|
987
987
|
const middleware_serde_3 = require("@smithy/middleware-serde");
|
|
988
988
|
const smithy_client_11 = require("@smithy/smithy-client");
|
|
989
989
|
const types_3 = require("@smithy/types");
|
|
990
|
-
|
|
990
|
+
class StartDeviceAuthorizationCommand extends smithy_client_11.Command {
|
|
991
991
|
constructor(input) {
|
|
992
992
|
super();
|
|
993
993
|
this.input = input;
|
|
@@ -1027,7 +1027,7 @@ var StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand ext
|
|
|
1027
1027
|
deserialize(output, context) {
|
|
1028
1028
|
return de_StartDeviceAuthorizationCommand(output, context);
|
|
1029
1029
|
}
|
|
1030
|
-
}
|
|
1030
|
+
}
|
|
1031
1031
|
var commands = {
|
|
1032
1032
|
CreateTokenCommand,
|
|
1033
1033
|
RegisterClientCommand,
|
|
@@ -868,7 +868,7 @@ var loadRestJsonErrorCode = (output, data) => {
|
|
|
868
868
|
return sanitizeErrorCode(data["__type"]);
|
|
869
869
|
}
|
|
870
870
|
};
|
|
871
|
-
|
|
871
|
+
class CreateTokenCommand extends $Command {
|
|
872
872
|
constructor(input) {
|
|
873
873
|
super();
|
|
874
874
|
this.input = input;
|
|
@@ -908,12 +908,12 @@ var CreateTokenCommand = class _CreateTokenCommand extends $Command {
|
|
|
908
908
|
deserialize(output, context) {
|
|
909
909
|
return de_CreateTokenCommand(output, context);
|
|
910
910
|
}
|
|
911
|
-
}
|
|
911
|
+
}
|
|
912
912
|
import { getEndpointPlugin as getEndpointPlugin2 } from "@smithy/middleware-endpoint";
|
|
913
913
|
import { getSerdePlugin as getSerdePlugin2 } from "@smithy/middleware-serde";
|
|
914
914
|
import { Command as $Command2 } from "@smithy/smithy-client";
|
|
915
915
|
import { SMITHY_CONTEXT_KEY as SMITHY_CONTEXT_KEY2 } from "@smithy/types";
|
|
916
|
-
|
|
916
|
+
class RegisterClientCommand extends $Command2 {
|
|
917
917
|
constructor(input) {
|
|
918
918
|
super();
|
|
919
919
|
this.input = input;
|
|
@@ -953,12 +953,12 @@ var RegisterClientCommand = class _RegisterClientCommand extends $Command2 {
|
|
|
953
953
|
deserialize(output, context) {
|
|
954
954
|
return de_RegisterClientCommand(output, context);
|
|
955
955
|
}
|
|
956
|
-
}
|
|
956
|
+
}
|
|
957
957
|
import { getEndpointPlugin as getEndpointPlugin3 } from "@smithy/middleware-endpoint";
|
|
958
958
|
import { getSerdePlugin as getSerdePlugin3 } from "@smithy/middleware-serde";
|
|
959
959
|
import { Command as $Command3 } from "@smithy/smithy-client";
|
|
960
960
|
import { SMITHY_CONTEXT_KEY as SMITHY_CONTEXT_KEY3 } from "@smithy/types";
|
|
961
|
-
|
|
961
|
+
class StartDeviceAuthorizationCommand extends $Command3 {
|
|
962
962
|
constructor(input) {
|
|
963
963
|
super();
|
|
964
964
|
this.input = input;
|
|
@@ -998,7 +998,7 @@ var StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand ext
|
|
|
998
998
|
deserialize(output, context) {
|
|
999
999
|
return de_StartDeviceAuthorizationCommand(output, context);
|
|
1000
1000
|
}
|
|
1001
|
-
}
|
|
1001
|
+
}
|
|
1002
1002
|
var commands = {
|
|
1003
1003
|
CreateTokenCommand,
|
|
1004
1004
|
RegisterClientCommand,
|
|
@@ -875,7 +875,7 @@ var loadRestJsonErrorCode = (output, data) => {
|
|
|
875
875
|
return sanitizeErrorCode(data["__type"]);
|
|
876
876
|
}
|
|
877
877
|
};
|
|
878
|
-
|
|
878
|
+
class CreateTokenCommand extends $Command {
|
|
879
879
|
constructor(input) {
|
|
880
880
|
super();
|
|
881
881
|
this.input = input;
|
|
@@ -915,12 +915,12 @@ var CreateTokenCommand = class _CreateTokenCommand extends $Command {
|
|
|
915
915
|
deserialize(output, context) {
|
|
916
916
|
return de_CreateTokenCommand(output, context);
|
|
917
917
|
}
|
|
918
|
-
}
|
|
918
|
+
}
|
|
919
919
|
import { getEndpointPlugin as getEndpointPlugin2 } from "@smithy/middleware-endpoint";
|
|
920
920
|
import { getSerdePlugin as getSerdePlugin2 } from "@smithy/middleware-serde";
|
|
921
921
|
import { Command as $Command2 } from "@smithy/smithy-client";
|
|
922
922
|
import { SMITHY_CONTEXT_KEY as SMITHY_CONTEXT_KEY2 } from "@smithy/types";
|
|
923
|
-
|
|
923
|
+
class RegisterClientCommand extends $Command2 {
|
|
924
924
|
constructor(input) {
|
|
925
925
|
super();
|
|
926
926
|
this.input = input;
|
|
@@ -960,12 +960,12 @@ var RegisterClientCommand = class _RegisterClientCommand extends $Command2 {
|
|
|
960
960
|
deserialize(output, context) {
|
|
961
961
|
return de_RegisterClientCommand(output, context);
|
|
962
962
|
}
|
|
963
|
-
}
|
|
963
|
+
}
|
|
964
964
|
import { getEndpointPlugin as getEndpointPlugin3 } from "@smithy/middleware-endpoint";
|
|
965
965
|
import { getSerdePlugin as getSerdePlugin3 } from "@smithy/middleware-serde";
|
|
966
966
|
import { Command as $Command3 } from "@smithy/smithy-client";
|
|
967
967
|
import { SMITHY_CONTEXT_KEY as SMITHY_CONTEXT_KEY3 } from "@smithy/types";
|
|
968
|
-
|
|
968
|
+
class StartDeviceAuthorizationCommand extends $Command3 {
|
|
969
969
|
constructor(input) {
|
|
970
970
|
super();
|
|
971
971
|
this.input = input;
|
|
@@ -1005,7 +1005,7 @@ var StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand ext
|
|
|
1005
1005
|
deserialize(output, context) {
|
|
1006
1006
|
return de_StartDeviceAuthorizationCommand(output, context);
|
|
1007
1007
|
}
|
|
1008
|
-
}
|
|
1008
|
+
}
|
|
1009
1009
|
var commands = {
|
|
1010
1010
|
CreateTokenCommand,
|
|
1011
1011
|
RegisterClientCommand,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
/// <reference types="node" />
|
|
2
3
|
declare var SSOOIDCClient: {
|
|
3
4
|
new (__0_0: any): {
|
|
@@ -9,6 +10,7 @@ declare var SSOOIDCClient: {
|
|
|
9
10
|
destroy(): void;
|
|
10
11
|
};
|
|
11
12
|
};
|
|
13
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
12
14
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
13
15
|
declare var AccessDeniedException: {
|
|
14
16
|
new (opts: any): {
|
|
@@ -150,22 +152,12 @@ declare var UnsupportedGrantTypeException: {
|
|
|
150
152
|
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
|
151
153
|
stackTraceLimit: number;
|
|
152
154
|
};
|
|
153
|
-
declare
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
deserialize(output: any, context: any): Promise<any>;
|
|
167
|
-
};
|
|
168
|
-
getEndpointParameterInstructions(): {
|
|
155
|
+
declare class CreateTokenCommand extends $Command {
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
constructor(input: any);
|
|
160
|
+
static getEndpointParameterInstructions(): {
|
|
169
161
|
UseFIPS: {
|
|
170
162
|
type: string;
|
|
171
163
|
name: string;
|
|
@@ -183,5 +175,17 @@ declare var CreateTokenCommand: {
|
|
|
183
175
|
name: string;
|
|
184
176
|
};
|
|
185
177
|
};
|
|
186
|
-
|
|
178
|
+
/**
|
|
179
|
+
* @internal
|
|
180
|
+
*/
|
|
181
|
+
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
|
|
182
|
+
/**
|
|
183
|
+
* @internal
|
|
184
|
+
*/
|
|
185
|
+
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
186
|
+
/**
|
|
187
|
+
* @internal
|
|
188
|
+
*/
|
|
189
|
+
deserialize(output: any, context: any): Promise<any>;
|
|
190
|
+
}
|
|
187
191
|
export { AccessDeniedException, AuthorizationPendingException, CreateTokenCommand, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidRequestException, InvalidScopeException, SSOOIDCClient, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, };
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
1
2
|
/// <reference types="node" />
|
|
2
3
|
declare var SSOOIDCClient: {
|
|
3
4
|
new (__0_0: any): {
|
|
@@ -9,6 +10,7 @@ declare var SSOOIDCClient: {
|
|
|
9
10
|
destroy(): void;
|
|
10
11
|
};
|
|
11
12
|
};
|
|
13
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
12
14
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
13
15
|
declare var AccessDeniedException: {
|
|
14
16
|
new (opts: any): {
|
|
@@ -150,22 +152,12 @@ declare var UnsupportedGrantTypeException: {
|
|
|
150
152
|
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
|
151
153
|
stackTraceLimit: number;
|
|
152
154
|
};
|
|
153
|
-
declare
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
deserialize(output: any, context: any): Promise<any>;
|
|
167
|
-
};
|
|
168
|
-
getEndpointParameterInstructions(): {
|
|
155
|
+
declare class CreateTokenCommand extends $Command {
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
constructor(input: any);
|
|
160
|
+
static getEndpointParameterInstructions(): {
|
|
169
161
|
UseFIPS: {
|
|
170
162
|
type: string;
|
|
171
163
|
name: string;
|
|
@@ -183,5 +175,17 @@ declare var CreateTokenCommand: {
|
|
|
183
175
|
name: string;
|
|
184
176
|
};
|
|
185
177
|
};
|
|
186
|
-
|
|
178
|
+
/**
|
|
179
|
+
* @internal
|
|
180
|
+
*/
|
|
181
|
+
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
|
|
182
|
+
/**
|
|
183
|
+
* @internal
|
|
184
|
+
*/
|
|
185
|
+
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
186
|
+
/**
|
|
187
|
+
* @internal
|
|
188
|
+
*/
|
|
189
|
+
deserialize(output: any, context: any): Promise<any>;
|
|
190
|
+
}
|
|
187
191
|
export { AccessDeniedException, AuthorizationPendingException, CreateTokenCommand, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidRequestException, InvalidScopeException, SSOOIDCClient, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, };
|
|
@@ -3,6 +3,7 @@ declare var SSOOIDCClient: {
|
|
|
3
3
|
destroy(): void;
|
|
4
4
|
};
|
|
5
5
|
};
|
|
6
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
7
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
7
8
|
declare var AccessDeniedException: {
|
|
8
9
|
new (opts: any): {
|
|
@@ -194,13 +195,9 @@ declare var UnsupportedGrantTypeException: {
|
|
|
194
195
|
| undefined;
|
|
195
196
|
stackTraceLimit: number;
|
|
196
197
|
};
|
|
197
|
-
declare
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
201
|
-
deserialize(output: any, context: any): Promise<any>;
|
|
202
|
-
};
|
|
203
|
-
getEndpointParameterInstructions(): {
|
|
198
|
+
declare class CreateTokenCommand extends $Command {
|
|
199
|
+
constructor(input: any);
|
|
200
|
+
static getEndpointParameterInstructions(): {
|
|
204
201
|
UseFIPS: {
|
|
205
202
|
type: string;
|
|
206
203
|
name: string;
|
|
@@ -218,7 +215,10 @@ declare var CreateTokenCommand: {
|
|
|
218
215
|
name: string;
|
|
219
216
|
};
|
|
220
217
|
};
|
|
221
|
-
|
|
218
|
+
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
|
|
219
|
+
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
220
|
+
deserialize(output: any, context: any): Promise<any>;
|
|
221
|
+
}
|
|
222
222
|
export {
|
|
223
223
|
AccessDeniedException,
|
|
224
224
|
AuthorizationPendingException,
|
|
@@ -3,6 +3,7 @@ declare var SSOOIDCClient: {
|
|
|
3
3
|
destroy(): void;
|
|
4
4
|
};
|
|
5
5
|
};
|
|
6
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
6
7
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
7
8
|
declare var AccessDeniedException: {
|
|
8
9
|
new (opts: any): {
|
|
@@ -194,13 +195,9 @@ declare var UnsupportedGrantTypeException: {
|
|
|
194
195
|
| undefined;
|
|
195
196
|
stackTraceLimit: number;
|
|
196
197
|
};
|
|
197
|
-
declare
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
201
|
-
deserialize(output: any, context: any): Promise<any>;
|
|
202
|
-
};
|
|
203
|
-
getEndpointParameterInstructions(): {
|
|
198
|
+
declare class CreateTokenCommand extends $Command {
|
|
199
|
+
constructor(input: any);
|
|
200
|
+
static getEndpointParameterInstructions(): {
|
|
204
201
|
UseFIPS: {
|
|
205
202
|
type: string;
|
|
206
203
|
name: string;
|
|
@@ -218,7 +215,10 @@ declare var CreateTokenCommand: {
|
|
|
218
215
|
name: string;
|
|
219
216
|
};
|
|
220
217
|
};
|
|
221
|
-
|
|
218
|
+
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
|
|
219
|
+
serialize(input: any, context: any): Promise<__HttpRequest>;
|
|
220
|
+
deserialize(output: any, context: any): Promise<any>;
|
|
221
|
+
}
|
|
222
222
|
export {
|
|
223
223
|
AccessDeniedException,
|
|
224
224
|
AuthorizationPendingException,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/token-providers",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.484.0",
|
|
4
4
|
"description": "A collection of token providers",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
12
12
|
"build:es": "tsc -p tsconfig.es.json",
|
|
13
13
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
14
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
14
|
+
"build:types": "tsc -p tsconfig.types.json && node ./scripts/nocheck",
|
|
15
15
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
16
16
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
17
17
|
"extract:docs": "api-extractor run --local",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
35
35
|
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
36
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
36
|
+
"@aws-sdk/region-config-resolver": "3.484.0",
|
|
37
37
|
"@aws-sdk/types": "3.468.0",
|
|
38
38
|
"@aws-sdk/util-endpoints": "3.478.0",
|
|
39
39
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
40
40
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
41
|
-
"@smithy/config-resolver": "^2.0.
|
|
41
|
+
"@smithy/config-resolver": "^2.0.22",
|
|
42
42
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
43
43
|
"@smithy/hash-node": "^2.0.17",
|
|
44
44
|
"@smithy/invalid-dependency": "^2.0.15",
|
|
45
45
|
"@smithy/middleware-content-length": "^2.0.17",
|
|
46
46
|
"@smithy/middleware-endpoint": "^2.2.3",
|
|
47
|
-
"@smithy/middleware-retry": "^2.0.
|
|
47
|
+
"@smithy/middleware-retry": "^2.0.25",
|
|
48
48
|
"@smithy/middleware-serde": "^2.0.15",
|
|
49
49
|
"@smithy/middleware-stack": "^2.0.9",
|
|
50
50
|
"@smithy/node-config-provider": "^2.1.8",
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"@smithy/property-provider": "^2.0.0",
|
|
53
53
|
"@smithy/protocol-http": "^3.0.11",
|
|
54
54
|
"@smithy/shared-ini-file-loader": "^2.0.6",
|
|
55
|
-
"@smithy/smithy-client": "^2.
|
|
55
|
+
"@smithy/smithy-client": "^2.2.0",
|
|
56
56
|
"@smithy/types": "^2.7.0",
|
|
57
57
|
"@smithy/url-parser": "^2.0.15",
|
|
58
58
|
"@smithy/util-base64": "^2.0.1",
|
|
59
59
|
"@smithy/util-body-length-browser": "^2.0.1",
|
|
60
60
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
61
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
62
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
61
|
+
"@smithy/util-defaults-mode-browser": "^2.0.23",
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^2.0.31",
|
|
63
63
|
"@smithy/util-endpoints": "^1.0.7",
|
|
64
64
|
"@smithy/util-retry": "^2.0.8",
|
|
65
65
|
"@smithy/util-utf8": "^2.0.2",
|