@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.
Files changed (26) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/DeleteScalingPolicyCommand.js +2 -2
  3. package/dist-cjs/commands/DeleteScheduledActionCommand.js +2 -2
  4. package/dist-cjs/commands/DeregisterScalableTargetCommand.js +2 -2
  5. package/dist-cjs/commands/DescribeScalableTargetsCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeScalingActivitiesCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeScalingPoliciesCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeScheduledActionsCommand.js +2 -2
  9. package/dist-cjs/commands/PutScalingPolicyCommand.js +2 -2
  10. package/dist-cjs/commands/PutScheduledActionCommand.js +2 -2
  11. package/dist-cjs/commands/RegisterScalableTargetCommand.js +2 -2
  12. package/dist-cjs/models/models_0.js +133 -199
  13. package/dist-es/commands/DeleteScalingPolicyCommand.js +3 -3
  14. package/dist-es/commands/DeleteScheduledActionCommand.js +3 -3
  15. package/dist-es/commands/DeregisterScalableTargetCommand.js +3 -3
  16. package/dist-es/commands/DescribeScalableTargetsCommand.js +3 -3
  17. package/dist-es/commands/DescribeScalingActivitiesCommand.js +3 -3
  18. package/dist-es/commands/DescribeScalingPoliciesCommand.js +3 -3
  19. package/dist-es/commands/DescribeScheduledActionsCommand.js +3 -3
  20. package/dist-es/commands/PutScalingPolicyCommand.js +3 -3
  21. package/dist-es/commands/PutScheduledActionCommand.js +3 -3
  22. package/dist-es/commands/RegisterScalableTargetCommand.js +3 -3
  23. package/dist-es/models/models_0.js +33 -132
  24. package/dist-types/models/models_0.d.ts +132 -198
  25. package/dist-types/ts3.4/models/models_0.d.ts +66 -132
  26. package/package.json +6 -6
@@ -12,10 +12,6 @@ export interface Alarm {
12
12
 
13
13
  AlarmARN: string | undefined;
14
14
  }
15
- export declare namespace Alarm {
16
-
17
- const filterSensitiveLog: (obj: Alarm) => any;
18
- }
19
15
 
20
16
  export declare class ConcurrentUpdateException extends __BaseException {
21
17
  readonly name: "ConcurrentUpdateException";
@@ -72,16 +68,8 @@ export interface DeleteScalingPolicyRequest {
72
68
 
73
69
  ScalableDimension: ScalableDimension | string | undefined;
74
70
  }
75
- export declare namespace DeleteScalingPolicyRequest {
76
-
77
- const filterSensitiveLog: (obj: DeleteScalingPolicyRequest) => any;
78
- }
79
71
  export interface DeleteScalingPolicyResponse {
80
72
  }
81
- export declare namespace DeleteScalingPolicyResponse {
82
-
83
- const filterSensitiveLog: (obj: DeleteScalingPolicyResponse) => any;
84
- }
85
73
 
86
74
  export declare class InternalServiceException extends __BaseException {
87
75
  readonly name: "InternalServiceException";
@@ -116,16 +104,8 @@ export interface DeleteScheduledActionRequest {
116
104
 
117
105
  ScalableDimension: ScalableDimension | string | undefined;
118
106
  }
119
- export declare namespace DeleteScheduledActionRequest {
120
-
121
- const filterSensitiveLog: (obj: DeleteScheduledActionRequest) => any;
122
- }
123
107
  export interface DeleteScheduledActionResponse {
124
108
  }
125
- export declare namespace DeleteScheduledActionResponse {
126
-
127
- const filterSensitiveLog: (obj: DeleteScheduledActionResponse) => any;
128
- }
129
109
  export interface DeregisterScalableTargetRequest {
130
110
 
131
111
  ServiceNamespace: ServiceNamespace | string | undefined;
@@ -134,16 +114,8 @@ export interface DeregisterScalableTargetRequest {
134
114
 
135
115
  ScalableDimension: ScalableDimension | string | undefined;
136
116
  }
137
- export declare namespace DeregisterScalableTargetRequest {
138
-
139
- const filterSensitiveLog: (obj: DeregisterScalableTargetRequest) => any;
140
- }
141
117
  export interface DeregisterScalableTargetResponse {
142
118
  }
143
- export declare namespace DeregisterScalableTargetResponse {
144
-
145
- const filterSensitiveLog: (obj: DeregisterScalableTargetResponse) => any;
146
- }
147
119
  export interface DescribeScalableTargetsRequest {
148
120
 
149
121
  ServiceNamespace: ServiceNamespace | string | undefined;
@@ -156,10 +128,6 @@ export interface DescribeScalableTargetsRequest {
156
128
 
157
129
  NextToken?: string;
158
130
  }
159
- export declare namespace DescribeScalableTargetsRequest {
160
-
161
- const filterSensitiveLog: (obj: DescribeScalableTargetsRequest) => any;
162
- }
163
131
 
164
132
  export interface SuspendedState {
165
133
 
@@ -169,10 +137,6 @@ export interface SuspendedState {
169
137
 
170
138
  ScheduledScalingSuspended?: boolean;
171
139
  }
172
- export declare namespace SuspendedState {
173
-
174
- const filterSensitiveLog: (obj: SuspendedState) => any;
175
- }
176
140
 
177
141
  export interface ScalableTarget {
178
142
 
@@ -192,20 +156,12 @@ export interface ScalableTarget {
192
156
 
193
157
  SuspendedState?: SuspendedState;
194
158
  }
195
- export declare namespace ScalableTarget {
196
-
197
- const filterSensitiveLog: (obj: ScalableTarget) => any;
198
- }
199
159
  export interface DescribeScalableTargetsResponse {
200
160
 
201
161
  ScalableTargets?: ScalableTarget[];
202
162
 
203
163
  NextToken?: string;
204
164
  }
205
- export declare namespace DescribeScalableTargetsResponse {
206
-
207
- const filterSensitiveLog: (obj: DescribeScalableTargetsResponse) => any;
208
- }
209
165
 
210
166
  export declare class InvalidNextTokenException extends __BaseException {
211
167
  readonly name: "InvalidNextTokenException";
@@ -226,10 +182,6 @@ export interface DescribeScalingActivitiesRequest {
226
182
 
227
183
  NextToken?: string;
228
184
  }
229
- export declare namespace DescribeScalingActivitiesRequest {
230
-
231
- const filterSensitiveLog: (obj: DescribeScalingActivitiesRequest) => any;
232
- }
233
185
  export declare enum ScalingActivityStatusCode {
234
186
  Failed = "Failed",
235
187
  InProgress = "InProgress",
@@ -263,20 +215,12 @@ export interface ScalingActivity {
263
215
 
264
216
  Details?: string;
265
217
  }
266
- export declare namespace ScalingActivity {
267
-
268
- const filterSensitiveLog: (obj: ScalingActivity) => any;
269
- }
270
218
  export interface DescribeScalingActivitiesResponse {
271
219
 
272
220
  ScalingActivities?: ScalingActivity[];
273
221
 
274
222
  NextToken?: string;
275
223
  }
276
- export declare namespace DescribeScalingActivitiesResponse {
277
-
278
- const filterSensitiveLog: (obj: DescribeScalingActivitiesResponse) => any;
279
- }
280
224
  export interface DescribeScalingPoliciesRequest {
281
225
 
282
226
  PolicyNames?: string[];
@@ -291,10 +235,6 @@ export interface DescribeScalingPoliciesRequest {
291
235
 
292
236
  NextToken?: string;
293
237
  }
294
- export declare namespace DescribeScalingPoliciesRequest {
295
-
296
- const filterSensitiveLog: (obj: DescribeScalingPoliciesRequest) => any;
297
- }
298
238
  export declare enum PolicyType {
299
239
  StepScaling = "StepScaling",
300
240
  TargetTrackingScaling = "TargetTrackingScaling"
@@ -313,10 +253,6 @@ export interface StepAdjustment {
313
253
 
314
254
  ScalingAdjustment: number | undefined;
315
255
  }
316
- export declare namespace StepAdjustment {
317
-
318
- const filterSensitiveLog: (obj: StepAdjustment) => any;
319
- }
320
256
 
321
257
  export interface StepScalingPolicyConfiguration {
322
258
 
@@ -330,10 +266,6 @@ export interface StepScalingPolicyConfiguration {
330
266
 
331
267
  MetricAggregationType?: MetricAggregationType | string;
332
268
  }
333
- export declare namespace StepScalingPolicyConfiguration {
334
-
335
- const filterSensitiveLog: (obj: StepScalingPolicyConfiguration) => any;
336
- }
337
269
 
338
270
  export interface MetricDimension {
339
271
 
@@ -341,10 +273,6 @@ export interface MetricDimension {
341
273
 
342
274
  Value: string | undefined;
343
275
  }
344
- export declare namespace MetricDimension {
345
-
346
- const filterSensitiveLog: (obj: MetricDimension) => any;
347
- }
348
276
  export declare enum MetricStatistic {
349
277
  Average = "Average",
350
278
  Maximum = "Maximum",
@@ -365,10 +293,6 @@ export interface CustomizedMetricSpecification {
365
293
 
366
294
  Unit?: string;
367
295
  }
368
- export declare namespace CustomizedMetricSpecification {
369
-
370
- const filterSensitiveLog: (obj: CustomizedMetricSpecification) => any;
371
- }
372
296
  export declare enum MetricType {
373
297
  ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
374
298
  AppStreamAverageCapacityUtilization = "AppStreamAverageCapacityUtilization",
@@ -399,10 +323,6 @@ export interface PredefinedMetricSpecification {
399
323
 
400
324
  ResourceLabel?: string;
401
325
  }
402
- export declare namespace PredefinedMetricSpecification {
403
-
404
- const filterSensitiveLog: (obj: PredefinedMetricSpecification) => any;
405
- }
406
326
 
407
327
  export interface TargetTrackingScalingPolicyConfiguration {
408
328
 
@@ -418,10 +338,6 @@ export interface TargetTrackingScalingPolicyConfiguration {
418
338
 
419
339
  DisableScaleIn?: boolean;
420
340
  }
421
- export declare namespace TargetTrackingScalingPolicyConfiguration {
422
-
423
- const filterSensitiveLog: (obj: TargetTrackingScalingPolicyConfiguration) => any;
424
- }
425
341
 
426
342
  export interface ScalingPolicy {
427
343
 
@@ -445,20 +361,12 @@ export interface ScalingPolicy {
445
361
 
446
362
  CreationTime: Date | undefined;
447
363
  }
448
- export declare namespace ScalingPolicy {
449
-
450
- const filterSensitiveLog: (obj: ScalingPolicy) => any;
451
- }
452
364
  export interface DescribeScalingPoliciesResponse {
453
365
 
454
366
  ScalingPolicies?: ScalingPolicy[];
455
367
 
456
368
  NextToken?: string;
457
369
  }
458
- export declare namespace DescribeScalingPoliciesResponse {
459
-
460
- const filterSensitiveLog: (obj: DescribeScalingPoliciesResponse) => any;
461
- }
462
370
 
463
371
  export declare class FailedResourceAccessException extends __BaseException {
464
372
  readonly name: "FailedResourceAccessException";
@@ -481,10 +389,6 @@ export interface DescribeScheduledActionsRequest {
481
389
 
482
390
  NextToken?: string;
483
391
  }
484
- export declare namespace DescribeScheduledActionsRequest {
485
-
486
- const filterSensitiveLog: (obj: DescribeScheduledActionsRequest) => any;
487
- }
488
392
 
489
393
  export interface ScalableTargetAction {
490
394
 
@@ -492,10 +396,6 @@ export interface ScalableTargetAction {
492
396
 
493
397
  MaxCapacity?: number;
494
398
  }
495
- export declare namespace ScalableTargetAction {
496
-
497
- const filterSensitiveLog: (obj: ScalableTargetAction) => any;
498
- }
499
399
 
500
400
  export interface ScheduledAction {
501
401
 
@@ -521,20 +421,12 @@ export interface ScheduledAction {
521
421
 
522
422
  CreationTime: Date | undefined;
523
423
  }
524
- export declare namespace ScheduledAction {
525
-
526
- const filterSensitiveLog: (obj: ScheduledAction) => any;
527
- }
528
424
  export interface DescribeScheduledActionsResponse {
529
425
 
530
426
  ScheduledActions?: ScheduledAction[];
531
427
 
532
428
  NextToken?: string;
533
429
  }
534
- export declare namespace DescribeScheduledActionsResponse {
535
-
536
- const filterSensitiveLog: (obj: DescribeScheduledActionsResponse) => any;
537
- }
538
430
 
539
431
  export declare class LimitExceededException extends __BaseException {
540
432
  readonly name: "LimitExceededException";
@@ -559,20 +451,12 @@ export interface PutScalingPolicyRequest {
559
451
 
560
452
  TargetTrackingScalingPolicyConfiguration?: TargetTrackingScalingPolicyConfiguration;
561
453
  }
562
- export declare namespace PutScalingPolicyRequest {
563
-
564
- const filterSensitiveLog: (obj: PutScalingPolicyRequest) => any;
565
- }
566
454
  export interface PutScalingPolicyResponse {
567
455
 
568
456
  PolicyARN: string | undefined;
569
457
 
570
458
  Alarms?: Alarm[];
571
459
  }
572
- export declare namespace PutScalingPolicyResponse {
573
-
574
- const filterSensitiveLog: (obj: PutScalingPolicyResponse) => any;
575
- }
576
460
  export interface PutScheduledActionRequest {
577
461
 
578
462
  ServiceNamespace: ServiceNamespace | string | undefined;
@@ -593,16 +477,8 @@ export interface PutScheduledActionRequest {
593
477
 
594
478
  ScalableTargetAction?: ScalableTargetAction;
595
479
  }
596
- export declare namespace PutScheduledActionRequest {
597
-
598
- const filterSensitiveLog: (obj: PutScheduledActionRequest) => any;
599
- }
600
480
  export interface PutScheduledActionResponse {
601
481
  }
602
- export declare namespace PutScheduledActionResponse {
603
-
604
- const filterSensitiveLog: (obj: PutScheduledActionResponse) => any;
605
- }
606
482
  export interface RegisterScalableTargetRequest {
607
483
 
608
484
  ServiceNamespace: ServiceNamespace | string | undefined;
@@ -619,13 +495,71 @@ export interface RegisterScalableTargetRequest {
619
495
 
620
496
  SuspendedState?: SuspendedState;
621
497
  }
622
- export declare namespace RegisterScalableTargetRequest {
623
-
624
- const filterSensitiveLog: (obj: RegisterScalableTargetRequest) => any;
625
- }
626
498
  export interface RegisterScalableTargetResponse {
627
499
  }
628
- export declare namespace RegisterScalableTargetResponse {
629
-
630
- const filterSensitiveLog: (obj: RegisterScalableTargetResponse) => any;
631
- }
500
+
501
+ export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
502
+
503
+ export declare const DeleteScalingPolicyRequestFilterSensitiveLog: (obj: DeleteScalingPolicyRequest) => any;
504
+
505
+ export declare const DeleteScalingPolicyResponseFilterSensitiveLog: (obj: DeleteScalingPolicyResponse) => any;
506
+
507
+ export declare const DeleteScheduledActionRequestFilterSensitiveLog: (obj: DeleteScheduledActionRequest) => any;
508
+
509
+ export declare const DeleteScheduledActionResponseFilterSensitiveLog: (obj: DeleteScheduledActionResponse) => any;
510
+
511
+ export declare const DeregisterScalableTargetRequestFilterSensitiveLog: (obj: DeregisterScalableTargetRequest) => any;
512
+
513
+ export declare const DeregisterScalableTargetResponseFilterSensitiveLog: (obj: DeregisterScalableTargetResponse) => any;
514
+
515
+ export declare const DescribeScalableTargetsRequestFilterSensitiveLog: (obj: DescribeScalableTargetsRequest) => any;
516
+
517
+ export declare const SuspendedStateFilterSensitiveLog: (obj: SuspendedState) => any;
518
+
519
+ export declare const ScalableTargetFilterSensitiveLog: (obj: ScalableTarget) => any;
520
+
521
+ export declare const DescribeScalableTargetsResponseFilterSensitiveLog: (obj: DescribeScalableTargetsResponse) => any;
522
+
523
+ export declare const DescribeScalingActivitiesRequestFilterSensitiveLog: (obj: DescribeScalingActivitiesRequest) => any;
524
+
525
+ export declare const ScalingActivityFilterSensitiveLog: (obj: ScalingActivity) => any;
526
+
527
+ export declare const DescribeScalingActivitiesResponseFilterSensitiveLog: (obj: DescribeScalingActivitiesResponse) => any;
528
+
529
+ export declare const DescribeScalingPoliciesRequestFilterSensitiveLog: (obj: DescribeScalingPoliciesRequest) => any;
530
+
531
+ export declare const StepAdjustmentFilterSensitiveLog: (obj: StepAdjustment) => any;
532
+
533
+ export declare const StepScalingPolicyConfigurationFilterSensitiveLog: (obj: StepScalingPolicyConfiguration) => any;
534
+
535
+ export declare const MetricDimensionFilterSensitiveLog: (obj: MetricDimension) => any;
536
+
537
+ export declare const CustomizedMetricSpecificationFilterSensitiveLog: (obj: CustomizedMetricSpecification) => any;
538
+
539
+ export declare const PredefinedMetricSpecificationFilterSensitiveLog: (obj: PredefinedMetricSpecification) => any;
540
+
541
+ export declare const TargetTrackingScalingPolicyConfigurationFilterSensitiveLog: (obj: TargetTrackingScalingPolicyConfiguration) => any;
542
+
543
+ export declare const ScalingPolicyFilterSensitiveLog: (obj: ScalingPolicy) => any;
544
+
545
+ export declare const DescribeScalingPoliciesResponseFilterSensitiveLog: (obj: DescribeScalingPoliciesResponse) => any;
546
+
547
+ export declare const DescribeScheduledActionsRequestFilterSensitiveLog: (obj: DescribeScheduledActionsRequest) => any;
548
+
549
+ export declare const ScalableTargetActionFilterSensitiveLog: (obj: ScalableTargetAction) => any;
550
+
551
+ export declare const ScheduledActionFilterSensitiveLog: (obj: ScheduledAction) => any;
552
+
553
+ export declare const DescribeScheduledActionsResponseFilterSensitiveLog: (obj: DescribeScheduledActionsResponse) => any;
554
+
555
+ export declare const PutScalingPolicyRequestFilterSensitiveLog: (obj: PutScalingPolicyRequest) => any;
556
+
557
+ export declare const PutScalingPolicyResponseFilterSensitiveLog: (obj: PutScalingPolicyResponse) => any;
558
+
559
+ export declare const PutScheduledActionRequestFilterSensitiveLog: (obj: PutScheduledActionRequest) => any;
560
+
561
+ export declare const PutScheduledActionResponseFilterSensitiveLog: (obj: PutScheduledActionResponse) => any;
562
+
563
+ export declare const RegisterScalableTargetRequestFilterSensitiveLog: (obj: RegisterScalableTargetRequest) => any;
564
+
565
+ export declare const RegisterScalableTargetResponseFilterSensitiveLog: (obj: RegisterScalableTargetResponse) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-auto-scaling",
3
3
  "description": "AWS SDK for JavaScript Application Auto Scaling Client for Node.js, Browser and React Native",
4
- "version": "3.131.0",
4
+ "version": "3.137.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.131.0",
21
+ "@aws-sdk/client-sts": "3.137.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.131.0",
23
+ "@aws-sdk/credential-provider-node": "3.137.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.137.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.130.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.137.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.137.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",