@aws-sdk/client-arc-region-switch 3.948.0 → 3.953.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 +322 -212
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/ApprovePlanExecutionStepCommand.js +2 -2
- package/dist-es/commands/CancelPlanExecutionCommand.js +2 -2
- package/dist-es/commands/CreatePlanCommand.js +2 -2
- package/dist-es/commands/DeletePlanCommand.js +2 -2
- package/dist-es/commands/GetPlanCommand.js +2 -2
- package/dist-es/commands/GetPlanEvaluationStatusCommand.js +2 -2
- package/dist-es/commands/GetPlanExecutionCommand.js +2 -2
- package/dist-es/commands/GetPlanInRegionCommand.js +2 -2
- package/dist-es/commands/ListPlanExecutionEventsCommand.js +2 -2
- package/dist-es/commands/ListPlanExecutionsCommand.js +2 -2
- package/dist-es/commands/ListPlansCommand.js +2 -2
- package/dist-es/commands/ListPlansInRegionCommand.js +2 -2
- package/dist-es/commands/ListRoute53HealthChecksCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartPlanExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdatePlanCommand.js +2 -2
- package/dist-es/commands/UpdatePlanExecutionCommand.js +2 -2
- package/dist-es/commands/UpdatePlanExecutionStepCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +192 -185
- package/dist-types/ARCRegionSwitchClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +104 -130
- package/dist-types/ts3.4/ARCRegionSwitchClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +103 -131
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -109,14 +109,14 @@ class ARCRegionSwitchClient extends smithyClient.Client {
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
|
|
112
|
+
class ARCRegionSwitchServiceException extends smithyClient.ServiceException {
|
|
113
113
|
constructor(options) {
|
|
114
114
|
super(options);
|
|
115
115
|
Object.setPrototypeOf(this, ARCRegionSwitchServiceException.prototype);
|
|
116
116
|
}
|
|
117
|
-
}
|
|
117
|
+
}
|
|
118
118
|
|
|
119
|
-
|
|
119
|
+
class AccessDeniedException extends ARCRegionSwitchServiceException {
|
|
120
120
|
name = "AccessDeniedException";
|
|
121
121
|
$fault = "client";
|
|
122
122
|
constructor(opts) {
|
|
@@ -127,8 +127,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends ARCRegionSwitc
|
|
|
127
127
|
});
|
|
128
128
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
129
129
|
}
|
|
130
|
-
}
|
|
131
|
-
|
|
130
|
+
}
|
|
131
|
+
class ResourceNotFoundException extends ARCRegionSwitchServiceException {
|
|
132
132
|
name = "ResourceNotFoundException";
|
|
133
133
|
$fault = "client";
|
|
134
134
|
constructor(opts) {
|
|
@@ -139,8 +139,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends ARCReg
|
|
|
139
139
|
});
|
|
140
140
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
141
141
|
}
|
|
142
|
-
}
|
|
143
|
-
|
|
142
|
+
}
|
|
143
|
+
class InternalServerException extends ARCRegionSwitchServiceException {
|
|
144
144
|
name = "InternalServerException";
|
|
145
145
|
$fault = "server";
|
|
146
146
|
constructor(opts) {
|
|
@@ -151,8 +151,8 @@ let InternalServerException$1 = class InternalServerException extends ARCRegionS
|
|
|
151
151
|
});
|
|
152
152
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
153
153
|
}
|
|
154
|
-
}
|
|
155
|
-
|
|
154
|
+
}
|
|
155
|
+
class IllegalStateException extends ARCRegionSwitchServiceException {
|
|
156
156
|
name = "IllegalStateException";
|
|
157
157
|
$fault = "client";
|
|
158
158
|
constructor(opts) {
|
|
@@ -163,8 +163,8 @@ let IllegalStateException$1 = class IllegalStateException extends ARCRegionSwitc
|
|
|
163
163
|
});
|
|
164
164
|
Object.setPrototypeOf(this, IllegalStateException.prototype);
|
|
165
165
|
}
|
|
166
|
-
}
|
|
167
|
-
|
|
166
|
+
}
|
|
167
|
+
class IllegalArgumentException extends ARCRegionSwitchServiceException {
|
|
168
168
|
name = "IllegalArgumentException";
|
|
169
169
|
$fault = "client";
|
|
170
170
|
constructor(opts) {
|
|
@@ -175,7 +175,7 @@ let IllegalArgumentException$1 = class IllegalArgumentException extends ARCRegio
|
|
|
175
175
|
});
|
|
176
176
|
Object.setPrototypeOf(this, IllegalArgumentException.prototype);
|
|
177
177
|
}
|
|
178
|
-
}
|
|
178
|
+
}
|
|
179
179
|
|
|
180
180
|
const _A = "Asg";
|
|
181
181
|
const _AA = "AssociatedAlarm";
|
|
@@ -423,7 +423,7 @@ const _wUT = "warningUpdatedTime";
|
|
|
423
423
|
const _wa = "warnings";
|
|
424
424
|
const _wo = "workflow";
|
|
425
425
|
const n0 = "com.amazonaws.arcregionswitch";
|
|
426
|
-
var AbbreviatedExecution = [
|
|
426
|
+
var AbbreviatedExecution$ = [
|
|
427
427
|
3,
|
|
428
428
|
n0,
|
|
429
429
|
_AE,
|
|
@@ -431,7 +431,7 @@ var AbbreviatedExecution = [
|
|
|
431
431
|
[_pA, _eI, _v, _uA, _c, _sT, _eT, _m, _eS, _eA, _eR, _aRT],
|
|
432
432
|
[0, 0, 0, 4, 0, 4, 4, 0, 0, 0, 0, 0],
|
|
433
433
|
];
|
|
434
|
-
var AbbreviatedPlan = [
|
|
434
|
+
var AbbreviatedPlan$ = [
|
|
435
435
|
3,
|
|
436
436
|
n0,
|
|
437
437
|
_AP,
|
|
@@ -439,9 +439,9 @@ var AbbreviatedPlan = [
|
|
|
439
439
|
[_a, _o, _n, _r, _rA, _pR, _v, _uA, _d, _eRx, _aPE, _rTOM],
|
|
440
440
|
[0, 0, 0, 64 | 0, 0, 0, 0, 4, 0, 0, 0, 1],
|
|
441
441
|
];
|
|
442
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _cl, [_hE]: 403 }, [_me], [0]];
|
|
443
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
444
|
-
var ApprovePlanExecutionStepRequest = [
|
|
442
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _cl, [_hE]: 403 }, [_me], [0]];
|
|
443
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
444
|
+
var ApprovePlanExecutionStepRequest$ = [
|
|
445
445
|
3,
|
|
446
446
|
n0,
|
|
447
447
|
_APESR,
|
|
@@ -449,8 +449,8 @@ var ApprovePlanExecutionStepRequest = [
|
|
|
449
449
|
[_pA, _eI, _sN, _ap, _c],
|
|
450
450
|
[0, 0, 0, 0, 0],
|
|
451
451
|
];
|
|
452
|
-
var ApprovePlanExecutionStepResponse = [3, n0, _APESRp, 0, [], []];
|
|
453
|
-
var ArcRoutingControlConfiguration = [
|
|
452
|
+
var ApprovePlanExecutionStepResponse$ = [3, n0, _APESRp, 0, [], []];
|
|
453
|
+
var ArcRoutingControlConfiguration$ = [
|
|
454
454
|
3,
|
|
455
455
|
n0,
|
|
456
456
|
_ARCC,
|
|
@@ -458,12 +458,12 @@ var ArcRoutingControlConfiguration = [
|
|
|
458
458
|
[_tM, _cAR, _eIx, _rARC],
|
|
459
459
|
[1, 0, 0, () => RegionAndRoutingControls],
|
|
460
460
|
];
|
|
461
|
-
var ArcRoutingControlState = [3, n0, _ARCS, 0, [_rCA, _s], [0, 0]];
|
|
462
|
-
var Asg = [3, n0, _A, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
463
|
-
var AssociatedAlarm = [3, n0, _AA, 0, [_cAR, _eIx, _rI, _aT], [0, 0, 0, 0]];
|
|
464
|
-
var CancelPlanExecutionRequest = [3, n0, _CPER, 0, [_pA, _eI, _c], [0, 0, 0]];
|
|
465
|
-
var CancelPlanExecutionResponse = [3, n0, _CPERa, 0, [], []];
|
|
466
|
-
var CreatePlanRequest = [
|
|
461
|
+
var ArcRoutingControlState$ = [3, n0, _ARCS, 0, [_rCA, _s], [0, 0]];
|
|
462
|
+
var Asg$ = [3, n0, _A, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
463
|
+
var AssociatedAlarm$ = [3, n0, _AA, 0, [_cAR, _eIx, _rI, _aT], [0, 0, 0, 0]];
|
|
464
|
+
var CancelPlanExecutionRequest$ = [3, n0, _CPER, 0, [_pA, _eI, _c], [0, 0, 0]];
|
|
465
|
+
var CancelPlanExecutionResponse$ = [3, n0, _CPERa, 0, [], []];
|
|
466
|
+
var CreatePlanRequest$ = [
|
|
467
467
|
3,
|
|
468
468
|
n0,
|
|
469
469
|
_CPR,
|
|
@@ -471,37 +471,37 @@ var CreatePlanRequest = [
|
|
|
471
471
|
[_d, _w, _eRx, _rTOM, _aA, _t, _n, _r, _rA, _pR, _ta],
|
|
472
472
|
[0, () => WorkflowList, 0, 1, () => AssociatedAlarmMap, () => TriggerList, 0, 64 | 0, 0, 0, 128 | 0],
|
|
473
473
|
];
|
|
474
|
-
var CreatePlanResponse = [3, n0, _CPRr, 0, [_p], [() => Plan]];
|
|
475
|
-
var CustomActionLambdaConfiguration = [
|
|
474
|
+
var CreatePlanResponse$ = [3, n0, _CPRr, 0, [_p], [() => Plan$]];
|
|
475
|
+
var CustomActionLambdaConfiguration$ = [
|
|
476
476
|
3,
|
|
477
477
|
n0,
|
|
478
478
|
_CALC,
|
|
479
479
|
0,
|
|
480
480
|
[_tM, _l, _rIM, _rTR, _u],
|
|
481
|
-
[1, () => LambdaList, 1, 0, () => LambdaUngraceful],
|
|
481
|
+
[1, () => LambdaList, 1, 0, () => LambdaUngraceful$],
|
|
482
482
|
];
|
|
483
|
-
var DeletePlanRequest = [3, n0, _DPR, 0, [_a], [0]];
|
|
484
|
-
var DeletePlanResponse = [3, n0, _DPRe, 0, [], []];
|
|
485
|
-
var Ec2AsgCapacityIncreaseConfiguration = [
|
|
483
|
+
var DeletePlanRequest$ = [3, n0, _DPR, 0, [_a], [0]];
|
|
484
|
+
var DeletePlanResponse$ = [3, n0, _DPRe, 0, [], []];
|
|
485
|
+
var Ec2AsgCapacityIncreaseConfiguration$ = [
|
|
486
486
|
3,
|
|
487
487
|
n0,
|
|
488
488
|
_EACIC,
|
|
489
489
|
0,
|
|
490
490
|
[_tM, _as, _u, _tP, _cMA],
|
|
491
|
-
[1, () => AsgList, () => Ec2Ungraceful
|
|
491
|
+
[1, () => AsgList, () => Ec2Ungraceful$, 1, 0],
|
|
492
492
|
];
|
|
493
|
-
var Ec2Ungraceful = [3, n0, _EU, 0, [_mSP], [1]];
|
|
494
|
-
var EcsCapacityIncreaseConfiguration = [
|
|
493
|
+
var Ec2Ungraceful$ = [3, n0, _EU, 0, [_mSP], [1]];
|
|
494
|
+
var EcsCapacityIncreaseConfiguration$ = [
|
|
495
495
|
3,
|
|
496
496
|
n0,
|
|
497
497
|
_ECIC,
|
|
498
498
|
0,
|
|
499
499
|
[_tM, _se, _u, _tP, _cMA],
|
|
500
|
-
[1, () => ServiceList, () => EcsUngraceful
|
|
500
|
+
[1, () => ServiceList, () => EcsUngraceful$, 1, 0],
|
|
501
501
|
];
|
|
502
|
-
var EcsUngraceful = [3, n0, _EUc, 0, [_mSP], [1]];
|
|
503
|
-
var EksCluster = [3, n0, _EC, 0, [_cAR, _eIx, _cA], [0, 0, 0]];
|
|
504
|
-
var EksResourceScalingConfiguration = [
|
|
502
|
+
var EcsUngraceful$ = [3, n0, _EUc, 0, [_mSP], [1]];
|
|
503
|
+
var EksCluster$ = [3, n0, _EC, 0, [_cAR, _eIx, _cA], [0, 0, 0]];
|
|
504
|
+
var EksResourceScalingConfiguration$ = [
|
|
505
505
|
3,
|
|
506
506
|
n0,
|
|
507
507
|
_ERSC,
|
|
@@ -509,17 +509,17 @@ var EksResourceScalingConfiguration = [
|
|
|
509
509
|
[_tM, _kRT, _sR, _eC, _u, _tP, _cMA],
|
|
510
510
|
[
|
|
511
511
|
1,
|
|
512
|
-
() => KubernetesResourceType
|
|
512
|
+
() => KubernetesResourceType$,
|
|
513
513
|
() => KubernetesScalingApps,
|
|
514
514
|
() => EksClusters,
|
|
515
|
-
() => EksResourceScalingUngraceful
|
|
515
|
+
() => EksResourceScalingUngraceful$,
|
|
516
516
|
1,
|
|
517
517
|
0,
|
|
518
518
|
],
|
|
519
519
|
];
|
|
520
|
-
var EksResourceScalingUngraceful = [3, n0, _ERSU, 0, [_mSP], [1]];
|
|
521
|
-
var ExecutionApprovalConfiguration = [3, n0, _EAC, 0, [_tM, _aR], [1, 0]];
|
|
522
|
-
var ExecutionEvent = [
|
|
520
|
+
var EksResourceScalingUngraceful$ = [3, n0, _ERSU, 0, [_mSP], [1]];
|
|
521
|
+
var ExecutionApprovalConfiguration$ = [3, n0, _EAC, 0, [_tM, _aR], [1, 0]];
|
|
522
|
+
var ExecutionEvent$ = [
|
|
523
523
|
3,
|
|
524
524
|
n0,
|
|
525
525
|
_EE,
|
|
@@ -527,8 +527,8 @@ var ExecutionEvent = [
|
|
|
527
527
|
[_ti, _ty, _sN, _eBT, _re, _e, _d, _eIv, _pEI],
|
|
528
528
|
[4, 0, 0, 0, 64 | 0, 0, 0, 0, 0],
|
|
529
529
|
];
|
|
530
|
-
var GetPlanEvaluationStatusRequest = [3, n0, _GPESR, 0, [_pA, _mR, _nT], [0, 1, 0]];
|
|
531
|
-
var GetPlanEvaluationStatusResponse = [
|
|
530
|
+
var GetPlanEvaluationStatusRequest$ = [3, n0, _GPESR, 0, [_pA, _mR, _nT], [0, 1, 0]];
|
|
531
|
+
var GetPlanEvaluationStatusResponse$ = [
|
|
532
532
|
3,
|
|
533
533
|
n0,
|
|
534
534
|
_GPESRe,
|
|
@@ -536,39 +536,39 @@ var GetPlanEvaluationStatusResponse = [
|
|
|
536
536
|
[_pA, _lET, _lEV, _reg, _eSv, _wa, _nT],
|
|
537
537
|
[0, 4, 0, 0, 0, () => PlanWarnings, 0],
|
|
538
538
|
];
|
|
539
|
-
var GetPlanExecutionRequest = [3, n0, _GPER, 0, [_pA, _eI, _mR, _nT], [0, 0, 1, 0]];
|
|
540
|
-
var GetPlanExecutionResponse = [
|
|
539
|
+
var GetPlanExecutionRequest$ = [3, n0, _GPER, 0, [_pA, _eI, _mR, _nT], [0, 0, 1, 0]];
|
|
540
|
+
var GetPlanExecutionResponse$ = [
|
|
541
541
|
3,
|
|
542
542
|
n0,
|
|
543
543
|
_GPERe,
|
|
544
544
|
0,
|
|
545
545
|
[_pA, _eI, _v, _uA, _c, _sT, _eT, _m, _eS, _eA, _eR, _sS, _p, _aRT, _nT],
|
|
546
|
-
[0, 0, 0, 4, 0, 4, 4, 0, 0, 0, 0, () => StepStates, () => Plan
|
|
546
|
+
[0, 0, 0, 4, 0, 4, 4, 0, 0, 0, 0, () => StepStates, () => Plan$, 0, 0],
|
|
547
547
|
];
|
|
548
|
-
var GetPlanInRegionRequest = [3, n0, _GPIRR, 0, [_a], [0]];
|
|
549
|
-
var GetPlanInRegionResponse = [3, n0, _GPIRRe, 0, [_p], [() => Plan]];
|
|
550
|
-
var GetPlanRequest = [3, n0, _GPR, 0, [_a], [0]];
|
|
551
|
-
var GetPlanResponse = [3, n0, _GPRe, 0, [_p], [() => Plan]];
|
|
552
|
-
var GlobalAuroraConfiguration = [
|
|
548
|
+
var GetPlanInRegionRequest$ = [3, n0, _GPIRR, 0, [_a], [0]];
|
|
549
|
+
var GetPlanInRegionResponse$ = [3, n0, _GPIRRe, 0, [_p], [() => Plan$]];
|
|
550
|
+
var GetPlanRequest$ = [3, n0, _GPR, 0, [_a], [0]];
|
|
551
|
+
var GetPlanResponse$ = [3, n0, _GPRe, 0, [_p], [() => Plan$]];
|
|
552
|
+
var GlobalAuroraConfiguration$ = [
|
|
553
553
|
3,
|
|
554
554
|
n0,
|
|
555
555
|
_GAC,
|
|
556
556
|
0,
|
|
557
557
|
[_tM, _cAR, _eIx, _b, _u, _gCI, _dCA],
|
|
558
|
-
[1, 0, 0, 0, () => GlobalAuroraUngraceful
|
|
558
|
+
[1, 0, 0, 0, () => GlobalAuroraUngraceful$, 0, 64 | 0],
|
|
559
559
|
];
|
|
560
|
-
var GlobalAuroraUngraceful = [3, n0, _GAU, 0, [_u], [0]];
|
|
561
|
-
var IllegalArgumentException = [-3, n0, _IAE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
|
|
562
|
-
schema.TypeRegistry.for(n0).registerError(IllegalArgumentException
|
|
563
|
-
var IllegalStateException = [-3, n0, _ISE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
|
|
564
|
-
schema.TypeRegistry.for(n0).registerError(IllegalStateException
|
|
565
|
-
var InternalServerException = [-3, n0, _ISEn, { [_e]: _ser, [_hE]: 500 }, [_me], [0]];
|
|
566
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
567
|
-
var KubernetesResourceType = [3, n0, _KRT, 0, [_aV, _k], [0, 0]];
|
|
568
|
-
var KubernetesScalingResource = [3, n0, _KSR, 0, [_na, _n, _hN], [0, 0, 0]];
|
|
569
|
-
var Lambdas = [3, n0, _L, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
570
|
-
var LambdaUngraceful = [3, n0, _LU, 0, [_b], [0]];
|
|
571
|
-
var ListPlanExecutionEventsRequest = [
|
|
560
|
+
var GlobalAuroraUngraceful$ = [3, n0, _GAU, 0, [_u], [0]];
|
|
561
|
+
var IllegalArgumentException$ = [-3, n0, _IAE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
|
|
562
|
+
schema.TypeRegistry.for(n0).registerError(IllegalArgumentException$, IllegalArgumentException);
|
|
563
|
+
var IllegalStateException$ = [-3, n0, _ISE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
|
|
564
|
+
schema.TypeRegistry.for(n0).registerError(IllegalStateException$, IllegalStateException);
|
|
565
|
+
var InternalServerException$ = [-3, n0, _ISEn, { [_e]: _ser, [_hE]: 500 }, [_me], [0]];
|
|
566
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
567
|
+
var KubernetesResourceType$ = [3, n0, _KRT, 0, [_aV, _k], [0, 0]];
|
|
568
|
+
var KubernetesScalingResource$ = [3, n0, _KSR, 0, [_na, _n, _hN], [0, 0, 0]];
|
|
569
|
+
var Lambdas$ = [3, n0, _L, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
570
|
+
var LambdaUngraceful$ = [3, n0, _LU, 0, [_b], [0]];
|
|
571
|
+
var ListPlanExecutionEventsRequest$ = [
|
|
572
572
|
3,
|
|
573
573
|
n0,
|
|
574
574
|
_LPEER,
|
|
@@ -576,7 +576,7 @@ var ListPlanExecutionEventsRequest = [
|
|
|
576
576
|
[_pA, _eI, _mR, _nT, _n],
|
|
577
577
|
[0, 0, 1, 0, 0],
|
|
578
578
|
];
|
|
579
|
-
var ListPlanExecutionEventsResponse = [
|
|
579
|
+
var ListPlanExecutionEventsResponse$ = [
|
|
580
580
|
3,
|
|
581
581
|
n0,
|
|
582
582
|
_LPEERi,
|
|
@@ -584,8 +584,8 @@ var ListPlanExecutionEventsResponse = [
|
|
|
584
584
|
[_i, _nT],
|
|
585
585
|
[() => ExecutionEventList, 0],
|
|
586
586
|
];
|
|
587
|
-
var ListPlanExecutionsRequest = [3, n0, _LPER, 0, [_pA, _mR, _nT, _s], [0, 1, 0, 0]];
|
|
588
|
-
var ListPlanExecutionsResponse = [
|
|
587
|
+
var ListPlanExecutionsRequest$ = [3, n0, _LPER, 0, [_pA, _mR, _nT, _s], [0, 1, 0, 0]];
|
|
588
|
+
var ListPlanExecutionsResponse$ = [
|
|
589
589
|
3,
|
|
590
590
|
n0,
|
|
591
591
|
_LPERi,
|
|
@@ -593,11 +593,11 @@ var ListPlanExecutionsResponse = [
|
|
|
593
593
|
[_i, _nT],
|
|
594
594
|
[() => AbbreviatedExecutionsList, 0],
|
|
595
595
|
];
|
|
596
|
-
var ListPlansInRegionRequest = [3, n0, _LPIRR, 0, [_mR, _nT], [1, 0]];
|
|
597
|
-
var ListPlansInRegionResponse = [3, n0, _LPIRRi, 0, [_pl, _nT], [() => PlanList, 0]];
|
|
598
|
-
var ListPlansRequest = [3, n0, _LPR, 0, [_mR, _nT], [1, 0]];
|
|
599
|
-
var ListPlansResponse = [3, n0, _LPRi, 0, [_pl, _nT], [() => PlanList, 0]];
|
|
600
|
-
var ListRoute53HealthChecksRequest = [
|
|
596
|
+
var ListPlansInRegionRequest$ = [3, n0, _LPIRR, 0, [_mR, _nT], [1, 0]];
|
|
597
|
+
var ListPlansInRegionResponse$ = [3, n0, _LPIRRi, 0, [_pl, _nT], [() => PlanList, 0]];
|
|
598
|
+
var ListPlansRequest$ = [3, n0, _LPR, 0, [_mR, _nT], [1, 0]];
|
|
599
|
+
var ListPlansResponse$ = [3, n0, _LPRi, 0, [_pl, _nT], [() => PlanList, 0]];
|
|
600
|
+
var ListRoute53HealthChecksRequest$ = [
|
|
601
601
|
3,
|
|
602
602
|
n0,
|
|
603
603
|
_LRHCR,
|
|
@@ -605,7 +605,7 @@ var ListRoute53HealthChecksRequest = [
|
|
|
605
605
|
[_a, _hZI, _rN, _mR, _nT],
|
|
606
606
|
[0, 0, 0, 1, 0],
|
|
607
607
|
];
|
|
608
|
-
var ListRoute53HealthChecksResponse = [
|
|
608
|
+
var ListRoute53HealthChecksResponse$ = [
|
|
609
609
|
3,
|
|
610
610
|
n0,
|
|
611
611
|
_LRHCRi,
|
|
@@ -613,11 +613,11 @@ var ListRoute53HealthChecksResponse = [
|
|
|
613
613
|
[_hC, _nT],
|
|
614
614
|
[() => Route53HealthCheckList, 0],
|
|
615
615
|
];
|
|
616
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_a], [0]];
|
|
617
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_rT], [128 | 0]];
|
|
618
|
-
var MinimalWorkflow = [3, n0, _MW, 0, [_ac, _n], [0, 0]];
|
|
619
|
-
var ParallelExecutionBlockConfiguration = [3, n0, _PEBC, 0, [_st], [() => Steps]];
|
|
620
|
-
var Plan = [
|
|
616
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_a], [0]];
|
|
617
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_rT], [128 | 0]];
|
|
618
|
+
var MinimalWorkflow$ = [3, n0, _MW, 0, [_ac, _n], [0, 0]];
|
|
619
|
+
var ParallelExecutionBlockConfiguration$ = [3, n0, _PEBC, 0, [_st], [() => Steps]];
|
|
620
|
+
var Plan$ = [
|
|
621
621
|
3,
|
|
622
622
|
n0,
|
|
623
623
|
_P,
|
|
@@ -625,19 +625,19 @@ var Plan = [
|
|
|
625
625
|
[_a, _d, _w, _eRx, _rTOM, _aA, _t, _n, _r, _rA, _pR, _o, _v, _uA],
|
|
626
626
|
[0, 0, () => WorkflowList, 0, 1, () => AssociatedAlarmMap, () => TriggerList, 0, 64 | 0, 0, 0, 0, 0, 4],
|
|
627
627
|
];
|
|
628
|
-
var RegionSwitchPlanConfiguration = [3, n0, _RSPC, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
629
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _cl, [_hE]: 404 }, [_me], [0]];
|
|
630
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
631
|
-
var ResourceWarning = [
|
|
628
|
+
var RegionSwitchPlanConfiguration$ = [3, n0, _RSPC, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
629
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _cl, [_hE]: 404 }, [_me], [0]];
|
|
630
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
631
|
+
var ResourceWarning$ = [
|
|
632
632
|
3,
|
|
633
633
|
n0,
|
|
634
634
|
_RW,
|
|
635
635
|
0,
|
|
636
636
|
[_wo, _v, _sN, _rAe, _wS, _wUT, _wM],
|
|
637
|
-
[() => MinimalWorkflow
|
|
637
|
+
[() => MinimalWorkflow$, 0, 0, 0, 0, 4, 0],
|
|
638
638
|
];
|
|
639
|
-
var Route53HealthCheck = [3, n0, _RHC, 0, [_hZI, _rN, _hCI, _reg], [0, 0, 0, 0]];
|
|
640
|
-
var Route53HealthCheckConfiguration = [
|
|
639
|
+
var Route53HealthCheck$ = [3, n0, _RHC, 0, [_hZI, _rN, _hCI, _reg], [0, 0, 0, 0]];
|
|
640
|
+
var Route53HealthCheckConfiguration$ = [
|
|
641
641
|
3,
|
|
642
642
|
n0,
|
|
643
643
|
_RHCC,
|
|
@@ -645,9 +645,9 @@ var Route53HealthCheckConfiguration = [
|
|
|
645
645
|
[_tM, _cAR, _eIx, _hZI, _rN, _rS],
|
|
646
646
|
[1, 0, 0, 0, 0, () => Route53ResourceRecordSetList],
|
|
647
647
|
];
|
|
648
|
-
var Route53ResourceRecordSet = [3, n0, _RRRS, 0, [_rSI, _reg], [0, 0]];
|
|
649
|
-
var Service = [3, n0, _S, 0, [_cAR, _eIx, _cA, _sA], [0, 0, 0, 0]];
|
|
650
|
-
var StartPlanExecutionRequest = [
|
|
648
|
+
var Route53ResourceRecordSet$ = [3, n0, _RRRS, 0, [_rSI, _reg], [0, 0]];
|
|
649
|
+
var Service$ = [3, n0, _S, 0, [_cAR, _eIx, _cA, _sA], [0, 0, 0, 0]];
|
|
650
|
+
var StartPlanExecutionRequest$ = [
|
|
651
651
|
3,
|
|
652
652
|
n0,
|
|
653
653
|
_SPER,
|
|
@@ -655,7 +655,7 @@ var StartPlanExecutionRequest = [
|
|
|
655
655
|
[_pA, _tR, _ac, _m, _c, _lV],
|
|
656
656
|
[0, 0, 0, 0, 0, 0],
|
|
657
657
|
];
|
|
658
|
-
var StartPlanExecutionResponse = [
|
|
658
|
+
var StartPlanExecutionResponse$ = [
|
|
659
659
|
3,
|
|
660
660
|
n0,
|
|
661
661
|
_SPERt,
|
|
@@ -663,18 +663,18 @@ var StartPlanExecutionResponse = [
|
|
|
663
663
|
[_eI, _p, _pV, _aRc, _dR],
|
|
664
664
|
[0, 0, 0, 0, 0],
|
|
665
665
|
];
|
|
666
|
-
var Step = [
|
|
666
|
+
var Step$ = [
|
|
667
667
|
3,
|
|
668
668
|
n0,
|
|
669
669
|
_St,
|
|
670
670
|
0,
|
|
671
671
|
[_n, _d, _eBC, _eBT],
|
|
672
|
-
[0, 0, () => ExecutionBlockConfiguration
|
|
672
|
+
[0, 0, () => ExecutionBlockConfiguration$, 0],
|
|
673
673
|
];
|
|
674
|
-
var StepState = [3, n0, _SS, 0, [_n, _sta, _sT, _eT, _sM], [0, 0, 4, 4, 0]];
|
|
675
|
-
var TagResourceRequest = [3, n0, _TRR, 0, [_a, _ta], [0, 128 | 0]];
|
|
676
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
677
|
-
var Trigger = [
|
|
674
|
+
var StepState$ = [3, n0, _SS, 0, [_n, _sta, _sT, _eT, _sM], [0, 0, 4, 4, 0]];
|
|
675
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_a, _ta], [0, 128 | 0]];
|
|
676
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
677
|
+
var Trigger$ = [
|
|
678
678
|
3,
|
|
679
679
|
n0,
|
|
680
680
|
_T,
|
|
@@ -682,12 +682,12 @@ var Trigger = [
|
|
|
682
682
|
[_d, _tR, _ac, _co, _mDMBE],
|
|
683
683
|
[0, 0, 0, () => TriggerConditionList, 1],
|
|
684
684
|
];
|
|
685
|
-
var TriggerCondition = [3, n0, _TC, 0, [_aAN, _con], [0, 0]];
|
|
686
|
-
var UntagResourceRequest = [3, n0, _URR, 0, [_a, _rTK], [0, 64 | 0]];
|
|
687
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
688
|
-
var UpdatePlanExecutionRequest = [3, n0, _UPER, 0, [_pA, _eI, _ac, _c], [0, 0, 0, 0]];
|
|
689
|
-
var UpdatePlanExecutionResponse = [3, n0, _UPERp, 0, [], []];
|
|
690
|
-
var UpdatePlanExecutionStepRequest = [
|
|
685
|
+
var TriggerCondition$ = [3, n0, _TC, 0, [_aAN, _con], [0, 0]];
|
|
686
|
+
var UntagResourceRequest$ = [3, n0, _URR, 0, [_a, _rTK], [0, 64 | 0]];
|
|
687
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
688
|
+
var UpdatePlanExecutionRequest$ = [3, n0, _UPER, 0, [_pA, _eI, _ac, _c], [0, 0, 0, 0]];
|
|
689
|
+
var UpdatePlanExecutionResponse$ = [3, n0, _UPERp, 0, [], []];
|
|
690
|
+
var UpdatePlanExecutionStepRequest$ = [
|
|
691
691
|
3,
|
|
692
692
|
n0,
|
|
693
693
|
_UPESR,
|
|
@@ -695,8 +695,8 @@ var UpdatePlanExecutionStepRequest = [
|
|
|
695
695
|
[_pA, _eI, _c, _sN, _aTT],
|
|
696
696
|
[0, 0, 0, 0, 0],
|
|
697
697
|
];
|
|
698
|
-
var UpdatePlanExecutionStepResponse = [3, n0, _UPESRp, 0, [], []];
|
|
699
|
-
var UpdatePlanRequest = [
|
|
698
|
+
var UpdatePlanExecutionStepResponse$ = [3, n0, _UPESRp, 0, [], []];
|
|
699
|
+
var UpdatePlanRequest$ = [
|
|
700
700
|
3,
|
|
701
701
|
n0,
|
|
702
702
|
_UPR,
|
|
@@ -704,167 +704,174 @@ var UpdatePlanRequest = [
|
|
|
704
704
|
[_a, _d, _w, _eRx, _rTOM, _aA, _t],
|
|
705
705
|
[0, 0, () => WorkflowList, 0, 1, () => AssociatedAlarmMap, () => TriggerList],
|
|
706
706
|
];
|
|
707
|
-
var UpdatePlanResponse = [3, n0, _UPRp, 0, [_p], [() => Plan]];
|
|
708
|
-
var Workflow = [3, n0, _W, 0, [_st, _wTA, _wTR, _wD], [() => Steps, 0, 0, 0]];
|
|
709
|
-
var ARCRegionSwitchServiceException = [
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
707
|
+
var UpdatePlanResponse$ = [3, n0, _UPRp, 0, [_p], [() => Plan$]];
|
|
708
|
+
var Workflow$ = [3, n0, _W, 0, [_st, _wTA, _wTR, _wD], [() => Steps, 0, 0, 0]];
|
|
709
|
+
var ARCRegionSwitchServiceException$ = [
|
|
710
|
+
-3,
|
|
711
|
+
_sm,
|
|
712
|
+
"ARCRegionSwitchServiceException",
|
|
713
|
+
0,
|
|
714
|
+
[],
|
|
715
|
+
[],
|
|
716
|
+
];
|
|
717
|
+
schema.TypeRegistry.for(_sm).registerError(ARCRegionSwitchServiceException$, ARCRegionSwitchServiceException);
|
|
718
|
+
var AbbreviatedExecutionsList = [1, n0, _AEL, 0, () => AbbreviatedExecution$];
|
|
719
|
+
var ArcRoutingControlStates = [1, n0, _ARCSr, 0, () => ArcRoutingControlState$];
|
|
720
|
+
var AsgList = [1, n0, _AL, 0, () => Asg$];
|
|
721
|
+
var EksClusters = [1, n0, _ECk, 0, () => EksCluster$];
|
|
722
|
+
var ExecutionEventList = [1, n0, _EEL, 0, () => ExecutionEvent$];
|
|
716
723
|
var KubernetesScalingApps = [1, n0, _KSA, 0, () => KubernetesScalingApplication];
|
|
717
|
-
var LambdaList = [1, n0, _LL, 0, () => Lambdas];
|
|
718
|
-
var PlanList = [1, n0, _PL, 0, () => AbbreviatedPlan];
|
|
719
|
-
var PlanWarnings = [1, n0, _PW, 0, () => ResourceWarning];
|
|
720
|
-
var Route53HealthCheckList = [1, n0, _RHCL, 0, () => Route53HealthCheck];
|
|
721
|
-
var Route53ResourceRecordSetList = [1, n0, _RRRSL, 0, () => Route53ResourceRecordSet];
|
|
722
|
-
var ServiceList = [1, n0, _SL, 0, () => Service];
|
|
723
|
-
var Steps = [1, n0, _Ste, 0, () => Step];
|
|
724
|
-
var StepStates = [1, n0, _SSt, 0, () => StepState];
|
|
725
|
-
var TriggerConditionList = [1, n0, _TCL, 0, () => TriggerCondition];
|
|
726
|
-
var TriggerList = [1, n0, _TL, 0, () => Trigger];
|
|
727
|
-
var WorkflowList = [1, n0, _WL, 0, () => Workflow];
|
|
728
|
-
var AssociatedAlarmMap = [2, n0, _AAM, 0, 0, () => AssociatedAlarm];
|
|
724
|
+
var LambdaList = [1, n0, _LL, 0, () => Lambdas$];
|
|
725
|
+
var PlanList = [1, n0, _PL, 0, () => AbbreviatedPlan$];
|
|
726
|
+
var PlanWarnings = [1, n0, _PW, 0, () => ResourceWarning$];
|
|
727
|
+
var Route53HealthCheckList = [1, n0, _RHCL, 0, () => Route53HealthCheck$];
|
|
728
|
+
var Route53ResourceRecordSetList = [1, n0, _RRRSL, 0, () => Route53ResourceRecordSet$];
|
|
729
|
+
var ServiceList = [1, n0, _SL, 0, () => Service$];
|
|
730
|
+
var Steps = [1, n0, _Ste, 0, () => Step$];
|
|
731
|
+
var StepStates = [1, n0, _SSt, 0, () => StepState$];
|
|
732
|
+
var TriggerConditionList = [1, n0, _TCL, 0, () => TriggerCondition$];
|
|
733
|
+
var TriggerList = [1, n0, _TL, 0, () => Trigger$];
|
|
734
|
+
var WorkflowList = [1, n0, _WL, 0, () => Workflow$];
|
|
735
|
+
var AssociatedAlarmMap = [2, n0, _AAM, 0, 0, () => AssociatedAlarm$];
|
|
729
736
|
var KubernetesScalingApplication = [2, n0, _KSAu, 0, 0, () => RegionalScalingResource];
|
|
730
|
-
var RegionalScalingResource = [2, n0, _RSR, 0, 0, () => KubernetesScalingResource];
|
|
737
|
+
var RegionalScalingResource = [2, n0, _RSR, 0, 0, () => KubernetesScalingResource$];
|
|
731
738
|
var RegionAndRoutingControls = [2, n0, _RARC, 0, 0, () => ArcRoutingControlStates];
|
|
732
|
-
var ExecutionBlockConfiguration = [
|
|
739
|
+
var ExecutionBlockConfiguration$ = [
|
|
733
740
|
3,
|
|
734
741
|
n0,
|
|
735
742
|
_EBC,
|
|
736
743
|
0,
|
|
737
744
|
[_cALC, _eACIC, _eAC, _aRCC, _gAC, _pC, _rSPC, _eCIC, _eRSC, _rHCC],
|
|
738
745
|
[
|
|
739
|
-
() => CustomActionLambdaConfiguration
|
|
740
|
-
() => Ec2AsgCapacityIncreaseConfiguration
|
|
741
|
-
() => ExecutionApprovalConfiguration
|
|
742
|
-
() => ArcRoutingControlConfiguration
|
|
743
|
-
() => GlobalAuroraConfiguration
|
|
744
|
-
() => ParallelExecutionBlockConfiguration
|
|
745
|
-
() => RegionSwitchPlanConfiguration
|
|
746
|
-
() => EcsCapacityIncreaseConfiguration
|
|
747
|
-
() => EksResourceScalingConfiguration
|
|
748
|
-
() => Route53HealthCheckConfiguration
|
|
746
|
+
() => CustomActionLambdaConfiguration$,
|
|
747
|
+
() => Ec2AsgCapacityIncreaseConfiguration$,
|
|
748
|
+
() => ExecutionApprovalConfiguration$,
|
|
749
|
+
() => ArcRoutingControlConfiguration$,
|
|
750
|
+
() => GlobalAuroraConfiguration$,
|
|
751
|
+
() => ParallelExecutionBlockConfiguration$,
|
|
752
|
+
() => RegionSwitchPlanConfiguration$,
|
|
753
|
+
() => EcsCapacityIncreaseConfiguration$,
|
|
754
|
+
() => EksResourceScalingConfiguration$,
|
|
755
|
+
() => Route53HealthCheckConfiguration$,
|
|
749
756
|
],
|
|
750
757
|
];
|
|
751
|
-
var ApprovePlanExecutionStep = [
|
|
758
|
+
var ApprovePlanExecutionStep$ = [
|
|
752
759
|
9,
|
|
753
760
|
n0,
|
|
754
761
|
_APES,
|
|
755
762
|
0,
|
|
756
|
-
() => ApprovePlanExecutionStepRequest
|
|
757
|
-
() => ApprovePlanExecutionStepResponse
|
|
763
|
+
() => ApprovePlanExecutionStepRequest$,
|
|
764
|
+
() => ApprovePlanExecutionStepResponse$,
|
|
758
765
|
];
|
|
759
|
-
var CancelPlanExecution = [
|
|
766
|
+
var CancelPlanExecution$ = [
|
|
760
767
|
9,
|
|
761
768
|
n0,
|
|
762
769
|
_CPE,
|
|
763
770
|
0,
|
|
764
|
-
() => CancelPlanExecutionRequest
|
|
765
|
-
() => CancelPlanExecutionResponse
|
|
771
|
+
() => CancelPlanExecutionRequest$,
|
|
772
|
+
() => CancelPlanExecutionResponse$,
|
|
766
773
|
];
|
|
767
|
-
var CreatePlan = [9, n0, _CP, 0, () => CreatePlanRequest
|
|
768
|
-
var DeletePlan = [9, n0, _DP, 2, () => DeletePlanRequest
|
|
769
|
-
var GetPlan = [9, n0, _GP, 0, () => GetPlanRequest
|
|
770
|
-
var GetPlanEvaluationStatus = [
|
|
774
|
+
var CreatePlan$ = [9, n0, _CP, 0, () => CreatePlanRequest$, () => CreatePlanResponse$];
|
|
775
|
+
var DeletePlan$ = [9, n0, _DP, 2, () => DeletePlanRequest$, () => DeletePlanResponse$];
|
|
776
|
+
var GetPlan$ = [9, n0, _GP, 0, () => GetPlanRequest$, () => GetPlanResponse$];
|
|
777
|
+
var GetPlanEvaluationStatus$ = [
|
|
771
778
|
9,
|
|
772
779
|
n0,
|
|
773
780
|
_GPES,
|
|
774
781
|
0,
|
|
775
|
-
() => GetPlanEvaluationStatusRequest
|
|
776
|
-
() => GetPlanEvaluationStatusResponse
|
|
782
|
+
() => GetPlanEvaluationStatusRequest$,
|
|
783
|
+
() => GetPlanEvaluationStatusResponse$,
|
|
777
784
|
];
|
|
778
|
-
var GetPlanExecution = [
|
|
785
|
+
var GetPlanExecution$ = [
|
|
779
786
|
9,
|
|
780
787
|
n0,
|
|
781
788
|
_GPE,
|
|
782
789
|
0,
|
|
783
|
-
() => GetPlanExecutionRequest
|
|
784
|
-
() => GetPlanExecutionResponse
|
|
790
|
+
() => GetPlanExecutionRequest$,
|
|
791
|
+
() => GetPlanExecutionResponse$,
|
|
785
792
|
];
|
|
786
|
-
var GetPlanInRegion = [
|
|
793
|
+
var GetPlanInRegion$ = [
|
|
787
794
|
9,
|
|
788
795
|
n0,
|
|
789
796
|
_GPIR,
|
|
790
797
|
0,
|
|
791
|
-
() => GetPlanInRegionRequest
|
|
792
|
-
() => GetPlanInRegionResponse
|
|
798
|
+
() => GetPlanInRegionRequest$,
|
|
799
|
+
() => GetPlanInRegionResponse$,
|
|
793
800
|
];
|
|
794
|
-
var ListPlanExecutionEvents = [
|
|
801
|
+
var ListPlanExecutionEvents$ = [
|
|
795
802
|
9,
|
|
796
803
|
n0,
|
|
797
804
|
_LPEE,
|
|
798
805
|
0,
|
|
799
|
-
() => ListPlanExecutionEventsRequest
|
|
800
|
-
() => ListPlanExecutionEventsResponse
|
|
806
|
+
() => ListPlanExecutionEventsRequest$,
|
|
807
|
+
() => ListPlanExecutionEventsResponse$,
|
|
801
808
|
];
|
|
802
|
-
var ListPlanExecutions = [
|
|
809
|
+
var ListPlanExecutions$ = [
|
|
803
810
|
9,
|
|
804
811
|
n0,
|
|
805
812
|
_LPE,
|
|
806
813
|
0,
|
|
807
|
-
() => ListPlanExecutionsRequest
|
|
808
|
-
() => ListPlanExecutionsResponse
|
|
814
|
+
() => ListPlanExecutionsRequest$,
|
|
815
|
+
() => ListPlanExecutionsResponse$,
|
|
809
816
|
];
|
|
810
|
-
var ListPlans = [9, n0, _LP, 0, () => ListPlansRequest
|
|
811
|
-
var ListPlansInRegion = [
|
|
817
|
+
var ListPlans$ = [9, n0, _LP, 0, () => ListPlansRequest$, () => ListPlansResponse$];
|
|
818
|
+
var ListPlansInRegion$ = [
|
|
812
819
|
9,
|
|
813
820
|
n0,
|
|
814
821
|
_LPIR,
|
|
815
822
|
0,
|
|
816
|
-
() => ListPlansInRegionRequest
|
|
817
|
-
() => ListPlansInRegionResponse
|
|
823
|
+
() => ListPlansInRegionRequest$,
|
|
824
|
+
() => ListPlansInRegionResponse$,
|
|
818
825
|
];
|
|
819
|
-
var ListRoute53HealthChecks = [
|
|
826
|
+
var ListRoute53HealthChecks$ = [
|
|
820
827
|
9,
|
|
821
828
|
n0,
|
|
822
829
|
_LRHC,
|
|
823
830
|
0,
|
|
824
|
-
() => ListRoute53HealthChecksRequest
|
|
825
|
-
() => ListRoute53HealthChecksResponse
|
|
831
|
+
() => ListRoute53HealthChecksRequest$,
|
|
832
|
+
() => ListRoute53HealthChecksResponse$,
|
|
826
833
|
];
|
|
827
|
-
var ListTagsForResource = [
|
|
834
|
+
var ListTagsForResource$ = [
|
|
828
835
|
9,
|
|
829
836
|
n0,
|
|
830
837
|
_LTFR,
|
|
831
838
|
0,
|
|
832
|
-
() => ListTagsForResourceRequest
|
|
833
|
-
() => ListTagsForResourceResponse
|
|
839
|
+
() => ListTagsForResourceRequest$,
|
|
840
|
+
() => ListTagsForResourceResponse$,
|
|
834
841
|
];
|
|
835
|
-
var StartPlanExecution = [
|
|
842
|
+
var StartPlanExecution$ = [
|
|
836
843
|
9,
|
|
837
844
|
n0,
|
|
838
845
|
_SPE,
|
|
839
846
|
0,
|
|
840
|
-
() => StartPlanExecutionRequest
|
|
841
|
-
() => StartPlanExecutionResponse
|
|
847
|
+
() => StartPlanExecutionRequest$,
|
|
848
|
+
() => StartPlanExecutionResponse$,
|
|
842
849
|
];
|
|
843
|
-
var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
844
|
-
var UntagResource = [
|
|
850
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
851
|
+
var UntagResource$ = [
|
|
845
852
|
9,
|
|
846
853
|
n0,
|
|
847
854
|
_UR,
|
|
848
855
|
0,
|
|
849
|
-
() => UntagResourceRequest
|
|
850
|
-
() => UntagResourceResponse
|
|
856
|
+
() => UntagResourceRequest$,
|
|
857
|
+
() => UntagResourceResponse$,
|
|
851
858
|
];
|
|
852
|
-
var UpdatePlan = [9, n0, _UP, 0, () => UpdatePlanRequest
|
|
853
|
-
var UpdatePlanExecution = [
|
|
859
|
+
var UpdatePlan$ = [9, n0, _UP, 0, () => UpdatePlanRequest$, () => UpdatePlanResponse$];
|
|
860
|
+
var UpdatePlanExecution$ = [
|
|
854
861
|
9,
|
|
855
862
|
n0,
|
|
856
863
|
_UPE,
|
|
857
864
|
0,
|
|
858
|
-
() => UpdatePlanExecutionRequest
|
|
859
|
-
() => UpdatePlanExecutionResponse
|
|
865
|
+
() => UpdatePlanExecutionRequest$,
|
|
866
|
+
() => UpdatePlanExecutionResponse$,
|
|
860
867
|
];
|
|
861
|
-
var UpdatePlanExecutionStep = [
|
|
868
|
+
var UpdatePlanExecutionStep$ = [
|
|
862
869
|
9,
|
|
863
870
|
n0,
|
|
864
871
|
_UPES,
|
|
865
872
|
0,
|
|
866
|
-
() => UpdatePlanExecutionStepRequest
|
|
867
|
-
() => UpdatePlanExecutionStepResponse
|
|
873
|
+
() => UpdatePlanExecutionStepRequest$,
|
|
874
|
+
() => UpdatePlanExecutionStepResponse$,
|
|
868
875
|
];
|
|
869
876
|
|
|
870
877
|
class ApprovePlanExecutionStepCommand extends smithyClient.Command
|
|
@@ -875,7 +882,7 @@ class ApprovePlanExecutionStepCommand extends smithyClient.Command
|
|
|
875
882
|
})
|
|
876
883
|
.s("ArcRegionSwitch", "ApprovePlanExecutionStep", {})
|
|
877
884
|
.n("ARCRegionSwitchClient", "ApprovePlanExecutionStepCommand")
|
|
878
|
-
.sc(ApprovePlanExecutionStep)
|
|
885
|
+
.sc(ApprovePlanExecutionStep$)
|
|
879
886
|
.build() {
|
|
880
887
|
}
|
|
881
888
|
|
|
@@ -887,7 +894,7 @@ class CancelPlanExecutionCommand extends smithyClient.Command
|
|
|
887
894
|
})
|
|
888
895
|
.s("ArcRegionSwitch", "CancelPlanExecution", {})
|
|
889
896
|
.n("ARCRegionSwitchClient", "CancelPlanExecutionCommand")
|
|
890
|
-
.sc(CancelPlanExecution)
|
|
897
|
+
.sc(CancelPlanExecution$)
|
|
891
898
|
.build() {
|
|
892
899
|
}
|
|
893
900
|
|
|
@@ -902,7 +909,7 @@ class CreatePlanCommand extends smithyClient.Command
|
|
|
902
909
|
})
|
|
903
910
|
.s("ArcRegionSwitch", "CreatePlan", {})
|
|
904
911
|
.n("ARCRegionSwitchClient", "CreatePlanCommand")
|
|
905
|
-
.sc(CreatePlan)
|
|
912
|
+
.sc(CreatePlan$)
|
|
906
913
|
.build() {
|
|
907
914
|
}
|
|
908
915
|
|
|
@@ -917,7 +924,7 @@ class DeletePlanCommand extends smithyClient.Command
|
|
|
917
924
|
})
|
|
918
925
|
.s("ArcRegionSwitch", "DeletePlan", {})
|
|
919
926
|
.n("ARCRegionSwitchClient", "DeletePlanCommand")
|
|
920
|
-
.sc(DeletePlan)
|
|
927
|
+
.sc(DeletePlan$)
|
|
921
928
|
.build() {
|
|
922
929
|
}
|
|
923
930
|
|
|
@@ -932,7 +939,7 @@ class GetPlanCommand extends smithyClient.Command
|
|
|
932
939
|
})
|
|
933
940
|
.s("ArcRegionSwitch", "GetPlan", {})
|
|
934
941
|
.n("ARCRegionSwitchClient", "GetPlanCommand")
|
|
935
|
-
.sc(GetPlan)
|
|
942
|
+
.sc(GetPlan$)
|
|
936
943
|
.build() {
|
|
937
944
|
}
|
|
938
945
|
|
|
@@ -944,7 +951,7 @@ class GetPlanEvaluationStatusCommand extends smithyClient.Command
|
|
|
944
951
|
})
|
|
945
952
|
.s("ArcRegionSwitch", "GetPlanEvaluationStatus", {})
|
|
946
953
|
.n("ARCRegionSwitchClient", "GetPlanEvaluationStatusCommand")
|
|
947
|
-
.sc(GetPlanEvaluationStatus)
|
|
954
|
+
.sc(GetPlanEvaluationStatus$)
|
|
948
955
|
.build() {
|
|
949
956
|
}
|
|
950
957
|
|
|
@@ -956,7 +963,7 @@ class GetPlanExecutionCommand extends smithyClient.Command
|
|
|
956
963
|
})
|
|
957
964
|
.s("ArcRegionSwitch", "GetPlanExecution", {})
|
|
958
965
|
.n("ARCRegionSwitchClient", "GetPlanExecutionCommand")
|
|
959
|
-
.sc(GetPlanExecution)
|
|
966
|
+
.sc(GetPlanExecution$)
|
|
960
967
|
.build() {
|
|
961
968
|
}
|
|
962
969
|
|
|
@@ -968,7 +975,7 @@ class GetPlanInRegionCommand extends smithyClient.Command
|
|
|
968
975
|
})
|
|
969
976
|
.s("ArcRegionSwitch", "GetPlanInRegion", {})
|
|
970
977
|
.n("ARCRegionSwitchClient", "GetPlanInRegionCommand")
|
|
971
|
-
.sc(GetPlanInRegion)
|
|
978
|
+
.sc(GetPlanInRegion$)
|
|
972
979
|
.build() {
|
|
973
980
|
}
|
|
974
981
|
|
|
@@ -980,7 +987,7 @@ class ListPlanExecutionEventsCommand extends smithyClient.Command
|
|
|
980
987
|
})
|
|
981
988
|
.s("ArcRegionSwitch", "ListPlanExecutionEvents", {})
|
|
982
989
|
.n("ARCRegionSwitchClient", "ListPlanExecutionEventsCommand")
|
|
983
|
-
.sc(ListPlanExecutionEvents)
|
|
990
|
+
.sc(ListPlanExecutionEvents$)
|
|
984
991
|
.build() {
|
|
985
992
|
}
|
|
986
993
|
|
|
@@ -992,7 +999,7 @@ class ListPlanExecutionsCommand extends smithyClient.Command
|
|
|
992
999
|
})
|
|
993
1000
|
.s("ArcRegionSwitch", "ListPlanExecutions", {})
|
|
994
1001
|
.n("ARCRegionSwitchClient", "ListPlanExecutionsCommand")
|
|
995
|
-
.sc(ListPlanExecutions)
|
|
1002
|
+
.sc(ListPlanExecutions$)
|
|
996
1003
|
.build() {
|
|
997
1004
|
}
|
|
998
1005
|
|
|
@@ -1007,7 +1014,7 @@ class ListPlansCommand extends smithyClient.Command
|
|
|
1007
1014
|
})
|
|
1008
1015
|
.s("ArcRegionSwitch", "ListPlans", {})
|
|
1009
1016
|
.n("ARCRegionSwitchClient", "ListPlansCommand")
|
|
1010
|
-
.sc(ListPlans)
|
|
1017
|
+
.sc(ListPlans$)
|
|
1011
1018
|
.build() {
|
|
1012
1019
|
}
|
|
1013
1020
|
|
|
@@ -1019,7 +1026,7 @@ class ListPlansInRegionCommand extends smithyClient.Command
|
|
|
1019
1026
|
})
|
|
1020
1027
|
.s("ArcRegionSwitch", "ListPlansInRegion", {})
|
|
1021
1028
|
.n("ARCRegionSwitchClient", "ListPlansInRegionCommand")
|
|
1022
|
-
.sc(ListPlansInRegion)
|
|
1029
|
+
.sc(ListPlansInRegion$)
|
|
1023
1030
|
.build() {
|
|
1024
1031
|
}
|
|
1025
1032
|
|
|
@@ -1034,7 +1041,7 @@ class ListRoute53HealthChecksCommand extends smithyClient.Command
|
|
|
1034
1041
|
})
|
|
1035
1042
|
.s("ArcRegionSwitch", "ListRoute53HealthChecks", {})
|
|
1036
1043
|
.n("ARCRegionSwitchClient", "ListRoute53HealthChecksCommand")
|
|
1037
|
-
.sc(ListRoute53HealthChecks)
|
|
1044
|
+
.sc(ListRoute53HealthChecks$)
|
|
1038
1045
|
.build() {
|
|
1039
1046
|
}
|
|
1040
1047
|
|
|
@@ -1049,7 +1056,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1049
1056
|
})
|
|
1050
1057
|
.s("ArcRegionSwitch", "ListTagsForResource", {})
|
|
1051
1058
|
.n("ARCRegionSwitchClient", "ListTagsForResourceCommand")
|
|
1052
|
-
.sc(ListTagsForResource)
|
|
1059
|
+
.sc(ListTagsForResource$)
|
|
1053
1060
|
.build() {
|
|
1054
1061
|
}
|
|
1055
1062
|
|
|
@@ -1061,7 +1068,7 @@ class StartPlanExecutionCommand extends smithyClient.Command
|
|
|
1061
1068
|
})
|
|
1062
1069
|
.s("ArcRegionSwitch", "StartPlanExecution", {})
|
|
1063
1070
|
.n("ARCRegionSwitchClient", "StartPlanExecutionCommand")
|
|
1064
|
-
.sc(StartPlanExecution)
|
|
1071
|
+
.sc(StartPlanExecution$)
|
|
1065
1072
|
.build() {
|
|
1066
1073
|
}
|
|
1067
1074
|
|
|
@@ -1076,7 +1083,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1076
1083
|
})
|
|
1077
1084
|
.s("ArcRegionSwitch", "TagResource", {})
|
|
1078
1085
|
.n("ARCRegionSwitchClient", "TagResourceCommand")
|
|
1079
|
-
.sc(TagResource)
|
|
1086
|
+
.sc(TagResource$)
|
|
1080
1087
|
.build() {
|
|
1081
1088
|
}
|
|
1082
1089
|
|
|
@@ -1091,7 +1098,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1091
1098
|
})
|
|
1092
1099
|
.s("ArcRegionSwitch", "UntagResource", {})
|
|
1093
1100
|
.n("ARCRegionSwitchClient", "UntagResourceCommand")
|
|
1094
|
-
.sc(UntagResource)
|
|
1101
|
+
.sc(UntagResource$)
|
|
1095
1102
|
.build() {
|
|
1096
1103
|
}
|
|
1097
1104
|
|
|
@@ -1106,7 +1113,7 @@ class UpdatePlanCommand extends smithyClient.Command
|
|
|
1106
1113
|
})
|
|
1107
1114
|
.s("ArcRegionSwitch", "UpdatePlan", {})
|
|
1108
1115
|
.n("ARCRegionSwitchClient", "UpdatePlanCommand")
|
|
1109
|
-
.sc(UpdatePlan)
|
|
1116
|
+
.sc(UpdatePlan$)
|
|
1110
1117
|
.build() {
|
|
1111
1118
|
}
|
|
1112
1119
|
|
|
@@ -1118,7 +1125,7 @@ class UpdatePlanExecutionCommand extends smithyClient.Command
|
|
|
1118
1125
|
})
|
|
1119
1126
|
.s("ArcRegionSwitch", "UpdatePlanExecution", {})
|
|
1120
1127
|
.n("ARCRegionSwitchClient", "UpdatePlanExecutionCommand")
|
|
1121
|
-
.sc(UpdatePlanExecution)
|
|
1128
|
+
.sc(UpdatePlanExecution$)
|
|
1122
1129
|
.build() {
|
|
1123
1130
|
}
|
|
1124
1131
|
|
|
@@ -1130,7 +1137,7 @@ class UpdatePlanExecutionStepCommand extends smithyClient.Command
|
|
|
1130
1137
|
})
|
|
1131
1138
|
.s("ArcRegionSwitch", "UpdatePlanExecutionStep", {})
|
|
1132
1139
|
.n("ARCRegionSwitchClient", "UpdatePlanExecutionStepCommand")
|
|
1133
|
-
.sc(UpdatePlanExecutionStep)
|
|
1140
|
+
.sc(UpdatePlanExecutionStep$)
|
|
1134
1141
|
.build() {
|
|
1135
1142
|
}
|
|
1136
1143
|
|
|
@@ -1437,54 +1444,157 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1437
1444
|
});
|
|
1438
1445
|
exports.ARCRegionSwitch = ARCRegionSwitch;
|
|
1439
1446
|
exports.ARCRegionSwitchClient = ARCRegionSwitchClient;
|
|
1440
|
-
exports.ARCRegionSwitchServiceException = ARCRegionSwitchServiceException
|
|
1441
|
-
exports.
|
|
1447
|
+
exports.ARCRegionSwitchServiceException = ARCRegionSwitchServiceException;
|
|
1448
|
+
exports.ARCRegionSwitchServiceException$ = ARCRegionSwitchServiceException$;
|
|
1449
|
+
exports.AbbreviatedExecution$ = AbbreviatedExecution$;
|
|
1450
|
+
exports.AbbreviatedPlan$ = AbbreviatedPlan$;
|
|
1451
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1452
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1442
1453
|
exports.AlarmCondition = AlarmCondition;
|
|
1443
1454
|
exports.AlarmType = AlarmType;
|
|
1444
1455
|
exports.Approval = Approval;
|
|
1456
|
+
exports.ApprovePlanExecutionStep$ = ApprovePlanExecutionStep$;
|
|
1445
1457
|
exports.ApprovePlanExecutionStepCommand = ApprovePlanExecutionStepCommand;
|
|
1458
|
+
exports.ApprovePlanExecutionStepRequest$ = ApprovePlanExecutionStepRequest$;
|
|
1459
|
+
exports.ApprovePlanExecutionStepResponse$ = ApprovePlanExecutionStepResponse$;
|
|
1460
|
+
exports.ArcRoutingControlConfiguration$ = ArcRoutingControlConfiguration$;
|
|
1461
|
+
exports.ArcRoutingControlState$ = ArcRoutingControlState$;
|
|
1462
|
+
exports.Asg$ = Asg$;
|
|
1463
|
+
exports.AssociatedAlarm$ = AssociatedAlarm$;
|
|
1464
|
+
exports.CancelPlanExecution$ = CancelPlanExecution$;
|
|
1446
1465
|
exports.CancelPlanExecutionCommand = CancelPlanExecutionCommand;
|
|
1466
|
+
exports.CancelPlanExecutionRequest$ = CancelPlanExecutionRequest$;
|
|
1467
|
+
exports.CancelPlanExecutionResponse$ = CancelPlanExecutionResponse$;
|
|
1468
|
+
exports.CreatePlan$ = CreatePlan$;
|
|
1447
1469
|
exports.CreatePlanCommand = CreatePlanCommand;
|
|
1470
|
+
exports.CreatePlanRequest$ = CreatePlanRequest$;
|
|
1471
|
+
exports.CreatePlanResponse$ = CreatePlanResponse$;
|
|
1472
|
+
exports.CustomActionLambdaConfiguration$ = CustomActionLambdaConfiguration$;
|
|
1473
|
+
exports.DeletePlan$ = DeletePlan$;
|
|
1448
1474
|
exports.DeletePlanCommand = DeletePlanCommand;
|
|
1475
|
+
exports.DeletePlanRequest$ = DeletePlanRequest$;
|
|
1476
|
+
exports.DeletePlanResponse$ = DeletePlanResponse$;
|
|
1477
|
+
exports.Ec2AsgCapacityIncreaseConfiguration$ = Ec2AsgCapacityIncreaseConfiguration$;
|
|
1449
1478
|
exports.Ec2AsgCapacityMonitoringApproach = Ec2AsgCapacityMonitoringApproach;
|
|
1479
|
+
exports.Ec2Ungraceful$ = Ec2Ungraceful$;
|
|
1480
|
+
exports.EcsCapacityIncreaseConfiguration$ = EcsCapacityIncreaseConfiguration$;
|
|
1450
1481
|
exports.EcsCapacityMonitoringApproach = EcsCapacityMonitoringApproach;
|
|
1482
|
+
exports.EcsUngraceful$ = EcsUngraceful$;
|
|
1451
1483
|
exports.EksCapacityMonitoringApproach = EksCapacityMonitoringApproach;
|
|
1484
|
+
exports.EksCluster$ = EksCluster$;
|
|
1485
|
+
exports.EksResourceScalingConfiguration$ = EksResourceScalingConfiguration$;
|
|
1486
|
+
exports.EksResourceScalingUngraceful$ = EksResourceScalingUngraceful$;
|
|
1452
1487
|
exports.EvaluationStatus = EvaluationStatus;
|
|
1453
1488
|
exports.ExecutionAction = ExecutionAction;
|
|
1489
|
+
exports.ExecutionApprovalConfiguration$ = ExecutionApprovalConfiguration$;
|
|
1490
|
+
exports.ExecutionBlockConfiguration$ = ExecutionBlockConfiguration$;
|
|
1454
1491
|
exports.ExecutionBlockType = ExecutionBlockType;
|
|
1492
|
+
exports.ExecutionEvent$ = ExecutionEvent$;
|
|
1455
1493
|
exports.ExecutionEventType = ExecutionEventType;
|
|
1456
1494
|
exports.ExecutionMode = ExecutionMode;
|
|
1457
1495
|
exports.ExecutionState = ExecutionState;
|
|
1496
|
+
exports.GetPlan$ = GetPlan$;
|
|
1458
1497
|
exports.GetPlanCommand = GetPlanCommand;
|
|
1498
|
+
exports.GetPlanEvaluationStatus$ = GetPlanEvaluationStatus$;
|
|
1459
1499
|
exports.GetPlanEvaluationStatusCommand = GetPlanEvaluationStatusCommand;
|
|
1500
|
+
exports.GetPlanEvaluationStatusRequest$ = GetPlanEvaluationStatusRequest$;
|
|
1501
|
+
exports.GetPlanEvaluationStatusResponse$ = GetPlanEvaluationStatusResponse$;
|
|
1502
|
+
exports.GetPlanExecution$ = GetPlanExecution$;
|
|
1460
1503
|
exports.GetPlanExecutionCommand = GetPlanExecutionCommand;
|
|
1504
|
+
exports.GetPlanExecutionRequest$ = GetPlanExecutionRequest$;
|
|
1505
|
+
exports.GetPlanExecutionResponse$ = GetPlanExecutionResponse$;
|
|
1506
|
+
exports.GetPlanInRegion$ = GetPlanInRegion$;
|
|
1461
1507
|
exports.GetPlanInRegionCommand = GetPlanInRegionCommand;
|
|
1508
|
+
exports.GetPlanInRegionRequest$ = GetPlanInRegionRequest$;
|
|
1509
|
+
exports.GetPlanInRegionResponse$ = GetPlanInRegionResponse$;
|
|
1510
|
+
exports.GetPlanRequest$ = GetPlanRequest$;
|
|
1511
|
+
exports.GetPlanResponse$ = GetPlanResponse$;
|
|
1512
|
+
exports.GlobalAuroraConfiguration$ = GlobalAuroraConfiguration$;
|
|
1462
1513
|
exports.GlobalAuroraDefaultBehavior = GlobalAuroraDefaultBehavior;
|
|
1514
|
+
exports.GlobalAuroraUngraceful$ = GlobalAuroraUngraceful$;
|
|
1463
1515
|
exports.GlobalAuroraUngracefulBehavior = GlobalAuroraUngracefulBehavior;
|
|
1464
|
-
exports.IllegalArgumentException = IllegalArgumentException
|
|
1465
|
-
exports.
|
|
1466
|
-
exports.
|
|
1516
|
+
exports.IllegalArgumentException = IllegalArgumentException;
|
|
1517
|
+
exports.IllegalArgumentException$ = IllegalArgumentException$;
|
|
1518
|
+
exports.IllegalStateException = IllegalStateException;
|
|
1519
|
+
exports.IllegalStateException$ = IllegalStateException$;
|
|
1520
|
+
exports.InternalServerException = InternalServerException;
|
|
1521
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1522
|
+
exports.KubernetesResourceType$ = KubernetesResourceType$;
|
|
1523
|
+
exports.KubernetesScalingResource$ = KubernetesScalingResource$;
|
|
1524
|
+
exports.LambdaUngraceful$ = LambdaUngraceful$;
|
|
1467
1525
|
exports.LambdaUngracefulBehavior = LambdaUngracefulBehavior;
|
|
1526
|
+
exports.Lambdas$ = Lambdas$;
|
|
1527
|
+
exports.ListPlanExecutionEvents$ = ListPlanExecutionEvents$;
|
|
1468
1528
|
exports.ListPlanExecutionEventsCommand = ListPlanExecutionEventsCommand;
|
|
1529
|
+
exports.ListPlanExecutionEventsRequest$ = ListPlanExecutionEventsRequest$;
|
|
1530
|
+
exports.ListPlanExecutionEventsResponse$ = ListPlanExecutionEventsResponse$;
|
|
1531
|
+
exports.ListPlanExecutions$ = ListPlanExecutions$;
|
|
1469
1532
|
exports.ListPlanExecutionsCommand = ListPlanExecutionsCommand;
|
|
1533
|
+
exports.ListPlanExecutionsRequest$ = ListPlanExecutionsRequest$;
|
|
1534
|
+
exports.ListPlanExecutionsResponse$ = ListPlanExecutionsResponse$;
|
|
1535
|
+
exports.ListPlans$ = ListPlans$;
|
|
1470
1536
|
exports.ListPlansCommand = ListPlansCommand;
|
|
1537
|
+
exports.ListPlansInRegion$ = ListPlansInRegion$;
|
|
1471
1538
|
exports.ListPlansInRegionCommand = ListPlansInRegionCommand;
|
|
1539
|
+
exports.ListPlansInRegionRequest$ = ListPlansInRegionRequest$;
|
|
1540
|
+
exports.ListPlansInRegionResponse$ = ListPlansInRegionResponse$;
|
|
1541
|
+
exports.ListPlansRequest$ = ListPlansRequest$;
|
|
1542
|
+
exports.ListPlansResponse$ = ListPlansResponse$;
|
|
1543
|
+
exports.ListRoute53HealthChecks$ = ListRoute53HealthChecks$;
|
|
1472
1544
|
exports.ListRoute53HealthChecksCommand = ListRoute53HealthChecksCommand;
|
|
1545
|
+
exports.ListRoute53HealthChecksRequest$ = ListRoute53HealthChecksRequest$;
|
|
1546
|
+
exports.ListRoute53HealthChecksResponse$ = ListRoute53HealthChecksResponse$;
|
|
1547
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1473
1548
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1549
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1550
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1551
|
+
exports.MinimalWorkflow$ = MinimalWorkflow$;
|
|
1552
|
+
exports.ParallelExecutionBlockConfiguration$ = ParallelExecutionBlockConfiguration$;
|
|
1553
|
+
exports.Plan$ = Plan$;
|
|
1474
1554
|
exports.RecoveryApproach = RecoveryApproach;
|
|
1555
|
+
exports.RegionSwitchPlanConfiguration$ = RegionSwitchPlanConfiguration$;
|
|
1475
1556
|
exports.RegionToRunIn = RegionToRunIn;
|
|
1476
|
-
exports.ResourceNotFoundException = ResourceNotFoundException
|
|
1557
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1558
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1559
|
+
exports.ResourceWarning$ = ResourceWarning$;
|
|
1477
1560
|
exports.ResourceWarningStatus = ResourceWarningStatus;
|
|
1561
|
+
exports.Route53HealthCheck$ = Route53HealthCheck$;
|
|
1562
|
+
exports.Route53HealthCheckConfiguration$ = Route53HealthCheckConfiguration$;
|
|
1563
|
+
exports.Route53ResourceRecordSet$ = Route53ResourceRecordSet$;
|
|
1478
1564
|
exports.RoutingControlStateChange = RoutingControlStateChange;
|
|
1565
|
+
exports.Service$ = Service$;
|
|
1566
|
+
exports.StartPlanExecution$ = StartPlanExecution$;
|
|
1479
1567
|
exports.StartPlanExecutionCommand = StartPlanExecutionCommand;
|
|
1568
|
+
exports.StartPlanExecutionRequest$ = StartPlanExecutionRequest$;
|
|
1569
|
+
exports.StartPlanExecutionResponse$ = StartPlanExecutionResponse$;
|
|
1570
|
+
exports.Step$ = Step$;
|
|
1571
|
+
exports.StepState$ = StepState$;
|
|
1480
1572
|
exports.StepStatus = StepStatus;
|
|
1573
|
+
exports.TagResource$ = TagResource$;
|
|
1481
1574
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1575
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1576
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1577
|
+
exports.Trigger$ = Trigger$;
|
|
1578
|
+
exports.TriggerCondition$ = TriggerCondition$;
|
|
1579
|
+
exports.UntagResource$ = UntagResource$;
|
|
1482
1580
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1581
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1582
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1583
|
+
exports.UpdatePlan$ = UpdatePlan$;
|
|
1483
1584
|
exports.UpdatePlanCommand = UpdatePlanCommand;
|
|
1585
|
+
exports.UpdatePlanExecution$ = UpdatePlanExecution$;
|
|
1484
1586
|
exports.UpdatePlanExecutionAction = UpdatePlanExecutionAction;
|
|
1485
1587
|
exports.UpdatePlanExecutionCommand = UpdatePlanExecutionCommand;
|
|
1588
|
+
exports.UpdatePlanExecutionRequest$ = UpdatePlanExecutionRequest$;
|
|
1589
|
+
exports.UpdatePlanExecutionResponse$ = UpdatePlanExecutionResponse$;
|
|
1590
|
+
exports.UpdatePlanExecutionStep$ = UpdatePlanExecutionStep$;
|
|
1486
1591
|
exports.UpdatePlanExecutionStepAction = UpdatePlanExecutionStepAction;
|
|
1487
1592
|
exports.UpdatePlanExecutionStepCommand = UpdatePlanExecutionStepCommand;
|
|
1593
|
+
exports.UpdatePlanExecutionStepRequest$ = UpdatePlanExecutionStepRequest$;
|
|
1594
|
+
exports.UpdatePlanExecutionStepResponse$ = UpdatePlanExecutionStepResponse$;
|
|
1595
|
+
exports.UpdatePlanRequest$ = UpdatePlanRequest$;
|
|
1596
|
+
exports.UpdatePlanResponse$ = UpdatePlanResponse$;
|
|
1597
|
+
exports.Workflow$ = Workflow$;
|
|
1488
1598
|
exports.WorkflowTargetAction = WorkflowTargetAction;
|
|
1489
1599
|
exports.paginateGetPlanEvaluationStatus = paginateGetPlanEvaluationStatus;
|
|
1490
1600
|
exports.paginateGetPlanExecution = paginateGetPlanExecution;
|