@aws-sdk/client-workspaces-thin-client 3.987.0 → 3.989.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 +35 -689
- package/dist-cjs/models/WorkSpacesThinClientServiceException.js +12 -0
- package/dist-cjs/models/errors.js +123 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +493 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +49 -43
- package/dist-types/schemas/schemas_0.d.ts +13 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -6
- package/package.json +13 -13
|
@@ -126,7 +126,7 @@ const _rAe = "releasedAt";
|
|
|
126
126
|
const _rDC = "registeredDevicesCount";
|
|
127
127
|
const _rI = "resourceId";
|
|
128
128
|
const _rT = "resourceType";
|
|
129
|
-
const _s = "
|
|
129
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.workspacesthinclient";
|
|
130
130
|
const _sC = "serviceCode";
|
|
131
131
|
const _sN = "serialNumber";
|
|
132
132
|
const _sS = "softwareSet";
|
|
@@ -139,8 +139,8 @@ const _sTH = "startTimeHour";
|
|
|
139
139
|
const _sTM = "startTimeMinute";
|
|
140
140
|
const _sU = "supportedUntil";
|
|
141
141
|
const _se = "server";
|
|
142
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.workspacesthinclient";
|
|
143
142
|
const _so = "software";
|
|
143
|
+
const _st = "status";
|
|
144
144
|
const _t = "tags";
|
|
145
145
|
const _tDS = "targetDeviceStatus";
|
|
146
146
|
const _tK = "tagKeys";
|
|
@@ -152,23 +152,61 @@ const n0 = "com.amazonaws.workspacesthinclient";
|
|
|
152
152
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
153
153
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
154
154
|
import { WorkSpacesThinClientServiceException } from "../models/WorkSpacesThinClientServiceException";
|
|
155
|
-
|
|
156
|
-
var
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
var UserId = [0, n0, _UI, 8, 0];
|
|
155
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
156
|
+
export var WorkSpacesThinClientServiceException$ = [-3, _s, "WorkSpacesThinClientServiceException", 0, [], []];
|
|
157
|
+
_s_registry.registerError(WorkSpacesThinClientServiceException$, WorkSpacesThinClientServiceException);
|
|
158
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
160
159
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
161
160
|
{ [_e]: _c, [_hE]: 403 },
|
|
162
161
|
[_m],
|
|
163
162
|
[0]
|
|
164
163
|
];
|
|
165
|
-
|
|
164
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
166
165
|
export var ConflictException$ = [-3, n0, _CE,
|
|
167
166
|
{ [_e]: _c, [_hE]: 409 },
|
|
168
167
|
[_m, _rI, _rT],
|
|
169
168
|
[0, 0, 0]
|
|
170
169
|
];
|
|
171
|
-
|
|
170
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
171
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
172
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
173
|
+
[_m, _rAS],
|
|
174
|
+
[0, [1, { [_hH]: _RA }]]
|
|
175
|
+
];
|
|
176
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
177
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
178
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
179
|
+
[_m, _rI, _rT],
|
|
180
|
+
[0, 0, 0]
|
|
181
|
+
];
|
|
182
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
183
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
184
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
185
|
+
[_m, _rI, _rT, _sC, _qC],
|
|
186
|
+
[0, 0, 0, 0, 0]
|
|
187
|
+
];
|
|
188
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
189
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
190
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
191
|
+
[_m, _sC, _qC, _rAS],
|
|
192
|
+
[0, 0, 0, [1, { [_hH]: _RA }]]
|
|
193
|
+
];
|
|
194
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
195
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
196
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
197
|
+
[_m, _r, _fL],
|
|
198
|
+
[0, 0, () => ValidationExceptionFieldList]
|
|
199
|
+
];
|
|
200
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
201
|
+
export const errorTypeRegistries = [
|
|
202
|
+
_s_registry,
|
|
203
|
+
n0_registry,
|
|
204
|
+
];
|
|
205
|
+
var ActivationCode = [0, n0, _AC, 8, 0];
|
|
206
|
+
var DesktopEndpoint = [0, n0, _DE, 8, 0];
|
|
207
|
+
var DeviceName = [0, n0, _DN, 8, 0];
|
|
208
|
+
var EnvironmentName = [0, n0, _EN, 8, 0];
|
|
209
|
+
var UserId = [0, n0, _UI, 8, 0];
|
|
172
210
|
export var CreateEnvironmentRequest$ = [3, n0, _CER,
|
|
173
211
|
0,
|
|
174
212
|
[_dA, _n, _dE, _sSUS, _mW, _sSUM, _dSSI, _kKA, _cT, _t, _dCT],
|
|
@@ -211,12 +249,12 @@ export var DeregisterDeviceResponse$ = [3, n0, _DDRere,
|
|
|
211
249
|
];
|
|
212
250
|
export var Device$ = [3, n0, _D,
|
|
213
251
|
0,
|
|
214
|
-
[_i, _sN, _n, _mo, _eI,
|
|
252
|
+
[_i, _sN, _n, _mo, _eI, _st, _cSSI, _cSSV, _dSSI, _pSSI, _pSSV, _sSUS, _sSCS, _sSUSo, _lCA, _lPA, _cA, _uA, _a, _kKA, _lUI],
|
|
215
253
|
[0, 0, [() => DeviceName, 0], 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 0, 0, [() => UserId, 0]]
|
|
216
254
|
];
|
|
217
255
|
export var DeviceSummary$ = [3, n0, _DS,
|
|
218
256
|
0,
|
|
219
|
-
[_i, _sN, _n, _mo, _eI,
|
|
257
|
+
[_i, _sN, _n, _mo, _eI, _st, _cSSI, _dSSI, _pSSI, _sSUS, _lCA, _lPA, _cA, _uA, _a, _lUI],
|
|
220
258
|
[0, 0, [() => DeviceName, 0], 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 0, [() => UserId, 0]]
|
|
221
259
|
];
|
|
222
260
|
export var Environment$ = [3, n0, _E,
|
|
@@ -259,12 +297,6 @@ export var GetSoftwareSetResponse$ = [3, n0, _GSSRe,
|
|
|
259
297
|
[_sS],
|
|
260
298
|
[() => SoftwareSet$]
|
|
261
299
|
];
|
|
262
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
263
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
264
|
-
[_m, _rAS],
|
|
265
|
-
[0, [1, { [_hH]: _RA }]]
|
|
266
|
-
];
|
|
267
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
268
300
|
export var ListDevicesRequest$ = [3, n0, _LDR,
|
|
269
301
|
0,
|
|
270
302
|
[_nT, _mR],
|
|
@@ -310,18 +342,6 @@ export var MaintenanceWindow$ = [3, n0, _MW,
|
|
|
310
342
|
[_ty, _sTH, _sTM, _eTH, _eTM, _dOTW, _aTO],
|
|
311
343
|
[0, 1, 1, 1, 1, 64 | 0, 0], 1
|
|
312
344
|
];
|
|
313
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
314
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
315
|
-
[_m, _rI, _rT],
|
|
316
|
-
[0, 0, 0]
|
|
317
|
-
];
|
|
318
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
319
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
320
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
321
|
-
[_m, _rI, _rT, _sC, _qC],
|
|
322
|
-
[0, 0, 0, 0, 0]
|
|
323
|
-
];
|
|
324
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
325
345
|
export var Software$ = [3, n0, _S,
|
|
326
346
|
0,
|
|
327
347
|
[_n, _v],
|
|
@@ -347,12 +367,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
347
367
|
[],
|
|
348
368
|
[]
|
|
349
369
|
];
|
|
350
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
351
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
352
|
-
[_m, _sC, _qC, _rAS],
|
|
353
|
-
[0, 0, 0, [1, { [_hH]: _RA }]]
|
|
354
|
-
];
|
|
355
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
356
370
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
357
371
|
0,
|
|
358
372
|
[_rA, _tK],
|
|
@@ -393,19 +407,11 @@ export var UpdateSoftwareSetResponse$ = [3, n0, _USSRp,
|
|
|
393
407
|
[],
|
|
394
408
|
[]
|
|
395
409
|
];
|
|
396
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
397
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
398
|
-
[_m, _r, _fL],
|
|
399
|
-
[0, 0, () => ValidationExceptionFieldList]
|
|
400
|
-
];
|
|
401
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
402
410
|
export var ValidationExceptionField$ = [3, n0, _VEF,
|
|
403
411
|
0,
|
|
404
412
|
[_n, _m],
|
|
405
413
|
[0, 0], 2
|
|
406
414
|
];
|
|
407
|
-
export var WorkSpacesThinClientServiceException$ = [-3, _sm, "WorkSpacesThinClientServiceException", 0, [], []];
|
|
408
|
-
TypeRegistry.for(_sm).registerError(WorkSpacesThinClientServiceException$, WorkSpacesThinClientServiceException);
|
|
409
415
|
var DayOfWeekList = 64 | 0;
|
|
410
416
|
var DeviceList = [1, n0, _DL,
|
|
411
417
|
0, [() => DeviceSummary$,
|
|
@@ -1,6 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var WorkSpacesThinClientServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
5
|
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
9
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
10
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
11
|
+
/**
|
|
12
|
+
* TypeRegistry instances containing modeled errors.
|
|
13
|
+
* @internal
|
|
14
|
+
*
|
|
15
|
+
*/
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
4
17
|
export declare var CreateEnvironmentRequest$: StaticStructureSchema;
|
|
5
18
|
export declare var CreateEnvironmentResponse$: StaticStructureSchema;
|
|
6
19
|
export declare var DeleteDeviceRequest$: StaticStructureSchema;
|
|
@@ -19,7 +32,6 @@ export declare var GetEnvironmentRequest$: StaticStructureSchema;
|
|
|
19
32
|
export declare var GetEnvironmentResponse$: StaticStructureSchema;
|
|
20
33
|
export declare var GetSoftwareSetRequest$: StaticStructureSchema;
|
|
21
34
|
export declare var GetSoftwareSetResponse$: StaticStructureSchema;
|
|
22
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
23
35
|
export declare var ListDevicesRequest$: StaticStructureSchema;
|
|
24
36
|
export declare var ListDevicesResponse$: StaticStructureSchema;
|
|
25
37
|
export declare var ListEnvironmentsRequest$: StaticStructureSchema;
|
|
@@ -29,14 +41,11 @@ export declare var ListSoftwareSetsResponse$: StaticStructureSchema;
|
|
|
29
41
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
30
42
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
31
43
|
export declare var MaintenanceWindow$: StaticStructureSchema;
|
|
32
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
33
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
34
44
|
export declare var Software$: StaticStructureSchema;
|
|
35
45
|
export declare var SoftwareSet$: StaticStructureSchema;
|
|
36
46
|
export declare var SoftwareSetSummary$: StaticStructureSchema;
|
|
37
47
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
38
48
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
39
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
40
49
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
41
50
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
42
51
|
export declare var UpdateDeviceRequest$: StaticStructureSchema;
|
|
@@ -45,9 +54,7 @@ export declare var UpdateEnvironmentRequest$: StaticStructureSchema;
|
|
|
45
54
|
export declare var UpdateEnvironmentResponse$: StaticStructureSchema;
|
|
46
55
|
export declare var UpdateSoftwareSetRequest$: StaticStructureSchema;
|
|
47
56
|
export declare var UpdateSoftwareSetResponse$: StaticStructureSchema;
|
|
48
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
49
57
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
50
|
-
export declare var WorkSpacesThinClientServiceException$: StaticErrorSchema;
|
|
51
58
|
export declare var CreateEnvironment$: StaticOperationSchema;
|
|
52
59
|
export declare var DeleteDevice$: StaticOperationSchema;
|
|
53
60
|
export declare var DeleteEnvironment$: StaticOperationSchema;
|
|
@@ -1,10 +1,18 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
7
|
+
export declare var WorkSpacesThinClientServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
9
|
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
13
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
14
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
15
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
16
|
export declare var CreateEnvironmentRequest$: StaticStructureSchema;
|
|
9
17
|
export declare var CreateEnvironmentResponse$: StaticStructureSchema;
|
|
10
18
|
export declare var DeleteDeviceRequest$: StaticStructureSchema;
|
|
@@ -23,7 +31,6 @@ export declare var GetEnvironmentRequest$: StaticStructureSchema;
|
|
|
23
31
|
export declare var GetEnvironmentResponse$: StaticStructureSchema;
|
|
24
32
|
export declare var GetSoftwareSetRequest$: StaticStructureSchema;
|
|
25
33
|
export declare var GetSoftwareSetResponse$: StaticStructureSchema;
|
|
26
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
27
34
|
export declare var ListDevicesRequest$: StaticStructureSchema;
|
|
28
35
|
export declare var ListDevicesResponse$: StaticStructureSchema;
|
|
29
36
|
export declare var ListEnvironmentsRequest$: StaticStructureSchema;
|
|
@@ -33,14 +40,11 @@ export declare var ListSoftwareSetsResponse$: StaticStructureSchema;
|
|
|
33
40
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
34
41
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
35
42
|
export declare var MaintenanceWindow$: StaticStructureSchema;
|
|
36
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
37
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
38
43
|
export declare var Software$: StaticStructureSchema;
|
|
39
44
|
export declare var SoftwareSet$: StaticStructureSchema;
|
|
40
45
|
export declare var SoftwareSetSummary$: StaticStructureSchema;
|
|
41
46
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
42
47
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
43
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
44
48
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
45
49
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
46
50
|
export declare var UpdateDeviceRequest$: StaticStructureSchema;
|
|
@@ -49,9 +53,7 @@ export declare var UpdateEnvironmentRequest$: StaticStructureSchema;
|
|
|
49
53
|
export declare var UpdateEnvironmentResponse$: StaticStructureSchema;
|
|
50
54
|
export declare var UpdateSoftwareSetRequest$: StaticStructureSchema;
|
|
51
55
|
export declare var UpdateSoftwareSetResponse$: StaticStructureSchema;
|
|
52
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
53
56
|
export declare var ValidationExceptionField$: StaticStructureSchema;
|
|
54
|
-
export declare var WorkSpacesThinClientServiceException$: StaticErrorSchema;
|
|
55
57
|
export declare var CreateEnvironment$: StaticOperationSchema;
|
|
56
58
|
export declare var DeleteDevice$: StaticOperationSchema;
|
|
57
59
|
export declare var DeleteEnvironment$: StaticOperationSchema;
|
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.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workspaces-thin-client",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|