@aws-sdk/client-workspaces-thin-client 3.835.0 → 3.839.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 +2 -19
- package/dist-es/commands/GetSoftwareSetCommand.js +1 -2
- package/dist-es/models/models_0.js +0 -10
- package/dist-es/protocols/Aws_restJson1.js +0 -3
- package/dist-types/commands/GetDeviceCommand.d.ts +0 -3
- package/dist-types/commands/GetEnvironmentCommand.d.ts +0 -3
- package/dist-types/commands/GetSoftwareSetCommand.d.ts +0 -3
- package/dist-types/models/models_0.d.ts +0 -29
- package/dist-types/ts3.4/models/models_0.d.ts +0 -7
- package/package.json +11 -11
package/dist-cjs/index.js
CHANGED
|
@@ -44,7 +44,6 @@ __export(index_exports, {
|
|
|
44
44
|
GetEnvironmentCommand: () => GetEnvironmentCommand,
|
|
45
45
|
GetEnvironmentResponseFilterSensitiveLog: () => GetEnvironmentResponseFilterSensitiveLog,
|
|
46
46
|
GetSoftwareSetCommand: () => GetSoftwareSetCommand,
|
|
47
|
-
GetSoftwareSetResponseFilterSensitiveLog: () => GetSoftwareSetResponseFilterSensitiveLog,
|
|
48
47
|
InternalServerException: () => InternalServerException,
|
|
49
48
|
ListDevicesCommand: () => ListDevicesCommand,
|
|
50
49
|
ListDevicesResponseFilterSensitiveLog: () => ListDevicesResponseFilterSensitiveLog,
|
|
@@ -56,7 +55,6 @@ __export(index_exports, {
|
|
|
56
55
|
MaintenanceWindowType: () => MaintenanceWindowType,
|
|
57
56
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
58
57
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
59
|
-
SoftwareSetFilterSensitiveLog: () => SoftwareSetFilterSensitiveLog,
|
|
60
58
|
SoftwareSetUpdateMode: () => SoftwareSetUpdateMode,
|
|
61
59
|
SoftwareSetUpdateSchedule: () => SoftwareSetUpdateSchedule,
|
|
62
60
|
SoftwareSetUpdateStatus: () => SoftwareSetUpdateStatus,
|
|
@@ -549,8 +547,7 @@ var CreateEnvironmentResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
|
|
|
549
547
|
}), "CreateEnvironmentResponseFilterSensitiveLog");
|
|
550
548
|
var DeviceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
551
549
|
...obj,
|
|
552
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
553
|
-
...obj.tags && { tags: import_smithy_client.SENSITIVE_STRING }
|
|
550
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
554
551
|
}), "DeviceFilterSensitiveLog");
|
|
555
552
|
var DeviceSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
556
553
|
...obj,
|
|
@@ -561,7 +558,6 @@ var EnvironmentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
561
558
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
562
559
|
...obj.desktopEndpoint && { desktopEndpoint: import_smithy_client.SENSITIVE_STRING },
|
|
563
560
|
...obj.activationCode && { activationCode: import_smithy_client.SENSITIVE_STRING },
|
|
564
|
-
...obj.tags && { tags: import_smithy_client.SENSITIVE_STRING },
|
|
565
561
|
...obj.deviceCreationTags && { deviceCreationTags: import_smithy_client.SENSITIVE_STRING }
|
|
566
562
|
}), "EnvironmentFilterSensitiveLog");
|
|
567
563
|
var GetDeviceResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
@@ -572,14 +568,6 @@ var GetEnvironmentResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
|
|
|
572
568
|
...obj,
|
|
573
569
|
...obj.environment && { environment: EnvironmentFilterSensitiveLog(obj.environment) }
|
|
574
570
|
}), "GetEnvironmentResponseFilterSensitiveLog");
|
|
575
|
-
var SoftwareSetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
576
|
-
...obj,
|
|
577
|
-
...obj.tags && { tags: import_smithy_client.SENSITIVE_STRING }
|
|
578
|
-
}), "SoftwareSetFilterSensitiveLog");
|
|
579
|
-
var GetSoftwareSetResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
580
|
-
...obj,
|
|
581
|
-
...obj.softwareSet && { softwareSet: SoftwareSetFilterSensitiveLog(obj.softwareSet) }
|
|
582
|
-
}), "GetSoftwareSetResponseFilterSensitiveLog");
|
|
583
571
|
var ListDevicesResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
584
572
|
...obj,
|
|
585
573
|
...obj.devices && { devices: obj.devices.map((item) => DeviceSummaryFilterSensitiveLog(item)) }
|
|
@@ -1345,7 +1333,6 @@ var de_Device = /* @__PURE__ */ __name((output, context) => {
|
|
|
1345
1333
|
softwareSetUpdateSchedule: import_smithy_client.expectString,
|
|
1346
1334
|
softwareSetUpdateStatus: import_smithy_client.expectString,
|
|
1347
1335
|
status: import_smithy_client.expectString,
|
|
1348
|
-
tags: import_smithy_client._json,
|
|
1349
1336
|
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1350
1337
|
});
|
|
1351
1338
|
}, "de_Device");
|
|
@@ -1394,7 +1381,6 @@ var de_Environment = /* @__PURE__ */ __name((output, context) => {
|
|
|
1394
1381
|
softwareSetComplianceStatus: import_smithy_client.expectString,
|
|
1395
1382
|
softwareSetUpdateMode: import_smithy_client.expectString,
|
|
1396
1383
|
softwareSetUpdateSchedule: import_smithy_client.expectString,
|
|
1397
|
-
tags: import_smithy_client._json,
|
|
1398
1384
|
updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
|
|
1399
1385
|
});
|
|
1400
1386
|
}, "de_Environment");
|
|
@@ -1429,7 +1415,6 @@ var de_SoftwareSet = /* @__PURE__ */ __name((output, context) => {
|
|
|
1429
1415
|
releasedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "releasedAt"),
|
|
1430
1416
|
software: import_smithy_client._json,
|
|
1431
1417
|
supportedUntil: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "supportedUntil"),
|
|
1432
|
-
tags: import_smithy_client._json,
|
|
1433
1418
|
validationStatus: import_smithy_client.expectString,
|
|
1434
1419
|
version: import_smithy_client.expectString
|
|
1435
1420
|
});
|
|
@@ -1559,7 +1544,7 @@ var GetSoftwareSetCommand = class extends import_smithy_client.Command.classBuil
|
|
|
1559
1544
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1560
1545
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1561
1546
|
];
|
|
1562
|
-
}).s("ThinClient", "GetSoftwareSet", {}).n("WorkSpacesThinClientClient", "GetSoftwareSetCommand").f(void 0,
|
|
1547
|
+
}).s("ThinClient", "GetSoftwareSet", {}).n("WorkSpacesThinClientClient", "GetSoftwareSetCommand").f(void 0, void 0).ser(se_GetSoftwareSetCommand).de(de_GetSoftwareSetCommand).build() {
|
|
1563
1548
|
static {
|
|
1564
1549
|
__name(this, "GetSoftwareSetCommand");
|
|
1565
1550
|
}
|
|
@@ -1796,8 +1781,6 @@ var WorkSpacesThin = WorkSpacesThinClient;
|
|
|
1796
1781
|
EnvironmentFilterSensitiveLog,
|
|
1797
1782
|
GetDeviceResponseFilterSensitiveLog,
|
|
1798
1783
|
GetEnvironmentResponseFilterSensitiveLog,
|
|
1799
|
-
SoftwareSetFilterSensitiveLog,
|
|
1800
|
-
GetSoftwareSetResponseFilterSensitiveLog,
|
|
1801
1784
|
ListDevicesResponseFilterSensitiveLog,
|
|
1802
1785
|
ListEnvironmentsResponseFilterSensitiveLog,
|
|
1803
1786
|
ListTagsForResourceResponseFilterSensitiveLog,
|
|
@@ -2,7 +2,6 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { GetSoftwareSetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
6
5
|
import { de_GetSoftwareSetCommand, se_GetSoftwareSetCommand } from "../protocols/Aws_restJson1";
|
|
7
6
|
export { $Command };
|
|
8
7
|
export class GetSoftwareSetCommand extends $Command
|
|
@@ -16,7 +15,7 @@ export class GetSoftwareSetCommand extends $Command
|
|
|
16
15
|
})
|
|
17
16
|
.s("ThinClient", "GetSoftwareSet", {})
|
|
18
17
|
.n("WorkSpacesThinClientClient", "GetSoftwareSetCommand")
|
|
19
|
-
.f(void 0,
|
|
18
|
+
.f(void 0, void 0)
|
|
20
19
|
.ser(se_GetSoftwareSetCommand)
|
|
21
20
|
.de(de_GetSoftwareSetCommand)
|
|
22
21
|
.build() {
|
|
@@ -197,7 +197,6 @@ export const CreateEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
|
197
197
|
export const DeviceFilterSensitiveLog = (obj) => ({
|
|
198
198
|
...obj,
|
|
199
199
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
200
|
-
...(obj.tags && { tags: SENSITIVE_STRING }),
|
|
201
200
|
});
|
|
202
201
|
export const DeviceSummaryFilterSensitiveLog = (obj) => ({
|
|
203
202
|
...obj,
|
|
@@ -208,7 +207,6 @@ export const EnvironmentFilterSensitiveLog = (obj) => ({
|
|
|
208
207
|
...(obj.name && { name: SENSITIVE_STRING }),
|
|
209
208
|
...(obj.desktopEndpoint && { desktopEndpoint: SENSITIVE_STRING }),
|
|
210
209
|
...(obj.activationCode && { activationCode: SENSITIVE_STRING }),
|
|
211
|
-
...(obj.tags && { tags: SENSITIVE_STRING }),
|
|
212
210
|
...(obj.deviceCreationTags && { deviceCreationTags: SENSITIVE_STRING }),
|
|
213
211
|
});
|
|
214
212
|
export const GetDeviceResponseFilterSensitiveLog = (obj) => ({
|
|
@@ -219,14 +217,6 @@ export const GetEnvironmentResponseFilterSensitiveLog = (obj) => ({
|
|
|
219
217
|
...obj,
|
|
220
218
|
...(obj.environment && { environment: EnvironmentFilterSensitiveLog(obj.environment) }),
|
|
221
219
|
});
|
|
222
|
-
export const SoftwareSetFilterSensitiveLog = (obj) => ({
|
|
223
|
-
...obj,
|
|
224
|
-
...(obj.tags && { tags: SENSITIVE_STRING }),
|
|
225
|
-
});
|
|
226
|
-
export const GetSoftwareSetResponseFilterSensitiveLog = (obj) => ({
|
|
227
|
-
...obj,
|
|
228
|
-
...(obj.softwareSet && { softwareSet: SoftwareSetFilterSensitiveLog(obj.softwareSet) }),
|
|
229
|
-
});
|
|
230
220
|
export const ListDevicesResponseFilterSensitiveLog = (obj) => ({
|
|
231
221
|
...obj,
|
|
232
222
|
...(obj.devices && { devices: obj.devices.map((item) => DeviceSummaryFilterSensitiveLog(item)) }),
|
|
@@ -713,7 +713,6 @@ const de_Device = (output, context) => {
|
|
|
713
713
|
softwareSetUpdateSchedule: __expectString,
|
|
714
714
|
softwareSetUpdateStatus: __expectString,
|
|
715
715
|
status: __expectString,
|
|
716
|
-
tags: _json,
|
|
717
716
|
updatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
718
717
|
});
|
|
719
718
|
};
|
|
@@ -764,7 +763,6 @@ const de_Environment = (output, context) => {
|
|
|
764
763
|
softwareSetComplianceStatus: __expectString,
|
|
765
764
|
softwareSetUpdateMode: __expectString,
|
|
766
765
|
softwareSetUpdateSchedule: __expectString,
|
|
767
|
-
tags: _json,
|
|
768
766
|
updatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
769
767
|
});
|
|
770
768
|
};
|
|
@@ -801,7 +799,6 @@ const de_SoftwareSet = (output, context) => {
|
|
|
801
799
|
releasedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
802
800
|
software: _json,
|
|
803
801
|
supportedUntil: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
804
|
-
tags: _json,
|
|
805
802
|
validationStatus: __expectString,
|
|
806
803
|
version: __expectString,
|
|
807
804
|
});
|
|
@@ -69,9 +69,6 @@ declare const GetEnvironmentCommand_base: {
|
|
|
69
69
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
70
70
|
* // arn: "STRING_VALUE",
|
|
71
71
|
* // kmsKeyArn: "STRING_VALUE",
|
|
72
|
-
* // tags: { // TagsMap
|
|
73
|
-
* // "<keys>": "STRING_VALUE",
|
|
74
|
-
* // },
|
|
75
72
|
* // deviceCreationTags: { // DeviceCreationTagsMap
|
|
76
73
|
* // "<keys>": "STRING_VALUE",
|
|
77
74
|
* // },
|
|
@@ -671,13 +671,6 @@ export interface Device {
|
|
|
671
671
|
* @public
|
|
672
672
|
*/
|
|
673
673
|
kmsKeyArn?: string | undefined;
|
|
674
|
-
/**
|
|
675
|
-
* <p>The tag keys and optional values for the resource.</p>
|
|
676
|
-
*
|
|
677
|
-
* @deprecated
|
|
678
|
-
* @public
|
|
679
|
-
*/
|
|
680
|
-
tags?: Record<string, string> | undefined;
|
|
681
674
|
}
|
|
682
675
|
/**
|
|
683
676
|
* <p>Describes a thin client device.</p>
|
|
@@ -868,13 +861,6 @@ export interface Environment {
|
|
|
868
861
|
* @public
|
|
869
862
|
*/
|
|
870
863
|
kmsKeyArn?: string | undefined;
|
|
871
|
-
/**
|
|
872
|
-
* <p>The tag keys and optional values for the resource.</p>
|
|
873
|
-
*
|
|
874
|
-
* @deprecated
|
|
875
|
-
* @public
|
|
876
|
-
*/
|
|
877
|
-
tags?: Record<string, string> | undefined;
|
|
878
864
|
/**
|
|
879
865
|
* <p>The tag keys and optional values for the newly created devices for this environment.</p>
|
|
880
866
|
* @public
|
|
@@ -999,13 +985,6 @@ export interface SoftwareSet {
|
|
|
999
985
|
* @public
|
|
1000
986
|
*/
|
|
1001
987
|
arn?: string | undefined;
|
|
1002
|
-
/**
|
|
1003
|
-
* <p>The tag keys and optional values for the resource.</p>
|
|
1004
|
-
*
|
|
1005
|
-
* @deprecated
|
|
1006
|
-
* @public
|
|
1007
|
-
*/
|
|
1008
|
-
tags?: Record<string, string> | undefined;
|
|
1009
988
|
}
|
|
1010
989
|
/**
|
|
1011
990
|
* @public
|
|
@@ -1350,14 +1329,6 @@ export declare const GetDeviceResponseFilterSensitiveLog: (obj: GetDeviceRespons
|
|
|
1350
1329
|
* @internal
|
|
1351
1330
|
*/
|
|
1352
1331
|
export declare const GetEnvironmentResponseFilterSensitiveLog: (obj: GetEnvironmentResponse) => any;
|
|
1353
|
-
/**
|
|
1354
|
-
* @internal
|
|
1355
|
-
*/
|
|
1356
|
-
export declare const SoftwareSetFilterSensitiveLog: (obj: SoftwareSet) => any;
|
|
1357
|
-
/**
|
|
1358
|
-
* @internal
|
|
1359
|
-
*/
|
|
1360
|
-
export declare const GetSoftwareSetResponseFilterSensitiveLog: (obj: GetSoftwareSetResponse) => any;
|
|
1361
1332
|
/**
|
|
1362
1333
|
* @internal
|
|
1363
1334
|
*/
|
|
@@ -217,7 +217,6 @@ export interface Device {
|
|
|
217
217
|
updatedAt?: Date | undefined;
|
|
218
218
|
arn?: string | undefined;
|
|
219
219
|
kmsKeyArn?: string | undefined;
|
|
220
|
-
tags?: Record<string, string> | undefined;
|
|
221
220
|
}
|
|
222
221
|
export interface DeviceSummary {
|
|
223
222
|
id?: string | undefined;
|
|
@@ -264,7 +263,6 @@ export interface Environment {
|
|
|
264
263
|
updatedAt?: Date | undefined;
|
|
265
264
|
arn?: string | undefined;
|
|
266
265
|
kmsKeyArn?: string | undefined;
|
|
267
|
-
tags?: Record<string, string> | undefined;
|
|
268
266
|
deviceCreationTags?: Record<string, string> | undefined;
|
|
269
267
|
}
|
|
270
268
|
export interface GetDeviceRequest {
|
|
@@ -300,7 +298,6 @@ export interface SoftwareSet {
|
|
|
300
298
|
validationStatus?: SoftwareSetValidationStatus | undefined;
|
|
301
299
|
software?: Software[] | undefined;
|
|
302
300
|
arn?: string | undefined;
|
|
303
|
-
tags?: Record<string, string> | undefined;
|
|
304
301
|
}
|
|
305
302
|
export interface GetSoftwareSetResponse {
|
|
306
303
|
softwareSet?: SoftwareSet | undefined;
|
|
@@ -401,10 +398,6 @@ export declare const GetDeviceResponseFilterSensitiveLog: (
|
|
|
401
398
|
export declare const GetEnvironmentResponseFilterSensitiveLog: (
|
|
402
399
|
obj: GetEnvironmentResponse
|
|
403
400
|
) => any;
|
|
404
|
-
export declare const SoftwareSetFilterSensitiveLog: (obj: SoftwareSet) => any;
|
|
405
|
-
export declare const GetSoftwareSetResponseFilterSensitiveLog: (
|
|
406
|
-
obj: GetSoftwareSetResponse
|
|
407
|
-
) => any;
|
|
408
401
|
export declare const ListDevicesResponseFilterSensitiveLog: (
|
|
409
402
|
obj: ListDevicesResponse
|
|
410
403
|
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workspaces-thin-client",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workspaces Thin Client Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.839.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-workspaces-thin-client",
|
|
@@ -20,38 +20,38 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.839.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.839.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.821.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.821.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.821.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.839.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.821.0",
|
|
30
30
|
"@aws-sdk/types": "3.821.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.828.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.821.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.839.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
|
-
"@smithy/core": "^3.
|
|
35
|
+
"@smithy/core": "^3.6.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.4",
|
|
37
37
|
"@smithy/hash-node": "^4.0.4",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.13",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.14",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.8",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.4",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.3",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.6",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.2",
|
|
47
|
-
"@smithy/smithy-client": "^4.4.
|
|
47
|
+
"@smithy/smithy-client": "^4.4.5",
|
|
48
48
|
"@smithy/types": "^4.3.1",
|
|
49
49
|
"@smithy/url-parser": "^4.0.4",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.21",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.21",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.6",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.4",
|
|
57
57
|
"@smithy/util-retry": "^4.0.6",
|