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