@aws-sdk/client-arc-region-switch 3.987.0 → 3.989.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +40 -1088
- package/dist-cjs/models/ARCRegionSwitchServiceException.js +12 -0
- package/dist-cjs/models/errors.js +69 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +897 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +63 -57
- package/dist-types/schemas/schemas_0.d.ts +13 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -6
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,7 +15,10 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
18
19
|
var utilWaiter = require('@smithy/util-waiter');
|
|
20
|
+
var errors = require('./models/errors');
|
|
21
|
+
var ARCRegionSwitchServiceException = require('./models/ARCRegionSwitchServiceException');
|
|
19
22
|
|
|
20
23
|
const resolveClientEndpointParameters = (options) => {
|
|
21
24
|
return Object.assign(options, {
|
|
@@ -109,952 +112,6 @@ class ARCRegionSwitchClient extends smithyClient.Client {
|
|
|
109
112
|
}
|
|
110
113
|
}
|
|
111
114
|
|
|
112
|
-
class ARCRegionSwitchServiceException extends smithyClient.ServiceException {
|
|
113
|
-
constructor(options) {
|
|
114
|
-
super(options);
|
|
115
|
-
Object.setPrototypeOf(this, ARCRegionSwitchServiceException.prototype);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
class AccessDeniedException extends ARCRegionSwitchServiceException {
|
|
120
|
-
name = "AccessDeniedException";
|
|
121
|
-
$fault = "client";
|
|
122
|
-
constructor(opts) {
|
|
123
|
-
super({
|
|
124
|
-
name: "AccessDeniedException",
|
|
125
|
-
$fault: "client",
|
|
126
|
-
...opts,
|
|
127
|
-
});
|
|
128
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
class ResourceNotFoundException extends ARCRegionSwitchServiceException {
|
|
132
|
-
name = "ResourceNotFoundException";
|
|
133
|
-
$fault = "client";
|
|
134
|
-
constructor(opts) {
|
|
135
|
-
super({
|
|
136
|
-
name: "ResourceNotFoundException",
|
|
137
|
-
$fault: "client",
|
|
138
|
-
...opts,
|
|
139
|
-
});
|
|
140
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
class InternalServerException extends ARCRegionSwitchServiceException {
|
|
144
|
-
name = "InternalServerException";
|
|
145
|
-
$fault = "server";
|
|
146
|
-
constructor(opts) {
|
|
147
|
-
super({
|
|
148
|
-
name: "InternalServerException",
|
|
149
|
-
$fault: "server",
|
|
150
|
-
...opts,
|
|
151
|
-
});
|
|
152
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
class IllegalArgumentException extends ARCRegionSwitchServiceException {
|
|
156
|
-
name = "IllegalArgumentException";
|
|
157
|
-
$fault = "client";
|
|
158
|
-
constructor(opts) {
|
|
159
|
-
super({
|
|
160
|
-
name: "IllegalArgumentException",
|
|
161
|
-
$fault: "client",
|
|
162
|
-
...opts,
|
|
163
|
-
});
|
|
164
|
-
Object.setPrototypeOf(this, IllegalArgumentException.prototype);
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
class IllegalStateException extends ARCRegionSwitchServiceException {
|
|
168
|
-
name = "IllegalStateException";
|
|
169
|
-
$fault = "client";
|
|
170
|
-
constructor(opts) {
|
|
171
|
-
super({
|
|
172
|
-
name: "IllegalStateException",
|
|
173
|
-
$fault: "client",
|
|
174
|
-
...opts,
|
|
175
|
-
});
|
|
176
|
-
Object.setPrototypeOf(this, IllegalStateException.prototype);
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
const _A = "Asg";
|
|
181
|
-
const _AA = "AssociatedAlarm";
|
|
182
|
-
const _AAM = "AssociatedAlarmMap";
|
|
183
|
-
const _ADE = "AccessDeniedException";
|
|
184
|
-
const _AE = "AbbreviatedExecution";
|
|
185
|
-
const _AEL = "AbbreviatedExecutionsList";
|
|
186
|
-
const _AL = "AsgList";
|
|
187
|
-
const _AP = "AbbreviatedPlan";
|
|
188
|
-
const _APES = "ApprovePlanExecutionStep";
|
|
189
|
-
const _APESR = "ApprovePlanExecutionStepRequest";
|
|
190
|
-
const _APESRp = "ApprovePlanExecutionStepResponse";
|
|
191
|
-
const _ARCC = "ArcRoutingControlConfiguration";
|
|
192
|
-
const _ARCS = "ArcRoutingControlState";
|
|
193
|
-
const _ARCSr = "ArcRoutingControlStates";
|
|
194
|
-
const _CALC = "CustomActionLambdaConfiguration";
|
|
195
|
-
const _CP = "CreatePlan";
|
|
196
|
-
const _CPE = "CancelPlanExecution";
|
|
197
|
-
const _CPER = "CancelPlanExecutionRequest";
|
|
198
|
-
const _CPERa = "CancelPlanExecutionResponse";
|
|
199
|
-
const _CPR = "CreatePlanRequest";
|
|
200
|
-
const _CPRr = "CreatePlanResponse";
|
|
201
|
-
const _DDC = "DocumentDbConfiguration";
|
|
202
|
-
const _DDU = "DocumentDbUngraceful";
|
|
203
|
-
const _DP = "DeletePlan";
|
|
204
|
-
const _DPR = "DeletePlanRequest";
|
|
205
|
-
const _DPRe = "DeletePlanResponse";
|
|
206
|
-
const _EAC = "ExecutionApprovalConfiguration";
|
|
207
|
-
const _EACIC = "Ec2AsgCapacityIncreaseConfiguration";
|
|
208
|
-
const _EBC = "ExecutionBlockConfiguration";
|
|
209
|
-
const _EC = "EksCluster";
|
|
210
|
-
const _ECIC = "EcsCapacityIncreaseConfiguration";
|
|
211
|
-
const _ECk = "EksClusters";
|
|
212
|
-
const _EE = "ExecutionEvent";
|
|
213
|
-
const _EEL = "ExecutionEventList";
|
|
214
|
-
const _ERSC = "EksResourceScalingConfiguration";
|
|
215
|
-
const _ERSU = "EksResourceScalingUngraceful";
|
|
216
|
-
const _EU = "Ec2Ungraceful";
|
|
217
|
-
const _EUc = "EcsUngraceful";
|
|
218
|
-
const _FRO = "FailedReportOutput";
|
|
219
|
-
const _GAC = "GlobalAuroraConfiguration";
|
|
220
|
-
const _GAU = "GlobalAuroraUngraceful";
|
|
221
|
-
const _GP = "GetPlan";
|
|
222
|
-
const _GPE = "GetPlanExecution";
|
|
223
|
-
const _GPER = "GetPlanExecutionRequest";
|
|
224
|
-
const _GPERe = "GetPlanExecutionResponse";
|
|
225
|
-
const _GPES = "GetPlanEvaluationStatus";
|
|
226
|
-
const _GPESR = "GetPlanEvaluationStatusRequest";
|
|
227
|
-
const _GPESRe = "GetPlanEvaluationStatusResponse";
|
|
228
|
-
const _GPIR = "GetPlanInRegion";
|
|
229
|
-
const _GPIRR = "GetPlanInRegionRequest";
|
|
230
|
-
const _GPIRRe = "GetPlanInRegionResponse";
|
|
231
|
-
const _GPR = "GetPlanRequest";
|
|
232
|
-
const _GPRe = "GetPlanResponse";
|
|
233
|
-
const _GR = "GeneratedReport";
|
|
234
|
-
const _GRD = "GeneratedReportDetails";
|
|
235
|
-
const _IAE = "IllegalArgumentException";
|
|
236
|
-
const _ISE = "IllegalStateException";
|
|
237
|
-
const _ISEn = "InternalServerException";
|
|
238
|
-
const _KRT = "KubernetesResourceType";
|
|
239
|
-
const _KSA = "KubernetesScalingApps";
|
|
240
|
-
const _KSAu = "KubernetesScalingApplication";
|
|
241
|
-
const _KSR = "KubernetesScalingResource";
|
|
242
|
-
const _L = "Lambdas";
|
|
243
|
-
const _LL = "LambdaList";
|
|
244
|
-
const _LP = "ListPlans";
|
|
245
|
-
const _LPE = "ListPlanExecutions";
|
|
246
|
-
const _LPEE = "ListPlanExecutionEvents";
|
|
247
|
-
const _LPEER = "ListPlanExecutionEventsRequest";
|
|
248
|
-
const _LPEERi = "ListPlanExecutionEventsResponse";
|
|
249
|
-
const _LPER = "ListPlanExecutionsRequest";
|
|
250
|
-
const _LPERi = "ListPlanExecutionsResponse";
|
|
251
|
-
const _LPIR = "ListPlansInRegion";
|
|
252
|
-
const _LPIRR = "ListPlansInRegionRequest";
|
|
253
|
-
const _LPIRRi = "ListPlansInRegionResponse";
|
|
254
|
-
const _LPR = "ListPlansRequest";
|
|
255
|
-
const _LPRi = "ListPlansResponse";
|
|
256
|
-
const _LRHC = "ListRoute53HealthChecks";
|
|
257
|
-
const _LRHCIR = "ListRoute53HealthChecksInRegion";
|
|
258
|
-
const _LRHCIRR = "ListRoute53HealthChecksInRegionRequest";
|
|
259
|
-
const _LRHCIRRi = "ListRoute53HealthChecksInRegionResponse";
|
|
260
|
-
const _LRHCR = "ListRoute53HealthChecksRequest";
|
|
261
|
-
const _LRHCRi = "ListRoute53HealthChecksResponse";
|
|
262
|
-
const _LTFR = "ListTagsForResource";
|
|
263
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
264
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
265
|
-
const _LU = "LambdaUngraceful";
|
|
266
|
-
const _MW = "MinimalWorkflow";
|
|
267
|
-
const _P = "Plan";
|
|
268
|
-
const _PEBC = "ParallelExecutionBlockConfiguration";
|
|
269
|
-
const _PL = "PlanList";
|
|
270
|
-
const _PW = "PlanWarnings";
|
|
271
|
-
const _RARC = "RegionAndRoutingControls";
|
|
272
|
-
const _RC = "ReportConfiguration";
|
|
273
|
-
const _RHC = "Route53HealthCheck";
|
|
274
|
-
const _RHCC = "Route53HealthCheckConfiguration";
|
|
275
|
-
const _RHCL = "Route53HealthCheckList";
|
|
276
|
-
const _RNFE = "ResourceNotFoundException";
|
|
277
|
-
const _RO = "ReportOutput";
|
|
278
|
-
const _ROC = "ReportOutputConfiguration";
|
|
279
|
-
const _ROL = "ReportOutputList";
|
|
280
|
-
const _RRRS = "Route53ResourceRecordSet";
|
|
281
|
-
const _RRRSL = "Route53ResourceRecordSetList";
|
|
282
|
-
const _RSPC = "RegionSwitchPlanConfiguration";
|
|
283
|
-
const _RSR = "RegionalScalingResource";
|
|
284
|
-
const _RW = "ResourceWarning";
|
|
285
|
-
const _S = "Service";
|
|
286
|
-
const _SL = "ServiceList";
|
|
287
|
-
const _SPE = "StartPlanExecution";
|
|
288
|
-
const _SPER = "StartPlanExecutionRequest";
|
|
289
|
-
const _SPERt = "StartPlanExecutionResponse";
|
|
290
|
-
const _SRO = "S3ReportOutput";
|
|
291
|
-
const _SROC = "S3ReportOutputConfiguration";
|
|
292
|
-
const _SS = "StepState";
|
|
293
|
-
const _SSt = "StepStates";
|
|
294
|
-
const _St = "Step";
|
|
295
|
-
const _Ste = "Steps";
|
|
296
|
-
const _T = "Trigger";
|
|
297
|
-
const _TC = "TriggerCondition";
|
|
298
|
-
const _TCL = "TriggerConditionList";
|
|
299
|
-
const _TL = "TriggerList";
|
|
300
|
-
const _TR = "TagResource";
|
|
301
|
-
const _TRR = "TagResourceRequest";
|
|
302
|
-
const _TRRa = "TagResourceResponse";
|
|
303
|
-
const _UP = "UpdatePlan";
|
|
304
|
-
const _UPE = "UpdatePlanExecution";
|
|
305
|
-
const _UPER = "UpdatePlanExecutionRequest";
|
|
306
|
-
const _UPERp = "UpdatePlanExecutionResponse";
|
|
307
|
-
const _UPES = "UpdatePlanExecutionStep";
|
|
308
|
-
const _UPESR = "UpdatePlanExecutionStepRequest";
|
|
309
|
-
const _UPESRp = "UpdatePlanExecutionStepResponse";
|
|
310
|
-
const _UPR = "UpdatePlanRequest";
|
|
311
|
-
const _UPRp = "UpdatePlanResponse";
|
|
312
|
-
const _UR = "UntagResource";
|
|
313
|
-
const _URR = "UntagResourceRequest";
|
|
314
|
-
const _URRn = "UntagResourceResponse";
|
|
315
|
-
const _W = "Workflow";
|
|
316
|
-
const _WL = "WorkflowList";
|
|
317
|
-
const _a = "arn";
|
|
318
|
-
const _aA = "associatedAlarms";
|
|
319
|
-
const _aAN = "associatedAlarmName";
|
|
320
|
-
const _aPE = "activePlanExecution";
|
|
321
|
-
const _aR = "approvalRole";
|
|
322
|
-
const _aRCC = "arcRoutingControlConfig";
|
|
323
|
-
const _aRT = "actualRecoveryTime";
|
|
324
|
-
const _aRc = "activateRegion";
|
|
325
|
-
const _aT = "alarmType";
|
|
326
|
-
const _aTT = "actionToTake";
|
|
327
|
-
const _aV = "apiVersion";
|
|
328
|
-
const _ac = "action";
|
|
329
|
-
const _ap = "approval";
|
|
330
|
-
const _as = "asgs";
|
|
331
|
-
const _b = "behavior";
|
|
332
|
-
const _bO = "bucketOwner";
|
|
333
|
-
const _bP = "bucketPath";
|
|
334
|
-
const _c = "comment";
|
|
335
|
-
const _cA = "clusterArn";
|
|
336
|
-
const _cALC = "customActionLambdaConfig";
|
|
337
|
-
const _cAR = "crossAccountRole";
|
|
338
|
-
const _cMA = "capacityMonitoringApproach";
|
|
339
|
-
const _cl = "client";
|
|
340
|
-
const _co = "conditions";
|
|
341
|
-
const _con = "condition";
|
|
342
|
-
const _d = "description";
|
|
343
|
-
const _dCA = "databaseClusterArns";
|
|
344
|
-
const _dDC = "documentDbConfig";
|
|
345
|
-
const _dR = "deactivateRegion";
|
|
346
|
-
const _e = "error";
|
|
347
|
-
const _eA = "executionAction";
|
|
348
|
-
const _eAC = "executionApprovalConfig";
|
|
349
|
-
const _eACIC = "ec2AsgCapacityIncreaseConfig";
|
|
350
|
-
const _eBC = "executionBlockConfiguration";
|
|
351
|
-
const _eBT = "executionBlockType";
|
|
352
|
-
const _eC = "eksClusters";
|
|
353
|
-
const _eCIC = "ecsCapacityIncreaseConfig";
|
|
354
|
-
const _eCr = "errorCode";
|
|
355
|
-
const _eI = "executionId";
|
|
356
|
-
const _eIv = "eventId";
|
|
357
|
-
const _eIx = "externalId";
|
|
358
|
-
const _eM = "errorMessage";
|
|
359
|
-
const _eR = "executionRegion";
|
|
360
|
-
const _eRSC = "eksResourceScalingConfig";
|
|
361
|
-
const _eRx = "executionRole";
|
|
362
|
-
const _eS = "executionState";
|
|
363
|
-
const _eSv = "evaluationState";
|
|
364
|
-
const _eT = "endTime";
|
|
365
|
-
const _fRO = "failedReportOutput";
|
|
366
|
-
const _gAC = "globalAuroraConfig";
|
|
367
|
-
const _gCI = "globalClusterIdentifier";
|
|
368
|
-
const _gRD = "generatedReportDetails";
|
|
369
|
-
const _hC = "healthChecks";
|
|
370
|
-
const _hCI = "healthCheckId";
|
|
371
|
-
const _hE = "httpError";
|
|
372
|
-
const _hN = "hpaName";
|
|
373
|
-
const _hZI = "hostedZoneId";
|
|
374
|
-
const _i = "items";
|
|
375
|
-
const _k = "kind";
|
|
376
|
-
const _kRT = "kubernetesResourceType";
|
|
377
|
-
const _l = "lambdas";
|
|
378
|
-
const _lET = "lastEvaluationTime";
|
|
379
|
-
const _lEV = "lastEvaluatedVersion";
|
|
380
|
-
const _lV = "latestVersion";
|
|
381
|
-
const _m = "mode";
|
|
382
|
-
const _mDMBE = "minDelayMinutesBetweenExecutions";
|
|
383
|
-
const _mR = "maxResults";
|
|
384
|
-
const _mSP = "minimumSuccessPercentage";
|
|
385
|
-
const _me = "message";
|
|
386
|
-
const _n = "name";
|
|
387
|
-
const _nT = "nextToken";
|
|
388
|
-
const _na = "namespace";
|
|
389
|
-
const _o = "owner";
|
|
390
|
-
const _p = "plan";
|
|
391
|
-
const _pA = "planArn";
|
|
392
|
-
const _pC = "parallelConfig";
|
|
393
|
-
const _pEI = "previousEventId";
|
|
394
|
-
const _pR = "primaryRegion";
|
|
395
|
-
const _pV = "planVersion";
|
|
396
|
-
const _pl = "plans";
|
|
397
|
-
const _r = "regions";
|
|
398
|
-
const _rA = "recoveryApproach";
|
|
399
|
-
const _rARC = "regionAndRoutingControls";
|
|
400
|
-
const _rAe = "resourceArn";
|
|
401
|
-
const _rC = "reportConfiguration";
|
|
402
|
-
const _rCA = "routingControlArn";
|
|
403
|
-
const _rGT = "reportGenerationTime";
|
|
404
|
-
const _rHCC = "route53HealthCheckConfig";
|
|
405
|
-
const _rI = "resourceIdentifier";
|
|
406
|
-
const _rIM = "retryIntervalMinutes";
|
|
407
|
-
const _rN = "recordName";
|
|
408
|
-
const _rO = "reportOutput";
|
|
409
|
-
const _rS = "recordSets";
|
|
410
|
-
const _rSI = "recordSetIdentifier";
|
|
411
|
-
const _rSPC = "regionSwitchPlanConfig";
|
|
412
|
-
const _rT = "resourceTags";
|
|
413
|
-
const _rTK = "resourceTagKeys";
|
|
414
|
-
const _rTOM = "recoveryTimeObjectiveMinutes";
|
|
415
|
-
const _rTR = "regionToRun";
|
|
416
|
-
const _re = "resources";
|
|
417
|
-
const _reg = "region";
|
|
418
|
-
const _s = "state";
|
|
419
|
-
const _sA = "serviceArn";
|
|
420
|
-
const _sC = "s3Configuration";
|
|
421
|
-
const _sM = "stepMode";
|
|
422
|
-
const _sN = "stepName";
|
|
423
|
-
const _sOK = "s3ObjectKey";
|
|
424
|
-
const _sR = "scalingResources";
|
|
425
|
-
const _sRO = "s3ReportOutput";
|
|
426
|
-
const _sS = "stepStates";
|
|
427
|
-
const _sT = "startTime";
|
|
428
|
-
const _se = "services";
|
|
429
|
-
const _ser = "server";
|
|
430
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.arcregionswitch";
|
|
431
|
-
const _st = "steps";
|
|
432
|
-
const _sta = "status";
|
|
433
|
-
const _t = "triggers";
|
|
434
|
-
const _tM = "timeoutMinutes";
|
|
435
|
-
const _tP = "targetPercent";
|
|
436
|
-
const _tR = "targetRegion";
|
|
437
|
-
const _ta = "tags";
|
|
438
|
-
const _ti = "timestamp";
|
|
439
|
-
const _ty = "type";
|
|
440
|
-
const _u = "ungraceful";
|
|
441
|
-
const _uA = "updatedAt";
|
|
442
|
-
const _v = "version";
|
|
443
|
-
const _w = "workflows";
|
|
444
|
-
const _wD = "workflowDescription";
|
|
445
|
-
const _wM = "warningMessage";
|
|
446
|
-
const _wS = "warningStatus";
|
|
447
|
-
const _wTA = "workflowTargetAction";
|
|
448
|
-
const _wTR = "workflowTargetRegion";
|
|
449
|
-
const _wUT = "warningUpdatedTime";
|
|
450
|
-
const _wa = "warnings";
|
|
451
|
-
const _wo = "workflow";
|
|
452
|
-
const n0 = "com.amazonaws.arcregionswitch";
|
|
453
|
-
var AbbreviatedExecution$ = [3, n0, _AE,
|
|
454
|
-
0,
|
|
455
|
-
[_pA, _eI, _sT, _m, _eS, _eA, _eR, _v, _uA, _c, _eT, _aRT],
|
|
456
|
-
[0, 0, 4, 0, 0, 0, 0, 0, 4, 0, 4, 0], 7
|
|
457
|
-
];
|
|
458
|
-
var AbbreviatedPlan$ = [3, n0, _AP,
|
|
459
|
-
0,
|
|
460
|
-
[_a, _o, _n, _r, _rA, _pR, _v, _uA, _d, _eRx, _aPE, _rTOM],
|
|
461
|
-
[0, 0, 0, 64 | 0, 0, 0, 0, 4, 0, 0, 0, 1], 5
|
|
462
|
-
];
|
|
463
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
464
|
-
{ [_e]: _cl, [_hE]: 403 },
|
|
465
|
-
[_me],
|
|
466
|
-
[0], 1
|
|
467
|
-
];
|
|
468
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
469
|
-
var ApprovePlanExecutionStepRequest$ = [3, n0, _APESR,
|
|
470
|
-
0,
|
|
471
|
-
[_pA, _eI, _sN, _ap, _c],
|
|
472
|
-
[0, 0, 0, 0, 0], 4
|
|
473
|
-
];
|
|
474
|
-
var ApprovePlanExecutionStepResponse$ = [3, n0, _APESRp,
|
|
475
|
-
0,
|
|
476
|
-
[],
|
|
477
|
-
[]
|
|
478
|
-
];
|
|
479
|
-
var ArcRoutingControlConfiguration$ = [3, n0, _ARCC,
|
|
480
|
-
0,
|
|
481
|
-
[_rARC, _tM, _cAR, _eIx],
|
|
482
|
-
[() => RegionAndRoutingControls, 1, 0, 0], 1
|
|
483
|
-
];
|
|
484
|
-
var ArcRoutingControlState$ = [3, n0, _ARCS,
|
|
485
|
-
0,
|
|
486
|
-
[_rCA, _s],
|
|
487
|
-
[0, 0], 2
|
|
488
|
-
];
|
|
489
|
-
var Asg$ = [3, n0, _A,
|
|
490
|
-
0,
|
|
491
|
-
[_cAR, _eIx, _a],
|
|
492
|
-
[0, 0, 0]
|
|
493
|
-
];
|
|
494
|
-
var AssociatedAlarm$ = [3, n0, _AA,
|
|
495
|
-
0,
|
|
496
|
-
[_rI, _aT, _cAR, _eIx],
|
|
497
|
-
[0, 0, 0, 0], 2
|
|
498
|
-
];
|
|
499
|
-
var CancelPlanExecutionRequest$ = [3, n0, _CPER,
|
|
500
|
-
0,
|
|
501
|
-
[_pA, _eI, _c],
|
|
502
|
-
[0, 0, 0], 2
|
|
503
|
-
];
|
|
504
|
-
var CancelPlanExecutionResponse$ = [3, n0, _CPERa,
|
|
505
|
-
0,
|
|
506
|
-
[],
|
|
507
|
-
[]
|
|
508
|
-
];
|
|
509
|
-
var CreatePlanRequest$ = [3, n0, _CPR,
|
|
510
|
-
0,
|
|
511
|
-
[_w, _eRx, _n, _r, _rA, _d, _rTOM, _aA, _t, _rC, _pR, _ta],
|
|
512
|
-
[() => WorkflowList, 0, 0, 64 | 0, 0, 0, 1, () => AssociatedAlarmMap, () => TriggerList, () => ReportConfiguration$, 0, 128 | 0], 5
|
|
513
|
-
];
|
|
514
|
-
var CreatePlanResponse$ = [3, n0, _CPRr,
|
|
515
|
-
0,
|
|
516
|
-
[_p],
|
|
517
|
-
[() => Plan$]
|
|
518
|
-
];
|
|
519
|
-
var CustomActionLambdaConfiguration$ = [3, n0, _CALC,
|
|
520
|
-
0,
|
|
521
|
-
[_l, _rIM, _rTR, _tM, _u],
|
|
522
|
-
[() => LambdaList, 1, 0, 1, () => LambdaUngraceful$], 3
|
|
523
|
-
];
|
|
524
|
-
var DeletePlanRequest$ = [3, n0, _DPR,
|
|
525
|
-
0,
|
|
526
|
-
[_a],
|
|
527
|
-
[0], 1
|
|
528
|
-
];
|
|
529
|
-
var DeletePlanResponse$ = [3, n0, _DPRe,
|
|
530
|
-
0,
|
|
531
|
-
[],
|
|
532
|
-
[]
|
|
533
|
-
];
|
|
534
|
-
var DocumentDbConfiguration$ = [3, n0, _DDC,
|
|
535
|
-
0,
|
|
536
|
-
[_b, _gCI, _dCA, _tM, _cAR, _eIx, _u],
|
|
537
|
-
[0, 0, 64 | 0, 1, 0, 0, () => DocumentDbUngraceful$], 3
|
|
538
|
-
];
|
|
539
|
-
var DocumentDbUngraceful$ = [3, n0, _DDU,
|
|
540
|
-
0,
|
|
541
|
-
[_u],
|
|
542
|
-
[0]
|
|
543
|
-
];
|
|
544
|
-
var Ec2AsgCapacityIncreaseConfiguration$ = [3, n0, _EACIC,
|
|
545
|
-
0,
|
|
546
|
-
[_as, _tM, _u, _tP, _cMA],
|
|
547
|
-
[() => AsgList, 1, () => Ec2Ungraceful$, 1, 0], 1
|
|
548
|
-
];
|
|
549
|
-
var Ec2Ungraceful$ = [3, n0, _EU,
|
|
550
|
-
0,
|
|
551
|
-
[_mSP],
|
|
552
|
-
[1], 1
|
|
553
|
-
];
|
|
554
|
-
var EcsCapacityIncreaseConfiguration$ = [3, n0, _ECIC,
|
|
555
|
-
0,
|
|
556
|
-
[_se, _tM, _u, _tP, _cMA],
|
|
557
|
-
[() => ServiceList, 1, () => EcsUngraceful$, 1, 0], 1
|
|
558
|
-
];
|
|
559
|
-
var EcsUngraceful$ = [3, n0, _EUc,
|
|
560
|
-
0,
|
|
561
|
-
[_mSP],
|
|
562
|
-
[1], 1
|
|
563
|
-
];
|
|
564
|
-
var EksCluster$ = [3, n0, _EC,
|
|
565
|
-
0,
|
|
566
|
-
[_cA, _cAR, _eIx],
|
|
567
|
-
[0, 0, 0], 1
|
|
568
|
-
];
|
|
569
|
-
var EksResourceScalingConfiguration$ = [3, n0, _ERSC,
|
|
570
|
-
0,
|
|
571
|
-
[_kRT, _tM, _sR, _eC, _u, _tP, _cMA],
|
|
572
|
-
[() => KubernetesResourceType$, 1, () => KubernetesScalingApps, () => EksClusters, () => EksResourceScalingUngraceful$, 1, 0], 1
|
|
573
|
-
];
|
|
574
|
-
var EksResourceScalingUngraceful$ = [3, n0, _ERSU,
|
|
575
|
-
0,
|
|
576
|
-
[_mSP],
|
|
577
|
-
[1], 1
|
|
578
|
-
];
|
|
579
|
-
var ExecutionApprovalConfiguration$ = [3, n0, _EAC,
|
|
580
|
-
0,
|
|
581
|
-
[_aR, _tM],
|
|
582
|
-
[0, 1], 1
|
|
583
|
-
];
|
|
584
|
-
var ExecutionEvent$ = [3, n0, _EE,
|
|
585
|
-
0,
|
|
586
|
-
[_eIv, _ti, _ty, _sN, _eBT, _re, _e, _d, _pEI],
|
|
587
|
-
[0, 4, 0, 0, 0, 64 | 0, 0, 0, 0], 1
|
|
588
|
-
];
|
|
589
|
-
var FailedReportOutput$ = [3, n0, _FRO,
|
|
590
|
-
0,
|
|
591
|
-
[_eCr, _eM],
|
|
592
|
-
[0, 0]
|
|
593
|
-
];
|
|
594
|
-
var GeneratedReport$ = [3, n0, _GR,
|
|
595
|
-
0,
|
|
596
|
-
[_rGT, _rO],
|
|
597
|
-
[4, () => ReportOutput$]
|
|
598
|
-
];
|
|
599
|
-
var GetPlanEvaluationStatusRequest$ = [3, n0, _GPESR,
|
|
600
|
-
0,
|
|
601
|
-
[_pA, _mR, _nT],
|
|
602
|
-
[0, 1, 0], 1
|
|
603
|
-
];
|
|
604
|
-
var GetPlanEvaluationStatusResponse$ = [3, n0, _GPESRe,
|
|
605
|
-
0,
|
|
606
|
-
[_pA, _lET, _lEV, _reg, _eSv, _wa, _nT],
|
|
607
|
-
[0, 4, 0, 0, 0, () => PlanWarnings, 0], 1
|
|
608
|
-
];
|
|
609
|
-
var GetPlanExecutionRequest$ = [3, n0, _GPER,
|
|
610
|
-
0,
|
|
611
|
-
[_pA, _eI, _mR, _nT],
|
|
612
|
-
[0, 0, 1, 0], 2
|
|
613
|
-
];
|
|
614
|
-
var GetPlanExecutionResponse$ = [3, n0, _GPERe,
|
|
615
|
-
0,
|
|
616
|
-
[_pA, _eI, _sT, _m, _eS, _eA, _eR, _v, _uA, _c, _eT, _sS, _p, _aRT, _gRD, _nT],
|
|
617
|
-
[0, 0, 4, 0, 0, 0, 0, 0, 4, 0, 4, () => StepStates, () => Plan$, 0, () => GeneratedReportDetails, 0], 7
|
|
618
|
-
];
|
|
619
|
-
var GetPlanInRegionRequest$ = [3, n0, _GPIRR,
|
|
620
|
-
0,
|
|
621
|
-
[_a],
|
|
622
|
-
[0], 1
|
|
623
|
-
];
|
|
624
|
-
var GetPlanInRegionResponse$ = [3, n0, _GPIRRe,
|
|
625
|
-
0,
|
|
626
|
-
[_p],
|
|
627
|
-
[() => Plan$]
|
|
628
|
-
];
|
|
629
|
-
var GetPlanRequest$ = [3, n0, _GPR,
|
|
630
|
-
0,
|
|
631
|
-
[_a],
|
|
632
|
-
[0], 1
|
|
633
|
-
];
|
|
634
|
-
var GetPlanResponse$ = [3, n0, _GPRe,
|
|
635
|
-
0,
|
|
636
|
-
[_p],
|
|
637
|
-
[() => Plan$]
|
|
638
|
-
];
|
|
639
|
-
var GlobalAuroraConfiguration$ = [3, n0, _GAC,
|
|
640
|
-
0,
|
|
641
|
-
[_b, _gCI, _dCA, _tM, _cAR, _eIx, _u],
|
|
642
|
-
[0, 0, 64 | 0, 1, 0, 0, () => GlobalAuroraUngraceful$], 3
|
|
643
|
-
];
|
|
644
|
-
var GlobalAuroraUngraceful$ = [3, n0, _GAU,
|
|
645
|
-
0,
|
|
646
|
-
[_u],
|
|
647
|
-
[0]
|
|
648
|
-
];
|
|
649
|
-
var IllegalArgumentException$ = [-3, n0, _IAE,
|
|
650
|
-
{ [_e]: _cl, [_hE]: 400 },
|
|
651
|
-
[_me],
|
|
652
|
-
[0], 1
|
|
653
|
-
];
|
|
654
|
-
schema.TypeRegistry.for(n0).registerError(IllegalArgumentException$, IllegalArgumentException);
|
|
655
|
-
var IllegalStateException$ = [-3, n0, _ISE,
|
|
656
|
-
{ [_e]: _cl, [_hE]: 400 },
|
|
657
|
-
[_me],
|
|
658
|
-
[0], 1
|
|
659
|
-
];
|
|
660
|
-
schema.TypeRegistry.for(n0).registerError(IllegalStateException$, IllegalStateException);
|
|
661
|
-
var InternalServerException$ = [-3, n0, _ISEn,
|
|
662
|
-
{ [_e]: _ser, [_hE]: 500 },
|
|
663
|
-
[_me],
|
|
664
|
-
[0], 1
|
|
665
|
-
];
|
|
666
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
667
|
-
var KubernetesResourceType$ = [3, n0, _KRT,
|
|
668
|
-
0,
|
|
669
|
-
[_aV, _k],
|
|
670
|
-
[0, 0], 2
|
|
671
|
-
];
|
|
672
|
-
var KubernetesScalingResource$ = [3, n0, _KSR,
|
|
673
|
-
0,
|
|
674
|
-
[_na, _n, _hN],
|
|
675
|
-
[0, 0, 0], 2
|
|
676
|
-
];
|
|
677
|
-
var Lambdas$ = [3, n0, _L,
|
|
678
|
-
0,
|
|
679
|
-
[_cAR, _eIx, _a],
|
|
680
|
-
[0, 0, 0]
|
|
681
|
-
];
|
|
682
|
-
var LambdaUngraceful$ = [3, n0, _LU,
|
|
683
|
-
0,
|
|
684
|
-
[_b],
|
|
685
|
-
[0]
|
|
686
|
-
];
|
|
687
|
-
var ListPlanExecutionEventsRequest$ = [3, n0, _LPEER,
|
|
688
|
-
0,
|
|
689
|
-
[_pA, _eI, _mR, _nT, _n],
|
|
690
|
-
[0, 0, 1, 0, 0], 2
|
|
691
|
-
];
|
|
692
|
-
var ListPlanExecutionEventsResponse$ = [3, n0, _LPEERi,
|
|
693
|
-
0,
|
|
694
|
-
[_i, _nT],
|
|
695
|
-
[() => ExecutionEventList, 0]
|
|
696
|
-
];
|
|
697
|
-
var ListPlanExecutionsRequest$ = [3, n0, _LPER,
|
|
698
|
-
0,
|
|
699
|
-
[_pA, _mR, _nT, _s],
|
|
700
|
-
[0, 1, 0, 0], 1
|
|
701
|
-
];
|
|
702
|
-
var ListPlanExecutionsResponse$ = [3, n0, _LPERi,
|
|
703
|
-
0,
|
|
704
|
-
[_i, _nT],
|
|
705
|
-
[() => AbbreviatedExecutionsList, 0]
|
|
706
|
-
];
|
|
707
|
-
var ListPlansInRegionRequest$ = [3, n0, _LPIRR,
|
|
708
|
-
0,
|
|
709
|
-
[_mR, _nT],
|
|
710
|
-
[1, 0]
|
|
711
|
-
];
|
|
712
|
-
var ListPlansInRegionResponse$ = [3, n0, _LPIRRi,
|
|
713
|
-
0,
|
|
714
|
-
[_pl, _nT],
|
|
715
|
-
[() => PlanList, 0]
|
|
716
|
-
];
|
|
717
|
-
var ListPlansRequest$ = [3, n0, _LPR,
|
|
718
|
-
0,
|
|
719
|
-
[_mR, _nT],
|
|
720
|
-
[1, 0]
|
|
721
|
-
];
|
|
722
|
-
var ListPlansResponse$ = [3, n0, _LPRi,
|
|
723
|
-
0,
|
|
724
|
-
[_pl, _nT],
|
|
725
|
-
[() => PlanList, 0]
|
|
726
|
-
];
|
|
727
|
-
var ListRoute53HealthChecksInRegionRequest$ = [3, n0, _LRHCIRR,
|
|
728
|
-
0,
|
|
729
|
-
[_a, _hZI, _rN, _mR, _nT],
|
|
730
|
-
[0, 0, 0, 1, 0], 1
|
|
731
|
-
];
|
|
732
|
-
var ListRoute53HealthChecksInRegionResponse$ = [3, n0, _LRHCIRRi,
|
|
733
|
-
0,
|
|
734
|
-
[_hC, _nT],
|
|
735
|
-
[() => Route53HealthCheckList, 0]
|
|
736
|
-
];
|
|
737
|
-
var ListRoute53HealthChecksRequest$ = [3, n0, _LRHCR,
|
|
738
|
-
0,
|
|
739
|
-
[_a, _hZI, _rN, _mR, _nT],
|
|
740
|
-
[0, 0, 0, 1, 0], 1
|
|
741
|
-
];
|
|
742
|
-
var ListRoute53HealthChecksResponse$ = [3, n0, _LRHCRi,
|
|
743
|
-
0,
|
|
744
|
-
[_hC, _nT],
|
|
745
|
-
[() => Route53HealthCheckList, 0]
|
|
746
|
-
];
|
|
747
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
748
|
-
0,
|
|
749
|
-
[_a],
|
|
750
|
-
[0], 1
|
|
751
|
-
];
|
|
752
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
753
|
-
0,
|
|
754
|
-
[_rT],
|
|
755
|
-
[128 | 0]
|
|
756
|
-
];
|
|
757
|
-
var MinimalWorkflow$ = [3, n0, _MW,
|
|
758
|
-
0,
|
|
759
|
-
[_ac, _n],
|
|
760
|
-
[0, 0]
|
|
761
|
-
];
|
|
762
|
-
var ParallelExecutionBlockConfiguration$ = [3, n0, _PEBC,
|
|
763
|
-
0,
|
|
764
|
-
[_st],
|
|
765
|
-
[() => Steps], 1
|
|
766
|
-
];
|
|
767
|
-
var Plan$ = [3, n0, _P,
|
|
768
|
-
0,
|
|
769
|
-
[_a, _w, _eRx, _n, _r, _rA, _o, _d, _rTOM, _aA, _t, _rC, _pR, _v, _uA],
|
|
770
|
-
[0, () => WorkflowList, 0, 0, 64 | 0, 0, 0, 0, 1, () => AssociatedAlarmMap, () => TriggerList, () => ReportConfiguration$, 0, 0, 4], 7
|
|
771
|
-
];
|
|
772
|
-
var RegionSwitchPlanConfiguration$ = [3, n0, _RSPC,
|
|
773
|
-
0,
|
|
774
|
-
[_a, _cAR, _eIx],
|
|
775
|
-
[0, 0, 0], 1
|
|
776
|
-
];
|
|
777
|
-
var ReportConfiguration$ = [3, n0, _RC,
|
|
778
|
-
0,
|
|
779
|
-
[_rO],
|
|
780
|
-
[() => ReportOutputList]
|
|
781
|
-
];
|
|
782
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
783
|
-
{ [_e]: _cl, [_hE]: 404 },
|
|
784
|
-
[_me],
|
|
785
|
-
[0], 1
|
|
786
|
-
];
|
|
787
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
788
|
-
var ResourceWarning$ = [3, n0, _RW,
|
|
789
|
-
0,
|
|
790
|
-
[_v, _wS, _wUT, _wM, _wo, _sN, _rAe],
|
|
791
|
-
[0, 0, 4, 0, () => MinimalWorkflow$, 0, 0], 4
|
|
792
|
-
];
|
|
793
|
-
var Route53HealthCheck$ = [3, n0, _RHC,
|
|
794
|
-
0,
|
|
795
|
-
[_hZI, _rN, _reg, _hCI, _sta],
|
|
796
|
-
[0, 0, 0, 0, 0], 3
|
|
797
|
-
];
|
|
798
|
-
var Route53HealthCheckConfiguration$ = [3, n0, _RHCC,
|
|
799
|
-
0,
|
|
800
|
-
[_hZI, _rN, _tM, _cAR, _eIx, _rS],
|
|
801
|
-
[0, 0, 1, 0, 0, () => Route53ResourceRecordSetList], 2
|
|
802
|
-
];
|
|
803
|
-
var Route53ResourceRecordSet$ = [3, n0, _RRRS,
|
|
804
|
-
0,
|
|
805
|
-
[_rSI, _reg],
|
|
806
|
-
[0, 0]
|
|
807
|
-
];
|
|
808
|
-
var S3ReportOutput$ = [3, n0, _SRO,
|
|
809
|
-
0,
|
|
810
|
-
[_sOK],
|
|
811
|
-
[0]
|
|
812
|
-
];
|
|
813
|
-
var S3ReportOutputConfiguration$ = [3, n0, _SROC,
|
|
814
|
-
0,
|
|
815
|
-
[_bP, _bO],
|
|
816
|
-
[0, 0]
|
|
817
|
-
];
|
|
818
|
-
var Service$ = [3, n0, _S,
|
|
819
|
-
0,
|
|
820
|
-
[_cAR, _eIx, _cA, _sA],
|
|
821
|
-
[0, 0, 0, 0]
|
|
822
|
-
];
|
|
823
|
-
var StartPlanExecutionRequest$ = [3, n0, _SPER,
|
|
824
|
-
0,
|
|
825
|
-
[_pA, _tR, _ac, _m, _c, _lV],
|
|
826
|
-
[0, 0, 0, 0, 0, 0], 3
|
|
827
|
-
];
|
|
828
|
-
var StartPlanExecutionResponse$ = [3, n0, _SPERt,
|
|
829
|
-
0,
|
|
830
|
-
[_eI, _p, _pV, _aRc, _dR],
|
|
831
|
-
[0, 0, 0, 0, 0]
|
|
832
|
-
];
|
|
833
|
-
var Step$ = [3, n0, _St,
|
|
834
|
-
0,
|
|
835
|
-
[_n, _eBC, _eBT, _d],
|
|
836
|
-
[0, () => ExecutionBlockConfiguration$, 0, 0], 3
|
|
837
|
-
];
|
|
838
|
-
var StepState$ = [3, n0, _SS,
|
|
839
|
-
0,
|
|
840
|
-
[_n, _sta, _sT, _eT, _sM],
|
|
841
|
-
[0, 0, 4, 4, 0]
|
|
842
|
-
];
|
|
843
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
844
|
-
0,
|
|
845
|
-
[_a, _ta],
|
|
846
|
-
[0, 128 | 0], 2
|
|
847
|
-
];
|
|
848
|
-
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
849
|
-
0,
|
|
850
|
-
[],
|
|
851
|
-
[]
|
|
852
|
-
];
|
|
853
|
-
var Trigger$ = [3, n0, _T,
|
|
854
|
-
0,
|
|
855
|
-
[_tR, _ac, _co, _mDMBE, _d],
|
|
856
|
-
[0, 0, () => TriggerConditionList, 1, 0], 4
|
|
857
|
-
];
|
|
858
|
-
var TriggerCondition$ = [3, n0, _TC,
|
|
859
|
-
0,
|
|
860
|
-
[_aAN, _con],
|
|
861
|
-
[0, 0], 2
|
|
862
|
-
];
|
|
863
|
-
var UntagResourceRequest$ = [3, n0, _URR,
|
|
864
|
-
0,
|
|
865
|
-
[_a, _rTK],
|
|
866
|
-
[0, 64 | 0], 2
|
|
867
|
-
];
|
|
868
|
-
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
869
|
-
0,
|
|
870
|
-
[],
|
|
871
|
-
[]
|
|
872
|
-
];
|
|
873
|
-
var UpdatePlanExecutionRequest$ = [3, n0, _UPER,
|
|
874
|
-
0,
|
|
875
|
-
[_pA, _eI, _ac, _c],
|
|
876
|
-
[0, 0, 0, 0], 3
|
|
877
|
-
];
|
|
878
|
-
var UpdatePlanExecutionResponse$ = [3, n0, _UPERp,
|
|
879
|
-
0,
|
|
880
|
-
[],
|
|
881
|
-
[]
|
|
882
|
-
];
|
|
883
|
-
var UpdatePlanExecutionStepRequest$ = [3, n0, _UPESR,
|
|
884
|
-
0,
|
|
885
|
-
[_pA, _eI, _c, _sN, _aTT],
|
|
886
|
-
[0, 0, 0, 0, 0], 5
|
|
887
|
-
];
|
|
888
|
-
var UpdatePlanExecutionStepResponse$ = [3, n0, _UPESRp,
|
|
889
|
-
0,
|
|
890
|
-
[],
|
|
891
|
-
[]
|
|
892
|
-
];
|
|
893
|
-
var UpdatePlanRequest$ = [3, n0, _UPR,
|
|
894
|
-
0,
|
|
895
|
-
[_a, _w, _eRx, _d, _rTOM, _aA, _t, _rC],
|
|
896
|
-
[0, () => WorkflowList, 0, 0, 1, () => AssociatedAlarmMap, () => TriggerList, () => ReportConfiguration$], 3
|
|
897
|
-
];
|
|
898
|
-
var UpdatePlanResponse$ = [3, n0, _UPRp,
|
|
899
|
-
0,
|
|
900
|
-
[_p],
|
|
901
|
-
[() => Plan$]
|
|
902
|
-
];
|
|
903
|
-
var Workflow$ = [3, n0, _W,
|
|
904
|
-
0,
|
|
905
|
-
[_wTA, _st, _wTR, _wD],
|
|
906
|
-
[0, () => Steps, 0, 0], 1
|
|
907
|
-
];
|
|
908
|
-
var ARCRegionSwitchServiceException$ = [-3, _sm, "ARCRegionSwitchServiceException", 0, [], []];
|
|
909
|
-
schema.TypeRegistry.for(_sm).registerError(ARCRegionSwitchServiceException$, ARCRegionSwitchServiceException);
|
|
910
|
-
var AbbreviatedExecutionsList = [1, n0, _AEL,
|
|
911
|
-
0, () => AbbreviatedExecution$
|
|
912
|
-
];
|
|
913
|
-
var ArcRoutingControlStates = [1, n0, _ARCSr,
|
|
914
|
-
0, () => ArcRoutingControlState$
|
|
915
|
-
];
|
|
916
|
-
var AsgList = [1, n0, _AL,
|
|
917
|
-
0, () => Asg$
|
|
918
|
-
];
|
|
919
|
-
var EksClusters = [1, n0, _ECk,
|
|
920
|
-
0, () => EksCluster$
|
|
921
|
-
];
|
|
922
|
-
var ExecutionEventList = [1, n0, _EEL,
|
|
923
|
-
0, () => ExecutionEvent$
|
|
924
|
-
];
|
|
925
|
-
var GeneratedReportDetails = [1, n0, _GRD,
|
|
926
|
-
0, () => GeneratedReport$
|
|
927
|
-
];
|
|
928
|
-
var KubernetesScalingApps = [1, n0, _KSA,
|
|
929
|
-
0, () => KubernetesScalingApplication
|
|
930
|
-
];
|
|
931
|
-
var LambdaList = [1, n0, _LL,
|
|
932
|
-
0, () => Lambdas$
|
|
933
|
-
];
|
|
934
|
-
var PlanList = [1, n0, _PL,
|
|
935
|
-
0, () => AbbreviatedPlan$
|
|
936
|
-
];
|
|
937
|
-
var PlanWarnings = [1, n0, _PW,
|
|
938
|
-
0, () => ResourceWarning$
|
|
939
|
-
];
|
|
940
|
-
var ReportOutputList = [1, n0, _ROL,
|
|
941
|
-
0, () => ReportOutputConfiguration$
|
|
942
|
-
];
|
|
943
|
-
var Route53HealthCheckList = [1, n0, _RHCL,
|
|
944
|
-
0, () => Route53HealthCheck$
|
|
945
|
-
];
|
|
946
|
-
var Route53ResourceRecordSetList = [1, n0, _RRRSL,
|
|
947
|
-
0, () => Route53ResourceRecordSet$
|
|
948
|
-
];
|
|
949
|
-
var ServiceList = [1, n0, _SL,
|
|
950
|
-
0, () => Service$
|
|
951
|
-
];
|
|
952
|
-
var Steps = [1, n0, _Ste,
|
|
953
|
-
0, () => Step$
|
|
954
|
-
];
|
|
955
|
-
var StepStates = [1, n0, _SSt,
|
|
956
|
-
0, () => StepState$
|
|
957
|
-
];
|
|
958
|
-
var TriggerConditionList = [1, n0, _TCL,
|
|
959
|
-
0, () => TriggerCondition$
|
|
960
|
-
];
|
|
961
|
-
var TriggerList = [1, n0, _TL,
|
|
962
|
-
0, () => Trigger$
|
|
963
|
-
];
|
|
964
|
-
var WorkflowList = [1, n0, _WL,
|
|
965
|
-
0, () => Workflow$
|
|
966
|
-
];
|
|
967
|
-
var AssociatedAlarmMap = [2, n0, _AAM,
|
|
968
|
-
0, 0, () => AssociatedAlarm$
|
|
969
|
-
];
|
|
970
|
-
var KubernetesScalingApplication = [2, n0, _KSAu,
|
|
971
|
-
0, 0, () => RegionalScalingResource
|
|
972
|
-
];
|
|
973
|
-
var RegionalScalingResource = [2, n0, _RSR,
|
|
974
|
-
0, 0, () => KubernetesScalingResource$
|
|
975
|
-
];
|
|
976
|
-
var RegionAndRoutingControls = [2, n0, _RARC,
|
|
977
|
-
0, 0, () => ArcRoutingControlStates
|
|
978
|
-
];
|
|
979
|
-
var ExecutionBlockConfiguration$ = [4, n0, _EBC,
|
|
980
|
-
0,
|
|
981
|
-
[_cALC, _eACIC, _eAC, _aRCC, _gAC, _pC, _rSPC, _eCIC, _eRSC, _rHCC, _dDC],
|
|
982
|
-
[() => CustomActionLambdaConfiguration$, () => Ec2AsgCapacityIncreaseConfiguration$, () => ExecutionApprovalConfiguration$, () => ArcRoutingControlConfiguration$, () => GlobalAuroraConfiguration$, () => ParallelExecutionBlockConfiguration$, () => RegionSwitchPlanConfiguration$, () => EcsCapacityIncreaseConfiguration$, () => EksResourceScalingConfiguration$, () => Route53HealthCheckConfiguration$, () => DocumentDbConfiguration$]
|
|
983
|
-
];
|
|
984
|
-
var ReportOutput$ = [4, n0, _RO,
|
|
985
|
-
0,
|
|
986
|
-
[_sRO, _fRO],
|
|
987
|
-
[() => S3ReportOutput$, () => FailedReportOutput$]
|
|
988
|
-
];
|
|
989
|
-
var ReportOutputConfiguration$ = [4, n0, _ROC,
|
|
990
|
-
0,
|
|
991
|
-
[_sC],
|
|
992
|
-
[() => S3ReportOutputConfiguration$]
|
|
993
|
-
];
|
|
994
|
-
var ApprovePlanExecutionStep$ = [9, n0, _APES,
|
|
995
|
-
0, () => ApprovePlanExecutionStepRequest$, () => ApprovePlanExecutionStepResponse$
|
|
996
|
-
];
|
|
997
|
-
var CancelPlanExecution$ = [9, n0, _CPE,
|
|
998
|
-
0, () => CancelPlanExecutionRequest$, () => CancelPlanExecutionResponse$
|
|
999
|
-
];
|
|
1000
|
-
var CreatePlan$ = [9, n0, _CP,
|
|
1001
|
-
0, () => CreatePlanRequest$, () => CreatePlanResponse$
|
|
1002
|
-
];
|
|
1003
|
-
var DeletePlan$ = [9, n0, _DP,
|
|
1004
|
-
2, () => DeletePlanRequest$, () => DeletePlanResponse$
|
|
1005
|
-
];
|
|
1006
|
-
var GetPlan$ = [9, n0, _GP,
|
|
1007
|
-
0, () => GetPlanRequest$, () => GetPlanResponse$
|
|
1008
|
-
];
|
|
1009
|
-
var GetPlanEvaluationStatus$ = [9, n0, _GPES,
|
|
1010
|
-
0, () => GetPlanEvaluationStatusRequest$, () => GetPlanEvaluationStatusResponse$
|
|
1011
|
-
];
|
|
1012
|
-
var GetPlanExecution$ = [9, n0, _GPE,
|
|
1013
|
-
0, () => GetPlanExecutionRequest$, () => GetPlanExecutionResponse$
|
|
1014
|
-
];
|
|
1015
|
-
var GetPlanInRegion$ = [9, n0, _GPIR,
|
|
1016
|
-
0, () => GetPlanInRegionRequest$, () => GetPlanInRegionResponse$
|
|
1017
|
-
];
|
|
1018
|
-
var ListPlanExecutionEvents$ = [9, n0, _LPEE,
|
|
1019
|
-
0, () => ListPlanExecutionEventsRequest$, () => ListPlanExecutionEventsResponse$
|
|
1020
|
-
];
|
|
1021
|
-
var ListPlanExecutions$ = [9, n0, _LPE,
|
|
1022
|
-
0, () => ListPlanExecutionsRequest$, () => ListPlanExecutionsResponse$
|
|
1023
|
-
];
|
|
1024
|
-
var ListPlans$ = [9, n0, _LP,
|
|
1025
|
-
0, () => ListPlansRequest$, () => ListPlansResponse$
|
|
1026
|
-
];
|
|
1027
|
-
var ListPlansInRegion$ = [9, n0, _LPIR,
|
|
1028
|
-
0, () => ListPlansInRegionRequest$, () => ListPlansInRegionResponse$
|
|
1029
|
-
];
|
|
1030
|
-
var ListRoute53HealthChecks$ = [9, n0, _LRHC,
|
|
1031
|
-
0, () => ListRoute53HealthChecksRequest$, () => ListRoute53HealthChecksResponse$
|
|
1032
|
-
];
|
|
1033
|
-
var ListRoute53HealthChecksInRegion$ = [9, n0, _LRHCIR,
|
|
1034
|
-
0, () => ListRoute53HealthChecksInRegionRequest$, () => ListRoute53HealthChecksInRegionResponse$
|
|
1035
|
-
];
|
|
1036
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
1037
|
-
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
1038
|
-
];
|
|
1039
|
-
var StartPlanExecution$ = [9, n0, _SPE,
|
|
1040
|
-
0, () => StartPlanExecutionRequest$, () => StartPlanExecutionResponse$
|
|
1041
|
-
];
|
|
1042
|
-
var TagResource$ = [9, n0, _TR,
|
|
1043
|
-
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
1044
|
-
];
|
|
1045
|
-
var UntagResource$ = [9, n0, _UR,
|
|
1046
|
-
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
1047
|
-
];
|
|
1048
|
-
var UpdatePlan$ = [9, n0, _UP,
|
|
1049
|
-
0, () => UpdatePlanRequest$, () => UpdatePlanResponse$
|
|
1050
|
-
];
|
|
1051
|
-
var UpdatePlanExecution$ = [9, n0, _UPE,
|
|
1052
|
-
0, () => UpdatePlanExecutionRequest$, () => UpdatePlanExecutionResponse$
|
|
1053
|
-
];
|
|
1054
|
-
var UpdatePlanExecutionStep$ = [9, n0, _UPES,
|
|
1055
|
-
0, () => UpdatePlanExecutionStepRequest$, () => UpdatePlanExecutionStepResponse$
|
|
1056
|
-
];
|
|
1057
|
-
|
|
1058
115
|
class ApprovePlanExecutionStepCommand extends smithyClient.Command
|
|
1059
116
|
.classBuilder()
|
|
1060
117
|
.ep(commonParams)
|
|
@@ -1063,7 +120,7 @@ class ApprovePlanExecutionStepCommand extends smithyClient.Command
|
|
|
1063
120
|
})
|
|
1064
121
|
.s("ArcRegionSwitch", "ApprovePlanExecutionStep", {})
|
|
1065
122
|
.n("ARCRegionSwitchClient", "ApprovePlanExecutionStepCommand")
|
|
1066
|
-
.sc(ApprovePlanExecutionStep$)
|
|
123
|
+
.sc(schemas_0.ApprovePlanExecutionStep$)
|
|
1067
124
|
.build() {
|
|
1068
125
|
}
|
|
1069
126
|
|
|
@@ -1075,7 +132,7 @@ class CancelPlanExecutionCommand extends smithyClient.Command
|
|
|
1075
132
|
})
|
|
1076
133
|
.s("ArcRegionSwitch", "CancelPlanExecution", {})
|
|
1077
134
|
.n("ARCRegionSwitchClient", "CancelPlanExecutionCommand")
|
|
1078
|
-
.sc(CancelPlanExecution$)
|
|
135
|
+
.sc(schemas_0.CancelPlanExecution$)
|
|
1079
136
|
.build() {
|
|
1080
137
|
}
|
|
1081
138
|
|
|
@@ -1090,7 +147,7 @@ class CreatePlanCommand extends smithyClient.Command
|
|
|
1090
147
|
})
|
|
1091
148
|
.s("ArcRegionSwitch", "CreatePlan", {})
|
|
1092
149
|
.n("ARCRegionSwitchClient", "CreatePlanCommand")
|
|
1093
|
-
.sc(CreatePlan$)
|
|
150
|
+
.sc(schemas_0.CreatePlan$)
|
|
1094
151
|
.build() {
|
|
1095
152
|
}
|
|
1096
153
|
|
|
@@ -1105,7 +162,7 @@ class DeletePlanCommand extends smithyClient.Command
|
|
|
1105
162
|
})
|
|
1106
163
|
.s("ArcRegionSwitch", "DeletePlan", {})
|
|
1107
164
|
.n("ARCRegionSwitchClient", "DeletePlanCommand")
|
|
1108
|
-
.sc(DeletePlan$)
|
|
165
|
+
.sc(schemas_0.DeletePlan$)
|
|
1109
166
|
.build() {
|
|
1110
167
|
}
|
|
1111
168
|
|
|
@@ -1120,7 +177,7 @@ class GetPlanCommand extends smithyClient.Command
|
|
|
1120
177
|
})
|
|
1121
178
|
.s("ArcRegionSwitch", "GetPlan", {})
|
|
1122
179
|
.n("ARCRegionSwitchClient", "GetPlanCommand")
|
|
1123
|
-
.sc(GetPlan$)
|
|
180
|
+
.sc(schemas_0.GetPlan$)
|
|
1124
181
|
.build() {
|
|
1125
182
|
}
|
|
1126
183
|
|
|
@@ -1132,7 +189,7 @@ class GetPlanEvaluationStatusCommand extends smithyClient.Command
|
|
|
1132
189
|
})
|
|
1133
190
|
.s("ArcRegionSwitch", "GetPlanEvaluationStatus", {})
|
|
1134
191
|
.n("ARCRegionSwitchClient", "GetPlanEvaluationStatusCommand")
|
|
1135
|
-
.sc(GetPlanEvaluationStatus$)
|
|
192
|
+
.sc(schemas_0.GetPlanEvaluationStatus$)
|
|
1136
193
|
.build() {
|
|
1137
194
|
}
|
|
1138
195
|
|
|
@@ -1144,7 +201,7 @@ class GetPlanExecutionCommand extends smithyClient.Command
|
|
|
1144
201
|
})
|
|
1145
202
|
.s("ArcRegionSwitch", "GetPlanExecution", {})
|
|
1146
203
|
.n("ARCRegionSwitchClient", "GetPlanExecutionCommand")
|
|
1147
|
-
.sc(GetPlanExecution$)
|
|
204
|
+
.sc(schemas_0.GetPlanExecution$)
|
|
1148
205
|
.build() {
|
|
1149
206
|
}
|
|
1150
207
|
|
|
@@ -1156,7 +213,7 @@ class GetPlanInRegionCommand extends smithyClient.Command
|
|
|
1156
213
|
})
|
|
1157
214
|
.s("ArcRegionSwitch", "GetPlanInRegion", {})
|
|
1158
215
|
.n("ARCRegionSwitchClient", "GetPlanInRegionCommand")
|
|
1159
|
-
.sc(GetPlanInRegion$)
|
|
216
|
+
.sc(schemas_0.GetPlanInRegion$)
|
|
1160
217
|
.build() {
|
|
1161
218
|
}
|
|
1162
219
|
|
|
@@ -1168,7 +225,7 @@ class ListPlanExecutionEventsCommand extends smithyClient.Command
|
|
|
1168
225
|
})
|
|
1169
226
|
.s("ArcRegionSwitch", "ListPlanExecutionEvents", {})
|
|
1170
227
|
.n("ARCRegionSwitchClient", "ListPlanExecutionEventsCommand")
|
|
1171
|
-
.sc(ListPlanExecutionEvents$)
|
|
228
|
+
.sc(schemas_0.ListPlanExecutionEvents$)
|
|
1172
229
|
.build() {
|
|
1173
230
|
}
|
|
1174
231
|
|
|
@@ -1180,7 +237,7 @@ class ListPlanExecutionsCommand extends smithyClient.Command
|
|
|
1180
237
|
})
|
|
1181
238
|
.s("ArcRegionSwitch", "ListPlanExecutions", {})
|
|
1182
239
|
.n("ARCRegionSwitchClient", "ListPlanExecutionsCommand")
|
|
1183
|
-
.sc(ListPlanExecutions$)
|
|
240
|
+
.sc(schemas_0.ListPlanExecutions$)
|
|
1184
241
|
.build() {
|
|
1185
242
|
}
|
|
1186
243
|
|
|
@@ -1195,7 +252,7 @@ class ListPlansCommand extends smithyClient.Command
|
|
|
1195
252
|
})
|
|
1196
253
|
.s("ArcRegionSwitch", "ListPlans", {})
|
|
1197
254
|
.n("ARCRegionSwitchClient", "ListPlansCommand")
|
|
1198
|
-
.sc(ListPlans$)
|
|
255
|
+
.sc(schemas_0.ListPlans$)
|
|
1199
256
|
.build() {
|
|
1200
257
|
}
|
|
1201
258
|
|
|
@@ -1207,7 +264,7 @@ class ListPlansInRegionCommand extends smithyClient.Command
|
|
|
1207
264
|
})
|
|
1208
265
|
.s("ArcRegionSwitch", "ListPlansInRegion", {})
|
|
1209
266
|
.n("ARCRegionSwitchClient", "ListPlansInRegionCommand")
|
|
1210
|
-
.sc(ListPlansInRegion$)
|
|
267
|
+
.sc(schemas_0.ListPlansInRegion$)
|
|
1211
268
|
.build() {
|
|
1212
269
|
}
|
|
1213
270
|
|
|
@@ -1222,7 +279,7 @@ class ListRoute53HealthChecksCommand extends smithyClient.Command
|
|
|
1222
279
|
})
|
|
1223
280
|
.s("ArcRegionSwitch", "ListRoute53HealthChecks", {})
|
|
1224
281
|
.n("ARCRegionSwitchClient", "ListRoute53HealthChecksCommand")
|
|
1225
|
-
.sc(ListRoute53HealthChecks$)
|
|
282
|
+
.sc(schemas_0.ListRoute53HealthChecks$)
|
|
1226
283
|
.build() {
|
|
1227
284
|
}
|
|
1228
285
|
|
|
@@ -1234,7 +291,7 @@ class ListRoute53HealthChecksInRegionCommand extends smithyClient.Command
|
|
|
1234
291
|
})
|
|
1235
292
|
.s("ArcRegionSwitch", "ListRoute53HealthChecksInRegion", {})
|
|
1236
293
|
.n("ARCRegionSwitchClient", "ListRoute53HealthChecksInRegionCommand")
|
|
1237
|
-
.sc(ListRoute53HealthChecksInRegion$)
|
|
294
|
+
.sc(schemas_0.ListRoute53HealthChecksInRegion$)
|
|
1238
295
|
.build() {
|
|
1239
296
|
}
|
|
1240
297
|
|
|
@@ -1249,7 +306,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1249
306
|
})
|
|
1250
307
|
.s("ArcRegionSwitch", "ListTagsForResource", {})
|
|
1251
308
|
.n("ARCRegionSwitchClient", "ListTagsForResourceCommand")
|
|
1252
|
-
.sc(ListTagsForResource$)
|
|
309
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
1253
310
|
.build() {
|
|
1254
311
|
}
|
|
1255
312
|
|
|
@@ -1261,7 +318,7 @@ class StartPlanExecutionCommand extends smithyClient.Command
|
|
|
1261
318
|
})
|
|
1262
319
|
.s("ArcRegionSwitch", "StartPlanExecution", {})
|
|
1263
320
|
.n("ARCRegionSwitchClient", "StartPlanExecutionCommand")
|
|
1264
|
-
.sc(StartPlanExecution$)
|
|
321
|
+
.sc(schemas_0.StartPlanExecution$)
|
|
1265
322
|
.build() {
|
|
1266
323
|
}
|
|
1267
324
|
|
|
@@ -1276,7 +333,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1276
333
|
})
|
|
1277
334
|
.s("ArcRegionSwitch", "TagResource", {})
|
|
1278
335
|
.n("ARCRegionSwitchClient", "TagResourceCommand")
|
|
1279
|
-
.sc(TagResource$)
|
|
336
|
+
.sc(schemas_0.TagResource$)
|
|
1280
337
|
.build() {
|
|
1281
338
|
}
|
|
1282
339
|
|
|
@@ -1291,7 +348,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1291
348
|
})
|
|
1292
349
|
.s("ArcRegionSwitch", "UntagResource", {})
|
|
1293
350
|
.n("ARCRegionSwitchClient", "UntagResourceCommand")
|
|
1294
|
-
.sc(UntagResource$)
|
|
351
|
+
.sc(schemas_0.UntagResource$)
|
|
1295
352
|
.build() {
|
|
1296
353
|
}
|
|
1297
354
|
|
|
@@ -1306,7 +363,7 @@ class UpdatePlanCommand extends smithyClient.Command
|
|
|
1306
363
|
})
|
|
1307
364
|
.s("ArcRegionSwitch", "UpdatePlan", {})
|
|
1308
365
|
.n("ARCRegionSwitchClient", "UpdatePlanCommand")
|
|
1309
|
-
.sc(UpdatePlan$)
|
|
366
|
+
.sc(schemas_0.UpdatePlan$)
|
|
1310
367
|
.build() {
|
|
1311
368
|
}
|
|
1312
369
|
|
|
@@ -1318,7 +375,7 @@ class UpdatePlanExecutionCommand extends smithyClient.Command
|
|
|
1318
375
|
})
|
|
1319
376
|
.s("ArcRegionSwitch", "UpdatePlanExecution", {})
|
|
1320
377
|
.n("ARCRegionSwitchClient", "UpdatePlanExecutionCommand")
|
|
1321
|
-
.sc(UpdatePlanExecution$)
|
|
378
|
+
.sc(schemas_0.UpdatePlanExecution$)
|
|
1322
379
|
.build() {
|
|
1323
380
|
}
|
|
1324
381
|
|
|
@@ -1330,7 +387,7 @@ class UpdatePlanExecutionStepCommand extends smithyClient.Command
|
|
|
1330
387
|
})
|
|
1331
388
|
.s("ArcRegionSwitch", "UpdatePlanExecutionStep", {})
|
|
1332
389
|
.n("ARCRegionSwitchClient", "UpdatePlanExecutionStepCommand")
|
|
1333
|
-
.sc(UpdatePlanExecutionStep$)
|
|
390
|
+
.sc(schemas_0.UpdatePlanExecutionStep$)
|
|
1334
391
|
.build() {
|
|
1335
392
|
}
|
|
1336
393
|
|
|
@@ -1671,176 +728,59 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1671
728
|
enumerable: true,
|
|
1672
729
|
get: function () { return smithyClient.Client; }
|
|
1673
730
|
});
|
|
731
|
+
Object.defineProperty(exports, "ARCRegionSwitchServiceException", {
|
|
732
|
+
enumerable: true,
|
|
733
|
+
get: function () { return ARCRegionSwitchServiceException.ARCRegionSwitchServiceException; }
|
|
734
|
+
});
|
|
1674
735
|
exports.ARCRegionSwitch = ARCRegionSwitch;
|
|
1675
736
|
exports.ARCRegionSwitchClient = ARCRegionSwitchClient;
|
|
1676
|
-
exports.ARCRegionSwitchServiceException = ARCRegionSwitchServiceException;
|
|
1677
|
-
exports.ARCRegionSwitchServiceException$ = ARCRegionSwitchServiceException$;
|
|
1678
|
-
exports.AbbreviatedExecution$ = AbbreviatedExecution$;
|
|
1679
|
-
exports.AbbreviatedPlan$ = AbbreviatedPlan$;
|
|
1680
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
1681
|
-
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1682
737
|
exports.AlarmCondition = AlarmCondition;
|
|
1683
738
|
exports.AlarmType = AlarmType;
|
|
1684
739
|
exports.Approval = Approval;
|
|
1685
|
-
exports.ApprovePlanExecutionStep$ = ApprovePlanExecutionStep$;
|
|
1686
740
|
exports.ApprovePlanExecutionStepCommand = ApprovePlanExecutionStepCommand;
|
|
1687
|
-
exports.ApprovePlanExecutionStepRequest$ = ApprovePlanExecutionStepRequest$;
|
|
1688
|
-
exports.ApprovePlanExecutionStepResponse$ = ApprovePlanExecutionStepResponse$;
|
|
1689
|
-
exports.ArcRoutingControlConfiguration$ = ArcRoutingControlConfiguration$;
|
|
1690
|
-
exports.ArcRoutingControlState$ = ArcRoutingControlState$;
|
|
1691
|
-
exports.Asg$ = Asg$;
|
|
1692
|
-
exports.AssociatedAlarm$ = AssociatedAlarm$;
|
|
1693
|
-
exports.CancelPlanExecution$ = CancelPlanExecution$;
|
|
1694
741
|
exports.CancelPlanExecutionCommand = CancelPlanExecutionCommand;
|
|
1695
|
-
exports.CancelPlanExecutionRequest$ = CancelPlanExecutionRequest$;
|
|
1696
|
-
exports.CancelPlanExecutionResponse$ = CancelPlanExecutionResponse$;
|
|
1697
|
-
exports.CreatePlan$ = CreatePlan$;
|
|
1698
742
|
exports.CreatePlanCommand = CreatePlanCommand;
|
|
1699
|
-
exports.CreatePlanRequest$ = CreatePlanRequest$;
|
|
1700
|
-
exports.CreatePlanResponse$ = CreatePlanResponse$;
|
|
1701
|
-
exports.CustomActionLambdaConfiguration$ = CustomActionLambdaConfiguration$;
|
|
1702
|
-
exports.DeletePlan$ = DeletePlan$;
|
|
1703
743
|
exports.DeletePlanCommand = DeletePlanCommand;
|
|
1704
|
-
exports.DeletePlanRequest$ = DeletePlanRequest$;
|
|
1705
|
-
exports.DeletePlanResponse$ = DeletePlanResponse$;
|
|
1706
|
-
exports.DocumentDbConfiguration$ = DocumentDbConfiguration$;
|
|
1707
744
|
exports.DocumentDbDefaultBehavior = DocumentDbDefaultBehavior;
|
|
1708
|
-
exports.DocumentDbUngraceful$ = DocumentDbUngraceful$;
|
|
1709
745
|
exports.DocumentDbUngracefulBehavior = DocumentDbUngracefulBehavior;
|
|
1710
|
-
exports.Ec2AsgCapacityIncreaseConfiguration$ = Ec2AsgCapacityIncreaseConfiguration$;
|
|
1711
746
|
exports.Ec2AsgCapacityMonitoringApproach = Ec2AsgCapacityMonitoringApproach;
|
|
1712
|
-
exports.Ec2Ungraceful$ = Ec2Ungraceful$;
|
|
1713
|
-
exports.EcsCapacityIncreaseConfiguration$ = EcsCapacityIncreaseConfiguration$;
|
|
1714
747
|
exports.EcsCapacityMonitoringApproach = EcsCapacityMonitoringApproach;
|
|
1715
|
-
exports.EcsUngraceful$ = EcsUngraceful$;
|
|
1716
748
|
exports.EksCapacityMonitoringApproach = EksCapacityMonitoringApproach;
|
|
1717
|
-
exports.EksCluster$ = EksCluster$;
|
|
1718
|
-
exports.EksResourceScalingConfiguration$ = EksResourceScalingConfiguration$;
|
|
1719
|
-
exports.EksResourceScalingUngraceful$ = EksResourceScalingUngraceful$;
|
|
1720
749
|
exports.EvaluationStatus = EvaluationStatus;
|
|
1721
750
|
exports.ExecutionAction = ExecutionAction;
|
|
1722
|
-
exports.ExecutionApprovalConfiguration$ = ExecutionApprovalConfiguration$;
|
|
1723
|
-
exports.ExecutionBlockConfiguration$ = ExecutionBlockConfiguration$;
|
|
1724
751
|
exports.ExecutionBlockType = ExecutionBlockType;
|
|
1725
|
-
exports.ExecutionEvent$ = ExecutionEvent$;
|
|
1726
752
|
exports.ExecutionEventType = ExecutionEventType;
|
|
1727
753
|
exports.ExecutionMode = ExecutionMode;
|
|
1728
754
|
exports.ExecutionState = ExecutionState;
|
|
1729
755
|
exports.FailedReportErrorCode = FailedReportErrorCode;
|
|
1730
|
-
exports.FailedReportOutput$ = FailedReportOutput$;
|
|
1731
|
-
exports.GeneratedReport$ = GeneratedReport$;
|
|
1732
|
-
exports.GetPlan$ = GetPlan$;
|
|
1733
756
|
exports.GetPlanCommand = GetPlanCommand;
|
|
1734
|
-
exports.GetPlanEvaluationStatus$ = GetPlanEvaluationStatus$;
|
|
1735
757
|
exports.GetPlanEvaluationStatusCommand = GetPlanEvaluationStatusCommand;
|
|
1736
|
-
exports.GetPlanEvaluationStatusRequest$ = GetPlanEvaluationStatusRequest$;
|
|
1737
|
-
exports.GetPlanEvaluationStatusResponse$ = GetPlanEvaluationStatusResponse$;
|
|
1738
|
-
exports.GetPlanExecution$ = GetPlanExecution$;
|
|
1739
758
|
exports.GetPlanExecutionCommand = GetPlanExecutionCommand;
|
|
1740
|
-
exports.GetPlanExecutionRequest$ = GetPlanExecutionRequest$;
|
|
1741
|
-
exports.GetPlanExecutionResponse$ = GetPlanExecutionResponse$;
|
|
1742
|
-
exports.GetPlanInRegion$ = GetPlanInRegion$;
|
|
1743
759
|
exports.GetPlanInRegionCommand = GetPlanInRegionCommand;
|
|
1744
|
-
exports.GetPlanInRegionRequest$ = GetPlanInRegionRequest$;
|
|
1745
|
-
exports.GetPlanInRegionResponse$ = GetPlanInRegionResponse$;
|
|
1746
|
-
exports.GetPlanRequest$ = GetPlanRequest$;
|
|
1747
|
-
exports.GetPlanResponse$ = GetPlanResponse$;
|
|
1748
|
-
exports.GlobalAuroraConfiguration$ = GlobalAuroraConfiguration$;
|
|
1749
760
|
exports.GlobalAuroraDefaultBehavior = GlobalAuroraDefaultBehavior;
|
|
1750
|
-
exports.GlobalAuroraUngraceful$ = GlobalAuroraUngraceful$;
|
|
1751
761
|
exports.GlobalAuroraUngracefulBehavior = GlobalAuroraUngracefulBehavior;
|
|
1752
|
-
exports.IllegalArgumentException = IllegalArgumentException;
|
|
1753
|
-
exports.IllegalArgumentException$ = IllegalArgumentException$;
|
|
1754
|
-
exports.IllegalStateException = IllegalStateException;
|
|
1755
|
-
exports.IllegalStateException$ = IllegalStateException$;
|
|
1756
|
-
exports.InternalServerException = InternalServerException;
|
|
1757
|
-
exports.InternalServerException$ = InternalServerException$;
|
|
1758
|
-
exports.KubernetesResourceType$ = KubernetesResourceType$;
|
|
1759
|
-
exports.KubernetesScalingResource$ = KubernetesScalingResource$;
|
|
1760
|
-
exports.LambdaUngraceful$ = LambdaUngraceful$;
|
|
1761
762
|
exports.LambdaUngracefulBehavior = LambdaUngracefulBehavior;
|
|
1762
|
-
exports.Lambdas$ = Lambdas$;
|
|
1763
|
-
exports.ListPlanExecutionEvents$ = ListPlanExecutionEvents$;
|
|
1764
763
|
exports.ListPlanExecutionEventsCommand = ListPlanExecutionEventsCommand;
|
|
1765
|
-
exports.ListPlanExecutionEventsRequest$ = ListPlanExecutionEventsRequest$;
|
|
1766
|
-
exports.ListPlanExecutionEventsResponse$ = ListPlanExecutionEventsResponse$;
|
|
1767
|
-
exports.ListPlanExecutions$ = ListPlanExecutions$;
|
|
1768
764
|
exports.ListPlanExecutionsCommand = ListPlanExecutionsCommand;
|
|
1769
|
-
exports.ListPlanExecutionsRequest$ = ListPlanExecutionsRequest$;
|
|
1770
|
-
exports.ListPlanExecutionsResponse$ = ListPlanExecutionsResponse$;
|
|
1771
|
-
exports.ListPlans$ = ListPlans$;
|
|
1772
765
|
exports.ListPlansCommand = ListPlansCommand;
|
|
1773
|
-
exports.ListPlansInRegion$ = ListPlansInRegion$;
|
|
1774
766
|
exports.ListPlansInRegionCommand = ListPlansInRegionCommand;
|
|
1775
|
-
exports.ListPlansInRegionRequest$ = ListPlansInRegionRequest$;
|
|
1776
|
-
exports.ListPlansInRegionResponse$ = ListPlansInRegionResponse$;
|
|
1777
|
-
exports.ListPlansRequest$ = ListPlansRequest$;
|
|
1778
|
-
exports.ListPlansResponse$ = ListPlansResponse$;
|
|
1779
|
-
exports.ListRoute53HealthChecks$ = ListRoute53HealthChecks$;
|
|
1780
767
|
exports.ListRoute53HealthChecksCommand = ListRoute53HealthChecksCommand;
|
|
1781
|
-
exports.ListRoute53HealthChecksInRegion$ = ListRoute53HealthChecksInRegion$;
|
|
1782
768
|
exports.ListRoute53HealthChecksInRegionCommand = ListRoute53HealthChecksInRegionCommand;
|
|
1783
|
-
exports.ListRoute53HealthChecksInRegionRequest$ = ListRoute53HealthChecksInRegionRequest$;
|
|
1784
|
-
exports.ListRoute53HealthChecksInRegionResponse$ = ListRoute53HealthChecksInRegionResponse$;
|
|
1785
|
-
exports.ListRoute53HealthChecksRequest$ = ListRoute53HealthChecksRequest$;
|
|
1786
|
-
exports.ListRoute53HealthChecksResponse$ = ListRoute53HealthChecksResponse$;
|
|
1787
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1788
769
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1789
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1790
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1791
|
-
exports.MinimalWorkflow$ = MinimalWorkflow$;
|
|
1792
|
-
exports.ParallelExecutionBlockConfiguration$ = ParallelExecutionBlockConfiguration$;
|
|
1793
|
-
exports.Plan$ = Plan$;
|
|
1794
770
|
exports.RecoveryApproach = RecoveryApproach;
|
|
1795
|
-
exports.RegionSwitchPlanConfiguration$ = RegionSwitchPlanConfiguration$;
|
|
1796
771
|
exports.RegionToRunIn = RegionToRunIn;
|
|
1797
|
-
exports.ReportConfiguration$ = ReportConfiguration$;
|
|
1798
|
-
exports.ReportOutput$ = ReportOutput$;
|
|
1799
|
-
exports.ReportOutputConfiguration$ = ReportOutputConfiguration$;
|
|
1800
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1801
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1802
|
-
exports.ResourceWarning$ = ResourceWarning$;
|
|
1803
772
|
exports.ResourceWarningStatus = ResourceWarningStatus;
|
|
1804
|
-
exports.Route53HealthCheck$ = Route53HealthCheck$;
|
|
1805
|
-
exports.Route53HealthCheckConfiguration$ = Route53HealthCheckConfiguration$;
|
|
1806
773
|
exports.Route53HealthCheckStatus = Route53HealthCheckStatus;
|
|
1807
|
-
exports.Route53ResourceRecordSet$ = Route53ResourceRecordSet$;
|
|
1808
774
|
exports.RoutingControlStateChange = RoutingControlStateChange;
|
|
1809
|
-
exports.S3ReportOutput$ = S3ReportOutput$;
|
|
1810
|
-
exports.S3ReportOutputConfiguration$ = S3ReportOutputConfiguration$;
|
|
1811
|
-
exports.Service$ = Service$;
|
|
1812
|
-
exports.StartPlanExecution$ = StartPlanExecution$;
|
|
1813
775
|
exports.StartPlanExecutionCommand = StartPlanExecutionCommand;
|
|
1814
|
-
exports.StartPlanExecutionRequest$ = StartPlanExecutionRequest$;
|
|
1815
|
-
exports.StartPlanExecutionResponse$ = StartPlanExecutionResponse$;
|
|
1816
|
-
exports.Step$ = Step$;
|
|
1817
|
-
exports.StepState$ = StepState$;
|
|
1818
776
|
exports.StepStatus = StepStatus;
|
|
1819
|
-
exports.TagResource$ = TagResource$;
|
|
1820
777
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1821
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1822
|
-
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1823
|
-
exports.Trigger$ = Trigger$;
|
|
1824
|
-
exports.TriggerCondition$ = TriggerCondition$;
|
|
1825
|
-
exports.UntagResource$ = UntagResource$;
|
|
1826
778
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1827
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1828
|
-
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1829
|
-
exports.UpdatePlan$ = UpdatePlan$;
|
|
1830
779
|
exports.UpdatePlanCommand = UpdatePlanCommand;
|
|
1831
|
-
exports.UpdatePlanExecution$ = UpdatePlanExecution$;
|
|
1832
780
|
exports.UpdatePlanExecutionAction = UpdatePlanExecutionAction;
|
|
1833
781
|
exports.UpdatePlanExecutionCommand = UpdatePlanExecutionCommand;
|
|
1834
|
-
exports.UpdatePlanExecutionRequest$ = UpdatePlanExecutionRequest$;
|
|
1835
|
-
exports.UpdatePlanExecutionResponse$ = UpdatePlanExecutionResponse$;
|
|
1836
|
-
exports.UpdatePlanExecutionStep$ = UpdatePlanExecutionStep$;
|
|
1837
782
|
exports.UpdatePlanExecutionStepAction = UpdatePlanExecutionStepAction;
|
|
1838
783
|
exports.UpdatePlanExecutionStepCommand = UpdatePlanExecutionStepCommand;
|
|
1839
|
-
exports.UpdatePlanExecutionStepRequest$ = UpdatePlanExecutionStepRequest$;
|
|
1840
|
-
exports.UpdatePlanExecutionStepResponse$ = UpdatePlanExecutionStepResponse$;
|
|
1841
|
-
exports.UpdatePlanRequest$ = UpdatePlanRequest$;
|
|
1842
|
-
exports.UpdatePlanResponse$ = UpdatePlanResponse$;
|
|
1843
|
-
exports.Workflow$ = Workflow$;
|
|
1844
784
|
exports.WorkflowTargetAction = WorkflowTargetAction;
|
|
1845
785
|
exports.paginateGetPlanEvaluationStatus = paginateGetPlanEvaluationStatus;
|
|
1846
786
|
exports.paginateGetPlanExecution = paginateGetPlanExecution;
|
|
@@ -1854,3 +794,15 @@ exports.waitForPlanEvaluationStatusPassed = waitForPlanEvaluationStatusPassed;
|
|
|
1854
794
|
exports.waitForPlanExecutionCompleted = waitForPlanExecutionCompleted;
|
|
1855
795
|
exports.waitUntilPlanEvaluationStatusPassed = waitUntilPlanEvaluationStatusPassed;
|
|
1856
796
|
exports.waitUntilPlanExecutionCompleted = waitUntilPlanExecutionCompleted;
|
|
797
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
798
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
799
|
+
enumerable: true,
|
|
800
|
+
get: function () { return schemas_0[k]; }
|
|
801
|
+
});
|
|
802
|
+
});
|
|
803
|
+
Object.keys(errors).forEach(function (k) {
|
|
804
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
805
|
+
enumerable: true,
|
|
806
|
+
get: function () { return errors[k]; }
|
|
807
|
+
});
|
|
808
|
+
});
|