@aws-sdk/client-application-auto-scaling 3.952.0 → 3.954.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 (34) hide show
  1. package/dist-cjs/index.js +288 -211
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/DeleteScalingPolicyCommand.js +2 -2
  4. package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
  5. package/dist-es/commands/DeregisterScalableTargetCommand.js +2 -2
  6. package/dist-es/commands/DescribeScalableTargetsCommand.js +2 -2
  7. package/dist-es/commands/DescribeScalingActivitiesCommand.js +2 -2
  8. package/dist-es/commands/DescribeScalingPoliciesCommand.js +2 -2
  9. package/dist-es/commands/DescribeScheduledActionsCommand.js +2 -2
  10. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +2 -2
  11. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  12. package/dist-es/commands/PutScalingPolicyCommand.js +2 -2
  13. package/dist-es/commands/PutScheduledActionCommand.js +2 -2
  14. package/dist-es/commands/RegisterScalableTargetCommand.js +2 -2
  15. package/dist-es/commands/TagResourceCommand.js +2 -2
  16. package/dist-es/commands/UntagResourceCommand.js +2 -2
  17. package/dist-es/index.js +1 -0
  18. package/dist-es/runtimeConfig.shared.js +6 -6
  19. package/dist-es/schemas/schemas_0.js +171 -176
  20. package/dist-types/ApplicationAutoScalingClient.d.ts +1 -10
  21. package/dist-types/index.d.ts +1 -0
  22. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  23. package/dist-types/runtimeConfig.d.ts +6 -2
  24. package/dist-types/runtimeConfig.native.d.ts +6 -2
  25. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  26. package/dist-types/schemas/schemas_0.d.ts +83 -102
  27. package/dist-types/ts3.4/ApplicationAutoScalingClient.d.ts +0 -4
  28. package/dist-types/ts3.4/index.d.ts +1 -0
  29. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  30. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  31. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +82 -102
  34. package/package.json +34 -34
@@ -187,11 +187,11 @@ const _s = "server";
187
187
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.applicationautoscaling";
188
188
  const n0 = "com.amazonaws.applicationautoscaling";
189
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/errors";
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 = [
190
+ import { ApplicationAutoScalingServiceException } from "../models/ApplicationAutoScalingServiceException";
191
+ import { ConcurrentUpdateException, FailedResourceAccessException, InternalServiceException, InvalidNextTokenException, LimitExceededException, ObjectNotFoundException, ResourceNotFoundException, TooManyTagsException, ValidationException, } from "../models/errors";
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
195
  -3,
196
196
  n0,
197
197
  _CUE,
@@ -199,8 +199,8 @@ export var ConcurrentUpdateException = [
199
199
  [_M],
200
200
  [0],
201
201
  ];
202
- TypeRegistry.for(n0).registerError(ConcurrentUpdateException, __ConcurrentUpdateException);
203
- export var CustomizedMetricSpecification = [
202
+ TypeRegistry.for(n0).registerError(ConcurrentUpdateException$, ConcurrentUpdateException);
203
+ export var CustomizedMetricSpecification$ = [
204
204
  3,
205
205
  n0,
206
206
  _CMS,
@@ -208,13 +208,20 @@ export var CustomizedMetricSpecification = [
208
208
  [_MN, _N, _D, _S, _U, _Me],
209
209
  [0, 0, () => MetricDimensions, 0, 0, () => TargetTrackingMetricDataQueries],
210
210
  ];
211
- export var DeleteScalingPolicyRequest = [3, n0, _DSPR, 0, [_PN, _SN, _RI, _SD], [0, 0, 0, 0]];
212
- export var DeleteScalingPolicyResponse = [3, n0, _DSPRe, 0, [], []];
213
- export var DeleteScheduledActionRequest = [3, n0, _DSAR, 0, [_SN, _SAN, _RI, _SD], [0, 0, 0, 0]];
214
- export var DeleteScheduledActionResponse = [3, n0, _DSARe, 0, [], []];
215
- export var DeregisterScalableTargetRequest = [3, n0, _DSTR, 0, [_SN, _RI, _SD], [0, 0, 0]];
216
- export var DeregisterScalableTargetResponse = [3, n0, _DSTRe, 0, [], []];
217
- export var DescribeScalableTargetsRequest = [
211
+ export var DeleteScalingPolicyRequest$ = [3, n0, _DSPR, 0, [_PN, _SN, _RI, _SD], [0, 0, 0, 0]];
212
+ export var DeleteScalingPolicyResponse$ = [3, n0, _DSPRe, 0, [], []];
213
+ export var DeleteScheduledActionRequest$ = [
214
+ 3,
215
+ n0,
216
+ _DSAR,
217
+ 0,
218
+ [_SN, _SAN, _RI, _SD],
219
+ [0, 0, 0, 0],
220
+ ];
221
+ export var DeleteScheduledActionResponse$ = [3, n0, _DSARe, 0, [], []];
222
+ export var DeregisterScalableTargetRequest$ = [3, n0, _DSTR, 0, [_SN, _RI, _SD], [0, 0, 0]];
223
+ export var DeregisterScalableTargetResponse$ = [3, n0, _DSTRe, 0, [], []];
224
+ export var DescribeScalableTargetsRequest$ = [
218
225
  3,
219
226
  n0,
220
227
  _DSTRes,
@@ -222,7 +229,7 @@ export var DescribeScalableTargetsRequest = [
222
229
  [_SN, _RIe, _SD, _MR, _NT],
223
230
  [0, 64 | 0, 0, 1, 0],
224
231
  ];
225
- export var DescribeScalableTargetsResponse = [
232
+ export var DescribeScalableTargetsResponse$ = [
226
233
  3,
227
234
  n0,
228
235
  _DSTResc,
@@ -230,7 +237,7 @@ export var DescribeScalableTargetsResponse = [
230
237
  [_ST, _NT],
231
238
  [() => ScalableTargets, 0],
232
239
  ];
233
- export var DescribeScalingActivitiesRequest = [
240
+ export var DescribeScalingActivitiesRequest$ = [
234
241
  3,
235
242
  n0,
236
243
  _DSARes,
@@ -238,7 +245,7 @@ export var DescribeScalingActivitiesRequest = [
238
245
  [_SN, _RI, _SD, _MR, _NT, _INSA],
239
246
  [0, 0, 0, 1, 0, 2],
240
247
  ];
241
- export var DescribeScalingActivitiesResponse = [
248
+ export var DescribeScalingActivitiesResponse$ = [
242
249
  3,
243
250
  n0,
244
251
  _DSAResc,
@@ -246,7 +253,7 @@ export var DescribeScalingActivitiesResponse = [
246
253
  [_SA, _NT],
247
254
  [() => ScalingActivities, 0],
248
255
  ];
249
- export var DescribeScalingPoliciesRequest = [
256
+ export var DescribeScalingPoliciesRequest$ = [
250
257
  3,
251
258
  n0,
252
259
  _DSPRes,
@@ -254,7 +261,7 @@ export var DescribeScalingPoliciesRequest = [
254
261
  [_PNo, _SN, _RI, _SD, _MR, _NT],
255
262
  [64 | 0, 0, 0, 0, 1, 0],
256
263
  ];
257
- export var DescribeScalingPoliciesResponse = [
264
+ export var DescribeScalingPoliciesResponse$ = [
258
265
  3,
259
266
  n0,
260
267
  _DSPResc,
@@ -262,7 +269,7 @@ export var DescribeScalingPoliciesResponse = [
262
269
  [_SP, _NT],
263
270
  [() => ScalingPolicies, 0],
264
271
  ];
265
- export var DescribeScheduledActionsRequest = [
272
+ export var DescribeScheduledActionsRequest$ = [
266
273
  3,
267
274
  n0,
268
275
  _DSARescr,
@@ -270,7 +277,7 @@ export var DescribeScheduledActionsRequest = [
270
277
  [_SANc, _SN, _RI, _SD, _MR, _NT],
271
278
  [64 | 0, 0, 0, 0, 1, 0],
272
279
  ];
273
- export var DescribeScheduledActionsResponse = [
280
+ export var DescribeScheduledActionsResponse$ = [
274
281
  3,
275
282
  n0,
276
283
  _DSARescri,
@@ -278,7 +285,7 @@ export var DescribeScheduledActionsResponse = [
278
285
  [_SAc, _NT],
279
286
  [() => ScheduledActions, 0],
280
287
  ];
281
- export var FailedResourceAccessException = [
288
+ export var FailedResourceAccessException$ = [
282
289
  -3,
283
290
  n0,
284
291
  _FRAE,
@@ -286,8 +293,8 @@ export var FailedResourceAccessException = [
286
293
  [_M],
287
294
  [0],
288
295
  ];
289
- TypeRegistry.for(n0).registerError(FailedResourceAccessException, __FailedResourceAccessException);
290
- export var GetPredictiveScalingForecastRequest = [
296
+ TypeRegistry.for(n0).registerError(FailedResourceAccessException$, FailedResourceAccessException);
297
+ export var GetPredictiveScalingForecastRequest$ = [
291
298
  3,
292
299
  n0,
293
300
  _GPSFR,
@@ -295,15 +302,15 @@ export var GetPredictiveScalingForecastRequest = [
295
302
  [_SN, _RI, _SD, _PN, _STt, _ET],
296
303
  [0, 0, 0, 0, 4, 4],
297
304
  ];
298
- export var GetPredictiveScalingForecastResponse = [
305
+ export var GetPredictiveScalingForecastResponse$ = [
299
306
  3,
300
307
  n0,
301
308
  _GPSFRe,
302
309
  0,
303
310
  [_LF, _CF, _UT],
304
- [() => LoadForecasts, () => CapacityForecast, 4],
311
+ [() => LoadForecasts, () => CapacityForecast$, 4],
305
312
  ];
306
- export var InternalServiceException = [
313
+ export var InternalServiceException$ = [
307
314
  -3,
308
315
  n0,
309
316
  _ISE,
@@ -311,8 +318,8 @@ export var InternalServiceException = [
311
318
  [_M],
312
319
  [0],
313
320
  ];
314
- TypeRegistry.for(n0).registerError(InternalServiceException, __InternalServiceException);
315
- export var InvalidNextTokenException = [
321
+ TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
322
+ export var InvalidNextTokenException$ = [
316
323
  -3,
317
324
  n0,
318
325
  _INTE,
@@ -320,8 +327,8 @@ export var InvalidNextTokenException = [
320
327
  [_M],
321
328
  [0],
322
329
  ];
323
- TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
324
- export var LimitExceededException = [
330
+ TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
331
+ export var LimitExceededException$ = [
325
332
  -3,
326
333
  n0,
327
334
  _LEE,
@@ -329,20 +336,20 @@ export var LimitExceededException = [
329
336
  [_M],
330
337
  [0],
331
338
  ];
332
- TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
333
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
334
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
335
- export var LoadForecast = [
339
+ TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
340
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
341
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
342
+ export var LoadForecast$ = [
336
343
  3,
337
344
  n0,
338
345
  _LF,
339
346
  0,
340
347
  [_T, _V, _MS],
341
- [64 | 4, 64 | 1, () => PredictiveScalingMetricSpecification],
348
+ [64 | 4, 64 | 1, () => PredictiveScalingMetricSpecification$],
342
349
  ];
343
- export var MetricDimension = [3, n0, _MD, 0, [_Na, _Va], [0, 0]];
344
- export var NotScaledReason = [3, n0, _NSR, 0, [_C, _MC, _MCi, _CC], [0, 1, 1, 1]];
345
- export var ObjectNotFoundException = [
350
+ export var MetricDimension$ = [3, n0, _MD, 0, [_Na, _Va], [0, 0]];
351
+ export var NotScaledReason$ = [3, n0, _NSR, 0, [_C, _MC, _MCi, _CC], [0, 1, 1, 1]];
352
+ export var ObjectNotFoundException$ = [
346
353
  -3,
347
354
  n0,
348
355
  _ONFE,
@@ -350,9 +357,9 @@ export var ObjectNotFoundException = [
350
357
  [_M],
351
358
  [0],
352
359
  ];
353
- TypeRegistry.for(n0).registerError(ObjectNotFoundException, __ObjectNotFoundException);
354
- export var PredefinedMetricSpecification = [3, n0, _PMS, 0, [_PMT, _RL], [0, 0]];
355
- export var PredictiveScalingCustomizedMetricSpecification = [
360
+ TypeRegistry.for(n0).registerError(ObjectNotFoundException$, ObjectNotFoundException);
361
+ export var PredefinedMetricSpecification$ = [3, n0, _PMS, 0, [_PMT, _RL], [0, 0]];
362
+ export var PredictiveScalingCustomizedMetricSpecification$ = [
356
363
  3,
357
364
  n0,
358
365
  _PSCMS,
@@ -360,7 +367,7 @@ export var PredictiveScalingCustomizedMetricSpecification = [
360
367
  [_MDQ],
361
368
  [() => PredictiveScalingMetricDataQueries],
362
369
  ];
363
- export var PredictiveScalingMetric = [
370
+ export var PredictiveScalingMetric$ = [
364
371
  3,
365
372
  n0,
366
373
  _PSM,
@@ -368,16 +375,16 @@ export var PredictiveScalingMetric = [
368
375
  [_D, _MN, _N],
369
376
  [() => PredictiveScalingMetricDimensions, 0, 0],
370
377
  ];
371
- export var PredictiveScalingMetricDataQuery = [
378
+ export var PredictiveScalingMetricDataQuery$ = [
372
379
  3,
373
380
  n0,
374
381
  _PSMDQ,
375
382
  0,
376
383
  [_I, _E, _MSe, _L, _RD],
377
- [0, 0, () => PredictiveScalingMetricStat, 0, 2],
384
+ [0, 0, () => PredictiveScalingMetricStat$, 0, 2],
378
385
  ];
379
- export var PredictiveScalingMetricDimension = [3, n0, _PSMD, 0, [_Na, _Va], [0, 0]];
380
- export var PredictiveScalingMetricSpecification = [
386
+ export var PredictiveScalingMetricDimension$ = [3, n0, _PSMD, 0, [_Na, _Va], [0, 0]];
387
+ export var PredictiveScalingMetricSpecification$ = [
381
388
  3,
382
389
  n0,
383
390
  _PSMS,
@@ -385,23 +392,23 @@ export var PredictiveScalingMetricSpecification = [
385
392
  [_TV, _PMPS, _PSMSr, _PLMS, _CSMS, _CLMS, _CCMS],
386
393
  [
387
394
  1,
388
- () => PredictiveScalingPredefinedMetricPairSpecification,
389
- () => PredictiveScalingPredefinedScalingMetricSpecification,
390
- () => PredictiveScalingPredefinedLoadMetricSpecification,
391
- () => PredictiveScalingCustomizedMetricSpecification,
392
- () => PredictiveScalingCustomizedMetricSpecification,
393
- () => PredictiveScalingCustomizedMetricSpecification,
395
+ () => PredictiveScalingPredefinedMetricPairSpecification$,
396
+ () => PredictiveScalingPredefinedScalingMetricSpecification$,
397
+ () => PredictiveScalingPredefinedLoadMetricSpecification$,
398
+ () => PredictiveScalingCustomizedMetricSpecification$,
399
+ () => PredictiveScalingCustomizedMetricSpecification$,
400
+ () => PredictiveScalingCustomizedMetricSpecification$,
394
401
  ],
395
402
  ];
396
- export var PredictiveScalingMetricStat = [
403
+ export var PredictiveScalingMetricStat$ = [
397
404
  3,
398
405
  n0,
399
406
  _PSMSre,
400
407
  0,
401
408
  [_Met, _St, _U],
402
- [() => PredictiveScalingMetric, 0, 0],
409
+ [() => PredictiveScalingMetric$, 0, 0],
403
410
  ];
404
- export var PredictiveScalingPolicyConfiguration = [
411
+ export var PredictiveScalingPolicyConfiguration$ = [
405
412
  3,
406
413
  n0,
407
414
  _PSPC,
@@ -409,7 +416,7 @@ export var PredictiveScalingPolicyConfiguration = [
409
416
  [_MSet, _Mo, _SBT, _MCBB, _MCB],
410
417
  [() => PredictiveScalingMetricSpecifications, 0, 1, 0, 1],
411
418
  ];
412
- export var PredictiveScalingPredefinedLoadMetricSpecification = [
419
+ export var PredictiveScalingPredefinedLoadMetricSpecification$ = [
413
420
  3,
414
421
  n0,
415
422
  _PSPLMS,
@@ -417,7 +424,7 @@ export var PredictiveScalingPredefinedLoadMetricSpecification = [
417
424
  [_PMT, _RL],
418
425
  [0, 0],
419
426
  ];
420
- export var PredictiveScalingPredefinedMetricPairSpecification = [
427
+ export var PredictiveScalingPredefinedMetricPairSpecification$ = [
421
428
  3,
422
429
  n0,
423
430
  _PSPMPS,
@@ -425,7 +432,7 @@ export var PredictiveScalingPredefinedMetricPairSpecification = [
425
432
  [_PMT, _RL],
426
433
  [0, 0],
427
434
  ];
428
- export var PredictiveScalingPredefinedScalingMetricSpecification = [
435
+ export var PredictiveScalingPredefinedScalingMetricSpecification$ = [
429
436
  3,
430
437
  n0,
431
438
  _PSPSMS,
@@ -433,7 +440,7 @@ export var PredictiveScalingPredefinedScalingMetricSpecification = [
433
440
  [_PMT, _RL],
434
441
  [0, 0],
435
442
  ];
436
- export var PutScalingPolicyRequest = [
443
+ export var PutScalingPolicyRequest$ = [
437
444
  3,
438
445
  n0,
439
446
  _PSPR,
@@ -445,42 +452,42 @@ export var PutScalingPolicyRequest = [
445
452
  0,
446
453
  0,
447
454
  0,
448
- () => StepScalingPolicyConfiguration,
449
- () => TargetTrackingScalingPolicyConfiguration,
450
- () => PredictiveScalingPolicyConfiguration,
455
+ () => StepScalingPolicyConfiguration$,
456
+ () => TargetTrackingScalingPolicyConfiguration$,
457
+ () => PredictiveScalingPolicyConfiguration$,
451
458
  ],
452
459
  ];
453
- export var PutScalingPolicyResponse = [3, n0, _PSPRu, 0, [_PARN, _Al], [0, () => Alarms]];
454
- export var PutScheduledActionRequest = [
460
+ export var PutScalingPolicyResponse$ = [3, n0, _PSPRu, 0, [_PARN, _Al], [0, () => Alarms]];
461
+ export var PutScheduledActionRequest$ = [
455
462
  3,
456
463
  n0,
457
464
  _PSAR,
458
465
  0,
459
466
  [_SN, _Sc, _Ti, _SAN, _RI, _SD, _STt, _ET, _STA],
460
- [0, 0, 0, 0, 0, 0, 4, 4, () => ScalableTargetAction],
467
+ [0, 0, 0, 0, 0, 0, 4, 4, () => ScalableTargetAction$],
461
468
  ];
462
- export var PutScheduledActionResponse = [3, n0, _PSARu, 0, [], []];
463
- export var RegisterScalableTargetRequest = [
469
+ export var PutScheduledActionResponse$ = [3, n0, _PSARu, 0, [], []];
470
+ export var RegisterScalableTargetRequest$ = [
464
471
  3,
465
472
  n0,
466
473
  _RSTR,
467
474
  0,
468
475
  [_SN, _RI, _SD, _MCi, _MC, _RARNo, _SS, _Ta],
469
- [0, 0, 0, 1, 1, 0, () => SuspendedState, 128 | 0],
476
+ [0, 0, 0, 1, 1, 0, () => SuspendedState$, 128 | 0],
470
477
  ];
471
- export var RegisterScalableTargetResponse = [3, n0, _RSTRe, 0, [_STARN], [0]];
472
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RN], [0, 0]];
473
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
474
- export var ScalableTarget = [
478
+ export var RegisterScalableTargetResponse$ = [3, n0, _RSTRe, 0, [_STARN], [0]];
479
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RN], [0, 0]];
480
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
481
+ export var ScalableTarget$ = [
475
482
  3,
476
483
  n0,
477
484
  _STc,
478
485
  0,
479
486
  [_SN, _RI, _SD, _MCi, _MC, _PC, _RARNo, _CT, _SS, _STARN],
480
- [0, 0, 0, 1, 1, 1, 0, 4, () => SuspendedState, 0],
487
+ [0, 0, 0, 1, 1, 1, 0, 4, () => SuspendedState$, 0],
481
488
  ];
482
- export var ScalableTargetAction = [3, n0, _STA, 0, [_MCi, _MC], [1, 1]];
483
- export var ScalingActivity = [
489
+ export var ScalableTargetAction$ = [3, n0, _STA, 0, [_MCi, _MC], [1, 1]];
490
+ export var ScalingActivity$ = [
484
491
  3,
485
492
  n0,
486
493
  _SAca,
@@ -488,7 +495,7 @@ export var ScalingActivity = [
488
495
  [_AI, _SN, _RI, _SD, _De, _Ca, _STt, _ET, _SC, _SM, _Det, _NSRo],
489
496
  [0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0, () => NotScaledReasons],
490
497
  ];
491
- export var ScalingPolicy = [
498
+ export var ScalingPolicy$ = [
492
499
  3,
493
500
  n0,
494
501
  _SPc,
@@ -501,23 +508,23 @@ export var ScalingPolicy = [
501
508
  0,
502
509
  0,
503
510
  0,
504
- () => StepScalingPolicyConfiguration,
505
- () => TargetTrackingScalingPolicyConfiguration,
506
- () => PredictiveScalingPolicyConfiguration,
511
+ () => StepScalingPolicyConfiguration$,
512
+ () => TargetTrackingScalingPolicyConfiguration$,
513
+ () => PredictiveScalingPolicyConfiguration$,
507
514
  () => Alarms,
508
515
  4,
509
516
  ],
510
517
  ];
511
- export var ScheduledAction = [
518
+ export var ScheduledAction$ = [
512
519
  3,
513
520
  n0,
514
521
  _SAch,
515
522
  0,
516
523
  [_SAN, _SAARN, _SN, _Sc, _Ti, _RI, _SD, _STt, _ET, _STA, _CT],
517
- [0, 0, 0, 0, 0, 0, 0, 4, 4, () => ScalableTargetAction, 4],
524
+ [0, 0, 0, 0, 0, 0, 0, 4, 4, () => ScalableTargetAction$, 4],
518
525
  ];
519
- export var StepAdjustment = [3, n0, _SAt, 0, [_MILB, _MIUB, _SAcal], [1, 1, 1]];
520
- export var StepScalingPolicyConfiguration = [
526
+ export var StepAdjustment$ = [3, n0, _SAt, 0, [_MILB, _MIUB, _SAcal], [1, 1, 1]];
527
+ export var StepScalingPolicyConfiguration$ = [
521
528
  3,
522
529
  n0,
523
530
  _SSPC,
@@ -525,10 +532,10 @@ export var StepScalingPolicyConfiguration = [
525
532
  [_AT, _SAte, _MAM, _Co, _MAT],
526
533
  [0, () => StepAdjustments, 1, 1, 0],
527
534
  ];
528
- export var SuspendedState = [3, n0, _SS, 0, [_DSIS, _DSOS, _SSS], [2, 2, 2]];
529
- export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, 128 | 0]];
530
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
531
- export var TargetTrackingMetric = [
535
+ export var SuspendedState$ = [3, n0, _SS, 0, [_DSIS, _DSOS, _SSS], [2, 2, 2]];
536
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _Ta], [0, 128 | 0]];
537
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
538
+ export var TargetTrackingMetric$ = [
532
539
  3,
533
540
  n0,
534
541
  _TTM,
@@ -536,36 +543,36 @@ export var TargetTrackingMetric = [
536
543
  [_D, _MN, _N],
537
544
  [() => TargetTrackingMetricDimensions, 0, 0],
538
545
  ];
539
- export var TargetTrackingMetricDataQuery = [
546
+ export var TargetTrackingMetricDataQuery$ = [
540
547
  3,
541
548
  n0,
542
549
  _TTMDQ,
543
550
  0,
544
551
  [_E, _I, _L, _MSe, _RD],
545
- [0, 0, 0, () => TargetTrackingMetricStat, 2],
552
+ [0, 0, 0, () => TargetTrackingMetricStat$, 2],
546
553
  ];
547
- export var TargetTrackingMetricDimension = [3, n0, _TTMD, 0, [_Na, _Va], [0, 0]];
548
- export var TargetTrackingMetricStat = [
554
+ export var TargetTrackingMetricDimension$ = [3, n0, _TTMD, 0, [_Na, _Va], [0, 0]];
555
+ export var TargetTrackingMetricStat$ = [
549
556
  3,
550
557
  n0,
551
558
  _TTMS,
552
559
  0,
553
560
  [_Met, _St, _U],
554
- [() => TargetTrackingMetric, 0, 0],
561
+ [() => TargetTrackingMetric$, 0, 0],
555
562
  ];
556
- export var TargetTrackingScalingPolicyConfiguration = [
563
+ export var TargetTrackingScalingPolicyConfiguration$ = [
557
564
  3,
558
565
  n0,
559
566
  _TTSPC,
560
567
  0,
561
568
  [_TV, _PMS, _CMS, _SOC, _SIC, _DSI],
562
- [1, () => PredefinedMetricSpecification, () => CustomizedMetricSpecification, 1, 1, 2],
569
+ [1, () => PredefinedMetricSpecification$, () => CustomizedMetricSpecification$, 1, 1, 2],
563
570
  ];
564
- export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RN], [0, 0]];
565
- TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
566
- export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
567
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
568
- export var ValidationException = [
571
+ export var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RN], [0, 0]];
572
+ TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
573
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
574
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
575
+ export var ValidationException$ = [
569
576
  -3,
570
577
  n0,
571
578
  _VE,
@@ -573,8 +580,8 @@ export var ValidationException = [
573
580
  [_M],
574
581
  [0],
575
582
  ];
576
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
577
- export var ApplicationAutoScalingServiceException = [
583
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
584
+ export var ApplicationAutoScalingServiceException$ = [
578
585
  -3,
579
586
  _sm,
580
587
  "ApplicationAutoScalingServiceException",
@@ -582,146 +589,134 @@ export var ApplicationAutoScalingServiceException = [
582
589
  [],
583
590
  [],
584
591
  ];
585
- TypeRegistry.for(_sm).registerError(ApplicationAutoScalingServiceException, __ApplicationAutoScalingServiceException);
586
- export var Alarms = [1, n0, _Al, 0, () => Alarm];
587
- export var LoadForecasts = [1, n0, _LFo, 0, () => LoadForecast];
588
- export var MetricDimensions = [1, n0, _MDe, 0, () => MetricDimension];
589
- export var NotScaledReasons = [1, n0, _NSRo, 0, () => NotScaledReason];
590
- export var PredictiveScalingForecastTimestamps = 64 | 4;
591
- export var PredictiveScalingForecastValues = 64 | 1;
592
- export var PredictiveScalingMetricDataQueries = [
593
- 1,
594
- n0,
595
- _PSMDQr,
596
- 0,
597
- () => PredictiveScalingMetricDataQuery,
598
- ];
599
- export var PredictiveScalingMetricDimensions = [
600
- 1,
601
- n0,
602
- _PSMDr,
603
- 0,
604
- () => PredictiveScalingMetricDimension,
605
- ];
606
- export var PredictiveScalingMetricSpecifications = [
592
+ TypeRegistry.for(_sm).registerError(ApplicationAutoScalingServiceException$, ApplicationAutoScalingServiceException);
593
+ var Alarms = [1, n0, _Al, 0, () => Alarm$];
594
+ var LoadForecasts = [1, n0, _LFo, 0, () => LoadForecast$];
595
+ var MetricDimensions = [1, n0, _MDe, 0, () => MetricDimension$];
596
+ var NotScaledReasons = [1, n0, _NSRo, 0, () => NotScaledReason$];
597
+ var PredictiveScalingForecastTimestamps = 64 | 4;
598
+ var PredictiveScalingForecastValues = 64 | 1;
599
+ var PredictiveScalingMetricDataQueries = [1, n0, _PSMDQr, 0, () => PredictiveScalingMetricDataQuery$];
600
+ var PredictiveScalingMetricDimensions = [1, n0, _PSMDr, 0, () => PredictiveScalingMetricDimension$];
601
+ var PredictiveScalingMetricSpecifications = [
607
602
  1,
608
603
  n0,
609
604
  _PSMSred,
610
605
  0,
611
- () => PredictiveScalingMetricSpecification,
612
- ];
613
- export var ResourceIdsMaxLen1600 = 64 | 0;
614
- export var ScalableTargets = [1, n0, _ST, 0, () => ScalableTarget];
615
- export var ScalingActivities = [1, n0, _SA, 0, () => ScalingActivity];
616
- export var ScalingPolicies = [1, n0, _SP, 0, () => ScalingPolicy];
617
- export var ScheduledActions = [1, n0, _SAc, 0, () => ScheduledAction];
618
- export var StepAdjustments = [1, n0, _SAte, 0, () => StepAdjustment];
619
- export var TagKeyList = 64 | 0;
620
- export var TargetTrackingMetricDataQueries = [1, n0, _TTMDQa, 0, () => TargetTrackingMetricDataQuery];
621
- export var TargetTrackingMetricDimensions = [1, n0, _TTMDa, 0, () => TargetTrackingMetricDimension];
622
- export var TagMap = 128 | 0;
623
- export var DeleteScalingPolicy = [
606
+ () => PredictiveScalingMetricSpecification$,
607
+ ];
608
+ var ResourceIdsMaxLen1600 = 64 | 0;
609
+ var ScalableTargets = [1, n0, _ST, 0, () => ScalableTarget$];
610
+ var ScalingActivities = [1, n0, _SA, 0, () => ScalingActivity$];
611
+ var ScalingPolicies = [1, n0, _SP, 0, () => ScalingPolicy$];
612
+ var ScheduledActions = [1, n0, _SAc, 0, () => ScheduledAction$];
613
+ var StepAdjustments = [1, n0, _SAte, 0, () => StepAdjustment$];
614
+ var TagKeyList = 64 | 0;
615
+ var TargetTrackingMetricDataQueries = [1, n0, _TTMDQa, 0, () => TargetTrackingMetricDataQuery$];
616
+ var TargetTrackingMetricDimensions = [1, n0, _TTMDa, 0, () => TargetTrackingMetricDimension$];
617
+ var TagMap = 128 | 0;
618
+ export var DeleteScalingPolicy$ = [
624
619
  9,
625
620
  n0,
626
621
  _DSP,
627
622
  0,
628
- () => DeleteScalingPolicyRequest,
629
- () => DeleteScalingPolicyResponse,
623
+ () => DeleteScalingPolicyRequest$,
624
+ () => DeleteScalingPolicyResponse$,
630
625
  ];
631
- export var DeleteScheduledAction = [
626
+ export var DeleteScheduledAction$ = [
632
627
  9,
633
628
  n0,
634
629
  _DSA,
635
630
  0,
636
- () => DeleteScheduledActionRequest,
637
- () => DeleteScheduledActionResponse,
631
+ () => DeleteScheduledActionRequest$,
632
+ () => DeleteScheduledActionResponse$,
638
633
  ];
639
- export var DeregisterScalableTarget = [
634
+ export var DeregisterScalableTarget$ = [
640
635
  9,
641
636
  n0,
642
637
  _DST,
643
638
  0,
644
- () => DeregisterScalableTargetRequest,
645
- () => DeregisterScalableTargetResponse,
639
+ () => DeregisterScalableTargetRequest$,
640
+ () => DeregisterScalableTargetResponse$,
646
641
  ];
647
- export var DescribeScalableTargets = [
642
+ export var DescribeScalableTargets$ = [
648
643
  9,
649
644
  n0,
650
645
  _DSTe,
651
646
  0,
652
- () => DescribeScalableTargetsRequest,
653
- () => DescribeScalableTargetsResponse,
647
+ () => DescribeScalableTargetsRequest$,
648
+ () => DescribeScalableTargetsResponse$,
654
649
  ];
655
- export var DescribeScalingActivities = [
650
+ export var DescribeScalingActivities$ = [
656
651
  9,
657
652
  n0,
658
653
  _DSAe,
659
654
  0,
660
- () => DescribeScalingActivitiesRequest,
661
- () => DescribeScalingActivitiesResponse,
655
+ () => DescribeScalingActivitiesRequest$,
656
+ () => DescribeScalingActivitiesResponse$,
662
657
  ];
663
- export var DescribeScalingPolicies = [
658
+ export var DescribeScalingPolicies$ = [
664
659
  9,
665
660
  n0,
666
661
  _DSPe,
667
662
  0,
668
- () => DescribeScalingPoliciesRequest,
669
- () => DescribeScalingPoliciesResponse,
663
+ () => DescribeScalingPoliciesRequest$,
664
+ () => DescribeScalingPoliciesResponse$,
670
665
  ];
671
- export var DescribeScheduledActions = [
666
+ export var DescribeScheduledActions$ = [
672
667
  9,
673
668
  n0,
674
669
  _DSAes,
675
670
  0,
676
- () => DescribeScheduledActionsRequest,
677
- () => DescribeScheduledActionsResponse,
671
+ () => DescribeScheduledActionsRequest$,
672
+ () => DescribeScheduledActionsResponse$,
678
673
  ];
679
- export var GetPredictiveScalingForecast = [
674
+ export var GetPredictiveScalingForecast$ = [
680
675
  9,
681
676
  n0,
682
677
  _GPSF,
683
678
  0,
684
- () => GetPredictiveScalingForecastRequest,
685
- () => GetPredictiveScalingForecastResponse,
679
+ () => GetPredictiveScalingForecastRequest$,
680
+ () => GetPredictiveScalingForecastResponse$,
686
681
  ];
687
- export var ListTagsForResource = [
682
+ export var ListTagsForResource$ = [
688
683
  9,
689
684
  n0,
690
685
  _LTFR,
691
686
  0,
692
- () => ListTagsForResourceRequest,
693
- () => ListTagsForResourceResponse,
687
+ () => ListTagsForResourceRequest$,
688
+ () => ListTagsForResourceResponse$,
694
689
  ];
695
- export var PutScalingPolicy = [
690
+ export var PutScalingPolicy$ = [
696
691
  9,
697
692
  n0,
698
693
  _PSP,
699
694
  0,
700
- () => PutScalingPolicyRequest,
701
- () => PutScalingPolicyResponse,
695
+ () => PutScalingPolicyRequest$,
696
+ () => PutScalingPolicyResponse$,
702
697
  ];
703
- export var PutScheduledAction = [
698
+ export var PutScheduledAction$ = [
704
699
  9,
705
700
  n0,
706
701
  _PSA,
707
702
  0,
708
- () => PutScheduledActionRequest,
709
- () => PutScheduledActionResponse,
703
+ () => PutScheduledActionRequest$,
704
+ () => PutScheduledActionResponse$,
710
705
  ];
711
- export var RegisterScalableTarget = [
706
+ export var RegisterScalableTarget$ = [
712
707
  9,
713
708
  n0,
714
709
  _RST,
715
710
  0,
716
- () => RegisterScalableTargetRequest,
717
- () => RegisterScalableTargetResponse,
711
+ () => RegisterScalableTargetRequest$,
712
+ () => RegisterScalableTargetResponse$,
718
713
  ];
719
- export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
720
- export var UntagResource = [
714
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
715
+ export var UntagResource$ = [
721
716
  9,
722
717
  n0,
723
718
  _UR,
724
719
  0,
725
- () => UntagResourceRequest,
726
- () => UntagResourceResponse,
720
+ () => UntagResourceRequest$,
721
+ () => UntagResourceResponse$,
727
722
  ];