@aws-sdk/client-application-auto-scaling 3.295.0 → 3.297.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 (23) hide show
  1. package/dist-types/ApplicationAutoScaling.d.ts +14 -0
  2. package/dist-types/ApplicationAutoScalingClient.d.ts +24 -4
  3. package/dist-types/commands/DeleteScalingPolicyCommand.d.ts +16 -0
  4. package/dist-types/commands/DeleteScheduledActionCommand.d.ts +30 -0
  5. package/dist-types/commands/DeregisterScalableTargetCommand.d.ts +16 -0
  6. package/dist-types/commands/DescribeScalableTargetsCommand.d.ts +16 -0
  7. package/dist-types/commands/DescribeScalingActivitiesCommand.d.ts +16 -0
  8. package/dist-types/commands/DescribeScalingPoliciesCommand.d.ts +16 -0
  9. package/dist-types/commands/DescribeScheduledActionsCommand.d.ts +59 -0
  10. package/dist-types/commands/ListTagsForResourceCommand.d.ts +34 -0
  11. package/dist-types/commands/PutScalingPolicyCommand.d.ts +16 -0
  12. package/dist-types/commands/PutScheduledActionCommand.d.ts +34 -0
  13. package/dist-types/commands/RegisterScalableTargetCommand.d.ts +16 -0
  14. package/dist-types/commands/TagResourceCommand.d.ts +30 -0
  15. package/dist-types/commands/UntagResourceCommand.d.ts +30 -0
  16. package/dist-types/models/ApplicationAutoScalingServiceException.d.ts +2 -0
  17. package/dist-types/models/models_0.d.ts +129 -0
  18. package/dist-types/pagination/DescribeScalableTargetsPaginator.d.ts +3 -0
  19. package/dist-types/pagination/DescribeScalingActivitiesPaginator.d.ts +3 -0
  20. package/dist-types/pagination/DescribeScalingPoliciesPaginator.d.ts +3 -0
  21. package/dist-types/pagination/DescribeScheduledActionsPaginator.d.ts +3 -0
  22. package/dist-types/pagination/Interfaces.d.ts +3 -0
  23. package/package.json +29 -29
@@ -1,11 +1,15 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ApplicationAutoScalingServiceException as __BaseException } from "./ApplicationAutoScalingServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export declare enum AdjustmentType {
4
7
  ChangeInCapacity = "ChangeInCapacity",
5
8
  ExactCapacity = "ExactCapacity",
6
9
  PercentChangeInCapacity = "PercentChangeInCapacity"
7
10
  }
8
11
  /**
12
+ * @public
9
13
  * <p>Represents a CloudWatch alarm associated with a scaling policy.</p>
10
14
  */
11
15
  export interface Alarm {
@@ -19,6 +23,7 @@ export interface Alarm {
19
23
  AlarmARN: string | undefined;
20
24
  }
21
25
  /**
26
+ * @public
22
27
  * <p>Concurrent updates caused an exception, for example, if you request an update to an
23
28
  * Application Auto Scaling resource that already has a pending update.</p>
24
29
  */
@@ -31,6 +36,9 @@ export declare class ConcurrentUpdateException extends __BaseException {
31
36
  */
32
37
  constructor(opts: __ExceptionOptionType<ConcurrentUpdateException, __BaseException>);
33
38
  }
39
+ /**
40
+ * @public
41
+ */
34
42
  export declare enum ScalableDimension {
35
43
  AppstreamFleetDesiredCapacity = "appstream:fleet:DesiredCapacity",
36
44
  CassandraTableReadCapacityUnits = "cassandra:table:ReadCapacityUnits",
@@ -53,6 +61,9 @@ export declare enum ScalableDimension {
53
61
  RDSClusterReadReplicaCount = "rds:cluster:ReadReplicaCount",
54
62
  SageMakerVariantDesiredInstanceCount = "sagemaker:variant:DesiredInstanceCount"
55
63
  }
64
+ /**
65
+ * @public
66
+ */
56
67
  export declare enum ServiceNamespace {
57
68
  APPSTREAM = "appstream",
58
69
  CASSANDRA = "cassandra",
@@ -69,6 +80,9 @@ export declare enum ServiceNamespace {
69
80
  RDS = "rds",
70
81
  SAGEMAKER = "sagemaker"
71
82
  }
83
+ /**
84
+ * @public
85
+ */
72
86
  export interface DeleteScalingPolicyRequest {
73
87
  /**
74
88
  * <p>The name of the scaling policy.</p>
@@ -235,9 +249,13 @@ export interface DeleteScalingPolicyRequest {
235
249
  */
236
250
  ScalableDimension: ScalableDimension | string | undefined;
237
251
  }
252
+ /**
253
+ * @public
254
+ */
238
255
  export interface DeleteScalingPolicyResponse {
239
256
  }
240
257
  /**
258
+ * @public
241
259
  * <p>The service encountered an internal error.</p>
242
260
  */
243
261
  export declare class InternalServiceException extends __BaseException {
@@ -250,6 +268,7 @@ export declare class InternalServiceException extends __BaseException {
250
268
  constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
251
269
  }
252
270
  /**
271
+ * @public
253
272
  * <p>The specified object could not be found. For any operation that depends on the existence
254
273
  * of a scalable target, this exception is thrown if the scalable target with the specified
255
274
  * service namespace, resource ID, and scalable dimension does not exist. For any operation
@@ -266,6 +285,7 @@ export declare class ObjectNotFoundException extends __BaseException {
266
285
  constructor(opts: __ExceptionOptionType<ObjectNotFoundException, __BaseException>);
267
286
  }
268
287
  /**
288
+ * @public
269
289
  * <p>An exception was thrown for a validation issue. Review the available parameters for the
270
290
  * API request.</p>
271
291
  */
@@ -278,6 +298,9 @@ export declare class ValidationException extends __BaseException {
278
298
  */
279
299
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
280
300
  }
301
+ /**
302
+ * @public
303
+ */
281
304
  export interface DeleteScheduledActionRequest {
282
305
  /**
283
306
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
@@ -444,8 +467,14 @@ export interface DeleteScheduledActionRequest {
444
467
  */
445
468
  ScalableDimension: ScalableDimension | string | undefined;
446
469
  }
470
+ /**
471
+ * @public
472
+ */
447
473
  export interface DeleteScheduledActionResponse {
448
474
  }
475
+ /**
476
+ * @public
477
+ */
449
478
  export interface DeregisterScalableTargetRequest {
450
479
  /**
451
480
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
@@ -609,8 +638,14 @@ export interface DeregisterScalableTargetRequest {
609
638
  */
610
639
  ScalableDimension: ScalableDimension | string | undefined;
611
640
  }
641
+ /**
642
+ * @public
643
+ */
612
644
  export interface DeregisterScalableTargetResponse {
613
645
  }
646
+ /**
647
+ * @public
648
+ */
614
649
  export interface DescribeScalableTargetsRequest {
615
650
  /**
616
651
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
@@ -789,6 +824,7 @@ export interface DescribeScalableTargetsRequest {
789
824
  NextToken?: string;
790
825
  }
791
826
  /**
827
+ * @public
792
828
  * <p>Specifies whether the scaling activities for a scalable target are in a suspended state.
793
829
  * </p>
794
830
  */
@@ -813,6 +849,7 @@ export interface SuspendedState {
813
849
  ScheduledScalingSuspended?: boolean;
814
850
  }
815
851
  /**
852
+ * @public
816
853
  * <p>Represents a scalable target.</p>
817
854
  */
818
855
  export interface ScalableTarget {
@@ -1004,6 +1041,9 @@ export interface ScalableTarget {
1004
1041
  */
1005
1042
  ScalableTargetARN?: string;
1006
1043
  }
1044
+ /**
1045
+ * @public
1046
+ */
1007
1047
  export interface DescribeScalableTargetsResponse {
1008
1048
  /**
1009
1049
  * <p>The scalable targets that match the request parameters.</p>
@@ -1016,6 +1056,7 @@ export interface DescribeScalableTargetsResponse {
1016
1056
  NextToken?: string;
1017
1057
  }
1018
1058
  /**
1059
+ * @public
1019
1060
  * <p>The next token supplied was invalid.</p>
1020
1061
  */
1021
1062
  export declare class InvalidNextTokenException extends __BaseException {
@@ -1027,6 +1068,9 @@ export declare class InvalidNextTokenException extends __BaseException {
1027
1068
  */
1028
1069
  constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
1029
1070
  }
1071
+ /**
1072
+ * @public
1073
+ */
1030
1074
  export interface DescribeScalingActivitiesRequest {
1031
1075
  /**
1032
1076
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
@@ -1212,6 +1256,7 @@ export interface DescribeScalingActivitiesRequest {
1212
1256
  IncludeNotScaledActivities?: boolean;
1213
1257
  }
1214
1258
  /**
1259
+ * @public
1215
1260
  * <p>Describes the reason for an activity that isn't scaled (<i>not scaled
1216
1261
  * activity</i>), in machine-readable format. For help interpreting the not scaled
1217
1262
  * reason details, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-scaling-activities.html">Scaling activities for Application Auto Scaling</a>.</p>
@@ -1252,6 +1297,9 @@ export interface NotScaledReason {
1252
1297
  */
1253
1298
  CurrentCapacity?: number;
1254
1299
  }
1300
+ /**
1301
+ * @public
1302
+ */
1255
1303
  export declare enum ScalingActivityStatusCode {
1256
1304
  Failed = "Failed",
1257
1305
  InProgress = "InProgress",
@@ -1261,6 +1309,7 @@ export declare enum ScalingActivityStatusCode {
1261
1309
  Unfulfilled = "Unfulfilled"
1262
1310
  }
1263
1311
  /**
1312
+ * @public
1264
1313
  * <p>Represents a scaling activity.</p>
1265
1314
  */
1266
1315
  export interface ScalingActivity {
@@ -1462,6 +1511,9 @@ export interface ScalingActivity {
1462
1511
  */
1463
1512
  NotScaledReasons?: NotScaledReason[];
1464
1513
  }
1514
+ /**
1515
+ * @public
1516
+ */
1465
1517
  export interface DescribeScalingActivitiesResponse {
1466
1518
  /**
1467
1519
  * <p>A list of scaling activity objects.</p>
@@ -1473,6 +1525,9 @@ export interface DescribeScalingActivitiesResponse {
1473
1525
  */
1474
1526
  NextToken?: string;
1475
1527
  }
1528
+ /**
1529
+ * @public
1530
+ */
1476
1531
  export interface DescribeScalingPoliciesRequest {
1477
1532
  /**
1478
1533
  * <p>The names of the scaling policies to describe.</p>
@@ -1654,16 +1709,23 @@ export interface DescribeScalingPoliciesRequest {
1654
1709
  */
1655
1710
  NextToken?: string;
1656
1711
  }
1712
+ /**
1713
+ * @public
1714
+ */
1657
1715
  export declare enum PolicyType {
1658
1716
  StepScaling = "StepScaling",
1659
1717
  TargetTrackingScaling = "TargetTrackingScaling"
1660
1718
  }
1719
+ /**
1720
+ * @public
1721
+ */
1661
1722
  export declare enum MetricAggregationType {
1662
1723
  Average = "Average",
1663
1724
  Maximum = "Maximum",
1664
1725
  Minimum = "Minimum"
1665
1726
  }
1666
1727
  /**
1728
+ * @public
1667
1729
  * <p>Represents a step adjustment for a <a href="https://docs.aws.amazon.com/autoscaling/application/APIReference/API_StepScalingPolicyConfiguration.html">StepScalingPolicyConfiguration</a>. Describes an adjustment based on the difference
1668
1730
  * between the value of the aggregated CloudWatch metric and the breach threshold that you've
1669
1731
  * defined for the alarm. </p>
@@ -1727,6 +1789,7 @@ export interface StepAdjustment {
1727
1789
  ScalingAdjustment: number | undefined;
1728
1790
  }
1729
1791
  /**
1792
+ * @public
1730
1793
  * <p>Represents a step scaling policy configuration to use with Application Auto Scaling.</p>
1731
1794
  */
1732
1795
  export interface StepScalingPolicyConfiguration {
@@ -1829,6 +1892,7 @@ export interface StepScalingPolicyConfiguration {
1829
1892
  MetricAggregationType?: MetricAggregationType | string;
1830
1893
  }
1831
1894
  /**
1895
+ * @public
1832
1896
  * <p>Describes the dimension names and values associated with a metric.</p>
1833
1897
  */
1834
1898
  export interface MetricDimension {
@@ -1842,6 +1906,7 @@ export interface MetricDimension {
1842
1906
  Value: string | undefined;
1843
1907
  }
1844
1908
  /**
1909
+ * @public
1845
1910
  * <p>Describes the dimension of a metric.</p>
1846
1911
  */
1847
1912
  export interface TargetTrackingMetricDimension {
@@ -1855,6 +1920,7 @@ export interface TargetTrackingMetricDimension {
1855
1920
  Value: string | undefined;
1856
1921
  }
1857
1922
  /**
1923
+ * @public
1858
1924
  * <p>Represents a specific metric.</p>
1859
1925
  * <p>Metric is a property of the <a>TargetTrackingMetricStat</a> object.</p>
1860
1926
  */
@@ -1880,6 +1946,7 @@ export interface TargetTrackingMetric {
1880
1946
  Namespace?: string;
1881
1947
  }
1882
1948
  /**
1949
+ * @public
1883
1950
  * <p>This structure defines the CloudWatch metric to return, along with the statistic, period, and
1884
1951
  * unit.</p>
1885
1952
  * <p>For more information about the CloudWatch terminology below, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html">Amazon CloudWatch
@@ -1906,6 +1973,7 @@ export interface TargetTrackingMetricStat {
1906
1973
  Unit?: string;
1907
1974
  }
1908
1975
  /**
1976
+ * @public
1909
1977
  * <p>The metric data to return. Also defines whether this call is returning data for one
1910
1978
  * metric only, or whether it is performing a math expression on the values of returned metric
1911
1979
  * statistics to create a new time series. A time series is a series of data points, each of
@@ -1955,6 +2023,9 @@ export interface TargetTrackingMetricDataQuery {
1955
2023
  */
1956
2024
  ReturnData?: boolean;
1957
2025
  }
2026
+ /**
2027
+ * @public
2028
+ */
1958
2029
  export declare enum MetricStatistic {
1959
2030
  Average = "Average",
1960
2031
  Maximum = "Maximum",
@@ -1963,6 +2034,7 @@ export declare enum MetricStatistic {
1963
2034
  Sum = "Sum"
1964
2035
  }
1965
2036
  /**
2037
+ * @public
1966
2038
  * <p>Represents a CloudWatch metric of your choosing for a target tracking scaling policy to use
1967
2039
  * with Application Auto Scaling.</p>
1968
2040
  * <p>For information about the available metrics for a service, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html">Amazon Web Services
@@ -2018,6 +2090,9 @@ export interface CustomizedMetricSpecification {
2018
2090
  */
2019
2091
  Metrics?: TargetTrackingMetricDataQuery[];
2020
2092
  }
2093
+ /**
2094
+ * @public
2095
+ */
2021
2096
  export declare enum MetricType {
2022
2097
  ALBRequestCountPerTarget = "ALBRequestCountPerTarget",
2023
2098
  AppStreamAverageCapacityUtilization = "AppStreamAverageCapacityUtilization",
@@ -2042,6 +2117,7 @@ export declare enum MetricType {
2042
2117
  SageMakerVariantInvocationsPerInstance = "SageMakerVariantInvocationsPerInstance"
2043
2118
  }
2044
2119
  /**
2120
+ * @public
2045
2121
  * <p>Represents a predefined metric for a target tracking scaling policy to use with
2046
2122
  * Application Auto Scaling.</p>
2047
2123
  * <p>Only the Amazon Web Services that you're using send metrics to Amazon CloudWatch. To determine whether a
@@ -2081,6 +2157,7 @@ export interface PredefinedMetricSpecification {
2081
2157
  ResourceLabel?: string;
2082
2158
  }
2083
2159
  /**
2160
+ * @public
2084
2161
  * <p>Represents a target tracking scaling policy configuration to use with Application Auto Scaling.</p>
2085
2162
  */
2086
2163
  export interface TargetTrackingScalingPolicyConfiguration {
@@ -2231,6 +2308,7 @@ export interface TargetTrackingScalingPolicyConfiguration {
2231
2308
  DisableScaleIn?: boolean;
2232
2309
  }
2233
2310
  /**
2311
+ * @public
2234
2312
  * <p>Represents a scaling policy to use with Application Auto Scaling.</p>
2235
2313
  * <p>For more information about configuring scaling policies for a specific service, see
2236
2314
  * <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/integrated-services-list.html">Amazon Web Services services
@@ -2433,6 +2511,9 @@ export interface ScalingPolicy {
2433
2511
  */
2434
2512
  CreationTime: Date | undefined;
2435
2513
  }
2514
+ /**
2515
+ * @public
2516
+ */
2436
2517
  export interface DescribeScalingPoliciesResponse {
2437
2518
  /**
2438
2519
  * <p>Information about the scaling policies.</p>
@@ -2445,6 +2526,7 @@ export interface DescribeScalingPoliciesResponse {
2445
2526
  NextToken?: string;
2446
2527
  }
2447
2528
  /**
2529
+ * @public
2448
2530
  * <p>Failed access to resources caused an exception. This exception is thrown when Application Auto Scaling
2449
2531
  * is unable to retrieve the alarms associated with a scaling policy due to a client error,
2450
2532
  * for example, if the role ARN specified for a scalable target does not have permission to
@@ -2459,6 +2541,9 @@ export declare class FailedResourceAccessException extends __BaseException {
2459
2541
  */
2460
2542
  constructor(opts: __ExceptionOptionType<FailedResourceAccessException, __BaseException>);
2461
2543
  }
2544
+ /**
2545
+ * @public
2546
+ */
2462
2547
  export interface DescribeScheduledActionsRequest {
2463
2548
  /**
2464
2549
  * <p>The names of the scheduled actions to describe.</p>
@@ -2641,6 +2726,7 @@ export interface DescribeScheduledActionsRequest {
2641
2726
  NextToken?: string;
2642
2727
  }
2643
2728
  /**
2729
+ * @public
2644
2730
  * <p>Represents the minimum and maximum capacity for a scheduled action.</p>
2645
2731
  */
2646
2732
  export interface ScalableTargetAction {
@@ -2663,6 +2749,7 @@ export interface ScalableTargetAction {
2663
2749
  MaxCapacity?: number;
2664
2750
  }
2665
2751
  /**
2752
+ * @public
2666
2753
  * <p>Represents a scheduled action.</p>
2667
2754
  */
2668
2755
  export interface ScheduledAction {
@@ -2884,6 +2971,9 @@ export interface ScheduledAction {
2884
2971
  */
2885
2972
  CreationTime: Date | undefined;
2886
2973
  }
2974
+ /**
2975
+ * @public
2976
+ */
2887
2977
  export interface DescribeScheduledActionsResponse {
2888
2978
  /**
2889
2979
  * <p>Information about the scheduled actions.</p>
@@ -2895,6 +2985,9 @@ export interface DescribeScheduledActionsResponse {
2895
2985
  */
2896
2986
  NextToken?: string;
2897
2987
  }
2988
+ /**
2989
+ * @public
2990
+ */
2898
2991
  export interface ListTagsForResourceRequest {
2899
2992
  /**
2900
2993
  * <p>Specify the ARN of the scalable target.</p>
@@ -2905,6 +2998,9 @@ export interface ListTagsForResourceRequest {
2905
2998
  */
2906
2999
  ResourceARN: string | undefined;
2907
3000
  }
3001
+ /**
3002
+ * @public
3003
+ */
2908
3004
  export interface ListTagsForResourceResponse {
2909
3005
  /**
2910
3006
  * <p>A list of tags. Each tag consists of a tag key and a tag value.</p>
@@ -2912,6 +3008,7 @@ export interface ListTagsForResourceResponse {
2912
3008
  Tags?: Record<string, string>;
2913
3009
  }
2914
3010
  /**
3011
+ * @public
2915
3012
  * <p>The specified resource doesn't exist.</p>
2916
3013
  */
2917
3014
  export declare class ResourceNotFoundException extends __BaseException {
@@ -2928,6 +3025,7 @@ export declare class ResourceNotFoundException extends __BaseException {
2928
3025
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
2929
3026
  }
2930
3027
  /**
3028
+ * @public
2931
3029
  * <p>A per-account resource limit is exceeded. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-limits.html">Application Auto Scaling service quotas</a>.</p>
2932
3030
  */
2933
3031
  export declare class LimitExceededException extends __BaseException {
@@ -2939,6 +3037,9 @@ export declare class LimitExceededException extends __BaseException {
2939
3037
  */
2940
3038
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
2941
3039
  }
3040
+ /**
3041
+ * @public
3042
+ */
2942
3043
  export interface PutScalingPolicyRequest {
2943
3044
  /**
2944
3045
  * <p>The name of the scaling policy.</p>
@@ -3133,6 +3234,9 @@ export interface PutScalingPolicyRequest {
3133
3234
  */
3134
3235
  TargetTrackingScalingPolicyConfiguration?: TargetTrackingScalingPolicyConfiguration;
3135
3236
  }
3237
+ /**
3238
+ * @public
3239
+ */
3136
3240
  export interface PutScalingPolicyResponse {
3137
3241
  /**
3138
3242
  * <p>The Amazon Resource Name (ARN) of the resulting scaling policy.</p>
@@ -3143,6 +3247,9 @@ export interface PutScalingPolicyResponse {
3143
3247
  */
3144
3248
  Alarms?: Alarm[];
3145
3249
  }
3250
+ /**
3251
+ * @public
3252
+ */
3146
3253
  export interface PutScheduledActionRequest {
3147
3254
  /**
3148
3255
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
@@ -3357,8 +3464,14 @@ export interface PutScheduledActionRequest {
3357
3464
  */
3358
3465
  ScalableTargetAction?: ScalableTargetAction;
3359
3466
  }
3467
+ /**
3468
+ * @public
3469
+ */
3360
3470
  export interface PutScheduledActionResponse {
3361
3471
  }
3472
+ /**
3473
+ * @public
3474
+ */
3362
3475
  export interface RegisterScalableTargetRequest {
3363
3476
  /**
3364
3477
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
@@ -3618,12 +3731,18 @@ export interface RegisterScalableTargetRequest {
3618
3731
  */
3619
3732
  Tags?: Record<string, string>;
3620
3733
  }
3734
+ /**
3735
+ * @public
3736
+ */
3621
3737
  export interface RegisterScalableTargetResponse {
3622
3738
  /**
3623
3739
  * <p>The ARN of the scalable target.</p>
3624
3740
  */
3625
3741
  ScalableTargetARN?: string;
3626
3742
  }
3743
+ /**
3744
+ * @public
3745
+ */
3627
3746
  export interface TagResourceRequest {
3628
3747
  /**
3629
3748
  * <p>Identifies the Application Auto Scaling scalable target that you want to apply tags to.</p>
@@ -3646,9 +3765,13 @@ export interface TagResourceRequest {
3646
3765
  */
3647
3766
  Tags: Record<string, string> | undefined;
3648
3767
  }
3768
+ /**
3769
+ * @public
3770
+ */
3649
3771
  export interface TagResourceResponse {
3650
3772
  }
3651
3773
  /**
3774
+ * @public
3652
3775
  * <p>The request contains too many tags. Try the request again with fewer tags.</p>
3653
3776
  */
3654
3777
  export declare class TooManyTagsException extends __BaseException {
@@ -3664,6 +3787,9 @@ export declare class TooManyTagsException extends __BaseException {
3664
3787
  */
3665
3788
  constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
3666
3789
  }
3790
+ /**
3791
+ * @public
3792
+ */
3667
3793
  export interface UntagResourceRequest {
3668
3794
  /**
3669
3795
  * <p>Identifies the Application Auto Scaling scalable target from which to remove tags.</p>
@@ -3678,6 +3804,9 @@ export interface UntagResourceRequest {
3678
3804
  */
3679
3805
  TagKeys: string[] | undefined;
3680
3806
  }
3807
+ /**
3808
+ * @public
3809
+ */
3681
3810
  export interface UntagResourceResponse {
3682
3811
  }
3683
3812
  /**
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeScalableTargetsCommandInput, DescribeScalableTargetsCommandOutput } from "../commands/DescribeScalableTargetsCommand";
3
3
  import { ApplicationAutoScalingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeScalableTargets(config: ApplicationAutoScalingPaginationConfiguration, input: DescribeScalableTargetsCommandInput, ...additionalArguments: any): Paginator<DescribeScalableTargetsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeScalingActivitiesCommandInput, DescribeScalingActivitiesCommandOutput } from "../commands/DescribeScalingActivitiesCommand";
3
3
  import { ApplicationAutoScalingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeScalingActivities(config: ApplicationAutoScalingPaginationConfiguration, input: DescribeScalingActivitiesCommandInput, ...additionalArguments: any): Paginator<DescribeScalingActivitiesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeScalingPoliciesCommandInput, DescribeScalingPoliciesCommandOutput } from "../commands/DescribeScalingPoliciesCommand";
3
3
  import { ApplicationAutoScalingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeScalingPolicies(config: ApplicationAutoScalingPaginationConfiguration, input: DescribeScalingPoliciesCommandInput, ...additionalArguments: any): Paginator<DescribeScalingPoliciesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { DescribeScheduledActionsCommandInput, DescribeScheduledActionsCommandOutput } from "../commands/DescribeScheduledActionsCommand";
3
3
  import { ApplicationAutoScalingPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateDescribeScheduledActions(config: ApplicationAutoScalingPaginationConfiguration, input: DescribeScheduledActionsCommandInput, ...additionalArguments: any): Paginator<DescribeScheduledActionsCommandOutput>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { ApplicationAutoScalingClient } from "../ApplicationAutoScalingClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface ApplicationAutoScalingPaginationConfiguration extends PaginationConfiguration {
4
7
  client: ApplicationAutoScalingClient;
5
8
  }
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.295.0",
4
+ "version": "3.297.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",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.295.0",
24
- "@aws-sdk/config-resolver": "3.295.0",
25
- "@aws-sdk/credential-provider-node": "3.295.0",
26
- "@aws-sdk/fetch-http-handler": "3.295.0",
27
- "@aws-sdk/hash-node": "3.295.0",
28
- "@aws-sdk/invalid-dependency": "3.295.0",
29
- "@aws-sdk/middleware-content-length": "3.295.0",
30
- "@aws-sdk/middleware-endpoint": "3.295.0",
31
- "@aws-sdk/middleware-host-header": "3.295.0",
32
- "@aws-sdk/middleware-logger": "3.295.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.295.0",
34
- "@aws-sdk/middleware-retry": "3.295.0",
35
- "@aws-sdk/middleware-serde": "3.295.0",
36
- "@aws-sdk/middleware-signing": "3.295.0",
37
- "@aws-sdk/middleware-stack": "3.295.0",
38
- "@aws-sdk/middleware-user-agent": "3.295.0",
39
- "@aws-sdk/node-config-provider": "3.295.0",
40
- "@aws-sdk/node-http-handler": "3.295.0",
41
- "@aws-sdk/protocol-http": "3.295.0",
42
- "@aws-sdk/smithy-client": "3.295.0",
43
- "@aws-sdk/types": "3.295.0",
44
- "@aws-sdk/url-parser": "3.295.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
+ "@aws-sdk/config-resolver": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
+ "@aws-sdk/fetch-http-handler": "3.296.0",
27
+ "@aws-sdk/hash-node": "3.296.0",
28
+ "@aws-sdk/invalid-dependency": "3.296.0",
29
+ "@aws-sdk/middleware-content-length": "3.296.0",
30
+ "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-host-header": "3.296.0",
32
+ "@aws-sdk/middleware-logger": "3.296.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.296.0",
34
+ "@aws-sdk/middleware-retry": "3.296.0",
35
+ "@aws-sdk/middleware-serde": "3.296.0",
36
+ "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-stack": "3.296.0",
38
+ "@aws-sdk/middleware-user-agent": "3.296.0",
39
+ "@aws-sdk/node-config-provider": "3.296.0",
40
+ "@aws-sdk/node-http-handler": "3.296.0",
41
+ "@aws-sdk/protocol-http": "3.296.0",
42
+ "@aws-sdk/smithy-client": "3.296.0",
43
+ "@aws-sdk/types": "3.296.0",
44
+ "@aws-sdk/url-parser": "3.296.0",
45
45
  "@aws-sdk/util-base64": "3.295.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.295.0",
47
47
  "@aws-sdk/util-body-length-node": "3.295.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.295.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.295.0",
50
- "@aws-sdk/util-endpoints": "3.295.0",
51
- "@aws-sdk/util-retry": "3.295.0",
52
- "@aws-sdk/util-user-agent-browser": "3.295.0",
53
- "@aws-sdk/util-user-agent-node": "3.295.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.296.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-endpoints": "3.296.0",
51
+ "@aws-sdk/util-retry": "3.296.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.296.0",
53
+ "@aws-sdk/util-user-agent-node": "3.296.0",
54
54
  "@aws-sdk/util-utf8": "3.295.0",
55
55
  "tslib": "^2.5.0"
56
56
  },