@aws-sdk/client-migration-hub-refactor-spaces 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 +43 -929
- package/dist-cjs/models/MigrationHubRefactorSpacesServiceException.js +12 -0
- package/dist-cjs/models/errors.js +146 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +672 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +59 -53
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +13 -13
|
@@ -121,9 +121,9 @@ const _PRTI = "PathResourceToId";
|
|
|
121
121
|
const _PT = "ProxyType";
|
|
122
122
|
const _PU = "ProxyUrl";
|
|
123
123
|
const _QC = "QuotaCode";
|
|
124
|
-
const _RA = "
|
|
124
|
+
const _RA = "Retry-After";
|
|
125
125
|
const _RAS = "RetryAfterSeconds";
|
|
126
|
-
const
|
|
126
|
+
const _RAe = "ResourceArn";
|
|
127
127
|
const _RI = "ResourceId";
|
|
128
128
|
const _RIe = "ResourceIdentifier";
|
|
129
129
|
const _RIo = "RouteId";
|
|
@@ -177,19 +177,69 @@ const _hH = "httpHeader";
|
|
|
177
177
|
const _hQ = "httpQuery";
|
|
178
178
|
const _mR = "maxResults";
|
|
179
179
|
const _nT = "nextToken";
|
|
180
|
-
const _s = "
|
|
181
|
-
const
|
|
180
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.migrationhubrefactorspaces";
|
|
181
|
+
const _se = "server";
|
|
182
182
|
const _tK = "tagKeys";
|
|
183
183
|
const n0 = "com.amazonaws.migrationhubrefactorspaces";
|
|
184
184
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
185
185
|
import { AccessDeniedException, ConflictException, InternalServerException, InvalidResourcePolicyException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
186
186
|
import { MigrationHubRefactorSpacesServiceException } from "../models/MigrationHubRefactorSpacesServiceException";
|
|
187
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
188
|
+
export var MigrationHubRefactorSpacesServiceException$ = [-3, _s, "MigrationHubRefactorSpacesServiceException", 0, [], []];
|
|
189
|
+
_s_registry.registerError(MigrationHubRefactorSpacesServiceException$, MigrationHubRefactorSpacesServiceException);
|
|
190
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
187
191
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
188
192
|
{ [_e]: _c, [_hE]: 403 },
|
|
189
193
|
[_M],
|
|
190
194
|
[0], 1
|
|
191
195
|
];
|
|
192
|
-
|
|
196
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
197
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
198
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
199
|
+
[_M, _RI, _RT],
|
|
200
|
+
[0, 0, 0], 3
|
|
201
|
+
];
|
|
202
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
203
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
204
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
205
|
+
[_M],
|
|
206
|
+
[0], 1
|
|
207
|
+
];
|
|
208
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
209
|
+
export var InvalidResourcePolicyException$ = [-3, n0, _IRPE,
|
|
210
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
211
|
+
[_M],
|
|
212
|
+
[0], 1
|
|
213
|
+
];
|
|
214
|
+
n0_registry.registerError(InvalidResourcePolicyException$, InvalidResourcePolicyException);
|
|
215
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
216
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
217
|
+
[_M, _RI, _RT],
|
|
218
|
+
[0, 0, 0], 3
|
|
219
|
+
];
|
|
220
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
221
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
222
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
223
|
+
[_M, _RI, _RT, _SC, _QC],
|
|
224
|
+
[0, 0, 0, 0, 0], 4
|
|
225
|
+
];
|
|
226
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
227
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
228
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
229
|
+
[_M, _QC, _SC, _RAS],
|
|
230
|
+
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
231
|
+
];
|
|
232
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
233
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
234
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
235
|
+
[_M],
|
|
236
|
+
[0], 1
|
|
237
|
+
];
|
|
238
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
239
|
+
export const errorTypeRegistries = [
|
|
240
|
+
_s_registry,
|
|
241
|
+
n0_registry,
|
|
242
|
+
];
|
|
193
243
|
export var ApiGatewayProxyConfig$ = [3, n0, _AGPC,
|
|
194
244
|
0,
|
|
195
245
|
[_PU, _AGI, _VLI, _NA, _NN, _ET, _SN],
|
|
@@ -210,12 +260,6 @@ export var ApplicationSummary$ = [3, n0, _AS,
|
|
|
210
260
|
[_N, _A, _OAI, _CBAI, _AI, _EI, _VI, _PT, _AGP, _S, _T, _E, _LUT, _CT],
|
|
211
261
|
[0, 0, 0, 0, 0, 0, 0, 0, () => ApiGatewayProxySummary$, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4]
|
|
212
262
|
];
|
|
213
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
214
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
215
|
-
[_M, _RI, _RT],
|
|
216
|
-
[0, 0, 0], 3
|
|
217
|
-
];
|
|
218
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
219
263
|
export var CreateApplicationRequest$ = [3, n0, _CAR,
|
|
220
264
|
0,
|
|
221
265
|
[_N, _EIn, _VI, _PT, _AGP, _T, _CTl],
|
|
@@ -376,18 +420,6 @@ export var GetServiceResponse$ = [3, n0, _GSRe,
|
|
|
376
420
|
[_SIe, _N, _A, _OAI, _CBAI, _D, _EI, _AI, _VI, _ET, _UE, _LE, _S, _T, _E, _LUT, _CT],
|
|
377
421
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, () => UrlEndpointConfig$, () => LambdaEndpointConfig$, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4]
|
|
378
422
|
];
|
|
379
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
380
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
381
|
-
[_M],
|
|
382
|
-
[0], 1
|
|
383
|
-
];
|
|
384
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
385
|
-
export var InvalidResourcePolicyException$ = [-3, n0, _IRPE,
|
|
386
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
387
|
-
[_M],
|
|
388
|
-
[0], 1
|
|
389
|
-
];
|
|
390
|
-
TypeRegistry.for(n0).registerError(InvalidResourcePolicyException$, InvalidResourcePolicyException);
|
|
391
423
|
export var LambdaEndpointConfig$ = [3, n0, _LEC,
|
|
392
424
|
0,
|
|
393
425
|
[_A],
|
|
@@ -455,7 +487,7 @@ export var ListServicesResponse$ = [3, n0, _LSRi,
|
|
|
455
487
|
];
|
|
456
488
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
457
489
|
0,
|
|
458
|
-
[
|
|
490
|
+
[_RAe],
|
|
459
491
|
[[0, 1]], 1
|
|
460
492
|
];
|
|
461
493
|
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
@@ -465,7 +497,7 @@ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
465
497
|
];
|
|
466
498
|
export var PutResourcePolicyRequest$ = [3, n0, _PRPR,
|
|
467
499
|
0,
|
|
468
|
-
[
|
|
500
|
+
[_RAe, _P],
|
|
469
501
|
[0, 0], 2
|
|
470
502
|
];
|
|
471
503
|
export var PutResourcePolicyResponse$ = [3, n0, _PRPRu,
|
|
@@ -473,23 +505,11 @@ export var PutResourcePolicyResponse$ = [3, n0, _PRPRu,
|
|
|
473
505
|
[],
|
|
474
506
|
[]
|
|
475
507
|
];
|
|
476
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
477
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
478
|
-
[_M, _RI, _RT],
|
|
479
|
-
[0, 0, 0], 3
|
|
480
|
-
];
|
|
481
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
482
508
|
export var RouteSummary$ = [3, n0, _RS,
|
|
483
509
|
0,
|
|
484
510
|
[_RIo, _A, _OAI, _CBAI, _RTo, _SIe, _AI, _EI, _SP, _Me, _ICP, _PRTI, _S, _T, _E, _LUT, _CT, _ASP],
|
|
485
511
|
[0, 0, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 2, 128 | 0, 0, [() => TagMap, 0], () => ErrorResponse$, 4, 4, 2]
|
|
486
512
|
];
|
|
487
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
488
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
489
|
-
[_M, _RI, _RT, _SC, _QC],
|
|
490
|
-
[0, 0, 0, 0, 0], 4
|
|
491
|
-
];
|
|
492
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
493
513
|
export var ServiceSummary$ = [3, n0, _SS,
|
|
494
514
|
0,
|
|
495
515
|
[_SIe, _N, _A, _OAI, _CBAI, _D, _EI, _AI, _VI, _ET, _UE, _LE, _S, _T, _E, _LUT, _CT],
|
|
@@ -497,7 +517,7 @@ export var ServiceSummary$ = [3, n0, _SS,
|
|
|
497
517
|
];
|
|
498
518
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
499
519
|
0,
|
|
500
|
-
[
|
|
520
|
+
[_RAe, _T],
|
|
501
521
|
[[0, 1], [() => TagMap, 0]], 2
|
|
502
522
|
];
|
|
503
523
|
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
@@ -505,15 +525,9 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
505
525
|
[],
|
|
506
526
|
[]
|
|
507
527
|
];
|
|
508
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
509
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
510
|
-
[_M, _QC, _SC, _RAS],
|
|
511
|
-
[0, 0, 0, [1, { [_hH]: _RA_ }]], 1
|
|
512
|
-
];
|
|
513
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
514
528
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
515
529
|
0,
|
|
516
|
-
[
|
|
530
|
+
[_RAe, _TK],
|
|
517
531
|
[[0, 1], [() => TagKeys, { [_hQ]: _tK }]], 2
|
|
518
532
|
];
|
|
519
533
|
export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
@@ -551,14 +565,6 @@ export var UrlEndpointSummary$ = [3, n0, _UES,
|
|
|
551
565
|
[_U, _HU],
|
|
552
566
|
[0, 0]
|
|
553
567
|
];
|
|
554
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
555
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
556
|
-
[_M],
|
|
557
|
-
[0], 1
|
|
558
|
-
];
|
|
559
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
560
|
-
export var MigrationHubRefactorSpacesServiceException$ = [-3, _sm, "MigrationHubRefactorSpacesServiceException", 0, [], []];
|
|
561
|
-
TypeRegistry.for(_sm).registerError(MigrationHubRefactorSpacesServiceException$, MigrationHubRefactorSpacesServiceException);
|
|
562
568
|
var ApplicationSummaries = [1, n0, _ASp,
|
|
563
569
|
0, [() => ApplicationSummary$,
|
|
564
570
|
0]
|
|
@@ -1,10 +1,24 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
3
|
+
export declare var MigrationHubRefactorSpacesServiceException$: StaticErrorSchema;
|
|
2
4
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidResourcePolicyException$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
10
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
11
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
12
|
+
/**
|
|
13
|
+
* TypeRegistry instances containing modeled errors.
|
|
14
|
+
* @internal
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
3
18
|
export declare var ApiGatewayProxyConfig$: StaticStructureSchema;
|
|
4
19
|
export declare var ApiGatewayProxyInput$: StaticStructureSchema;
|
|
5
20
|
export declare var ApiGatewayProxySummary$: StaticStructureSchema;
|
|
6
21
|
export declare var ApplicationSummary$: StaticStructureSchema;
|
|
7
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
8
22
|
export declare var CreateApplicationRequest$: StaticStructureSchema;
|
|
9
23
|
export declare var CreateApplicationResponse$: StaticStructureSchema;
|
|
10
24
|
export declare var CreateEnvironmentRequest$: StaticStructureSchema;
|
|
@@ -37,8 +51,6 @@ export declare var GetRouteRequest$: StaticStructureSchema;
|
|
|
37
51
|
export declare var GetRouteResponse$: StaticStructureSchema;
|
|
38
52
|
export declare var GetServiceRequest$: StaticStructureSchema;
|
|
39
53
|
export declare var GetServiceResponse$: StaticStructureSchema;
|
|
40
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
41
|
-
export declare var InvalidResourcePolicyException$: StaticErrorSchema;
|
|
42
54
|
export declare var LambdaEndpointConfig$: StaticStructureSchema;
|
|
43
55
|
export declare var LambdaEndpointInput$: StaticStructureSchema;
|
|
44
56
|
export declare var LambdaEndpointSummary$: StaticStructureSchema;
|
|
@@ -56,13 +68,10 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
56
68
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
57
69
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
58
70
|
export declare var PutResourcePolicyResponse$: StaticStructureSchema;
|
|
59
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
60
71
|
export declare var RouteSummary$: StaticStructureSchema;
|
|
61
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
62
72
|
export declare var ServiceSummary$: StaticStructureSchema;
|
|
63
73
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
64
74
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
65
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
66
75
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
67
76
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
68
77
|
export declare var UpdateRouteRequest$: StaticStructureSchema;
|
|
@@ -71,8 +80,6 @@ export declare var UriPathRouteInput$: StaticStructureSchema;
|
|
|
71
80
|
export declare var UrlEndpointConfig$: StaticStructureSchema;
|
|
72
81
|
export declare var UrlEndpointInput$: StaticStructureSchema;
|
|
73
82
|
export declare var UrlEndpointSummary$: StaticStructureSchema;
|
|
74
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
75
|
-
export declare var MigrationHubRefactorSpacesServiceException$: StaticErrorSchema;
|
|
76
83
|
export declare var CreateApplication$: StaticOperationSchema;
|
|
77
84
|
export declare var CreateEnvironment$: StaticOperationSchema;
|
|
78
85
|
export declare var CreateRoute$: StaticOperationSchema;
|
|
@@ -1,14 +1,23 @@
|
|
|
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 MigrationHubRefactorSpacesServiceException$: StaticErrorSchema;
|
|
6
8
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
10
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidResourcePolicyException$: StaticErrorSchema;
|
|
12
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
14
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
15
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
16
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
17
|
export declare var ApiGatewayProxyConfig$: StaticStructureSchema;
|
|
8
18
|
export declare var ApiGatewayProxyInput$: StaticStructureSchema;
|
|
9
19
|
export declare var ApiGatewayProxySummary$: StaticStructureSchema;
|
|
10
20
|
export declare var ApplicationSummary$: StaticStructureSchema;
|
|
11
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
12
21
|
export declare var CreateApplicationRequest$: StaticStructureSchema;
|
|
13
22
|
export declare var CreateApplicationResponse$: StaticStructureSchema;
|
|
14
23
|
export declare var CreateEnvironmentRequest$: StaticStructureSchema;
|
|
@@ -41,8 +50,6 @@ export declare var GetRouteRequest$: StaticStructureSchema;
|
|
|
41
50
|
export declare var GetRouteResponse$: StaticStructureSchema;
|
|
42
51
|
export declare var GetServiceRequest$: StaticStructureSchema;
|
|
43
52
|
export declare var GetServiceResponse$: StaticStructureSchema;
|
|
44
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
45
|
-
export declare var InvalidResourcePolicyException$: StaticErrorSchema;
|
|
46
53
|
export declare var LambdaEndpointConfig$: StaticStructureSchema;
|
|
47
54
|
export declare var LambdaEndpointInput$: StaticStructureSchema;
|
|
48
55
|
export declare var LambdaEndpointSummary$: StaticStructureSchema;
|
|
@@ -60,13 +67,10 @@ export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
|
60
67
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
61
68
|
export declare var PutResourcePolicyRequest$: StaticStructureSchema;
|
|
62
69
|
export declare var PutResourcePolicyResponse$: StaticStructureSchema;
|
|
63
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
64
70
|
export declare var RouteSummary$: StaticStructureSchema;
|
|
65
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
66
71
|
export declare var ServiceSummary$: StaticStructureSchema;
|
|
67
72
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
68
73
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
69
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
70
74
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
71
75
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
72
76
|
export declare var UpdateRouteRequest$: StaticStructureSchema;
|
|
@@ -75,8 +79,6 @@ export declare var UriPathRouteInput$: StaticStructureSchema;
|
|
|
75
79
|
export declare var UrlEndpointConfig$: StaticStructureSchema;
|
|
76
80
|
export declare var UrlEndpointInput$: StaticStructureSchema;
|
|
77
81
|
export declare var UrlEndpointSummary$: StaticStructureSchema;
|
|
78
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
79
|
-
export declare var MigrationHubRefactorSpacesServiceException$: StaticErrorSchema;
|
|
80
82
|
export declare var CreateApplication$: StaticOperationSchema;
|
|
81
83
|
export declare var CreateEnvironment$: StaticOperationSchema;
|
|
82
84
|
export declare var CreateRoute$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-migration-hub-refactor-spaces",
|
|
3
3
|
"description": "AWS SDK for JavaScript Migration Hub Refactor Spaces 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-migration-hub-refactor-spaces",
|
|
@@ -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",
|