@aws-sdk/client-auto-scaling 3.183.0 → 3.186.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 +19 -0
- package/dist-cjs/protocols/Aws_query.js +2 -2
- package/dist-es/AutoScaling.js +253 -246
- package/dist-es/AutoScalingClient.js +28 -22
- package/dist-es/commands/AttachInstancesCommand.js +29 -22
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +28 -21
- package/dist-es/commands/AttachLoadBalancersCommand.js +28 -21
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +28 -21
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +28 -21
- package/dist-es/commands/CancelInstanceRefreshCommand.js +28 -21
- package/dist-es/commands/CompleteLifecycleActionCommand.js +28 -21
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +29 -22
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +29 -22
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +29 -22
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +29 -22
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +29 -22
- package/dist-es/commands/DeleteLifecycleHookCommand.js +28 -21
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +29 -22
- package/dist-es/commands/DeletePolicyCommand.js +29 -22
- package/dist-es/commands/DeleteScheduledActionCommand.js +29 -22
- package/dist-es/commands/DeleteTagsCommand.js +29 -22
- package/dist-es/commands/DeleteWarmPoolCommand.js +28 -21
- package/dist-es/commands/DescribeAccountLimitsCommand.js +29 -22
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +29 -22
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +28 -21
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +29 -22
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +28 -21
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +28 -21
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +29 -22
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +28 -21
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +28 -21
- package/dist-es/commands/DescribeLoadBalancersCommand.js +28 -21
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +29 -22
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +28 -21
- package/dist-es/commands/DescribePoliciesCommand.js +28 -21
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +28 -21
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +29 -22
- package/dist-es/commands/DescribeScheduledActionsCommand.js +28 -21
- package/dist-es/commands/DescribeTagsCommand.js +28 -21
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +29 -22
- package/dist-es/commands/DescribeWarmPoolCommand.js +28 -21
- package/dist-es/commands/DetachInstancesCommand.js +28 -21
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +28 -21
- package/dist-es/commands/DetachLoadBalancersCommand.js +28 -21
- package/dist-es/commands/DisableMetricsCollectionCommand.js +29 -22
- package/dist-es/commands/EnableMetricsCollectionCommand.js +29 -22
- package/dist-es/commands/EnterStandbyCommand.js +28 -21
- package/dist-es/commands/ExecutePolicyCommand.js +29 -22
- package/dist-es/commands/ExitStandbyCommand.js +28 -21
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +28 -21
- package/dist-es/commands/PutLifecycleHookCommand.js +28 -21
- package/dist-es/commands/PutNotificationConfigurationCommand.js +29 -22
- package/dist-es/commands/PutScalingPolicyCommand.js +28 -21
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +29 -22
- package/dist-es/commands/PutWarmPoolCommand.js +28 -21
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +28 -21
- package/dist-es/commands/ResumeProcessesCommand.js +29 -22
- package/dist-es/commands/SetDesiredCapacityCommand.js +29 -22
- package/dist-es/commands/SetInstanceHealthCommand.js +29 -22
- package/dist-es/commands/SetInstanceProtectionCommand.js +28 -21
- package/dist-es/commands/StartInstanceRefreshCommand.js +28 -21
- package/dist-es/commands/SuspendProcessesCommand.js +29 -22
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +28 -21
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +29 -22
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/AutoScalingServiceException.js +10 -5
- package/dist-es/models/models_0.js +262 -585
- package/dist-es/pagination/DescribeAutoScalingGroupsPaginator.js +68 -25
- package/dist-es/pagination/DescribeAutoScalingInstancesPaginator.js +68 -25
- package/dist-es/pagination/DescribeLaunchConfigurationsPaginator.js +68 -25
- package/dist-es/pagination/DescribeNotificationConfigurationsPaginator.js +68 -25
- package/dist-es/pagination/DescribePoliciesPaginator.js +68 -25
- package/dist-es/pagination/DescribeScalingActivitiesPaginator.js +68 -25
- package/dist-es/pagination/DescribeScheduledActionsPaginator.js +68 -25
- package/dist-es/pagination/DescribeTagsPaginator.js +68 -25
- package/dist-es/protocols/Aws_query.js +5762 -4096
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForGroupExists.js +56 -36
- package/dist-es/waiters/waitForGroupInService.js +78 -58
- package/dist-es/waiters/waitForGroupNotExists.js +56 -36
- package/package.json +34 -34
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { AutoScalingServiceException as __BaseException } from "./AutoScalingServiceException";
|
|
2
3
|
export var AcceleratorManufacturer;
|
|
3
4
|
(function (AcceleratorManufacturer) {
|
|
@@ -22,18 +23,18 @@ export var AcceleratorType;
|
|
|
22
23
|
AcceleratorType["GPU"] = "gpu";
|
|
23
24
|
AcceleratorType["INFERENCE"] = "inference";
|
|
24
25
|
})(AcceleratorType || (AcceleratorType = {}));
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
this.$fault = "client";
|
|
34
|
-
Object.setPrototypeOf(this, ActiveInstanceRefreshNotFoundFault.prototype);
|
|
26
|
+
var ActiveInstanceRefreshNotFoundFault = (function (_super) {
|
|
27
|
+
__extends(ActiveInstanceRefreshNotFoundFault, _super);
|
|
28
|
+
function ActiveInstanceRefreshNotFoundFault(opts) {
|
|
29
|
+
var _this = _super.call(this, __assign({ name: "ActiveInstanceRefreshNotFoundFault", $fault: "client" }, opts)) || this;
|
|
30
|
+
_this.name = "ActiveInstanceRefreshNotFoundFault";
|
|
31
|
+
_this.$fault = "client";
|
|
32
|
+
Object.setPrototypeOf(_this, ActiveInstanceRefreshNotFoundFault.prototype);
|
|
33
|
+
return _this;
|
|
35
34
|
}
|
|
36
|
-
|
|
35
|
+
return ActiveInstanceRefreshNotFoundFault;
|
|
36
|
+
}(__BaseException));
|
|
37
|
+
export { ActiveInstanceRefreshNotFoundFault };
|
|
37
38
|
export var ScalingActivityStatusCode;
|
|
38
39
|
(function (ScalingActivityStatusCode) {
|
|
39
40
|
ScalingActivityStatusCode["Cancelled"] = "Cancelled";
|
|
@@ -49,54 +50,54 @@ export var ScalingActivityStatusCode;
|
|
|
49
50
|
ScalingActivityStatusCode["WaitingForSpotInstanceId"] = "WaitingForSpotInstanceId";
|
|
50
51
|
ScalingActivityStatusCode["WaitingForSpotInstanceRequestId"] = "WaitingForSpotInstanceRequestId";
|
|
51
52
|
})(ScalingActivityStatusCode || (ScalingActivityStatusCode = {}));
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
this.$fault = "client";
|
|
61
|
-
Object.setPrototypeOf(this, AlreadyExistsFault.prototype);
|
|
53
|
+
var AlreadyExistsFault = (function (_super) {
|
|
54
|
+
__extends(AlreadyExistsFault, _super);
|
|
55
|
+
function AlreadyExistsFault(opts) {
|
|
56
|
+
var _this = _super.call(this, __assign({ name: "AlreadyExistsFault", $fault: "client" }, opts)) || this;
|
|
57
|
+
_this.name = "AlreadyExistsFault";
|
|
58
|
+
_this.$fault = "client";
|
|
59
|
+
Object.setPrototypeOf(_this, AlreadyExistsFault.prototype);
|
|
60
|
+
return _this;
|
|
62
61
|
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
62
|
+
return AlreadyExistsFault;
|
|
63
|
+
}(__BaseException));
|
|
64
|
+
export { AlreadyExistsFault };
|
|
65
|
+
var ResourceContentionFault = (function (_super) {
|
|
66
|
+
__extends(ResourceContentionFault, _super);
|
|
67
|
+
function ResourceContentionFault(opts) {
|
|
68
|
+
var _this = _super.call(this, __assign({ name: "ResourceContentionFault", $fault: "server" }, opts)) || this;
|
|
69
|
+
_this.name = "ResourceContentionFault";
|
|
70
|
+
_this.$fault = "server";
|
|
71
|
+
Object.setPrototypeOf(_this, ResourceContentionFault.prototype);
|
|
72
|
+
return _this;
|
|
74
73
|
}
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
74
|
+
return ResourceContentionFault;
|
|
75
|
+
}(__BaseException));
|
|
76
|
+
export { ResourceContentionFault };
|
|
77
|
+
var ServiceLinkedRoleFailure = (function (_super) {
|
|
78
|
+
__extends(ServiceLinkedRoleFailure, _super);
|
|
79
|
+
function ServiceLinkedRoleFailure(opts) {
|
|
80
|
+
var _this = _super.call(this, __assign({ name: "ServiceLinkedRoleFailure", $fault: "server" }, opts)) || this;
|
|
81
|
+
_this.name = "ServiceLinkedRoleFailure";
|
|
82
|
+
_this.$fault = "server";
|
|
83
|
+
Object.setPrototypeOf(_this, ServiceLinkedRoleFailure.prototype);
|
|
84
|
+
return _this;
|
|
86
85
|
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
86
|
+
return ServiceLinkedRoleFailure;
|
|
87
|
+
}(__BaseException));
|
|
88
|
+
export { ServiceLinkedRoleFailure };
|
|
89
|
+
var LimitExceededFault = (function (_super) {
|
|
90
|
+
__extends(LimitExceededFault, _super);
|
|
91
|
+
function LimitExceededFault(opts) {
|
|
92
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededFault", $fault: "client" }, opts)) || this;
|
|
93
|
+
_this.name = "LimitExceededFault";
|
|
94
|
+
_this.$fault = "client";
|
|
95
|
+
Object.setPrototypeOf(_this, LimitExceededFault.prototype);
|
|
96
|
+
return _this;
|
|
98
97
|
}
|
|
99
|
-
|
|
98
|
+
return LimitExceededFault;
|
|
99
|
+
}(__BaseException));
|
|
100
|
+
export { LimitExceededFault };
|
|
100
101
|
export var BareMetal;
|
|
101
102
|
(function (BareMetal) {
|
|
102
103
|
BareMetal["EXCLUDED"] = "excluded";
|
|
@@ -141,30 +142,30 @@ export var InstanceMetadataHttpTokensState;
|
|
|
141
142
|
InstanceMetadataHttpTokensState["Optional"] = "optional";
|
|
142
143
|
InstanceMetadataHttpTokensState["Required"] = "required";
|
|
143
144
|
})(InstanceMetadataHttpTokensState || (InstanceMetadataHttpTokensState = {}));
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
this.$fault = "client";
|
|
153
|
-
Object.setPrototypeOf(this, ResourceInUseFault.prototype);
|
|
145
|
+
var ResourceInUseFault = (function (_super) {
|
|
146
|
+
__extends(ResourceInUseFault, _super);
|
|
147
|
+
function ResourceInUseFault(opts) {
|
|
148
|
+
var _this = _super.call(this, __assign({ name: "ResourceInUseFault", $fault: "client" }, opts)) || this;
|
|
149
|
+
_this.name = "ResourceInUseFault";
|
|
150
|
+
_this.$fault = "client";
|
|
151
|
+
Object.setPrototypeOf(_this, ResourceInUseFault.prototype);
|
|
152
|
+
return _this;
|
|
154
153
|
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
154
|
+
return ResourceInUseFault;
|
|
155
|
+
}(__BaseException));
|
|
156
|
+
export { ResourceInUseFault };
|
|
157
|
+
var ScalingActivityInProgressFault = (function (_super) {
|
|
158
|
+
__extends(ScalingActivityInProgressFault, _super);
|
|
159
|
+
function ScalingActivityInProgressFault(opts) {
|
|
160
|
+
var _this = _super.call(this, __assign({ name: "ScalingActivityInProgressFault", $fault: "client" }, opts)) || this;
|
|
161
|
+
_this.name = "ScalingActivityInProgressFault";
|
|
162
|
+
_this.$fault = "client";
|
|
163
|
+
Object.setPrototypeOf(_this, ScalingActivityInProgressFault.prototype);
|
|
164
|
+
return _this;
|
|
166
165
|
}
|
|
167
|
-
|
|
166
|
+
return ScalingActivityInProgressFault;
|
|
167
|
+
}(__BaseException));
|
|
168
|
+
export { ScalingActivityInProgressFault };
|
|
168
169
|
export var LifecycleState;
|
|
169
170
|
(function (LifecycleState) {
|
|
170
171
|
LifecycleState["DETACHED"] = "Detached";
|
|
@@ -201,18 +202,18 @@ export var WarmPoolStatus;
|
|
|
201
202
|
(function (WarmPoolStatus) {
|
|
202
203
|
WarmPoolStatus["PendingDelete"] = "PendingDelete";
|
|
203
204
|
})(WarmPoolStatus || (WarmPoolStatus = {}));
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
this.$fault = "client";
|
|
213
|
-
Object.setPrototypeOf(this, InvalidNextToken.prototype);
|
|
205
|
+
var InvalidNextToken = (function (_super) {
|
|
206
|
+
__extends(InvalidNextToken, _super);
|
|
207
|
+
function InvalidNextToken(opts) {
|
|
208
|
+
var _this = _super.call(this, __assign({ name: "InvalidNextToken", $fault: "client" }, opts)) || this;
|
|
209
|
+
_this.name = "InvalidNextToken";
|
|
210
|
+
_this.$fault = "client";
|
|
211
|
+
Object.setPrototypeOf(_this, InvalidNextToken.prototype);
|
|
212
|
+
return _this;
|
|
214
213
|
}
|
|
215
|
-
|
|
214
|
+
return InvalidNextToken;
|
|
215
|
+
}(__BaseException));
|
|
216
|
+
export { InvalidNextToken };
|
|
216
217
|
export var InstanceRefreshStatus;
|
|
217
218
|
(function (InstanceRefreshStatus) {
|
|
218
219
|
InstanceRefreshStatus["Cancelled"] = "Cancelled";
|
|
@@ -268,505 +269,181 @@ export var MetricType;
|
|
|
268
269
|
MetricType["ASGAverageNetworkIn"] = "ASGAverageNetworkIn";
|
|
269
270
|
MetricType["ASGAverageNetworkOut"] = "ASGAverageNetworkOut";
|
|
270
271
|
})(MetricType || (MetricType = {}));
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
this.$fault = "client";
|
|
280
|
-
Object.setPrototypeOf(this, InstanceRefreshInProgressFault.prototype);
|
|
272
|
+
var InstanceRefreshInProgressFault = (function (_super) {
|
|
273
|
+
__extends(InstanceRefreshInProgressFault, _super);
|
|
274
|
+
function InstanceRefreshInProgressFault(opts) {
|
|
275
|
+
var _this = _super.call(this, __assign({ name: "InstanceRefreshInProgressFault", $fault: "client" }, opts)) || this;
|
|
276
|
+
_this.name = "InstanceRefreshInProgressFault";
|
|
277
|
+
_this.$fault = "client";
|
|
278
|
+
Object.setPrototypeOf(_this, InstanceRefreshInProgressFault.prototype);
|
|
279
|
+
return _this;
|
|
281
280
|
}
|
|
282
|
-
|
|
281
|
+
return InstanceRefreshInProgressFault;
|
|
282
|
+
}(__BaseException));
|
|
283
|
+
export { InstanceRefreshInProgressFault };
|
|
283
284
|
export var RefreshStrategy;
|
|
284
285
|
(function (RefreshStrategy) {
|
|
285
286
|
RefreshStrategy["Rolling"] = "Rolling";
|
|
286
287
|
})(RefreshStrategy || (RefreshStrategy = {}));
|
|
287
|
-
export
|
|
288
|
-
|
|
289
|
-
});
|
|
290
|
-
export
|
|
291
|
-
|
|
292
|
-
});
|
|
293
|
-
export
|
|
294
|
-
|
|
295
|
-
});
|
|
296
|
-
export
|
|
297
|
-
|
|
298
|
-
});
|
|
299
|
-
export
|
|
300
|
-
|
|
301
|
-
});
|
|
302
|
-
export
|
|
303
|
-
|
|
304
|
-
});
|
|
305
|
-
export
|
|
306
|
-
|
|
307
|
-
});
|
|
308
|
-
export
|
|
309
|
-
|
|
310
|
-
});
|
|
311
|
-
export
|
|
312
|
-
|
|
313
|
-
});
|
|
314
|
-
export
|
|
315
|
-
|
|
316
|
-
});
|
|
317
|
-
export
|
|
318
|
-
|
|
319
|
-
});
|
|
320
|
-
export
|
|
321
|
-
|
|
322
|
-
});
|
|
323
|
-
export
|
|
324
|
-
|
|
325
|
-
});
|
|
326
|
-
export
|
|
327
|
-
|
|
328
|
-
});
|
|
329
|
-
export
|
|
330
|
-
|
|
331
|
-
});
|
|
332
|
-
export
|
|
333
|
-
|
|
334
|
-
});
|
|
335
|
-
export
|
|
336
|
-
|
|
337
|
-
});
|
|
338
|
-
export
|
|
339
|
-
|
|
340
|
-
});
|
|
341
|
-
export
|
|
342
|
-
|
|
343
|
-
});
|
|
344
|
-
export
|
|
345
|
-
|
|
346
|
-
});
|
|
347
|
-
export
|
|
348
|
-
|
|
349
|
-
});
|
|
350
|
-
export
|
|
351
|
-
|
|
352
|
-
});
|
|
353
|
-
export
|
|
354
|
-
|
|
355
|
-
});
|
|
356
|
-
export
|
|
357
|
-
|
|
358
|
-
});
|
|
359
|
-
export
|
|
360
|
-
|
|
361
|
-
});
|
|
362
|
-
export
|
|
363
|
-
|
|
364
|
-
});
|
|
365
|
-
export
|
|
366
|
-
|
|
367
|
-
});
|
|
368
|
-
export
|
|
369
|
-
|
|
370
|
-
});
|
|
371
|
-
export
|
|
372
|
-
|
|
373
|
-
});
|
|
374
|
-
export
|
|
375
|
-
|
|
376
|
-
});
|
|
377
|
-
export
|
|
378
|
-
|
|
379
|
-
});
|
|
380
|
-
export
|
|
381
|
-
|
|
382
|
-
});
|
|
383
|
-
export
|
|
384
|
-
|
|
385
|
-
});
|
|
386
|
-
export
|
|
387
|
-
|
|
388
|
-
});
|
|
389
|
-
export
|
|
390
|
-
|
|
391
|
-
});
|
|
392
|
-
export
|
|
393
|
-
|
|
394
|
-
});
|
|
395
|
-
export
|
|
396
|
-
|
|
397
|
-
});
|
|
398
|
-
export
|
|
399
|
-
|
|
400
|
-
});
|
|
401
|
-
export
|
|
402
|
-
|
|
403
|
-
});
|
|
404
|
-
export
|
|
405
|
-
|
|
406
|
-
});
|
|
407
|
-
export
|
|
408
|
-
|
|
409
|
-
});
|
|
410
|
-
export
|
|
411
|
-
|
|
412
|
-
});
|
|
413
|
-
export
|
|
414
|
-
|
|
415
|
-
});
|
|
416
|
-
export
|
|
417
|
-
|
|
418
|
-
});
|
|
419
|
-
export
|
|
420
|
-
|
|
421
|
-
});
|
|
422
|
-
export
|
|
423
|
-
|
|
424
|
-
});
|
|
425
|
-
export
|
|
426
|
-
|
|
427
|
-
});
|
|
428
|
-
export
|
|
429
|
-
|
|
430
|
-
});
|
|
431
|
-
export
|
|
432
|
-
|
|
433
|
-
});
|
|
434
|
-
export
|
|
435
|
-
|
|
436
|
-
});
|
|
437
|
-
export
|
|
438
|
-
|
|
439
|
-
});
|
|
440
|
-
export
|
|
441
|
-
|
|
442
|
-
});
|
|
443
|
-
export
|
|
444
|
-
|
|
445
|
-
});
|
|
446
|
-
export
|
|
447
|
-
|
|
448
|
-
});
|
|
449
|
-
export const DescribeAdjustmentTypesAnswerFilterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
});
|
|
452
|
-
export const FilterFilterSensitiveLog = (obj) => ({
|
|
453
|
-
...obj,
|
|
454
|
-
});
|
|
455
|
-
export const AutoScalingGroupNamesTypeFilterSensitiveLog = (obj) => ({
|
|
456
|
-
...obj,
|
|
457
|
-
});
|
|
458
|
-
export const EnabledMetricFilterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
});
|
|
461
|
-
export const InstanceFilterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
});
|
|
464
|
-
export const SuspendedProcessFilterSensitiveLog = (obj) => ({
|
|
465
|
-
...obj,
|
|
466
|
-
});
|
|
467
|
-
export const TagDescriptionFilterSensitiveLog = (obj) => ({
|
|
468
|
-
...obj,
|
|
469
|
-
});
|
|
470
|
-
export const InstanceReusePolicyFilterSensitiveLog = (obj) => ({
|
|
471
|
-
...obj,
|
|
472
|
-
});
|
|
473
|
-
export const WarmPoolConfigurationFilterSensitiveLog = (obj) => ({
|
|
474
|
-
...obj,
|
|
475
|
-
});
|
|
476
|
-
export const AutoScalingGroupFilterSensitiveLog = (obj) => ({
|
|
477
|
-
...obj,
|
|
478
|
-
});
|
|
479
|
-
export const AutoScalingGroupsTypeFilterSensitiveLog = (obj) => ({
|
|
480
|
-
...obj,
|
|
481
|
-
});
|
|
482
|
-
export const AutoScalingInstanceDetailsFilterSensitiveLog = (obj) => ({
|
|
483
|
-
...obj,
|
|
484
|
-
});
|
|
485
|
-
export const AutoScalingInstancesTypeFilterSensitiveLog = (obj) => ({
|
|
486
|
-
...obj,
|
|
487
|
-
});
|
|
488
|
-
export const DescribeAutoScalingInstancesTypeFilterSensitiveLog = (obj) => ({
|
|
489
|
-
...obj,
|
|
490
|
-
});
|
|
491
|
-
export const DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog = (obj) => ({
|
|
492
|
-
...obj,
|
|
493
|
-
});
|
|
494
|
-
export const DesiredConfigurationFilterSensitiveLog = (obj) => ({
|
|
495
|
-
...obj,
|
|
496
|
-
});
|
|
497
|
-
export const RefreshPreferencesFilterSensitiveLog = (obj) => ({
|
|
498
|
-
...obj,
|
|
499
|
-
});
|
|
500
|
-
export const InstanceRefreshLivePoolProgressFilterSensitiveLog = (obj) => ({
|
|
501
|
-
...obj,
|
|
502
|
-
});
|
|
503
|
-
export const InstanceRefreshWarmPoolProgressFilterSensitiveLog = (obj) => ({
|
|
504
|
-
...obj,
|
|
505
|
-
});
|
|
506
|
-
export const InstanceRefreshProgressDetailsFilterSensitiveLog = (obj) => ({
|
|
507
|
-
...obj,
|
|
508
|
-
});
|
|
509
|
-
export const InstanceRefreshFilterSensitiveLog = (obj) => ({
|
|
510
|
-
...obj,
|
|
511
|
-
});
|
|
512
|
-
export const DescribeInstanceRefreshesAnswerFilterSensitiveLog = (obj) => ({
|
|
513
|
-
...obj,
|
|
514
|
-
});
|
|
515
|
-
export const DescribeInstanceRefreshesTypeFilterSensitiveLog = (obj) => ({
|
|
516
|
-
...obj,
|
|
517
|
-
});
|
|
518
|
-
export const LaunchConfigurationNamesTypeFilterSensitiveLog = (obj) => ({
|
|
519
|
-
...obj,
|
|
520
|
-
});
|
|
521
|
-
export const LaunchConfigurationFilterSensitiveLog = (obj) => ({
|
|
522
|
-
...obj,
|
|
523
|
-
});
|
|
524
|
-
export const LaunchConfigurationsTypeFilterSensitiveLog = (obj) => ({
|
|
525
|
-
...obj,
|
|
526
|
-
});
|
|
527
|
-
export const LifecycleHookFilterSensitiveLog = (obj) => ({
|
|
528
|
-
...obj,
|
|
529
|
-
});
|
|
530
|
-
export const DescribeLifecycleHooksAnswerFilterSensitiveLog = (obj) => ({
|
|
531
|
-
...obj,
|
|
532
|
-
});
|
|
533
|
-
export const DescribeLifecycleHooksTypeFilterSensitiveLog = (obj) => ({
|
|
534
|
-
...obj,
|
|
535
|
-
});
|
|
536
|
-
export const DescribeLifecycleHookTypesAnswerFilterSensitiveLog = (obj) => ({
|
|
537
|
-
...obj,
|
|
538
|
-
});
|
|
539
|
-
export const DescribeLoadBalancersRequestFilterSensitiveLog = (obj) => ({
|
|
540
|
-
...obj,
|
|
541
|
-
});
|
|
542
|
-
export const LoadBalancerStateFilterSensitiveLog = (obj) => ({
|
|
543
|
-
...obj,
|
|
544
|
-
});
|
|
545
|
-
export const DescribeLoadBalancersResponseFilterSensitiveLog = (obj) => ({
|
|
546
|
-
...obj,
|
|
547
|
-
});
|
|
548
|
-
export const DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
549
|
-
...obj,
|
|
550
|
-
});
|
|
551
|
-
export const LoadBalancerTargetGroupStateFilterSensitiveLog = (obj) => ({
|
|
552
|
-
...obj,
|
|
553
|
-
});
|
|
554
|
-
export const DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
555
|
-
...obj,
|
|
556
|
-
});
|
|
557
|
-
export const MetricGranularityTypeFilterSensitiveLog = (obj) => ({
|
|
558
|
-
...obj,
|
|
559
|
-
});
|
|
560
|
-
export const MetricCollectionTypeFilterSensitiveLog = (obj) => ({
|
|
561
|
-
...obj,
|
|
562
|
-
});
|
|
563
|
-
export const DescribeMetricCollectionTypesAnswerFilterSensitiveLog = (obj) => ({
|
|
564
|
-
...obj,
|
|
565
|
-
});
|
|
566
|
-
export const NotificationConfigurationFilterSensitiveLog = (obj) => ({
|
|
567
|
-
...obj,
|
|
568
|
-
});
|
|
569
|
-
export const DescribeNotificationConfigurationsAnswerFilterSensitiveLog = (obj) => ({
|
|
570
|
-
...obj,
|
|
571
|
-
});
|
|
572
|
-
export const DescribeNotificationConfigurationsTypeFilterSensitiveLog = (obj) => ({
|
|
573
|
-
...obj,
|
|
574
|
-
});
|
|
575
|
-
export const DescribePoliciesTypeFilterSensitiveLog = (obj) => ({
|
|
576
|
-
...obj,
|
|
577
|
-
});
|
|
578
|
-
export const MetricDimensionFilterSensitiveLog = (obj) => ({
|
|
579
|
-
...obj,
|
|
580
|
-
});
|
|
581
|
-
export const MetricFilterSensitiveLog = (obj) => ({
|
|
582
|
-
...obj,
|
|
583
|
-
});
|
|
584
|
-
export const MetricStatFilterSensitiveLog = (obj) => ({
|
|
585
|
-
...obj,
|
|
586
|
-
});
|
|
587
|
-
export const MetricDataQueryFilterSensitiveLog = (obj) => ({
|
|
588
|
-
...obj,
|
|
589
|
-
});
|
|
590
|
-
export const PredictiveScalingCustomizedCapacityMetricFilterSensitiveLog = (obj) => ({
|
|
591
|
-
...obj,
|
|
592
|
-
});
|
|
593
|
-
export const PredictiveScalingCustomizedLoadMetricFilterSensitiveLog = (obj) => ({
|
|
594
|
-
...obj,
|
|
595
|
-
});
|
|
596
|
-
export const PredictiveScalingCustomizedScalingMetricFilterSensitiveLog = (obj) => ({
|
|
597
|
-
...obj,
|
|
598
|
-
});
|
|
599
|
-
export const PredictiveScalingPredefinedLoadMetricFilterSensitiveLog = (obj) => ({
|
|
600
|
-
...obj,
|
|
601
|
-
});
|
|
602
|
-
export const PredictiveScalingPredefinedMetricPairFilterSensitiveLog = (obj) => ({
|
|
603
|
-
...obj,
|
|
604
|
-
});
|
|
605
|
-
export const PredictiveScalingPredefinedScalingMetricFilterSensitiveLog = (obj) => ({
|
|
606
|
-
...obj,
|
|
607
|
-
});
|
|
608
|
-
export const PredictiveScalingMetricSpecificationFilterSensitiveLog = (obj) => ({
|
|
609
|
-
...obj,
|
|
610
|
-
});
|
|
611
|
-
export const PredictiveScalingConfigurationFilterSensitiveLog = (obj) => ({
|
|
612
|
-
...obj,
|
|
613
|
-
});
|
|
614
|
-
export const StepAdjustmentFilterSensitiveLog = (obj) => ({
|
|
615
|
-
...obj,
|
|
616
|
-
});
|
|
617
|
-
export const CustomizedMetricSpecificationFilterSensitiveLog = (obj) => ({
|
|
618
|
-
...obj,
|
|
619
|
-
});
|
|
620
|
-
export const PredefinedMetricSpecificationFilterSensitiveLog = (obj) => ({
|
|
621
|
-
...obj,
|
|
622
|
-
});
|
|
623
|
-
export const TargetTrackingConfigurationFilterSensitiveLog = (obj) => ({
|
|
624
|
-
...obj,
|
|
625
|
-
});
|
|
626
|
-
export const ScalingPolicyFilterSensitiveLog = (obj) => ({
|
|
627
|
-
...obj,
|
|
628
|
-
});
|
|
629
|
-
export const PoliciesTypeFilterSensitiveLog = (obj) => ({
|
|
630
|
-
...obj,
|
|
631
|
-
});
|
|
632
|
-
export const DescribeScalingActivitiesTypeFilterSensitiveLog = (obj) => ({
|
|
633
|
-
...obj,
|
|
634
|
-
});
|
|
635
|
-
export const ProcessTypeFilterSensitiveLog = (obj) => ({
|
|
636
|
-
...obj,
|
|
637
|
-
});
|
|
638
|
-
export const ProcessesTypeFilterSensitiveLog = (obj) => ({
|
|
639
|
-
...obj,
|
|
640
|
-
});
|
|
641
|
-
export const DescribeScheduledActionsTypeFilterSensitiveLog = (obj) => ({
|
|
642
|
-
...obj,
|
|
643
|
-
});
|
|
644
|
-
export const ScheduledUpdateGroupActionFilterSensitiveLog = (obj) => ({
|
|
645
|
-
...obj,
|
|
646
|
-
});
|
|
647
|
-
export const ScheduledActionsTypeFilterSensitiveLog = (obj) => ({
|
|
648
|
-
...obj,
|
|
649
|
-
});
|
|
650
|
-
export const DescribeTagsTypeFilterSensitiveLog = (obj) => ({
|
|
651
|
-
...obj,
|
|
652
|
-
});
|
|
653
|
-
export const TagsTypeFilterSensitiveLog = (obj) => ({
|
|
654
|
-
...obj,
|
|
655
|
-
});
|
|
656
|
-
export const DescribeTerminationPolicyTypesAnswerFilterSensitiveLog = (obj) => ({
|
|
657
|
-
...obj,
|
|
658
|
-
});
|
|
659
|
-
export const DescribeWarmPoolAnswerFilterSensitiveLog = (obj) => ({
|
|
660
|
-
...obj,
|
|
661
|
-
});
|
|
662
|
-
export const DescribeWarmPoolTypeFilterSensitiveLog = (obj) => ({
|
|
663
|
-
...obj,
|
|
664
|
-
});
|
|
665
|
-
export const DetachInstancesAnswerFilterSensitiveLog = (obj) => ({
|
|
666
|
-
...obj,
|
|
667
|
-
});
|
|
668
|
-
export const DetachInstancesQueryFilterSensitiveLog = (obj) => ({
|
|
669
|
-
...obj,
|
|
670
|
-
});
|
|
671
|
-
export const DetachLoadBalancersResultTypeFilterSensitiveLog = (obj) => ({
|
|
672
|
-
...obj,
|
|
673
|
-
});
|
|
674
|
-
export const DetachLoadBalancersTypeFilterSensitiveLog = (obj) => ({
|
|
675
|
-
...obj,
|
|
676
|
-
});
|
|
677
|
-
export const DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = (obj) => ({
|
|
678
|
-
...obj,
|
|
679
|
-
});
|
|
680
|
-
export const DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog = (obj) => ({
|
|
681
|
-
...obj,
|
|
682
|
-
});
|
|
683
|
-
export const DisableMetricsCollectionQueryFilterSensitiveLog = (obj) => ({
|
|
684
|
-
...obj,
|
|
685
|
-
});
|
|
686
|
-
export const EnableMetricsCollectionQueryFilterSensitiveLog = (obj) => ({
|
|
687
|
-
...obj,
|
|
688
|
-
});
|
|
689
|
-
export const EnterStandbyAnswerFilterSensitiveLog = (obj) => ({
|
|
690
|
-
...obj,
|
|
691
|
-
});
|
|
692
|
-
export const EnterStandbyQueryFilterSensitiveLog = (obj) => ({
|
|
693
|
-
...obj,
|
|
694
|
-
});
|
|
695
|
-
export const ExecutePolicyTypeFilterSensitiveLog = (obj) => ({
|
|
696
|
-
...obj,
|
|
697
|
-
});
|
|
698
|
-
export const ExitStandbyAnswerFilterSensitiveLog = (obj) => ({
|
|
699
|
-
...obj,
|
|
700
|
-
});
|
|
701
|
-
export const ExitStandbyQueryFilterSensitiveLog = (obj) => ({
|
|
702
|
-
...obj,
|
|
703
|
-
});
|
|
704
|
-
export const CapacityForecastFilterSensitiveLog = (obj) => ({
|
|
705
|
-
...obj,
|
|
706
|
-
});
|
|
707
|
-
export const LoadForecastFilterSensitiveLog = (obj) => ({
|
|
708
|
-
...obj,
|
|
709
|
-
});
|
|
710
|
-
export const GetPredictiveScalingForecastAnswerFilterSensitiveLog = (obj) => ({
|
|
711
|
-
...obj,
|
|
712
|
-
});
|
|
713
|
-
export const GetPredictiveScalingForecastTypeFilterSensitiveLog = (obj) => ({
|
|
714
|
-
...obj,
|
|
715
|
-
});
|
|
716
|
-
export const PutLifecycleHookAnswerFilterSensitiveLog = (obj) => ({
|
|
717
|
-
...obj,
|
|
718
|
-
});
|
|
719
|
-
export const PutLifecycleHookTypeFilterSensitiveLog = (obj) => ({
|
|
720
|
-
...obj,
|
|
721
|
-
});
|
|
722
|
-
export const PutNotificationConfigurationTypeFilterSensitiveLog = (obj) => ({
|
|
723
|
-
...obj,
|
|
724
|
-
});
|
|
725
|
-
export const PolicyARNTypeFilterSensitiveLog = (obj) => ({
|
|
726
|
-
...obj,
|
|
727
|
-
});
|
|
728
|
-
export const PutScalingPolicyTypeFilterSensitiveLog = (obj) => ({
|
|
729
|
-
...obj,
|
|
730
|
-
});
|
|
731
|
-
export const PutScheduledUpdateGroupActionTypeFilterSensitiveLog = (obj) => ({
|
|
732
|
-
...obj,
|
|
733
|
-
});
|
|
734
|
-
export const PutWarmPoolAnswerFilterSensitiveLog = (obj) => ({
|
|
735
|
-
...obj,
|
|
736
|
-
});
|
|
737
|
-
export const PutWarmPoolTypeFilterSensitiveLog = (obj) => ({
|
|
738
|
-
...obj,
|
|
739
|
-
});
|
|
740
|
-
export const RecordLifecycleActionHeartbeatAnswerFilterSensitiveLog = (obj) => ({
|
|
741
|
-
...obj,
|
|
742
|
-
});
|
|
743
|
-
export const RecordLifecycleActionHeartbeatTypeFilterSensitiveLog = (obj) => ({
|
|
744
|
-
...obj,
|
|
745
|
-
});
|
|
746
|
-
export const ScalingProcessQueryFilterSensitiveLog = (obj) => ({
|
|
747
|
-
...obj,
|
|
748
|
-
});
|
|
749
|
-
export const SetDesiredCapacityTypeFilterSensitiveLog = (obj) => ({
|
|
750
|
-
...obj,
|
|
751
|
-
});
|
|
752
|
-
export const SetInstanceHealthQueryFilterSensitiveLog = (obj) => ({
|
|
753
|
-
...obj,
|
|
754
|
-
});
|
|
755
|
-
export const SetInstanceProtectionAnswerFilterSensitiveLog = (obj) => ({
|
|
756
|
-
...obj,
|
|
757
|
-
});
|
|
758
|
-
export const SetInstanceProtectionQueryFilterSensitiveLog = (obj) => ({
|
|
759
|
-
...obj,
|
|
760
|
-
});
|
|
761
|
-
export const StartInstanceRefreshAnswerFilterSensitiveLog = (obj) => ({
|
|
762
|
-
...obj,
|
|
763
|
-
});
|
|
764
|
-
export const StartInstanceRefreshTypeFilterSensitiveLog = (obj) => ({
|
|
765
|
-
...obj,
|
|
766
|
-
});
|
|
767
|
-
export const TerminateInstanceInAutoScalingGroupTypeFilterSensitiveLog = (obj) => ({
|
|
768
|
-
...obj,
|
|
769
|
-
});
|
|
770
|
-
export const UpdateAutoScalingGroupTypeFilterSensitiveLog = (obj) => ({
|
|
771
|
-
...obj,
|
|
772
|
-
});
|
|
288
|
+
export var AcceleratorCountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var AcceleratorTotalMemoryMiBRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var ActivityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var ActivitiesTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var ActivityTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var AdjustmentTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var AlarmFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var AttachInstancesQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var AttachLoadBalancersResultTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var AttachLoadBalancersTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var FailedScheduledUpdateGroupActionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var BatchDeleteScheduledActionAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var BatchDeleteScheduledActionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var ScheduledUpdateGroupActionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var CancelInstanceRefreshAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var CancelInstanceRefreshTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var CompleteLifecycleActionAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var CompleteLifecycleActionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var LaunchTemplateSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var LifecycleHookSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var InstancesDistributionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var BaselineEbsBandwidthMbpsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var MemoryGiBPerVCpuRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var MemoryMiBRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var NetworkInterfaceCountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var TotalLocalStorageGBRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var VCpuCountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var InstanceRequirementsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var LaunchTemplateOverridesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var LaunchTemplateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
export var MixedInstancesPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
export var CreateAutoScalingGroupTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
export var EbsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
export var BlockDeviceMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var InstanceMonitoringFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
export var InstanceMetadataOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
export var CreateLaunchConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
export var CreateOrUpdateTagsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
export var DeleteAutoScalingGroupTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
export var LaunchConfigurationNameTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
export var DeleteLifecycleHookAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
export var DeleteLifecycleHookTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
export var DeleteNotificationConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
export var DeletePolicyTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
export var DeleteScheduledActionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
export var DeleteTagsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
export var DeleteWarmPoolAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
export var DeleteWarmPoolTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
export var DescribeAccountLimitsAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
export var DescribeAdjustmentTypesAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
+
export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
+
export var AutoScalingGroupNamesTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
+
export var EnabledMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
+
export var InstanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
+
export var SuspendedProcessFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
+
export var TagDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
+
export var InstanceReusePolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
+
export var WarmPoolConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
+
export var AutoScalingGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
+
export var AutoScalingGroupsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
+
export var AutoScalingInstanceDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
+
export var AutoScalingInstancesTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
+
export var DescribeAutoScalingInstancesTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
+
export var DescribeAutoScalingNotificationTypesAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
+
export var DesiredConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
+
export var RefreshPreferencesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
359
|
+
export var InstanceRefreshLivePoolProgressFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
+
export var InstanceRefreshWarmPoolProgressFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
361
|
+
export var InstanceRefreshProgressDetailsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
+
export var InstanceRefreshFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
363
|
+
export var DescribeInstanceRefreshesAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
+
export var DescribeInstanceRefreshesTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
|
+
export var LaunchConfigurationNamesTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
+
export var LaunchConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
367
|
+
export var LaunchConfigurationsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
+
export var LifecycleHookFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
+
export var DescribeLifecycleHooksAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
+
export var DescribeLifecycleHooksTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
+
export var DescribeLifecycleHookTypesAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
+
export var DescribeLoadBalancersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
+
export var LoadBalancerStateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
+
export var DescribeLoadBalancersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
375
|
+
export var DescribeLoadBalancerTargetGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
+
export var LoadBalancerTargetGroupStateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
377
|
+
export var DescribeLoadBalancerTargetGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
+
export var MetricGranularityTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
|
+
export var MetricCollectionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
+
export var DescribeMetricCollectionTypesAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
381
|
+
export var NotificationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
+
export var DescribeNotificationConfigurationsAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
+
export var DescribeNotificationConfigurationsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
+
export var DescribePoliciesTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
+
export var MetricDimensionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
+
export var MetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
387
|
+
export var MetricStatFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
+
export var MetricDataQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
|
+
export var PredictiveScalingCustomizedCapacityMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
+
export var PredictiveScalingCustomizedLoadMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
391
|
+
export var PredictiveScalingCustomizedScalingMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
+
export var PredictiveScalingPredefinedLoadMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
|
+
export var PredictiveScalingPredefinedMetricPairFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
+
export var PredictiveScalingPredefinedScalingMetricFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
395
|
+
export var PredictiveScalingMetricSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
+
export var PredictiveScalingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
397
|
+
export var StepAdjustmentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
+
export var CustomizedMetricSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
+
export var PredefinedMetricSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
+
export var TargetTrackingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
401
|
+
export var ScalingPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
+
export var PoliciesTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
|
+
export var DescribeScalingActivitiesTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
+
export var ProcessTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
405
|
+
export var ProcessesTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
+
export var DescribeScheduledActionsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
|
+
export var ScheduledUpdateGroupActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
+
export var ScheduledActionsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
409
|
+
export var DescribeTagsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
+
export var TagsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
+
export var DescribeTerminationPolicyTypesAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
+
export var DescribeWarmPoolAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
413
|
+
export var DescribeWarmPoolTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
+
export var DetachInstancesAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
+
export var DetachInstancesQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
+
export var DetachLoadBalancersResultTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
|
+
export var DetachLoadBalancersTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
+
export var DetachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
+
export var DetachLoadBalancerTargetGroupsTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
+
export var DisableMetricsCollectionQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
|
+
export var EnableMetricsCollectionQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
+
export var EnterStandbyAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
+
export var EnterStandbyQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
+
export var ExecutePolicyTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
425
|
+
export var ExitStandbyAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
+
export var ExitStandbyQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
+
export var CapacityForecastFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
+
export var LoadForecastFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
429
|
+
export var GetPredictiveScalingForecastAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
+
export var GetPredictiveScalingForecastTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
+
export var PutLifecycleHookAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
+
export var PutLifecycleHookTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
433
|
+
export var PutNotificationConfigurationTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
+
export var PolicyARNTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
+
export var PutScalingPolicyTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
+
export var PutScheduledUpdateGroupActionTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
+
export var PutWarmPoolAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
+
export var PutWarmPoolTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
+
export var RecordLifecycleActionHeartbeatAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
+
export var RecordLifecycleActionHeartbeatTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
|
+
export var ScalingProcessQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
+
export var SetDesiredCapacityTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
+
export var SetInstanceHealthQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
444
|
+
export var SetInstanceProtectionAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
|
+
export var SetInstanceProtectionQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
+
export var StartInstanceRefreshAnswerFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
447
|
+
export var StartInstanceRefreshTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
+
export var TerminateInstanceInAutoScalingGroupTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
+
export var UpdateAutoScalingGroupTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|