@aws-sdk/client-application-auto-scaling 3.952.0 → 3.953.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
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class ApplicationAutoScalingClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let ApplicationAutoScalingServiceException$1 = class ApplicationAutoScalingServiceException extends smithyClient.ServiceException {
113
+ class ApplicationAutoScalingServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, ApplicationAutoScalingServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let ConcurrentUpdateException$1 = class ConcurrentUpdateException extends ApplicationAutoScalingServiceException$1 {
120
+ class ConcurrentUpdateException extends ApplicationAutoScalingServiceException {
121
121
  name = "ConcurrentUpdateException";
122
122
  $fault = "server";
123
123
  Message;
@@ -130,8 +130,8 @@ let ConcurrentUpdateException$1 = class ConcurrentUpdateException extends Applic
130
130
  Object.setPrototypeOf(this, ConcurrentUpdateException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let InternalServiceException$1 = class InternalServiceException extends ApplicationAutoScalingServiceException$1 {
133
+ }
134
+ class InternalServiceException extends ApplicationAutoScalingServiceException {
135
135
  name = "InternalServiceException";
136
136
  $fault = "server";
137
137
  Message;
@@ -144,8 +144,8 @@ let InternalServiceException$1 = class InternalServiceException extends Applicat
144
144
  Object.setPrototypeOf(this, InternalServiceException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let ObjectNotFoundException$1 = class ObjectNotFoundException extends ApplicationAutoScalingServiceException$1 {
147
+ }
148
+ class ObjectNotFoundException extends ApplicationAutoScalingServiceException {
149
149
  name = "ObjectNotFoundException";
150
150
  $fault = "client";
151
151
  Message;
@@ -158,8 +158,8 @@ let ObjectNotFoundException$1 = class ObjectNotFoundException extends Applicatio
158
158
  Object.setPrototypeOf(this, ObjectNotFoundException.prototype);
159
159
  this.Message = opts.Message;
160
160
  }
161
- };
162
- let ValidationException$1 = class ValidationException extends ApplicationAutoScalingServiceException$1 {
161
+ }
162
+ class ValidationException extends ApplicationAutoScalingServiceException {
163
163
  name = "ValidationException";
164
164
  $fault = "client";
165
165
  Message;
@@ -172,8 +172,8 @@ let ValidationException$1 = class ValidationException extends ApplicationAutoSca
172
172
  Object.setPrototypeOf(this, ValidationException.prototype);
173
173
  this.Message = opts.Message;
174
174
  }
175
- };
176
- let InvalidNextTokenException$1 = class InvalidNextTokenException extends ApplicationAutoScalingServiceException$1 {
175
+ }
176
+ class InvalidNextTokenException extends ApplicationAutoScalingServiceException {
177
177
  name = "InvalidNextTokenException";
178
178
  $fault = "client";
179
179
  Message;
@@ -186,8 +186,8 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends Applic
186
186
  Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
187
187
  this.Message = opts.Message;
188
188
  }
189
- };
190
- let FailedResourceAccessException$1 = class FailedResourceAccessException extends ApplicationAutoScalingServiceException$1 {
189
+ }
190
+ class FailedResourceAccessException extends ApplicationAutoScalingServiceException {
191
191
  name = "FailedResourceAccessException";
192
192
  $fault = "client";
193
193
  Message;
@@ -200,8 +200,8 @@ let FailedResourceAccessException$1 = class FailedResourceAccessException extend
200
200
  Object.setPrototypeOf(this, FailedResourceAccessException.prototype);
201
201
  this.Message = opts.Message;
202
202
  }
203
- };
204
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends ApplicationAutoScalingServiceException$1 {
203
+ }
204
+ class ResourceNotFoundException extends ApplicationAutoScalingServiceException {
205
205
  name = "ResourceNotFoundException";
206
206
  $fault = "client";
207
207
  Message;
@@ -216,8 +216,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Applic
216
216
  this.Message = opts.Message;
217
217
  this.ResourceName = opts.ResourceName;
218
218
  }
219
- };
220
- let LimitExceededException$1 = class LimitExceededException extends ApplicationAutoScalingServiceException$1 {
219
+ }
220
+ class LimitExceededException extends ApplicationAutoScalingServiceException {
221
221
  name = "LimitExceededException";
222
222
  $fault = "client";
223
223
  Message;
@@ -230,8 +230,8 @@ let LimitExceededException$1 = class LimitExceededException extends ApplicationA
230
230
  Object.setPrototypeOf(this, LimitExceededException.prototype);
231
231
  this.Message = opts.Message;
232
232
  }
233
- };
234
- let TooManyTagsException$1 = class TooManyTagsException extends ApplicationAutoScalingServiceException$1 {
233
+ }
234
+ class TooManyTagsException extends ApplicationAutoScalingServiceException {
235
235
  name = "TooManyTagsException";
236
236
  $fault = "client";
237
237
  Message;
@@ -246,7 +246,7 @@ let TooManyTagsException$1 = class TooManyTagsException extends ApplicationAutoS
246
246
  this.Message = opts.Message;
247
247
  this.ResourceName = opts.ResourceName;
248
248
  }
249
- };
249
+ }
250
250
 
251
251
  const _A = "Alarm";
252
252
  const _AARN = "AlarmARN";
@@ -436,9 +436,9 @@ const _hE = "httpError";
436
436
  const _s = "server";
437
437
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.applicationautoscaling";
438
438
  const n0 = "com.amazonaws.applicationautoscaling";
439
- var Alarm = [3, n0, _A, 0, [_AN, _AARN], [0, 0]];
440
- var CapacityForecast = [3, n0, _CF, 0, [_T, _V], [64 | 4, 64 | 1]];
441
- var ConcurrentUpdateException = [
439
+ var Alarm$ = [3, n0, _A, 0, [_AN, _AARN], [0, 0]];
440
+ var CapacityForecast$ = [3, n0, _CF, 0, [_T, _V], [64 | 4, 64 | 1]];
441
+ var ConcurrentUpdateException$ = [
442
442
  -3,
443
443
  n0,
444
444
  _CUE,
@@ -446,8 +446,8 @@ var ConcurrentUpdateException = [
446
446
  [_M],
447
447
  [0],
448
448
  ];
449
- schema.TypeRegistry.for(n0).registerError(ConcurrentUpdateException, ConcurrentUpdateException$1);
450
- var CustomizedMetricSpecification = [
449
+ schema.TypeRegistry.for(n0).registerError(ConcurrentUpdateException$, ConcurrentUpdateException);
450
+ var CustomizedMetricSpecification$ = [
451
451
  3,
452
452
  n0,
453
453
  _CMS,
@@ -455,13 +455,20 @@ var CustomizedMetricSpecification = [
455
455
  [_MN, _N, _D, _S, _U, _Me],
456
456
  [0, 0, () => MetricDimensions, 0, 0, () => TargetTrackingMetricDataQueries],
457
457
  ];
458
- var DeleteScalingPolicyRequest = [3, n0, _DSPR, 0, [_PN, _SN, _RI, _SD], [0, 0, 0, 0]];
459
- var DeleteScalingPolicyResponse = [3, n0, _DSPRe, 0, [], []];
460
- var DeleteScheduledActionRequest = [3, n0, _DSAR, 0, [_SN, _SAN, _RI, _SD], [0, 0, 0, 0]];
461
- var DeleteScheduledActionResponse = [3, n0, _DSARe, 0, [], []];
462
- var DeregisterScalableTargetRequest = [3, n0, _DSTR, 0, [_SN, _RI, _SD], [0, 0, 0]];
463
- var DeregisterScalableTargetResponse = [3, n0, _DSTRe, 0, [], []];
464
- var DescribeScalableTargetsRequest = [
458
+ var DeleteScalingPolicyRequest$ = [3, n0, _DSPR, 0, [_PN, _SN, _RI, _SD], [0, 0, 0, 0]];
459
+ var DeleteScalingPolicyResponse$ = [3, n0, _DSPRe, 0, [], []];
460
+ var DeleteScheduledActionRequest$ = [
461
+ 3,
462
+ n0,
463
+ _DSAR,
464
+ 0,
465
+ [_SN, _SAN, _RI, _SD],
466
+ [0, 0, 0, 0],
467
+ ];
468
+ var DeleteScheduledActionResponse$ = [3, n0, _DSARe, 0, [], []];
469
+ var DeregisterScalableTargetRequest$ = [3, n0, _DSTR, 0, [_SN, _RI, _SD], [0, 0, 0]];
470
+ var DeregisterScalableTargetResponse$ = [3, n0, _DSTRe, 0, [], []];
471
+ var DescribeScalableTargetsRequest$ = [
465
472
  3,
466
473
  n0,
467
474
  _DSTRes,
@@ -469,7 +476,7 @@ var DescribeScalableTargetsRequest = [
469
476
  [_SN, _RIe, _SD, _MR, _NT],
470
477
  [0, 64 | 0, 0, 1, 0],
471
478
  ];
472
- var DescribeScalableTargetsResponse = [
479
+ var DescribeScalableTargetsResponse$ = [
473
480
  3,
474
481
  n0,
475
482
  _DSTResc,
@@ -477,7 +484,7 @@ var DescribeScalableTargetsResponse = [
477
484
  [_ST, _NT],
478
485
  [() => ScalableTargets, 0],
479
486
  ];
480
- var DescribeScalingActivitiesRequest = [
487
+ var DescribeScalingActivitiesRequest$ = [
481
488
  3,
482
489
  n0,
483
490
  _DSARes,
@@ -485,7 +492,7 @@ var DescribeScalingActivitiesRequest = [
485
492
  [_SN, _RI, _SD, _MR, _NT, _INSA],
486
493
  [0, 0, 0, 1, 0, 2],
487
494
  ];
488
- var DescribeScalingActivitiesResponse = [
495
+ var DescribeScalingActivitiesResponse$ = [
489
496
  3,
490
497
  n0,
491
498
  _DSAResc,
@@ -493,7 +500,7 @@ var DescribeScalingActivitiesResponse = [
493
500
  [_SA, _NT],
494
501
  [() => ScalingActivities, 0],
495
502
  ];
496
- var DescribeScalingPoliciesRequest = [
503
+ var DescribeScalingPoliciesRequest$ = [
497
504
  3,
498
505
  n0,
499
506
  _DSPRes,
@@ -501,7 +508,7 @@ var DescribeScalingPoliciesRequest = [
501
508
  [_PNo, _SN, _RI, _SD, _MR, _NT],
502
509
  [64 | 0, 0, 0, 0, 1, 0],
503
510
  ];
504
- var DescribeScalingPoliciesResponse = [
511
+ var DescribeScalingPoliciesResponse$ = [
505
512
  3,
506
513
  n0,
507
514
  _DSPResc,
@@ -509,7 +516,7 @@ var DescribeScalingPoliciesResponse = [
509
516
  [_SP, _NT],
510
517
  [() => ScalingPolicies, 0],
511
518
  ];
512
- var DescribeScheduledActionsRequest = [
519
+ var DescribeScheduledActionsRequest$ = [
513
520
  3,
514
521
  n0,
515
522
  _DSARescr,
@@ -517,7 +524,7 @@ var DescribeScheduledActionsRequest = [
517
524
  [_SANc, _SN, _RI, _SD, _MR, _NT],
518
525
  [64 | 0, 0, 0, 0, 1, 0],
519
526
  ];
520
- var DescribeScheduledActionsResponse = [
527
+ var DescribeScheduledActionsResponse$ = [
521
528
  3,
522
529
  n0,
523
530
  _DSARescri,
@@ -525,7 +532,7 @@ var DescribeScheduledActionsResponse = [
525
532
  [_SAc, _NT],
526
533
  [() => ScheduledActions, 0],
527
534
  ];
528
- var FailedResourceAccessException = [
535
+ var FailedResourceAccessException$ = [
529
536
  -3,
530
537
  n0,
531
538
  _FRAE,
@@ -533,8 +540,8 @@ var FailedResourceAccessException = [
533
540
  [_M],
534
541
  [0],
535
542
  ];
536
- schema.TypeRegistry.for(n0).registerError(FailedResourceAccessException, FailedResourceAccessException$1);
537
- var GetPredictiveScalingForecastRequest = [
543
+ schema.TypeRegistry.for(n0).registerError(FailedResourceAccessException$, FailedResourceAccessException);
544
+ var GetPredictiveScalingForecastRequest$ = [
538
545
  3,
539
546
  n0,
540
547
  _GPSFR,
@@ -542,15 +549,15 @@ var GetPredictiveScalingForecastRequest = [
542
549
  [_SN, _RI, _SD, _PN, _STt, _ET],
543
550
  [0, 0, 0, 0, 4, 4],
544
551
  ];
545
- var GetPredictiveScalingForecastResponse = [
552
+ var GetPredictiveScalingForecastResponse$ = [
546
553
  3,
547
554
  n0,
548
555
  _GPSFRe,
549
556
  0,
550
557
  [_LF, _CF, _UT],
551
- [() => LoadForecasts, () => CapacityForecast, 4],
558
+ [() => LoadForecasts, () => CapacityForecast$, 4],
552
559
  ];
553
- var InternalServiceException = [
560
+ var InternalServiceException$ = [
554
561
  -3,
555
562
  n0,
556
563
  _ISE,
@@ -558,8 +565,8 @@ var InternalServiceException = [
558
565
  [_M],
559
566
  [0],
560
567
  ];
561
- schema.TypeRegistry.for(n0).registerError(InternalServiceException, InternalServiceException$1);
562
- var InvalidNextTokenException = [
568
+ schema.TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
569
+ var InvalidNextTokenException$ = [
563
570
  -3,
564
571
  n0,
565
572
  _INTE,
@@ -567,8 +574,8 @@ var InvalidNextTokenException = [
567
574
  [_M],
568
575
  [0],
569
576
  ];
570
- schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException, InvalidNextTokenException$1);
571
- var LimitExceededException = [
577
+ schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
578
+ var LimitExceededException$ = [
572
579
  -3,
573
580
  n0,
574
581
  _LEE,
@@ -576,20 +583,20 @@ var LimitExceededException = [
576
583
  [_M],
577
584
  [0],
578
585
  ];
579
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
580
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
581
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
582
- var LoadForecast = [
586
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
587
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
588
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [128 | 0]];
589
+ var LoadForecast$ = [
583
590
  3,
584
591
  n0,
585
592
  _LF,
586
593
  0,
587
594
  [_T, _V, _MS],
588
- [64 | 4, 64 | 1, () => PredictiveScalingMetricSpecification],
595
+ [64 | 4, 64 | 1, () => PredictiveScalingMetricSpecification$],
589
596
  ];
590
- var MetricDimension = [3, n0, _MD, 0, [_Na, _Va], [0, 0]];
591
- var NotScaledReason = [3, n0, _NSR, 0, [_C, _MC, _MCi, _CC], [0, 1, 1, 1]];
592
- var ObjectNotFoundException = [
597
+ var MetricDimension$ = [3, n0, _MD, 0, [_Na, _Va], [0, 0]];
598
+ var NotScaledReason$ = [3, n0, _NSR, 0, [_C, _MC, _MCi, _CC], [0, 1, 1, 1]];
599
+ var ObjectNotFoundException$ = [
593
600
  -3,
594
601
  n0,
595
602
  _ONFE,
@@ -597,9 +604,9 @@ var ObjectNotFoundException = [
597
604
  [_M],
598
605
  [0],
599
606
  ];
600
- schema.TypeRegistry.for(n0).registerError(ObjectNotFoundException, ObjectNotFoundException$1);
601
- var PredefinedMetricSpecification = [3, n0, _PMS, 0, [_PMT, _RL], [0, 0]];
602
- var PredictiveScalingCustomizedMetricSpecification = [
607
+ schema.TypeRegistry.for(n0).registerError(ObjectNotFoundException$, ObjectNotFoundException);
608
+ var PredefinedMetricSpecification$ = [3, n0, _PMS, 0, [_PMT, _RL], [0, 0]];
609
+ var PredictiveScalingCustomizedMetricSpecification$ = [
603
610
  3,
604
611
  n0,
605
612
  _PSCMS,
@@ -607,7 +614,7 @@ var PredictiveScalingCustomizedMetricSpecification = [
607
614
  [_MDQ],
608
615
  [() => PredictiveScalingMetricDataQueries],
609
616
  ];
610
- var PredictiveScalingMetric = [
617
+ var PredictiveScalingMetric$ = [
611
618
  3,
612
619
  n0,
613
620
  _PSM,
@@ -615,16 +622,16 @@ var PredictiveScalingMetric = [
615
622
  [_D, _MN, _N],
616
623
  [() => PredictiveScalingMetricDimensions, 0, 0],
617
624
  ];
618
- var PredictiveScalingMetricDataQuery = [
625
+ var PredictiveScalingMetricDataQuery$ = [
619
626
  3,
620
627
  n0,
621
628
  _PSMDQ,
622
629
  0,
623
630
  [_I, _E, _MSe, _L, _RD],
624
- [0, 0, () => PredictiveScalingMetricStat, 0, 2],
631
+ [0, 0, () => PredictiveScalingMetricStat$, 0, 2],
625
632
  ];
626
- var PredictiveScalingMetricDimension = [3, n0, _PSMD, 0, [_Na, _Va], [0, 0]];
627
- var PredictiveScalingMetricSpecification = [
633
+ var PredictiveScalingMetricDimension$ = [3, n0, _PSMD, 0, [_Na, _Va], [0, 0]];
634
+ var PredictiveScalingMetricSpecification$ = [
628
635
  3,
629
636
  n0,
630
637
  _PSMS,
@@ -632,23 +639,23 @@ var PredictiveScalingMetricSpecification = [
632
639
  [_TV, _PMPS, _PSMSr, _PLMS, _CSMS, _CLMS, _CCMS],
633
640
  [
634
641
  1,
635
- () => PredictiveScalingPredefinedMetricPairSpecification,
636
- () => PredictiveScalingPredefinedScalingMetricSpecification,
637
- () => PredictiveScalingPredefinedLoadMetricSpecification,
638
- () => PredictiveScalingCustomizedMetricSpecification,
639
- () => PredictiveScalingCustomizedMetricSpecification,
640
- () => PredictiveScalingCustomizedMetricSpecification,
642
+ () => PredictiveScalingPredefinedMetricPairSpecification$,
643
+ () => PredictiveScalingPredefinedScalingMetricSpecification$,
644
+ () => PredictiveScalingPredefinedLoadMetricSpecification$,
645
+ () => PredictiveScalingCustomizedMetricSpecification$,
646
+ () => PredictiveScalingCustomizedMetricSpecification$,
647
+ () => PredictiveScalingCustomizedMetricSpecification$,
641
648
  ],
642
649
  ];
643
- var PredictiveScalingMetricStat = [
650
+ var PredictiveScalingMetricStat$ = [
644
651
  3,
645
652
  n0,
646
653
  _PSMSre,
647
654
  0,
648
655
  [_Met, _St, _U],
649
- [() => PredictiveScalingMetric, 0, 0],
656
+ [() => PredictiveScalingMetric$, 0, 0],
650
657
  ];
651
- var PredictiveScalingPolicyConfiguration = [
658
+ var PredictiveScalingPolicyConfiguration$ = [
652
659
  3,
653
660
  n0,
654
661
  _PSPC,
@@ -656,7 +663,7 @@ var PredictiveScalingPolicyConfiguration = [
656
663
  [_MSet, _Mo, _SBT, _MCBB, _MCB],
657
664
  [() => PredictiveScalingMetricSpecifications, 0, 1, 0, 1],
658
665
  ];
659
- var PredictiveScalingPredefinedLoadMetricSpecification = [
666
+ var PredictiveScalingPredefinedLoadMetricSpecification$ = [
660
667
  3,
661
668
  n0,
662
669
  _PSPLMS,
@@ -664,7 +671,7 @@ var PredictiveScalingPredefinedLoadMetricSpecification = [
664
671
  [_PMT, _RL],
665
672
  [0, 0],
666
673
  ];
667
- var PredictiveScalingPredefinedMetricPairSpecification = [
674
+ var PredictiveScalingPredefinedMetricPairSpecification$ = [
668
675
  3,
669
676
  n0,
670
677
  _PSPMPS,
@@ -672,7 +679,7 @@ var PredictiveScalingPredefinedMetricPairSpecification = [
672
679
  [_PMT, _RL],
673
680
  [0, 0],
674
681
  ];
675
- var PredictiveScalingPredefinedScalingMetricSpecification = [
682
+ var PredictiveScalingPredefinedScalingMetricSpecification$ = [
676
683
  3,
677
684
  n0,
678
685
  _PSPSMS,
@@ -680,7 +687,7 @@ var PredictiveScalingPredefinedScalingMetricSpecification = [
680
687
  [_PMT, _RL],
681
688
  [0, 0],
682
689
  ];
683
- var PutScalingPolicyRequest = [
690
+ var PutScalingPolicyRequest$ = [
684
691
  3,
685
692
  n0,
686
693
  _PSPR,
@@ -692,42 +699,42 @@ var PutScalingPolicyRequest = [
692
699
  0,
693
700
  0,
694
701
  0,
695
- () => StepScalingPolicyConfiguration,
696
- () => TargetTrackingScalingPolicyConfiguration,
697
- () => PredictiveScalingPolicyConfiguration,
702
+ () => StepScalingPolicyConfiguration$,
703
+ () => TargetTrackingScalingPolicyConfiguration$,
704
+ () => PredictiveScalingPolicyConfiguration$,
698
705
  ],
699
706
  ];
700
- var PutScalingPolicyResponse = [3, n0, _PSPRu, 0, [_PARN, _Al], [0, () => Alarms]];
701
- var PutScheduledActionRequest = [
707
+ var PutScalingPolicyResponse$ = [3, n0, _PSPRu, 0, [_PARN, _Al], [0, () => Alarms]];
708
+ var PutScheduledActionRequest$ = [
702
709
  3,
703
710
  n0,
704
711
  _PSAR,
705
712
  0,
706
713
  [_SN, _Sc, _Ti, _SAN, _RI, _SD, _STt, _ET, _STA],
707
- [0, 0, 0, 0, 0, 0, 4, 4, () => ScalableTargetAction],
714
+ [0, 0, 0, 0, 0, 0, 4, 4, () => ScalableTargetAction$],
708
715
  ];
709
- var PutScheduledActionResponse = [3, n0, _PSARu, 0, [], []];
710
- var RegisterScalableTargetRequest = [
716
+ var PutScheduledActionResponse$ = [3, n0, _PSARu, 0, [], []];
717
+ var RegisterScalableTargetRequest$ = [
711
718
  3,
712
719
  n0,
713
720
  _RSTR,
714
721
  0,
715
722
  [_SN, _RI, _SD, _MCi, _MC, _RARNo, _SS, _Ta],
716
- [0, 0, 0, 1, 1, 0, () => SuspendedState, 128 | 0],
723
+ [0, 0, 0, 1, 1, 0, () => SuspendedState$, 128 | 0],
717
724
  ];
718
- var RegisterScalableTargetResponse = [3, n0, _RSTRe, 0, [_STARN], [0]];
719
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RN], [0, 0]];
720
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
721
- var ScalableTarget = [
725
+ var RegisterScalableTargetResponse$ = [3, n0, _RSTRe, 0, [_STARN], [0]];
726
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _RN], [0, 0]];
727
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
728
+ var ScalableTarget$ = [
722
729
  3,
723
730
  n0,
724
731
  _STc,
725
732
  0,
726
733
  [_SN, _RI, _SD, _MCi, _MC, _PC, _RARNo, _CT, _SS, _STARN],
727
- [0, 0, 0, 1, 1, 1, 0, 4, () => SuspendedState, 0],
734
+ [0, 0, 0, 1, 1, 1, 0, 4, () => SuspendedState$, 0],
728
735
  ];
729
- var ScalableTargetAction = [3, n0, _STA, 0, [_MCi, _MC], [1, 1]];
730
- var ScalingActivity = [
736
+ var ScalableTargetAction$ = [3, n0, _STA, 0, [_MCi, _MC], [1, 1]];
737
+ var ScalingActivity$ = [
731
738
  3,
732
739
  n0,
733
740
  _SAca,
@@ -735,7 +742,7 @@ var ScalingActivity = [
735
742
  [_AI, _SN, _RI, _SD, _De, _Ca, _STt, _ET, _SC, _SM, _Det, _NSRo],
736
743
  [0, 0, 0, 0, 0, 0, 4, 4, 0, 0, 0, () => NotScaledReasons],
737
744
  ];
738
- var ScalingPolicy = [
745
+ var ScalingPolicy$ = [
739
746
  3,
740
747
  n0,
741
748
  _SPc,
@@ -748,23 +755,23 @@ var ScalingPolicy = [
748
755
  0,
749
756
  0,
750
757
  0,
751
- () => StepScalingPolicyConfiguration,
752
- () => TargetTrackingScalingPolicyConfiguration,
753
- () => PredictiveScalingPolicyConfiguration,
758
+ () => StepScalingPolicyConfiguration$,
759
+ () => TargetTrackingScalingPolicyConfiguration$,
760
+ () => PredictiveScalingPolicyConfiguration$,
754
761
  () => Alarms,
755
762
  4,
756
763
  ],
757
764
  ];
758
- var ScheduledAction = [
765
+ var ScheduledAction$ = [
759
766
  3,
760
767
  n0,
761
768
  _SAch,
762
769
  0,
763
770
  [_SAN, _SAARN, _SN, _Sc, _Ti, _RI, _SD, _STt, _ET, _STA, _CT],
764
- [0, 0, 0, 0, 0, 0, 0, 4, 4, () => ScalableTargetAction, 4],
771
+ [0, 0, 0, 0, 0, 0, 0, 4, 4, () => ScalableTargetAction$, 4],
765
772
  ];
766
- var StepAdjustment = [3, n0, _SAt, 0, [_MILB, _MIUB, _SAcal], [1, 1, 1]];
767
- var StepScalingPolicyConfiguration = [
773
+ var StepAdjustment$ = [3, n0, _SAt, 0, [_MILB, _MIUB, _SAcal], [1, 1, 1]];
774
+ var StepScalingPolicyConfiguration$ = [
768
775
  3,
769
776
  n0,
770
777
  _SSPC,
@@ -772,10 +779,10 @@ var StepScalingPolicyConfiguration = [
772
779
  [_AT, _SAte, _MAM, _Co, _MAT],
773
780
  [0, () => StepAdjustments, 1, 1, 0],
774
781
  ];
775
- var SuspendedState = [3, n0, _SS, 0, [_DSIS, _DSOS, _SSS], [2, 2, 2]];
776
- var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, 128 | 0]];
777
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
778
- var TargetTrackingMetric = [
782
+ var SuspendedState$ = [3, n0, _SS, 0, [_DSIS, _DSOS, _SSS], [2, 2, 2]];
783
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _Ta], [0, 128 | 0]];
784
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
785
+ var TargetTrackingMetric$ = [
779
786
  3,
780
787
  n0,
781
788
  _TTM,
@@ -783,36 +790,36 @@ var TargetTrackingMetric = [
783
790
  [_D, _MN, _N],
784
791
  [() => TargetTrackingMetricDimensions, 0, 0],
785
792
  ];
786
- var TargetTrackingMetricDataQuery = [
793
+ var TargetTrackingMetricDataQuery$ = [
787
794
  3,
788
795
  n0,
789
796
  _TTMDQ,
790
797
  0,
791
798
  [_E, _I, _L, _MSe, _RD],
792
- [0, 0, 0, () => TargetTrackingMetricStat, 2],
799
+ [0, 0, 0, () => TargetTrackingMetricStat$, 2],
793
800
  ];
794
- var TargetTrackingMetricDimension = [3, n0, _TTMD, 0, [_Na, _Va], [0, 0]];
795
- var TargetTrackingMetricStat = [
801
+ var TargetTrackingMetricDimension$ = [3, n0, _TTMD, 0, [_Na, _Va], [0, 0]];
802
+ var TargetTrackingMetricStat$ = [
796
803
  3,
797
804
  n0,
798
805
  _TTMS,
799
806
  0,
800
807
  [_Met, _St, _U],
801
- [() => TargetTrackingMetric, 0, 0],
808
+ [() => TargetTrackingMetric$, 0, 0],
802
809
  ];
803
- var TargetTrackingScalingPolicyConfiguration = [
810
+ var TargetTrackingScalingPolicyConfiguration$ = [
804
811
  3,
805
812
  n0,
806
813
  _TTSPC,
807
814
  0,
808
815
  [_TV, _PMS, _CMS, _SOC, _SIC, _DSI],
809
- [1, () => PredefinedMetricSpecification, () => CustomizedMetricSpecification, 1, 1, 2],
816
+ [1, () => PredefinedMetricSpecification$, () => CustomizedMetricSpecification$, 1, 1, 2],
810
817
  ];
811
- var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RN], [0, 0]];
812
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
813
- var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
814
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
815
- var ValidationException = [
818
+ var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_M, _RN], [0, 0]];
819
+ schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
820
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
821
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
822
+ var ValidationException$ = [
816
823
  -3,
817
824
  n0,
818
825
  _VE,
@@ -820,8 +827,8 @@ var ValidationException = [
820
827
  [_M],
821
828
  [0],
822
829
  ];
823
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
824
- var ApplicationAutoScalingServiceException = [
830
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
831
+ var ApplicationAutoScalingServiceException$ = [
825
832
  -3,
826
833
  _sm,
827
834
  "ApplicationAutoScalingServiceException",
@@ -829,143 +836,131 @@ var ApplicationAutoScalingServiceException = [
829
836
  [],
830
837
  [],
831
838
  ];
832
- schema.TypeRegistry.for(_sm).registerError(ApplicationAutoScalingServiceException, ApplicationAutoScalingServiceException$1);
833
- var Alarms = [1, n0, _Al, 0, () => Alarm];
834
- var LoadForecasts = [1, n0, _LFo, 0, () => LoadForecast];
835
- var MetricDimensions = [1, n0, _MDe, 0, () => MetricDimension];
836
- var NotScaledReasons = [1, n0, _NSRo, 0, () => NotScaledReason];
837
- var PredictiveScalingMetricDataQueries = [
838
- 1,
839
- n0,
840
- _PSMDQr,
841
- 0,
842
- () => PredictiveScalingMetricDataQuery,
843
- ];
844
- var PredictiveScalingMetricDimensions = [
845
- 1,
846
- n0,
847
- _PSMDr,
848
- 0,
849
- () => PredictiveScalingMetricDimension,
850
- ];
839
+ schema.TypeRegistry.for(_sm).registerError(ApplicationAutoScalingServiceException$, ApplicationAutoScalingServiceException);
840
+ var Alarms = [1, n0, _Al, 0, () => Alarm$];
841
+ var LoadForecasts = [1, n0, _LFo, 0, () => LoadForecast$];
842
+ var MetricDimensions = [1, n0, _MDe, 0, () => MetricDimension$];
843
+ var NotScaledReasons = [1, n0, _NSRo, 0, () => NotScaledReason$];
844
+ var PredictiveScalingMetricDataQueries = [1, n0, _PSMDQr, 0, () => PredictiveScalingMetricDataQuery$];
845
+ var PredictiveScalingMetricDimensions = [1, n0, _PSMDr, 0, () => PredictiveScalingMetricDimension$];
851
846
  var PredictiveScalingMetricSpecifications = [
852
847
  1,
853
848
  n0,
854
849
  _PSMSred,
855
850
  0,
856
- () => PredictiveScalingMetricSpecification,
851
+ () => PredictiveScalingMetricSpecification$,
857
852
  ];
858
- var ScalableTargets = [1, n0, _ST, 0, () => ScalableTarget];
859
- var ScalingActivities = [1, n0, _SA, 0, () => ScalingActivity];
860
- var ScalingPolicies = [1, n0, _SP, 0, () => ScalingPolicy];
861
- var ScheduledActions = [1, n0, _SAc, 0, () => ScheduledAction];
862
- var StepAdjustments = [1, n0, _SAte, 0, () => StepAdjustment];
863
- var TargetTrackingMetricDataQueries = [1, n0, _TTMDQa, 0, () => TargetTrackingMetricDataQuery];
864
- var TargetTrackingMetricDimensions = [1, n0, _TTMDa, 0, () => TargetTrackingMetricDimension];
865
- var DeleteScalingPolicy = [
853
+ var ScalableTargets = [1, n0, _ST, 0, () => ScalableTarget$];
854
+ var ScalingActivities = [1, n0, _SA, 0, () => ScalingActivity$];
855
+ var ScalingPolicies = [1, n0, _SP, 0, () => ScalingPolicy$];
856
+ var ScheduledActions = [1, n0, _SAc, 0, () => ScheduledAction$];
857
+ var StepAdjustments = [1, n0, _SAte, 0, () => StepAdjustment$];
858
+ var TargetTrackingMetricDataQueries = [1, n0, _TTMDQa, 0, () => TargetTrackingMetricDataQuery$];
859
+ var TargetTrackingMetricDimensions = [1, n0, _TTMDa, 0, () => TargetTrackingMetricDimension$];
860
+ var DeleteScalingPolicy$ = [
866
861
  9,
867
862
  n0,
868
863
  _DSP,
869
864
  0,
870
- () => DeleteScalingPolicyRequest,
871
- () => DeleteScalingPolicyResponse,
865
+ () => DeleteScalingPolicyRequest$,
866
+ () => DeleteScalingPolicyResponse$,
872
867
  ];
873
- var DeleteScheduledAction = [
868
+ var DeleteScheduledAction$ = [
874
869
  9,
875
870
  n0,
876
871
  _DSA,
877
872
  0,
878
- () => DeleteScheduledActionRequest,
879
- () => DeleteScheduledActionResponse,
873
+ () => DeleteScheduledActionRequest$,
874
+ () => DeleteScheduledActionResponse$,
880
875
  ];
881
- var DeregisterScalableTarget = [
876
+ var DeregisterScalableTarget$ = [
882
877
  9,
883
878
  n0,
884
879
  _DST,
885
880
  0,
886
- () => DeregisterScalableTargetRequest,
887
- () => DeregisterScalableTargetResponse,
881
+ () => DeregisterScalableTargetRequest$,
882
+ () => DeregisterScalableTargetResponse$,
888
883
  ];
889
- var DescribeScalableTargets = [
884
+ var DescribeScalableTargets$ = [
890
885
  9,
891
886
  n0,
892
887
  _DSTe,
893
888
  0,
894
- () => DescribeScalableTargetsRequest,
895
- () => DescribeScalableTargetsResponse,
889
+ () => DescribeScalableTargetsRequest$,
890
+ () => DescribeScalableTargetsResponse$,
896
891
  ];
897
- var DescribeScalingActivities = [
892
+ var DescribeScalingActivities$ = [
898
893
  9,
899
894
  n0,
900
895
  _DSAe,
901
896
  0,
902
- () => DescribeScalingActivitiesRequest,
903
- () => DescribeScalingActivitiesResponse,
897
+ () => DescribeScalingActivitiesRequest$,
898
+ () => DescribeScalingActivitiesResponse$,
904
899
  ];
905
- var DescribeScalingPolicies = [
900
+ var DescribeScalingPolicies$ = [
906
901
  9,
907
902
  n0,
908
903
  _DSPe,
909
904
  0,
910
- () => DescribeScalingPoliciesRequest,
911
- () => DescribeScalingPoliciesResponse,
905
+ () => DescribeScalingPoliciesRequest$,
906
+ () => DescribeScalingPoliciesResponse$,
912
907
  ];
913
- var DescribeScheduledActions = [
908
+ var DescribeScheduledActions$ = [
914
909
  9,
915
910
  n0,
916
911
  _DSAes,
917
912
  0,
918
- () => DescribeScheduledActionsRequest,
919
- () => DescribeScheduledActionsResponse,
913
+ () => DescribeScheduledActionsRequest$,
914
+ () => DescribeScheduledActionsResponse$,
920
915
  ];
921
- var GetPredictiveScalingForecast = [
916
+ var GetPredictiveScalingForecast$ = [
922
917
  9,
923
918
  n0,
924
919
  _GPSF,
925
920
  0,
926
- () => GetPredictiveScalingForecastRequest,
927
- () => GetPredictiveScalingForecastResponse,
921
+ () => GetPredictiveScalingForecastRequest$,
922
+ () => GetPredictiveScalingForecastResponse$,
928
923
  ];
929
- var ListTagsForResource = [
924
+ var ListTagsForResource$ = [
930
925
  9,
931
926
  n0,
932
927
  _LTFR,
933
928
  0,
934
- () => ListTagsForResourceRequest,
935
- () => ListTagsForResourceResponse,
929
+ () => ListTagsForResourceRequest$,
930
+ () => ListTagsForResourceResponse$,
936
931
  ];
937
- var PutScalingPolicy = [
932
+ var PutScalingPolicy$ = [
938
933
  9,
939
934
  n0,
940
935
  _PSP,
941
936
  0,
942
- () => PutScalingPolicyRequest,
943
- () => PutScalingPolicyResponse,
937
+ () => PutScalingPolicyRequest$,
938
+ () => PutScalingPolicyResponse$,
944
939
  ];
945
- var PutScheduledAction = [
940
+ var PutScheduledAction$ = [
946
941
  9,
947
942
  n0,
948
943
  _PSA,
949
944
  0,
950
- () => PutScheduledActionRequest,
951
- () => PutScheduledActionResponse,
945
+ () => PutScheduledActionRequest$,
946
+ () => PutScheduledActionResponse$,
952
947
  ];
953
- var RegisterScalableTarget = [
948
+ var RegisterScalableTarget$ = [
954
949
  9,
955
950
  n0,
956
951
  _RST,
957
952
  0,
958
- () => RegisterScalableTargetRequest,
959
- () => RegisterScalableTargetResponse,
953
+ () => RegisterScalableTargetRequest$,
954
+ () => RegisterScalableTargetResponse$,
960
955
  ];
961
- var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
962
- var UntagResource = [
956
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
957
+ var UntagResource$ = [
963
958
  9,
964
959
  n0,
965
960
  _UR,
966
961
  0,
967
- () => UntagResourceRequest,
968
- () => UntagResourceResponse,
962
+ () => UntagResourceRequest$,
963
+ () => UntagResourceResponse$,
969
964
  ];
970
965
 
971
966
  class DeleteScalingPolicyCommand extends smithyClient.Command
@@ -976,7 +971,7 @@ class DeleteScalingPolicyCommand extends smithyClient.Command
976
971
  })
977
972
  .s("AnyScaleFrontendService", "DeleteScalingPolicy", {})
978
973
  .n("ApplicationAutoScalingClient", "DeleteScalingPolicyCommand")
979
- .sc(DeleteScalingPolicy)
974
+ .sc(DeleteScalingPolicy$)
980
975
  .build() {
981
976
  }
982
977
 
@@ -988,7 +983,7 @@ class DeleteScheduledActionCommand extends smithyClient.Command
988
983
  })
989
984
  .s("AnyScaleFrontendService", "DeleteScheduledAction", {})
990
985
  .n("ApplicationAutoScalingClient", "DeleteScheduledActionCommand")
991
- .sc(DeleteScheduledAction)
986
+ .sc(DeleteScheduledAction$)
992
987
  .build() {
993
988
  }
994
989
 
@@ -1000,7 +995,7 @@ class DeregisterScalableTargetCommand extends smithyClient.Command
1000
995
  })
1001
996
  .s("AnyScaleFrontendService", "DeregisterScalableTarget", {})
1002
997
  .n("ApplicationAutoScalingClient", "DeregisterScalableTargetCommand")
1003
- .sc(DeregisterScalableTarget)
998
+ .sc(DeregisterScalableTarget$)
1004
999
  .build() {
1005
1000
  }
1006
1001
 
@@ -1012,7 +1007,7 @@ class DescribeScalableTargetsCommand extends smithyClient.Command
1012
1007
  })
1013
1008
  .s("AnyScaleFrontendService", "DescribeScalableTargets", {})
1014
1009
  .n("ApplicationAutoScalingClient", "DescribeScalableTargetsCommand")
1015
- .sc(DescribeScalableTargets)
1010
+ .sc(DescribeScalableTargets$)
1016
1011
  .build() {
1017
1012
  }
1018
1013
 
@@ -1024,7 +1019,7 @@ class DescribeScalingActivitiesCommand extends smithyClient.Command
1024
1019
  })
1025
1020
  .s("AnyScaleFrontendService", "DescribeScalingActivities", {})
1026
1021
  .n("ApplicationAutoScalingClient", "DescribeScalingActivitiesCommand")
1027
- .sc(DescribeScalingActivities)
1022
+ .sc(DescribeScalingActivities$)
1028
1023
  .build() {
1029
1024
  }
1030
1025
 
@@ -1036,7 +1031,7 @@ class DescribeScalingPoliciesCommand extends smithyClient.Command
1036
1031
  })
1037
1032
  .s("AnyScaleFrontendService", "DescribeScalingPolicies", {})
1038
1033
  .n("ApplicationAutoScalingClient", "DescribeScalingPoliciesCommand")
1039
- .sc(DescribeScalingPolicies)
1034
+ .sc(DescribeScalingPolicies$)
1040
1035
  .build() {
1041
1036
  }
1042
1037
 
@@ -1048,7 +1043,7 @@ class DescribeScheduledActionsCommand extends smithyClient.Command
1048
1043
  })
1049
1044
  .s("AnyScaleFrontendService", "DescribeScheduledActions", {})
1050
1045
  .n("ApplicationAutoScalingClient", "DescribeScheduledActionsCommand")
1051
- .sc(DescribeScheduledActions)
1046
+ .sc(DescribeScheduledActions$)
1052
1047
  .build() {
1053
1048
  }
1054
1049
 
@@ -1060,7 +1055,7 @@ class GetPredictiveScalingForecastCommand extends smithyClient.Command
1060
1055
  })
1061
1056
  .s("AnyScaleFrontendService", "GetPredictiveScalingForecast", {})
1062
1057
  .n("ApplicationAutoScalingClient", "GetPredictiveScalingForecastCommand")
1063
- .sc(GetPredictiveScalingForecast)
1058
+ .sc(GetPredictiveScalingForecast$)
1064
1059
  .build() {
1065
1060
  }
1066
1061
 
@@ -1072,7 +1067,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1072
1067
  })
1073
1068
  .s("AnyScaleFrontendService", "ListTagsForResource", {})
1074
1069
  .n("ApplicationAutoScalingClient", "ListTagsForResourceCommand")
1075
- .sc(ListTagsForResource)
1070
+ .sc(ListTagsForResource$)
1076
1071
  .build() {
1077
1072
  }
1078
1073
 
@@ -1084,7 +1079,7 @@ class PutScalingPolicyCommand extends smithyClient.Command
1084
1079
  })
1085
1080
  .s("AnyScaleFrontendService", "PutScalingPolicy", {})
1086
1081
  .n("ApplicationAutoScalingClient", "PutScalingPolicyCommand")
1087
- .sc(PutScalingPolicy)
1082
+ .sc(PutScalingPolicy$)
1088
1083
  .build() {
1089
1084
  }
1090
1085
 
@@ -1096,7 +1091,7 @@ class PutScheduledActionCommand extends smithyClient.Command
1096
1091
  })
1097
1092
  .s("AnyScaleFrontendService", "PutScheduledAction", {})
1098
1093
  .n("ApplicationAutoScalingClient", "PutScheduledActionCommand")
1099
- .sc(PutScheduledAction)
1094
+ .sc(PutScheduledAction$)
1100
1095
  .build() {
1101
1096
  }
1102
1097
 
@@ -1108,7 +1103,7 @@ class RegisterScalableTargetCommand extends smithyClient.Command
1108
1103
  })
1109
1104
  .s("AnyScaleFrontendService", "RegisterScalableTarget", {})
1110
1105
  .n("ApplicationAutoScalingClient", "RegisterScalableTargetCommand")
1111
- .sc(RegisterScalableTarget)
1106
+ .sc(RegisterScalableTarget$)
1112
1107
  .build() {
1113
1108
  }
1114
1109
 
@@ -1120,7 +1115,7 @@ class TagResourceCommand extends smithyClient.Command
1120
1115
  })
1121
1116
  .s("AnyScaleFrontendService", "TagResource", {})
1122
1117
  .n("ApplicationAutoScalingClient", "TagResourceCommand")
1123
- .sc(TagResource)
1118
+ .sc(TagResource$)
1124
1119
  .build() {
1125
1120
  }
1126
1121
 
@@ -1132,7 +1127,7 @@ class UntagResourceCommand extends smithyClient.Command
1132
1127
  })
1133
1128
  .s("AnyScaleFrontendService", "UntagResource", {})
1134
1129
  .n("ApplicationAutoScalingClient", "UntagResourceCommand")
1135
- .sc(UntagResource)
1130
+ .sc(UntagResource$)
1136
1131
  .build() {
1137
1132
  }
1138
1133
 
@@ -1286,41 +1281,123 @@ Object.defineProperty(exports, "__Client", {
1286
1281
  get: function () { return smithyClient.Client; }
1287
1282
  });
1288
1283
  exports.AdjustmentType = AdjustmentType;
1284
+ exports.Alarm$ = Alarm$;
1289
1285
  exports.ApplicationAutoScaling = ApplicationAutoScaling;
1290
1286
  exports.ApplicationAutoScalingClient = ApplicationAutoScalingClient;
1291
- exports.ApplicationAutoScalingServiceException = ApplicationAutoScalingServiceException$1;
1292
- exports.ConcurrentUpdateException = ConcurrentUpdateException$1;
1287
+ exports.ApplicationAutoScalingServiceException = ApplicationAutoScalingServiceException;
1288
+ exports.ApplicationAutoScalingServiceException$ = ApplicationAutoScalingServiceException$;
1289
+ exports.CapacityForecast$ = CapacityForecast$;
1290
+ exports.ConcurrentUpdateException = ConcurrentUpdateException;
1291
+ exports.ConcurrentUpdateException$ = ConcurrentUpdateException$;
1292
+ exports.CustomizedMetricSpecification$ = CustomizedMetricSpecification$;
1293
+ exports.DeleteScalingPolicy$ = DeleteScalingPolicy$;
1293
1294
  exports.DeleteScalingPolicyCommand = DeleteScalingPolicyCommand;
1295
+ exports.DeleteScalingPolicyRequest$ = DeleteScalingPolicyRequest$;
1296
+ exports.DeleteScalingPolicyResponse$ = DeleteScalingPolicyResponse$;
1297
+ exports.DeleteScheduledAction$ = DeleteScheduledAction$;
1294
1298
  exports.DeleteScheduledActionCommand = DeleteScheduledActionCommand;
1299
+ exports.DeleteScheduledActionRequest$ = DeleteScheduledActionRequest$;
1300
+ exports.DeleteScheduledActionResponse$ = DeleteScheduledActionResponse$;
1301
+ exports.DeregisterScalableTarget$ = DeregisterScalableTarget$;
1295
1302
  exports.DeregisterScalableTargetCommand = DeregisterScalableTargetCommand;
1303
+ exports.DeregisterScalableTargetRequest$ = DeregisterScalableTargetRequest$;
1304
+ exports.DeregisterScalableTargetResponse$ = DeregisterScalableTargetResponse$;
1305
+ exports.DescribeScalableTargets$ = DescribeScalableTargets$;
1296
1306
  exports.DescribeScalableTargetsCommand = DescribeScalableTargetsCommand;
1307
+ exports.DescribeScalableTargetsRequest$ = DescribeScalableTargetsRequest$;
1308
+ exports.DescribeScalableTargetsResponse$ = DescribeScalableTargetsResponse$;
1309
+ exports.DescribeScalingActivities$ = DescribeScalingActivities$;
1297
1310
  exports.DescribeScalingActivitiesCommand = DescribeScalingActivitiesCommand;
1311
+ exports.DescribeScalingActivitiesRequest$ = DescribeScalingActivitiesRequest$;
1312
+ exports.DescribeScalingActivitiesResponse$ = DescribeScalingActivitiesResponse$;
1313
+ exports.DescribeScalingPolicies$ = DescribeScalingPolicies$;
1298
1314
  exports.DescribeScalingPoliciesCommand = DescribeScalingPoliciesCommand;
1315
+ exports.DescribeScalingPoliciesRequest$ = DescribeScalingPoliciesRequest$;
1316
+ exports.DescribeScalingPoliciesResponse$ = DescribeScalingPoliciesResponse$;
1317
+ exports.DescribeScheduledActions$ = DescribeScheduledActions$;
1299
1318
  exports.DescribeScheduledActionsCommand = DescribeScheduledActionsCommand;
1300
- exports.FailedResourceAccessException = FailedResourceAccessException$1;
1319
+ exports.DescribeScheduledActionsRequest$ = DescribeScheduledActionsRequest$;
1320
+ exports.DescribeScheduledActionsResponse$ = DescribeScheduledActionsResponse$;
1321
+ exports.FailedResourceAccessException = FailedResourceAccessException;
1322
+ exports.FailedResourceAccessException$ = FailedResourceAccessException$;
1323
+ exports.GetPredictiveScalingForecast$ = GetPredictiveScalingForecast$;
1301
1324
  exports.GetPredictiveScalingForecastCommand = GetPredictiveScalingForecastCommand;
1302
- exports.InternalServiceException = InternalServiceException$1;
1303
- exports.InvalidNextTokenException = InvalidNextTokenException$1;
1304
- exports.LimitExceededException = LimitExceededException$1;
1325
+ exports.GetPredictiveScalingForecastRequest$ = GetPredictiveScalingForecastRequest$;
1326
+ exports.GetPredictiveScalingForecastResponse$ = GetPredictiveScalingForecastResponse$;
1327
+ exports.InternalServiceException = InternalServiceException;
1328
+ exports.InternalServiceException$ = InternalServiceException$;
1329
+ exports.InvalidNextTokenException = InvalidNextTokenException;
1330
+ exports.InvalidNextTokenException$ = InvalidNextTokenException$;
1331
+ exports.LimitExceededException = LimitExceededException;
1332
+ exports.LimitExceededException$ = LimitExceededException$;
1333
+ exports.ListTagsForResource$ = ListTagsForResource$;
1305
1334
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1335
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1336
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1337
+ exports.LoadForecast$ = LoadForecast$;
1306
1338
  exports.MetricAggregationType = MetricAggregationType;
1339
+ exports.MetricDimension$ = MetricDimension$;
1307
1340
  exports.MetricStatistic = MetricStatistic;
1308
1341
  exports.MetricType = MetricType;
1309
- exports.ObjectNotFoundException = ObjectNotFoundException$1;
1342
+ exports.NotScaledReason$ = NotScaledReason$;
1343
+ exports.ObjectNotFoundException = ObjectNotFoundException;
1344
+ exports.ObjectNotFoundException$ = ObjectNotFoundException$;
1310
1345
  exports.PolicyType = PolicyType;
1346
+ exports.PredefinedMetricSpecification$ = PredefinedMetricSpecification$;
1347
+ exports.PredictiveScalingCustomizedMetricSpecification$ = PredictiveScalingCustomizedMetricSpecification$;
1311
1348
  exports.PredictiveScalingMaxCapacityBreachBehavior = PredictiveScalingMaxCapacityBreachBehavior;
1349
+ exports.PredictiveScalingMetric$ = PredictiveScalingMetric$;
1350
+ exports.PredictiveScalingMetricDataQuery$ = PredictiveScalingMetricDataQuery$;
1351
+ exports.PredictiveScalingMetricDimension$ = PredictiveScalingMetricDimension$;
1352
+ exports.PredictiveScalingMetricSpecification$ = PredictiveScalingMetricSpecification$;
1353
+ exports.PredictiveScalingMetricStat$ = PredictiveScalingMetricStat$;
1312
1354
  exports.PredictiveScalingMode = PredictiveScalingMode;
1355
+ exports.PredictiveScalingPolicyConfiguration$ = PredictiveScalingPolicyConfiguration$;
1356
+ exports.PredictiveScalingPredefinedLoadMetricSpecification$ = PredictiveScalingPredefinedLoadMetricSpecification$;
1357
+ exports.PredictiveScalingPredefinedMetricPairSpecification$ = PredictiveScalingPredefinedMetricPairSpecification$;
1358
+ exports.PredictiveScalingPredefinedScalingMetricSpecification$ = PredictiveScalingPredefinedScalingMetricSpecification$;
1359
+ exports.PutScalingPolicy$ = PutScalingPolicy$;
1313
1360
  exports.PutScalingPolicyCommand = PutScalingPolicyCommand;
1361
+ exports.PutScalingPolicyRequest$ = PutScalingPolicyRequest$;
1362
+ exports.PutScalingPolicyResponse$ = PutScalingPolicyResponse$;
1363
+ exports.PutScheduledAction$ = PutScheduledAction$;
1314
1364
  exports.PutScheduledActionCommand = PutScheduledActionCommand;
1365
+ exports.PutScheduledActionRequest$ = PutScheduledActionRequest$;
1366
+ exports.PutScheduledActionResponse$ = PutScheduledActionResponse$;
1367
+ exports.RegisterScalableTarget$ = RegisterScalableTarget$;
1315
1368
  exports.RegisterScalableTargetCommand = RegisterScalableTargetCommand;
1316
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1369
+ exports.RegisterScalableTargetRequest$ = RegisterScalableTargetRequest$;
1370
+ exports.RegisterScalableTargetResponse$ = RegisterScalableTargetResponse$;
1371
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1372
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1317
1373
  exports.ScalableDimension = ScalableDimension;
1374
+ exports.ScalableTarget$ = ScalableTarget$;
1375
+ exports.ScalableTargetAction$ = ScalableTargetAction$;
1376
+ exports.ScalingActivity$ = ScalingActivity$;
1318
1377
  exports.ScalingActivityStatusCode = ScalingActivityStatusCode;
1378
+ exports.ScalingPolicy$ = ScalingPolicy$;
1379
+ exports.ScheduledAction$ = ScheduledAction$;
1319
1380
  exports.ServiceNamespace = ServiceNamespace;
1381
+ exports.StepAdjustment$ = StepAdjustment$;
1382
+ exports.StepScalingPolicyConfiguration$ = StepScalingPolicyConfiguration$;
1383
+ exports.SuspendedState$ = SuspendedState$;
1384
+ exports.TagResource$ = TagResource$;
1320
1385
  exports.TagResourceCommand = TagResourceCommand;
1321
- exports.TooManyTagsException = TooManyTagsException$1;
1386
+ exports.TagResourceRequest$ = TagResourceRequest$;
1387
+ exports.TagResourceResponse$ = TagResourceResponse$;
1388
+ exports.TargetTrackingMetric$ = TargetTrackingMetric$;
1389
+ exports.TargetTrackingMetricDataQuery$ = TargetTrackingMetricDataQuery$;
1390
+ exports.TargetTrackingMetricDimension$ = TargetTrackingMetricDimension$;
1391
+ exports.TargetTrackingMetricStat$ = TargetTrackingMetricStat$;
1392
+ exports.TargetTrackingScalingPolicyConfiguration$ = TargetTrackingScalingPolicyConfiguration$;
1393
+ exports.TooManyTagsException = TooManyTagsException;
1394
+ exports.TooManyTagsException$ = TooManyTagsException$;
1395
+ exports.UntagResource$ = UntagResource$;
1322
1396
  exports.UntagResourceCommand = UntagResourceCommand;
1323
- exports.ValidationException = ValidationException$1;
1397
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1398
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1399
+ exports.ValidationException = ValidationException;
1400
+ exports.ValidationException$ = ValidationException$;
1324
1401
  exports.paginateDescribeScalableTargets = paginateDescribeScalableTargets;
1325
1402
  exports.paginateDescribeScalingActivities = paginateDescribeScalingActivities;
1326
1403
  exports.paginateDescribeScalingPolicies = paginateDescribeScalingPolicies;