@aws-sdk/client-application-auto-scaling 3.131.0 → 3.137.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 +11 -0
- package/dist-cjs/commands/DeleteScalingPolicyCommand.js +2 -2
- package/dist-cjs/commands/DeleteScheduledActionCommand.js +2 -2
- package/dist-cjs/commands/DeregisterScalableTargetCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalableTargetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingPoliciesCommand.js +2 -2
- package/dist-cjs/commands/DescribeScheduledActionsCommand.js +2 -2
- package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -2
- package/dist-cjs/commands/PutScheduledActionCommand.js +2 -2
- package/dist-cjs/commands/RegisterScalableTargetCommand.js +2 -2
- package/dist-cjs/models/models_0.js +133 -199
- package/dist-es/commands/DeleteScalingPolicyCommand.js +3 -3
- package/dist-es/commands/DeleteScheduledActionCommand.js +3 -3
- package/dist-es/commands/DeregisterScalableTargetCommand.js +3 -3
- package/dist-es/commands/DescribeScalableTargetsCommand.js +3 -3
- package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -3
- package/dist-es/commands/DescribeScalingPoliciesCommand.js +3 -3
- package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -3
- package/dist-es/commands/PutScalingPolicyCommand.js +3 -3
- package/dist-es/commands/PutScheduledActionCommand.js +3 -3
- package/dist-es/commands/RegisterScalableTargetCommand.js +3 -3
- package/dist-es/models/models_0.js +33 -132
- package/dist-types/models/models_0.d.ts +132 -198
- package/dist-types/ts3.4/models/models_0.d.ts +66 -132
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeScalingActivitiesRequestFilterSensitiveLog, DescribeScalingActivitiesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeScalingActivitiesCommand, serializeAws_json1_1DescribeScalingActivitiesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeScalingActivitiesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeScalingActivitiesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeScalingActivitiesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeScalingActivitiesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeScalingActivitiesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeScalingPoliciesRequestFilterSensitiveLog, DescribeScalingPoliciesResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeScalingPoliciesCommand, serializeAws_json1_1DescribeScalingPoliciesCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeScalingPoliciesCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeScalingPoliciesCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeScalingPoliciesCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeScalingPoliciesRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeScalingPoliciesResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { DescribeScheduledActionsRequestFilterSensitiveLog, DescribeScheduledActionsResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1DescribeScheduledActionsCommand, serializeAws_json1_1DescribeScheduledActionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeScheduledActionsCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeScheduledActionsCommand, _super);
|
|
@@ -20,8 +20,8 @@ var DescribeScheduledActionsCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: DescribeScheduledActionsRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: DescribeScheduledActionsResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutScalingPolicyRequestFilterSensitiveLog, PutScalingPolicyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutScalingPolicyCommand, serializeAws_json1_1PutScalingPolicyCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutScalingPolicyCommand = (function (_super) {
|
|
7
7
|
__extends(PutScalingPolicyCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutScalingPolicyCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutScalingPolicyRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutScalingPolicyResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { PutScheduledActionRequestFilterSensitiveLog, PutScheduledActionResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1PutScheduledActionCommand, serializeAws_json1_1PutScheduledActionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var PutScheduledActionCommand = (function (_super) {
|
|
7
7
|
__extends(PutScheduledActionCommand, _super);
|
|
@@ -20,8 +20,8 @@ var PutScheduledActionCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: PutScheduledActionRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PutScheduledActionResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { RegisterScalableTargetRequestFilterSensitiveLog, RegisterScalableTargetResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { deserializeAws_json1_1RegisterScalableTargetCommand, serializeAws_json1_1RegisterScalableTargetCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var RegisterScalableTargetCommand = (function (_super) {
|
|
7
7
|
__extends(RegisterScalableTargetCommand, _super);
|
|
@@ -20,8 +20,8 @@ var RegisterScalableTargetCommand = (function (_super) {
|
|
|
20
20
|
logger: logger,
|
|
21
21
|
clientName: clientName,
|
|
22
22
|
commandName: commandName,
|
|
23
|
-
inputFilterSensitiveLog:
|
|
24
|
-
outputFilterSensitiveLog:
|
|
23
|
+
inputFilterSensitiveLog: RegisterScalableTargetRequestFilterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: RegisterScalableTargetResponseFilterSensitiveLog,
|
|
25
25
|
};
|
|
26
26
|
var requestHandler = configuration.requestHandler;
|
|
27
27
|
return stack.resolve(function (request) {
|
|
@@ -6,10 +6,6 @@ export var AdjustmentType;
|
|
|
6
6
|
AdjustmentType["ExactCapacity"] = "ExactCapacity";
|
|
7
7
|
AdjustmentType["PercentChangeInCapacity"] = "PercentChangeInCapacity";
|
|
8
8
|
})(AdjustmentType || (AdjustmentType = {}));
|
|
9
|
-
export var Alarm;
|
|
10
|
-
(function (Alarm) {
|
|
11
|
-
Alarm.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
12
|
-
})(Alarm || (Alarm = {}));
|
|
13
9
|
var ConcurrentUpdateException = (function (_super) {
|
|
14
10
|
__extends(ConcurrentUpdateException, _super);
|
|
15
11
|
function ConcurrentUpdateException(opts) {
|
|
@@ -63,14 +59,6 @@ export var ServiceNamespace;
|
|
|
63
59
|
ServiceNamespace["RDS"] = "rds";
|
|
64
60
|
ServiceNamespace["SAGEMAKER"] = "sagemaker";
|
|
65
61
|
})(ServiceNamespace || (ServiceNamespace = {}));
|
|
66
|
-
export var DeleteScalingPolicyRequest;
|
|
67
|
-
(function (DeleteScalingPolicyRequest) {
|
|
68
|
-
DeleteScalingPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
|
-
})(DeleteScalingPolicyRequest || (DeleteScalingPolicyRequest = {}));
|
|
70
|
-
export var DeleteScalingPolicyResponse;
|
|
71
|
-
(function (DeleteScalingPolicyResponse) {
|
|
72
|
-
DeleteScalingPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
73
|
-
})(DeleteScalingPolicyResponse || (DeleteScalingPolicyResponse = {}));
|
|
74
62
|
var InternalServiceException = (function (_super) {
|
|
75
63
|
__extends(InternalServiceException, _super);
|
|
76
64
|
function InternalServiceException(opts) {
|
|
@@ -110,38 +98,6 @@ var ValidationException = (function (_super) {
|
|
|
110
98
|
return ValidationException;
|
|
111
99
|
}(__BaseException));
|
|
112
100
|
export { ValidationException };
|
|
113
|
-
export var DeleteScheduledActionRequest;
|
|
114
|
-
(function (DeleteScheduledActionRequest) {
|
|
115
|
-
DeleteScheduledActionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
-
})(DeleteScheduledActionRequest || (DeleteScheduledActionRequest = {}));
|
|
117
|
-
export var DeleteScheduledActionResponse;
|
|
118
|
-
(function (DeleteScheduledActionResponse) {
|
|
119
|
-
DeleteScheduledActionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
|
-
})(DeleteScheduledActionResponse || (DeleteScheduledActionResponse = {}));
|
|
121
|
-
export var DeregisterScalableTargetRequest;
|
|
122
|
-
(function (DeregisterScalableTargetRequest) {
|
|
123
|
-
DeregisterScalableTargetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
-
})(DeregisterScalableTargetRequest || (DeregisterScalableTargetRequest = {}));
|
|
125
|
-
export var DeregisterScalableTargetResponse;
|
|
126
|
-
(function (DeregisterScalableTargetResponse) {
|
|
127
|
-
DeregisterScalableTargetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(DeregisterScalableTargetResponse || (DeregisterScalableTargetResponse = {}));
|
|
129
|
-
export var DescribeScalableTargetsRequest;
|
|
130
|
-
(function (DescribeScalableTargetsRequest) {
|
|
131
|
-
DescribeScalableTargetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
-
})(DescribeScalableTargetsRequest || (DescribeScalableTargetsRequest = {}));
|
|
133
|
-
export var SuspendedState;
|
|
134
|
-
(function (SuspendedState) {
|
|
135
|
-
SuspendedState.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
-
})(SuspendedState || (SuspendedState = {}));
|
|
137
|
-
export var ScalableTarget;
|
|
138
|
-
(function (ScalableTarget) {
|
|
139
|
-
ScalableTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
-
})(ScalableTarget || (ScalableTarget = {}));
|
|
141
|
-
export var DescribeScalableTargetsResponse;
|
|
142
|
-
(function (DescribeScalableTargetsResponse) {
|
|
143
|
-
DescribeScalableTargetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
-
})(DescribeScalableTargetsResponse || (DescribeScalableTargetsResponse = {}));
|
|
145
101
|
var InvalidNextTokenException = (function (_super) {
|
|
146
102
|
__extends(InvalidNextTokenException, _super);
|
|
147
103
|
function InvalidNextTokenException(opts) {
|
|
@@ -155,10 +111,6 @@ var InvalidNextTokenException = (function (_super) {
|
|
|
155
111
|
return InvalidNextTokenException;
|
|
156
112
|
}(__BaseException));
|
|
157
113
|
export { InvalidNextTokenException };
|
|
158
|
-
export var DescribeScalingActivitiesRequest;
|
|
159
|
-
(function (DescribeScalingActivitiesRequest) {
|
|
160
|
-
DescribeScalingActivitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
-
})(DescribeScalingActivitiesRequest || (DescribeScalingActivitiesRequest = {}));
|
|
162
114
|
export var ScalingActivityStatusCode;
|
|
163
115
|
(function (ScalingActivityStatusCode) {
|
|
164
116
|
ScalingActivityStatusCode["Failed"] = "Failed";
|
|
@@ -168,18 +120,6 @@ export var ScalingActivityStatusCode;
|
|
|
168
120
|
ScalingActivityStatusCode["Successful"] = "Successful";
|
|
169
121
|
ScalingActivityStatusCode["Unfulfilled"] = "Unfulfilled";
|
|
170
122
|
})(ScalingActivityStatusCode || (ScalingActivityStatusCode = {}));
|
|
171
|
-
export var ScalingActivity;
|
|
172
|
-
(function (ScalingActivity) {
|
|
173
|
-
ScalingActivity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
-
})(ScalingActivity || (ScalingActivity = {}));
|
|
175
|
-
export var DescribeScalingActivitiesResponse;
|
|
176
|
-
(function (DescribeScalingActivitiesResponse) {
|
|
177
|
-
DescribeScalingActivitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
-
})(DescribeScalingActivitiesResponse || (DescribeScalingActivitiesResponse = {}));
|
|
179
|
-
export var DescribeScalingPoliciesRequest;
|
|
180
|
-
(function (DescribeScalingPoliciesRequest) {
|
|
181
|
-
DescribeScalingPoliciesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
-
})(DescribeScalingPoliciesRequest || (DescribeScalingPoliciesRequest = {}));
|
|
183
123
|
export var PolicyType;
|
|
184
124
|
(function (PolicyType) {
|
|
185
125
|
PolicyType["StepScaling"] = "StepScaling";
|
|
@@ -191,18 +131,6 @@ export var MetricAggregationType;
|
|
|
191
131
|
MetricAggregationType["Maximum"] = "Maximum";
|
|
192
132
|
MetricAggregationType["Minimum"] = "Minimum";
|
|
193
133
|
})(MetricAggregationType || (MetricAggregationType = {}));
|
|
194
|
-
export var StepAdjustment;
|
|
195
|
-
(function (StepAdjustment) {
|
|
196
|
-
StepAdjustment.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
-
})(StepAdjustment || (StepAdjustment = {}));
|
|
198
|
-
export var StepScalingPolicyConfiguration;
|
|
199
|
-
(function (StepScalingPolicyConfiguration) {
|
|
200
|
-
StepScalingPolicyConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
-
})(StepScalingPolicyConfiguration || (StepScalingPolicyConfiguration = {}));
|
|
202
|
-
export var MetricDimension;
|
|
203
|
-
(function (MetricDimension) {
|
|
204
|
-
MetricDimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
-
})(MetricDimension || (MetricDimension = {}));
|
|
206
134
|
export var MetricStatistic;
|
|
207
135
|
(function (MetricStatistic) {
|
|
208
136
|
MetricStatistic["Average"] = "Average";
|
|
@@ -211,10 +139,6 @@ export var MetricStatistic;
|
|
|
211
139
|
MetricStatistic["SampleCount"] = "SampleCount";
|
|
212
140
|
MetricStatistic["Sum"] = "Sum";
|
|
213
141
|
})(MetricStatistic || (MetricStatistic = {}));
|
|
214
|
-
export var CustomizedMetricSpecification;
|
|
215
|
-
(function (CustomizedMetricSpecification) {
|
|
216
|
-
CustomizedMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
-
})(CustomizedMetricSpecification || (CustomizedMetricSpecification = {}));
|
|
218
142
|
export var MetricType;
|
|
219
143
|
(function (MetricType) {
|
|
220
144
|
MetricType["ALBRequestCountPerTarget"] = "ALBRequestCountPerTarget";
|
|
@@ -239,22 +163,6 @@ export var MetricType;
|
|
|
239
163
|
MetricType["RDSReaderAverageDatabaseConnections"] = "RDSReaderAverageDatabaseConnections";
|
|
240
164
|
MetricType["SageMakerVariantInvocationsPerInstance"] = "SageMakerVariantInvocationsPerInstance";
|
|
241
165
|
})(MetricType || (MetricType = {}));
|
|
242
|
-
export var PredefinedMetricSpecification;
|
|
243
|
-
(function (PredefinedMetricSpecification) {
|
|
244
|
-
PredefinedMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
-
})(PredefinedMetricSpecification || (PredefinedMetricSpecification = {}));
|
|
246
|
-
export var TargetTrackingScalingPolicyConfiguration;
|
|
247
|
-
(function (TargetTrackingScalingPolicyConfiguration) {
|
|
248
|
-
TargetTrackingScalingPolicyConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
-
})(TargetTrackingScalingPolicyConfiguration || (TargetTrackingScalingPolicyConfiguration = {}));
|
|
250
|
-
export var ScalingPolicy;
|
|
251
|
-
(function (ScalingPolicy) {
|
|
252
|
-
ScalingPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
-
})(ScalingPolicy || (ScalingPolicy = {}));
|
|
254
|
-
export var DescribeScalingPoliciesResponse;
|
|
255
|
-
(function (DescribeScalingPoliciesResponse) {
|
|
256
|
-
DescribeScalingPoliciesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
-
})(DescribeScalingPoliciesResponse || (DescribeScalingPoliciesResponse = {}));
|
|
258
166
|
var FailedResourceAccessException = (function (_super) {
|
|
259
167
|
__extends(FailedResourceAccessException, _super);
|
|
260
168
|
function FailedResourceAccessException(opts) {
|
|
@@ -268,22 +176,6 @@ var FailedResourceAccessException = (function (_super) {
|
|
|
268
176
|
return FailedResourceAccessException;
|
|
269
177
|
}(__BaseException));
|
|
270
178
|
export { FailedResourceAccessException };
|
|
271
|
-
export var DescribeScheduledActionsRequest;
|
|
272
|
-
(function (DescribeScheduledActionsRequest) {
|
|
273
|
-
DescribeScheduledActionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(DescribeScheduledActionsRequest || (DescribeScheduledActionsRequest = {}));
|
|
275
|
-
export var ScalableTargetAction;
|
|
276
|
-
(function (ScalableTargetAction) {
|
|
277
|
-
ScalableTargetAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
-
})(ScalableTargetAction || (ScalableTargetAction = {}));
|
|
279
|
-
export var ScheduledAction;
|
|
280
|
-
(function (ScheduledAction) {
|
|
281
|
-
ScheduledAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
-
})(ScheduledAction || (ScheduledAction = {}));
|
|
283
|
-
export var DescribeScheduledActionsResponse;
|
|
284
|
-
(function (DescribeScheduledActionsResponse) {
|
|
285
|
-
DescribeScheduledActionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
-
})(DescribeScheduledActionsResponse || (DescribeScheduledActionsResponse = {}));
|
|
287
179
|
var LimitExceededException = (function (_super) {
|
|
288
180
|
__extends(LimitExceededException, _super);
|
|
289
181
|
function LimitExceededException(opts) {
|
|
@@ -297,27 +189,36 @@ var LimitExceededException = (function (_super) {
|
|
|
297
189
|
return LimitExceededException;
|
|
298
190
|
}(__BaseException));
|
|
299
191
|
export { LimitExceededException };
|
|
300
|
-
export var
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
export var
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
export var
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
export var
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
export var
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
export var
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
192
|
+
export var AlarmFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
+
export var DeleteScalingPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
export var DeleteScalingPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
export var DeleteScheduledActionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
+
export var DeleteScheduledActionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
+
export var DeregisterScalableTargetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
export var DeregisterScalableTargetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
export var DescribeScalableTargetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
+
export var SuspendedStateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
export var ScalableTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
export var DescribeScalableTargetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
export var DescribeScalingActivitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
+
export var ScalingActivityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
+
export var DescribeScalingActivitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
export var DescribeScalingPoliciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
export var StepAdjustmentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
+
export var StepScalingPolicyConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
export var MetricDimensionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
export var CustomizedMetricSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
export var PredefinedMetricSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
+
export var TargetTrackingScalingPolicyConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
+
export var ScalingPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
export var DescribeScalingPoliciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
export var DescribeScheduledActionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
+
export var ScalableTargetActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
export var ScheduledActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
export var DescribeScheduledActionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
export var PutScalingPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
+
export var PutScalingPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
export var PutScheduledActionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
export var PutScheduledActionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
export var RegisterScalableTargetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
+
export var RegisterScalableTargetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|