@aws-sdk/client-auto-scaling 3.131.0 → 3.141.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 +30 -0
- package/README.md +3 -6
- package/dist-cjs/commands/AttachInstancesCommand.js +1 -1
- package/dist-cjs/commands/AttachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/AttachLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteScheduledActionCommand.js +2 -2
- package/dist-cjs/commands/BatchPutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-cjs/commands/CancelInstanceRefreshCommand.js +2 -2
- package/dist-cjs/commands/CompleteLifecycleActionCommand.js +2 -2
- package/dist-cjs/commands/CreateAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/commands/CreateLaunchConfigurationCommand.js +1 -1
- package/dist-cjs/commands/CreateOrUpdateTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/commands/DeleteLaunchConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeleteLifecycleHookCommand.js +2 -2
- package/dist-cjs/commands/DeleteNotificationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +1 -1
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/DescribeAccountLimitsCommand.js +1 -1
- package/dist-cjs/commands/DescribeAdjustmentTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeAutoScalingGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoScalingInstancesCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoScalingNotificationTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeInstanceRefreshesCommand.js +2 -2
- package/dist-cjs/commands/DescribeLaunchConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLifecycleHookTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeLifecycleHooksCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DescribeMetricCollectionTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeNotificationConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribePoliciesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingProcessTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/DescribeTerminationPolicyTypesCommand.js +1 -1
- package/dist-cjs/commands/DescribeWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/DetachInstancesCommand.js +2 -2
- package/dist-cjs/commands/DetachLoadBalancerTargetGroupsCommand.js +2 -2
- package/dist-cjs/commands/DetachLoadBalancersCommand.js +2 -2
- package/dist-cjs/commands/DisableMetricsCollectionCommand.js +1 -1
- package/dist-cjs/commands/EnableMetricsCollectionCommand.js +1 -1
- package/dist-cjs/commands/EnterStandbyCommand.js +2 -2
- package/dist-cjs/commands/ExecutePolicyCommand.js +1 -1
- package/dist-cjs/commands/ExitStandbyCommand.js +2 -2
- package/dist-cjs/commands/GetPredictiveScalingForecastCommand.js +2 -2
- package/dist-cjs/commands/PutLifecycleHookCommand.js +2 -2
- package/dist-cjs/commands/PutNotificationConfigurationCommand.js +1 -1
- package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutScheduledUpdateGroupActionCommand.js +1 -1
- package/dist-cjs/commands/PutWarmPoolCommand.js +2 -2
- package/dist-cjs/commands/RecordLifecycleActionHeartbeatCommand.js +2 -2
- package/dist-cjs/commands/ResumeProcessesCommand.js +1 -1
- package/dist-cjs/commands/SetDesiredCapacityCommand.js +1 -1
- package/dist-cjs/commands/SetInstanceHealthCommand.js +1 -1
- package/dist-cjs/commands/SetInstanceProtectionCommand.js +2 -2
- package/dist-cjs/commands/StartInstanceRefreshCommand.js +2 -2
- package/dist-cjs/commands/SuspendProcessesCommand.js +1 -1
- package/dist-cjs/commands/TerminateInstanceInAutoScalingGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateAutoScalingGroupCommand.js +1 -1
- package/dist-cjs/models/models_0.js +652 -976
- package/dist-es/commands/AttachInstancesCommand.js +2 -2
- package/dist-es/commands/AttachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/AttachLoadBalancersCommand.js +3 -3
- package/dist-es/commands/BatchDeleteScheduledActionCommand.js +3 -3
- package/dist-es/commands/BatchPutScheduledUpdateGroupActionCommand.js +3 -3
- package/dist-es/commands/CancelInstanceRefreshCommand.js +3 -3
- package/dist-es/commands/CompleteLifecycleActionCommand.js +3 -3
- package/dist-es/commands/CreateAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/CreateLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateOrUpdateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteAutoScalingGroupCommand.js +2 -2
- package/dist-es/commands/DeleteLaunchConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteLifecycleHookCommand.js +3 -3
- package/dist-es/commands/DeleteNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DeleteWarmPoolCommand.js +3 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -2
- package/dist-es/commands/DescribeAdjustmentTypesCommand.js +2 -2
- package/dist-es/commands/DescribeAutoScalingGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeAutoScalingInstancesCommand.js +3 -3
- package/dist-es/commands/DescribeAutoScalingNotificationTypesCommand.js +2 -2
- package/dist-es/commands/DescribeInstanceRefreshesCommand.js +3 -3
- package/dist-es/commands/DescribeLaunchConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribeLifecycleHookTypesCommand.js +2 -2
- package/dist-es/commands/DescribeLifecycleHooksCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DescribeMetricCollectionTypesCommand.js +2 -2
- package/dist-es/commands/DescribeNotificationConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribePoliciesCommand.js +3 -3
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -3
- package/dist-es/commands/DescribeScalingProcessTypesCommand.js +2 -2
- package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/DescribeTerminationPolicyTypesCommand.js +2 -2
- package/dist-es/commands/DescribeWarmPoolCommand.js +3 -3
- package/dist-es/commands/DetachInstancesCommand.js +3 -3
- package/dist-es/commands/DetachLoadBalancerTargetGroupsCommand.js +3 -3
- package/dist-es/commands/DetachLoadBalancersCommand.js +3 -3
- package/dist-es/commands/DisableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnableMetricsCollectionCommand.js +2 -2
- package/dist-es/commands/EnterStandbyCommand.js +3 -3
- package/dist-es/commands/ExecutePolicyCommand.js +2 -2
- package/dist-es/commands/ExitStandbyCommand.js +3 -3
- package/dist-es/commands/GetPredictiveScalingForecastCommand.js +3 -3
- package/dist-es/commands/PutLifecycleHookCommand.js +3 -3
- package/dist-es/commands/PutNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/PutScalingPolicyCommand.js +3 -3
- package/dist-es/commands/PutScheduledUpdateGroupActionCommand.js +2 -2
- package/dist-es/commands/PutWarmPoolCommand.js +3 -3
- package/dist-es/commands/RecordLifecycleActionHeartbeatCommand.js +3 -3
- package/dist-es/commands/ResumeProcessesCommand.js +2 -2
- package/dist-es/commands/SetDesiredCapacityCommand.js +2 -2
- package/dist-es/commands/SetInstanceHealthCommand.js +2 -2
- package/dist-es/commands/SetInstanceProtectionCommand.js +3 -3
- package/dist-es/commands/StartInstanceRefreshCommand.js +3 -3
- package/dist-es/commands/SuspendProcessesCommand.js +2 -2
- package/dist-es/commands/TerminateInstanceInAutoScalingGroupCommand.js +3 -3
- package/dist-es/commands/UpdateAutoScalingGroupCommand.js +2 -2
- package/dist-es/models/models_0.js +162 -648
- package/dist-types/AutoScaling.d.ts +61 -51
- package/dist-types/AutoScalingClient.d.ts +6 -5
- package/dist-types/commands/AttachLoadBalancerTargetGroupsCommand.d.ts +8 -7
- package/dist-types/commands/AttachLoadBalancersCommand.d.ts +7 -8
- package/dist-types/commands/CreateAutoScalingGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateLaunchConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/CreateOrUpdateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLoadBalancerTargetGroupsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +6 -5
- package/dist-types/commands/DescribeMetricCollectionTypesCommand.d.ts +0 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTerminationPolicyTypesCommand.d.ts +3 -3
- package/dist-types/commands/DetachLoadBalancerTargetGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DetachLoadBalancersCommand.d.ts +2 -2
- package/dist-types/commands/DisableMetricsCollectionCommand.d.ts +1 -1
- package/dist-types/commands/EnableMetricsCollectionCommand.d.ts +5 -1
- package/dist-types/commands/PutScheduledUpdateGroupActionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAutoScalingGroupCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +902 -1192
- package/dist-types/ts3.4/models/models_0.d.ts +324 -648
- package/package.json +6 -6
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { AutoScalingServiceException as __BaseException } from "./AutoScalingServiceException";
|
|
3
|
-
export var AcceleratorCountRequest;
|
|
4
|
-
(function (AcceleratorCountRequest) {
|
|
5
|
-
AcceleratorCountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(AcceleratorCountRequest || (AcceleratorCountRequest = {}));
|
|
7
3
|
export var AcceleratorManufacturer;
|
|
8
4
|
(function (AcceleratorManufacturer) {
|
|
9
5
|
AcceleratorManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
|
|
@@ -21,10 +17,6 @@ export var AcceleratorName;
|
|
|
21
17
|
AcceleratorName["V100"] = "v100";
|
|
22
18
|
AcceleratorName["VU9P"] = "vu9p";
|
|
23
19
|
})(AcceleratorName || (AcceleratorName = {}));
|
|
24
|
-
export var AcceleratorTotalMemoryMiBRequest;
|
|
25
|
-
(function (AcceleratorTotalMemoryMiBRequest) {
|
|
26
|
-
AcceleratorTotalMemoryMiBRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
27
|
-
})(AcceleratorTotalMemoryMiBRequest || (AcceleratorTotalMemoryMiBRequest = {}));
|
|
28
20
|
export var AcceleratorType;
|
|
29
21
|
(function (AcceleratorType) {
|
|
30
22
|
AcceleratorType["FPGA"] = "fpga";
|
|
@@ -58,26 +50,6 @@ export var ScalingActivityStatusCode;
|
|
|
58
50
|
ScalingActivityStatusCode["WaitingForSpotInstanceId"] = "WaitingForSpotInstanceId";
|
|
59
51
|
ScalingActivityStatusCode["WaitingForSpotInstanceRequestId"] = "WaitingForSpotInstanceRequestId";
|
|
60
52
|
})(ScalingActivityStatusCode || (ScalingActivityStatusCode = {}));
|
|
61
|
-
export var Activity;
|
|
62
|
-
(function (Activity) {
|
|
63
|
-
Activity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
|
-
})(Activity || (Activity = {}));
|
|
65
|
-
export var ActivitiesType;
|
|
66
|
-
(function (ActivitiesType) {
|
|
67
|
-
ActivitiesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
68
|
-
})(ActivitiesType || (ActivitiesType = {}));
|
|
69
|
-
export var ActivityType;
|
|
70
|
-
(function (ActivityType) {
|
|
71
|
-
ActivityType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
72
|
-
})(ActivityType || (ActivityType = {}));
|
|
73
|
-
export var AdjustmentType;
|
|
74
|
-
(function (AdjustmentType) {
|
|
75
|
-
AdjustmentType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
76
|
-
})(AdjustmentType || (AdjustmentType = {}));
|
|
77
|
-
export var Alarm;
|
|
78
|
-
(function (Alarm) {
|
|
79
|
-
Alarm.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
80
|
-
})(Alarm || (Alarm = {}));
|
|
81
53
|
var AlreadyExistsFault = (function (_super) {
|
|
82
54
|
__extends(AlreadyExistsFault, _super);
|
|
83
55
|
function AlreadyExistsFault(opts) {
|
|
@@ -90,10 +62,6 @@ var AlreadyExistsFault = (function (_super) {
|
|
|
90
62
|
return AlreadyExistsFault;
|
|
91
63
|
}(__BaseException));
|
|
92
64
|
export { AlreadyExistsFault };
|
|
93
|
-
export var AttachInstancesQuery;
|
|
94
|
-
(function (AttachInstancesQuery) {
|
|
95
|
-
AttachInstancesQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
-
})(AttachInstancesQuery || (AttachInstancesQuery = {}));
|
|
97
65
|
var ResourceContentionFault = (function (_super) {
|
|
98
66
|
__extends(ResourceContentionFault, _super);
|
|
99
67
|
function ResourceContentionFault(opts) {
|
|
@@ -118,46 +86,6 @@ var ServiceLinkedRoleFailure = (function (_super) {
|
|
|
118
86
|
return ServiceLinkedRoleFailure;
|
|
119
87
|
}(__BaseException));
|
|
120
88
|
export { ServiceLinkedRoleFailure };
|
|
121
|
-
export var AttachLoadBalancersResultType;
|
|
122
|
-
(function (AttachLoadBalancersResultType) {
|
|
123
|
-
AttachLoadBalancersResultType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
-
})(AttachLoadBalancersResultType || (AttachLoadBalancersResultType = {}));
|
|
125
|
-
export var AttachLoadBalancersType;
|
|
126
|
-
(function (AttachLoadBalancersType) {
|
|
127
|
-
AttachLoadBalancersType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(AttachLoadBalancersType || (AttachLoadBalancersType = {}));
|
|
129
|
-
export var AttachLoadBalancerTargetGroupsResultType;
|
|
130
|
-
(function (AttachLoadBalancerTargetGroupsResultType) {
|
|
131
|
-
AttachLoadBalancerTargetGroupsResultType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
-
})(AttachLoadBalancerTargetGroupsResultType || (AttachLoadBalancerTargetGroupsResultType = {}));
|
|
133
|
-
export var AttachLoadBalancerTargetGroupsType;
|
|
134
|
-
(function (AttachLoadBalancerTargetGroupsType) {
|
|
135
|
-
AttachLoadBalancerTargetGroupsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
-
})(AttachLoadBalancerTargetGroupsType || (AttachLoadBalancerTargetGroupsType = {}));
|
|
137
|
-
export var FailedScheduledUpdateGroupActionRequest;
|
|
138
|
-
(function (FailedScheduledUpdateGroupActionRequest) {
|
|
139
|
-
FailedScheduledUpdateGroupActionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
-
})(FailedScheduledUpdateGroupActionRequest || (FailedScheduledUpdateGroupActionRequest = {}));
|
|
141
|
-
export var BatchDeleteScheduledActionAnswer;
|
|
142
|
-
(function (BatchDeleteScheduledActionAnswer) {
|
|
143
|
-
BatchDeleteScheduledActionAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
-
})(BatchDeleteScheduledActionAnswer || (BatchDeleteScheduledActionAnswer = {}));
|
|
145
|
-
export var BatchDeleteScheduledActionType;
|
|
146
|
-
(function (BatchDeleteScheduledActionType) {
|
|
147
|
-
BatchDeleteScheduledActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
|
-
})(BatchDeleteScheduledActionType || (BatchDeleteScheduledActionType = {}));
|
|
149
|
-
export var BatchPutScheduledUpdateGroupActionAnswer;
|
|
150
|
-
(function (BatchPutScheduledUpdateGroupActionAnswer) {
|
|
151
|
-
BatchPutScheduledUpdateGroupActionAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
-
})(BatchPutScheduledUpdateGroupActionAnswer || (BatchPutScheduledUpdateGroupActionAnswer = {}));
|
|
153
|
-
export var ScheduledUpdateGroupActionRequest;
|
|
154
|
-
(function (ScheduledUpdateGroupActionRequest) {
|
|
155
|
-
ScheduledUpdateGroupActionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
-
})(ScheduledUpdateGroupActionRequest || (ScheduledUpdateGroupActionRequest = {}));
|
|
157
|
-
export var BatchPutScheduledUpdateGroupActionType;
|
|
158
|
-
(function (BatchPutScheduledUpdateGroupActionType) {
|
|
159
|
-
BatchPutScheduledUpdateGroupActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
-
})(BatchPutScheduledUpdateGroupActionType || (BatchPutScheduledUpdateGroupActionType = {}));
|
|
161
89
|
var LimitExceededFault = (function (_super) {
|
|
162
90
|
__extends(LimitExceededFault, _super);
|
|
163
91
|
function LimitExceededFault(opts) {
|
|
@@ -170,44 +98,12 @@ var LimitExceededFault = (function (_super) {
|
|
|
170
98
|
return LimitExceededFault;
|
|
171
99
|
}(__BaseException));
|
|
172
100
|
export { LimitExceededFault };
|
|
173
|
-
export var CancelInstanceRefreshAnswer;
|
|
174
|
-
(function (CancelInstanceRefreshAnswer) {
|
|
175
|
-
CancelInstanceRefreshAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
-
})(CancelInstanceRefreshAnswer || (CancelInstanceRefreshAnswer = {}));
|
|
177
|
-
export var CancelInstanceRefreshType;
|
|
178
|
-
(function (CancelInstanceRefreshType) {
|
|
179
|
-
CancelInstanceRefreshType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
-
})(CancelInstanceRefreshType || (CancelInstanceRefreshType = {}));
|
|
181
|
-
export var CompleteLifecycleActionAnswer;
|
|
182
|
-
(function (CompleteLifecycleActionAnswer) {
|
|
183
|
-
CompleteLifecycleActionAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
-
})(CompleteLifecycleActionAnswer || (CompleteLifecycleActionAnswer = {}));
|
|
185
|
-
export var CompleteLifecycleActionType;
|
|
186
|
-
(function (CompleteLifecycleActionType) {
|
|
187
|
-
CompleteLifecycleActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
-
})(CompleteLifecycleActionType || (CompleteLifecycleActionType = {}));
|
|
189
|
-
export var LaunchTemplateSpecification;
|
|
190
|
-
(function (LaunchTemplateSpecification) {
|
|
191
|
-
LaunchTemplateSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
-
})(LaunchTemplateSpecification || (LaunchTemplateSpecification = {}));
|
|
193
|
-
export var LifecycleHookSpecification;
|
|
194
|
-
(function (LifecycleHookSpecification) {
|
|
195
|
-
LifecycleHookSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
-
})(LifecycleHookSpecification || (LifecycleHookSpecification = {}));
|
|
197
|
-
export var InstancesDistribution;
|
|
198
|
-
(function (InstancesDistribution) {
|
|
199
|
-
InstancesDistribution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
-
})(InstancesDistribution || (InstancesDistribution = {}));
|
|
201
101
|
export var BareMetal;
|
|
202
102
|
(function (BareMetal) {
|
|
203
103
|
BareMetal["EXCLUDED"] = "excluded";
|
|
204
104
|
BareMetal["INCLUDED"] = "included";
|
|
205
105
|
BareMetal["REQUIRED"] = "required";
|
|
206
106
|
})(BareMetal || (BareMetal = {}));
|
|
207
|
-
export var BaselineEbsBandwidthMbpsRequest;
|
|
208
|
-
(function (BaselineEbsBandwidthMbpsRequest) {
|
|
209
|
-
BaselineEbsBandwidthMbpsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
-
})(BaselineEbsBandwidthMbpsRequest || (BaselineEbsBandwidthMbpsRequest = {}));
|
|
211
107
|
export var BurstablePerformance;
|
|
212
108
|
(function (BurstablePerformance) {
|
|
213
109
|
BurstablePerformance["EXCLUDED"] = "excluded";
|
|
@@ -236,62 +132,6 @@ export var LocalStorageType;
|
|
|
236
132
|
LocalStorageType["HDD"] = "hdd";
|
|
237
133
|
LocalStorageType["SSD"] = "ssd";
|
|
238
134
|
})(LocalStorageType || (LocalStorageType = {}));
|
|
239
|
-
export var MemoryGiBPerVCpuRequest;
|
|
240
|
-
(function (MemoryGiBPerVCpuRequest) {
|
|
241
|
-
MemoryGiBPerVCpuRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
-
})(MemoryGiBPerVCpuRequest || (MemoryGiBPerVCpuRequest = {}));
|
|
243
|
-
export var MemoryMiBRequest;
|
|
244
|
-
(function (MemoryMiBRequest) {
|
|
245
|
-
MemoryMiBRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
-
})(MemoryMiBRequest || (MemoryMiBRequest = {}));
|
|
247
|
-
export var NetworkInterfaceCountRequest;
|
|
248
|
-
(function (NetworkInterfaceCountRequest) {
|
|
249
|
-
NetworkInterfaceCountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
-
})(NetworkInterfaceCountRequest || (NetworkInterfaceCountRequest = {}));
|
|
251
|
-
export var TotalLocalStorageGBRequest;
|
|
252
|
-
(function (TotalLocalStorageGBRequest) {
|
|
253
|
-
TotalLocalStorageGBRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(TotalLocalStorageGBRequest || (TotalLocalStorageGBRequest = {}));
|
|
255
|
-
export var VCpuCountRequest;
|
|
256
|
-
(function (VCpuCountRequest) {
|
|
257
|
-
VCpuCountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
-
})(VCpuCountRequest || (VCpuCountRequest = {}));
|
|
259
|
-
export var InstanceRequirements;
|
|
260
|
-
(function (InstanceRequirements) {
|
|
261
|
-
InstanceRequirements.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
-
})(InstanceRequirements || (InstanceRequirements = {}));
|
|
263
|
-
export var LaunchTemplateOverrides;
|
|
264
|
-
(function (LaunchTemplateOverrides) {
|
|
265
|
-
LaunchTemplateOverrides.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
-
})(LaunchTemplateOverrides || (LaunchTemplateOverrides = {}));
|
|
267
|
-
export var LaunchTemplate;
|
|
268
|
-
(function (LaunchTemplate) {
|
|
269
|
-
LaunchTemplate.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
-
})(LaunchTemplate || (LaunchTemplate = {}));
|
|
271
|
-
export var MixedInstancesPolicy;
|
|
272
|
-
(function (MixedInstancesPolicy) {
|
|
273
|
-
MixedInstancesPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(MixedInstancesPolicy || (MixedInstancesPolicy = {}));
|
|
275
|
-
export var Tag;
|
|
276
|
-
(function (Tag) {
|
|
277
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
-
})(Tag || (Tag = {}));
|
|
279
|
-
export var CreateAutoScalingGroupType;
|
|
280
|
-
(function (CreateAutoScalingGroupType) {
|
|
281
|
-
CreateAutoScalingGroupType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
-
})(CreateAutoScalingGroupType || (CreateAutoScalingGroupType = {}));
|
|
283
|
-
export var Ebs;
|
|
284
|
-
(function (Ebs) {
|
|
285
|
-
Ebs.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
-
})(Ebs || (Ebs = {}));
|
|
287
|
-
export var BlockDeviceMapping;
|
|
288
|
-
(function (BlockDeviceMapping) {
|
|
289
|
-
BlockDeviceMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
-
})(BlockDeviceMapping || (BlockDeviceMapping = {}));
|
|
291
|
-
export var InstanceMonitoring;
|
|
292
|
-
(function (InstanceMonitoring) {
|
|
293
|
-
InstanceMonitoring.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
-
})(InstanceMonitoring || (InstanceMonitoring = {}));
|
|
295
135
|
export var InstanceMetadataEndpointState;
|
|
296
136
|
(function (InstanceMetadataEndpointState) {
|
|
297
137
|
InstanceMetadataEndpointState["Disabled"] = "disabled";
|
|
@@ -302,18 +142,6 @@ export var InstanceMetadataHttpTokensState;
|
|
|
302
142
|
InstanceMetadataHttpTokensState["Optional"] = "optional";
|
|
303
143
|
InstanceMetadataHttpTokensState["Required"] = "required";
|
|
304
144
|
})(InstanceMetadataHttpTokensState || (InstanceMetadataHttpTokensState = {}));
|
|
305
|
-
export var InstanceMetadataOptions;
|
|
306
|
-
(function (InstanceMetadataOptions) {
|
|
307
|
-
InstanceMetadataOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
-
})(InstanceMetadataOptions || (InstanceMetadataOptions = {}));
|
|
309
|
-
export var CreateLaunchConfigurationType;
|
|
310
|
-
(function (CreateLaunchConfigurationType) {
|
|
311
|
-
CreateLaunchConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
-
})(CreateLaunchConfigurationType || (CreateLaunchConfigurationType = {}));
|
|
313
|
-
export var CreateOrUpdateTagsType;
|
|
314
|
-
(function (CreateOrUpdateTagsType) {
|
|
315
|
-
CreateOrUpdateTagsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
-
})(CreateOrUpdateTagsType || (CreateOrUpdateTagsType = {}));
|
|
317
145
|
var ResourceInUseFault = (function (_super) {
|
|
318
146
|
__extends(ResourceInUseFault, _super);
|
|
319
147
|
function ResourceInUseFault(opts) {
|
|
@@ -326,10 +154,6 @@ var ResourceInUseFault = (function (_super) {
|
|
|
326
154
|
return ResourceInUseFault;
|
|
327
155
|
}(__BaseException));
|
|
328
156
|
export { ResourceInUseFault };
|
|
329
|
-
export var DeleteAutoScalingGroupType;
|
|
330
|
-
(function (DeleteAutoScalingGroupType) {
|
|
331
|
-
DeleteAutoScalingGroupType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
-
})(DeleteAutoScalingGroupType || (DeleteAutoScalingGroupType = {}));
|
|
333
157
|
var ScalingActivityInProgressFault = (function (_super) {
|
|
334
158
|
__extends(ScalingActivityInProgressFault, _super);
|
|
335
159
|
function ScalingActivityInProgressFault(opts) {
|
|
@@ -342,62 +166,6 @@ var ScalingActivityInProgressFault = (function (_super) {
|
|
|
342
166
|
return ScalingActivityInProgressFault;
|
|
343
167
|
}(__BaseException));
|
|
344
168
|
export { ScalingActivityInProgressFault };
|
|
345
|
-
export var LaunchConfigurationNameType;
|
|
346
|
-
(function (LaunchConfigurationNameType) {
|
|
347
|
-
LaunchConfigurationNameType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
-
})(LaunchConfigurationNameType || (LaunchConfigurationNameType = {}));
|
|
349
|
-
export var DeleteLifecycleHookAnswer;
|
|
350
|
-
(function (DeleteLifecycleHookAnswer) {
|
|
351
|
-
DeleteLifecycleHookAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
-
})(DeleteLifecycleHookAnswer || (DeleteLifecycleHookAnswer = {}));
|
|
353
|
-
export var DeleteLifecycleHookType;
|
|
354
|
-
(function (DeleteLifecycleHookType) {
|
|
355
|
-
DeleteLifecycleHookType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
-
})(DeleteLifecycleHookType || (DeleteLifecycleHookType = {}));
|
|
357
|
-
export var DeleteNotificationConfigurationType;
|
|
358
|
-
(function (DeleteNotificationConfigurationType) {
|
|
359
|
-
DeleteNotificationConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(DeleteNotificationConfigurationType || (DeleteNotificationConfigurationType = {}));
|
|
361
|
-
export var DeletePolicyType;
|
|
362
|
-
(function (DeletePolicyType) {
|
|
363
|
-
DeletePolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
-
})(DeletePolicyType || (DeletePolicyType = {}));
|
|
365
|
-
export var DeleteScheduledActionType;
|
|
366
|
-
(function (DeleteScheduledActionType) {
|
|
367
|
-
DeleteScheduledActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
-
})(DeleteScheduledActionType || (DeleteScheduledActionType = {}));
|
|
369
|
-
export var DeleteTagsType;
|
|
370
|
-
(function (DeleteTagsType) {
|
|
371
|
-
DeleteTagsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
-
})(DeleteTagsType || (DeleteTagsType = {}));
|
|
373
|
-
export var DeleteWarmPoolAnswer;
|
|
374
|
-
(function (DeleteWarmPoolAnswer) {
|
|
375
|
-
DeleteWarmPoolAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
-
})(DeleteWarmPoolAnswer || (DeleteWarmPoolAnswer = {}));
|
|
377
|
-
export var DeleteWarmPoolType;
|
|
378
|
-
(function (DeleteWarmPoolType) {
|
|
379
|
-
DeleteWarmPoolType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
-
})(DeleteWarmPoolType || (DeleteWarmPoolType = {}));
|
|
381
|
-
export var DescribeAccountLimitsAnswer;
|
|
382
|
-
(function (DescribeAccountLimitsAnswer) {
|
|
383
|
-
DescribeAccountLimitsAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
-
})(DescribeAccountLimitsAnswer || (DescribeAccountLimitsAnswer = {}));
|
|
385
|
-
export var DescribeAdjustmentTypesAnswer;
|
|
386
|
-
(function (DescribeAdjustmentTypesAnswer) {
|
|
387
|
-
DescribeAdjustmentTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
-
})(DescribeAdjustmentTypesAnswer || (DescribeAdjustmentTypesAnswer = {}));
|
|
389
|
-
export var Filter;
|
|
390
|
-
(function (Filter) {
|
|
391
|
-
Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
-
})(Filter || (Filter = {}));
|
|
393
|
-
export var AutoScalingGroupNamesType;
|
|
394
|
-
(function (AutoScalingGroupNamesType) {
|
|
395
|
-
AutoScalingGroupNamesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
-
})(AutoScalingGroupNamesType || (AutoScalingGroupNamesType = {}));
|
|
397
|
-
export var EnabledMetric;
|
|
398
|
-
(function (EnabledMetric) {
|
|
399
|
-
EnabledMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
-
})(EnabledMetric || (EnabledMetric = {}));
|
|
401
169
|
export var LifecycleState;
|
|
402
170
|
(function (LifecycleState) {
|
|
403
171
|
LifecycleState["DETACHED"] = "Detached";
|
|
@@ -424,22 +192,6 @@ export var LifecycleState;
|
|
|
424
192
|
LifecycleState["WARMED_TERMINATING_PROCEED"] = "Warmed:Terminating:Proceed";
|
|
425
193
|
LifecycleState["WARMED_TERMINATING_WAIT"] = "Warmed:Terminating:Wait";
|
|
426
194
|
})(LifecycleState || (LifecycleState = {}));
|
|
427
|
-
export var Instance;
|
|
428
|
-
(function (Instance) {
|
|
429
|
-
Instance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
-
})(Instance || (Instance = {}));
|
|
431
|
-
export var SuspendedProcess;
|
|
432
|
-
(function (SuspendedProcess) {
|
|
433
|
-
SuspendedProcess.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
-
})(SuspendedProcess || (SuspendedProcess = {}));
|
|
435
|
-
export var TagDescription;
|
|
436
|
-
(function (TagDescription) {
|
|
437
|
-
TagDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
-
})(TagDescription || (TagDescription = {}));
|
|
439
|
-
export var InstanceReusePolicy;
|
|
440
|
-
(function (InstanceReusePolicy) {
|
|
441
|
-
InstanceReusePolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
-
})(InstanceReusePolicy || (InstanceReusePolicy = {}));
|
|
443
195
|
export var WarmPoolState;
|
|
444
196
|
(function (WarmPoolState) {
|
|
445
197
|
WarmPoolState["Hibernated"] = "Hibernated";
|
|
@@ -450,18 +202,6 @@ export var WarmPoolStatus;
|
|
|
450
202
|
(function (WarmPoolStatus) {
|
|
451
203
|
WarmPoolStatus["PendingDelete"] = "PendingDelete";
|
|
452
204
|
})(WarmPoolStatus || (WarmPoolStatus = {}));
|
|
453
|
-
export var WarmPoolConfiguration;
|
|
454
|
-
(function (WarmPoolConfiguration) {
|
|
455
|
-
WarmPoolConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
|
-
})(WarmPoolConfiguration || (WarmPoolConfiguration = {}));
|
|
457
|
-
export var AutoScalingGroup;
|
|
458
|
-
(function (AutoScalingGroup) {
|
|
459
|
-
AutoScalingGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
460
|
-
})(AutoScalingGroup || (AutoScalingGroup = {}));
|
|
461
|
-
export var AutoScalingGroupsType;
|
|
462
|
-
(function (AutoScalingGroupsType) {
|
|
463
|
-
AutoScalingGroupsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
464
|
-
})(AutoScalingGroupsType || (AutoScalingGroupsType = {}));
|
|
465
205
|
var InvalidNextToken = (function (_super) {
|
|
466
206
|
__extends(InvalidNextToken, _super);
|
|
467
207
|
function InvalidNextToken(opts) {
|
|
@@ -474,42 +214,6 @@ var InvalidNextToken = (function (_super) {
|
|
|
474
214
|
return InvalidNextToken;
|
|
475
215
|
}(__BaseException));
|
|
476
216
|
export { InvalidNextToken };
|
|
477
|
-
export var AutoScalingInstanceDetails;
|
|
478
|
-
(function (AutoScalingInstanceDetails) {
|
|
479
|
-
AutoScalingInstanceDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
|
-
})(AutoScalingInstanceDetails || (AutoScalingInstanceDetails = {}));
|
|
481
|
-
export var AutoScalingInstancesType;
|
|
482
|
-
(function (AutoScalingInstancesType) {
|
|
483
|
-
AutoScalingInstancesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
|
-
})(AutoScalingInstancesType || (AutoScalingInstancesType = {}));
|
|
485
|
-
export var DescribeAutoScalingInstancesType;
|
|
486
|
-
(function (DescribeAutoScalingInstancesType) {
|
|
487
|
-
DescribeAutoScalingInstancesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
-
})(DescribeAutoScalingInstancesType || (DescribeAutoScalingInstancesType = {}));
|
|
489
|
-
export var DescribeAutoScalingNotificationTypesAnswer;
|
|
490
|
-
(function (DescribeAutoScalingNotificationTypesAnswer) {
|
|
491
|
-
DescribeAutoScalingNotificationTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
|
-
})(DescribeAutoScalingNotificationTypesAnswer || (DescribeAutoScalingNotificationTypesAnswer = {}));
|
|
493
|
-
export var DesiredConfiguration;
|
|
494
|
-
(function (DesiredConfiguration) {
|
|
495
|
-
DesiredConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
496
|
-
})(DesiredConfiguration || (DesiredConfiguration = {}));
|
|
497
|
-
export var RefreshPreferences;
|
|
498
|
-
(function (RefreshPreferences) {
|
|
499
|
-
RefreshPreferences.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
500
|
-
})(RefreshPreferences || (RefreshPreferences = {}));
|
|
501
|
-
export var InstanceRefreshLivePoolProgress;
|
|
502
|
-
(function (InstanceRefreshLivePoolProgress) {
|
|
503
|
-
InstanceRefreshLivePoolProgress.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
504
|
-
})(InstanceRefreshLivePoolProgress || (InstanceRefreshLivePoolProgress = {}));
|
|
505
|
-
export var InstanceRefreshWarmPoolProgress;
|
|
506
|
-
(function (InstanceRefreshWarmPoolProgress) {
|
|
507
|
-
InstanceRefreshWarmPoolProgress.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
-
})(InstanceRefreshWarmPoolProgress || (InstanceRefreshWarmPoolProgress = {}));
|
|
509
|
-
export var InstanceRefreshProgressDetails;
|
|
510
|
-
(function (InstanceRefreshProgressDetails) {
|
|
511
|
-
InstanceRefreshProgressDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
-
})(InstanceRefreshProgressDetails || (InstanceRefreshProgressDetails = {}));
|
|
513
217
|
export var InstanceRefreshStatus;
|
|
514
218
|
(function (InstanceRefreshStatus) {
|
|
515
219
|
InstanceRefreshStatus["Cancelled"] = "Cancelled";
|
|
@@ -519,131 +223,11 @@ export var InstanceRefreshStatus;
|
|
|
519
223
|
InstanceRefreshStatus["Pending"] = "Pending";
|
|
520
224
|
InstanceRefreshStatus["Successful"] = "Successful";
|
|
521
225
|
})(InstanceRefreshStatus || (InstanceRefreshStatus = {}));
|
|
522
|
-
export var InstanceRefresh;
|
|
523
|
-
(function (InstanceRefresh) {
|
|
524
|
-
InstanceRefresh.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
-
})(InstanceRefresh || (InstanceRefresh = {}));
|
|
526
|
-
export var DescribeInstanceRefreshesAnswer;
|
|
527
|
-
(function (DescribeInstanceRefreshesAnswer) {
|
|
528
|
-
DescribeInstanceRefreshesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
-
})(DescribeInstanceRefreshesAnswer || (DescribeInstanceRefreshesAnswer = {}));
|
|
530
|
-
export var DescribeInstanceRefreshesType;
|
|
531
|
-
(function (DescribeInstanceRefreshesType) {
|
|
532
|
-
DescribeInstanceRefreshesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
-
})(DescribeInstanceRefreshesType || (DescribeInstanceRefreshesType = {}));
|
|
534
|
-
export var LaunchConfigurationNamesType;
|
|
535
|
-
(function (LaunchConfigurationNamesType) {
|
|
536
|
-
LaunchConfigurationNamesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
-
})(LaunchConfigurationNamesType || (LaunchConfigurationNamesType = {}));
|
|
538
|
-
export var LaunchConfiguration;
|
|
539
|
-
(function (LaunchConfiguration) {
|
|
540
|
-
LaunchConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
-
})(LaunchConfiguration || (LaunchConfiguration = {}));
|
|
542
|
-
export var LaunchConfigurationsType;
|
|
543
|
-
(function (LaunchConfigurationsType) {
|
|
544
|
-
LaunchConfigurationsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
-
})(LaunchConfigurationsType || (LaunchConfigurationsType = {}));
|
|
546
|
-
export var LifecycleHook;
|
|
547
|
-
(function (LifecycleHook) {
|
|
548
|
-
LifecycleHook.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
-
})(LifecycleHook || (LifecycleHook = {}));
|
|
550
|
-
export var DescribeLifecycleHooksAnswer;
|
|
551
|
-
(function (DescribeLifecycleHooksAnswer) {
|
|
552
|
-
DescribeLifecycleHooksAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
-
})(DescribeLifecycleHooksAnswer || (DescribeLifecycleHooksAnswer = {}));
|
|
554
|
-
export var DescribeLifecycleHooksType;
|
|
555
|
-
(function (DescribeLifecycleHooksType) {
|
|
556
|
-
DescribeLifecycleHooksType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
-
})(DescribeLifecycleHooksType || (DescribeLifecycleHooksType = {}));
|
|
558
|
-
export var DescribeLifecycleHookTypesAnswer;
|
|
559
|
-
(function (DescribeLifecycleHookTypesAnswer) {
|
|
560
|
-
DescribeLifecycleHookTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
-
})(DescribeLifecycleHookTypesAnswer || (DescribeLifecycleHookTypesAnswer = {}));
|
|
562
|
-
export var DescribeLoadBalancersRequest;
|
|
563
|
-
(function (DescribeLoadBalancersRequest) {
|
|
564
|
-
DescribeLoadBalancersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
-
})(DescribeLoadBalancersRequest || (DescribeLoadBalancersRequest = {}));
|
|
566
|
-
export var LoadBalancerState;
|
|
567
|
-
(function (LoadBalancerState) {
|
|
568
|
-
LoadBalancerState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
-
})(LoadBalancerState || (LoadBalancerState = {}));
|
|
570
|
-
export var DescribeLoadBalancersResponse;
|
|
571
|
-
(function (DescribeLoadBalancersResponse) {
|
|
572
|
-
DescribeLoadBalancersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
-
})(DescribeLoadBalancersResponse || (DescribeLoadBalancersResponse = {}));
|
|
574
|
-
export var DescribeLoadBalancerTargetGroupsRequest;
|
|
575
|
-
(function (DescribeLoadBalancerTargetGroupsRequest) {
|
|
576
|
-
DescribeLoadBalancerTargetGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
-
})(DescribeLoadBalancerTargetGroupsRequest || (DescribeLoadBalancerTargetGroupsRequest = {}));
|
|
578
|
-
export var LoadBalancerTargetGroupState;
|
|
579
|
-
(function (LoadBalancerTargetGroupState) {
|
|
580
|
-
LoadBalancerTargetGroupState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
-
})(LoadBalancerTargetGroupState || (LoadBalancerTargetGroupState = {}));
|
|
582
|
-
export var DescribeLoadBalancerTargetGroupsResponse;
|
|
583
|
-
(function (DescribeLoadBalancerTargetGroupsResponse) {
|
|
584
|
-
DescribeLoadBalancerTargetGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
-
})(DescribeLoadBalancerTargetGroupsResponse || (DescribeLoadBalancerTargetGroupsResponse = {}));
|
|
586
|
-
export var MetricGranularityType;
|
|
587
|
-
(function (MetricGranularityType) {
|
|
588
|
-
MetricGranularityType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
-
})(MetricGranularityType || (MetricGranularityType = {}));
|
|
590
|
-
export var MetricCollectionType;
|
|
591
|
-
(function (MetricCollectionType) {
|
|
592
|
-
MetricCollectionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
-
})(MetricCollectionType || (MetricCollectionType = {}));
|
|
594
|
-
export var DescribeMetricCollectionTypesAnswer;
|
|
595
|
-
(function (DescribeMetricCollectionTypesAnswer) {
|
|
596
|
-
DescribeMetricCollectionTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
-
})(DescribeMetricCollectionTypesAnswer || (DescribeMetricCollectionTypesAnswer = {}));
|
|
598
|
-
export var NotificationConfiguration;
|
|
599
|
-
(function (NotificationConfiguration) {
|
|
600
|
-
NotificationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
-
})(NotificationConfiguration || (NotificationConfiguration = {}));
|
|
602
|
-
export var DescribeNotificationConfigurationsAnswer;
|
|
603
|
-
(function (DescribeNotificationConfigurationsAnswer) {
|
|
604
|
-
DescribeNotificationConfigurationsAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
-
})(DescribeNotificationConfigurationsAnswer || (DescribeNotificationConfigurationsAnswer = {}));
|
|
606
|
-
export var DescribeNotificationConfigurationsType;
|
|
607
|
-
(function (DescribeNotificationConfigurationsType) {
|
|
608
|
-
DescribeNotificationConfigurationsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
-
})(DescribeNotificationConfigurationsType || (DescribeNotificationConfigurationsType = {}));
|
|
610
|
-
export var DescribePoliciesType;
|
|
611
|
-
(function (DescribePoliciesType) {
|
|
612
|
-
DescribePoliciesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
-
})(DescribePoliciesType || (DescribePoliciesType = {}));
|
|
614
226
|
export var PredictiveScalingMaxCapacityBreachBehavior;
|
|
615
227
|
(function (PredictiveScalingMaxCapacityBreachBehavior) {
|
|
616
228
|
PredictiveScalingMaxCapacityBreachBehavior["HonorMaxCapacity"] = "HonorMaxCapacity";
|
|
617
229
|
PredictiveScalingMaxCapacityBreachBehavior["IncreaseMaxCapacity"] = "IncreaseMaxCapacity";
|
|
618
230
|
})(PredictiveScalingMaxCapacityBreachBehavior || (PredictiveScalingMaxCapacityBreachBehavior = {}));
|
|
619
|
-
export var MetricDimension;
|
|
620
|
-
(function (MetricDimension) {
|
|
621
|
-
MetricDimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
-
})(MetricDimension || (MetricDimension = {}));
|
|
623
|
-
export var Metric;
|
|
624
|
-
(function (Metric) {
|
|
625
|
-
Metric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
-
})(Metric || (Metric = {}));
|
|
627
|
-
export var MetricStat;
|
|
628
|
-
(function (MetricStat) {
|
|
629
|
-
MetricStat.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
-
})(MetricStat || (MetricStat = {}));
|
|
631
|
-
export var MetricDataQuery;
|
|
632
|
-
(function (MetricDataQuery) {
|
|
633
|
-
MetricDataQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
-
})(MetricDataQuery || (MetricDataQuery = {}));
|
|
635
|
-
export var PredictiveScalingCustomizedCapacityMetric;
|
|
636
|
-
(function (PredictiveScalingCustomizedCapacityMetric) {
|
|
637
|
-
PredictiveScalingCustomizedCapacityMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
-
})(PredictiveScalingCustomizedCapacityMetric || (PredictiveScalingCustomizedCapacityMetric = {}));
|
|
639
|
-
export var PredictiveScalingCustomizedLoadMetric;
|
|
640
|
-
(function (PredictiveScalingCustomizedLoadMetric) {
|
|
641
|
-
PredictiveScalingCustomizedLoadMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
-
})(PredictiveScalingCustomizedLoadMetric || (PredictiveScalingCustomizedLoadMetric = {}));
|
|
643
|
-
export var PredictiveScalingCustomizedScalingMetric;
|
|
644
|
-
(function (PredictiveScalingCustomizedScalingMetric) {
|
|
645
|
-
PredictiveScalingCustomizedScalingMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
-
})(PredictiveScalingCustomizedScalingMetric || (PredictiveScalingCustomizedScalingMetric = {}));
|
|
647
231
|
export var PredefinedLoadMetricType;
|
|
648
232
|
(function (PredefinedLoadMetricType) {
|
|
649
233
|
PredefinedLoadMetricType["ALBTargetGroupRequestCount"] = "ALBTargetGroupRequestCount";
|
|
@@ -651,10 +235,6 @@ export var PredefinedLoadMetricType;
|
|
|
651
235
|
PredefinedLoadMetricType["ASGTotalNetworkIn"] = "ASGTotalNetworkIn";
|
|
652
236
|
PredefinedLoadMetricType["ASGTotalNetworkOut"] = "ASGTotalNetworkOut";
|
|
653
237
|
})(PredefinedLoadMetricType || (PredefinedLoadMetricType = {}));
|
|
654
|
-
export var PredictiveScalingPredefinedLoadMetric;
|
|
655
|
-
(function (PredictiveScalingPredefinedLoadMetric) {
|
|
656
|
-
PredictiveScalingPredefinedLoadMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
-
})(PredictiveScalingPredefinedLoadMetric || (PredictiveScalingPredefinedLoadMetric = {}));
|
|
658
238
|
export var PredefinedMetricPairType;
|
|
659
239
|
(function (PredefinedMetricPairType) {
|
|
660
240
|
PredefinedMetricPairType["ALBRequestCount"] = "ALBRequestCount";
|
|
@@ -662,10 +242,6 @@ export var PredefinedMetricPairType;
|
|
|
662
242
|
PredefinedMetricPairType["ASGNetworkIn"] = "ASGNetworkIn";
|
|
663
243
|
PredefinedMetricPairType["ASGNetworkOut"] = "ASGNetworkOut";
|
|
664
244
|
})(PredefinedMetricPairType || (PredefinedMetricPairType = {}));
|
|
665
|
-
export var PredictiveScalingPredefinedMetricPair;
|
|
666
|
-
(function (PredictiveScalingPredefinedMetricPair) {
|
|
667
|
-
PredictiveScalingPredefinedMetricPair.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
-
})(PredictiveScalingPredefinedMetricPair || (PredictiveScalingPredefinedMetricPair = {}));
|
|
669
245
|
export var PredefinedScalingMetricType;
|
|
670
246
|
(function (PredefinedScalingMetricType) {
|
|
671
247
|
PredefinedScalingMetricType["ALBRequestCountPerTarget"] = "ALBRequestCountPerTarget";
|
|
@@ -673,27 +249,11 @@ export var PredefinedScalingMetricType;
|
|
|
673
249
|
PredefinedScalingMetricType["ASGAverageNetworkIn"] = "ASGAverageNetworkIn";
|
|
674
250
|
PredefinedScalingMetricType["ASGAverageNetworkOut"] = "ASGAverageNetworkOut";
|
|
675
251
|
})(PredefinedScalingMetricType || (PredefinedScalingMetricType = {}));
|
|
676
|
-
export var PredictiveScalingPredefinedScalingMetric;
|
|
677
|
-
(function (PredictiveScalingPredefinedScalingMetric) {
|
|
678
|
-
PredictiveScalingPredefinedScalingMetric.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
-
})(PredictiveScalingPredefinedScalingMetric || (PredictiveScalingPredefinedScalingMetric = {}));
|
|
680
|
-
export var PredictiveScalingMetricSpecification;
|
|
681
|
-
(function (PredictiveScalingMetricSpecification) {
|
|
682
|
-
PredictiveScalingMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
-
})(PredictiveScalingMetricSpecification || (PredictiveScalingMetricSpecification = {}));
|
|
684
252
|
export var PredictiveScalingMode;
|
|
685
253
|
(function (PredictiveScalingMode) {
|
|
686
254
|
PredictiveScalingMode["ForecastAndScale"] = "ForecastAndScale";
|
|
687
255
|
PredictiveScalingMode["ForecastOnly"] = "ForecastOnly";
|
|
688
256
|
})(PredictiveScalingMode || (PredictiveScalingMode = {}));
|
|
689
|
-
export var PredictiveScalingConfiguration;
|
|
690
|
-
(function (PredictiveScalingConfiguration) {
|
|
691
|
-
PredictiveScalingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
-
})(PredictiveScalingConfiguration || (PredictiveScalingConfiguration = {}));
|
|
693
|
-
export var StepAdjustment;
|
|
694
|
-
(function (StepAdjustment) {
|
|
695
|
-
StepAdjustment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
|
-
})(StepAdjustment || (StepAdjustment = {}));
|
|
697
257
|
export var MetricStatistic;
|
|
698
258
|
(function (MetricStatistic) {
|
|
699
259
|
MetricStatistic["Average"] = "Average";
|
|
@@ -702,10 +262,6 @@ export var MetricStatistic;
|
|
|
702
262
|
MetricStatistic["SampleCount"] = "SampleCount";
|
|
703
263
|
MetricStatistic["Sum"] = "Sum";
|
|
704
264
|
})(MetricStatistic || (MetricStatistic = {}));
|
|
705
|
-
export var CustomizedMetricSpecification;
|
|
706
|
-
(function (CustomizedMetricSpecification) {
|
|
707
|
-
CustomizedMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
708
|
-
})(CustomizedMetricSpecification || (CustomizedMetricSpecification = {}));
|
|
709
265
|
export var MetricType;
|
|
710
266
|
(function (MetricType) {
|
|
711
267
|
MetricType["ALBRequestCountPerTarget"] = "ALBRequestCountPerTarget";
|
|
@@ -713,194 +269,6 @@ export var MetricType;
|
|
|
713
269
|
MetricType["ASGAverageNetworkIn"] = "ASGAverageNetworkIn";
|
|
714
270
|
MetricType["ASGAverageNetworkOut"] = "ASGAverageNetworkOut";
|
|
715
271
|
})(MetricType || (MetricType = {}));
|
|
716
|
-
export var PredefinedMetricSpecification;
|
|
717
|
-
(function (PredefinedMetricSpecification) {
|
|
718
|
-
PredefinedMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
-
})(PredefinedMetricSpecification || (PredefinedMetricSpecification = {}));
|
|
720
|
-
export var TargetTrackingConfiguration;
|
|
721
|
-
(function (TargetTrackingConfiguration) {
|
|
722
|
-
TargetTrackingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
-
})(TargetTrackingConfiguration || (TargetTrackingConfiguration = {}));
|
|
724
|
-
export var ScalingPolicy;
|
|
725
|
-
(function (ScalingPolicy) {
|
|
726
|
-
ScalingPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
-
})(ScalingPolicy || (ScalingPolicy = {}));
|
|
728
|
-
export var PoliciesType;
|
|
729
|
-
(function (PoliciesType) {
|
|
730
|
-
PoliciesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
-
})(PoliciesType || (PoliciesType = {}));
|
|
732
|
-
export var DescribeScalingActivitiesType;
|
|
733
|
-
(function (DescribeScalingActivitiesType) {
|
|
734
|
-
DescribeScalingActivitiesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
|
-
})(DescribeScalingActivitiesType || (DescribeScalingActivitiesType = {}));
|
|
736
|
-
export var ProcessType;
|
|
737
|
-
(function (ProcessType) {
|
|
738
|
-
ProcessType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
739
|
-
})(ProcessType || (ProcessType = {}));
|
|
740
|
-
export var ProcessesType;
|
|
741
|
-
(function (ProcessesType) {
|
|
742
|
-
ProcessesType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
-
})(ProcessesType || (ProcessesType = {}));
|
|
744
|
-
export var DescribeScheduledActionsType;
|
|
745
|
-
(function (DescribeScheduledActionsType) {
|
|
746
|
-
DescribeScheduledActionsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
-
})(DescribeScheduledActionsType || (DescribeScheduledActionsType = {}));
|
|
748
|
-
export var ScheduledUpdateGroupAction;
|
|
749
|
-
(function (ScheduledUpdateGroupAction) {
|
|
750
|
-
ScheduledUpdateGroupAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
-
})(ScheduledUpdateGroupAction || (ScheduledUpdateGroupAction = {}));
|
|
752
|
-
export var ScheduledActionsType;
|
|
753
|
-
(function (ScheduledActionsType) {
|
|
754
|
-
ScheduledActionsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
-
})(ScheduledActionsType || (ScheduledActionsType = {}));
|
|
756
|
-
export var DescribeTagsType;
|
|
757
|
-
(function (DescribeTagsType) {
|
|
758
|
-
DescribeTagsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
-
})(DescribeTagsType || (DescribeTagsType = {}));
|
|
760
|
-
export var TagsType;
|
|
761
|
-
(function (TagsType) {
|
|
762
|
-
TagsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
-
})(TagsType || (TagsType = {}));
|
|
764
|
-
export var DescribeTerminationPolicyTypesAnswer;
|
|
765
|
-
(function (DescribeTerminationPolicyTypesAnswer) {
|
|
766
|
-
DescribeTerminationPolicyTypesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
|
-
})(DescribeTerminationPolicyTypesAnswer || (DescribeTerminationPolicyTypesAnswer = {}));
|
|
768
|
-
export var DescribeWarmPoolAnswer;
|
|
769
|
-
(function (DescribeWarmPoolAnswer) {
|
|
770
|
-
DescribeWarmPoolAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
-
})(DescribeWarmPoolAnswer || (DescribeWarmPoolAnswer = {}));
|
|
772
|
-
export var DescribeWarmPoolType;
|
|
773
|
-
(function (DescribeWarmPoolType) {
|
|
774
|
-
DescribeWarmPoolType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
-
})(DescribeWarmPoolType || (DescribeWarmPoolType = {}));
|
|
776
|
-
export var DetachInstancesAnswer;
|
|
777
|
-
(function (DetachInstancesAnswer) {
|
|
778
|
-
DetachInstancesAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
-
})(DetachInstancesAnswer || (DetachInstancesAnswer = {}));
|
|
780
|
-
export var DetachInstancesQuery;
|
|
781
|
-
(function (DetachInstancesQuery) {
|
|
782
|
-
DetachInstancesQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
-
})(DetachInstancesQuery || (DetachInstancesQuery = {}));
|
|
784
|
-
export var DetachLoadBalancersResultType;
|
|
785
|
-
(function (DetachLoadBalancersResultType) {
|
|
786
|
-
DetachLoadBalancersResultType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
-
})(DetachLoadBalancersResultType || (DetachLoadBalancersResultType = {}));
|
|
788
|
-
export var DetachLoadBalancersType;
|
|
789
|
-
(function (DetachLoadBalancersType) {
|
|
790
|
-
DetachLoadBalancersType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
|
-
})(DetachLoadBalancersType || (DetachLoadBalancersType = {}));
|
|
792
|
-
export var DetachLoadBalancerTargetGroupsResultType;
|
|
793
|
-
(function (DetachLoadBalancerTargetGroupsResultType) {
|
|
794
|
-
DetachLoadBalancerTargetGroupsResultType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
795
|
-
})(DetachLoadBalancerTargetGroupsResultType || (DetachLoadBalancerTargetGroupsResultType = {}));
|
|
796
|
-
export var DetachLoadBalancerTargetGroupsType;
|
|
797
|
-
(function (DetachLoadBalancerTargetGroupsType) {
|
|
798
|
-
DetachLoadBalancerTargetGroupsType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
-
})(DetachLoadBalancerTargetGroupsType || (DetachLoadBalancerTargetGroupsType = {}));
|
|
800
|
-
export var DisableMetricsCollectionQuery;
|
|
801
|
-
(function (DisableMetricsCollectionQuery) {
|
|
802
|
-
DisableMetricsCollectionQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
-
})(DisableMetricsCollectionQuery || (DisableMetricsCollectionQuery = {}));
|
|
804
|
-
export var EnableMetricsCollectionQuery;
|
|
805
|
-
(function (EnableMetricsCollectionQuery) {
|
|
806
|
-
EnableMetricsCollectionQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
-
})(EnableMetricsCollectionQuery || (EnableMetricsCollectionQuery = {}));
|
|
808
|
-
export var EnterStandbyAnswer;
|
|
809
|
-
(function (EnterStandbyAnswer) {
|
|
810
|
-
EnterStandbyAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
-
})(EnterStandbyAnswer || (EnterStandbyAnswer = {}));
|
|
812
|
-
export var EnterStandbyQuery;
|
|
813
|
-
(function (EnterStandbyQuery) {
|
|
814
|
-
EnterStandbyQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
-
})(EnterStandbyQuery || (EnterStandbyQuery = {}));
|
|
816
|
-
export var ExecutePolicyType;
|
|
817
|
-
(function (ExecutePolicyType) {
|
|
818
|
-
ExecutePolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
-
})(ExecutePolicyType || (ExecutePolicyType = {}));
|
|
820
|
-
export var ExitStandbyAnswer;
|
|
821
|
-
(function (ExitStandbyAnswer) {
|
|
822
|
-
ExitStandbyAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
-
})(ExitStandbyAnswer || (ExitStandbyAnswer = {}));
|
|
824
|
-
export var ExitStandbyQuery;
|
|
825
|
-
(function (ExitStandbyQuery) {
|
|
826
|
-
ExitStandbyQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
-
})(ExitStandbyQuery || (ExitStandbyQuery = {}));
|
|
828
|
-
export var CapacityForecast;
|
|
829
|
-
(function (CapacityForecast) {
|
|
830
|
-
CapacityForecast.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
-
})(CapacityForecast || (CapacityForecast = {}));
|
|
832
|
-
export var LoadForecast;
|
|
833
|
-
(function (LoadForecast) {
|
|
834
|
-
LoadForecast.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
-
})(LoadForecast || (LoadForecast = {}));
|
|
836
|
-
export var GetPredictiveScalingForecastAnswer;
|
|
837
|
-
(function (GetPredictiveScalingForecastAnswer) {
|
|
838
|
-
GetPredictiveScalingForecastAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
-
})(GetPredictiveScalingForecastAnswer || (GetPredictiveScalingForecastAnswer = {}));
|
|
840
|
-
export var GetPredictiveScalingForecastType;
|
|
841
|
-
(function (GetPredictiveScalingForecastType) {
|
|
842
|
-
GetPredictiveScalingForecastType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
-
})(GetPredictiveScalingForecastType || (GetPredictiveScalingForecastType = {}));
|
|
844
|
-
export var PutLifecycleHookAnswer;
|
|
845
|
-
(function (PutLifecycleHookAnswer) {
|
|
846
|
-
PutLifecycleHookAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
-
})(PutLifecycleHookAnswer || (PutLifecycleHookAnswer = {}));
|
|
848
|
-
export var PutLifecycleHookType;
|
|
849
|
-
(function (PutLifecycleHookType) {
|
|
850
|
-
PutLifecycleHookType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
-
})(PutLifecycleHookType || (PutLifecycleHookType = {}));
|
|
852
|
-
export var PutNotificationConfigurationType;
|
|
853
|
-
(function (PutNotificationConfigurationType) {
|
|
854
|
-
PutNotificationConfigurationType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
-
})(PutNotificationConfigurationType || (PutNotificationConfigurationType = {}));
|
|
856
|
-
export var PolicyARNType;
|
|
857
|
-
(function (PolicyARNType) {
|
|
858
|
-
PolicyARNType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
-
})(PolicyARNType || (PolicyARNType = {}));
|
|
860
|
-
export var PutScalingPolicyType;
|
|
861
|
-
(function (PutScalingPolicyType) {
|
|
862
|
-
PutScalingPolicyType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
-
})(PutScalingPolicyType || (PutScalingPolicyType = {}));
|
|
864
|
-
export var PutScheduledUpdateGroupActionType;
|
|
865
|
-
(function (PutScheduledUpdateGroupActionType) {
|
|
866
|
-
PutScheduledUpdateGroupActionType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
-
})(PutScheduledUpdateGroupActionType || (PutScheduledUpdateGroupActionType = {}));
|
|
868
|
-
export var PutWarmPoolAnswer;
|
|
869
|
-
(function (PutWarmPoolAnswer) {
|
|
870
|
-
PutWarmPoolAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
-
})(PutWarmPoolAnswer || (PutWarmPoolAnswer = {}));
|
|
872
|
-
export var PutWarmPoolType;
|
|
873
|
-
(function (PutWarmPoolType) {
|
|
874
|
-
PutWarmPoolType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
875
|
-
})(PutWarmPoolType || (PutWarmPoolType = {}));
|
|
876
|
-
export var RecordLifecycleActionHeartbeatAnswer;
|
|
877
|
-
(function (RecordLifecycleActionHeartbeatAnswer) {
|
|
878
|
-
RecordLifecycleActionHeartbeatAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
879
|
-
})(RecordLifecycleActionHeartbeatAnswer || (RecordLifecycleActionHeartbeatAnswer = {}));
|
|
880
|
-
export var RecordLifecycleActionHeartbeatType;
|
|
881
|
-
(function (RecordLifecycleActionHeartbeatType) {
|
|
882
|
-
RecordLifecycleActionHeartbeatType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
883
|
-
})(RecordLifecycleActionHeartbeatType || (RecordLifecycleActionHeartbeatType = {}));
|
|
884
|
-
export var ScalingProcessQuery;
|
|
885
|
-
(function (ScalingProcessQuery) {
|
|
886
|
-
ScalingProcessQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
-
})(ScalingProcessQuery || (ScalingProcessQuery = {}));
|
|
888
|
-
export var SetDesiredCapacityType;
|
|
889
|
-
(function (SetDesiredCapacityType) {
|
|
890
|
-
SetDesiredCapacityType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
891
|
-
})(SetDesiredCapacityType || (SetDesiredCapacityType = {}));
|
|
892
|
-
export var SetInstanceHealthQuery;
|
|
893
|
-
(function (SetInstanceHealthQuery) {
|
|
894
|
-
SetInstanceHealthQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
|
-
})(SetInstanceHealthQuery || (SetInstanceHealthQuery = {}));
|
|
896
|
-
export var SetInstanceProtectionAnswer;
|
|
897
|
-
(function (SetInstanceProtectionAnswer) {
|
|
898
|
-
SetInstanceProtectionAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
|
-
})(SetInstanceProtectionAnswer || (SetInstanceProtectionAnswer = {}));
|
|
900
|
-
export var SetInstanceProtectionQuery;
|
|
901
|
-
(function (SetInstanceProtectionQuery) {
|
|
902
|
-
SetInstanceProtectionQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
903
|
-
})(SetInstanceProtectionQuery || (SetInstanceProtectionQuery = {}));
|
|
904
272
|
var InstanceRefreshInProgressFault = (function (_super) {
|
|
905
273
|
__extends(InstanceRefreshInProgressFault, _super);
|
|
906
274
|
function InstanceRefreshInProgressFault(opts) {
|
|
@@ -913,23 +281,169 @@ var InstanceRefreshInProgressFault = (function (_super) {
|
|
|
913
281
|
return InstanceRefreshInProgressFault;
|
|
914
282
|
}(__BaseException));
|
|
915
283
|
export { InstanceRefreshInProgressFault };
|
|
916
|
-
export var StartInstanceRefreshAnswer;
|
|
917
|
-
(function (StartInstanceRefreshAnswer) {
|
|
918
|
-
StartInstanceRefreshAnswer.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
919
|
-
})(StartInstanceRefreshAnswer || (StartInstanceRefreshAnswer = {}));
|
|
920
284
|
export var RefreshStrategy;
|
|
921
285
|
(function (RefreshStrategy) {
|
|
922
286
|
RefreshStrategy["Rolling"] = "Rolling";
|
|
923
287
|
})(RefreshStrategy || (RefreshStrategy = {}));
|
|
924
|
-
export var
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
export var
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
export var
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
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)); };
|