@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
|
@@ -245,9 +245,9 @@ const _wa = "warnings";
|
|
|
245
245
|
const _wo = "workflow";
|
|
246
246
|
const n0 = "com.amazonaws.arcregionswitch";
|
|
247
247
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
248
|
-
import { ARCRegionSwitchServiceException
|
|
249
|
-
import { AccessDeniedException
|
|
250
|
-
export var AbbreviatedExecution = [
|
|
248
|
+
import { ARCRegionSwitchServiceException } from "../models/ARCRegionSwitchServiceException";
|
|
249
|
+
import { AccessDeniedException, IllegalArgumentException, IllegalStateException, InternalServerException, ResourceNotFoundException, } from "../models/errors";
|
|
250
|
+
export var AbbreviatedExecution$ = [
|
|
251
251
|
3,
|
|
252
252
|
n0,
|
|
253
253
|
_AE,
|
|
@@ -255,7 +255,7 @@ export var AbbreviatedExecution = [
|
|
|
255
255
|
[_pA, _eI, _v, _uA, _c, _sT, _eT, _m, _eS, _eA, _eR, _aRT],
|
|
256
256
|
[0, 0, 0, 4, 0, 4, 4, 0, 0, 0, 0, 0],
|
|
257
257
|
];
|
|
258
|
-
export var AbbreviatedPlan = [
|
|
258
|
+
export var AbbreviatedPlan$ = [
|
|
259
259
|
3,
|
|
260
260
|
n0,
|
|
261
261
|
_AP,
|
|
@@ -263,9 +263,9 @@ export var AbbreviatedPlan = [
|
|
|
263
263
|
[_a, _o, _n, _r, _rA, _pR, _v, _uA, _d, _eRx, _aPE, _rTOM],
|
|
264
264
|
[0, 0, 0, 64 | 0, 0, 0, 0, 4, 0, 0, 0, 1],
|
|
265
265
|
];
|
|
266
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _cl, [_hE]: 403 }, [_me], [0]];
|
|
267
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
268
|
-
export var ApprovePlanExecutionStepRequest = [
|
|
266
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _cl, [_hE]: 403 }, [_me], [0]];
|
|
267
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
268
|
+
export var ApprovePlanExecutionStepRequest$ = [
|
|
269
269
|
3,
|
|
270
270
|
n0,
|
|
271
271
|
_APESR,
|
|
@@ -273,8 +273,8 @@ export var ApprovePlanExecutionStepRequest = [
|
|
|
273
273
|
[_pA, _eI, _sN, _ap, _c],
|
|
274
274
|
[0, 0, 0, 0, 0],
|
|
275
275
|
];
|
|
276
|
-
export var ApprovePlanExecutionStepResponse = [3, n0, _APESRp, 0, [], []];
|
|
277
|
-
export var ArcRoutingControlConfiguration = [
|
|
276
|
+
export var ApprovePlanExecutionStepResponse$ = [3, n0, _APESRp, 0, [], []];
|
|
277
|
+
export var ArcRoutingControlConfiguration$ = [
|
|
278
278
|
3,
|
|
279
279
|
n0,
|
|
280
280
|
_ARCC,
|
|
@@ -282,12 +282,12 @@ export var ArcRoutingControlConfiguration = [
|
|
|
282
282
|
[_tM, _cAR, _eIx, _rARC],
|
|
283
283
|
[1, 0, 0, () => RegionAndRoutingControls],
|
|
284
284
|
];
|
|
285
|
-
export var ArcRoutingControlState = [3, n0, _ARCS, 0, [_rCA, _s], [0, 0]];
|
|
286
|
-
export var Asg = [3, n0, _A, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
287
|
-
export var AssociatedAlarm = [3, n0, _AA, 0, [_cAR, _eIx, _rI, _aT], [0, 0, 0, 0]];
|
|
288
|
-
export var CancelPlanExecutionRequest = [3, n0, _CPER, 0, [_pA, _eI, _c], [0, 0, 0]];
|
|
289
|
-
export var CancelPlanExecutionResponse = [3, n0, _CPERa, 0, [], []];
|
|
290
|
-
export var CreatePlanRequest = [
|
|
285
|
+
export var ArcRoutingControlState$ = [3, n0, _ARCS, 0, [_rCA, _s], [0, 0]];
|
|
286
|
+
export var Asg$ = [3, n0, _A, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
287
|
+
export var AssociatedAlarm$ = [3, n0, _AA, 0, [_cAR, _eIx, _rI, _aT], [0, 0, 0, 0]];
|
|
288
|
+
export var CancelPlanExecutionRequest$ = [3, n0, _CPER, 0, [_pA, _eI, _c], [0, 0, 0]];
|
|
289
|
+
export var CancelPlanExecutionResponse$ = [3, n0, _CPERa, 0, [], []];
|
|
290
|
+
export var CreatePlanRequest$ = [
|
|
291
291
|
3,
|
|
292
292
|
n0,
|
|
293
293
|
_CPR,
|
|
@@ -295,37 +295,37 @@ export var CreatePlanRequest = [
|
|
|
295
295
|
[_d, _w, _eRx, _rTOM, _aA, _t, _n, _r, _rA, _pR, _ta],
|
|
296
296
|
[0, () => WorkflowList, 0, 1, () => AssociatedAlarmMap, () => TriggerList, 0, 64 | 0, 0, 0, 128 | 0],
|
|
297
297
|
];
|
|
298
|
-
export var CreatePlanResponse = [3, n0, _CPRr, 0, [_p], [() => Plan]];
|
|
299
|
-
export var CustomActionLambdaConfiguration = [
|
|
298
|
+
export var CreatePlanResponse$ = [3, n0, _CPRr, 0, [_p], [() => Plan$]];
|
|
299
|
+
export var CustomActionLambdaConfiguration$ = [
|
|
300
300
|
3,
|
|
301
301
|
n0,
|
|
302
302
|
_CALC,
|
|
303
303
|
0,
|
|
304
304
|
[_tM, _l, _rIM, _rTR, _u],
|
|
305
|
-
[1, () => LambdaList, 1, 0, () => LambdaUngraceful],
|
|
305
|
+
[1, () => LambdaList, 1, 0, () => LambdaUngraceful$],
|
|
306
306
|
];
|
|
307
|
-
export var DeletePlanRequest = [3, n0, _DPR, 0, [_a], [0]];
|
|
308
|
-
export var DeletePlanResponse = [3, n0, _DPRe, 0, [], []];
|
|
309
|
-
export var Ec2AsgCapacityIncreaseConfiguration = [
|
|
307
|
+
export var DeletePlanRequest$ = [3, n0, _DPR, 0, [_a], [0]];
|
|
308
|
+
export var DeletePlanResponse$ = [3, n0, _DPRe, 0, [], []];
|
|
309
|
+
export var Ec2AsgCapacityIncreaseConfiguration$ = [
|
|
310
310
|
3,
|
|
311
311
|
n0,
|
|
312
312
|
_EACIC,
|
|
313
313
|
0,
|
|
314
314
|
[_tM, _as, _u, _tP, _cMA],
|
|
315
|
-
[1, () => AsgList, () => Ec2Ungraceful
|
|
315
|
+
[1, () => AsgList, () => Ec2Ungraceful$, 1, 0],
|
|
316
316
|
];
|
|
317
|
-
export var Ec2Ungraceful = [3, n0, _EU, 0, [_mSP], [1]];
|
|
318
|
-
export var EcsCapacityIncreaseConfiguration = [
|
|
317
|
+
export var Ec2Ungraceful$ = [3, n0, _EU, 0, [_mSP], [1]];
|
|
318
|
+
export var EcsCapacityIncreaseConfiguration$ = [
|
|
319
319
|
3,
|
|
320
320
|
n0,
|
|
321
321
|
_ECIC,
|
|
322
322
|
0,
|
|
323
323
|
[_tM, _se, _u, _tP, _cMA],
|
|
324
|
-
[1, () => ServiceList, () => EcsUngraceful
|
|
324
|
+
[1, () => ServiceList, () => EcsUngraceful$, 1, 0],
|
|
325
325
|
];
|
|
326
|
-
export var EcsUngraceful = [3, n0, _EUc, 0, [_mSP], [1]];
|
|
327
|
-
export var EksCluster = [3, n0, _EC, 0, [_cAR, _eIx, _cA], [0, 0, 0]];
|
|
328
|
-
export var EksResourceScalingConfiguration = [
|
|
326
|
+
export var EcsUngraceful$ = [3, n0, _EUc, 0, [_mSP], [1]];
|
|
327
|
+
export var EksCluster$ = [3, n0, _EC, 0, [_cAR, _eIx, _cA], [0, 0, 0]];
|
|
328
|
+
export var EksResourceScalingConfiguration$ = [
|
|
329
329
|
3,
|
|
330
330
|
n0,
|
|
331
331
|
_ERSC,
|
|
@@ -333,17 +333,17 @@ export var EksResourceScalingConfiguration = [
|
|
|
333
333
|
[_tM, _kRT, _sR, _eC, _u, _tP, _cMA],
|
|
334
334
|
[
|
|
335
335
|
1,
|
|
336
|
-
() => KubernetesResourceType
|
|
336
|
+
() => KubernetesResourceType$,
|
|
337
337
|
() => KubernetesScalingApps,
|
|
338
338
|
() => EksClusters,
|
|
339
|
-
() => EksResourceScalingUngraceful
|
|
339
|
+
() => EksResourceScalingUngraceful$,
|
|
340
340
|
1,
|
|
341
341
|
0,
|
|
342
342
|
],
|
|
343
343
|
];
|
|
344
|
-
export var EksResourceScalingUngraceful = [3, n0, _ERSU, 0, [_mSP], [1]];
|
|
345
|
-
export var ExecutionApprovalConfiguration = [3, n0, _EAC, 0, [_tM, _aR], [1, 0]];
|
|
346
|
-
export var ExecutionEvent = [
|
|
344
|
+
export var EksResourceScalingUngraceful$ = [3, n0, _ERSU, 0, [_mSP], [1]];
|
|
345
|
+
export var ExecutionApprovalConfiguration$ = [3, n0, _EAC, 0, [_tM, _aR], [1, 0]];
|
|
346
|
+
export var ExecutionEvent$ = [
|
|
347
347
|
3,
|
|
348
348
|
n0,
|
|
349
349
|
_EE,
|
|
@@ -351,8 +351,8 @@ export var ExecutionEvent = [
|
|
|
351
351
|
[_ti, _ty, _sN, _eBT, _re, _e, _d, _eIv, _pEI],
|
|
352
352
|
[4, 0, 0, 0, 64 | 0, 0, 0, 0, 0],
|
|
353
353
|
];
|
|
354
|
-
export var GetPlanEvaluationStatusRequest = [3, n0, _GPESR, 0, [_pA, _mR, _nT], [0, 1, 0]];
|
|
355
|
-
export var GetPlanEvaluationStatusResponse = [
|
|
354
|
+
export var GetPlanEvaluationStatusRequest$ = [3, n0, _GPESR, 0, [_pA, _mR, _nT], [0, 1, 0]];
|
|
355
|
+
export var GetPlanEvaluationStatusResponse$ = [
|
|
356
356
|
3,
|
|
357
357
|
n0,
|
|
358
358
|
_GPESRe,
|
|
@@ -360,39 +360,39 @@ export var GetPlanEvaluationStatusResponse = [
|
|
|
360
360
|
[_pA, _lET, _lEV, _reg, _eSv, _wa, _nT],
|
|
361
361
|
[0, 4, 0, 0, 0, () => PlanWarnings, 0],
|
|
362
362
|
];
|
|
363
|
-
export var GetPlanExecutionRequest = [3, n0, _GPER, 0, [_pA, _eI, _mR, _nT], [0, 0, 1, 0]];
|
|
364
|
-
export var GetPlanExecutionResponse = [
|
|
363
|
+
export var GetPlanExecutionRequest$ = [3, n0, _GPER, 0, [_pA, _eI, _mR, _nT], [0, 0, 1, 0]];
|
|
364
|
+
export var GetPlanExecutionResponse$ = [
|
|
365
365
|
3,
|
|
366
366
|
n0,
|
|
367
367
|
_GPERe,
|
|
368
368
|
0,
|
|
369
369
|
[_pA, _eI, _v, _uA, _c, _sT, _eT, _m, _eS, _eA, _eR, _sS, _p, _aRT, _nT],
|
|
370
|
-
[0, 0, 0, 4, 0, 4, 4, 0, 0, 0, 0, () => StepStates, () => Plan
|
|
370
|
+
[0, 0, 0, 4, 0, 4, 4, 0, 0, 0, 0, () => StepStates, () => Plan$, 0, 0],
|
|
371
371
|
];
|
|
372
|
-
export var GetPlanInRegionRequest = [3, n0, _GPIRR, 0, [_a], [0]];
|
|
373
|
-
export var GetPlanInRegionResponse = [3, n0, _GPIRRe, 0, [_p], [() => Plan]];
|
|
374
|
-
export var GetPlanRequest = [3, n0, _GPR, 0, [_a], [0]];
|
|
375
|
-
export var GetPlanResponse = [3, n0, _GPRe, 0, [_p], [() => Plan]];
|
|
376
|
-
export var GlobalAuroraConfiguration = [
|
|
372
|
+
export var GetPlanInRegionRequest$ = [3, n0, _GPIRR, 0, [_a], [0]];
|
|
373
|
+
export var GetPlanInRegionResponse$ = [3, n0, _GPIRRe, 0, [_p], [() => Plan$]];
|
|
374
|
+
export var GetPlanRequest$ = [3, n0, _GPR, 0, [_a], [0]];
|
|
375
|
+
export var GetPlanResponse$ = [3, n0, _GPRe, 0, [_p], [() => Plan$]];
|
|
376
|
+
export var GlobalAuroraConfiguration$ = [
|
|
377
377
|
3,
|
|
378
378
|
n0,
|
|
379
379
|
_GAC,
|
|
380
380
|
0,
|
|
381
381
|
[_tM, _cAR, _eIx, _b, _u, _gCI, _dCA],
|
|
382
|
-
[1, 0, 0, 0, () => GlobalAuroraUngraceful
|
|
383
|
-
];
|
|
384
|
-
export var GlobalAuroraUngraceful = [3, n0, _GAU, 0, [_u], [0]];
|
|
385
|
-
export var IllegalArgumentException = [-3, n0, _IAE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
|
|
386
|
-
TypeRegistry.for(n0).registerError(IllegalArgumentException
|
|
387
|
-
export var IllegalStateException = [-3, n0, _ISE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
|
|
388
|
-
TypeRegistry.for(n0).registerError(IllegalStateException
|
|
389
|
-
export var InternalServerException = [-3, n0, _ISEn, { [_e]: _ser, [_hE]: 500 }, [_me], [0]];
|
|
390
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
391
|
-
export var KubernetesResourceType = [3, n0, _KRT, 0, [_aV, _k], [0, 0]];
|
|
392
|
-
export var KubernetesScalingResource = [3, n0, _KSR, 0, [_na, _n, _hN], [0, 0, 0]];
|
|
393
|
-
export var Lambdas = [3, n0, _L, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
394
|
-
export var LambdaUngraceful = [3, n0, _LU, 0, [_b], [0]];
|
|
395
|
-
export var ListPlanExecutionEventsRequest = [
|
|
382
|
+
[1, 0, 0, 0, () => GlobalAuroraUngraceful$, 0, 64 | 0],
|
|
383
|
+
];
|
|
384
|
+
export var GlobalAuroraUngraceful$ = [3, n0, _GAU, 0, [_u], [0]];
|
|
385
|
+
export var IllegalArgumentException$ = [-3, n0, _IAE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
|
|
386
|
+
TypeRegistry.for(n0).registerError(IllegalArgumentException$, IllegalArgumentException);
|
|
387
|
+
export var IllegalStateException$ = [-3, n0, _ISE, { [_e]: _cl, [_hE]: 400 }, [_me], [0]];
|
|
388
|
+
TypeRegistry.for(n0).registerError(IllegalStateException$, IllegalStateException);
|
|
389
|
+
export var InternalServerException$ = [-3, n0, _ISEn, { [_e]: _ser, [_hE]: 500 }, [_me], [0]];
|
|
390
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
391
|
+
export var KubernetesResourceType$ = [3, n0, _KRT, 0, [_aV, _k], [0, 0]];
|
|
392
|
+
export var KubernetesScalingResource$ = [3, n0, _KSR, 0, [_na, _n, _hN], [0, 0, 0]];
|
|
393
|
+
export var Lambdas$ = [3, n0, _L, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
394
|
+
export var LambdaUngraceful$ = [3, n0, _LU, 0, [_b], [0]];
|
|
395
|
+
export var ListPlanExecutionEventsRequest$ = [
|
|
396
396
|
3,
|
|
397
397
|
n0,
|
|
398
398
|
_LPEER,
|
|
@@ -400,7 +400,7 @@ export var ListPlanExecutionEventsRequest = [
|
|
|
400
400
|
[_pA, _eI, _mR, _nT, _n],
|
|
401
401
|
[0, 0, 1, 0, 0],
|
|
402
402
|
];
|
|
403
|
-
export var ListPlanExecutionEventsResponse = [
|
|
403
|
+
export var ListPlanExecutionEventsResponse$ = [
|
|
404
404
|
3,
|
|
405
405
|
n0,
|
|
406
406
|
_LPEERi,
|
|
@@ -408,8 +408,8 @@ export var ListPlanExecutionEventsResponse = [
|
|
|
408
408
|
[_i, _nT],
|
|
409
409
|
[() => ExecutionEventList, 0],
|
|
410
410
|
];
|
|
411
|
-
export var ListPlanExecutionsRequest = [3, n0, _LPER, 0, [_pA, _mR, _nT, _s], [0, 1, 0, 0]];
|
|
412
|
-
export var ListPlanExecutionsResponse = [
|
|
411
|
+
export var ListPlanExecutionsRequest$ = [3, n0, _LPER, 0, [_pA, _mR, _nT, _s], [0, 1, 0, 0]];
|
|
412
|
+
export var ListPlanExecutionsResponse$ = [
|
|
413
413
|
3,
|
|
414
414
|
n0,
|
|
415
415
|
_LPERi,
|
|
@@ -417,11 +417,11 @@ export var ListPlanExecutionsResponse = [
|
|
|
417
417
|
[_i, _nT],
|
|
418
418
|
[() => AbbreviatedExecutionsList, 0],
|
|
419
419
|
];
|
|
420
|
-
export var ListPlansInRegionRequest = [3, n0, _LPIRR, 0, [_mR, _nT], [1, 0]];
|
|
421
|
-
export var ListPlansInRegionResponse = [3, n0, _LPIRRi, 0, [_pl, _nT], [() => PlanList, 0]];
|
|
422
|
-
export var ListPlansRequest = [3, n0, _LPR, 0, [_mR, _nT], [1, 0]];
|
|
423
|
-
export var ListPlansResponse = [3, n0, _LPRi, 0, [_pl, _nT], [() => PlanList, 0]];
|
|
424
|
-
export var ListRoute53HealthChecksRequest = [
|
|
420
|
+
export var ListPlansInRegionRequest$ = [3, n0, _LPIRR, 0, [_mR, _nT], [1, 0]];
|
|
421
|
+
export var ListPlansInRegionResponse$ = [3, n0, _LPIRRi, 0, [_pl, _nT], [() => PlanList, 0]];
|
|
422
|
+
export var ListPlansRequest$ = [3, n0, _LPR, 0, [_mR, _nT], [1, 0]];
|
|
423
|
+
export var ListPlansResponse$ = [3, n0, _LPRi, 0, [_pl, _nT], [() => PlanList, 0]];
|
|
424
|
+
export var ListRoute53HealthChecksRequest$ = [
|
|
425
425
|
3,
|
|
426
426
|
n0,
|
|
427
427
|
_LRHCR,
|
|
@@ -429,7 +429,7 @@ export var ListRoute53HealthChecksRequest = [
|
|
|
429
429
|
[_a, _hZI, _rN, _mR, _nT],
|
|
430
430
|
[0, 0, 0, 1, 0],
|
|
431
431
|
];
|
|
432
|
-
export var ListRoute53HealthChecksResponse = [
|
|
432
|
+
export var ListRoute53HealthChecksResponse$ = [
|
|
433
433
|
3,
|
|
434
434
|
n0,
|
|
435
435
|
_LRHCRi,
|
|
@@ -437,11 +437,11 @@ export var ListRoute53HealthChecksResponse = [
|
|
|
437
437
|
[_hC, _nT],
|
|
438
438
|
[() => Route53HealthCheckList, 0],
|
|
439
439
|
];
|
|
440
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_a], [0]];
|
|
441
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_rT], [128 | 0]];
|
|
442
|
-
export var MinimalWorkflow = [3, n0, _MW, 0, [_ac, _n], [0, 0]];
|
|
443
|
-
export var ParallelExecutionBlockConfiguration = [3, n0, _PEBC, 0, [_st], [() => Steps]];
|
|
444
|
-
export var Plan = [
|
|
440
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_a], [0]];
|
|
441
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_rT], [128 | 0]];
|
|
442
|
+
export var MinimalWorkflow$ = [3, n0, _MW, 0, [_ac, _n], [0, 0]];
|
|
443
|
+
export var ParallelExecutionBlockConfiguration$ = [3, n0, _PEBC, 0, [_st], [() => Steps]];
|
|
444
|
+
export var Plan$ = [
|
|
445
445
|
3,
|
|
446
446
|
n0,
|
|
447
447
|
_P,
|
|
@@ -449,19 +449,19 @@ export var Plan = [
|
|
|
449
449
|
[_a, _d, _w, _eRx, _rTOM, _aA, _t, _n, _r, _rA, _pR, _o, _v, _uA],
|
|
450
450
|
[0, 0, () => WorkflowList, 0, 1, () => AssociatedAlarmMap, () => TriggerList, 0, 64 | 0, 0, 0, 0, 0, 4],
|
|
451
451
|
];
|
|
452
|
-
export var RegionSwitchPlanConfiguration = [3, n0, _RSPC, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
453
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _cl, [_hE]: 404 }, [_me], [0]];
|
|
454
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
455
|
-
export var ResourceWarning = [
|
|
452
|
+
export var RegionSwitchPlanConfiguration$ = [3, n0, _RSPC, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
453
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _cl, [_hE]: 404 }, [_me], [0]];
|
|
454
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
455
|
+
export var ResourceWarning$ = [
|
|
456
456
|
3,
|
|
457
457
|
n0,
|
|
458
458
|
_RW,
|
|
459
459
|
0,
|
|
460
460
|
[_wo, _v, _sN, _rAe, _wS, _wUT, _wM],
|
|
461
|
-
[() => MinimalWorkflow
|
|
461
|
+
[() => MinimalWorkflow$, 0, 0, 0, 0, 4, 0],
|
|
462
462
|
];
|
|
463
|
-
export var Route53HealthCheck = [3, n0, _RHC, 0, [_hZI, _rN, _hCI, _reg], [0, 0, 0, 0]];
|
|
464
|
-
export var Route53HealthCheckConfiguration = [
|
|
463
|
+
export var Route53HealthCheck$ = [3, n0, _RHC, 0, [_hZI, _rN, _hCI, _reg], [0, 0, 0, 0]];
|
|
464
|
+
export var Route53HealthCheckConfiguration$ = [
|
|
465
465
|
3,
|
|
466
466
|
n0,
|
|
467
467
|
_RHCC,
|
|
@@ -469,9 +469,9 @@ export var Route53HealthCheckConfiguration = [
|
|
|
469
469
|
[_tM, _cAR, _eIx, _hZI, _rN, _rS],
|
|
470
470
|
[1, 0, 0, 0, 0, () => Route53ResourceRecordSetList],
|
|
471
471
|
];
|
|
472
|
-
export var Route53ResourceRecordSet = [3, n0, _RRRS, 0, [_rSI, _reg], [0, 0]];
|
|
473
|
-
export var Service = [3, n0, _S, 0, [_cAR, _eIx, _cA, _sA], [0, 0, 0, 0]];
|
|
474
|
-
export var StartPlanExecutionRequest = [
|
|
472
|
+
export var Route53ResourceRecordSet$ = [3, n0, _RRRS, 0, [_rSI, _reg], [0, 0]];
|
|
473
|
+
export var Service$ = [3, n0, _S, 0, [_cAR, _eIx, _cA, _sA], [0, 0, 0, 0]];
|
|
474
|
+
export var StartPlanExecutionRequest$ = [
|
|
475
475
|
3,
|
|
476
476
|
n0,
|
|
477
477
|
_SPER,
|
|
@@ -479,7 +479,7 @@ export var StartPlanExecutionRequest = [
|
|
|
479
479
|
[_pA, _tR, _ac, _m, _c, _lV],
|
|
480
480
|
[0, 0, 0, 0, 0, 0],
|
|
481
481
|
];
|
|
482
|
-
export var StartPlanExecutionResponse = [
|
|
482
|
+
export var StartPlanExecutionResponse$ = [
|
|
483
483
|
3,
|
|
484
484
|
n0,
|
|
485
485
|
_SPERt,
|
|
@@ -487,18 +487,18 @@ export var StartPlanExecutionResponse = [
|
|
|
487
487
|
[_eI, _p, _pV, _aRc, _dR],
|
|
488
488
|
[0, 0, 0, 0, 0],
|
|
489
489
|
];
|
|
490
|
-
export var Step = [
|
|
490
|
+
export var Step$ = [
|
|
491
491
|
3,
|
|
492
492
|
n0,
|
|
493
493
|
_St,
|
|
494
494
|
0,
|
|
495
495
|
[_n, _d, _eBC, _eBT],
|
|
496
|
-
[0, 0, () => ExecutionBlockConfiguration
|
|
496
|
+
[0, 0, () => ExecutionBlockConfiguration$, 0],
|
|
497
497
|
];
|
|
498
|
-
export var StepState = [3, n0, _SS, 0, [_n, _sta, _sT, _eT, _sM], [0, 0, 4, 4, 0]];
|
|
499
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_a, _ta], [0, 128 | 0]];
|
|
500
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
501
|
-
export var Trigger = [
|
|
498
|
+
export var StepState$ = [3, n0, _SS, 0, [_n, _sta, _sT, _eT, _sM], [0, 0, 4, 4, 0]];
|
|
499
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_a, _ta], [0, 128 | 0]];
|
|
500
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
501
|
+
export var Trigger$ = [
|
|
502
502
|
3,
|
|
503
503
|
n0,
|
|
504
504
|
_T,
|
|
@@ -506,12 +506,12 @@ export var Trigger = [
|
|
|
506
506
|
[_d, _tR, _ac, _co, _mDMBE],
|
|
507
507
|
[0, 0, 0, () => TriggerConditionList, 1],
|
|
508
508
|
];
|
|
509
|
-
export var TriggerCondition = [3, n0, _TC, 0, [_aAN, _con], [0, 0]];
|
|
510
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_a, _rTK], [0, 64 | 0]];
|
|
511
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
512
|
-
export var UpdatePlanExecutionRequest = [3, n0, _UPER, 0, [_pA, _eI, _ac, _c], [0, 0, 0, 0]];
|
|
513
|
-
export var UpdatePlanExecutionResponse = [3, n0, _UPERp, 0, [], []];
|
|
514
|
-
export var UpdatePlanExecutionStepRequest = [
|
|
509
|
+
export var TriggerCondition$ = [3, n0, _TC, 0, [_aAN, _con], [0, 0]];
|
|
510
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_a, _rTK], [0, 64 | 0]];
|
|
511
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
512
|
+
export var UpdatePlanExecutionRequest$ = [3, n0, _UPER, 0, [_pA, _eI, _ac, _c], [0, 0, 0, 0]];
|
|
513
|
+
export var UpdatePlanExecutionResponse$ = [3, n0, _UPERp, 0, [], []];
|
|
514
|
+
export var UpdatePlanExecutionStepRequest$ = [
|
|
515
515
|
3,
|
|
516
516
|
n0,
|
|
517
517
|
_UPESR,
|
|
@@ -519,8 +519,8 @@ export var UpdatePlanExecutionStepRequest = [
|
|
|
519
519
|
[_pA, _eI, _c, _sN, _aTT],
|
|
520
520
|
[0, 0, 0, 0, 0],
|
|
521
521
|
];
|
|
522
|
-
export var UpdatePlanExecutionStepResponse = [3, n0, _UPESRp, 0, [], []];
|
|
523
|
-
export var UpdatePlanRequest = [
|
|
522
|
+
export var UpdatePlanExecutionStepResponse$ = [3, n0, _UPESRp, 0, [], []];
|
|
523
|
+
export var UpdatePlanRequest$ = [
|
|
524
524
|
3,
|
|
525
525
|
n0,
|
|
526
526
|
_UPR,
|
|
@@ -528,170 +528,177 @@ export var UpdatePlanRequest = [
|
|
|
528
528
|
[_a, _d, _w, _eRx, _rTOM, _aA, _t],
|
|
529
529
|
[0, 0, () => WorkflowList, 0, 1, () => AssociatedAlarmMap, () => TriggerList],
|
|
530
530
|
];
|
|
531
|
-
export var UpdatePlanResponse = [3, n0, _UPRp, 0, [_p], [() => Plan]];
|
|
532
|
-
export var Workflow = [3, n0, _W, 0, [_st, _wTA, _wTR, _wD], [() => Steps, 0, 0, 0]];
|
|
533
|
-
export var ARCRegionSwitchServiceException = [
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
531
|
+
export var UpdatePlanResponse$ = [3, n0, _UPRp, 0, [_p], [() => Plan$]];
|
|
532
|
+
export var Workflow$ = [3, n0, _W, 0, [_st, _wTA, _wTR, _wD], [() => Steps, 0, 0, 0]];
|
|
533
|
+
export var ARCRegionSwitchServiceException$ = [
|
|
534
|
+
-3,
|
|
535
|
+
_sm,
|
|
536
|
+
"ARCRegionSwitchServiceException",
|
|
537
|
+
0,
|
|
538
|
+
[],
|
|
539
|
+
[],
|
|
540
|
+
];
|
|
541
|
+
TypeRegistry.for(_sm).registerError(ARCRegionSwitchServiceException$, ARCRegionSwitchServiceException);
|
|
542
|
+
var AbbreviatedExecutionsList = [1, n0, _AEL, 0, () => AbbreviatedExecution$];
|
|
543
|
+
var ArcRoutingControlStates = [1, n0, _ARCSr, 0, () => ArcRoutingControlState$];
|
|
544
|
+
var AsgList = [1, n0, _AL, 0, () => Asg$];
|
|
545
|
+
var AuroraClusterArns = 64 | 0;
|
|
546
|
+
var EksClusters = [1, n0, _ECk, 0, () => EksCluster$];
|
|
547
|
+
var ExecutionEventList = [1, n0, _EEL, 0, () => ExecutionEvent$];
|
|
548
|
+
var KubernetesScalingApps = [1, n0, _KSA, 0, () => KubernetesScalingApplication];
|
|
549
|
+
var LambdaList = [1, n0, _LL, 0, () => Lambdas$];
|
|
550
|
+
var PlanList = [1, n0, _PL, 0, () => AbbreviatedPlan$];
|
|
551
|
+
var PlanWarnings = [1, n0, _PW, 0, () => ResourceWarning$];
|
|
552
|
+
var RegionList = 64 | 0;
|
|
553
|
+
var Resources = 64 | 0;
|
|
554
|
+
var Route53HealthCheckList = [1, n0, _RHCL, 0, () => Route53HealthCheck$];
|
|
555
|
+
var Route53ResourceRecordSetList = [1, n0, _RRRSL, 0, () => Route53ResourceRecordSet$];
|
|
556
|
+
var ServiceList = [1, n0, _SL, 0, () => Service$];
|
|
557
|
+
var Steps = [1, n0, _Ste, 0, () => Step$];
|
|
558
|
+
var StepStates = [1, n0, _SSt, 0, () => StepState$];
|
|
559
|
+
var TagKeys = 64 | 0;
|
|
560
|
+
var TriggerConditionList = [1, n0, _TCL, 0, () => TriggerCondition$];
|
|
561
|
+
var TriggerList = [1, n0, _TL, 0, () => Trigger$];
|
|
562
|
+
var WorkflowList = [1, n0, _WL, 0, () => Workflow$];
|
|
563
|
+
var AssociatedAlarmMap = [2, n0, _AAM, 0, 0, () => AssociatedAlarm$];
|
|
564
|
+
var KubernetesScalingApplication = [2, n0, _KSAu, 0, 0, () => RegionalScalingResource];
|
|
565
|
+
var RegionalScalingResource = [2, n0, _RSR, 0, 0, () => KubernetesScalingResource$];
|
|
566
|
+
var RegionAndRoutingControls = [2, n0, _RARC, 0, 0, () => ArcRoutingControlStates];
|
|
567
|
+
var Tags = 128 | 0;
|
|
568
|
+
export var ExecutionBlockConfiguration$ = [
|
|
562
569
|
3,
|
|
563
570
|
n0,
|
|
564
571
|
_EBC,
|
|
565
572
|
0,
|
|
566
573
|
[_cALC, _eACIC, _eAC, _aRCC, _gAC, _pC, _rSPC, _eCIC, _eRSC, _rHCC],
|
|
567
574
|
[
|
|
568
|
-
() => CustomActionLambdaConfiguration
|
|
569
|
-
() => Ec2AsgCapacityIncreaseConfiguration
|
|
570
|
-
() => ExecutionApprovalConfiguration
|
|
571
|
-
() => ArcRoutingControlConfiguration
|
|
572
|
-
() => GlobalAuroraConfiguration
|
|
573
|
-
() => ParallelExecutionBlockConfiguration
|
|
574
|
-
() => RegionSwitchPlanConfiguration
|
|
575
|
-
() => EcsCapacityIncreaseConfiguration
|
|
576
|
-
() => EksResourceScalingConfiguration
|
|
577
|
-
() => Route53HealthCheckConfiguration
|
|
575
|
+
() => CustomActionLambdaConfiguration$,
|
|
576
|
+
() => Ec2AsgCapacityIncreaseConfiguration$,
|
|
577
|
+
() => ExecutionApprovalConfiguration$,
|
|
578
|
+
() => ArcRoutingControlConfiguration$,
|
|
579
|
+
() => GlobalAuroraConfiguration$,
|
|
580
|
+
() => ParallelExecutionBlockConfiguration$,
|
|
581
|
+
() => RegionSwitchPlanConfiguration$,
|
|
582
|
+
() => EcsCapacityIncreaseConfiguration$,
|
|
583
|
+
() => EksResourceScalingConfiguration$,
|
|
584
|
+
() => Route53HealthCheckConfiguration$,
|
|
578
585
|
],
|
|
579
586
|
];
|
|
580
|
-
export var ApprovePlanExecutionStep = [
|
|
587
|
+
export var ApprovePlanExecutionStep$ = [
|
|
581
588
|
9,
|
|
582
589
|
n0,
|
|
583
590
|
_APES,
|
|
584
591
|
0,
|
|
585
|
-
() => ApprovePlanExecutionStepRequest
|
|
586
|
-
() => ApprovePlanExecutionStepResponse
|
|
592
|
+
() => ApprovePlanExecutionStepRequest$,
|
|
593
|
+
() => ApprovePlanExecutionStepResponse$,
|
|
587
594
|
];
|
|
588
|
-
export var CancelPlanExecution = [
|
|
595
|
+
export var CancelPlanExecution$ = [
|
|
589
596
|
9,
|
|
590
597
|
n0,
|
|
591
598
|
_CPE,
|
|
592
599
|
0,
|
|
593
|
-
() => CancelPlanExecutionRequest
|
|
594
|
-
() => CancelPlanExecutionResponse
|
|
600
|
+
() => CancelPlanExecutionRequest$,
|
|
601
|
+
() => CancelPlanExecutionResponse$,
|
|
595
602
|
];
|
|
596
|
-
export var CreatePlan = [9, n0, _CP, 0, () => CreatePlanRequest
|
|
597
|
-
export var DeletePlan = [9, n0, _DP, 2, () => DeletePlanRequest
|
|
598
|
-
export var GetPlan = [9, n0, _GP, 0, () => GetPlanRequest
|
|
599
|
-
export var GetPlanEvaluationStatus = [
|
|
603
|
+
export var CreatePlan$ = [9, n0, _CP, 0, () => CreatePlanRequest$, () => CreatePlanResponse$];
|
|
604
|
+
export var DeletePlan$ = [9, n0, _DP, 2, () => DeletePlanRequest$, () => DeletePlanResponse$];
|
|
605
|
+
export var GetPlan$ = [9, n0, _GP, 0, () => GetPlanRequest$, () => GetPlanResponse$];
|
|
606
|
+
export var GetPlanEvaluationStatus$ = [
|
|
600
607
|
9,
|
|
601
608
|
n0,
|
|
602
609
|
_GPES,
|
|
603
610
|
0,
|
|
604
|
-
() => GetPlanEvaluationStatusRequest
|
|
605
|
-
() => GetPlanEvaluationStatusResponse
|
|
611
|
+
() => GetPlanEvaluationStatusRequest$,
|
|
612
|
+
() => GetPlanEvaluationStatusResponse$,
|
|
606
613
|
];
|
|
607
|
-
export var GetPlanExecution = [
|
|
614
|
+
export var GetPlanExecution$ = [
|
|
608
615
|
9,
|
|
609
616
|
n0,
|
|
610
617
|
_GPE,
|
|
611
618
|
0,
|
|
612
|
-
() => GetPlanExecutionRequest
|
|
613
|
-
() => GetPlanExecutionResponse
|
|
619
|
+
() => GetPlanExecutionRequest$,
|
|
620
|
+
() => GetPlanExecutionResponse$,
|
|
614
621
|
];
|
|
615
|
-
export var GetPlanInRegion = [
|
|
622
|
+
export var GetPlanInRegion$ = [
|
|
616
623
|
9,
|
|
617
624
|
n0,
|
|
618
625
|
_GPIR,
|
|
619
626
|
0,
|
|
620
|
-
() => GetPlanInRegionRequest
|
|
621
|
-
() => GetPlanInRegionResponse
|
|
627
|
+
() => GetPlanInRegionRequest$,
|
|
628
|
+
() => GetPlanInRegionResponse$,
|
|
622
629
|
];
|
|
623
|
-
export var ListPlanExecutionEvents = [
|
|
630
|
+
export var ListPlanExecutionEvents$ = [
|
|
624
631
|
9,
|
|
625
632
|
n0,
|
|
626
633
|
_LPEE,
|
|
627
634
|
0,
|
|
628
|
-
() => ListPlanExecutionEventsRequest
|
|
629
|
-
() => ListPlanExecutionEventsResponse
|
|
635
|
+
() => ListPlanExecutionEventsRequest$,
|
|
636
|
+
() => ListPlanExecutionEventsResponse$,
|
|
630
637
|
];
|
|
631
|
-
export var ListPlanExecutions = [
|
|
638
|
+
export var ListPlanExecutions$ = [
|
|
632
639
|
9,
|
|
633
640
|
n0,
|
|
634
641
|
_LPE,
|
|
635
642
|
0,
|
|
636
|
-
() => ListPlanExecutionsRequest
|
|
637
|
-
() => ListPlanExecutionsResponse
|
|
643
|
+
() => ListPlanExecutionsRequest$,
|
|
644
|
+
() => ListPlanExecutionsResponse$,
|
|
638
645
|
];
|
|
639
|
-
export var ListPlans = [9, n0, _LP, 0, () => ListPlansRequest
|
|
640
|
-
export var ListPlansInRegion = [
|
|
646
|
+
export var ListPlans$ = [9, n0, _LP, 0, () => ListPlansRequest$, () => ListPlansResponse$];
|
|
647
|
+
export var ListPlansInRegion$ = [
|
|
641
648
|
9,
|
|
642
649
|
n0,
|
|
643
650
|
_LPIR,
|
|
644
651
|
0,
|
|
645
|
-
() => ListPlansInRegionRequest
|
|
646
|
-
() => ListPlansInRegionResponse
|
|
652
|
+
() => ListPlansInRegionRequest$,
|
|
653
|
+
() => ListPlansInRegionResponse$,
|
|
647
654
|
];
|
|
648
|
-
export var ListRoute53HealthChecks = [
|
|
655
|
+
export var ListRoute53HealthChecks$ = [
|
|
649
656
|
9,
|
|
650
657
|
n0,
|
|
651
658
|
_LRHC,
|
|
652
659
|
0,
|
|
653
|
-
() => ListRoute53HealthChecksRequest
|
|
654
|
-
() => ListRoute53HealthChecksResponse
|
|
660
|
+
() => ListRoute53HealthChecksRequest$,
|
|
661
|
+
() => ListRoute53HealthChecksResponse$,
|
|
655
662
|
];
|
|
656
|
-
export var ListTagsForResource = [
|
|
663
|
+
export var ListTagsForResource$ = [
|
|
657
664
|
9,
|
|
658
665
|
n0,
|
|
659
666
|
_LTFR,
|
|
660
667
|
0,
|
|
661
|
-
() => ListTagsForResourceRequest
|
|
662
|
-
() => ListTagsForResourceResponse
|
|
668
|
+
() => ListTagsForResourceRequest$,
|
|
669
|
+
() => ListTagsForResourceResponse$,
|
|
663
670
|
];
|
|
664
|
-
export var StartPlanExecution = [
|
|
671
|
+
export var StartPlanExecution$ = [
|
|
665
672
|
9,
|
|
666
673
|
n0,
|
|
667
674
|
_SPE,
|
|
668
675
|
0,
|
|
669
|
-
() => StartPlanExecutionRequest
|
|
670
|
-
() => StartPlanExecutionResponse
|
|
676
|
+
() => StartPlanExecutionRequest$,
|
|
677
|
+
() => StartPlanExecutionResponse$,
|
|
671
678
|
];
|
|
672
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
673
|
-
export var UntagResource = [
|
|
679
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
680
|
+
export var UntagResource$ = [
|
|
674
681
|
9,
|
|
675
682
|
n0,
|
|
676
683
|
_UR,
|
|
677
684
|
0,
|
|
678
|
-
() => UntagResourceRequest
|
|
679
|
-
() => UntagResourceResponse
|
|
685
|
+
() => UntagResourceRequest$,
|
|
686
|
+
() => UntagResourceResponse$,
|
|
680
687
|
];
|
|
681
|
-
export var UpdatePlan = [9, n0, _UP, 0, () => UpdatePlanRequest
|
|
682
|
-
export var UpdatePlanExecution = [
|
|
688
|
+
export var UpdatePlan$ = [9, n0, _UP, 0, () => UpdatePlanRequest$, () => UpdatePlanResponse$];
|
|
689
|
+
export var UpdatePlanExecution$ = [
|
|
683
690
|
9,
|
|
684
691
|
n0,
|
|
685
692
|
_UPE,
|
|
686
693
|
0,
|
|
687
|
-
() => UpdatePlanExecutionRequest
|
|
688
|
-
() => UpdatePlanExecutionResponse
|
|
694
|
+
() => UpdatePlanExecutionRequest$,
|
|
695
|
+
() => UpdatePlanExecutionResponse$,
|
|
689
696
|
];
|
|
690
|
-
export var UpdatePlanExecutionStep = [
|
|
697
|
+
export var UpdatePlanExecutionStep$ = [
|
|
691
698
|
9,
|
|
692
699
|
n0,
|
|
693
700
|
_UPES,
|
|
694
701
|
0,
|
|
695
|
-
() => UpdatePlanExecutionStepRequest
|
|
696
|
-
() => UpdatePlanExecutionStepResponse
|
|
702
|
+
() => UpdatePlanExecutionStepRequest$,
|
|
703
|
+
() => UpdatePlanExecutionStepResponse$,
|
|
697
704
|
];
|