@aws-sdk/client-application-auto-scaling 3.927.0 → 3.928.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist-cjs/index.js +827 -865
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ApplicationAutoScalingClient.js +2 -0
  4. package/dist-es/commands/DeleteScalingPolicyCommand.js +3 -9
  5. package/dist-es/commands/DeleteScheduledActionCommand.js +3 -9
  6. package/dist-es/commands/DeregisterScalableTargetCommand.js +3 -9
  7. package/dist-es/commands/DescribeScalableTargetsCommand.js +3 -9
  8. package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -9
  9. package/dist-es/commands/DescribeScalingPoliciesCommand.js +3 -9
  10. package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -9
  11. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +3 -9
  12. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  13. package/dist-es/commands/PutScalingPolicyCommand.js +3 -9
  14. package/dist-es/commands/PutScheduledActionCommand.js +3 -9
  15. package/dist-es/commands/RegisterScalableTargetCommand.js +3 -9
  16. package/dist-es/commands/TagResourceCommand.js +3 -9
  17. package/dist-es/commands/UntagResourceCommand.js +3 -9
  18. package/dist-es/runtimeConfig.shared.js +7 -0
  19. package/dist-es/schemas/schemas_0.js +776 -0
  20. package/dist-types/ApplicationAutoScalingClient.d.ts +10 -1
  21. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  22. package/dist-types/runtimeConfig.d.ts +1 -0
  23. package/dist-types/runtimeConfig.native.d.ts +1 -0
  24. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  25. package/dist-types/schemas/schemas_0.d.ts +103 -0
  26. package/dist-types/ts3.4/ApplicationAutoScalingClient.d.ts +4 -0
  27. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  28. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  31. package/dist-types/ts3.4/schemas/schemas_0.d.ts +108 -0
  32. package/package.json +5 -5
  33. package/dist-es/protocols/Aws_json1_1.js +0 -744
  34. package/dist-types/protocols/Aws_json1_1.d.ts +0 -128
  35. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -173
@@ -0,0 +1,776 @@
1
+ const _A = "Alarm";
2
+ const _AARN = "AlarmARN";
3
+ const _AI = "ActivityId";
4
+ const _AN = "AlarmName";
5
+ const _AT = "AdjustmentType";
6
+ const _Al = "Alarms";
7
+ const _C = "Code";
8
+ const _CC = "CurrentCapacity";
9
+ const _CCMS = "CustomizedCapacityMetricSpecification";
10
+ const _CF = "CapacityForecast";
11
+ const _CLMS = "CustomizedLoadMetricSpecification";
12
+ const _CMS = "CustomizedMetricSpecification";
13
+ const _CSMS = "CustomizedScalingMetricSpecification";
14
+ const _CT = "CreationTime";
15
+ const _CUE = "ConcurrentUpdateException";
16
+ const _Ca = "Cause";
17
+ const _Co = "Cooldown";
18
+ const _D = "Dimensions";
19
+ const _DSA = "DeleteScheduledAction";
20
+ const _DSAR = "DeleteScheduledActionRequest";
21
+ const _DSARe = "DeleteScheduledActionResponse";
22
+ const _DSARes = "DescribeScalingActivitiesRequest";
23
+ const _DSAResc = "DescribeScalingActivitiesResponse";
24
+ const _DSARescr = "DescribeScheduledActionsRequest";
25
+ const _DSARescri = "DescribeScheduledActionsResponse";
26
+ const _DSAe = "DescribeScalingActivities";
27
+ const _DSAes = "DescribeScheduledActions";
28
+ const _DSI = "DisableScaleIn";
29
+ const _DSIS = "DynamicScalingInSuspended";
30
+ const _DSOS = "DynamicScalingOutSuspended";
31
+ const _DSP = "DeleteScalingPolicy";
32
+ const _DSPR = "DeleteScalingPolicyRequest";
33
+ const _DSPRe = "DeleteScalingPolicyResponse";
34
+ const _DSPRes = "DescribeScalingPoliciesRequest";
35
+ const _DSPResc = "DescribeScalingPoliciesResponse";
36
+ const _DSPe = "DescribeScalingPolicies";
37
+ const _DST = "DeregisterScalableTarget";
38
+ const _DSTR = "DeregisterScalableTargetRequest";
39
+ const _DSTRe = "DeregisterScalableTargetResponse";
40
+ const _DSTRes = "DescribeScalableTargetsRequest";
41
+ const _DSTResc = "DescribeScalableTargetsResponse";
42
+ const _DSTe = "DescribeScalableTargets";
43
+ const _De = "Description";
44
+ const _Det = "Details";
45
+ const _E = "Expression";
46
+ const _ET = "EndTime";
47
+ const _FRAE = "FailedResourceAccessException";
48
+ const _GPSF = "GetPredictiveScalingForecast";
49
+ const _GPSFR = "GetPredictiveScalingForecastRequest";
50
+ const _GPSFRe = "GetPredictiveScalingForecastResponse";
51
+ const _I = "Id";
52
+ const _INSA = "IncludeNotScaledActivities";
53
+ const _INTE = "InvalidNextTokenException";
54
+ const _ISE = "InternalServiceException";
55
+ const _L = "Label";
56
+ const _LEE = "LimitExceededException";
57
+ const _LF = "LoadForecast";
58
+ const _LFo = "LoadForecasts";
59
+ const _LTFR = "ListTagsForResource";
60
+ const _LTFRR = "ListTagsForResourceRequest";
61
+ const _LTFRRi = "ListTagsForResourceResponse";
62
+ const _M = "Message";
63
+ const _MAM = "MinAdjustmentMagnitude";
64
+ const _MAT = "MetricAggregationType";
65
+ const _MC = "MaxCapacity";
66
+ const _MCB = "MaxCapacityBuffer";
67
+ const _MCBB = "MaxCapacityBreachBehavior";
68
+ const _MCi = "MinCapacity";
69
+ const _MD = "MetricDimension";
70
+ const _MDQ = "MetricDataQueries";
71
+ const _MDe = "MetricDimensions";
72
+ const _MILB = "MetricIntervalLowerBound";
73
+ const _MIUB = "MetricIntervalUpperBound";
74
+ const _MN = "MetricName";
75
+ const _MR = "MaxResults";
76
+ const _MS = "MetricSpecification";
77
+ const _MSe = "MetricStat";
78
+ const _MSet = "MetricSpecifications";
79
+ const _Me = "Metrics";
80
+ const _Met = "Metric";
81
+ const _Mo = "Mode";
82
+ const _N = "Namespace";
83
+ const _NSR = "NotScaledReason";
84
+ const _NSRo = "NotScaledReasons";
85
+ const _NT = "NextToken";
86
+ const _Na = "Name";
87
+ const _ONFE = "ObjectNotFoundException";
88
+ const _PARN = "PolicyARN";
89
+ const _PC = "PredictedCapacity";
90
+ const _PLMS = "PredefinedLoadMetricSpecification";
91
+ const _PMPS = "PredefinedMetricPairSpecification";
92
+ const _PMS = "PredefinedMetricSpecification";
93
+ const _PMT = "PredefinedMetricType";
94
+ const _PN = "PolicyName";
95
+ const _PNo = "PolicyNames";
96
+ const _PSA = "PutScheduledAction";
97
+ const _PSAR = "PutScheduledActionRequest";
98
+ const _PSARu = "PutScheduledActionResponse";
99
+ const _PSCMS = "PredictiveScalingCustomizedMetricSpecification";
100
+ const _PSM = "PredictiveScalingMetric";
101
+ const _PSMD = "PredictiveScalingMetricDimension";
102
+ const _PSMDQ = "PredictiveScalingMetricDataQuery";
103
+ const _PSMDQr = "PredictiveScalingMetricDataQueries";
104
+ const _PSMDr = "PredictiveScalingMetricDimensions";
105
+ const _PSMS = "PredictiveScalingMetricSpecification";
106
+ const _PSMSr = "PredefinedScalingMetricSpecification";
107
+ const _PSMSre = "PredictiveScalingMetricStat";
108
+ const _PSMSred = "PredictiveScalingMetricSpecifications";
109
+ const _PSP = "PutScalingPolicy";
110
+ const _PSPC = "PredictiveScalingPolicyConfiguration";
111
+ const _PSPLMS = "PredictiveScalingPredefinedLoadMetricSpecification";
112
+ const _PSPMPS = "PredictiveScalingPredefinedMetricPairSpecification";
113
+ const _PSPR = "PutScalingPolicyRequest";
114
+ const _PSPRu = "PutScalingPolicyResponse";
115
+ const _PSPSMS = "PredictiveScalingPredefinedScalingMetricSpecification";
116
+ const _PT = "PolicyType";
117
+ const _RARN = "ResourceARN";
118
+ const _RARNo = "RoleARN";
119
+ const _RD = "ReturnData";
120
+ const _RI = "ResourceId";
121
+ const _RIe = "ResourceIds";
122
+ const _RL = "ResourceLabel";
123
+ const _RN = "ResourceName";
124
+ const _RNFE = "ResourceNotFoundException";
125
+ const _RST = "RegisterScalableTarget";
126
+ const _RSTR = "RegisterScalableTargetRequest";
127
+ const _RSTRe = "RegisterScalableTargetResponse";
128
+ const _S = "Statistic";
129
+ const _SA = "ScalingActivities";
130
+ const _SAARN = "ScheduledActionARN";
131
+ const _SAN = "ScheduledActionName";
132
+ const _SANc = "ScheduledActionNames";
133
+ const _SAc = "ScheduledActions";
134
+ const _SAca = "ScalingActivity";
135
+ const _SAcal = "ScalingAdjustment";
136
+ const _SAch = "ScheduledAction";
137
+ const _SAt = "StepAdjustment";
138
+ const _SAte = "StepAdjustments";
139
+ const _SBT = "SchedulingBufferTime";
140
+ const _SC = "StatusCode";
141
+ const _SD = "ScalableDimension";
142
+ const _SIC = "ScaleInCooldown";
143
+ const _SM = "StatusMessage";
144
+ const _SN = "ServiceNamespace";
145
+ const _SOC = "ScaleOutCooldown";
146
+ const _SP = "ScalingPolicies";
147
+ const _SPc = "ScalingPolicy";
148
+ const _SS = "SuspendedState";
149
+ const _SSPC = "StepScalingPolicyConfiguration";
150
+ const _SSS = "ScheduledScalingSuspended";
151
+ const _ST = "ScalableTargets";
152
+ const _STA = "ScalableTargetAction";
153
+ const _STARN = "ScalableTargetARN";
154
+ const _STc = "ScalableTarget";
155
+ const _STt = "StartTime";
156
+ const _Sc = "Schedule";
157
+ const _St = "Stat";
158
+ const _T = "Timestamps";
159
+ const _TK = "TagKeys";
160
+ const _TMTE = "TooManyTagsException";
161
+ const _TR = "TagResource";
162
+ const _TRR = "TagResourceRequest";
163
+ const _TRRa = "TagResourceResponse";
164
+ const _TTM = "TargetTrackingMetric";
165
+ const _TTMD = "TargetTrackingMetricDimension";
166
+ const _TTMDQ = "TargetTrackingMetricDataQuery";
167
+ const _TTMDQa = "TargetTrackingMetricDataQueries";
168
+ const _TTMDa = "TargetTrackingMetricDimensions";
169
+ const _TTMS = "TargetTrackingMetricStat";
170
+ const _TTSPC = "TargetTrackingScalingPolicyConfiguration";
171
+ const _TV = "TargetValue";
172
+ const _Ta = "Tags";
173
+ const _Ti = "Timezone";
174
+ const _U = "Unit";
175
+ const _UR = "UntagResource";
176
+ const _URR = "UntagResourceRequest";
177
+ const _URRn = "UntagResourceResponse";
178
+ const _UT = "UpdateTime";
179
+ const _V = "Values";
180
+ const _VE = "ValidationException";
181
+ const _Va = "Value";
182
+ const _aQE = "awsQueryError";
183
+ const _c = "client";
184
+ const _e = "error";
185
+ const _hE = "httpError";
186
+ const _s = "server";
187
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.applicationautoscaling";
188
+ const n0 = "com.amazonaws.applicationautoscaling";
189
+ import { TypeRegistry } from "@smithy/core/schema";
190
+ import { ApplicationAutoScalingServiceException as __ApplicationAutoScalingServiceException } from "../models/ApplicationAutoScalingServiceException";
191
+ import { ConcurrentUpdateException as __ConcurrentUpdateException, FailedResourceAccessException as __FailedResourceAccessException, InternalServiceException as __InternalServiceException, InvalidNextTokenException as __InvalidNextTokenException, LimitExceededException as __LimitExceededException, ObjectNotFoundException as __ObjectNotFoundException, ResourceNotFoundException as __ResourceNotFoundException, TooManyTagsException as __TooManyTagsException, ValidationException as __ValidationException, } from "../models/index";
192
+ export var Alarm = [3, n0, _A, 0, [_AN, _AARN], [0, 0]];
193
+ export var CapacityForecast = [3, n0, _CF, 0, [_T, _V], [64 | 4, 64 | 1]];
194
+ export var ConcurrentUpdateException = [
195
+ -3,
196
+ n0,
197
+ _CUE,
198
+ {
199
+ [_e]: _s,
200
+ [_hE]: 500,
201
+ [_aQE]: [`ConcurrentUpdateException`, 500],
202
+ },
203
+ [_M],
204
+ [0],
205
+ ];
206
+ TypeRegistry.for(n0).registerError(ConcurrentUpdateException, __ConcurrentUpdateException);
207
+ export var CustomizedMetricSpecification = [
208
+ 3,
209
+ n0,
210
+ _CMS,
211
+ 0,
212
+ [_MN, _N, _D, _S, _U, _Me],
213
+ [0, 0, () => MetricDimensions, 0, 0, () => TargetTrackingMetricDataQueries],
214
+ ];
215
+ export var DeleteScalingPolicyRequest = [3, n0, _DSPR, 0, [_PN, _SN, _RI, _SD], [0, 0, 0, 0]];
216
+ export var DeleteScalingPolicyResponse = [3, n0, _DSPRe, 0, [], []];
217
+ export var DeleteScheduledActionRequest = [3, n0, _DSAR, 0, [_SN, _SAN, _RI, _SD], [0, 0, 0, 0]];
218
+ export var DeleteScheduledActionResponse = [3, n0, _DSARe, 0, [], []];
219
+ export var DeregisterScalableTargetRequest = [3, n0, _DSTR, 0, [_SN, _RI, _SD], [0, 0, 0]];
220
+ export var DeregisterScalableTargetResponse = [3, n0, _DSTRe, 0, [], []];
221
+ export var DescribeScalableTargetsRequest = [
222
+ 3,
223
+ n0,
224
+ _DSTRes,
225
+ 0,
226
+ [_SN, _RIe, _SD, _MR, _NT],
227
+ [0, 64 | 0, 0, 1, 0],
228
+ ];
229
+ export var DescribeScalableTargetsResponse = [
230
+ 3,
231
+ n0,
232
+ _DSTResc,
233
+ 0,
234
+ [_ST, _NT],
235
+ [() => ScalableTargets, 0],
236
+ ];
237
+ export var DescribeScalingActivitiesRequest = [
238
+ 3,
239
+ n0,
240
+ _DSARes,
241
+ 0,
242
+ [_SN, _RI, _SD, _MR, _NT, _INSA],
243
+ [0, 0, 0, 1, 0, 2],
244
+ ];
245
+ export var DescribeScalingActivitiesResponse = [
246
+ 3,
247
+ n0,
248
+ _DSAResc,
249
+ 0,
250
+ [_SA, _NT],
251
+ [() => ScalingActivities, 0],
252
+ ];
253
+ export var DescribeScalingPoliciesRequest = [
254
+ 3,
255
+ n0,
256
+ _DSPRes,
257
+ 0,
258
+ [_PNo, _SN, _RI, _SD, _MR, _NT],
259
+ [64 | 0, 0, 0, 0, 1, 0],
260
+ ];
261
+ export var DescribeScalingPoliciesResponse = [
262
+ 3,
263
+ n0,
264
+ _DSPResc,
265
+ 0,
266
+ [_SP, _NT],
267
+ [() => ScalingPolicies, 0],
268
+ ];
269
+ export var DescribeScheduledActionsRequest = [
270
+ 3,
271
+ n0,
272
+ _DSARescr,
273
+ 0,
274
+ [_SANc, _SN, _RI, _SD, _MR, _NT],
275
+ [64 | 0, 0, 0, 0, 1, 0],
276
+ ];
277
+ export var DescribeScheduledActionsResponse = [
278
+ 3,
279
+ n0,
280
+ _DSARescri,
281
+ 0,
282
+ [_SAc, _NT],
283
+ [() => ScheduledActions, 0],
284
+ ];
285
+ export var FailedResourceAccessException = [
286
+ -3,
287
+ n0,
288
+ _FRAE,
289
+ {
290
+ [_e]: _c,
291
+ [_hE]: 400,
292
+ [_aQE]: [`FailedResourceAccessException`, 400],
293
+ },
294
+ [_M],
295
+ [0],
296
+ ];
297
+ TypeRegistry.for(n0).registerError(FailedResourceAccessException, __FailedResourceAccessException);
298
+ export var GetPredictiveScalingForecastRequest = [
299
+ 3,
300
+ n0,
301
+ _GPSFR,
302
+ 0,
303
+ [_SN, _RI, _SD, _PN, _STt, _ET],
304
+ [0, 0, 0, 0, 4, 4],
305
+ ];
306
+ export var GetPredictiveScalingForecastResponse = [
307
+ 3,
308
+ n0,
309
+ _GPSFRe,
310
+ 0,
311
+ [_LF, _CF, _UT],
312
+ [() => LoadForecasts, () => CapacityForecast, 4],
313
+ ];
314
+ export var InternalServiceException = [
315
+ -3,
316
+ n0,
317
+ _ISE,
318
+ {
319
+ [_e]: _s,
320
+ [_hE]: 500,
321
+ [_aQE]: [`InternalServiceException`, 500],
322
+ },
323
+ [_M],
324
+ [0],
325
+ ];
326
+ TypeRegistry.for(n0).registerError(InternalServiceException, __InternalServiceException);
327
+ export var InvalidNextTokenException = [
328
+ -3,
329
+ n0,
330
+ _INTE,
331
+ {
332
+ [_e]: _c,
333
+ [_hE]: 400,
334
+ [_aQE]: [`InvalidNextTokenException`, 400],
335
+ },
336
+ [_M],
337
+ [0],
338
+ ];
339
+ TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
340
+ export var LimitExceededException = [
341
+ -3,
342
+ n0,
343
+ _LEE,
344
+ {
345
+ [_e]: _c,
346
+ [_hE]: 400,
347
+ [_aQE]: [`LimitExceededException`, 400],
348
+ },
349
+ [_M],
350
+ [0],
351
+ ];
352
+ TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
353
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
354
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
355
+ export var LoadForecast = [
356
+ 3,
357
+ n0,
358
+ _LF,
359
+ 0,
360
+ [_T, _V, _MS],
361
+ [64 | 4, 64 | 1, () => PredictiveScalingMetricSpecification],
362
+ ];
363
+ export var MetricDimension = [3, n0, _MD, 0, [_Na, _Va], [0, 0]];
364
+ export var NotScaledReason = [3, n0, _NSR, 0, [_C, _MC, _MCi, _CC], [0, 1, 1, 1]];
365
+ export var ObjectNotFoundException = [
366
+ -3,
367
+ n0,
368
+ _ONFE,
369
+ {
370
+ [_e]: _c,
371
+ [_hE]: 400,
372
+ [_aQE]: [`ObjectNotFoundException`, 400],
373
+ },
374
+ [_M],
375
+ [0],
376
+ ];
377
+ TypeRegistry.for(n0).registerError(ObjectNotFoundException, __ObjectNotFoundException);
378
+ export var PredefinedMetricSpecification = [3, n0, _PMS, 0, [_PMT, _RL], [0, 0]];
379
+ export var PredictiveScalingCustomizedMetricSpecification = [
380
+ 3,
381
+ n0,
382
+ _PSCMS,
383
+ 0,
384
+ [_MDQ],
385
+ [() => PredictiveScalingMetricDataQueries],
386
+ ];
387
+ export var PredictiveScalingMetric = [
388
+ 3,
389
+ n0,
390
+ _PSM,
391
+ 0,
392
+ [_D, _MN, _N],
393
+ [() => PredictiveScalingMetricDimensions, 0, 0],
394
+ ];
395
+ export var PredictiveScalingMetricDataQuery = [
396
+ 3,
397
+ n0,
398
+ _PSMDQ,
399
+ 0,
400
+ [_I, _E, _MSe, _L, _RD],
401
+ [0, 0, () => PredictiveScalingMetricStat, 0, 2],
402
+ ];
403
+ export var PredictiveScalingMetricDimension = [3, n0, _PSMD, 0, [_Na, _Va], [0, 0]];
404
+ export var PredictiveScalingMetricSpecification = [
405
+ 3,
406
+ n0,
407
+ _PSMS,
408
+ 0,
409
+ [_TV, _PMPS, _PSMSr, _PLMS, _CSMS, _CLMS, _CCMS],
410
+ [
411
+ 1,
412
+ () => PredictiveScalingPredefinedMetricPairSpecification,
413
+ () => PredictiveScalingPredefinedScalingMetricSpecification,
414
+ () => PredictiveScalingPredefinedLoadMetricSpecification,
415
+ () => PredictiveScalingCustomizedMetricSpecification,
416
+ () => PredictiveScalingCustomizedMetricSpecification,
417
+ () => PredictiveScalingCustomizedMetricSpecification,
418
+ ],
419
+ ];
420
+ export var PredictiveScalingMetricStat = [
421
+ 3,
422
+ n0,
423
+ _PSMSre,
424
+ 0,
425
+ [_Met, _St, _U],
426
+ [() => PredictiveScalingMetric, 0, 0],
427
+ ];
428
+ export var PredictiveScalingPolicyConfiguration = [
429
+ 3,
430
+ n0,
431
+ _PSPC,
432
+ 0,
433
+ [_MSet, _Mo, _SBT, _MCBB, _MCB],
434
+ [() => PredictiveScalingMetricSpecifications, 0, 1, 0, 1],
435
+ ];
436
+ export var PredictiveScalingPredefinedLoadMetricSpecification = [
437
+ 3,
438
+ n0,
439
+ _PSPLMS,
440
+ 0,
441
+ [_PMT, _RL],
442
+ [0, 0],
443
+ ];
444
+ export var PredictiveScalingPredefinedMetricPairSpecification = [
445
+ 3,
446
+ n0,
447
+ _PSPMPS,
448
+ 0,
449
+ [_PMT, _RL],
450
+ [0, 0],
451
+ ];
452
+ export var PredictiveScalingPredefinedScalingMetricSpecification = [
453
+ 3,
454
+ n0,
455
+ _PSPSMS,
456
+ 0,
457
+ [_PMT, _RL],
458
+ [0, 0],
459
+ ];
460
+ export var PutScalingPolicyRequest = [
461
+ 3,
462
+ n0,
463
+ _PSPR,
464
+ 0,
465
+ [_PN, _SN, _RI, _SD, _PT, _SSPC, _TTSPC, _PSPC],
466
+ [
467
+ 0,
468
+ 0,
469
+ 0,
470
+ 0,
471
+ 0,
472
+ () => StepScalingPolicyConfiguration,
473
+ () => TargetTrackingScalingPolicyConfiguration,
474
+ () => PredictiveScalingPolicyConfiguration,
475
+ ],
476
+ ];
477
+ export var PutScalingPolicyResponse = [3, n0, _PSPRu, 0, [_PARN, _Al], [0, () => Alarms]];
478
+ export var PutScheduledActionRequest = [
479
+ 3,
480
+ n0,
481
+ _PSAR,
482
+ 0,
483
+ [_SN, _Sc, _Ti, _SAN, _RI, _SD, _STt, _ET, _STA],
484
+ [0, 0, 0, 0, 0, 0, 4, 4, () => ScalableTargetAction],
485
+ ];
486
+ export var PutScheduledActionResponse = [3, n0, _PSARu, 0, [], []];
487
+ export var RegisterScalableTargetRequest = [
488
+ 3,
489
+ n0,
490
+ _RSTR,
491
+ 0,
492
+ [_SN, _RI, _SD, _MCi, _MC, _RARNo, _SS, _Ta],
493
+ [0, 0, 0, 1, 1, 0, () => SuspendedState, 128 | 0],
494
+ ];
495
+ export var RegisterScalableTargetResponse = [3, n0, _RSTRe, 0, [_STARN], [0]];
496
+ export var ResourceNotFoundException = [
497
+ -3,
498
+ n0,
499
+ _RNFE,
500
+ {
501
+ [_e]: _c,
502
+ [_hE]: 404,
503
+ },
504
+ [_M, _RN],
505
+ [0, 0],
506
+ ];
507
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
508
+ export var ScalableTarget = [
509
+ 3,
510
+ n0,
511
+ _STc,
512
+ 0,
513
+ [_SN, _RI, _SD, _MCi, _MC, _PC, _RARNo, _CT, _SS, _STARN],
514
+ [0, 0, 0, 1, 1, 1, 0, 4, () => SuspendedState, 0],
515
+ ];
516
+ export var ScalableTargetAction = [3, n0, _STA, 0, [_MCi, _MC], [1, 1]];
517
+ export var ScalingActivity = [
518
+ 3,
519
+ n0,
520
+ _SAca,
521
+ 0,
522
+ [_AI, _SN, _RI, _SD, _De, _Ca, _STt, _ET, _SC, _SM, _Det, _NSRo],
523
+ [0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0, () => NotScaledReasons],
524
+ ];
525
+ export var ScalingPolicy = [
526
+ 3,
527
+ n0,
528
+ _SPc,
529
+ 0,
530
+ [_PARN, _PN, _SN, _RI, _SD, _PT, _SSPC, _TTSPC, _PSPC, _Al, _CT],
531
+ [
532
+ 0,
533
+ 0,
534
+ 0,
535
+ 0,
536
+ 0,
537
+ 0,
538
+ () => StepScalingPolicyConfiguration,
539
+ () => TargetTrackingScalingPolicyConfiguration,
540
+ () => PredictiveScalingPolicyConfiguration,
541
+ () => Alarms,
542
+ 4,
543
+ ],
544
+ ];
545
+ export var ScheduledAction = [
546
+ 3,
547
+ n0,
548
+ _SAch,
549
+ 0,
550
+ [_SAN, _SAARN, _SN, _Sc, _Ti, _RI, _SD, _STt, _ET, _STA, _CT],
551
+ [0, 0, 0, 0, 0, 0, 0, 4, 4, () => ScalableTargetAction, 4],
552
+ ];
553
+ export var StepAdjustment = [3, n0, _SAt, 0, [_MILB, _MIUB, _SAcal], [1, 1, 1]];
554
+ export var StepScalingPolicyConfiguration = [
555
+ 3,
556
+ n0,
557
+ _SSPC,
558
+ 0,
559
+ [_AT, _SAte, _MAM, _Co, _MAT],
560
+ [0, () => StepAdjustments, 1, 1, 0],
561
+ ];
562
+ export var SuspendedState = [3, n0, _SS, 0, [_DSIS, _DSOS, _SSS], [2, 2, 2]];
563
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, 128 | 0]];
564
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
565
+ export var TargetTrackingMetric = [
566
+ 3,
567
+ n0,
568
+ _TTM,
569
+ 0,
570
+ [_D, _MN, _N],
571
+ [() => TargetTrackingMetricDimensions, 0, 0],
572
+ ];
573
+ export var TargetTrackingMetricDataQuery = [
574
+ 3,
575
+ n0,
576
+ _TTMDQ,
577
+ 0,
578
+ [_E, _I, _L, _MSe, _RD],
579
+ [0, 0, 0, () => TargetTrackingMetricStat, 2],
580
+ ];
581
+ export var TargetTrackingMetricDimension = [3, n0, _TTMD, 0, [_Na, _Va], [0, 0]];
582
+ export var TargetTrackingMetricStat = [
583
+ 3,
584
+ n0,
585
+ _TTMS,
586
+ 0,
587
+ [_Met, _St, _U],
588
+ [() => TargetTrackingMetric, 0, 0],
589
+ ];
590
+ export var TargetTrackingScalingPolicyConfiguration = [
591
+ 3,
592
+ n0,
593
+ _TTSPC,
594
+ 0,
595
+ [_TV, _PMS, _CMS, _SOC, _SIC, _DSI],
596
+ [1, () => PredefinedMetricSpecification, () => CustomizedMetricSpecification, 1, 1, 2],
597
+ ];
598
+ export var TooManyTagsException = [
599
+ -3,
600
+ n0,
601
+ _TMTE,
602
+ {
603
+ [_e]: _c,
604
+ [_hE]: 400,
605
+ },
606
+ [_M, _RN],
607
+ [0, 0],
608
+ ];
609
+ TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
610
+ export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
611
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
612
+ export var ValidationException = [
613
+ -3,
614
+ n0,
615
+ _VE,
616
+ {
617
+ [_e]: _c,
618
+ [_hE]: 400,
619
+ [_aQE]: [`ValidationException`, 400],
620
+ },
621
+ [_M],
622
+ [0],
623
+ ];
624
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
625
+ export var __Unit = "unit";
626
+ export var ApplicationAutoScalingServiceException = [
627
+ -3,
628
+ _sm,
629
+ "ApplicationAutoScalingServiceException",
630
+ 0,
631
+ [],
632
+ [],
633
+ ];
634
+ TypeRegistry.for(_sm).registerError(ApplicationAutoScalingServiceException, __ApplicationAutoScalingServiceException);
635
+ export var Alarms = [1, n0, _Al, 0, () => Alarm];
636
+ export var LoadForecasts = [1, n0, _LFo, 0, () => LoadForecast];
637
+ export var MetricDimensions = [1, n0, _MDe, 0, () => MetricDimension];
638
+ export var NotScaledReasons = [1, n0, _NSRo, 0, () => NotScaledReason];
639
+ export var PredictiveScalingForecastTimestamps = 64 | 4;
640
+ export var PredictiveScalingForecastValues = 64 | 1;
641
+ export var PredictiveScalingMetricDataQueries = [
642
+ 1,
643
+ n0,
644
+ _PSMDQr,
645
+ 0,
646
+ () => PredictiveScalingMetricDataQuery,
647
+ ];
648
+ export var PredictiveScalingMetricDimensions = [
649
+ 1,
650
+ n0,
651
+ _PSMDr,
652
+ 0,
653
+ () => PredictiveScalingMetricDimension,
654
+ ];
655
+ export var PredictiveScalingMetricSpecifications = [
656
+ 1,
657
+ n0,
658
+ _PSMSred,
659
+ 0,
660
+ () => PredictiveScalingMetricSpecification,
661
+ ];
662
+ export var ResourceIdsMaxLen1600 = 64 | 0;
663
+ export var ScalableTargets = [1, n0, _ST, 0, () => ScalableTarget];
664
+ export var ScalingActivities = [1, n0, _SA, 0, () => ScalingActivity];
665
+ export var ScalingPolicies = [1, n0, _SP, 0, () => ScalingPolicy];
666
+ export var ScheduledActions = [1, n0, _SAc, 0, () => ScheduledAction];
667
+ export var StepAdjustments = [1, n0, _SAte, 0, () => StepAdjustment];
668
+ export var TagKeyList = 64 | 0;
669
+ export var TargetTrackingMetricDataQueries = [1, n0, _TTMDQa, 0, () => TargetTrackingMetricDataQuery];
670
+ export var TargetTrackingMetricDimensions = [1, n0, _TTMDa, 0, () => TargetTrackingMetricDimension];
671
+ export var TagMap = 128 | 0;
672
+ export var DeleteScalingPolicy = [
673
+ 9,
674
+ n0,
675
+ _DSP,
676
+ 0,
677
+ () => DeleteScalingPolicyRequest,
678
+ () => DeleteScalingPolicyResponse,
679
+ ];
680
+ export var DeleteScheduledAction = [
681
+ 9,
682
+ n0,
683
+ _DSA,
684
+ 0,
685
+ () => DeleteScheduledActionRequest,
686
+ () => DeleteScheduledActionResponse,
687
+ ];
688
+ export var DeregisterScalableTarget = [
689
+ 9,
690
+ n0,
691
+ _DST,
692
+ 0,
693
+ () => DeregisterScalableTargetRequest,
694
+ () => DeregisterScalableTargetResponse,
695
+ ];
696
+ export var DescribeScalableTargets = [
697
+ 9,
698
+ n0,
699
+ _DSTe,
700
+ 0,
701
+ () => DescribeScalableTargetsRequest,
702
+ () => DescribeScalableTargetsResponse,
703
+ ];
704
+ export var DescribeScalingActivities = [
705
+ 9,
706
+ n0,
707
+ _DSAe,
708
+ 0,
709
+ () => DescribeScalingActivitiesRequest,
710
+ () => DescribeScalingActivitiesResponse,
711
+ ];
712
+ export var DescribeScalingPolicies = [
713
+ 9,
714
+ n0,
715
+ _DSPe,
716
+ 0,
717
+ () => DescribeScalingPoliciesRequest,
718
+ () => DescribeScalingPoliciesResponse,
719
+ ];
720
+ export var DescribeScheduledActions = [
721
+ 9,
722
+ n0,
723
+ _DSAes,
724
+ 0,
725
+ () => DescribeScheduledActionsRequest,
726
+ () => DescribeScheduledActionsResponse,
727
+ ];
728
+ export var GetPredictiveScalingForecast = [
729
+ 9,
730
+ n0,
731
+ _GPSF,
732
+ 0,
733
+ () => GetPredictiveScalingForecastRequest,
734
+ () => GetPredictiveScalingForecastResponse,
735
+ ];
736
+ export var ListTagsForResource = [
737
+ 9,
738
+ n0,
739
+ _LTFR,
740
+ 0,
741
+ () => ListTagsForResourceRequest,
742
+ () => ListTagsForResourceResponse,
743
+ ];
744
+ export var PutScalingPolicy = [
745
+ 9,
746
+ n0,
747
+ _PSP,
748
+ 0,
749
+ () => PutScalingPolicyRequest,
750
+ () => PutScalingPolicyResponse,
751
+ ];
752
+ export var PutScheduledAction = [
753
+ 9,
754
+ n0,
755
+ _PSA,
756
+ 0,
757
+ () => PutScheduledActionRequest,
758
+ () => PutScheduledActionResponse,
759
+ ];
760
+ export var RegisterScalableTarget = [
761
+ 9,
762
+ n0,
763
+ _RST,
764
+ 0,
765
+ () => RegisterScalableTargetRequest,
766
+ () => RegisterScalableTargetResponse,
767
+ ];
768
+ export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
769
+ export var UntagResource = [
770
+ 9,
771
+ n0,
772
+ _UR,
773
+ 0,
774
+ () => UntagResourceRequest,
775
+ () => UntagResourceResponse,
776
+ ];