@aws-sdk/client-auto-scaling-plans 3.128.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.
@@ -13,18 +13,6 @@ var ConcurrentUpdateException = (function (_super) {
13
13
  return ConcurrentUpdateException;
14
14
  }(__BaseException));
15
15
  export { ConcurrentUpdateException };
16
- export var TagFilter;
17
- (function (TagFilter) {
18
- TagFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
19
- })(TagFilter || (TagFilter = {}));
20
- export var ApplicationSource;
21
- (function (ApplicationSource) {
22
- ApplicationSource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
23
- })(ApplicationSource || (ApplicationSource = {}));
24
- export var MetricDimension;
25
- (function (MetricDimension) {
26
- MetricDimension.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
27
- })(MetricDimension || (MetricDimension = {}));
28
16
  export var MetricStatistic;
29
17
  (function (MetricStatistic) {
30
18
  MetricStatistic["Average"] = "Average";
@@ -33,10 +21,6 @@ export var MetricStatistic;
33
21
  MetricStatistic["SampleCount"] = "SampleCount";
34
22
  MetricStatistic["Sum"] = "Sum";
35
23
  })(MetricStatistic || (MetricStatistic = {}));
36
- export var CustomizedLoadMetricSpecification;
37
- (function (CustomizedLoadMetricSpecification) {
38
- CustomizedLoadMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
39
- })(CustomizedLoadMetricSpecification || (CustomizedLoadMetricSpecification = {}));
40
24
  export var LoadMetricType;
41
25
  (function (LoadMetricType) {
42
26
  LoadMetricType["ALBTargetGroupRequestCount"] = "ALBTargetGroupRequestCount";
@@ -44,10 +28,6 @@ export var LoadMetricType;
44
28
  LoadMetricType["ASGTotalNetworkIn"] = "ASGTotalNetworkIn";
45
29
  LoadMetricType["ASGTotalNetworkOut"] = "ASGTotalNetworkOut";
46
30
  })(LoadMetricType || (LoadMetricType = {}));
47
- export var PredefinedLoadMetricSpecification;
48
- (function (PredefinedLoadMetricSpecification) {
49
- PredefinedLoadMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
50
- })(PredefinedLoadMetricSpecification || (PredefinedLoadMetricSpecification = {}));
51
31
  export var PredictiveScalingMaxCapacityBehavior;
52
32
  (function (PredictiveScalingMaxCapacityBehavior) {
53
33
  PredictiveScalingMaxCapacityBehavior["SetForecastCapacityToMaxCapacity"] = "SetForecastCapacityToMaxCapacity";
@@ -83,10 +63,6 @@ export var ServiceNamespace;
83
63
  ServiceNamespace["ECS"] = "ecs";
84
64
  ServiceNamespace["RDS"] = "rds";
85
65
  })(ServiceNamespace || (ServiceNamespace = {}));
86
- export var CustomizedScalingMetricSpecification;
87
- (function (CustomizedScalingMetricSpecification) {
88
- CustomizedScalingMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
89
- })(CustomizedScalingMetricSpecification || (CustomizedScalingMetricSpecification = {}));
90
66
  export var ScalingMetricType;
91
67
  (function (ScalingMetricType) {
92
68
  ScalingMetricType["ALBRequestCountPerTarget"] = "ALBRequestCountPerTarget";
@@ -103,26 +79,6 @@ export var ScalingMetricType;
103
79
  ScalingMetricType["RDSReaderAverageCPUUtilization"] = "RDSReaderAverageCPUUtilization";
104
80
  ScalingMetricType["RDSReaderAverageDatabaseConnections"] = "RDSReaderAverageDatabaseConnections";
105
81
  })(ScalingMetricType || (ScalingMetricType = {}));
106
- export var PredefinedScalingMetricSpecification;
107
- (function (PredefinedScalingMetricSpecification) {
108
- PredefinedScalingMetricSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
109
- })(PredefinedScalingMetricSpecification || (PredefinedScalingMetricSpecification = {}));
110
- export var TargetTrackingConfiguration;
111
- (function (TargetTrackingConfiguration) {
112
- TargetTrackingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
113
- })(TargetTrackingConfiguration || (TargetTrackingConfiguration = {}));
114
- export var ScalingInstruction;
115
- (function (ScalingInstruction) {
116
- ScalingInstruction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
117
- })(ScalingInstruction || (ScalingInstruction = {}));
118
- export var CreateScalingPlanRequest;
119
- (function (CreateScalingPlanRequest) {
120
- CreateScalingPlanRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
121
- })(CreateScalingPlanRequest || (CreateScalingPlanRequest = {}));
122
- export var CreateScalingPlanResponse;
123
- (function (CreateScalingPlanResponse) {
124
- CreateScalingPlanResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
125
- })(CreateScalingPlanResponse || (CreateScalingPlanResponse = {}));
126
82
  var InternalServiceException = (function (_super) {
127
83
  __extends(InternalServiceException, _super);
128
84
  function InternalServiceException(opts) {
@@ -162,14 +118,6 @@ var ValidationException = (function (_super) {
162
118
  return ValidationException;
163
119
  }(__BaseException));
164
120
  export { ValidationException };
165
- export var DeleteScalingPlanRequest;
166
- (function (DeleteScalingPlanRequest) {
167
- DeleteScalingPlanRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
168
- })(DeleteScalingPlanRequest || (DeleteScalingPlanRequest = {}));
169
- export var DeleteScalingPlanResponse;
170
- (function (DeleteScalingPlanResponse) {
171
- DeleteScalingPlanResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
172
- })(DeleteScalingPlanResponse || (DeleteScalingPlanResponse = {}));
173
121
  var ObjectNotFoundException = (function (_super) {
174
122
  __extends(ObjectNotFoundException, _super);
175
123
  function ObjectNotFoundException(opts) {
@@ -183,32 +131,16 @@ var ObjectNotFoundException = (function (_super) {
183
131
  return ObjectNotFoundException;
184
132
  }(__BaseException));
185
133
  export { ObjectNotFoundException };
186
- export var DescribeScalingPlanResourcesRequest;
187
- (function (DescribeScalingPlanResourcesRequest) {
188
- DescribeScalingPlanResourcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
189
- })(DescribeScalingPlanResourcesRequest || (DescribeScalingPlanResourcesRequest = {}));
190
134
  export var PolicyType;
191
135
  (function (PolicyType) {
192
136
  PolicyType["TargetTrackingScaling"] = "TargetTrackingScaling";
193
137
  })(PolicyType || (PolicyType = {}));
194
- export var ScalingPolicy;
195
- (function (ScalingPolicy) {
196
- ScalingPolicy.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
197
- })(ScalingPolicy || (ScalingPolicy = {}));
198
138
  export var ScalingStatusCode;
199
139
  (function (ScalingStatusCode) {
200
140
  ScalingStatusCode["Active"] = "Active";
201
141
  ScalingStatusCode["Inactive"] = "Inactive";
202
142
  ScalingStatusCode["PartiallyActive"] = "PartiallyActive";
203
143
  })(ScalingStatusCode || (ScalingStatusCode = {}));
204
- export var ScalingPlanResource;
205
- (function (ScalingPlanResource) {
206
- ScalingPlanResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
207
- })(ScalingPlanResource || (ScalingPlanResource = {}));
208
- export var DescribeScalingPlanResourcesResponse;
209
- (function (DescribeScalingPlanResourcesResponse) {
210
- DescribeScalingPlanResourcesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
211
- })(DescribeScalingPlanResourcesResponse || (DescribeScalingPlanResourcesResponse = {}));
212
144
  var InvalidNextTokenException = (function (_super) {
213
145
  __extends(InvalidNextTokenException, _super);
214
146
  function InvalidNextTokenException(opts) {
@@ -222,10 +154,6 @@ var InvalidNextTokenException = (function (_super) {
222
154
  return InvalidNextTokenException;
223
155
  }(__BaseException));
224
156
  export { InvalidNextTokenException };
225
- export var DescribeScalingPlansRequest;
226
- (function (DescribeScalingPlansRequest) {
227
- DescribeScalingPlansRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
228
- })(DescribeScalingPlansRequest || (DescribeScalingPlansRequest = {}));
229
157
  export var ScalingPlanStatusCode;
230
158
  (function (ScalingPlanStatusCode) {
231
159
  ScalingPlanStatusCode["Active"] = "Active";
@@ -237,14 +165,6 @@ export var ScalingPlanStatusCode;
237
165
  ScalingPlanStatusCode["UpdateFailed"] = "UpdateFailed";
238
166
  ScalingPlanStatusCode["UpdateInProgress"] = "UpdateInProgress";
239
167
  })(ScalingPlanStatusCode || (ScalingPlanStatusCode = {}));
240
- export var ScalingPlan;
241
- (function (ScalingPlan) {
242
- ScalingPlan.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
243
- })(ScalingPlan || (ScalingPlan = {}));
244
- export var DescribeScalingPlansResponse;
245
- (function (DescribeScalingPlansResponse) {
246
- DescribeScalingPlansResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
247
- })(DescribeScalingPlansResponse || (DescribeScalingPlansResponse = {}));
248
168
  export var ForecastDataType;
249
169
  (function (ForecastDataType) {
250
170
  ForecastDataType["CapacityForecast"] = "CapacityForecast";
@@ -252,23 +172,28 @@ export var ForecastDataType;
252
172
  ForecastDataType["ScheduledActionMaxCapacity"] = "ScheduledActionMaxCapacity";
253
173
  ForecastDataType["ScheduledActionMinCapacity"] = "ScheduledActionMinCapacity";
254
174
  })(ForecastDataType || (ForecastDataType = {}));
255
- export var GetScalingPlanResourceForecastDataRequest;
256
- (function (GetScalingPlanResourceForecastDataRequest) {
257
- GetScalingPlanResourceForecastDataRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
258
- })(GetScalingPlanResourceForecastDataRequest || (GetScalingPlanResourceForecastDataRequest = {}));
259
- export var Datapoint;
260
- (function (Datapoint) {
261
- Datapoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
262
- })(Datapoint || (Datapoint = {}));
263
- export var GetScalingPlanResourceForecastDataResponse;
264
- (function (GetScalingPlanResourceForecastDataResponse) {
265
- GetScalingPlanResourceForecastDataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
266
- })(GetScalingPlanResourceForecastDataResponse || (GetScalingPlanResourceForecastDataResponse = {}));
267
- export var UpdateScalingPlanRequest;
268
- (function (UpdateScalingPlanRequest) {
269
- UpdateScalingPlanRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
270
- })(UpdateScalingPlanRequest || (UpdateScalingPlanRequest = {}));
271
- export var UpdateScalingPlanResponse;
272
- (function (UpdateScalingPlanResponse) {
273
- UpdateScalingPlanResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
274
- })(UpdateScalingPlanResponse || (UpdateScalingPlanResponse = {}));
175
+ export var TagFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
176
+ export var ApplicationSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
177
+ export var MetricDimensionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
178
+ export var CustomizedLoadMetricSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
179
+ export var PredefinedLoadMetricSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
180
+ export var CustomizedScalingMetricSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
181
+ export var PredefinedScalingMetricSpecificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
182
+ export var TargetTrackingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
183
+ export var ScalingInstructionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
184
+ export var CreateScalingPlanRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
185
+ export var CreateScalingPlanResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
186
+ export var DeleteScalingPlanRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
187
+ export var DeleteScalingPlanResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
188
+ export var DescribeScalingPlanResourcesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
189
+ export var ScalingPolicyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
190
+ export var ScalingPlanResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
191
+ export var DescribeScalingPlanResourcesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
192
+ export var DescribeScalingPlansRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
193
+ export var ScalingPlanFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
194
+ export var DescribeScalingPlansResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
195
+ export var GetScalingPlanResourceForecastDataRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
196
+ export var DatapointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
197
+ export var GetScalingPlanResourceForecastDataResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
198
+ export var UpdateScalingPlanRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
199
+ export var UpdateScalingPlanResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -989,6 +989,9 @@ var loadRestJsonErrorCode = function (output, data) {
989
989
  var findKey = function (object, key) { return Object.keys(object).find(function (k) { return k.toLowerCase() === key.toLowerCase(); }); };
990
990
  var sanitizeErrorCode = function (rawValue) {
991
991
  var cleanValue = rawValue;
992
+ if (typeof cleanValue === "number") {
993
+ cleanValue = cleanValue.toString();
994
+ }
992
995
  if (cleanValue.indexOf(":") >= 0) {
993
996
  cleanValue = cleanValue.split(":")[0];
994
997
  }
@@ -26,12 +26,6 @@ export interface TagFilter {
26
26
  */
27
27
  Values?: string[];
28
28
  }
29
- export declare namespace TagFilter {
30
- /**
31
- * @internal
32
- */
33
- const filterSensitiveLog: (obj: TagFilter) => any;
34
- }
35
29
  /**
36
30
  * <p>Represents an application source.</p>
37
31
  */
@@ -45,12 +39,6 @@ export interface ApplicationSource {
45
39
  */
46
40
  TagFilters?: TagFilter[];
47
41
  }
48
- export declare namespace ApplicationSource {
49
- /**
50
- * @internal
51
- */
52
- const filterSensitiveLog: (obj: ApplicationSource) => any;
53
- }
54
42
  /**
55
43
  * <p>Represents a dimension for a customized metric.</p>
56
44
  */
@@ -64,12 +52,6 @@ export interface MetricDimension {
64
52
  */
65
53
  Value: string | undefined;
66
54
  }
67
- export declare namespace MetricDimension {
68
- /**
69
- * @internal
70
- */
71
- const filterSensitiveLog: (obj: MetricDimension) => any;
72
- }
73
55
  export declare enum MetricStatistic {
74
56
  Average = "Average",
75
57
  Maximum = "Maximum",
@@ -127,12 +109,6 @@ export interface CustomizedLoadMetricSpecification {
127
109
  */
128
110
  Unit?: string;
129
111
  }
130
- export declare namespace CustomizedLoadMetricSpecification {
131
- /**
132
- * @internal
133
- */
134
- const filterSensitiveLog: (obj: CustomizedLoadMetricSpecification) => any;
135
- }
136
112
  export declare enum LoadMetricType {
137
113
  ALBTargetGroupRequestCount = "ALBTargetGroupRequestCount",
138
114
  ASGTotalCPUUtilization = "ASGTotalCPUUtilization",
@@ -177,12 +153,6 @@ export interface PredefinedLoadMetricSpecification {
177
153
  */
178
154
  ResourceLabel?: string;
179
155
  }
180
- export declare namespace PredefinedLoadMetricSpecification {
181
- /**
182
- * @internal
183
- */
184
- const filterSensitiveLog: (obj: PredefinedLoadMetricSpecification) => any;
185
- }
186
156
  export declare enum PredictiveScalingMaxCapacityBehavior {
187
157
  SetForecastCapacityToMaxCapacity = "SetForecastCapacityToMaxCapacity",
188
158
  SetMaxCapacityAboveForecastCapacity = "SetMaxCapacityAboveForecastCapacity",
@@ -258,12 +228,6 @@ export interface CustomizedScalingMetricSpecification {
258
228
  */
259
229
  Unit?: string;
260
230
  }
261
- export declare namespace CustomizedScalingMetricSpecification {
262
- /**
263
- * @internal
264
- */
265
- const filterSensitiveLog: (obj: CustomizedScalingMetricSpecification) => any;
266
- }
267
231
  export declare enum ScalingMetricType {
268
232
  ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
269
233
  ASGAverageCPUUtilization = "ASGAverageCPUUtilization",
@@ -316,12 +280,6 @@ export interface PredefinedScalingMetricSpecification {
316
280
  */
317
281
  ResourceLabel?: string;
318
282
  }
319
- export declare namespace PredefinedScalingMetricSpecification {
320
- /**
321
- * @internal
322
- */
323
- const filterSensitiveLog: (obj: PredefinedScalingMetricSpecification) => any;
324
- }
325
283
  /**
326
284
  * <p>Describes a target tracking configuration to use with AWS Auto Scaling. Used with <a>ScalingInstruction</a> and <a>ScalingPolicy</a>.</p>
327
285
  */
@@ -378,12 +336,6 @@ export interface TargetTrackingConfiguration {
378
336
  */
379
337
  EstimatedInstanceWarmup?: number;
380
338
  }
381
- export declare namespace TargetTrackingConfiguration {
382
- /**
383
- * @internal
384
- */
385
- const filterSensitiveLog: (obj: TargetTrackingConfiguration) => any;
386
- }
387
339
  /**
388
340
  * <p>Describes a scaling instruction for a scalable resource in a scaling plan. Each scaling
389
341
  * instruction applies to one resource.</p>
@@ -580,12 +532,6 @@ export interface ScalingInstruction {
580
532
  */
581
533
  DisableDynamicScaling?: boolean;
582
534
  }
583
- export declare namespace ScalingInstruction {
584
- /**
585
- * @internal
586
- */
587
- const filterSensitiveLog: (obj: ScalingInstruction) => any;
588
- }
589
535
  export interface CreateScalingPlanRequest {
590
536
  /**
591
537
  * <p>The name of the scaling plan. Names cannot contain vertical bars, colons, or forward
@@ -604,12 +550,6 @@ export interface CreateScalingPlanRequest {
604
550
  */
605
551
  ScalingInstructions: ScalingInstruction[] | undefined;
606
552
  }
607
- export declare namespace CreateScalingPlanRequest {
608
- /**
609
- * @internal
610
- */
611
- const filterSensitiveLog: (obj: CreateScalingPlanRequest) => any;
612
- }
613
553
  export interface CreateScalingPlanResponse {
614
554
  /**
615
555
  * <p>The version number of the scaling plan. This value is always <code>1</code>. Currently,
@@ -617,12 +557,6 @@ export interface CreateScalingPlanResponse {
617
557
  */
618
558
  ScalingPlanVersion: number | undefined;
619
559
  }
620
- export declare namespace CreateScalingPlanResponse {
621
- /**
622
- * @internal
623
- */
624
- const filterSensitiveLog: (obj: CreateScalingPlanResponse) => any;
625
- }
626
560
  /**
627
561
  * <p>The service encountered an internal error.</p>
628
562
  */
@@ -671,20 +605,8 @@ export interface DeleteScalingPlanRequest {
671
605
  */
672
606
  ScalingPlanVersion: number | undefined;
673
607
  }
674
- export declare namespace DeleteScalingPlanRequest {
675
- /**
676
- * @internal
677
- */
678
- const filterSensitiveLog: (obj: DeleteScalingPlanRequest) => any;
679
- }
680
608
  export interface DeleteScalingPlanResponse {
681
609
  }
682
- export declare namespace DeleteScalingPlanResponse {
683
- /**
684
- * @internal
685
- */
686
- const filterSensitiveLog: (obj: DeleteScalingPlanResponse) => any;
687
- }
688
610
  /**
689
611
  * <p>The specified object could not be found.</p>
690
612
  */
@@ -717,12 +639,6 @@ export interface DescribeScalingPlanResourcesRequest {
717
639
  */
718
640
  NextToken?: string;
719
641
  }
720
- export declare namespace DescribeScalingPlanResourcesRequest {
721
- /**
722
- * @internal
723
- */
724
- const filterSensitiveLog: (obj: DescribeScalingPlanResourcesRequest) => any;
725
- }
726
642
  export declare enum PolicyType {
727
643
  TargetTrackingScaling = "TargetTrackingScaling"
728
644
  }
@@ -744,12 +660,6 @@ export interface ScalingPolicy {
744
660
  */
745
661
  TargetTrackingConfiguration?: TargetTrackingConfiguration;
746
662
  }
747
- export declare namespace ScalingPolicy {
748
- /**
749
- * @internal
750
- */
751
- const filterSensitiveLog: (obj: ScalingPolicy) => any;
752
- }
753
663
  export declare enum ScalingStatusCode {
754
664
  Active = "Active",
755
665
  Inactive = "Inactive",
@@ -871,12 +781,6 @@ export interface ScalingPlanResource {
871
781
  */
872
782
  ScalingStatusMessage?: string;
873
783
  }
874
- export declare namespace ScalingPlanResource {
875
- /**
876
- * @internal
877
- */
878
- const filterSensitiveLog: (obj: ScalingPlanResource) => any;
879
- }
880
784
  export interface DescribeScalingPlanResourcesResponse {
881
785
  /**
882
786
  * <p>Information about the scalable resources.</p>
@@ -888,12 +792,6 @@ export interface DescribeScalingPlanResourcesResponse {
888
792
  */
889
793
  NextToken?: string;
890
794
  }
891
- export declare namespace DescribeScalingPlanResourcesResponse {
892
- /**
893
- * @internal
894
- */
895
- const filterSensitiveLog: (obj: DescribeScalingPlanResourcesResponse) => any;
896
- }
897
795
  /**
898
796
  * <p>The token provided is not valid.</p>
899
797
  */
@@ -936,12 +834,6 @@ export interface DescribeScalingPlansRequest {
936
834
  */
937
835
  NextToken?: string;
938
836
  }
939
- export declare namespace DescribeScalingPlansRequest {
940
- /**
941
- * @internal
942
- */
943
- const filterSensitiveLog: (obj: DescribeScalingPlansRequest) => any;
944
- }
945
837
  export declare enum ScalingPlanStatusCode {
946
838
  Active = "Active",
947
839
  ActiveWithProblems = "ActiveWithProblems",
@@ -1025,12 +917,6 @@ export interface ScalingPlan {
1025
917
  */
1026
918
  CreationTime?: Date;
1027
919
  }
1028
- export declare namespace ScalingPlan {
1029
- /**
1030
- * @internal
1031
- */
1032
- const filterSensitiveLog: (obj: ScalingPlan) => any;
1033
- }
1034
920
  export interface DescribeScalingPlansResponse {
1035
921
  /**
1036
922
  * <p>Information about the scaling plans.</p>
@@ -1042,12 +928,6 @@ export interface DescribeScalingPlansResponse {
1042
928
  */
1043
929
  NextToken?: string;
1044
930
  }
1045
- export declare namespace DescribeScalingPlansResponse {
1046
- /**
1047
- * @internal
1048
- */
1049
- const filterSensitiveLog: (obj: DescribeScalingPlansResponse) => any;
1050
- }
1051
931
  export declare enum ForecastDataType {
1052
932
  CapacityForecast = "CapacityForecast",
1053
933
  LoadForecast = "LoadForecast",
@@ -1120,12 +1000,6 @@ export interface GetScalingPlanResourceForecastDataRequest {
1120
1000
  */
1121
1001
  EndTime: Date | undefined;
1122
1002
  }
1123
- export declare namespace GetScalingPlanResourceForecastDataRequest {
1124
- /**
1125
- * @internal
1126
- */
1127
- const filterSensitiveLog: (obj: GetScalingPlanResourceForecastDataRequest) => any;
1128
- }
1129
1003
  /**
1130
1004
  * <p>Represents a single value in the forecast data used for predictive scaling.</p>
1131
1005
  */
@@ -1139,24 +1013,12 @@ export interface Datapoint {
1139
1013
  */
1140
1014
  Value?: number;
1141
1015
  }
1142
- export declare namespace Datapoint {
1143
- /**
1144
- * @internal
1145
- */
1146
- const filterSensitiveLog: (obj: Datapoint) => any;
1147
- }
1148
1016
  export interface GetScalingPlanResourceForecastDataResponse {
1149
1017
  /**
1150
1018
  * <p>The data points to return.</p>
1151
1019
  */
1152
1020
  Datapoints: Datapoint[] | undefined;
1153
1021
  }
1154
- export declare namespace GetScalingPlanResourceForecastDataResponse {
1155
- /**
1156
- * @internal
1157
- */
1158
- const filterSensitiveLog: (obj: GetScalingPlanResourceForecastDataResponse) => any;
1159
- }
1160
1022
  export interface UpdateScalingPlanRequest {
1161
1023
  /**
1162
1024
  * <p>The name of the scaling plan.</p>
@@ -1178,17 +1040,105 @@ export interface UpdateScalingPlanRequest {
1178
1040
  */
1179
1041
  ScalingInstructions?: ScalingInstruction[];
1180
1042
  }
1181
- export declare namespace UpdateScalingPlanRequest {
1182
- /**
1183
- * @internal
1184
- */
1185
- const filterSensitiveLog: (obj: UpdateScalingPlanRequest) => any;
1186
- }
1187
1043
  export interface UpdateScalingPlanResponse {
1188
1044
  }
1189
- export declare namespace UpdateScalingPlanResponse {
1190
- /**
1191
- * @internal
1192
- */
1193
- const filterSensitiveLog: (obj: UpdateScalingPlanResponse) => any;
1194
- }
1045
+ /**
1046
+ * @internal
1047
+ */
1048
+ export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
1049
+ /**
1050
+ * @internal
1051
+ */
1052
+ export declare const ApplicationSourceFilterSensitiveLog: (obj: ApplicationSource) => any;
1053
+ /**
1054
+ * @internal
1055
+ */
1056
+ export declare const MetricDimensionFilterSensitiveLog: (obj: MetricDimension) => any;
1057
+ /**
1058
+ * @internal
1059
+ */
1060
+ export declare const CustomizedLoadMetricSpecificationFilterSensitiveLog: (obj: CustomizedLoadMetricSpecification) => any;
1061
+ /**
1062
+ * @internal
1063
+ */
1064
+ export declare const PredefinedLoadMetricSpecificationFilterSensitiveLog: (obj: PredefinedLoadMetricSpecification) => any;
1065
+ /**
1066
+ * @internal
1067
+ */
1068
+ export declare const CustomizedScalingMetricSpecificationFilterSensitiveLog: (obj: CustomizedScalingMetricSpecification) => any;
1069
+ /**
1070
+ * @internal
1071
+ */
1072
+ export declare const PredefinedScalingMetricSpecificationFilterSensitiveLog: (obj: PredefinedScalingMetricSpecification) => any;
1073
+ /**
1074
+ * @internal
1075
+ */
1076
+ export declare const TargetTrackingConfigurationFilterSensitiveLog: (obj: TargetTrackingConfiguration) => any;
1077
+ /**
1078
+ * @internal
1079
+ */
1080
+ export declare const ScalingInstructionFilterSensitiveLog: (obj: ScalingInstruction) => any;
1081
+ /**
1082
+ * @internal
1083
+ */
1084
+ export declare const CreateScalingPlanRequestFilterSensitiveLog: (obj: CreateScalingPlanRequest) => any;
1085
+ /**
1086
+ * @internal
1087
+ */
1088
+ export declare const CreateScalingPlanResponseFilterSensitiveLog: (obj: CreateScalingPlanResponse) => any;
1089
+ /**
1090
+ * @internal
1091
+ */
1092
+ export declare const DeleteScalingPlanRequestFilterSensitiveLog: (obj: DeleteScalingPlanRequest) => any;
1093
+ /**
1094
+ * @internal
1095
+ */
1096
+ export declare const DeleteScalingPlanResponseFilterSensitiveLog: (obj: DeleteScalingPlanResponse) => any;
1097
+ /**
1098
+ * @internal
1099
+ */
1100
+ export declare const DescribeScalingPlanResourcesRequestFilterSensitiveLog: (obj: DescribeScalingPlanResourcesRequest) => any;
1101
+ /**
1102
+ * @internal
1103
+ */
1104
+ export declare const ScalingPolicyFilterSensitiveLog: (obj: ScalingPolicy) => any;
1105
+ /**
1106
+ * @internal
1107
+ */
1108
+ export declare const ScalingPlanResourceFilterSensitiveLog: (obj: ScalingPlanResource) => any;
1109
+ /**
1110
+ * @internal
1111
+ */
1112
+ export declare const DescribeScalingPlanResourcesResponseFilterSensitiveLog: (obj: DescribeScalingPlanResourcesResponse) => any;
1113
+ /**
1114
+ * @internal
1115
+ */
1116
+ export declare const DescribeScalingPlansRequestFilterSensitiveLog: (obj: DescribeScalingPlansRequest) => any;
1117
+ /**
1118
+ * @internal
1119
+ */
1120
+ export declare const ScalingPlanFilterSensitiveLog: (obj: ScalingPlan) => any;
1121
+ /**
1122
+ * @internal
1123
+ */
1124
+ export declare const DescribeScalingPlansResponseFilterSensitiveLog: (obj: DescribeScalingPlansResponse) => any;
1125
+ /**
1126
+ * @internal
1127
+ */
1128
+ export declare const GetScalingPlanResourceForecastDataRequestFilterSensitiveLog: (obj: GetScalingPlanResourceForecastDataRequest) => any;
1129
+ /**
1130
+ * @internal
1131
+ */
1132
+ export declare const DatapointFilterSensitiveLog: (obj: Datapoint) => any;
1133
+ /**
1134
+ * @internal
1135
+ */
1136
+ export declare const GetScalingPlanResourceForecastDataResponseFilterSensitiveLog: (obj: GetScalingPlanResourceForecastDataResponse) => any;
1137
+ /**
1138
+ * @internal
1139
+ */
1140
+ export declare const UpdateScalingPlanRequestFilterSensitiveLog: (obj: UpdateScalingPlanRequest) => any;
1141
+ /**
1142
+ * @internal
1143
+ */
1144
+ export declare const UpdateScalingPlanResponseFilterSensitiveLog: (obj: UpdateScalingPlanResponse) => any;