@aws-sdk/client-auto-scaling 3.50.0 → 3.53.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 (108) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/AutoScalingServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +130 -4
  5. package/dist-cjs/protocols/Aws_query.js +416 -1351
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/AutoScalingServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +116 -1
  9. package/dist-es/protocols/Aws_query.js +1022 -1578
  10. package/dist-types/AutoScaling.d.ts +33 -20
  11. package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +9 -4
  12. package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -2
  13. package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
  14. package/dist-types/commands/PutLifecycleHookCommand.d.ts +12 -7
  15. package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +9 -4
  16. package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +1 -2
  17. package/dist-types/index.d.ts +1 -0
  18. package/dist-types/models/AutoScalingServiceException.d.ts +10 -0
  19. package/dist-types/models/models_0.d.ts +129 -76
  20. package/dist-types/ts3.4/AutoScaling.d.ts +310 -0
  21. package/dist-types/ts3.4/AutoScalingClient.d.ts +134 -0
  22. package/dist-types/ts3.4/commands/AttachInstancesCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/AttachLoadBalancersCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/BatchDeleteScheduledActionCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/BatchPutScheduledUpdateGroupActionCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CancelInstanceRefreshCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CompleteLifecycleActionCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/CreateAutoScalingGroupCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/CreateLaunchConfigurationCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/CreateOrUpdateTagsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteAutoScalingGroupCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteLaunchConfigurationCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteLifecycleHookCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeleteNotificationConfigurationCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DeleteScheduledActionCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DeleteWarmPoolCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeAdjustmentTypesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeAutoScalingGroupsCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeAutoScalingInstancesCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeAutoScalingNotificationTypesCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeInstanceRefreshesCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeLaunchConfigurationsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/DescribeLifecycleHookTypesCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DescribeLifecycleHooksCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/DescribeMetricCollectionTypesCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/DescribeNotificationConfigurationsCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/DescribePoliciesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/DescribeScalingActivitiesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/DescribeScalingProcessTypesCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/DescribeScheduledActionsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/DescribeTerminationPolicyTypesCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/DescribeWarmPoolCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/DetachInstancesCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/DetachLoadBalancersCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/DisableMetricsCollectionCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/EnableMetricsCollectionCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/EnterStandbyCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ExecutePolicyCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ExitStandbyCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/GetPredictiveScalingForecastCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/PutLifecycleHookCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/PutNotificationConfigurationCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/PutScalingPolicyCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/PutScheduledUpdateGroupActionCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/PutWarmPoolCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/RecordLifecycleActionHeartbeatCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/ResumeProcessesCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/SetDesiredCapacityCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/SetInstanceHealthCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/SetInstanceProtectionCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/StartInstanceRefreshCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/SuspendProcessesCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/TerminateInstanceInAutoScalingGroupCommand.d.ts +17 -0
  82. package/dist-types/ts3.4/commands/UpdateAutoScalingGroupCommand.d.ts +17 -0
  83. package/dist-types/ts3.4/commands/index.d.ts +61 -0
  84. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  85. package/dist-types/ts3.4/index.d.ts +7 -0
  86. package/dist-types/ts3.4/models/AutoScalingServiceException.d.ts +6 -0
  87. package/dist-types/ts3.4/models/index.d.ts +1 -0
  88. package/dist-types/ts3.4/models/models_0.d.ts +2453 -0
  89. package/dist-types/ts3.4/pagination/DescribeAutoScalingGroupsPaginator.d.ts +4 -0
  90. package/dist-types/ts3.4/pagination/DescribeAutoScalingInstancesPaginator.d.ts +4 -0
  91. package/dist-types/ts3.4/pagination/DescribeLaunchConfigurationsPaginator.d.ts +4 -0
  92. package/dist-types/ts3.4/pagination/DescribeNotificationConfigurationsPaginator.d.ts +4 -0
  93. package/dist-types/ts3.4/pagination/DescribePoliciesPaginator.d.ts +4 -0
  94. package/dist-types/ts3.4/pagination/DescribeScalingActivitiesPaginator.d.ts +4 -0
  95. package/dist-types/ts3.4/pagination/DescribeScheduledActionsPaginator.d.ts +4 -0
  96. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +4 -0
  97. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  98. package/dist-types/ts3.4/pagination/index.d.ts +9 -0
  99. package/dist-types/ts3.4/protocols/Aws_query.d.ts +185 -0
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  103. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  104. package/dist-types/ts3.4/waiters/index.d.ts +3 -0
  105. package/dist-types/ts3.4/waiters/waitForGroupExists.d.ts +7 -0
  106. package/dist-types/ts3.4/waiters/waitForGroupInService.d.ts +7 -0
  107. package/dist-types/ts3.4/waiters/waitForGroupNotExists.d.ts +7 -0
  108. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,34 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
12
+ * **clients:** update clients as of 2022/02/24 ([#3361](https://github.com/aws/aws-sdk-js-v3/issues/3361)) ([ec3cc1e](https://github.com/aws/aws-sdk-js-v3/commit/ec3cc1eacd4010797a3a9eec2b0cc1a55e531ea9))
13
+
14
+
15
+
16
+
17
+
18
+ # [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
19
+
20
+ **Note:** Version bump only for package @aws-sdk/client-auto-scaling
21
+
22
+
23
+
24
+
25
+
26
+ # [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
27
+
28
+ **Note:** Version bump only for package @aws-sdk/client-auto-scaling
29
+
30
+
31
+
32
+
33
+
6
34
  # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
35
 
8
36
  **Note:** Version bump only for package @aws-sdk/client-auto-scaling
package/dist-cjs/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AutoScalingServiceException = void 0;
3
4
  const tslib_1 = require("tslib");
4
5
  tslib_1.__exportStar(require("./AutoScaling"), exports);
5
6
  tslib_1.__exportStar(require("./AutoScalingClient"), exports);
@@ -7,3 +8,5 @@ tslib_1.__exportStar(require("./commands"), exports);
7
8
  tslib_1.__exportStar(require("./models"), exports);
8
9
  tslib_1.__exportStar(require("./pagination"), exports);
9
10
  tslib_1.__exportStar(require("./waiters"), exports);
11
+ var AutoScalingServiceException_1 = require("./models/AutoScalingServiceException");
12
+ Object.defineProperty(exports, "AutoScalingServiceException", { enumerable: true, get: function () { return AutoScalingServiceException_1.AutoScalingServiceException; } });
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AutoScalingServiceException = void 0;
4
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ class AutoScalingServiceException extends smithy_client_1.ServiceException {
6
+ constructor(options) {
7
+ super(options);
8
+ Object.setPrototypeOf(this, AutoScalingServiceException.prototype);
9
+ }
10
+ }
11
+ exports.AutoScalingServiceException = AutoScalingServiceException;
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.InstanceMonitoring = exports.BlockDeviceMapping = exports.Ebs = exports.CreateAutoScalingGroupType = exports.Tag = exports.MixedInstancesPolicy = exports.LaunchTemplate = exports.LaunchTemplateOverrides = exports.InstanceRequirements = exports.VCpuCountRequest = exports.TotalLocalStorageGBRequest = exports.NetworkInterfaceCountRequest = exports.MemoryMiBRequest = exports.MemoryGiBPerVCpuRequest = exports.LocalStorageType = exports.LocalStorage = exports.InstanceGeneration = exports.CpuManufacturer = exports.BurstablePerformance = exports.BaselineEbsBandwidthMbpsRequest = exports.BareMetal = exports.InstancesDistribution = exports.LifecycleHookSpecification = exports.LaunchTemplateSpecification = exports.CompleteLifecycleActionType = exports.CompleteLifecycleActionAnswer = exports.CancelInstanceRefreshType = exports.CancelInstanceRefreshAnswer = exports.BatchPutScheduledUpdateGroupActionType = exports.ScheduledUpdateGroupActionRequest = exports.BatchPutScheduledUpdateGroupActionAnswer = exports.BatchDeleteScheduledActionType = exports.BatchDeleteScheduledActionAnswer = exports.FailedScheduledUpdateGroupActionRequest = exports.AttachLoadBalancerTargetGroupsType = exports.AttachLoadBalancerTargetGroupsResultType = exports.AttachLoadBalancersType = exports.AttachLoadBalancersResultType = exports.AttachInstancesQuery = exports.Alarm = exports.AdjustmentType = exports.ActivityType = exports.ActivitiesType = exports.Activity = exports.ScalingActivityStatusCode = exports.AcceleratorType = exports.AcceleratorTotalMemoryMiBRequest = exports.AcceleratorName = exports.AcceleratorManufacturer = exports.AcceleratorCountRequest = void 0;
4
- exports.DescribeLoadBalancersRequest = exports.DescribeLifecycleHookTypesAnswer = exports.DescribeLifecycleHooksType = exports.DescribeLifecycleHooksAnswer = exports.LifecycleHook = exports.LaunchConfigurationsType = exports.LaunchConfiguration = exports.LaunchConfigurationNamesType = exports.DescribeInstanceRefreshesType = exports.DescribeInstanceRefreshesAnswer = exports.InstanceRefresh = exports.InstanceRefreshStatus = exports.InstanceRefreshProgressDetails = exports.InstanceRefreshWarmPoolProgress = exports.InstanceRefreshLivePoolProgress = exports.RefreshPreferences = exports.DesiredConfiguration = exports.DescribeAutoScalingNotificationTypesAnswer = exports.DescribeAutoScalingInstancesType = exports.AutoScalingInstancesType = exports.AutoScalingInstanceDetails = exports.AutoScalingGroupsType = exports.AutoScalingGroup = exports.WarmPoolConfiguration = exports.WarmPoolStatus = exports.WarmPoolState = exports.TagDescription = exports.SuspendedProcess = exports.Instance = exports.LifecycleState = exports.EnabledMetric = exports.AutoScalingGroupNamesType = exports.Filter = exports.DescribeAdjustmentTypesAnswer = exports.DescribeAccountLimitsAnswer = exports.DeleteWarmPoolType = exports.DeleteWarmPoolAnswer = exports.DeleteTagsType = exports.DeleteScheduledActionType = exports.DeletePolicyType = exports.DeleteNotificationConfigurationType = exports.DeleteLifecycleHookType = exports.DeleteLifecycleHookAnswer = exports.LaunchConfigurationNameType = exports.DeleteAutoScalingGroupType = exports.CreateOrUpdateTagsType = exports.CreateLaunchConfigurationType = exports.InstanceMetadataOptions = exports.InstanceMetadataHttpTokensState = exports.InstanceMetadataEndpointState = void 0;
5
- exports.DetachInstancesQuery = exports.DetachInstancesAnswer = exports.DescribeWarmPoolType = exports.DescribeWarmPoolAnswer = exports.DescribeTerminationPolicyTypesAnswer = exports.TagsType = exports.DescribeTagsType = exports.ScheduledActionsType = exports.ScheduledUpdateGroupAction = exports.DescribeScheduledActionsType = exports.ProcessesType = exports.ProcessType = exports.DescribeScalingActivitiesType = exports.PoliciesType = exports.ScalingPolicy = exports.TargetTrackingConfiguration = exports.PredefinedMetricSpecification = exports.MetricType = exports.CustomizedMetricSpecification = exports.MetricStatistic = exports.StepAdjustment = exports.PredictiveScalingConfiguration = exports.PredictiveScalingMode = exports.PredictiveScalingMetricSpecification = exports.PredictiveScalingPredefinedScalingMetric = exports.PredefinedScalingMetricType = exports.PredictiveScalingPredefinedMetricPair = exports.PredefinedMetricPairType = exports.PredictiveScalingPredefinedLoadMetric = exports.PredefinedLoadMetricType = exports.PredictiveScalingCustomizedScalingMetric = exports.PredictiveScalingCustomizedLoadMetric = exports.PredictiveScalingCustomizedCapacityMetric = exports.MetricDataQuery = exports.MetricStat = exports.Metric = exports.MetricDimension = exports.PredictiveScalingMaxCapacityBreachBehavior = exports.DescribePoliciesType = exports.DescribeNotificationConfigurationsType = exports.DescribeNotificationConfigurationsAnswer = exports.NotificationConfiguration = exports.DescribeMetricCollectionTypesAnswer = exports.MetricCollectionType = exports.MetricGranularityType = exports.DescribeLoadBalancerTargetGroupsResponse = exports.LoadBalancerTargetGroupState = exports.DescribeLoadBalancerTargetGroupsRequest = exports.DescribeLoadBalancersResponse = exports.LoadBalancerState = void 0;
6
- exports.UpdateAutoScalingGroupType = exports.TerminateInstanceInAutoScalingGroupType = exports.StartInstanceRefreshType = exports.RefreshStrategy = exports.StartInstanceRefreshAnswer = exports.SetInstanceProtectionQuery = exports.SetInstanceProtectionAnswer = exports.SetInstanceHealthQuery = exports.SetDesiredCapacityType = exports.ScalingProcessQuery = exports.RecordLifecycleActionHeartbeatType = exports.RecordLifecycleActionHeartbeatAnswer = exports.PutWarmPoolType = exports.PutWarmPoolAnswer = exports.PutScheduledUpdateGroupActionType = exports.PutScalingPolicyType = exports.PolicyARNType = exports.PutNotificationConfigurationType = exports.PutLifecycleHookType = exports.PutLifecycleHookAnswer = exports.GetPredictiveScalingForecastType = exports.GetPredictiveScalingForecastAnswer = exports.LoadForecast = exports.CapacityForecast = exports.ExitStandbyQuery = exports.ExitStandbyAnswer = exports.ExecutePolicyType = exports.EnterStandbyQuery = exports.EnterStandbyAnswer = exports.EnableMetricsCollectionQuery = exports.DisableMetricsCollectionQuery = exports.DetachLoadBalancerTargetGroupsType = exports.DetachLoadBalancerTargetGroupsResultType = exports.DetachLoadBalancersType = exports.DetachLoadBalancersResultType = void 0;
3
+ exports.MixedInstancesPolicy = exports.LaunchTemplate = exports.LaunchTemplateOverrides = exports.InstanceRequirements = exports.VCpuCountRequest = exports.TotalLocalStorageGBRequest = exports.NetworkInterfaceCountRequest = exports.MemoryMiBRequest = exports.MemoryGiBPerVCpuRequest = exports.LocalStorageType = exports.LocalStorage = exports.InstanceGeneration = exports.CpuManufacturer = exports.BurstablePerformance = exports.BaselineEbsBandwidthMbpsRequest = exports.BareMetal = exports.InstancesDistribution = exports.LifecycleHookSpecification = exports.LaunchTemplateSpecification = exports.CompleteLifecycleActionType = exports.CompleteLifecycleActionAnswer = exports.CancelInstanceRefreshType = exports.CancelInstanceRefreshAnswer = exports.LimitExceededFault = exports.BatchPutScheduledUpdateGroupActionType = exports.ScheduledUpdateGroupActionRequest = exports.BatchPutScheduledUpdateGroupActionAnswer = exports.BatchDeleteScheduledActionType = exports.BatchDeleteScheduledActionAnswer = exports.FailedScheduledUpdateGroupActionRequest = exports.AttachLoadBalancerTargetGroupsType = exports.AttachLoadBalancerTargetGroupsResultType = exports.AttachLoadBalancersType = exports.AttachLoadBalancersResultType = exports.ServiceLinkedRoleFailure = exports.ResourceContentionFault = exports.AttachInstancesQuery = exports.AlreadyExistsFault = exports.Alarm = exports.AdjustmentType = exports.ActivityType = exports.ActivitiesType = exports.Activity = exports.ScalingActivityStatusCode = exports.ActiveInstanceRefreshNotFoundFault = exports.AcceleratorType = exports.AcceleratorTotalMemoryMiBRequest = exports.AcceleratorName = exports.AcceleratorManufacturer = exports.AcceleratorCountRequest = void 0;
4
+ exports.DescribeInstanceRefreshesAnswer = exports.InstanceRefresh = exports.InstanceRefreshStatus = exports.InstanceRefreshProgressDetails = exports.InstanceRefreshWarmPoolProgress = exports.InstanceRefreshLivePoolProgress = exports.RefreshPreferences = exports.DesiredConfiguration = exports.DescribeAutoScalingNotificationTypesAnswer = exports.DescribeAutoScalingInstancesType = exports.AutoScalingInstancesType = exports.AutoScalingInstanceDetails = exports.InvalidNextToken = exports.AutoScalingGroupsType = exports.AutoScalingGroup = exports.WarmPoolConfiguration = exports.WarmPoolStatus = exports.WarmPoolState = exports.InstanceReusePolicy = exports.TagDescription = exports.SuspendedProcess = exports.Instance = exports.LifecycleState = exports.EnabledMetric = exports.AutoScalingGroupNamesType = exports.Filter = exports.DescribeAdjustmentTypesAnswer = exports.DescribeAccountLimitsAnswer = exports.DeleteWarmPoolType = exports.DeleteWarmPoolAnswer = exports.DeleteTagsType = exports.DeleteScheduledActionType = exports.DeletePolicyType = exports.DeleteNotificationConfigurationType = exports.DeleteLifecycleHookType = exports.DeleteLifecycleHookAnswer = exports.LaunchConfigurationNameType = exports.ScalingActivityInProgressFault = exports.DeleteAutoScalingGroupType = exports.ResourceInUseFault = exports.CreateOrUpdateTagsType = exports.CreateLaunchConfigurationType = exports.InstanceMetadataOptions = exports.InstanceMetadataHttpTokensState = exports.InstanceMetadataEndpointState = exports.InstanceMonitoring = exports.BlockDeviceMapping = exports.Ebs = exports.CreateAutoScalingGroupType = exports.Tag = void 0;
5
+ exports.DescribeScheduledActionsType = exports.ProcessesType = exports.ProcessType = exports.DescribeScalingActivitiesType = exports.PoliciesType = exports.ScalingPolicy = exports.TargetTrackingConfiguration = exports.PredefinedMetricSpecification = exports.MetricType = exports.CustomizedMetricSpecification = exports.MetricStatistic = exports.StepAdjustment = exports.PredictiveScalingConfiguration = exports.PredictiveScalingMode = exports.PredictiveScalingMetricSpecification = exports.PredictiveScalingPredefinedScalingMetric = exports.PredefinedScalingMetricType = exports.PredictiveScalingPredefinedMetricPair = exports.PredefinedMetricPairType = exports.PredictiveScalingPredefinedLoadMetric = exports.PredefinedLoadMetricType = exports.PredictiveScalingCustomizedScalingMetric = exports.PredictiveScalingCustomizedLoadMetric = exports.PredictiveScalingCustomizedCapacityMetric = exports.MetricDataQuery = exports.MetricStat = exports.Metric = exports.MetricDimension = exports.PredictiveScalingMaxCapacityBreachBehavior = exports.DescribePoliciesType = exports.DescribeNotificationConfigurationsType = exports.DescribeNotificationConfigurationsAnswer = exports.NotificationConfiguration = exports.DescribeMetricCollectionTypesAnswer = exports.MetricCollectionType = exports.MetricGranularityType = exports.DescribeLoadBalancerTargetGroupsResponse = exports.LoadBalancerTargetGroupState = exports.DescribeLoadBalancerTargetGroupsRequest = exports.DescribeLoadBalancersResponse = exports.LoadBalancerState = exports.DescribeLoadBalancersRequest = exports.DescribeLifecycleHookTypesAnswer = exports.DescribeLifecycleHooksType = exports.DescribeLifecycleHooksAnswer = exports.LifecycleHook = exports.LaunchConfigurationsType = exports.LaunchConfiguration = exports.LaunchConfigurationNamesType = exports.DescribeInstanceRefreshesType = void 0;
6
+ exports.UpdateAutoScalingGroupType = exports.TerminateInstanceInAutoScalingGroupType = exports.StartInstanceRefreshType = exports.RefreshStrategy = exports.StartInstanceRefreshAnswer = exports.InstanceRefreshInProgressFault = exports.SetInstanceProtectionQuery = exports.SetInstanceProtectionAnswer = exports.SetInstanceHealthQuery = exports.SetDesiredCapacityType = exports.ScalingProcessQuery = exports.RecordLifecycleActionHeartbeatType = exports.RecordLifecycleActionHeartbeatAnswer = exports.PutWarmPoolType = exports.PutWarmPoolAnswer = exports.PutScheduledUpdateGroupActionType = exports.PutScalingPolicyType = exports.PolicyARNType = exports.PutNotificationConfigurationType = exports.PutLifecycleHookType = exports.PutLifecycleHookAnswer = exports.GetPredictiveScalingForecastType = exports.GetPredictiveScalingForecastAnswer = exports.LoadForecast = exports.CapacityForecast = exports.ExitStandbyQuery = exports.ExitStandbyAnswer = exports.ExecutePolicyType = exports.EnterStandbyQuery = exports.EnterStandbyAnswer = exports.EnableMetricsCollectionQuery = exports.DisableMetricsCollectionQuery = exports.DetachLoadBalancerTargetGroupsType = exports.DetachLoadBalancerTargetGroupsResultType = exports.DetachLoadBalancersType = exports.DetachLoadBalancersResultType = exports.DetachInstancesQuery = exports.DetachInstancesAnswer = exports.DescribeWarmPoolType = exports.DescribeWarmPoolAnswer = exports.DescribeTerminationPolicyTypesAnswer = exports.TagsType = exports.DescribeTagsType = exports.ScheduledActionsType = exports.ScheduledUpdateGroupAction = void 0;
7
+ const AutoScalingServiceException_1 = require("./AutoScalingServiceException");
7
8
  var AcceleratorCountRequest;
8
9
  (function (AcceleratorCountRequest) {
9
10
  AcceleratorCountRequest.filterSensitiveLog = (obj) => ({
@@ -39,6 +40,19 @@ var AcceleratorType;
39
40
  AcceleratorType["GPU"] = "gpu";
40
41
  AcceleratorType["INFERENCE"] = "inference";
41
42
  })(AcceleratorType = exports.AcceleratorType || (exports.AcceleratorType = {}));
43
+ class ActiveInstanceRefreshNotFoundFault extends AutoScalingServiceException_1.AutoScalingServiceException {
44
+ constructor(opts) {
45
+ super({
46
+ name: "ActiveInstanceRefreshNotFoundFault",
47
+ $fault: "client",
48
+ ...opts,
49
+ });
50
+ this.name = "ActiveInstanceRefreshNotFoundFault";
51
+ this.$fault = "client";
52
+ Object.setPrototypeOf(this, ActiveInstanceRefreshNotFoundFault.prototype);
53
+ }
54
+ }
55
+ exports.ActiveInstanceRefreshNotFoundFault = ActiveInstanceRefreshNotFoundFault;
42
56
  var ScalingActivityStatusCode;
43
57
  (function (ScalingActivityStatusCode) {
44
58
  ScalingActivityStatusCode["Cancelled"] = "Cancelled";
@@ -84,12 +98,51 @@ var Alarm;
84
98
  ...obj,
85
99
  });
86
100
  })(Alarm = exports.Alarm || (exports.Alarm = {}));
101
+ class AlreadyExistsFault extends AutoScalingServiceException_1.AutoScalingServiceException {
102
+ constructor(opts) {
103
+ super({
104
+ name: "AlreadyExistsFault",
105
+ $fault: "client",
106
+ ...opts,
107
+ });
108
+ this.name = "AlreadyExistsFault";
109
+ this.$fault = "client";
110
+ Object.setPrototypeOf(this, AlreadyExistsFault.prototype);
111
+ }
112
+ }
113
+ exports.AlreadyExistsFault = AlreadyExistsFault;
87
114
  var AttachInstancesQuery;
88
115
  (function (AttachInstancesQuery) {
89
116
  AttachInstancesQuery.filterSensitiveLog = (obj) => ({
90
117
  ...obj,
91
118
  });
92
119
  })(AttachInstancesQuery = exports.AttachInstancesQuery || (exports.AttachInstancesQuery = {}));
120
+ class ResourceContentionFault extends AutoScalingServiceException_1.AutoScalingServiceException {
121
+ constructor(opts) {
122
+ super({
123
+ name: "ResourceContentionFault",
124
+ $fault: "server",
125
+ ...opts,
126
+ });
127
+ this.name = "ResourceContentionFault";
128
+ this.$fault = "server";
129
+ Object.setPrototypeOf(this, ResourceContentionFault.prototype);
130
+ }
131
+ }
132
+ exports.ResourceContentionFault = ResourceContentionFault;
133
+ class ServiceLinkedRoleFailure extends AutoScalingServiceException_1.AutoScalingServiceException {
134
+ constructor(opts) {
135
+ super({
136
+ name: "ServiceLinkedRoleFailure",
137
+ $fault: "server",
138
+ ...opts,
139
+ });
140
+ this.name = "ServiceLinkedRoleFailure";
141
+ this.$fault = "server";
142
+ Object.setPrototypeOf(this, ServiceLinkedRoleFailure.prototype);
143
+ }
144
+ }
145
+ exports.ServiceLinkedRoleFailure = ServiceLinkedRoleFailure;
93
146
  var AttachLoadBalancersResultType;
94
147
  (function (AttachLoadBalancersResultType) {
95
148
  AttachLoadBalancersResultType.filterSensitiveLog = (obj) => ({
@@ -150,6 +203,19 @@ var BatchPutScheduledUpdateGroupActionType;
150
203
  ...obj,
151
204
  });
152
205
  })(BatchPutScheduledUpdateGroupActionType = exports.BatchPutScheduledUpdateGroupActionType || (exports.BatchPutScheduledUpdateGroupActionType = {}));
206
+ class LimitExceededFault extends AutoScalingServiceException_1.AutoScalingServiceException {
207
+ constructor(opts) {
208
+ super({
209
+ name: "LimitExceededFault",
210
+ $fault: "client",
211
+ ...opts,
212
+ });
213
+ this.name = "LimitExceededFault";
214
+ this.$fault = "client";
215
+ Object.setPrototypeOf(this, LimitExceededFault.prototype);
216
+ }
217
+ }
218
+ exports.LimitExceededFault = LimitExceededFault;
153
219
  var CancelInstanceRefreshAnswer;
154
220
  (function (CancelInstanceRefreshAnswer) {
155
221
  CancelInstanceRefreshAnswer.filterSensitiveLog = (obj) => ({
@@ -344,12 +410,38 @@ var CreateOrUpdateTagsType;
344
410
  ...obj,
345
411
  });
346
412
  })(CreateOrUpdateTagsType = exports.CreateOrUpdateTagsType || (exports.CreateOrUpdateTagsType = {}));
413
+ class ResourceInUseFault extends AutoScalingServiceException_1.AutoScalingServiceException {
414
+ constructor(opts) {
415
+ super({
416
+ name: "ResourceInUseFault",
417
+ $fault: "client",
418
+ ...opts,
419
+ });
420
+ this.name = "ResourceInUseFault";
421
+ this.$fault = "client";
422
+ Object.setPrototypeOf(this, ResourceInUseFault.prototype);
423
+ }
424
+ }
425
+ exports.ResourceInUseFault = ResourceInUseFault;
347
426
  var DeleteAutoScalingGroupType;
348
427
  (function (DeleteAutoScalingGroupType) {
349
428
  DeleteAutoScalingGroupType.filterSensitiveLog = (obj) => ({
350
429
  ...obj,
351
430
  });
352
431
  })(DeleteAutoScalingGroupType = exports.DeleteAutoScalingGroupType || (exports.DeleteAutoScalingGroupType = {}));
432
+ class ScalingActivityInProgressFault extends AutoScalingServiceException_1.AutoScalingServiceException {
433
+ constructor(opts) {
434
+ super({
435
+ name: "ScalingActivityInProgressFault",
436
+ $fault: "client",
437
+ ...opts,
438
+ });
439
+ this.name = "ScalingActivityInProgressFault";
440
+ this.$fault = "client";
441
+ Object.setPrototypeOf(this, ScalingActivityInProgressFault.prototype);
442
+ }
443
+ }
444
+ exports.ScalingActivityInProgressFault = ScalingActivityInProgressFault;
353
445
  var LaunchConfigurationNameType;
354
446
  (function (LaunchConfigurationNameType) {
355
447
  LaunchConfigurationNameType.filterSensitiveLog = (obj) => ({
@@ -449,6 +541,7 @@ var LifecycleState;
449
541
  LifecycleState["TERMINATING"] = "Terminating";
450
542
  LifecycleState["TERMINATING_PROCEED"] = "Terminating:Proceed";
451
543
  LifecycleState["TERMINATING_WAIT"] = "Terminating:Wait";
544
+ LifecycleState["WARMED_HIBERNATED"] = "Warmed:Hibernated";
452
545
  LifecycleState["WARMED_PENDING"] = "Warmed:Pending";
453
546
  LifecycleState["WARMED_PENDING_PROCEED"] = "Warmed:Pending:Proceed";
454
547
  LifecycleState["WARMED_PENDING_WAIT"] = "Warmed:Pending:Wait";
@@ -477,8 +570,15 @@ var TagDescription;
477
570
  ...obj,
478
571
  });
479
572
  })(TagDescription = exports.TagDescription || (exports.TagDescription = {}));
573
+ var InstanceReusePolicy;
574
+ (function (InstanceReusePolicy) {
575
+ InstanceReusePolicy.filterSensitiveLog = (obj) => ({
576
+ ...obj,
577
+ });
578
+ })(InstanceReusePolicy = exports.InstanceReusePolicy || (exports.InstanceReusePolicy = {}));
480
579
  var WarmPoolState;
481
580
  (function (WarmPoolState) {
581
+ WarmPoolState["Hibernated"] = "Hibernated";
482
582
  WarmPoolState["Running"] = "Running";
483
583
  WarmPoolState["Stopped"] = "Stopped";
484
584
  })(WarmPoolState = exports.WarmPoolState || (exports.WarmPoolState = {}));
@@ -504,6 +604,19 @@ var AutoScalingGroupsType;
504
604
  ...obj,
505
605
  });
506
606
  })(AutoScalingGroupsType = exports.AutoScalingGroupsType || (exports.AutoScalingGroupsType = {}));
607
+ class InvalidNextToken extends AutoScalingServiceException_1.AutoScalingServiceException {
608
+ constructor(opts) {
609
+ super({
610
+ name: "InvalidNextToken",
611
+ $fault: "client",
612
+ ...opts,
613
+ });
614
+ this.name = "InvalidNextToken";
615
+ this.$fault = "client";
616
+ Object.setPrototypeOf(this, InvalidNextToken.prototype);
617
+ }
618
+ }
619
+ exports.InvalidNextToken = InvalidNextToken;
507
620
  var AutoScalingInstanceDetails;
508
621
  (function (AutoScalingInstanceDetails) {
509
622
  AutoScalingInstanceDetails.filterSensitiveLog = (obj) => ({
@@ -1117,6 +1230,19 @@ var SetInstanceProtectionQuery;
1117
1230
  ...obj,
1118
1231
  });
1119
1232
  })(SetInstanceProtectionQuery = exports.SetInstanceProtectionQuery || (exports.SetInstanceProtectionQuery = {}));
1233
+ class InstanceRefreshInProgressFault extends AutoScalingServiceException_1.AutoScalingServiceException {
1234
+ constructor(opts) {
1235
+ super({
1236
+ name: "InstanceRefreshInProgressFault",
1237
+ $fault: "client",
1238
+ ...opts,
1239
+ });
1240
+ this.name = "InstanceRefreshInProgressFault";
1241
+ this.$fault = "client";
1242
+ Object.setPrototypeOf(this, InstanceRefreshInProgressFault.prototype);
1243
+ }
1244
+ }
1245
+ exports.InstanceRefreshInProgressFault = InstanceRefreshInProgressFault;
1120
1246
  var StartInstanceRefreshAnswer;
1121
1247
  (function (StartInstanceRefreshAnswer) {
1122
1248
  StartInstanceRefreshAnswer.filterSensitiveLog = (obj) => ({