@aws-sdk/client-application-auto-scaling 3.427.0 → 3.429.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.
@@ -112,7 +112,7 @@ export interface DeleteScalingPolicyRequest {
112
112
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
113
113
  * by your own application or service, use <code>custom-resource</code> instead.</p>
114
114
  */
115
- ServiceNamespace: ServiceNamespace | string | undefined;
115
+ ServiceNamespace: ServiceNamespace | undefined;
116
116
  /**
117
117
  * @public
118
118
  * <p>The identifier of the resource associated with the scalable target.
@@ -277,7 +277,7 @@ export interface DeleteScalingPolicyRequest {
277
277
  * </li>
278
278
  * </ul>
279
279
  */
280
- ScalableDimension: ScalableDimension | string | undefined;
280
+ ScalableDimension: ScalableDimension | undefined;
281
281
  }
282
282
  /**
283
283
  * @public
@@ -337,7 +337,7 @@ export interface DeleteScheduledActionRequest {
337
337
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
338
338
  * by your own application or service, use <code>custom-resource</code> instead.</p>
339
339
  */
340
- ServiceNamespace: ServiceNamespace | string | undefined;
340
+ ServiceNamespace: ServiceNamespace | undefined;
341
341
  /**
342
342
  * @public
343
343
  * <p>The name of the scheduled action.</p>
@@ -507,7 +507,7 @@ export interface DeleteScheduledActionRequest {
507
507
  * </li>
508
508
  * </ul>
509
509
  */
510
- ScalableDimension: ScalableDimension | string | undefined;
510
+ ScalableDimension: ScalableDimension | undefined;
511
511
  }
512
512
  /**
513
513
  * @public
@@ -523,7 +523,7 @@ export interface DeregisterScalableTargetRequest {
523
523
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
524
524
  * by your own application or service, use <code>custom-resource</code> instead.</p>
525
525
  */
526
- ServiceNamespace: ServiceNamespace | string | undefined;
526
+ ServiceNamespace: ServiceNamespace | undefined;
527
527
  /**
528
528
  * @public
529
529
  * <p>The identifier of the resource associated with the scalable target.
@@ -689,7 +689,7 @@ export interface DeregisterScalableTargetRequest {
689
689
  * </li>
690
690
  * </ul>
691
691
  */
692
- ScalableDimension: ScalableDimension | string | undefined;
692
+ ScalableDimension: ScalableDimension | undefined;
693
693
  }
694
694
  /**
695
695
  * @public
@@ -705,7 +705,7 @@ export interface DescribeScalableTargetsRequest {
705
705
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
706
706
  * by your own application or service, use <code>custom-resource</code> instead.</p>
707
707
  */
708
- ServiceNamespace: ServiceNamespace | string | undefined;
708
+ ServiceNamespace: ServiceNamespace | undefined;
709
709
  /**
710
710
  * @public
711
711
  * <p>The identifier of the resource associated with the scalable target.
@@ -871,7 +871,7 @@ export interface DescribeScalableTargetsRequest {
871
871
  * </li>
872
872
  * </ul>
873
873
  */
874
- ScalableDimension?: ScalableDimension | string;
874
+ ScalableDimension?: ScalableDimension;
875
875
  /**
876
876
  * @public
877
877
  * <p>The maximum number of scalable targets. This value can be between 1 and
@@ -927,7 +927,7 @@ export interface ScalableTarget {
927
927
  * <p>The namespace of the Amazon Web Services service that provides the resource, or a
928
928
  * <code>custom-resource</code>.</p>
929
929
  */
930
- ServiceNamespace: ServiceNamespace | string | undefined;
930
+ ServiceNamespace: ServiceNamespace | undefined;
931
931
  /**
932
932
  * @public
933
933
  * <p>The identifier of the resource associated with the scalable target.
@@ -1093,7 +1093,7 @@ export interface ScalableTarget {
1093
1093
  * </li>
1094
1094
  * </ul>
1095
1095
  */
1096
- ScalableDimension: ScalableDimension | string | undefined;
1096
+ ScalableDimension: ScalableDimension | undefined;
1097
1097
  /**
1098
1098
  * @public
1099
1099
  * <p>The minimum value to scale to in response to a scale-in activity.</p>
@@ -1165,7 +1165,7 @@ export interface DescribeScalingActivitiesRequest {
1165
1165
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
1166
1166
  * by your own application or service, use <code>custom-resource</code> instead.</p>
1167
1167
  */
1168
- ServiceNamespace: ServiceNamespace | string | undefined;
1168
+ ServiceNamespace: ServiceNamespace | undefined;
1169
1169
  /**
1170
1170
  * @public
1171
1171
  * <p>The identifier of the resource associated with the scaling activity.
@@ -1331,7 +1331,7 @@ export interface DescribeScalingActivitiesRequest {
1331
1331
  * </li>
1332
1332
  * </ul>
1333
1333
  */
1334
- ScalableDimension?: ScalableDimension | string;
1334
+ ScalableDimension?: ScalableDimension;
1335
1335
  /**
1336
1336
  * @public
1337
1337
  * <p>The maximum number of scalable targets. This value can be between 1 and
@@ -1434,7 +1434,7 @@ export interface ScalingActivity {
1434
1434
  * <p>The namespace of the Amazon Web Services service that provides the resource, or a
1435
1435
  * <code>custom-resource</code>.</p>
1436
1436
  */
1437
- ServiceNamespace: ServiceNamespace | string | undefined;
1437
+ ServiceNamespace: ServiceNamespace | undefined;
1438
1438
  /**
1439
1439
  * @public
1440
1440
  * <p>The identifier of the resource associated with the scaling activity.
@@ -1599,7 +1599,7 @@ export interface ScalingActivity {
1599
1599
  * </li>
1600
1600
  * </ul>
1601
1601
  */
1602
- ScalableDimension: ScalableDimension | string | undefined;
1602
+ ScalableDimension: ScalableDimension | undefined;
1603
1603
  /**
1604
1604
  * @public
1605
1605
  * <p>A simple description of what action the scaling activity intends to accomplish.</p>
@@ -1624,7 +1624,7 @@ export interface ScalingActivity {
1624
1624
  * @public
1625
1625
  * <p>Indicates the status of the scaling activity.</p>
1626
1626
  */
1627
- StatusCode: ScalingActivityStatusCode | string | undefined;
1627
+ StatusCode: ScalingActivityStatusCode | undefined;
1628
1628
  /**
1629
1629
  * @public
1630
1630
  * <p>A simple message about the current status of the scaling activity.</p>
@@ -1672,7 +1672,7 @@ export interface DescribeScalingPoliciesRequest {
1672
1672
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
1673
1673
  * by your own application or service, use <code>custom-resource</code> instead.</p>
1674
1674
  */
1675
- ServiceNamespace: ServiceNamespace | string | undefined;
1675
+ ServiceNamespace: ServiceNamespace | undefined;
1676
1676
  /**
1677
1677
  * @public
1678
1678
  * <p>The identifier of the resource associated with the scaling policy.
@@ -1838,7 +1838,7 @@ export interface DescribeScalingPoliciesRequest {
1838
1838
  * </li>
1839
1839
  * </ul>
1840
1840
  */
1841
- ScalableDimension?: ScalableDimension | string;
1841
+ ScalableDimension?: ScalableDimension;
1842
1842
  /**
1843
1843
  * @public
1844
1844
  * <p>The maximum number of scalable targets. This value can be between 1 and 10. The default
@@ -1963,7 +1963,7 @@ export interface StepScalingPolicyConfiguration {
1963
1963
  * <code>AdjustmentType</code> is required if you are adding a new step scaling policy
1964
1964
  * configuration.</p>
1965
1965
  */
1966
- AdjustmentType?: AdjustmentType | string;
1966
+ AdjustmentType?: AdjustmentType;
1967
1967
  /**
1968
1968
  * @public
1969
1969
  * <p>A set of adjustments that enable you to scale based on the size of the alarm
@@ -1995,7 +1995,7 @@ export interface StepScalingPolicyConfiguration {
1995
1995
  * <code>Maximum</code>, and <code>Average</code>. If the aggregation type is null, the
1996
1996
  * value is treated as <code>Average</code>.</p>
1997
1997
  */
1998
- MetricAggregationType?: MetricAggregationType | string;
1998
+ MetricAggregationType?: MetricAggregationType;
1999
1999
  }
2000
2000
  /**
2001
2001
  * @public
@@ -2207,7 +2207,7 @@ export interface CustomizedMetricSpecification {
2207
2207
  * @public
2208
2208
  * <p>The statistic of the metric.</p>
2209
2209
  */
2210
- Statistic?: MetricStatistic | string;
2210
+ Statistic?: MetricStatistic;
2211
2211
  /**
2212
2212
  * @public
2213
2213
  * <p>The unit of the metric. For a complete list of the units that CloudWatch supports, see the
@@ -2270,7 +2270,7 @@ export interface PredefinedMetricSpecification {
2270
2270
  * <p>The metric type. The <code>ALBRequestCountPerTarget</code> metric type applies only to
2271
2271
  * Spot Fleets and ECS services.</p>
2272
2272
  */
2273
- PredefinedMetricType: MetricType | string | undefined;
2273
+ PredefinedMetricType: MetricType | undefined;
2274
2274
  /**
2275
2275
  * @public
2276
2276
  * <p>Identifies the resource associated with the metric type. You can't specify a resource
@@ -2376,7 +2376,7 @@ export interface ScalingPolicy {
2376
2376
  * <p>The namespace of the Amazon Web Services service that provides the resource, or a
2377
2377
  * <code>custom-resource</code>.</p>
2378
2378
  */
2379
- ServiceNamespace: ServiceNamespace | string | undefined;
2379
+ ServiceNamespace: ServiceNamespace | undefined;
2380
2380
  /**
2381
2381
  * @public
2382
2382
  * <p>The identifier of the resource associated with the scaling policy.
@@ -2541,7 +2541,7 @@ export interface ScalingPolicy {
2541
2541
  * </li>
2542
2542
  * </ul>
2543
2543
  */
2544
- ScalableDimension: ScalableDimension | string | undefined;
2544
+ ScalableDimension: ScalableDimension | undefined;
2545
2545
  /**
2546
2546
  * @public
2547
2547
  * <p>The scaling policy type.</p>
@@ -2552,7 +2552,7 @@ export interface ScalingPolicy {
2552
2552
  * <code>StepScaling</code>—Not supported for DynamoDB, Amazon Comprehend, Lambda, Amazon Keyspaces, Amazon MSK, Amazon ElastiCache, or
2553
2553
  * Neptune.</p>
2554
2554
  */
2555
- PolicyType: PolicyType | string | undefined;
2555
+ PolicyType: PolicyType | undefined;
2556
2556
  /**
2557
2557
  * @public
2558
2558
  * <p>A step scaling policy.</p>
@@ -2620,7 +2620,7 @@ export interface DescribeScheduledActionsRequest {
2620
2620
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
2621
2621
  * by your own application or service, use <code>custom-resource</code> instead.</p>
2622
2622
  */
2623
- ServiceNamespace: ServiceNamespace | string | undefined;
2623
+ ServiceNamespace: ServiceNamespace | undefined;
2624
2624
  /**
2625
2625
  * @public
2626
2626
  * <p>The identifier of the resource associated with the scheduled action.
@@ -2786,7 +2786,7 @@ export interface DescribeScheduledActionsRequest {
2786
2786
  * </li>
2787
2787
  * </ul>
2788
2788
  */
2789
- ScalableDimension?: ScalableDimension | string;
2789
+ ScalableDimension?: ScalableDimension;
2790
2790
  /**
2791
2791
  * @public
2792
2792
  * <p>The maximum number of scheduled action results. This value can be between
@@ -2849,7 +2849,7 @@ export interface ScheduledAction {
2849
2849
  * <p>The namespace of the Amazon Web Services service that provides the resource, or a
2850
2850
  * <code>custom-resource</code>.</p>
2851
2851
  */
2852
- ServiceNamespace: ServiceNamespace | string | undefined;
2852
+ ServiceNamespace: ServiceNamespace | undefined;
2853
2853
  /**
2854
2854
  * @public
2855
2855
  * <p>The schedule for this action. The following formats are supported:</p>
@@ -3046,7 +3046,7 @@ export interface ScheduledAction {
3046
3046
  * </li>
3047
3047
  * </ul>
3048
3048
  */
3049
- ScalableDimension?: ScalableDimension | string;
3049
+ ScalableDimension?: ScalableDimension;
3050
3050
  /**
3051
3051
  * @public
3052
3052
  * <p>The date and time that the action is scheduled to begin, in UTC.</p>
@@ -3158,7 +3158,7 @@ export interface PutScalingPolicyRequest {
3158
3158
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
3159
3159
  * by your own application or service, use <code>custom-resource</code> instead.</p>
3160
3160
  */
3161
- ServiceNamespace: ServiceNamespace | string | undefined;
3161
+ ServiceNamespace: ServiceNamespace | undefined;
3162
3162
  /**
3163
3163
  * @public
3164
3164
  * <p>The identifier of the resource associated with the scaling policy.
@@ -3323,7 +3323,7 @@ export interface PutScalingPolicyRequest {
3323
3323
  * </li>
3324
3324
  * </ul>
3325
3325
  */
3326
- ScalableDimension: ScalableDimension | string | undefined;
3326
+ ScalableDimension: ScalableDimension | undefined;
3327
3327
  /**
3328
3328
  * @public
3329
3329
  * <p>The scaling policy type. This parameter is required if you are creating a scaling
@@ -3337,7 +3337,7 @@ export interface PutScalingPolicyRequest {
3337
3337
  * <p>For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html">Target
3338
3338
  * tracking scaling policies</a> and <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html">Step scaling policies</a> in the <i>Application Auto Scaling User Guide</i>.</p>
3339
3339
  */
3340
- PolicyType?: PolicyType | string;
3340
+ PolicyType?: PolicyType;
3341
3341
  /**
3342
3342
  * @public
3343
3343
  * <p>A step scaling policy.</p>
@@ -3378,7 +3378,7 @@ export interface PutScheduledActionRequest {
3378
3378
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
3379
3379
  * by your own application or service, use <code>custom-resource</code> instead.</p>
3380
3380
  */
3381
- ServiceNamespace: ServiceNamespace | string | undefined;
3381
+ ServiceNamespace: ServiceNamespace | undefined;
3382
3382
  /**
3383
3383
  * @public
3384
3384
  * <p>The schedule for this action. The following formats are supported:</p>
@@ -3583,7 +3583,7 @@ export interface PutScheduledActionRequest {
3583
3583
  * </li>
3584
3584
  * </ul>
3585
3585
  */
3586
- ScalableDimension: ScalableDimension | string | undefined;
3586
+ ScalableDimension: ScalableDimension | undefined;
3587
3587
  /**
3588
3588
  * @public
3589
3589
  * <p>The date and time for this scheduled action to start, in UTC.</p>
@@ -3617,7 +3617,7 @@ export interface RegisterScalableTargetRequest {
3617
3617
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
3618
3618
  * by your own application or service, use <code>custom-resource</code> instead.</p>
3619
3619
  */
3620
- ServiceNamespace: ServiceNamespace | string | undefined;
3620
+ ServiceNamespace: ServiceNamespace | undefined;
3621
3621
  /**
3622
3622
  * @public
3623
3623
  * <p>The identifier of the resource that is associated with the scalable target.
@@ -3783,7 +3783,7 @@ export interface RegisterScalableTargetRequest {
3783
3783
  * </li>
3784
3784
  * </ul>
3785
3785
  */
3786
- ScalableDimension: ScalableDimension | string | undefined;
3786
+ ScalableDimension: ScalableDimension | undefined;
3787
3787
  /**
3788
3788
  * @public
3789
3789
  * <p>The minimum value that you plan to scale in to. When a scaling policy is in effect,
@@ -64,9 +64,9 @@ export type ServiceNamespace =
64
64
  (typeof ServiceNamespace)[keyof typeof ServiceNamespace];
65
65
  export interface DeleteScalingPolicyRequest {
66
66
  PolicyName: string | undefined;
67
- ServiceNamespace: ServiceNamespace | string | undefined;
67
+ ServiceNamespace: ServiceNamespace | undefined;
68
68
  ResourceId: string | undefined;
69
- ScalableDimension: ScalableDimension | string | undefined;
69
+ ScalableDimension: ScalableDimension | undefined;
70
70
  }
71
71
  export interface DeleteScalingPolicyResponse {}
72
72
  export declare class InternalServiceException extends __BaseException {
@@ -94,22 +94,22 @@ export declare class ValidationException extends __BaseException {
94
94
  );
95
95
  }
96
96
  export interface DeleteScheduledActionRequest {
97
- ServiceNamespace: ServiceNamespace | string | undefined;
97
+ ServiceNamespace: ServiceNamespace | undefined;
98
98
  ScheduledActionName: string | undefined;
99
99
  ResourceId: string | undefined;
100
- ScalableDimension: ScalableDimension | string | undefined;
100
+ ScalableDimension: ScalableDimension | undefined;
101
101
  }
102
102
  export interface DeleteScheduledActionResponse {}
103
103
  export interface DeregisterScalableTargetRequest {
104
- ServiceNamespace: ServiceNamespace | string | undefined;
104
+ ServiceNamespace: ServiceNamespace | undefined;
105
105
  ResourceId: string | undefined;
106
- ScalableDimension: ScalableDimension | string | undefined;
106
+ ScalableDimension: ScalableDimension | undefined;
107
107
  }
108
108
  export interface DeregisterScalableTargetResponse {}
109
109
  export interface DescribeScalableTargetsRequest {
110
- ServiceNamespace: ServiceNamespace | string | undefined;
110
+ ServiceNamespace: ServiceNamespace | undefined;
111
111
  ResourceIds?: string[];
112
- ScalableDimension?: ScalableDimension | string;
112
+ ScalableDimension?: ScalableDimension;
113
113
  MaxResults?: number;
114
114
  NextToken?: string;
115
115
  }
@@ -119,9 +119,9 @@ export interface SuspendedState {
119
119
  ScheduledScalingSuspended?: boolean;
120
120
  }
121
121
  export interface ScalableTarget {
122
- ServiceNamespace: ServiceNamespace | string | undefined;
122
+ ServiceNamespace: ServiceNamespace | undefined;
123
123
  ResourceId: string | undefined;
124
- ScalableDimension: ScalableDimension | string | undefined;
124
+ ScalableDimension: ScalableDimension | undefined;
125
125
  MinCapacity: number | undefined;
126
126
  MaxCapacity: number | undefined;
127
127
  RoleARN: string | undefined;
@@ -142,9 +142,9 @@ export declare class InvalidNextTokenException extends __BaseException {
142
142
  );
143
143
  }
144
144
  export interface DescribeScalingActivitiesRequest {
145
- ServiceNamespace: ServiceNamespace | string | undefined;
145
+ ServiceNamespace: ServiceNamespace | undefined;
146
146
  ResourceId?: string;
147
- ScalableDimension?: ScalableDimension | string;
147
+ ScalableDimension?: ScalableDimension;
148
148
  MaxResults?: number;
149
149
  NextToken?: string;
150
150
  IncludeNotScaledActivities?: boolean;
@@ -167,14 +167,14 @@ export type ScalingActivityStatusCode =
167
167
  (typeof ScalingActivityStatusCode)[keyof typeof ScalingActivityStatusCode];
168
168
  export interface ScalingActivity {
169
169
  ActivityId: string | undefined;
170
- ServiceNamespace: ServiceNamespace | string | undefined;
170
+ ServiceNamespace: ServiceNamespace | undefined;
171
171
  ResourceId: string | undefined;
172
- ScalableDimension: ScalableDimension | string | undefined;
172
+ ScalableDimension: ScalableDimension | undefined;
173
173
  Description: string | undefined;
174
174
  Cause: string | undefined;
175
175
  StartTime: Date | undefined;
176
176
  EndTime?: Date;
177
- StatusCode: ScalingActivityStatusCode | string | undefined;
177
+ StatusCode: ScalingActivityStatusCode | undefined;
178
178
  StatusMessage?: string;
179
179
  Details?: string;
180
180
  NotScaledReasons?: NotScaledReason[];
@@ -185,9 +185,9 @@ export interface DescribeScalingActivitiesResponse {
185
185
  }
186
186
  export interface DescribeScalingPoliciesRequest {
187
187
  PolicyNames?: string[];
188
- ServiceNamespace: ServiceNamespace | string | undefined;
188
+ ServiceNamespace: ServiceNamespace | undefined;
189
189
  ResourceId?: string;
190
- ScalableDimension?: ScalableDimension | string;
190
+ ScalableDimension?: ScalableDimension;
191
191
  MaxResults?: number;
192
192
  NextToken?: string;
193
193
  }
@@ -209,11 +209,11 @@ export interface StepAdjustment {
209
209
  ScalingAdjustment: number | undefined;
210
210
  }
211
211
  export interface StepScalingPolicyConfiguration {
212
- AdjustmentType?: AdjustmentType | string;
212
+ AdjustmentType?: AdjustmentType;
213
213
  StepAdjustments?: StepAdjustment[];
214
214
  MinAdjustmentMagnitude?: number;
215
215
  Cooldown?: number;
216
- MetricAggregationType?: MetricAggregationType | string;
216
+ MetricAggregationType?: MetricAggregationType;
217
217
  }
218
218
  export interface MetricDimension {
219
219
  Name: string | undefined;
@@ -253,7 +253,7 @@ export interface CustomizedMetricSpecification {
253
253
  MetricName?: string;
254
254
  Namespace?: string;
255
255
  Dimensions?: MetricDimension[];
256
- Statistic?: MetricStatistic | string;
256
+ Statistic?: MetricStatistic;
257
257
  Unit?: string;
258
258
  Metrics?: TargetTrackingMetricDataQuery[];
259
259
  }
@@ -284,7 +284,7 @@ export declare const MetricType: {
284
284
  };
285
285
  export type MetricType = (typeof MetricType)[keyof typeof MetricType];
286
286
  export interface PredefinedMetricSpecification {
287
- PredefinedMetricType: MetricType | string | undefined;
287
+ PredefinedMetricType: MetricType | undefined;
288
288
  ResourceLabel?: string;
289
289
  }
290
290
  export interface TargetTrackingScalingPolicyConfiguration {
@@ -298,10 +298,10 @@ export interface TargetTrackingScalingPolicyConfiguration {
298
298
  export interface ScalingPolicy {
299
299
  PolicyARN: string | undefined;
300
300
  PolicyName: string | undefined;
301
- ServiceNamespace: ServiceNamespace | string | undefined;
301
+ ServiceNamespace: ServiceNamespace | undefined;
302
302
  ResourceId: string | undefined;
303
- ScalableDimension: ScalableDimension | string | undefined;
304
- PolicyType: PolicyType | string | undefined;
303
+ ScalableDimension: ScalableDimension | undefined;
304
+ PolicyType: PolicyType | undefined;
305
305
  StepScalingPolicyConfiguration?: StepScalingPolicyConfiguration;
306
306
  TargetTrackingScalingPolicyConfiguration?: TargetTrackingScalingPolicyConfiguration;
307
307
  Alarms?: Alarm[];
@@ -321,9 +321,9 @@ export declare class FailedResourceAccessException extends __BaseException {
321
321
  }
322
322
  export interface DescribeScheduledActionsRequest {
323
323
  ScheduledActionNames?: string[];
324
- ServiceNamespace: ServiceNamespace | string | undefined;
324
+ ServiceNamespace: ServiceNamespace | undefined;
325
325
  ResourceId?: string;
326
- ScalableDimension?: ScalableDimension | string;
326
+ ScalableDimension?: ScalableDimension;
327
327
  MaxResults?: number;
328
328
  NextToken?: string;
329
329
  }
@@ -334,11 +334,11 @@ export interface ScalableTargetAction {
334
334
  export interface ScheduledAction {
335
335
  ScheduledActionName: string | undefined;
336
336
  ScheduledActionARN: string | undefined;
337
- ServiceNamespace: ServiceNamespace | string | undefined;
337
+ ServiceNamespace: ServiceNamespace | undefined;
338
338
  Schedule: string | undefined;
339
339
  Timezone?: string;
340
340
  ResourceId: string | undefined;
341
- ScalableDimension?: ScalableDimension | string;
341
+ ScalableDimension?: ScalableDimension;
342
342
  StartTime?: Date;
343
343
  EndTime?: Date;
344
344
  ScalableTargetAction?: ScalableTargetAction;
@@ -373,10 +373,10 @@ export declare class LimitExceededException extends __BaseException {
373
373
  }
374
374
  export interface PutScalingPolicyRequest {
375
375
  PolicyName: string | undefined;
376
- ServiceNamespace: ServiceNamespace | string | undefined;
376
+ ServiceNamespace: ServiceNamespace | undefined;
377
377
  ResourceId: string | undefined;
378
- ScalableDimension: ScalableDimension | string | undefined;
379
- PolicyType?: PolicyType | string;
378
+ ScalableDimension: ScalableDimension | undefined;
379
+ PolicyType?: PolicyType;
380
380
  StepScalingPolicyConfiguration?: StepScalingPolicyConfiguration;
381
381
  TargetTrackingScalingPolicyConfiguration?: TargetTrackingScalingPolicyConfiguration;
382
382
  }
@@ -385,21 +385,21 @@ export interface PutScalingPolicyResponse {
385
385
  Alarms?: Alarm[];
386
386
  }
387
387
  export interface PutScheduledActionRequest {
388
- ServiceNamespace: ServiceNamespace | string | undefined;
388
+ ServiceNamespace: ServiceNamespace | undefined;
389
389
  Schedule?: string;
390
390
  Timezone?: string;
391
391
  ScheduledActionName: string | undefined;
392
392
  ResourceId: string | undefined;
393
- ScalableDimension: ScalableDimension | string | undefined;
393
+ ScalableDimension: ScalableDimension | undefined;
394
394
  StartTime?: Date;
395
395
  EndTime?: Date;
396
396
  ScalableTargetAction?: ScalableTargetAction;
397
397
  }
398
398
  export interface PutScheduledActionResponse {}
399
399
  export interface RegisterScalableTargetRequest {
400
- ServiceNamespace: ServiceNamespace | string | undefined;
400
+ ServiceNamespace: ServiceNamespace | undefined;
401
401
  ResourceId: string | undefined;
402
- ScalableDimension: ScalableDimension | string | undefined;
402
+ ScalableDimension: ScalableDimension | undefined;
403
403
  MinCapacity?: number;
404
404
  MaxCapacity?: number;
405
405
  RoleARN?: string;
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.427.0",
4
+ "version": "3.429.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",
@@ -21,39 +21,39 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"
59
59
  },