@aws-sdk/client-arc-region-switch 3.926.0 → 3.928.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 +799 -1027
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/ARCRegionSwitchClient.js +2 -0
- package/dist-es/commands/ApprovePlanExecutionStepCommand.js +3 -9
- package/dist-es/commands/CancelPlanExecutionCommand.js +3 -9
- package/dist-es/commands/CreatePlanCommand.js +3 -9
- package/dist-es/commands/DeletePlanCommand.js +3 -9
- package/dist-es/commands/GetPlanCommand.js +3 -9
- package/dist-es/commands/GetPlanEvaluationStatusCommand.js +3 -9
- package/dist-es/commands/GetPlanExecutionCommand.js +3 -9
- package/dist-es/commands/GetPlanInRegionCommand.js +3 -9
- package/dist-es/commands/ListPlanExecutionEventsCommand.js +3 -9
- package/dist-es/commands/ListPlanExecutionsCommand.js +3 -9
- package/dist-es/commands/ListPlansCommand.js +3 -9
- package/dist-es/commands/ListPlansInRegionCommand.js +3 -9
- package/dist-es/commands/ListRoute53HealthChecksCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/StartPlanExecutionCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdatePlanCommand.js +3 -9
- package/dist-es/commands/UpdatePlanExecutionCommand.js +3 -9
- package/dist-es/commands/UpdatePlanExecutionStepCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +748 -0
- package/dist-types/ARCRegionSwitchClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +131 -0
- package/dist-types/ts3.4/ARCRegionSwitchClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +137 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_0.js +0 -876
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -182
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -245
|
@@ -0,0 +1,748 @@
|
|
|
1
|
+
const _A = "Asg";
|
|
2
|
+
const _AA = "AssociatedAlarm";
|
|
3
|
+
const _AAM = "AssociatedAlarmMap";
|
|
4
|
+
const _ADE = "AccessDeniedException";
|
|
5
|
+
const _AE = "AbbreviatedExecution";
|
|
6
|
+
const _AEL = "AbbreviatedExecutionsList";
|
|
7
|
+
const _AL = "AsgList";
|
|
8
|
+
const _AP = "AbbreviatedPlan";
|
|
9
|
+
const _APES = "ApprovePlanExecutionStep";
|
|
10
|
+
const _APESR = "ApprovePlanExecutionStepRequest";
|
|
11
|
+
const _APESRp = "ApprovePlanExecutionStepResponse";
|
|
12
|
+
const _ARCC = "ArcRoutingControlConfiguration";
|
|
13
|
+
const _ARCS = "ArcRoutingControlState";
|
|
14
|
+
const _ARCSr = "ArcRoutingControlStates";
|
|
15
|
+
const _CALC = "CustomActionLambdaConfiguration";
|
|
16
|
+
const _CP = "CreatePlan";
|
|
17
|
+
const _CPE = "CancelPlanExecution";
|
|
18
|
+
const _CPER = "CancelPlanExecutionRequest";
|
|
19
|
+
const _CPERa = "CancelPlanExecutionResponse";
|
|
20
|
+
const _CPR = "CreatePlanRequest";
|
|
21
|
+
const _CPRr = "CreatePlanResponse";
|
|
22
|
+
const _DP = "DeletePlan";
|
|
23
|
+
const _DPR = "DeletePlanRequest";
|
|
24
|
+
const _DPRe = "DeletePlanResponse";
|
|
25
|
+
const _EAC = "ExecutionApprovalConfiguration";
|
|
26
|
+
const _EACIC = "Ec2AsgCapacityIncreaseConfiguration";
|
|
27
|
+
const _EBC = "ExecutionBlockConfiguration";
|
|
28
|
+
const _EC = "EksCluster";
|
|
29
|
+
const _ECIC = "EcsCapacityIncreaseConfiguration";
|
|
30
|
+
const _ECk = "EksClusters";
|
|
31
|
+
const _EE = "ExecutionEvent";
|
|
32
|
+
const _EEL = "ExecutionEventList";
|
|
33
|
+
const _ERSC = "EksResourceScalingConfiguration";
|
|
34
|
+
const _ERSU = "EksResourceScalingUngraceful";
|
|
35
|
+
const _EU = "Ec2Ungraceful";
|
|
36
|
+
const _EUc = "EcsUngraceful";
|
|
37
|
+
const _GAC = "GlobalAuroraConfiguration";
|
|
38
|
+
const _GAU = "GlobalAuroraUngraceful";
|
|
39
|
+
const _GP = "GetPlan";
|
|
40
|
+
const _GPE = "GetPlanExecution";
|
|
41
|
+
const _GPER = "GetPlanExecutionRequest";
|
|
42
|
+
const _GPERe = "GetPlanExecutionResponse";
|
|
43
|
+
const _GPES = "GetPlanEvaluationStatus";
|
|
44
|
+
const _GPESR = "GetPlanEvaluationStatusRequest";
|
|
45
|
+
const _GPESRe = "GetPlanEvaluationStatusResponse";
|
|
46
|
+
const _GPIR = "GetPlanInRegion";
|
|
47
|
+
const _GPIRR = "GetPlanInRegionRequest";
|
|
48
|
+
const _GPIRRe = "GetPlanInRegionResponse";
|
|
49
|
+
const _GPR = "GetPlanRequest";
|
|
50
|
+
const _GPRe = "GetPlanResponse";
|
|
51
|
+
const _IAE = "IllegalArgumentException";
|
|
52
|
+
const _ISE = "IllegalStateException";
|
|
53
|
+
const _ISEn = "InternalServerException";
|
|
54
|
+
const _KRT = "KubernetesResourceType";
|
|
55
|
+
const _KSA = "KubernetesScalingApps";
|
|
56
|
+
const _KSAu = "KubernetesScalingApplication";
|
|
57
|
+
const _KSR = "KubernetesScalingResource";
|
|
58
|
+
const _L = "Lambdas";
|
|
59
|
+
const _LL = "LambdaList";
|
|
60
|
+
const _LP = "ListPlans";
|
|
61
|
+
const _LPE = "ListPlanExecutions";
|
|
62
|
+
const _LPEE = "ListPlanExecutionEvents";
|
|
63
|
+
const _LPEER = "ListPlanExecutionEventsRequest";
|
|
64
|
+
const _LPEERi = "ListPlanExecutionEventsResponse";
|
|
65
|
+
const _LPER = "ListPlanExecutionsRequest";
|
|
66
|
+
const _LPERi = "ListPlanExecutionsResponse";
|
|
67
|
+
const _LPIR = "ListPlansInRegion";
|
|
68
|
+
const _LPIRR = "ListPlansInRegionRequest";
|
|
69
|
+
const _LPIRRi = "ListPlansInRegionResponse";
|
|
70
|
+
const _LPR = "ListPlansRequest";
|
|
71
|
+
const _LPRi = "ListPlansResponse";
|
|
72
|
+
const _LRHC = "ListRoute53HealthChecks";
|
|
73
|
+
const _LRHCR = "ListRoute53HealthChecksRequest";
|
|
74
|
+
const _LRHCRi = "ListRoute53HealthChecksResponse";
|
|
75
|
+
const _LTFR = "ListTagsForResource";
|
|
76
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
77
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
78
|
+
const _LU = "LambdaUngraceful";
|
|
79
|
+
const _MW = "MinimalWorkflow";
|
|
80
|
+
const _P = "Plan";
|
|
81
|
+
const _PEBC = "ParallelExecutionBlockConfiguration";
|
|
82
|
+
const _PL = "PlanList";
|
|
83
|
+
const _PW = "PlanWarnings";
|
|
84
|
+
const _RARC = "RegionAndRoutingControls";
|
|
85
|
+
const _RHC = "Route53HealthCheck";
|
|
86
|
+
const _RHCC = "Route53HealthCheckConfiguration";
|
|
87
|
+
const _RHCL = "Route53HealthCheckList";
|
|
88
|
+
const _RNFE = "ResourceNotFoundException";
|
|
89
|
+
const _RRRS = "Route53ResourceRecordSet";
|
|
90
|
+
const _RRRSL = "Route53ResourceRecordSetList";
|
|
91
|
+
const _RSPC = "RegionSwitchPlanConfiguration";
|
|
92
|
+
const _RSR = "RegionalScalingResource";
|
|
93
|
+
const _RW = "ResourceWarning";
|
|
94
|
+
const _S = "Service";
|
|
95
|
+
const _SL = "ServiceList";
|
|
96
|
+
const _SPE = "StartPlanExecution";
|
|
97
|
+
const _SPER = "StartPlanExecutionRequest";
|
|
98
|
+
const _SPERt = "StartPlanExecutionResponse";
|
|
99
|
+
const _SS = "StepState";
|
|
100
|
+
const _SSt = "StepStates";
|
|
101
|
+
const _St = "Step";
|
|
102
|
+
const _Ste = "Steps";
|
|
103
|
+
const _T = "Trigger";
|
|
104
|
+
const _TC = "TriggerCondition";
|
|
105
|
+
const _TCL = "TriggerConditionList";
|
|
106
|
+
const _TL = "TriggerList";
|
|
107
|
+
const _TR = "TagResource";
|
|
108
|
+
const _TRR = "TagResourceRequest";
|
|
109
|
+
const _TRRa = "TagResourceResponse";
|
|
110
|
+
const _UP = "UpdatePlan";
|
|
111
|
+
const _UPE = "UpdatePlanExecution";
|
|
112
|
+
const _UPER = "UpdatePlanExecutionRequest";
|
|
113
|
+
const _UPERp = "UpdatePlanExecutionResponse";
|
|
114
|
+
const _UPES = "UpdatePlanExecutionStep";
|
|
115
|
+
const _UPESR = "UpdatePlanExecutionStepRequest";
|
|
116
|
+
const _UPESRp = "UpdatePlanExecutionStepResponse";
|
|
117
|
+
const _UPR = "UpdatePlanRequest";
|
|
118
|
+
const _UPRp = "UpdatePlanResponse";
|
|
119
|
+
const _UR = "UntagResource";
|
|
120
|
+
const _URR = "UntagResourceRequest";
|
|
121
|
+
const _URRn = "UntagResourceResponse";
|
|
122
|
+
const _W = "Workflow";
|
|
123
|
+
const _WL = "WorkflowList";
|
|
124
|
+
const _a = "arn";
|
|
125
|
+
const _aA = "associatedAlarms";
|
|
126
|
+
const _aAN = "associatedAlarmName";
|
|
127
|
+
const _aPE = "activePlanExecution";
|
|
128
|
+
const _aR = "approvalRole";
|
|
129
|
+
const _aRCC = "arcRoutingControlConfig";
|
|
130
|
+
const _aRT = "actualRecoveryTime";
|
|
131
|
+
const _aRc = "activateRegion";
|
|
132
|
+
const _aT = "alarmType";
|
|
133
|
+
const _aTT = "actionToTake";
|
|
134
|
+
const _aV = "apiVersion";
|
|
135
|
+
const _ac = "action";
|
|
136
|
+
const _ap = "approval";
|
|
137
|
+
const _as = "asgs";
|
|
138
|
+
const _b = "behavior";
|
|
139
|
+
const _c = "comment";
|
|
140
|
+
const _cA = "clusterArn";
|
|
141
|
+
const _cALC = "customActionLambdaConfig";
|
|
142
|
+
const _cAR = "crossAccountRole";
|
|
143
|
+
const _cMA = "capacityMonitoringApproach";
|
|
144
|
+
const _cl = "client";
|
|
145
|
+
const _co = "conditions";
|
|
146
|
+
const _con = "condition";
|
|
147
|
+
const _d = "description";
|
|
148
|
+
const _dCA = "databaseClusterArns";
|
|
149
|
+
const _dR = "deactivateRegion";
|
|
150
|
+
const _e = "error";
|
|
151
|
+
const _eA = "executionAction";
|
|
152
|
+
const _eAC = "executionApprovalConfig";
|
|
153
|
+
const _eACIC = "ec2AsgCapacityIncreaseConfig";
|
|
154
|
+
const _eBC = "executionBlockConfiguration";
|
|
155
|
+
const _eBT = "executionBlockType";
|
|
156
|
+
const _eC = "eksClusters";
|
|
157
|
+
const _eCIC = "ecsCapacityIncreaseConfig";
|
|
158
|
+
const _eI = "executionId";
|
|
159
|
+
const _eIv = "eventId";
|
|
160
|
+
const _eIx = "externalId";
|
|
161
|
+
const _eR = "executionRegion";
|
|
162
|
+
const _eRSC = "eksResourceScalingConfig";
|
|
163
|
+
const _eRx = "executionRole";
|
|
164
|
+
const _eS = "executionState";
|
|
165
|
+
const _eSv = "evaluationState";
|
|
166
|
+
const _eT = "endTime";
|
|
167
|
+
const _gAC = "globalAuroraConfig";
|
|
168
|
+
const _gCI = "globalClusterIdentifier";
|
|
169
|
+
const _hC = "healthChecks";
|
|
170
|
+
const _hCI = "healthCheckId";
|
|
171
|
+
const _hE = "httpError";
|
|
172
|
+
const _hN = "hpaName";
|
|
173
|
+
const _hZI = "hostedZoneId";
|
|
174
|
+
const _i = "items";
|
|
175
|
+
const _k = "kind";
|
|
176
|
+
const _kRT = "kubernetesResourceType";
|
|
177
|
+
const _l = "lambdas";
|
|
178
|
+
const _lET = "lastEvaluationTime";
|
|
179
|
+
const _lEV = "lastEvaluatedVersion";
|
|
180
|
+
const _lV = "latestVersion";
|
|
181
|
+
const _m = "mode";
|
|
182
|
+
const _mDMBE = "minDelayMinutesBetweenExecutions";
|
|
183
|
+
const _mR = "maxResults";
|
|
184
|
+
const _mSP = "minimumSuccessPercentage";
|
|
185
|
+
const _me = "message";
|
|
186
|
+
const _n = "name";
|
|
187
|
+
const _nT = "nextToken";
|
|
188
|
+
const _na = "namespace";
|
|
189
|
+
const _o = "owner";
|
|
190
|
+
const _p = "plan";
|
|
191
|
+
const _pA = "planArn";
|
|
192
|
+
const _pC = "parallelConfig";
|
|
193
|
+
const _pEI = "previousEventId";
|
|
194
|
+
const _pR = "primaryRegion";
|
|
195
|
+
const _pV = "planVersion";
|
|
196
|
+
const _pl = "plans";
|
|
197
|
+
const _r = "regions";
|
|
198
|
+
const _rA = "recoveryApproach";
|
|
199
|
+
const _rARC = "regionAndRoutingControls";
|
|
200
|
+
const _rAe = "resourceArn";
|
|
201
|
+
const _rCA = "routingControlArn";
|
|
202
|
+
const _rHCC = "route53HealthCheckConfig";
|
|
203
|
+
const _rI = "resourceIdentifier";
|
|
204
|
+
const _rIM = "retryIntervalMinutes";
|
|
205
|
+
const _rN = "recordName";
|
|
206
|
+
const _rS = "recordSets";
|
|
207
|
+
const _rSI = "recordSetIdentifier";
|
|
208
|
+
const _rSPC = "regionSwitchPlanConfig";
|
|
209
|
+
const _rT = "resourceTags";
|
|
210
|
+
const _rTK = "resourceTagKeys";
|
|
211
|
+
const _rTOM = "recoveryTimeObjectiveMinutes";
|
|
212
|
+
const _rTR = "regionToRun";
|
|
213
|
+
const _re = "resources";
|
|
214
|
+
const _reg = "region";
|
|
215
|
+
const _s = "state";
|
|
216
|
+
const _sA = "serviceArn";
|
|
217
|
+
const _sM = "stepMode";
|
|
218
|
+
const _sN = "stepName";
|
|
219
|
+
const _sR = "scalingResources";
|
|
220
|
+
const _sS = "stepStates";
|
|
221
|
+
const _sT = "startTime";
|
|
222
|
+
const _se = "services";
|
|
223
|
+
const _ser = "server";
|
|
224
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.arcregionswitch";
|
|
225
|
+
const _st = "steps";
|
|
226
|
+
const _sta = "status";
|
|
227
|
+
const _t = "triggers";
|
|
228
|
+
const _tM = "timeoutMinutes";
|
|
229
|
+
const _tP = "targetPercent";
|
|
230
|
+
const _tR = "targetRegion";
|
|
231
|
+
const _ta = "tags";
|
|
232
|
+
const _ti = "timestamp";
|
|
233
|
+
const _ty = "type";
|
|
234
|
+
const _u = "ungraceful";
|
|
235
|
+
const _uA = "updatedAt";
|
|
236
|
+
const _v = "version";
|
|
237
|
+
const _w = "workflows";
|
|
238
|
+
const _wD = "workflowDescription";
|
|
239
|
+
const _wM = "warningMessage";
|
|
240
|
+
const _wS = "warningStatus";
|
|
241
|
+
const _wTA = "workflowTargetAction";
|
|
242
|
+
const _wTR = "workflowTargetRegion";
|
|
243
|
+
const _wUT = "warningUpdatedTime";
|
|
244
|
+
const _wa = "warnings";
|
|
245
|
+
const _wo = "workflow";
|
|
246
|
+
const n0 = "com.amazonaws.arcregionswitch";
|
|
247
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
248
|
+
import { ARCRegionSwitchServiceException as __ARCRegionSwitchServiceException } from "../models/ARCRegionSwitchServiceException";
|
|
249
|
+
import { AccessDeniedException as __AccessDeniedException, IllegalArgumentException as __IllegalArgumentException, IllegalStateException as __IllegalStateException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, } from "../models/index";
|
|
250
|
+
export var AbbreviatedExecution = [
|
|
251
|
+
3,
|
|
252
|
+
n0,
|
|
253
|
+
_AE,
|
|
254
|
+
0,
|
|
255
|
+
[_pA, _eI, _v, _uA, _c, _sT, _eT, _m, _eS, _eA, _eR, _aRT],
|
|
256
|
+
[0, 0, 0, 4, 0, 4, 4, 0, 0, 0, 0, 0],
|
|
257
|
+
];
|
|
258
|
+
export var AbbreviatedPlan = [
|
|
259
|
+
3,
|
|
260
|
+
n0,
|
|
261
|
+
_AP,
|
|
262
|
+
0,
|
|
263
|
+
[_a, _o, _n, _r, _rA, _pR, _v, _uA, _d, _eRx, _aPE, _rTOM],
|
|
264
|
+
[0, 0, 0, 64 | 0, 0, 0, 0, 4, 0, 0, 0, 1],
|
|
265
|
+
];
|
|
266
|
+
export var AccessDeniedException = [
|
|
267
|
+
-3,
|
|
268
|
+
n0,
|
|
269
|
+
_ADE,
|
|
270
|
+
{
|
|
271
|
+
[_e]: _cl,
|
|
272
|
+
[_hE]: 403,
|
|
273
|
+
},
|
|
274
|
+
[_me],
|
|
275
|
+
[0],
|
|
276
|
+
];
|
|
277
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
278
|
+
export var ApprovePlanExecutionStepRequest = [
|
|
279
|
+
3,
|
|
280
|
+
n0,
|
|
281
|
+
_APESR,
|
|
282
|
+
0,
|
|
283
|
+
[_pA, _eI, _sN, _ap, _c],
|
|
284
|
+
[0, 0, 0, 0, 0],
|
|
285
|
+
];
|
|
286
|
+
export var ApprovePlanExecutionStepResponse = [3, n0, _APESRp, 0, [], []];
|
|
287
|
+
export var ArcRoutingControlConfiguration = [
|
|
288
|
+
3,
|
|
289
|
+
n0,
|
|
290
|
+
_ARCC,
|
|
291
|
+
0,
|
|
292
|
+
[_tM, _cAR, _eIx, _rARC],
|
|
293
|
+
[1, 0, 0, () => RegionAndRoutingControls],
|
|
294
|
+
];
|
|
295
|
+
export var ArcRoutingControlState = [3, n0, _ARCS, 0, [_rCA, _s], [0, 0]];
|
|
296
|
+
export var Asg = [3, n0, _A, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
297
|
+
export var AssociatedAlarm = [3, n0, _AA, 0, [_cAR, _eIx, _rI, _aT], [0, 0, 0, 0]];
|
|
298
|
+
export var CancelPlanExecutionRequest = [3, n0, _CPER, 0, [_pA, _eI, _c], [0, 0, 0]];
|
|
299
|
+
export var CancelPlanExecutionResponse = [3, n0, _CPERa, 0, [], []];
|
|
300
|
+
export var CreatePlanRequest = [
|
|
301
|
+
3,
|
|
302
|
+
n0,
|
|
303
|
+
_CPR,
|
|
304
|
+
0,
|
|
305
|
+
[_d, _w, _eRx, _rTOM, _aA, _t, _n, _r, _rA, _pR, _ta],
|
|
306
|
+
[0, () => WorkflowList, 0, 1, () => AssociatedAlarmMap, () => TriggerList, 0, 64 | 0, 0, 0, 128 | 0],
|
|
307
|
+
];
|
|
308
|
+
export var CreatePlanResponse = [3, n0, _CPRr, 0, [_p], [() => Plan]];
|
|
309
|
+
export var CustomActionLambdaConfiguration = [
|
|
310
|
+
3,
|
|
311
|
+
n0,
|
|
312
|
+
_CALC,
|
|
313
|
+
0,
|
|
314
|
+
[_tM, _l, _rIM, _rTR, _u],
|
|
315
|
+
[1, () => LambdaList, 1, 0, () => LambdaUngraceful],
|
|
316
|
+
];
|
|
317
|
+
export var DeletePlanRequest = [3, n0, _DPR, 0, [_a], [0]];
|
|
318
|
+
export var DeletePlanResponse = [3, n0, _DPRe, 0, [], []];
|
|
319
|
+
export var Ec2AsgCapacityIncreaseConfiguration = [
|
|
320
|
+
3,
|
|
321
|
+
n0,
|
|
322
|
+
_EACIC,
|
|
323
|
+
0,
|
|
324
|
+
[_tM, _as, _u, _tP, _cMA],
|
|
325
|
+
[1, () => AsgList, () => Ec2Ungraceful, 1, 0],
|
|
326
|
+
];
|
|
327
|
+
export var Ec2Ungraceful = [3, n0, _EU, 0, [_mSP], [1]];
|
|
328
|
+
export var EcsCapacityIncreaseConfiguration = [
|
|
329
|
+
3,
|
|
330
|
+
n0,
|
|
331
|
+
_ECIC,
|
|
332
|
+
0,
|
|
333
|
+
[_tM, _se, _u, _tP, _cMA],
|
|
334
|
+
[1, () => ServiceList, () => EcsUngraceful, 1, 0],
|
|
335
|
+
];
|
|
336
|
+
export var EcsUngraceful = [3, n0, _EUc, 0, [_mSP], [1]];
|
|
337
|
+
export var EksCluster = [3, n0, _EC, 0, [_cAR, _eIx, _cA], [0, 0, 0]];
|
|
338
|
+
export var EksResourceScalingConfiguration = [
|
|
339
|
+
3,
|
|
340
|
+
n0,
|
|
341
|
+
_ERSC,
|
|
342
|
+
0,
|
|
343
|
+
[_tM, _kRT, _sR, _eC, _u, _tP, _cMA],
|
|
344
|
+
[
|
|
345
|
+
1,
|
|
346
|
+
() => KubernetesResourceType,
|
|
347
|
+
() => KubernetesScalingApps,
|
|
348
|
+
() => EksClusters,
|
|
349
|
+
() => EksResourceScalingUngraceful,
|
|
350
|
+
1,
|
|
351
|
+
0,
|
|
352
|
+
],
|
|
353
|
+
];
|
|
354
|
+
export var EksResourceScalingUngraceful = [3, n0, _ERSU, 0, [_mSP], [1]];
|
|
355
|
+
export var ExecutionApprovalConfiguration = [3, n0, _EAC, 0, [_tM, _aR], [1, 0]];
|
|
356
|
+
export var ExecutionEvent = [
|
|
357
|
+
3,
|
|
358
|
+
n0,
|
|
359
|
+
_EE,
|
|
360
|
+
0,
|
|
361
|
+
[_ti, _ty, _sN, _eBT, _re, _e, _d, _eIv, _pEI],
|
|
362
|
+
[4, 0, 0, 0, 64 | 0, 0, 0, 0, 0],
|
|
363
|
+
];
|
|
364
|
+
export var GetPlanEvaluationStatusRequest = [3, n0, _GPESR, 0, [_pA, _mR, _nT], [0, 1, 0]];
|
|
365
|
+
export var GetPlanEvaluationStatusResponse = [
|
|
366
|
+
3,
|
|
367
|
+
n0,
|
|
368
|
+
_GPESRe,
|
|
369
|
+
0,
|
|
370
|
+
[_pA, _lET, _lEV, _reg, _eSv, _wa, _nT],
|
|
371
|
+
[0, 4, 0, 0, 0, () => PlanWarnings, 0],
|
|
372
|
+
];
|
|
373
|
+
export var GetPlanExecutionRequest = [3, n0, _GPER, 0, [_pA, _eI, _mR, _nT], [0, 0, 1, 0]];
|
|
374
|
+
export var GetPlanExecutionResponse = [
|
|
375
|
+
3,
|
|
376
|
+
n0,
|
|
377
|
+
_GPERe,
|
|
378
|
+
0,
|
|
379
|
+
[_pA, _eI, _v, _uA, _c, _sT, _eT, _m, _eS, _eA, _eR, _sS, _p, _aRT, _nT],
|
|
380
|
+
[0, 0, 0, 4, 0, 4, 4, 0, 0, 0, 0, () => StepStates, () => Plan, 0, 0],
|
|
381
|
+
];
|
|
382
|
+
export var GetPlanInRegionRequest = [3, n0, _GPIRR, 0, [_a], [0]];
|
|
383
|
+
export var GetPlanInRegionResponse = [3, n0, _GPIRRe, 0, [_p], [() => Plan]];
|
|
384
|
+
export var GetPlanRequest = [3, n0, _GPR, 0, [_a], [0]];
|
|
385
|
+
export var GetPlanResponse = [3, n0, _GPRe, 0, [_p], [() => Plan]];
|
|
386
|
+
export var GlobalAuroraConfiguration = [
|
|
387
|
+
3,
|
|
388
|
+
n0,
|
|
389
|
+
_GAC,
|
|
390
|
+
0,
|
|
391
|
+
[_tM, _cAR, _eIx, _b, _u, _gCI, _dCA],
|
|
392
|
+
[1, 0, 0, 0, () => GlobalAuroraUngraceful, 0, 64 | 0],
|
|
393
|
+
];
|
|
394
|
+
export var GlobalAuroraUngraceful = [3, n0, _GAU, 0, [_u], [0]];
|
|
395
|
+
export var IllegalArgumentException = [
|
|
396
|
+
-3,
|
|
397
|
+
n0,
|
|
398
|
+
_IAE,
|
|
399
|
+
{
|
|
400
|
+
[_e]: _cl,
|
|
401
|
+
[_hE]: 400,
|
|
402
|
+
},
|
|
403
|
+
[_me],
|
|
404
|
+
[0],
|
|
405
|
+
];
|
|
406
|
+
TypeRegistry.for(n0).registerError(IllegalArgumentException, __IllegalArgumentException);
|
|
407
|
+
export var IllegalStateException = [
|
|
408
|
+
-3,
|
|
409
|
+
n0,
|
|
410
|
+
_ISE,
|
|
411
|
+
{
|
|
412
|
+
[_e]: _cl,
|
|
413
|
+
[_hE]: 400,
|
|
414
|
+
},
|
|
415
|
+
[_me],
|
|
416
|
+
[0],
|
|
417
|
+
];
|
|
418
|
+
TypeRegistry.for(n0).registerError(IllegalStateException, __IllegalStateException);
|
|
419
|
+
export var InternalServerException = [
|
|
420
|
+
-3,
|
|
421
|
+
n0,
|
|
422
|
+
_ISEn,
|
|
423
|
+
{
|
|
424
|
+
[_e]: _ser,
|
|
425
|
+
[_hE]: 500,
|
|
426
|
+
},
|
|
427
|
+
[_me],
|
|
428
|
+
[0],
|
|
429
|
+
];
|
|
430
|
+
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
431
|
+
export var KubernetesResourceType = [3, n0, _KRT, 0, [_aV, _k], [0, 0]];
|
|
432
|
+
export var KubernetesScalingResource = [3, n0, _KSR, 0, [_na, _n, _hN], [0, 0, 0]];
|
|
433
|
+
export var Lambdas = [3, n0, _L, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
434
|
+
export var LambdaUngraceful = [3, n0, _LU, 0, [_b], [0]];
|
|
435
|
+
export var ListPlanExecutionEventsRequest = [
|
|
436
|
+
3,
|
|
437
|
+
n0,
|
|
438
|
+
_LPEER,
|
|
439
|
+
0,
|
|
440
|
+
[_pA, _eI, _mR, _nT, _n],
|
|
441
|
+
[0, 0, 1, 0, 0],
|
|
442
|
+
];
|
|
443
|
+
export var ListPlanExecutionEventsResponse = [
|
|
444
|
+
3,
|
|
445
|
+
n0,
|
|
446
|
+
_LPEERi,
|
|
447
|
+
0,
|
|
448
|
+
[_i, _nT],
|
|
449
|
+
[() => ExecutionEventList, 0],
|
|
450
|
+
];
|
|
451
|
+
export var ListPlanExecutionsRequest = [3, n0, _LPER, 0, [_pA, _mR, _nT, _s], [0, 1, 0, 0]];
|
|
452
|
+
export var ListPlanExecutionsResponse = [
|
|
453
|
+
3,
|
|
454
|
+
n0,
|
|
455
|
+
_LPERi,
|
|
456
|
+
0,
|
|
457
|
+
[_i, _nT],
|
|
458
|
+
[() => AbbreviatedExecutionsList, 0],
|
|
459
|
+
];
|
|
460
|
+
export var ListPlansInRegionRequest = [3, n0, _LPIRR, 0, [_mR, _nT], [1, 0]];
|
|
461
|
+
export var ListPlansInRegionResponse = [3, n0, _LPIRRi, 0, [_pl, _nT], [() => PlanList, 0]];
|
|
462
|
+
export var ListPlansRequest = [3, n0, _LPR, 0, [_mR, _nT], [1, 0]];
|
|
463
|
+
export var ListPlansResponse = [3, n0, _LPRi, 0, [_pl, _nT], [() => PlanList, 0]];
|
|
464
|
+
export var ListRoute53HealthChecksRequest = [
|
|
465
|
+
3,
|
|
466
|
+
n0,
|
|
467
|
+
_LRHCR,
|
|
468
|
+
0,
|
|
469
|
+
[_a, _hZI, _rN, _mR, _nT],
|
|
470
|
+
[0, 0, 0, 1, 0],
|
|
471
|
+
];
|
|
472
|
+
export var ListRoute53HealthChecksResponse = [
|
|
473
|
+
3,
|
|
474
|
+
n0,
|
|
475
|
+
_LRHCRi,
|
|
476
|
+
0,
|
|
477
|
+
[_hC, _nT],
|
|
478
|
+
[() => Route53HealthCheckList, 0],
|
|
479
|
+
];
|
|
480
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_a], [0]];
|
|
481
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_rT], [128 | 0]];
|
|
482
|
+
export var MinimalWorkflow = [3, n0, _MW, 0, [_ac, _n], [0, 0]];
|
|
483
|
+
export var ParallelExecutionBlockConfiguration = [3, n0, _PEBC, 0, [_st], [() => Steps]];
|
|
484
|
+
export var Plan = [
|
|
485
|
+
3,
|
|
486
|
+
n0,
|
|
487
|
+
_P,
|
|
488
|
+
0,
|
|
489
|
+
[_a, _d, _w, _eRx, _rTOM, _aA, _t, _n, _r, _rA, _pR, _o, _v, _uA],
|
|
490
|
+
[0, 0, () => WorkflowList, 0, 1, () => AssociatedAlarmMap, () => TriggerList, 0, 64 | 0, 0, 0, 0, 0, 4],
|
|
491
|
+
];
|
|
492
|
+
export var RegionSwitchPlanConfiguration = [3, n0, _RSPC, 0, [_cAR, _eIx, _a], [0, 0, 0]];
|
|
493
|
+
export var ResourceNotFoundException = [
|
|
494
|
+
-3,
|
|
495
|
+
n0,
|
|
496
|
+
_RNFE,
|
|
497
|
+
{
|
|
498
|
+
[_e]: _cl,
|
|
499
|
+
[_hE]: 404,
|
|
500
|
+
},
|
|
501
|
+
[_me],
|
|
502
|
+
[0],
|
|
503
|
+
];
|
|
504
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
505
|
+
export var ResourceWarning = [
|
|
506
|
+
3,
|
|
507
|
+
n0,
|
|
508
|
+
_RW,
|
|
509
|
+
0,
|
|
510
|
+
[_wo, _v, _sN, _rAe, _wS, _wUT, _wM],
|
|
511
|
+
[() => MinimalWorkflow, 0, 0, 0, 0, 4, 0],
|
|
512
|
+
];
|
|
513
|
+
export var Route53HealthCheck = [3, n0, _RHC, 0, [_hZI, _rN, _hCI, _reg], [0, 0, 0, 0]];
|
|
514
|
+
export var Route53HealthCheckConfiguration = [
|
|
515
|
+
3,
|
|
516
|
+
n0,
|
|
517
|
+
_RHCC,
|
|
518
|
+
0,
|
|
519
|
+
[_tM, _cAR, _eIx, _hZI, _rN, _rS],
|
|
520
|
+
[1, 0, 0, 0, 0, () => Route53ResourceRecordSetList],
|
|
521
|
+
];
|
|
522
|
+
export var Route53ResourceRecordSet = [3, n0, _RRRS, 0, [_rSI, _reg], [0, 0]];
|
|
523
|
+
export var Service = [3, n0, _S, 0, [_cAR, _eIx, _cA, _sA], [0, 0, 0, 0]];
|
|
524
|
+
export var StartPlanExecutionRequest = [
|
|
525
|
+
3,
|
|
526
|
+
n0,
|
|
527
|
+
_SPER,
|
|
528
|
+
0,
|
|
529
|
+
[_pA, _tR, _ac, _m, _c, _lV],
|
|
530
|
+
[0, 0, 0, 0, 0, 0],
|
|
531
|
+
];
|
|
532
|
+
export var StartPlanExecutionResponse = [
|
|
533
|
+
3,
|
|
534
|
+
n0,
|
|
535
|
+
_SPERt,
|
|
536
|
+
0,
|
|
537
|
+
[_eI, _p, _pV, _aRc, _dR],
|
|
538
|
+
[0, 0, 0, 0, 0],
|
|
539
|
+
];
|
|
540
|
+
export var Step = [
|
|
541
|
+
3,
|
|
542
|
+
n0,
|
|
543
|
+
_St,
|
|
544
|
+
0,
|
|
545
|
+
[_n, _d, _eBC, _eBT],
|
|
546
|
+
[0, 0, () => ExecutionBlockConfiguration, 0],
|
|
547
|
+
];
|
|
548
|
+
export var StepState = [3, n0, _SS, 0, [_n, _sta, _sT, _eT, _sM], [0, 0, 4, 4, 0]];
|
|
549
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_a, _ta], [0, 128 | 0]];
|
|
550
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
551
|
+
export var Trigger = [
|
|
552
|
+
3,
|
|
553
|
+
n0,
|
|
554
|
+
_T,
|
|
555
|
+
0,
|
|
556
|
+
[_d, _tR, _ac, _co, _mDMBE],
|
|
557
|
+
[0, 0, 0, () => TriggerConditionList, 1],
|
|
558
|
+
];
|
|
559
|
+
export var TriggerCondition = [3, n0, _TC, 0, [_aAN, _con], [0, 0]];
|
|
560
|
+
export var UntagResourceRequest = [3, n0, _URR, 0, [_a, _rTK], [0, 64 | 0]];
|
|
561
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
562
|
+
export var UpdatePlanExecutionRequest = [3, n0, _UPER, 0, [_pA, _eI, _ac, _c], [0, 0, 0, 0]];
|
|
563
|
+
export var UpdatePlanExecutionResponse = [3, n0, _UPERp, 0, [], []];
|
|
564
|
+
export var UpdatePlanExecutionStepRequest = [
|
|
565
|
+
3,
|
|
566
|
+
n0,
|
|
567
|
+
_UPESR,
|
|
568
|
+
0,
|
|
569
|
+
[_pA, _eI, _c, _sN, _aTT],
|
|
570
|
+
[0, 0, 0, 0, 0],
|
|
571
|
+
];
|
|
572
|
+
export var UpdatePlanExecutionStepResponse = [3, n0, _UPESRp, 0, [], []];
|
|
573
|
+
export var UpdatePlanRequest = [
|
|
574
|
+
3,
|
|
575
|
+
n0,
|
|
576
|
+
_UPR,
|
|
577
|
+
0,
|
|
578
|
+
[_a, _d, _w, _eRx, _rTOM, _aA, _t],
|
|
579
|
+
[0, 0, () => WorkflowList, 0, 1, () => AssociatedAlarmMap, () => TriggerList],
|
|
580
|
+
];
|
|
581
|
+
export var UpdatePlanResponse = [3, n0, _UPRp, 0, [_p], [() => Plan]];
|
|
582
|
+
export var Workflow = [3, n0, _W, 0, [_st, _wTA, _wTR, _wD], [() => Steps, 0, 0, 0]];
|
|
583
|
+
export var __Unit = "unit";
|
|
584
|
+
export var ARCRegionSwitchServiceException = [-3, _sm, "ARCRegionSwitchServiceException", 0, [], []];
|
|
585
|
+
TypeRegistry.for(_sm).registerError(ARCRegionSwitchServiceException, __ARCRegionSwitchServiceException);
|
|
586
|
+
export var AbbreviatedExecutionsList = [1, n0, _AEL, 0, () => AbbreviatedExecution];
|
|
587
|
+
export var ArcRoutingControlStates = [1, n0, _ARCSr, 0, () => ArcRoutingControlState];
|
|
588
|
+
export var AsgList = [1, n0, _AL, 0, () => Asg];
|
|
589
|
+
export var AuroraClusterArns = 64 | 0;
|
|
590
|
+
export var EksClusters = [1, n0, _ECk, 0, () => EksCluster];
|
|
591
|
+
export var ExecutionEventList = [1, n0, _EEL, 0, () => ExecutionEvent];
|
|
592
|
+
export var KubernetesScalingApps = [1, n0, _KSA, 0, () => KubernetesScalingApplication];
|
|
593
|
+
export var LambdaList = [1, n0, _LL, 0, () => Lambdas];
|
|
594
|
+
export var PlanList = [1, n0, _PL, 0, () => AbbreviatedPlan];
|
|
595
|
+
export var PlanWarnings = [1, n0, _PW, 0, () => ResourceWarning];
|
|
596
|
+
export var RegionList = 64 | 0;
|
|
597
|
+
export var Resources = 64 | 0;
|
|
598
|
+
export var Route53HealthCheckList = [1, n0, _RHCL, 0, () => Route53HealthCheck];
|
|
599
|
+
export var Route53ResourceRecordSetList = [1, n0, _RRRSL, 0, () => Route53ResourceRecordSet];
|
|
600
|
+
export var ServiceList = [1, n0, _SL, 0, () => Service];
|
|
601
|
+
export var Steps = [1, n0, _Ste, 0, () => Step];
|
|
602
|
+
export var StepStates = [1, n0, _SSt, 0, () => StepState];
|
|
603
|
+
export var TagKeys = 64 | 0;
|
|
604
|
+
export var TriggerConditionList = [1, n0, _TCL, 0, () => TriggerCondition];
|
|
605
|
+
export var TriggerList = [1, n0, _TL, 0, () => Trigger];
|
|
606
|
+
export var WorkflowList = [1, n0, _WL, 0, () => Workflow];
|
|
607
|
+
export var AssociatedAlarmMap = [2, n0, _AAM, 0, 0, () => AssociatedAlarm];
|
|
608
|
+
export var KubernetesScalingApplication = [2, n0, _KSAu, 0, 0, () => RegionalScalingResource];
|
|
609
|
+
export var RegionalScalingResource = [2, n0, _RSR, 0, 0, () => KubernetesScalingResource];
|
|
610
|
+
export var RegionAndRoutingControls = [2, n0, _RARC, 0, 0, () => ArcRoutingControlStates];
|
|
611
|
+
export var Tags = 128 | 0;
|
|
612
|
+
export var ExecutionBlockConfiguration = [
|
|
613
|
+
3,
|
|
614
|
+
n0,
|
|
615
|
+
_EBC,
|
|
616
|
+
0,
|
|
617
|
+
[_cALC, _eACIC, _eAC, _aRCC, _gAC, _pC, _rSPC, _eCIC, _eRSC, _rHCC],
|
|
618
|
+
[
|
|
619
|
+
() => CustomActionLambdaConfiguration,
|
|
620
|
+
() => Ec2AsgCapacityIncreaseConfiguration,
|
|
621
|
+
() => ExecutionApprovalConfiguration,
|
|
622
|
+
() => ArcRoutingControlConfiguration,
|
|
623
|
+
() => GlobalAuroraConfiguration,
|
|
624
|
+
() => ParallelExecutionBlockConfiguration,
|
|
625
|
+
() => RegionSwitchPlanConfiguration,
|
|
626
|
+
() => EcsCapacityIncreaseConfiguration,
|
|
627
|
+
() => EksResourceScalingConfiguration,
|
|
628
|
+
() => Route53HealthCheckConfiguration,
|
|
629
|
+
],
|
|
630
|
+
];
|
|
631
|
+
export var ApprovePlanExecutionStep = [
|
|
632
|
+
9,
|
|
633
|
+
n0,
|
|
634
|
+
_APES,
|
|
635
|
+
0,
|
|
636
|
+
() => ApprovePlanExecutionStepRequest,
|
|
637
|
+
() => ApprovePlanExecutionStepResponse,
|
|
638
|
+
];
|
|
639
|
+
export var CancelPlanExecution = [
|
|
640
|
+
9,
|
|
641
|
+
n0,
|
|
642
|
+
_CPE,
|
|
643
|
+
0,
|
|
644
|
+
() => CancelPlanExecutionRequest,
|
|
645
|
+
() => CancelPlanExecutionResponse,
|
|
646
|
+
];
|
|
647
|
+
export var CreatePlan = [9, n0, _CP, 0, () => CreatePlanRequest, () => CreatePlanResponse];
|
|
648
|
+
export var DeletePlan = [9, n0, _DP, 2, () => DeletePlanRequest, () => DeletePlanResponse];
|
|
649
|
+
export var GetPlan = [9, n0, _GP, 0, () => GetPlanRequest, () => GetPlanResponse];
|
|
650
|
+
export var GetPlanEvaluationStatus = [
|
|
651
|
+
9,
|
|
652
|
+
n0,
|
|
653
|
+
_GPES,
|
|
654
|
+
0,
|
|
655
|
+
() => GetPlanEvaluationStatusRequest,
|
|
656
|
+
() => GetPlanEvaluationStatusResponse,
|
|
657
|
+
];
|
|
658
|
+
export var GetPlanExecution = [
|
|
659
|
+
9,
|
|
660
|
+
n0,
|
|
661
|
+
_GPE,
|
|
662
|
+
0,
|
|
663
|
+
() => GetPlanExecutionRequest,
|
|
664
|
+
() => GetPlanExecutionResponse,
|
|
665
|
+
];
|
|
666
|
+
export var GetPlanInRegion = [
|
|
667
|
+
9,
|
|
668
|
+
n0,
|
|
669
|
+
_GPIR,
|
|
670
|
+
0,
|
|
671
|
+
() => GetPlanInRegionRequest,
|
|
672
|
+
() => GetPlanInRegionResponse,
|
|
673
|
+
];
|
|
674
|
+
export var ListPlanExecutionEvents = [
|
|
675
|
+
9,
|
|
676
|
+
n0,
|
|
677
|
+
_LPEE,
|
|
678
|
+
0,
|
|
679
|
+
() => ListPlanExecutionEventsRequest,
|
|
680
|
+
() => ListPlanExecutionEventsResponse,
|
|
681
|
+
];
|
|
682
|
+
export var ListPlanExecutions = [
|
|
683
|
+
9,
|
|
684
|
+
n0,
|
|
685
|
+
_LPE,
|
|
686
|
+
0,
|
|
687
|
+
() => ListPlanExecutionsRequest,
|
|
688
|
+
() => ListPlanExecutionsResponse,
|
|
689
|
+
];
|
|
690
|
+
export var ListPlans = [9, n0, _LP, 0, () => ListPlansRequest, () => ListPlansResponse];
|
|
691
|
+
export var ListPlansInRegion = [
|
|
692
|
+
9,
|
|
693
|
+
n0,
|
|
694
|
+
_LPIR,
|
|
695
|
+
0,
|
|
696
|
+
() => ListPlansInRegionRequest,
|
|
697
|
+
() => ListPlansInRegionResponse,
|
|
698
|
+
];
|
|
699
|
+
export var ListRoute53HealthChecks = [
|
|
700
|
+
9,
|
|
701
|
+
n0,
|
|
702
|
+
_LRHC,
|
|
703
|
+
0,
|
|
704
|
+
() => ListRoute53HealthChecksRequest,
|
|
705
|
+
() => ListRoute53HealthChecksResponse,
|
|
706
|
+
];
|
|
707
|
+
export var ListTagsForResource = [
|
|
708
|
+
9,
|
|
709
|
+
n0,
|
|
710
|
+
_LTFR,
|
|
711
|
+
0,
|
|
712
|
+
() => ListTagsForResourceRequest,
|
|
713
|
+
() => ListTagsForResourceResponse,
|
|
714
|
+
];
|
|
715
|
+
export var StartPlanExecution = [
|
|
716
|
+
9,
|
|
717
|
+
n0,
|
|
718
|
+
_SPE,
|
|
719
|
+
0,
|
|
720
|
+
() => StartPlanExecutionRequest,
|
|
721
|
+
() => StartPlanExecutionResponse,
|
|
722
|
+
];
|
|
723
|
+
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
|
|
724
|
+
export var UntagResource = [
|
|
725
|
+
9,
|
|
726
|
+
n0,
|
|
727
|
+
_UR,
|
|
728
|
+
0,
|
|
729
|
+
() => UntagResourceRequest,
|
|
730
|
+
() => UntagResourceResponse,
|
|
731
|
+
];
|
|
732
|
+
export var UpdatePlan = [9, n0, _UP, 0, () => UpdatePlanRequest, () => UpdatePlanResponse];
|
|
733
|
+
export var UpdatePlanExecution = [
|
|
734
|
+
9,
|
|
735
|
+
n0,
|
|
736
|
+
_UPE,
|
|
737
|
+
0,
|
|
738
|
+
() => UpdatePlanExecutionRequest,
|
|
739
|
+
() => UpdatePlanExecutionResponse,
|
|
740
|
+
];
|
|
741
|
+
export var UpdatePlanExecutionStep = [
|
|
742
|
+
9,
|
|
743
|
+
n0,
|
|
744
|
+
_UPES,
|
|
745
|
+
0,
|
|
746
|
+
() => UpdatePlanExecutionStepRequest,
|
|
747
|
+
() => UpdatePlanExecutionStepResponse,
|
|
748
|
+
];
|