@aws-sdk/client-auto-scaling 3.185.0 → 3.188.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 (85) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-cjs/protocols/Aws_query.js +8 -4
  3. package/dist-es/AutoScaling.js +246 -253
  4. package/dist-es/AutoScalingClient.js +22 -28
  5. package/dist-es/commands/AttachInstancesCommand.js +22 -29
  6. package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +21 -28
  7. package/dist-es/commands/AttachLoadBalancersCommand.js +21 -28
  8. package/dist-es/commands/BatchDeleteScheduledActionCommand.js +21 -28
  9. package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +21 -28
  10. package/dist-es/commands/CancelInstanceRefreshCommand.js +21 -28
  11. package/dist-es/commands/CompleteLifecycleActionCommand.js +21 -28
  12. package/dist-es/commands/CreateAutoScalingGroupCommand.js +22 -29
  13. package/dist-es/commands/CreateLaunchConfigurationCommand.js +22 -29
  14. package/dist-es/commands/CreateOrUpdateTagsCommand.js +22 -29
  15. package/dist-es/commands/DeleteAutoScalingGroupCommand.js +22 -29
  16. package/dist-es/commands/DeleteLaunchConfigurationCommand.js +22 -29
  17. package/dist-es/commands/DeleteLifecycleHookCommand.js +21 -28
  18. package/dist-es/commands/DeleteNotificationConfigurationCommand.js +22 -29
  19. package/dist-es/commands/DeletePolicyCommand.js +22 -29
  20. package/dist-es/commands/DeleteScheduledActionCommand.js +22 -29
  21. package/dist-es/commands/DeleteTagsCommand.js +22 -29
  22. package/dist-es/commands/DeleteWarmPoolCommand.js +21 -28
  23. package/dist-es/commands/DescribeAccountLimitsCommand.js +22 -29
  24. package/dist-es/commands/DescribeAdjustmentTypesCommand.js +22 -29
  25. package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +21 -28
  26. package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +21 -28
  27. package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +22 -29
  28. package/dist-es/commands/DescribeInstanceRefreshesCommand.js +21 -28
  29. package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +21 -28
  30. package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +22 -29
  31. package/dist-es/commands/DescribeLifecycleHooksCommand.js +21 -28
  32. package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +21 -28
  33. package/dist-es/commands/DescribeLoadBalancersCommand.js +21 -28
  34. package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +22 -29
  35. package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +21 -28
  36. package/dist-es/commands/DescribePoliciesCommand.js +21 -28
  37. package/dist-es/commands/DescribeScalingActivitiesCommand.js +21 -28
  38. package/dist-es/commands/DescribeScalingProcessTypesCommand.js +22 -29
  39. package/dist-es/commands/DescribeScheduledActionsCommand.js +21 -28
  40. package/dist-es/commands/DescribeTagsCommand.js +21 -28
  41. package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +22 -29
  42. package/dist-es/commands/DescribeWarmPoolCommand.js +21 -28
  43. package/dist-es/commands/DetachInstancesCommand.js +21 -28
  44. package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +21 -28
  45. package/dist-es/commands/DetachLoadBalancersCommand.js +21 -28
  46. package/dist-es/commands/DisableMetricsCollectionCommand.js +22 -29
  47. package/dist-es/commands/EnableMetricsCollectionCommand.js +22 -29
  48. package/dist-es/commands/EnterStandbyCommand.js +21 -28
  49. package/dist-es/commands/ExecutePolicyCommand.js +22 -29
  50. package/dist-es/commands/ExitStandbyCommand.js +21 -28
  51. package/dist-es/commands/GetPredictiveScalingForecastCommand.js +21 -28
  52. package/dist-es/commands/PutLifecycleHookCommand.js +21 -28
  53. package/dist-es/commands/PutNotificationConfigurationCommand.js +22 -29
  54. package/dist-es/commands/PutScalingPolicyCommand.js +21 -28
  55. package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +22 -29
  56. package/dist-es/commands/PutWarmPoolCommand.js +21 -28
  57. package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +21 -28
  58. package/dist-es/commands/ResumeProcessesCommand.js +22 -29
  59. package/dist-es/commands/SetDesiredCapacityCommand.js +22 -29
  60. package/dist-es/commands/SetInstanceHealthCommand.js +22 -29
  61. package/dist-es/commands/SetInstanceProtectionCommand.js +21 -28
  62. package/dist-es/commands/StartInstanceRefreshCommand.js +21 -28
  63. package/dist-es/commands/SuspendProcessesCommand.js +22 -29
  64. package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +21 -28
  65. package/dist-es/commands/UpdateAutoScalingGroupCommand.js +22 -29
  66. package/dist-es/endpoints.js +8 -8
  67. package/dist-es/models/AutoScalingServiceException.js +5 -10
  68. package/dist-es/models/models_0.js +585 -262
  69. package/dist-es/pagination/DescribeAutoScalingGroupsPaginator.js +25 -68
  70. package/dist-es/pagination/DescribeAutoScalingInstancesPaginator.js +25 -68
  71. package/dist-es/pagination/DescribeLaunchConfigurationsPaginator.js +25 -68
  72. package/dist-es/pagination/DescribeNotificationConfigurationsPaginator.js +25 -68
  73. package/dist-es/pagination/DescribePoliciesPaginator.js +25 -68
  74. package/dist-es/pagination/DescribeScalingActivitiesPaginator.js +25 -68
  75. package/dist-es/pagination/DescribeScheduledActionsPaginator.js +25 -68
  76. package/dist-es/pagination/DescribeTagsPaginator.js +25 -68
  77. package/dist-es/protocols/Aws_query.js +4102 -5764
  78. package/dist-es/runtimeConfig.browser.js +26 -12
  79. package/dist-es/runtimeConfig.js +30 -12
  80. package/dist-es/runtimeConfig.native.js +8 -5
  81. package/dist-es/runtimeConfig.shared.js +8 -11
  82. package/dist-es/waiters/waitForGroupExists.js +36 -56
  83. package/dist-es/waiters/waitForGroupInService.js +58 -78
  84. package/dist-es/waiters/waitForGroupNotExists.js +36 -56
  85. package/package.json +35 -36
@@ -1,4 +1,3 @@
1
- import { __assign, __extends } from "tslib";
2
1
  import { AutoScalingServiceException as __BaseException } from "./AutoScalingServiceException";
3
2
  export var AcceleratorManufacturer;
4
3
  (function (AcceleratorManufacturer) {
@@ -23,18 +22,18 @@ export var AcceleratorType;
23
22
  AcceleratorType["GPU"] = "gpu";
24
23
  AcceleratorType["INFERENCE"] = "inference";
25
24
  })(AcceleratorType || (AcceleratorType = {}));
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;
25
+ export class ActiveInstanceRefreshNotFoundFault extends __BaseException {
26
+ constructor(opts) {
27
+ super({
28
+ name: "ActiveInstanceRefreshNotFoundFault",
29
+ $fault: "client",
30
+ ...opts,
31
+ });
32
+ this.name = "ActiveInstanceRefreshNotFoundFault";
33
+ this.$fault = "client";
34
+ Object.setPrototypeOf(this, ActiveInstanceRefreshNotFoundFault.prototype);
34
35
  }
35
- return ActiveInstanceRefreshNotFoundFault;
36
- }(__BaseException));
37
- export { ActiveInstanceRefreshNotFoundFault };
36
+ }
38
37
  export var ScalingActivityStatusCode;
39
38
  (function (ScalingActivityStatusCode) {
40
39
  ScalingActivityStatusCode["Cancelled"] = "Cancelled";
@@ -50,54 +49,54 @@ export var ScalingActivityStatusCode;
50
49
  ScalingActivityStatusCode["WaitingForSpotInstanceId"] = "WaitingForSpotInstanceId";
51
50
  ScalingActivityStatusCode["WaitingForSpotInstanceRequestId"] = "WaitingForSpotInstanceRequestId";
52
51
  })(ScalingActivityStatusCode || (ScalingActivityStatusCode = {}));
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;
52
+ export class AlreadyExistsFault extends __BaseException {
53
+ constructor(opts) {
54
+ super({
55
+ name: "AlreadyExistsFault",
56
+ $fault: "client",
57
+ ...opts,
58
+ });
59
+ this.name = "AlreadyExistsFault";
60
+ this.$fault = "client";
61
+ Object.setPrototypeOf(this, AlreadyExistsFault.prototype);
61
62
  }
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;
63
+ }
64
+ export class ResourceContentionFault extends __BaseException {
65
+ constructor(opts) {
66
+ super({
67
+ name: "ResourceContentionFault",
68
+ $fault: "server",
69
+ ...opts,
70
+ });
71
+ this.name = "ResourceContentionFault";
72
+ this.$fault = "server";
73
+ Object.setPrototypeOf(this, ResourceContentionFault.prototype);
73
74
  }
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;
75
+ }
76
+ export class ServiceLinkedRoleFailure extends __BaseException {
77
+ constructor(opts) {
78
+ super({
79
+ name: "ServiceLinkedRoleFailure",
80
+ $fault: "server",
81
+ ...opts,
82
+ });
83
+ this.name = "ServiceLinkedRoleFailure";
84
+ this.$fault = "server";
85
+ Object.setPrototypeOf(this, ServiceLinkedRoleFailure.prototype);
85
86
  }
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;
87
+ }
88
+ export class LimitExceededFault extends __BaseException {
89
+ constructor(opts) {
90
+ super({
91
+ name: "LimitExceededFault",
92
+ $fault: "client",
93
+ ...opts,
94
+ });
95
+ this.name = "LimitExceededFault";
96
+ this.$fault = "client";
97
+ Object.setPrototypeOf(this, LimitExceededFault.prototype);
97
98
  }
98
- return LimitExceededFault;
99
- }(__BaseException));
100
- export { LimitExceededFault };
99
+ }
101
100
  export var BareMetal;
102
101
  (function (BareMetal) {
103
102
  BareMetal["EXCLUDED"] = "excluded";
@@ -142,30 +141,30 @@ export var InstanceMetadataHttpTokensState;
142
141
  InstanceMetadataHttpTokensState["Optional"] = "optional";
143
142
  InstanceMetadataHttpTokensState["Required"] = "required";
144
143
  })(InstanceMetadataHttpTokensState || (InstanceMetadataHttpTokensState = {}));
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;
144
+ export class ResourceInUseFault extends __BaseException {
145
+ constructor(opts) {
146
+ super({
147
+ name: "ResourceInUseFault",
148
+ $fault: "client",
149
+ ...opts,
150
+ });
151
+ this.name = "ResourceInUseFault";
152
+ this.$fault = "client";
153
+ Object.setPrototypeOf(this, ResourceInUseFault.prototype);
153
154
  }
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;
155
+ }
156
+ export class ScalingActivityInProgressFault extends __BaseException {
157
+ constructor(opts) {
158
+ super({
159
+ name: "ScalingActivityInProgressFault",
160
+ $fault: "client",
161
+ ...opts,
162
+ });
163
+ this.name = "ScalingActivityInProgressFault";
164
+ this.$fault = "client";
165
+ Object.setPrototypeOf(this, ScalingActivityInProgressFault.prototype);
165
166
  }
166
- return ScalingActivityInProgressFault;
167
- }(__BaseException));
168
- export { ScalingActivityInProgressFault };
167
+ }
169
168
  export var LifecycleState;
170
169
  (function (LifecycleState) {
171
170
  LifecycleState["DETACHED"] = "Detached";
@@ -202,18 +201,18 @@ export var WarmPoolStatus;
202
201
  (function (WarmPoolStatus) {
203
202
  WarmPoolStatus["PendingDelete"] = "PendingDelete";
204
203
  })(WarmPoolStatus || (WarmPoolStatus = {}));
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;
204
+ export class InvalidNextToken extends __BaseException {
205
+ constructor(opts) {
206
+ super({
207
+ name: "InvalidNextToken",
208
+ $fault: "client",
209
+ ...opts,
210
+ });
211
+ this.name = "InvalidNextToken";
212
+ this.$fault = "client";
213
+ Object.setPrototypeOf(this, InvalidNextToken.prototype);
213
214
  }
214
- return InvalidNextToken;
215
- }(__BaseException));
216
- export { InvalidNextToken };
215
+ }
217
216
  export var InstanceRefreshStatus;
218
217
  (function (InstanceRefreshStatus) {
219
218
  InstanceRefreshStatus["Cancelled"] = "Cancelled";
@@ -269,181 +268,505 @@ export var MetricType;
269
268
  MetricType["ASGAverageNetworkIn"] = "ASGAverageNetworkIn";
270
269
  MetricType["ASGAverageNetworkOut"] = "ASGAverageNetworkOut";
271
270
  })(MetricType || (MetricType = {}));
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;
271
+ export class InstanceRefreshInProgressFault extends __BaseException {
272
+ constructor(opts) {
273
+ super({
274
+ name: "InstanceRefreshInProgressFault",
275
+ $fault: "client",
276
+ ...opts,
277
+ });
278
+ this.name = "InstanceRefreshInProgressFault";
279
+ this.$fault = "client";
280
+ Object.setPrototypeOf(this, InstanceRefreshInProgressFault.prototype);
280
281
  }
281
- return InstanceRefreshInProgressFault;
282
- }(__BaseException));
283
- export { InstanceRefreshInProgressFault };
282
+ }
284
283
  export var RefreshStrategy;
285
284
  (function (RefreshStrategy) {
286
285
  RefreshStrategy["Rolling"] = "Rolling";
287
286
  })(RefreshStrategy || (RefreshStrategy = {}));
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)); };
287
+ export const AcceleratorCountRequestFilterSensitiveLog = (obj) => ({
288
+ ...obj,
289
+ });
290
+ export const AcceleratorTotalMemoryMiBRequestFilterSensitiveLog = (obj) => ({
291
+ ...obj,
292
+ });
293
+ export const ActivityFilterSensitiveLog = (obj) => ({
294
+ ...obj,
295
+ });
296
+ export const ActivitiesTypeFilterSensitiveLog = (obj) => ({
297
+ ...obj,
298
+ });
299
+ export const ActivityTypeFilterSensitiveLog = (obj) => ({
300
+ ...obj,
301
+ });
302
+ export const AdjustmentTypeFilterSensitiveLog = (obj) => ({
303
+ ...obj,
304
+ });
305
+ export const AlarmFilterSensitiveLog = (obj) => ({
306
+ ...obj,
307
+ });
308
+ export const AttachInstancesQueryFilterSensitiveLog = (obj) => ({
309
+ ...obj,
310
+ });
311
+ export const AttachLoadBalancersResultTypeFilterSensitiveLog = (obj) => ({
312
+ ...obj,
313
+ });
314
+ export const AttachLoadBalancersTypeFilterSensitiveLog = (obj) => ({
315
+ ...obj,
316
+ });
317
+ export const AttachLoadBalancerTargetGroupsResultTypeFilterSensitiveLog = (obj) => ({
318
+ ...obj,
319
+ });
320
+ export const AttachLoadBalancerTargetGroupsTypeFilterSensitiveLog = (obj) => ({
321
+ ...obj,
322
+ });
323
+ export const FailedScheduledUpdateGroupActionRequestFilterSensitiveLog = (obj) => ({
324
+ ...obj,
325
+ });
326
+ export const BatchDeleteScheduledActionAnswerFilterSensitiveLog = (obj) => ({
327
+ ...obj,
328
+ });
329
+ export const BatchDeleteScheduledActionTypeFilterSensitiveLog = (obj) => ({
330
+ ...obj,
331
+ });
332
+ export const BatchPutScheduledUpdateGroupActionAnswerFilterSensitiveLog = (obj) => ({
333
+ ...obj,
334
+ });
335
+ export const ScheduledUpdateGroupActionRequestFilterSensitiveLog = (obj) => ({
336
+ ...obj,
337
+ });
338
+ export const BatchPutScheduledUpdateGroupActionTypeFilterSensitiveLog = (obj) => ({
339
+ ...obj,
340
+ });
341
+ export const CancelInstanceRefreshAnswerFilterSensitiveLog = (obj) => ({
342
+ ...obj,
343
+ });
344
+ export const CancelInstanceRefreshTypeFilterSensitiveLog = (obj) => ({
345
+ ...obj,
346
+ });
347
+ export const CompleteLifecycleActionAnswerFilterSensitiveLog = (obj) => ({
348
+ ...obj,
349
+ });
350
+ export const CompleteLifecycleActionTypeFilterSensitiveLog = (obj) => ({
351
+ ...obj,
352
+ });
353
+ export const LaunchTemplateSpecificationFilterSensitiveLog = (obj) => ({
354
+ ...obj,
355
+ });
356
+ export const LifecycleHookSpecificationFilterSensitiveLog = (obj) => ({
357
+ ...obj,
358
+ });
359
+ export const InstancesDistributionFilterSensitiveLog = (obj) => ({
360
+ ...obj,
361
+ });
362
+ export const BaselineEbsBandwidthMbpsRequestFilterSensitiveLog = (obj) => ({
363
+ ...obj,
364
+ });
365
+ export const MemoryGiBPerVCpuRequestFilterSensitiveLog = (obj) => ({
366
+ ...obj,
367
+ });
368
+ export const MemoryMiBRequestFilterSensitiveLog = (obj) => ({
369
+ ...obj,
370
+ });
371
+ export const NetworkInterfaceCountRequestFilterSensitiveLog = (obj) => ({
372
+ ...obj,
373
+ });
374
+ export const TotalLocalStorageGBRequestFilterSensitiveLog = (obj) => ({
375
+ ...obj,
376
+ });
377
+ export const VCpuCountRequestFilterSensitiveLog = (obj) => ({
378
+ ...obj,
379
+ });
380
+ export const InstanceRequirementsFilterSensitiveLog = (obj) => ({
381
+ ...obj,
382
+ });
383
+ export const LaunchTemplateOverridesFilterSensitiveLog = (obj) => ({
384
+ ...obj,
385
+ });
386
+ export const LaunchTemplateFilterSensitiveLog = (obj) => ({
387
+ ...obj,
388
+ });
389
+ export const MixedInstancesPolicyFilterSensitiveLog = (obj) => ({
390
+ ...obj,
391
+ });
392
+ export const TagFilterSensitiveLog = (obj) => ({
393
+ ...obj,
394
+ });
395
+ export const CreateAutoScalingGroupTypeFilterSensitiveLog = (obj) => ({
396
+ ...obj,
397
+ });
398
+ export const EbsFilterSensitiveLog = (obj) => ({
399
+ ...obj,
400
+ });
401
+ export const BlockDeviceMappingFilterSensitiveLog = (obj) => ({
402
+ ...obj,
403
+ });
404
+ export const InstanceMonitoringFilterSensitiveLog = (obj) => ({
405
+ ...obj,
406
+ });
407
+ export const InstanceMetadataOptionsFilterSensitiveLog = (obj) => ({
408
+ ...obj,
409
+ });
410
+ export const CreateLaunchConfigurationTypeFilterSensitiveLog = (obj) => ({
411
+ ...obj,
412
+ });
413
+ export const CreateOrUpdateTagsTypeFilterSensitiveLog = (obj) => ({
414
+ ...obj,
415
+ });
416
+ export const DeleteAutoScalingGroupTypeFilterSensitiveLog = (obj) => ({
417
+ ...obj,
418
+ });
419
+ export const LaunchConfigurationNameTypeFilterSensitiveLog = (obj) => ({
420
+ ...obj,
421
+ });
422
+ export const DeleteLifecycleHookAnswerFilterSensitiveLog = (obj) => ({
423
+ ...obj,
424
+ });
425
+ export const DeleteLifecycleHookTypeFilterSensitiveLog = (obj) => ({
426
+ ...obj,
427
+ });
428
+ export const DeleteNotificationConfigurationTypeFilterSensitiveLog = (obj) => ({
429
+ ...obj,
430
+ });
431
+ export const DeletePolicyTypeFilterSensitiveLog = (obj) => ({
432
+ ...obj,
433
+ });
434
+ export const DeleteScheduledActionTypeFilterSensitiveLog = (obj) => ({
435
+ ...obj,
436
+ });
437
+ export const DeleteTagsTypeFilterSensitiveLog = (obj) => ({
438
+ ...obj,
439
+ });
440
+ export const DeleteWarmPoolAnswerFilterSensitiveLog = (obj) => ({
441
+ ...obj,
442
+ });
443
+ export const DeleteWarmPoolTypeFilterSensitiveLog = (obj) => ({
444
+ ...obj,
445
+ });
446
+ export const DescribeAccountLimitsAnswerFilterSensitiveLog = (obj) => ({
447
+ ...obj,
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
+ });