@aws-sdk/client-arc-region-switch 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 +40 -1088
- package/dist-cjs/models/ARCRegionSwitchServiceException.js +12 -0
- package/dist-cjs/models/errors.js +69 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +897 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +63 -57
- 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
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultARCRegionSwitchHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2022-07-26",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_0Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.arcregionswitch",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2022-07-26",
|
|
30
32
|
serviceTarget: "ArcRegionSwitch",
|
|
31
33
|
},
|
|
@@ -152,14 +152,14 @@ const _as = "asgs";
|
|
|
152
152
|
const _b = "behavior";
|
|
153
153
|
const _bO = "bucketOwner";
|
|
154
154
|
const _bP = "bucketPath";
|
|
155
|
-
const _c = "
|
|
155
|
+
const _c = "client";
|
|
156
156
|
const _cA = "clusterArn";
|
|
157
157
|
const _cALC = "customActionLambdaConfig";
|
|
158
158
|
const _cAR = "crossAccountRole";
|
|
159
159
|
const _cMA = "capacityMonitoringApproach";
|
|
160
|
-
const
|
|
161
|
-
const
|
|
162
|
-
const
|
|
160
|
+
const _co = "comment";
|
|
161
|
+
const _con = "conditions";
|
|
162
|
+
const _cond = "condition";
|
|
163
163
|
const _d = "description";
|
|
164
164
|
const _dCA = "databaseClusterArns";
|
|
165
165
|
const _dDC = "documentDbConfig";
|
|
@@ -199,11 +199,11 @@ const _l = "lambdas";
|
|
|
199
199
|
const _lET = "lastEvaluationTime";
|
|
200
200
|
const _lEV = "lastEvaluatedVersion";
|
|
201
201
|
const _lV = "latestVersion";
|
|
202
|
-
const _m = "
|
|
202
|
+
const _m = "message";
|
|
203
203
|
const _mDMBE = "minDelayMinutesBetweenExecutions";
|
|
204
204
|
const _mR = "maxResults";
|
|
205
205
|
const _mSP = "minimumSuccessPercentage";
|
|
206
|
-
const
|
|
206
|
+
const _mo = "mode";
|
|
207
207
|
const _n = "name";
|
|
208
208
|
const _nT = "nextToken";
|
|
209
209
|
const _na = "namespace";
|
|
@@ -236,7 +236,7 @@ const _rTOM = "recoveryTimeObjectiveMinutes";
|
|
|
236
236
|
const _rTR = "regionToRun";
|
|
237
237
|
const _re = "resources";
|
|
238
238
|
const _reg = "region";
|
|
239
|
-
const _s = "
|
|
239
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.arcregionswitch";
|
|
240
240
|
const _sA = "serviceArn";
|
|
241
241
|
const _sC = "s3Configuration";
|
|
242
242
|
const _sM = "stepMode";
|
|
@@ -246,11 +246,11 @@ const _sR = "scalingResources";
|
|
|
246
246
|
const _sRO = "s3ReportOutput";
|
|
247
247
|
const _sS = "stepStates";
|
|
248
248
|
const _sT = "startTime";
|
|
249
|
-
const _se = "
|
|
250
|
-
const _ser = "
|
|
251
|
-
const
|
|
252
|
-
const _st = "steps";
|
|
249
|
+
const _se = "server";
|
|
250
|
+
const _ser = "services";
|
|
251
|
+
const _st = "state";
|
|
253
252
|
const _sta = "status";
|
|
253
|
+
const _ste = "steps";
|
|
254
254
|
const _t = "triggers";
|
|
255
255
|
const _tM = "timeoutMinutes";
|
|
256
256
|
const _tP = "targetPercent";
|
|
@@ -274,9 +274,47 @@ const n0 = "com.amazonaws.arcregionswitch";
|
|
|
274
274
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
275
275
|
import { ARCRegionSwitchServiceException } from "../models/ARCRegionSwitchServiceException";
|
|
276
276
|
import { AccessDeniedException, IllegalArgumentException, IllegalStateException, InternalServerException, ResourceNotFoundException, } from "../models/errors";
|
|
277
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
278
|
+
export var ARCRegionSwitchServiceException$ = [-3, _s, "ARCRegionSwitchServiceException", 0, [], []];
|
|
279
|
+
_s_registry.registerError(ARCRegionSwitchServiceException$, ARCRegionSwitchServiceException);
|
|
280
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
281
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
282
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
283
|
+
[_m],
|
|
284
|
+
[0], 1
|
|
285
|
+
];
|
|
286
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
287
|
+
export var IllegalArgumentException$ = [-3, n0, _IAE,
|
|
288
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
289
|
+
[_m],
|
|
290
|
+
[0], 1
|
|
291
|
+
];
|
|
292
|
+
n0_registry.registerError(IllegalArgumentException$, IllegalArgumentException);
|
|
293
|
+
export var IllegalStateException$ = [-3, n0, _ISE,
|
|
294
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
295
|
+
[_m],
|
|
296
|
+
[0], 1
|
|
297
|
+
];
|
|
298
|
+
n0_registry.registerError(IllegalStateException$, IllegalStateException);
|
|
299
|
+
export var InternalServerException$ = [-3, n0, _ISEn,
|
|
300
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
301
|
+
[_m],
|
|
302
|
+
[0], 1
|
|
303
|
+
];
|
|
304
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
305
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
306
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
307
|
+
[_m],
|
|
308
|
+
[0], 1
|
|
309
|
+
];
|
|
310
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
311
|
+
export const errorTypeRegistries = [
|
|
312
|
+
_s_registry,
|
|
313
|
+
n0_registry,
|
|
314
|
+
];
|
|
277
315
|
export var AbbreviatedExecution$ = [3, n0, _AE,
|
|
278
316
|
0,
|
|
279
|
-
[_pA, _eI, _sT,
|
|
317
|
+
[_pA, _eI, _sT, _mo, _eS, _eA, _eR, _v, _uA, _co, _eT, _aRT],
|
|
280
318
|
[0, 0, 4, 0, 0, 0, 0, 0, 4, 0, 4, 0], 7
|
|
281
319
|
];
|
|
282
320
|
export var AbbreviatedPlan$ = [3, n0, _AP,
|
|
@@ -284,15 +322,9 @@ export var AbbreviatedPlan$ = [3, n0, _AP,
|
|
|
284
322
|
[_a, _o, _n, _r, _rA, _pR, _v, _uA, _d, _eRx, _aPE, _rTOM],
|
|
285
323
|
[0, 0, 0, 64 | 0, 0, 0, 0, 4, 0, 0, 0, 1], 5
|
|
286
324
|
];
|
|
287
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
288
|
-
{ [_e]: _cl, [_hE]: 403 },
|
|
289
|
-
[_me],
|
|
290
|
-
[0], 1
|
|
291
|
-
];
|
|
292
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
293
325
|
export var ApprovePlanExecutionStepRequest$ = [3, n0, _APESR,
|
|
294
326
|
0,
|
|
295
|
-
[_pA, _eI, _sN, _ap,
|
|
327
|
+
[_pA, _eI, _sN, _ap, _co],
|
|
296
328
|
[0, 0, 0, 0, 0], 4
|
|
297
329
|
];
|
|
298
330
|
export var ApprovePlanExecutionStepResponse$ = [3, n0, _APESRp,
|
|
@@ -307,7 +339,7 @@ export var ArcRoutingControlConfiguration$ = [3, n0, _ARCC,
|
|
|
307
339
|
];
|
|
308
340
|
export var ArcRoutingControlState$ = [3, n0, _ARCS,
|
|
309
341
|
0,
|
|
310
|
-
[_rCA,
|
|
342
|
+
[_rCA, _st],
|
|
311
343
|
[0, 0], 2
|
|
312
344
|
];
|
|
313
345
|
export var Asg$ = [3, n0, _A,
|
|
@@ -322,7 +354,7 @@ export var AssociatedAlarm$ = [3, n0, _AA,
|
|
|
322
354
|
];
|
|
323
355
|
export var CancelPlanExecutionRequest$ = [3, n0, _CPER,
|
|
324
356
|
0,
|
|
325
|
-
[_pA, _eI,
|
|
357
|
+
[_pA, _eI, _co],
|
|
326
358
|
[0, 0, 0], 2
|
|
327
359
|
];
|
|
328
360
|
export var CancelPlanExecutionResponse$ = [3, n0, _CPERa,
|
|
@@ -377,7 +409,7 @@ export var Ec2Ungraceful$ = [3, n0, _EU,
|
|
|
377
409
|
];
|
|
378
410
|
export var EcsCapacityIncreaseConfiguration$ = [3, n0, _ECIC,
|
|
379
411
|
0,
|
|
380
|
-
[
|
|
412
|
+
[_ser, _tM, _u, _tP, _cMA],
|
|
381
413
|
[() => ServiceList, 1, () => EcsUngraceful$, 1, 0], 1
|
|
382
414
|
];
|
|
383
415
|
export var EcsUngraceful$ = [3, n0, _EUc,
|
|
@@ -437,7 +469,7 @@ export var GetPlanExecutionRequest$ = [3, n0, _GPER,
|
|
|
437
469
|
];
|
|
438
470
|
export var GetPlanExecutionResponse$ = [3, n0, _GPERe,
|
|
439
471
|
0,
|
|
440
|
-
[_pA, _eI, _sT,
|
|
472
|
+
[_pA, _eI, _sT, _mo, _eS, _eA, _eR, _v, _uA, _co, _eT, _sS, _p, _aRT, _gRD, _nT],
|
|
441
473
|
[0, 0, 4, 0, 0, 0, 0, 0, 4, 0, 4, () => StepStates, () => Plan$, 0, () => GeneratedReportDetails, 0], 7
|
|
442
474
|
];
|
|
443
475
|
export var GetPlanInRegionRequest$ = [3, n0, _GPIRR,
|
|
@@ -470,24 +502,6 @@ export var GlobalAuroraUngraceful$ = [3, n0, _GAU,
|
|
|
470
502
|
[_u],
|
|
471
503
|
[0]
|
|
472
504
|
];
|
|
473
|
-
export var IllegalArgumentException$ = [-3, n0, _IAE,
|
|
474
|
-
{ [_e]: _cl, [_hE]: 400 },
|
|
475
|
-
[_me],
|
|
476
|
-
[0], 1
|
|
477
|
-
];
|
|
478
|
-
TypeRegistry.for(n0).registerError(IllegalArgumentException$, IllegalArgumentException);
|
|
479
|
-
export var IllegalStateException$ = [-3, n0, _ISE,
|
|
480
|
-
{ [_e]: _cl, [_hE]: 400 },
|
|
481
|
-
[_me],
|
|
482
|
-
[0], 1
|
|
483
|
-
];
|
|
484
|
-
TypeRegistry.for(n0).registerError(IllegalStateException$, IllegalStateException);
|
|
485
|
-
export var InternalServerException$ = [-3, n0, _ISEn,
|
|
486
|
-
{ [_e]: _ser, [_hE]: 500 },
|
|
487
|
-
[_me],
|
|
488
|
-
[0], 1
|
|
489
|
-
];
|
|
490
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
491
505
|
export var KubernetesResourceType$ = [3, n0, _KRT,
|
|
492
506
|
0,
|
|
493
507
|
[_aV, _k],
|
|
@@ -520,7 +534,7 @@ export var ListPlanExecutionEventsResponse$ = [3, n0, _LPEERi,
|
|
|
520
534
|
];
|
|
521
535
|
export var ListPlanExecutionsRequest$ = [3, n0, _LPER,
|
|
522
536
|
0,
|
|
523
|
-
[_pA, _mR, _nT,
|
|
537
|
+
[_pA, _mR, _nT, _st],
|
|
524
538
|
[0, 1, 0, 0], 1
|
|
525
539
|
];
|
|
526
540
|
export var ListPlanExecutionsResponse$ = [3, n0, _LPERi,
|
|
@@ -585,7 +599,7 @@ export var MinimalWorkflow$ = [3, n0, _MW,
|
|
|
585
599
|
];
|
|
586
600
|
export var ParallelExecutionBlockConfiguration$ = [3, n0, _PEBC,
|
|
587
601
|
0,
|
|
588
|
-
[
|
|
602
|
+
[_ste],
|
|
589
603
|
[() => Steps], 1
|
|
590
604
|
];
|
|
591
605
|
export var Plan$ = [3, n0, _P,
|
|
@@ -603,12 +617,6 @@ export var ReportConfiguration$ = [3, n0, _RC,
|
|
|
603
617
|
[_rO],
|
|
604
618
|
[() => ReportOutputList]
|
|
605
619
|
];
|
|
606
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
607
|
-
{ [_e]: _cl, [_hE]: 404 },
|
|
608
|
-
[_me],
|
|
609
|
-
[0], 1
|
|
610
|
-
];
|
|
611
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
612
620
|
export var ResourceWarning$ = [3, n0, _RW,
|
|
613
621
|
0,
|
|
614
622
|
[_v, _wS, _wUT, _wM, _wo, _sN, _rAe],
|
|
@@ -646,7 +654,7 @@ export var Service$ = [3, n0, _S,
|
|
|
646
654
|
];
|
|
647
655
|
export var StartPlanExecutionRequest$ = [3, n0, _SPER,
|
|
648
656
|
0,
|
|
649
|
-
[_pA, _tR, _ac,
|
|
657
|
+
[_pA, _tR, _ac, _mo, _co, _lV],
|
|
650
658
|
[0, 0, 0, 0, 0, 0], 3
|
|
651
659
|
];
|
|
652
660
|
export var StartPlanExecutionResponse$ = [3, n0, _SPERt,
|
|
@@ -676,12 +684,12 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
676
684
|
];
|
|
677
685
|
export var Trigger$ = [3, n0, _T,
|
|
678
686
|
0,
|
|
679
|
-
[_tR, _ac,
|
|
687
|
+
[_tR, _ac, _con, _mDMBE, _d],
|
|
680
688
|
[0, 0, () => TriggerConditionList, 1, 0], 4
|
|
681
689
|
];
|
|
682
690
|
export var TriggerCondition$ = [3, n0, _TC,
|
|
683
691
|
0,
|
|
684
|
-
[_aAN,
|
|
692
|
+
[_aAN, _cond],
|
|
685
693
|
[0, 0], 2
|
|
686
694
|
];
|
|
687
695
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
@@ -696,7 +704,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
696
704
|
];
|
|
697
705
|
export var UpdatePlanExecutionRequest$ = [3, n0, _UPER,
|
|
698
706
|
0,
|
|
699
|
-
[_pA, _eI, _ac,
|
|
707
|
+
[_pA, _eI, _ac, _co],
|
|
700
708
|
[0, 0, 0, 0], 3
|
|
701
709
|
];
|
|
702
710
|
export var UpdatePlanExecutionResponse$ = [3, n0, _UPERp,
|
|
@@ -706,7 +714,7 @@ export var UpdatePlanExecutionResponse$ = [3, n0, _UPERp,
|
|
|
706
714
|
];
|
|
707
715
|
export var UpdatePlanExecutionStepRequest$ = [3, n0, _UPESR,
|
|
708
716
|
0,
|
|
709
|
-
[_pA, _eI,
|
|
717
|
+
[_pA, _eI, _co, _sN, _aTT],
|
|
710
718
|
[0, 0, 0, 0, 0], 5
|
|
711
719
|
];
|
|
712
720
|
export var UpdatePlanExecutionStepResponse$ = [3, n0, _UPESRp,
|
|
@@ -726,11 +734,9 @@ export var UpdatePlanResponse$ = [3, n0, _UPRp,
|
|
|
726
734
|
];
|
|
727
735
|
export var Workflow$ = [3, n0, _W,
|
|
728
736
|
0,
|
|
729
|
-
[_wTA,
|
|
737
|
+
[_wTA, _ste, _wTR, _wD],
|
|
730
738
|
[0, () => Steps, 0, 0], 1
|
|
731
739
|
];
|
|
732
|
-
export var ARCRegionSwitchServiceException$ = [-3, _sm, "ARCRegionSwitchServiceException", 0, [], []];
|
|
733
|
-
TypeRegistry.for(_sm).registerError(ARCRegionSwitchServiceException$, ARCRegionSwitchServiceException);
|
|
734
740
|
var AbbreviatedExecutionsList = [1, n0, _AEL,
|
|
735
741
|
0, () => AbbreviatedExecution$
|
|
736
742
|
];
|
|
@@ -1,7 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var ARCRegionSwitchServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var IllegalArgumentException$: StaticErrorSchema;
|
|
6
|
+
export declare var IllegalStateException$: StaticErrorSchema;
|
|
7
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
8
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
9
|
+
/**
|
|
10
|
+
* TypeRegistry instances containing modeled errors.
|
|
11
|
+
* @internal
|
|
12
|
+
*
|
|
13
|
+
*/
|
|
14
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
2
15
|
export declare var AbbreviatedExecution$: StaticStructureSchema;
|
|
3
16
|
export declare var AbbreviatedPlan$: StaticStructureSchema;
|
|
4
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
17
|
export declare var ApprovePlanExecutionStepRequest$: StaticStructureSchema;
|
|
6
18
|
export declare var ApprovePlanExecutionStepResponse$: StaticStructureSchema;
|
|
7
19
|
export declare var ArcRoutingControlConfiguration$: StaticStructureSchema;
|
|
@@ -38,9 +50,6 @@ export declare var GetPlanRequest$: StaticStructureSchema;
|
|
|
38
50
|
export declare var GetPlanResponse$: StaticStructureSchema;
|
|
39
51
|
export declare var GlobalAuroraConfiguration$: StaticStructureSchema;
|
|
40
52
|
export declare var GlobalAuroraUngraceful$: StaticStructureSchema;
|
|
41
|
-
export declare var IllegalArgumentException$: StaticErrorSchema;
|
|
42
|
-
export declare var IllegalStateException$: StaticErrorSchema;
|
|
43
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
44
53
|
export declare var KubernetesResourceType$: StaticStructureSchema;
|
|
45
54
|
export declare var KubernetesScalingResource$: StaticStructureSchema;
|
|
46
55
|
export declare var Lambdas$: StaticStructureSchema;
|
|
@@ -64,7 +73,6 @@ export declare var ParallelExecutionBlockConfiguration$: StaticStructureSchema;
|
|
|
64
73
|
export declare var Plan$: StaticStructureSchema;
|
|
65
74
|
export declare var RegionSwitchPlanConfiguration$: StaticStructureSchema;
|
|
66
75
|
export declare var ReportConfiguration$: StaticStructureSchema;
|
|
67
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
68
76
|
export declare var ResourceWarning$: StaticStructureSchema;
|
|
69
77
|
export declare var Route53HealthCheck$: StaticStructureSchema;
|
|
70
78
|
export declare var Route53HealthCheckConfiguration$: StaticStructureSchema;
|
|
@@ -89,7 +97,6 @@ export declare var UpdatePlanExecutionStepResponse$: StaticStructureSchema;
|
|
|
89
97
|
export declare var UpdatePlanRequest$: StaticStructureSchema;
|
|
90
98
|
export declare var UpdatePlanResponse$: StaticStructureSchema;
|
|
91
99
|
export declare var Workflow$: StaticStructureSchema;
|
|
92
|
-
export declare var ARCRegionSwitchServiceException$: StaticErrorSchema;
|
|
93
100
|
export declare var ExecutionBlockConfiguration$: StaticUnionSchema;
|
|
94
101
|
export declare var ReportOutput$: StaticUnionSchema;
|
|
95
102
|
export declare var ReportOutputConfiguration$: StaticUnionSchema;
|
|
@@ -1,12 +1,19 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var ARCRegionSwitchServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var IllegalArgumentException$: StaticErrorSchema;
|
|
11
|
+
export declare var IllegalStateException$: StaticErrorSchema;
|
|
12
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
7
15
|
export declare var AbbreviatedExecution$: StaticStructureSchema;
|
|
8
16
|
export declare var AbbreviatedPlan$: StaticStructureSchema;
|
|
9
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
17
|
export declare var ApprovePlanExecutionStepRequest$: StaticStructureSchema;
|
|
11
18
|
export declare var ApprovePlanExecutionStepResponse$: StaticStructureSchema;
|
|
12
19
|
export declare var ArcRoutingControlConfiguration$: StaticStructureSchema;
|
|
@@ -43,9 +50,6 @@ export declare var GetPlanRequest$: StaticStructureSchema;
|
|
|
43
50
|
export declare var GetPlanResponse$: StaticStructureSchema;
|
|
44
51
|
export declare var GlobalAuroraConfiguration$: StaticStructureSchema;
|
|
45
52
|
export declare var GlobalAuroraUngraceful$: StaticStructureSchema;
|
|
46
|
-
export declare var IllegalArgumentException$: StaticErrorSchema;
|
|
47
|
-
export declare var IllegalStateException$: StaticErrorSchema;
|
|
48
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
49
53
|
export declare var KubernetesResourceType$: StaticStructureSchema;
|
|
50
54
|
export declare var KubernetesScalingResource$: StaticStructureSchema;
|
|
51
55
|
export declare var Lambdas$: StaticStructureSchema;
|
|
@@ -69,7 +73,6 @@ export declare var ParallelExecutionBlockConfiguration$: StaticStructureSchema;
|
|
|
69
73
|
export declare var Plan$: StaticStructureSchema;
|
|
70
74
|
export declare var RegionSwitchPlanConfiguration$: StaticStructureSchema;
|
|
71
75
|
export declare var ReportConfiguration$: StaticStructureSchema;
|
|
72
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
73
76
|
export declare var ResourceWarning$: StaticStructureSchema;
|
|
74
77
|
export declare var Route53HealthCheck$: StaticStructureSchema;
|
|
75
78
|
export declare var Route53HealthCheckConfiguration$: StaticStructureSchema;
|
|
@@ -94,7 +97,6 @@ export declare var UpdatePlanExecutionStepResponse$: StaticStructureSchema;
|
|
|
94
97
|
export declare var UpdatePlanRequest$: StaticStructureSchema;
|
|
95
98
|
export declare var UpdatePlanResponse$: StaticStructureSchema;
|
|
96
99
|
export declare var Workflow$: StaticStructureSchema;
|
|
97
|
-
export declare var ARCRegionSwitchServiceException$: StaticErrorSchema;
|
|
98
100
|
export declare var ExecutionBlockConfiguration$: StaticUnionSchema;
|
|
99
101
|
export declare var ReportOutput$: StaticUnionSchema;
|
|
100
102
|
export declare var ReportOutputConfiguration$: StaticUnionSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-arc-region-switch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Arc Region Switch 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-arc-region-switch",
|
|
@@ -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",
|