@aws-sdk/client-auto-scaling 3.51.0 → 3.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +31 -0
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/AutoScalingServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +130 -4
- package/dist-cjs/protocols/Aws_query.js +416 -1351
- package/dist-es/endpoints.js +1 -1
- package/dist-es/index.js +1 -0
- package/dist-es/models/AutoScalingServiceException.js +12 -0
- package/dist-es/models/models_0.js +116 -1
- package/dist-es/protocols/Aws_query.js +1022 -1578
- package/dist-types/AutoScaling.d.ts +33 -20
- package/dist-types/AutoScalingClient.d.ts +2 -2
- package/dist-types/commands/CompleteLifecycleActionCommand.d.ts +9 -4
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +1 -2
- package/dist-types/commands/DescribeWarmPoolCommand.d.ts +1 -1
- package/dist-types/commands/PutLifecycleHookCommand.d.ts +12 -7
- package/dist-types/commands/RecordLifecycleActionHeartbeatCommand.d.ts +9 -4
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +1 -2
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/AutoScalingServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +129 -76
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/AutoScalingClient.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/AutoScalingServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +56 -37
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,37 @@
|
|
|
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.54.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.53.1...v3.54.0) (2022-03-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2022/03/10 ([#3411](https://github.com/aws/aws-sdk-js-v3/issues/3411)) ([8fa517a](https://github.com/aws/aws-sdk-js-v3/commit/8fa517a2c56d2f98a2e4a9c4ea6fd99b6ce61a71))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **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))
|
|
23
|
+
* **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))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
# [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
30
|
+
|
|
31
|
+
**Note:** Version bump only for package @aws-sdk/client-auto-scaling
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
6
37
|
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
7
38
|
|
|
8
39
|
**Note:** Version bump only for package @aws-sdk/client-auto-scaling
|
package/dist-cjs/endpoints.js
CHANGED
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.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
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) => ({
|