@aws-sdk/client-application-auto-scaling 3.379.1 → 3.385.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.
@@ -19,10 +19,12 @@ export type AdjustmentType = (typeof AdjustmentType)[keyof typeof AdjustmentType
19
19
  */
20
20
  export interface Alarm {
21
21
  /**
22
+ * @public
22
23
  * <p>The name of the alarm.</p>
23
24
  */
24
25
  AlarmName: string | undefined;
25
26
  /**
27
+ * @public
26
28
  * <p>The Amazon Resource Name (ARN) of the alarm.</p>
27
29
  */
28
30
  AlarmARN: string | undefined;
@@ -101,15 +103,18 @@ export type ServiceNamespace = (typeof ServiceNamespace)[keyof typeof ServiceNam
101
103
  */
102
104
  export interface DeleteScalingPolicyRequest {
103
105
  /**
106
+ * @public
104
107
  * <p>The name of the scaling policy.</p>
105
108
  */
106
109
  PolicyName: string | undefined;
107
110
  /**
111
+ * @public
108
112
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
109
113
  * by your own application or service, use <code>custom-resource</code> instead.</p>
110
114
  */
111
115
  ServiceNamespace: ServiceNamespace | string | undefined;
112
116
  /**
117
+ * @public
113
118
  * <p>The identifier of the resource associated with the scalable target.
114
119
  * This string consists of the resource type and unique identifier.</p>
115
120
  * <ul>
@@ -183,6 +188,7 @@ export interface DeleteScalingPolicyRequest {
183
188
  */
184
189
  ResourceId: string | undefined;
185
190
  /**
191
+ * @public
186
192
  * <p>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.</p>
187
193
  * <ul>
188
194
  * <li>
@@ -327,15 +333,18 @@ export declare class ValidationException extends __BaseException {
327
333
  */
328
334
  export interface DeleteScheduledActionRequest {
329
335
  /**
336
+ * @public
330
337
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
331
338
  * by your own application or service, use <code>custom-resource</code> instead.</p>
332
339
  */
333
340
  ServiceNamespace: ServiceNamespace | string | undefined;
334
341
  /**
342
+ * @public
335
343
  * <p>The name of the scheduled action.</p>
336
344
  */
337
345
  ScheduledActionName: string | undefined;
338
346
  /**
347
+ * @public
339
348
  * <p>The identifier of the resource associated with the scheduled action.
340
349
  * This string consists of the resource type and unique identifier.</p>
341
350
  * <ul>
@@ -409,6 +418,7 @@ export interface DeleteScheduledActionRequest {
409
418
  */
410
419
  ResourceId: string | undefined;
411
420
  /**
421
+ * @public
412
422
  * <p>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.</p>
413
423
  * <ul>
414
424
  * <li>
@@ -509,11 +519,13 @@ export interface DeleteScheduledActionResponse {
509
519
  */
510
520
  export interface DeregisterScalableTargetRequest {
511
521
  /**
522
+ * @public
512
523
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
513
524
  * by your own application or service, use <code>custom-resource</code> instead.</p>
514
525
  */
515
526
  ServiceNamespace: ServiceNamespace | string | undefined;
516
527
  /**
528
+ * @public
517
529
  * <p>The identifier of the resource associated with the scalable target.
518
530
  * This string consists of the resource type and unique identifier.</p>
519
531
  * <ul>
@@ -587,6 +599,7 @@ export interface DeregisterScalableTargetRequest {
587
599
  */
588
600
  ResourceId: string | undefined;
589
601
  /**
602
+ * @public
590
603
  * <p>The scalable dimension associated with the scalable target.
591
604
  * This string consists of the service namespace, resource type, and scaling property.</p>
592
605
  * <ul>
@@ -688,11 +701,13 @@ export interface DeregisterScalableTargetResponse {
688
701
  */
689
702
  export interface DescribeScalableTargetsRequest {
690
703
  /**
704
+ * @public
691
705
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
692
706
  * by your own application or service, use <code>custom-resource</code> instead.</p>
693
707
  */
694
708
  ServiceNamespace: ServiceNamespace | string | undefined;
695
709
  /**
710
+ * @public
696
711
  * <p>The identifier of the resource associated with the scalable target.
697
712
  * This string consists of the resource type and unique identifier.</p>
698
713
  * <ul>
@@ -766,6 +781,7 @@ export interface DescribeScalableTargetsRequest {
766
781
  */
767
782
  ResourceIds?: string[];
768
783
  /**
784
+ * @public
769
785
  * <p>The scalable dimension associated with the scalable target.
770
786
  * This string consists of the service namespace, resource type, and scaling property. If you specify a scalable dimension, you must also specify a resource ID.</p>
771
787
  * <ul>
@@ -857,6 +873,7 @@ export interface DescribeScalableTargetsRequest {
857
873
  */
858
874
  ScalableDimension?: ScalableDimension | string;
859
875
  /**
876
+ * @public
860
877
  * <p>The maximum number of scalable targets. This value can be between 1 and
861
878
  * 50. The default value is 50.</p>
862
879
  * <p>If this parameter is used, the operation returns up to <code>MaxResults</code> results
@@ -867,6 +884,7 @@ export interface DescribeScalableTargetsRequest {
867
884
  */
868
885
  MaxResults?: number;
869
886
  /**
887
+ * @public
870
888
  * <p>The token for the next set of results.</p>
871
889
  */
872
890
  NextToken?: string;
@@ -878,18 +896,21 @@ export interface DescribeScalableTargetsRequest {
878
896
  */
879
897
  export interface SuspendedState {
880
898
  /**
899
+ * @public
881
900
  * <p>Whether scale in by a target tracking scaling policy or a step scaling policy is
882
901
  * suspended. Set the value to <code>true</code> if you don't want Application Auto Scaling to remove capacity
883
902
  * when a scaling policy is triggered. The default is <code>false</code>. </p>
884
903
  */
885
904
  DynamicScalingInSuspended?: boolean;
886
905
  /**
906
+ * @public
887
907
  * <p>Whether scale out by a target tracking scaling policy or a step scaling policy is
888
908
  * suspended. Set the value to <code>true</code> if you don't want Application Auto Scaling to add capacity
889
909
  * when a scaling policy is triggered. The default is <code>false</code>. </p>
890
910
  */
891
911
  DynamicScalingOutSuspended?: boolean;
892
912
  /**
913
+ * @public
893
914
  * <p>Whether scheduled scaling is suspended. Set the value to <code>true</code> if you don't
894
915
  * want Application Auto Scaling to add or remove capacity by initiating scheduled actions. The default is
895
916
  * <code>false</code>. </p>
@@ -902,11 +923,13 @@ export interface SuspendedState {
902
923
  */
903
924
  export interface ScalableTarget {
904
925
  /**
926
+ * @public
905
927
  * <p>The namespace of the Amazon Web Services service that provides the resource, or a
906
928
  * <code>custom-resource</code>.</p>
907
929
  */
908
930
  ServiceNamespace: ServiceNamespace | string | undefined;
909
931
  /**
932
+ * @public
910
933
  * <p>The identifier of the resource associated with the scalable target.
911
934
  * This string consists of the resource type and unique identifier.</p>
912
935
  * <ul>
@@ -980,6 +1003,7 @@ export interface ScalableTarget {
980
1003
  */
981
1004
  ResourceId: string | undefined;
982
1005
  /**
1006
+ * @public
983
1007
  * <p>The scalable dimension associated with the scalable target.
984
1008
  * This string consists of the service namespace, resource type, and scaling property.</p>
985
1009
  * <ul>
@@ -1071,28 +1095,34 @@ export interface ScalableTarget {
1071
1095
  */
1072
1096
  ScalableDimension: ScalableDimension | string | undefined;
1073
1097
  /**
1098
+ * @public
1074
1099
  * <p>The minimum value to scale to in response to a scale-in activity.</p>
1075
1100
  */
1076
1101
  MinCapacity: number | undefined;
1077
1102
  /**
1103
+ * @public
1078
1104
  * <p>The maximum value to scale to in response to a scale-out activity.</p>
1079
1105
  */
1080
1106
  MaxCapacity: number | undefined;
1081
1107
  /**
1108
+ * @public
1082
1109
  * <p>The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your
1083
1110
  * behalf.</p>
1084
1111
  */
1085
1112
  RoleARN: string | undefined;
1086
1113
  /**
1114
+ * @public
1087
1115
  * <p>The Unix timestamp for when the scalable target was created.</p>
1088
1116
  */
1089
1117
  CreationTime: Date | undefined;
1090
1118
  /**
1119
+ * @public
1091
1120
  * <p>Specifies whether the scaling activities for a scalable target are in a suspended
1092
1121
  * state.</p>
1093
1122
  */
1094
1123
  SuspendedState?: SuspendedState;
1095
1124
  /**
1125
+ * @public
1096
1126
  * <p>The ARN of the scalable target.</p>
1097
1127
  */
1098
1128
  ScalableTargetARN?: string;
@@ -1102,10 +1132,12 @@ export interface ScalableTarget {
1102
1132
  */
1103
1133
  export interface DescribeScalableTargetsResponse {
1104
1134
  /**
1135
+ * @public
1105
1136
  * <p>The scalable targets that match the request parameters.</p>
1106
1137
  */
1107
1138
  ScalableTargets?: ScalableTarget[];
1108
1139
  /**
1140
+ * @public
1109
1141
  * <p>The token required to get the next set of results. This value is <code>null</code> if
1110
1142
  * there are no more results to return.</p>
1111
1143
  */
@@ -1129,11 +1161,13 @@ export declare class InvalidNextTokenException extends __BaseException {
1129
1161
  */
1130
1162
  export interface DescribeScalingActivitiesRequest {
1131
1163
  /**
1164
+ * @public
1132
1165
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
1133
1166
  * by your own application or service, use <code>custom-resource</code> instead.</p>
1134
1167
  */
1135
1168
  ServiceNamespace: ServiceNamespace | string | undefined;
1136
1169
  /**
1170
+ * @public
1137
1171
  * <p>The identifier of the resource associated with the scaling activity.
1138
1172
  * This string consists of the resource type and unique identifier.</p>
1139
1173
  * <ul>
@@ -1207,6 +1241,7 @@ export interface DescribeScalingActivitiesRequest {
1207
1241
  */
1208
1242
  ResourceId?: string;
1209
1243
  /**
1244
+ * @public
1210
1245
  * <p>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
1211
1246
  * If you specify a scalable dimension, you must also specify a resource ID.</p>
1212
1247
  * <ul>
@@ -1298,6 +1333,7 @@ export interface DescribeScalingActivitiesRequest {
1298
1333
  */
1299
1334
  ScalableDimension?: ScalableDimension | string;
1300
1335
  /**
1336
+ * @public
1301
1337
  * <p>The maximum number of scalable targets. This value can be between 1 and
1302
1338
  * 50. The default value is 50.</p>
1303
1339
  * <p>If this parameter is used, the operation returns up to <code>MaxResults</code> results
@@ -1308,10 +1344,12 @@ export interface DescribeScalingActivitiesRequest {
1308
1344
  */
1309
1345
  MaxResults?: number;
1310
1346
  /**
1347
+ * @public
1311
1348
  * <p>The token for the next set of results.</p>
1312
1349
  */
1313
1350
  NextToken?: string;
1314
1351
  /**
1352
+ * @public
1315
1353
  * <p>Specifies whether to include activities that aren't scaled (<i>not scaled
1316
1354
  * activities</i>) in the response. Not scaled activities are activities that aren't
1317
1355
  * completed or started for various reasons, such as preventing infinite scaling loops. For
@@ -1327,6 +1365,7 @@ export interface DescribeScalingActivitiesRequest {
1327
1365
  */
1328
1366
  export interface NotScaledReason {
1329
1367
  /**
1368
+ * @public
1330
1369
  * <p>A code that represents the reason for not scaling.</p>
1331
1370
  * <p>Valid values:</p>
1332
1371
  * <ul>
@@ -1349,14 +1388,17 @@ export interface NotScaledReason {
1349
1388
  */
1350
1389
  Code: string | undefined;
1351
1390
  /**
1391
+ * @public
1352
1392
  * <p>The maximum capacity.</p>
1353
1393
  */
1354
1394
  MaxCapacity?: number;
1355
1395
  /**
1396
+ * @public
1356
1397
  * <p>The minimum capacity.</p>
1357
1398
  */
1358
1399
  MinCapacity?: number;
1359
1400
  /**
1401
+ * @public
1360
1402
  * <p>The current capacity.</p>
1361
1403
  */
1362
1404
  CurrentCapacity?: number;
@@ -1383,15 +1425,18 @@ export type ScalingActivityStatusCode = (typeof ScalingActivityStatusCode)[keyof
1383
1425
  */
1384
1426
  export interface ScalingActivity {
1385
1427
  /**
1428
+ * @public
1386
1429
  * <p>The unique identifier of the scaling activity.</p>
1387
1430
  */
1388
1431
  ActivityId: string | undefined;
1389
1432
  /**
1433
+ * @public
1390
1434
  * <p>The namespace of the Amazon Web Services service that provides the resource, or a
1391
1435
  * <code>custom-resource</code>.</p>
1392
1436
  */
1393
1437
  ServiceNamespace: ServiceNamespace | string | undefined;
1394
1438
  /**
1439
+ * @public
1395
1440
  * <p>The identifier of the resource associated with the scaling activity.
1396
1441
  * This string consists of the resource type and unique identifier.</p>
1397
1442
  * <ul>
@@ -1465,6 +1510,7 @@ export interface ScalingActivity {
1465
1510
  */
1466
1511
  ResourceId: string | undefined;
1467
1512
  /**
1513
+ * @public
1468
1514
  * <p>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.</p>
1469
1515
  * <ul>
1470
1516
  * <li>
@@ -1555,34 +1601,42 @@ export interface ScalingActivity {
1555
1601
  */
1556
1602
  ScalableDimension: ScalableDimension | string | undefined;
1557
1603
  /**
1604
+ * @public
1558
1605
  * <p>A simple description of what action the scaling activity intends to accomplish.</p>
1559
1606
  */
1560
1607
  Description: string | undefined;
1561
1608
  /**
1609
+ * @public
1562
1610
  * <p>A simple description of what caused the scaling activity to happen.</p>
1563
1611
  */
1564
1612
  Cause: string | undefined;
1565
1613
  /**
1614
+ * @public
1566
1615
  * <p>The Unix timestamp for when the scaling activity began.</p>
1567
1616
  */
1568
1617
  StartTime: Date | undefined;
1569
1618
  /**
1619
+ * @public
1570
1620
  * <p>The Unix timestamp for when the scaling activity ended.</p>
1571
1621
  */
1572
1622
  EndTime?: Date;
1573
1623
  /**
1624
+ * @public
1574
1625
  * <p>Indicates the status of the scaling activity.</p>
1575
1626
  */
1576
1627
  StatusCode: ScalingActivityStatusCode | string | undefined;
1577
1628
  /**
1629
+ * @public
1578
1630
  * <p>A simple message about the current status of the scaling activity.</p>
1579
1631
  */
1580
1632
  StatusMessage?: string;
1581
1633
  /**
1634
+ * @public
1582
1635
  * <p>The details about the scaling activity.</p>
1583
1636
  */
1584
1637
  Details?: string;
1585
1638
  /**
1639
+ * @public
1586
1640
  * <p>Machine-readable data that describes the reason for a not scaled activity. Only
1587
1641
  * available when <a href="https://docs.aws.amazon.com/autoscaling/application/APIReference/API_DescribeScalingActivities.html">DescribeScalingActivities</a> includes not scaled activities.</p>
1588
1642
  */
@@ -1593,10 +1647,12 @@ export interface ScalingActivity {
1593
1647
  */
1594
1648
  export interface DescribeScalingActivitiesResponse {
1595
1649
  /**
1650
+ * @public
1596
1651
  * <p>A list of scaling activity objects.</p>
1597
1652
  */
1598
1653
  ScalingActivities?: ScalingActivity[];
1599
1654
  /**
1655
+ * @public
1600
1656
  * <p>The token required to get the next set of results. This value is <code>null</code> if
1601
1657
  * there are no more results to return.</p>
1602
1658
  */
@@ -1607,15 +1663,18 @@ export interface DescribeScalingActivitiesResponse {
1607
1663
  */
1608
1664
  export interface DescribeScalingPoliciesRequest {
1609
1665
  /**
1666
+ * @public
1610
1667
  * <p>The names of the scaling policies to describe.</p>
1611
1668
  */
1612
1669
  PolicyNames?: string[];
1613
1670
  /**
1671
+ * @public
1614
1672
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
1615
1673
  * by your own application or service, use <code>custom-resource</code> instead.</p>
1616
1674
  */
1617
1675
  ServiceNamespace: ServiceNamespace | string | undefined;
1618
1676
  /**
1677
+ * @public
1619
1678
  * <p>The identifier of the resource associated with the scaling policy.
1620
1679
  * This string consists of the resource type and unique identifier.</p>
1621
1680
  * <ul>
@@ -1689,6 +1748,7 @@ export interface DescribeScalingPoliciesRequest {
1689
1748
  */
1690
1749
  ResourceId?: string;
1691
1750
  /**
1751
+ * @public
1692
1752
  * <p>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
1693
1753
  * If you specify a scalable dimension, you must also specify a resource ID.</p>
1694
1754
  * <ul>
@@ -1780,6 +1840,7 @@ export interface DescribeScalingPoliciesRequest {
1780
1840
  */
1781
1841
  ScalableDimension?: ScalableDimension | string;
1782
1842
  /**
1843
+ * @public
1783
1844
  * <p>The maximum number of scalable targets. This value can be between 1 and 10. The default
1784
1845
  * value is 10.</p>
1785
1846
  * <p>If this parameter is used, the operation returns up to <code>MaxResults</code> results
@@ -1790,6 +1851,7 @@ export interface DescribeScalingPoliciesRequest {
1790
1851
  */
1791
1852
  MaxResults?: number;
1792
1853
  /**
1854
+ * @public
1793
1855
  * <p>The token for the next set of results.</p>
1794
1856
  */
1795
1857
  NextToken?: string;
@@ -1860,6 +1922,7 @@ export type MetricAggregationType = (typeof MetricAggregationType)[keyof typeof
1860
1922
  */
1861
1923
  export interface StepAdjustment {
1862
1924
  /**
1925
+ * @public
1863
1926
  * <p>The lower bound for the difference between the alarm threshold and the CloudWatch metric. If
1864
1927
  * the metric value is above the breach threshold, the lower bound is inclusive (the metric
1865
1928
  * must be greater than or equal to the threshold plus the lower bound). Otherwise, it's
@@ -1868,6 +1931,7 @@ export interface StepAdjustment {
1868
1931
  */
1869
1932
  MetricIntervalLowerBound?: number;
1870
1933
  /**
1934
+ * @public
1871
1935
  * <p>The upper bound for the difference between the alarm threshold and the CloudWatch metric. If
1872
1936
  * the metric value is above the breach threshold, the upper bound is exclusive (the metric
1873
1937
  * must be less than the threshold plus the upper bound). Otherwise, it's inclusive (the
@@ -1877,6 +1941,7 @@ export interface StepAdjustment {
1877
1941
  */
1878
1942
  MetricIntervalUpperBound?: number;
1879
1943
  /**
1944
+ * @public
1880
1945
  * <p>The amount by which to scale, based on the specified adjustment type. A positive value
1881
1946
  * adds to the current capacity while a negative number removes from the current capacity. For
1882
1947
  * exact capacity, you must specify a non-negative value.</p>
@@ -1890,6 +1955,7 @@ export interface StepAdjustment {
1890
1955
  */
1891
1956
  export interface StepScalingPolicyConfiguration {
1892
1957
  /**
1958
+ * @public
1893
1959
  * <p>Specifies how the <code>ScalingAdjustment</code> value in a <a href="https://docs.aws.amazon.com/autoscaling/application/APIReference/API_StepAdjustment.html">StepAdjustment</a> is interpreted (for example, an absolute number or a
1894
1960
  * percentage). The valid values are <code>ChangeInCapacity</code>,
1895
1961
  * <code>ExactCapacity</code>, and <code>PercentChangeInCapacity</code>. </p>
@@ -1899,6 +1965,7 @@ export interface StepScalingPolicyConfiguration {
1899
1965
  */
1900
1966
  AdjustmentType?: AdjustmentType | string;
1901
1967
  /**
1968
+ * @public
1902
1969
  * <p>A set of adjustments that enable you to scale based on the size of the alarm
1903
1970
  * breach.</p>
1904
1971
  * <p>At least one step adjustment is required if you are adding a new step scaling policy
@@ -1906,6 +1973,7 @@ export interface StepScalingPolicyConfiguration {
1906
1973
  */
1907
1974
  StepAdjustments?: StepAdjustment[];
1908
1975
  /**
1976
+ * @public
1909
1977
  * <p>The minimum value to scale by when the adjustment type is
1910
1978
  * <code>PercentChangeInCapacity</code>. For example, suppose that you create a step
1911
1979
  * scaling policy to scale out an Amazon ECS service by 25 percent and you specify a
@@ -1916,11 +1984,13 @@ export interface StepScalingPolicyConfiguration {
1916
1984
  */
1917
1985
  MinAdjustmentMagnitude?: number;
1918
1986
  /**
1987
+ * @public
1919
1988
  * <p>The amount of time, in seconds, to wait for a previous scaling activity to take effect. If
1920
1989
  * not specified, the default value is 300. For more information, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-step-scaling-policies.html#step-scaling-cooldown">Cooldown period</a> in the <i>Application Auto Scaling User Guide</i>.</p>
1921
1990
  */
1922
1991
  Cooldown?: number;
1923
1992
  /**
1993
+ * @public
1924
1994
  * <p>The aggregation type for the CloudWatch metrics. Valid values are <code>Minimum</code>,
1925
1995
  * <code>Maximum</code>, and <code>Average</code>. If the aggregation type is null, the
1926
1996
  * value is treated as <code>Average</code>.</p>
@@ -1933,10 +2003,12 @@ export interface StepScalingPolicyConfiguration {
1933
2003
  */
1934
2004
  export interface MetricDimension {
1935
2005
  /**
2006
+ * @public
1936
2007
  * <p>The name of the dimension.</p>
1937
2008
  */
1938
2009
  Name: string | undefined;
1939
2010
  /**
2011
+ * @public
1940
2012
  * <p>The value of the dimension.</p>
1941
2013
  */
1942
2014
  Value: string | undefined;
@@ -1947,10 +2019,12 @@ export interface MetricDimension {
1947
2019
  */
1948
2020
  export interface TargetTrackingMetricDimension {
1949
2021
  /**
2022
+ * @public
1950
2023
  * <p>The name of the dimension.</p>
1951
2024
  */
1952
2025
  Name: string | undefined;
1953
2026
  /**
2027
+ * @public
1954
2028
  * <p>The value of the dimension.</p>
1955
2029
  */
1956
2030
  Value: string | undefined;
@@ -1962,6 +2036,7 @@ export interface TargetTrackingMetricDimension {
1962
2036
  */
1963
2037
  export interface TargetTrackingMetric {
1964
2038
  /**
2039
+ * @public
1965
2040
  * <p>The dimensions for the metric. For the list of available dimensions, see the Amazon Web Services
1966
2041
  * documentation available from the table in <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html">Amazon Web Services
1967
2042
  * services that publish CloudWatch metrics </a> in the <i>Amazon CloudWatch User
@@ -1971,10 +2046,12 @@ export interface TargetTrackingMetric {
1971
2046
  */
1972
2047
  Dimensions?: TargetTrackingMetricDimension[];
1973
2048
  /**
2049
+ * @public
1974
2050
  * <p>The name of the metric.</p>
1975
2051
  */
1976
2052
  MetricName?: string;
1977
2053
  /**
2054
+ * @public
1978
2055
  * <p>The namespace of the metric. For more information, see the table in <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html">Amazon Web Services
1979
2056
  * services that publish CloudWatch metrics </a> in the <i>Amazon CloudWatch User
1980
2057
  * Guide</i>.</p>
@@ -1990,18 +2067,21 @@ export interface TargetTrackingMetric {
1990
2067
  */
1991
2068
  export interface TargetTrackingMetricStat {
1992
2069
  /**
2070
+ * @public
1993
2071
  * <p>The CloudWatch metric to return, including the metric name, namespace, and dimensions. To get
1994
2072
  * the exact metric name, namespace, and dimensions, inspect the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_Metric.html">Metric</a> object that is
1995
2073
  * returned by a call to <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html">ListMetrics</a>.</p>
1996
2074
  */
1997
2075
  Metric: TargetTrackingMetric | undefined;
1998
2076
  /**
2077
+ * @public
1999
2078
  * <p>The statistic to return. It can include any CloudWatch statistic or extended statistic. For a
2000
2079
  * list of valid values, see the table in <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Statistic">Statistics</a> in the <i>Amazon CloudWatch User Guide</i>.</p>
2001
2080
  * <p>The most commonly used metric for scaling is <code>Average</code>.</p>
2002
2081
  */
2003
2082
  Stat: string | undefined;
2004
2083
  /**
2084
+ * @public
2005
2085
  * <p>The unit to use for the returned data points. For a complete list of the units that CloudWatch
2006
2086
  * supports, see the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html">MetricDatum</a> data
2007
2087
  * type in the <i>Amazon CloudWatch API Reference</i>.</p>
@@ -2019,6 +2099,7 @@ export interface TargetTrackingMetricStat {
2019
2099
  */
2020
2100
  export interface TargetTrackingMetricDataQuery {
2021
2101
  /**
2102
+ * @public
2022
2103
  * <p>The math expression to perform on the returned data, if this object is performing a math
2023
2104
  * expression. This expression can use the <code>Id</code> of the other metrics to refer to
2024
2105
  * those metrics, and can also use the <code>Id</code> of other expressions to use the result
@@ -2028,6 +2109,7 @@ export interface TargetTrackingMetricDataQuery {
2028
2109
  */
2029
2110
  Expression?: string;
2030
2111
  /**
2112
+ * @public
2031
2113
  * <p>A short name that identifies the object's results in the response. This name must be
2032
2114
  * unique among all <code>MetricDataQuery</code> objects specified for a single scaling
2033
2115
  * policy. If you are performing math expressions on this set of data, this name represents
@@ -2037,17 +2119,20 @@ export interface TargetTrackingMetricDataQuery {
2037
2119
  */
2038
2120
  Id: string | undefined;
2039
2121
  /**
2122
+ * @public
2040
2123
  * <p>A human-readable label for this metric or expression. This is especially useful if this
2041
2124
  * is a math expression, so that you know what the value represents.</p>
2042
2125
  */
2043
2126
  Label?: string;
2044
2127
  /**
2128
+ * @public
2045
2129
  * <p>Information about the metric data to return.</p>
2046
2130
  * <p>Conditional: Within each <code>MetricDataQuery</code> object, you must specify either
2047
2131
  * <code>Expression</code> or <code>MetricStat</code>, but not both.</p>
2048
2132
  */
2049
2133
  MetricStat?: TargetTrackingMetricStat;
2050
2134
  /**
2135
+ * @public
2051
2136
  * <p>Indicates whether to return the timestamps and raw data values of this metric. </p>
2052
2137
  * <p>If you use any math expressions, specify <code>true</code> for this value for only the
2053
2138
  * final math expression that the metric specification is based on. You must specify
@@ -2101,31 +2186,37 @@ export type MetricStatistic = (typeof MetricStatistic)[keyof typeof MetricStatis
2101
2186
  */
2102
2187
  export interface CustomizedMetricSpecification {
2103
2188
  /**
2189
+ * @public
2104
2190
  * <p>The name of the metric. To get the exact metric name, namespace, and dimensions, inspect
2105
2191
  * the <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_Metric.html">Metric</a> object that's returned by a call to <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_ListMetrics.html">ListMetrics</a>.</p>
2106
2192
  */
2107
2193
  MetricName?: string;
2108
2194
  /**
2195
+ * @public
2109
2196
  * <p>The namespace of the metric.</p>
2110
2197
  */
2111
2198
  Namespace?: string;
2112
2199
  /**
2200
+ * @public
2113
2201
  * <p>The dimensions of the metric. </p>
2114
2202
  * <p>Conditional: If you published your metric with dimensions, you must specify the same
2115
2203
  * dimensions in your scaling policy.</p>
2116
2204
  */
2117
2205
  Dimensions?: MetricDimension[];
2118
2206
  /**
2207
+ * @public
2119
2208
  * <p>The statistic of the metric.</p>
2120
2209
  */
2121
2210
  Statistic?: MetricStatistic | string;
2122
2211
  /**
2212
+ * @public
2123
2213
  * <p>The unit of the metric. For a complete list of the units that CloudWatch supports, see the
2124
2214
  * <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html">MetricDatum</a> data
2125
2215
  * type in the <i>Amazon CloudWatch API Reference</i>.</p>
2126
2216
  */
2127
2217
  Unit?: string;
2128
2218
  /**
2219
+ * @public
2129
2220
  * <p>The metrics to include in the target tracking scaling policy, as a metric data query.
2130
2221
  * This can include both raw metric and metric math expressions.</p>
2131
2222
  */
@@ -2175,11 +2266,13 @@ export type MetricType = (typeof MetricType)[keyof typeof MetricType];
2175
2266
  */
2176
2267
  export interface PredefinedMetricSpecification {
2177
2268
  /**
2269
+ * @public
2178
2270
  * <p>The metric type. The <code>ALBRequestCountPerTarget</code> metric type applies only to
2179
2271
  * Spot Fleets and ECS services.</p>
2180
2272
  */
2181
2273
  PredefinedMetricType: MetricType | string | undefined;
2182
2274
  /**
2275
+ * @public
2183
2276
  * <p>Identifies the resource associated with the metric type. You can't specify a resource
2184
2277
  * label unless the metric type is <code>ALBRequestCountPerTarget</code> and there is a target
2185
2278
  * group attached to the Spot Fleet or ECS service.</p>
@@ -2212,6 +2305,7 @@ export interface PredefinedMetricSpecification {
2212
2305
  */
2213
2306
  export interface TargetTrackingScalingPolicyConfiguration {
2214
2307
  /**
2308
+ * @public
2215
2309
  * <p>The target value for the metric. Although this property accepts numbers of type Double,
2216
2310
  * it won't accept values that are either too small or too large. Values must be in the range
2217
2311
  * of -2^360 to 2^360. The value must be a valid number based on the choice of metric. For
@@ -2225,26 +2319,31 @@ export interface TargetTrackingScalingPolicyConfiguration {
2225
2319
  */
2226
2320
  TargetValue: number | undefined;
2227
2321
  /**
2322
+ * @public
2228
2323
  * <p>A predefined metric. You can specify either a predefined metric or a customized
2229
2324
  * metric.</p>
2230
2325
  */
2231
2326
  PredefinedMetricSpecification?: PredefinedMetricSpecification;
2232
2327
  /**
2328
+ * @public
2233
2329
  * <p>A customized metric. You can specify either a predefined metric or a customized
2234
2330
  * metric.</p>
2235
2331
  */
2236
2332
  CustomizedMetricSpecification?: CustomizedMetricSpecification;
2237
2333
  /**
2334
+ * @public
2238
2335
  * <p>The amount of time, in seconds, to wait for a previous scale-out activity to take effect.
2239
2336
  * For more information and for default values, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html#target-tracking-cooldown">Define cooldown periods</a> in the <i>Application Auto Scaling User Guide</i>.</p>
2240
2337
  */
2241
2338
  ScaleOutCooldown?: number;
2242
2339
  /**
2340
+ * @public
2243
2341
  * <p>The amount of time, in seconds, after a scale-in activity completes before another
2244
2342
  * scale-in activity can start. For more information and for default values, see <a href="https://docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-target-tracking.html#target-tracking-cooldown">Define cooldown periods</a> in the <i>Application Auto Scaling User Guide</i>.</p>
2245
2343
  */
2246
2344
  ScaleInCooldown?: number;
2247
2345
  /**
2346
+ * @public
2248
2347
  * <p>Indicates whether scale in by the target tracking scaling policy is disabled. If the
2249
2348
  * value is <code>true</code>, scale in is disabled and the target tracking scaling policy
2250
2349
  * won't remove capacity from the scalable target. Otherwise, scale in is enabled and the
@@ -2263,19 +2362,23 @@ export interface TargetTrackingScalingPolicyConfiguration {
2263
2362
  */
2264
2363
  export interface ScalingPolicy {
2265
2364
  /**
2365
+ * @public
2266
2366
  * <p>The Amazon Resource Name (ARN) of the scaling policy.</p>
2267
2367
  */
2268
2368
  PolicyARN: string | undefined;
2269
2369
  /**
2370
+ * @public
2270
2371
  * <p>The name of the scaling policy.</p>
2271
2372
  */
2272
2373
  PolicyName: string | undefined;
2273
2374
  /**
2375
+ * @public
2274
2376
  * <p>The namespace of the Amazon Web Services service that provides the resource, or a
2275
2377
  * <code>custom-resource</code>.</p>
2276
2378
  */
2277
2379
  ServiceNamespace: ServiceNamespace | string | undefined;
2278
2380
  /**
2381
+ * @public
2279
2382
  * <p>The identifier of the resource associated with the scaling policy.
2280
2383
  * This string consists of the resource type and unique identifier.</p>
2281
2384
  * <ul>
@@ -2349,6 +2452,7 @@ export interface ScalingPolicy {
2349
2452
  */
2350
2453
  ResourceId: string | undefined;
2351
2454
  /**
2455
+ * @public
2352
2456
  * <p>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.</p>
2353
2457
  * <ul>
2354
2458
  * <li>
@@ -2439,6 +2543,7 @@ export interface ScalingPolicy {
2439
2543
  */
2440
2544
  ScalableDimension: ScalableDimension | string | undefined;
2441
2545
  /**
2546
+ * @public
2442
2547
  * <p>The scaling policy type.</p>
2443
2548
  * <p>The following policy types are supported: </p>
2444
2549
  * <p>
@@ -2449,18 +2554,22 @@ export interface ScalingPolicy {
2449
2554
  */
2450
2555
  PolicyType: PolicyType | string | undefined;
2451
2556
  /**
2557
+ * @public
2452
2558
  * <p>A step scaling policy.</p>
2453
2559
  */
2454
2560
  StepScalingPolicyConfiguration?: StepScalingPolicyConfiguration;
2455
2561
  /**
2562
+ * @public
2456
2563
  * <p>A target tracking scaling policy.</p>
2457
2564
  */
2458
2565
  TargetTrackingScalingPolicyConfiguration?: TargetTrackingScalingPolicyConfiguration;
2459
2566
  /**
2567
+ * @public
2460
2568
  * <p>The CloudWatch alarms associated with the scaling policy.</p>
2461
2569
  */
2462
2570
  Alarms?: Alarm[];
2463
2571
  /**
2572
+ * @public
2464
2573
  * <p>The Unix timestamp for when the scaling policy was created.</p>
2465
2574
  */
2466
2575
  CreationTime: Date | undefined;
@@ -2470,10 +2579,12 @@ export interface ScalingPolicy {
2470
2579
  */
2471
2580
  export interface DescribeScalingPoliciesResponse {
2472
2581
  /**
2582
+ * @public
2473
2583
  * <p>Information about the scaling policies.</p>
2474
2584
  */
2475
2585
  ScalingPolicies?: ScalingPolicy[];
2476
2586
  /**
2587
+ * @public
2477
2588
  * <p>The token required to get the next set of results. This value is <code>null</code> if
2478
2589
  * there are no more results to return.</p>
2479
2590
  */
@@ -2500,15 +2611,18 @@ export declare class FailedResourceAccessException extends __BaseException {
2500
2611
  */
2501
2612
  export interface DescribeScheduledActionsRequest {
2502
2613
  /**
2614
+ * @public
2503
2615
  * <p>The names of the scheduled actions to describe.</p>
2504
2616
  */
2505
2617
  ScheduledActionNames?: string[];
2506
2618
  /**
2619
+ * @public
2507
2620
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
2508
2621
  * by your own application or service, use <code>custom-resource</code> instead.</p>
2509
2622
  */
2510
2623
  ServiceNamespace: ServiceNamespace | string | undefined;
2511
2624
  /**
2625
+ * @public
2512
2626
  * <p>The identifier of the resource associated with the scheduled action.
2513
2627
  * This string consists of the resource type and unique identifier.</p>
2514
2628
  * <ul>
@@ -2582,6 +2696,7 @@ export interface DescribeScheduledActionsRequest {
2582
2696
  */
2583
2697
  ResourceId?: string;
2584
2698
  /**
2699
+ * @public
2585
2700
  * <p>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.
2586
2701
  * If you specify a scalable dimension, you must also specify a resource ID.</p>
2587
2702
  * <ul>
@@ -2673,6 +2788,7 @@ export interface DescribeScheduledActionsRequest {
2673
2788
  */
2674
2789
  ScalableDimension?: ScalableDimension | string;
2675
2790
  /**
2791
+ * @public
2676
2792
  * <p>The maximum number of scheduled action results. This value can be between
2677
2793
  * 1 and 50. The default value is 50.</p>
2678
2794
  * <p>If this parameter is used, the operation returns up to <code>MaxResults</code> results
@@ -2683,6 +2799,7 @@ export interface DescribeScheduledActionsRequest {
2683
2799
  */
2684
2800
  MaxResults?: number;
2685
2801
  /**
2802
+ * @public
2686
2803
  * <p>The token for the next set of results.</p>
2687
2804
  */
2688
2805
  NextToken?: string;
@@ -2693,6 +2810,7 @@ export interface DescribeScheduledActionsRequest {
2693
2810
  */
2694
2811
  export interface ScalableTargetAction {
2695
2812
  /**
2813
+ * @public
2696
2814
  * <p>The minimum capacity.</p>
2697
2815
  * <p>When the scheduled action runs, the resource will have at least this much capacity, but it
2698
2816
  * might have more depending on other settings, such as the target utilization level of a target
@@ -2700,6 +2818,7 @@ export interface ScalableTargetAction {
2700
2818
  */
2701
2819
  MinCapacity?: number;
2702
2820
  /**
2821
+ * @public
2703
2822
  * <p>The maximum capacity.</p>
2704
2823
  * <p>Although you can specify a large maximum capacity, note that service quotas may impose
2705
2824
  * lower limits. Each service has its own default quotas for the maximum capacity of the
@@ -2716,19 +2835,23 @@ export interface ScalableTargetAction {
2716
2835
  */
2717
2836
  export interface ScheduledAction {
2718
2837
  /**
2838
+ * @public
2719
2839
  * <p>The name of the scheduled action.</p>
2720
2840
  */
2721
2841
  ScheduledActionName: string | undefined;
2722
2842
  /**
2843
+ * @public
2723
2844
  * <p>The Amazon Resource Name (ARN) of the scheduled action.</p>
2724
2845
  */
2725
2846
  ScheduledActionARN: string | undefined;
2726
2847
  /**
2848
+ * @public
2727
2849
  * <p>The namespace of the Amazon Web Services service that provides the resource, or a
2728
2850
  * <code>custom-resource</code>.</p>
2729
2851
  */
2730
2852
  ServiceNamespace: ServiceNamespace | string | undefined;
2731
2853
  /**
2854
+ * @public
2732
2855
  * <p>The schedule for this action. The following formats are supported:</p>
2733
2856
  * <ul>
2734
2857
  * <li>
@@ -2754,11 +2877,13 @@ export interface ScheduledAction {
2754
2877
  */
2755
2878
  Schedule: string | undefined;
2756
2879
  /**
2880
+ * @public
2757
2881
  * <p>The time zone used when referring to the date and time of a scheduled action, when the
2758
2882
  * scheduled action uses an at or cron expression.</p>
2759
2883
  */
2760
2884
  Timezone?: string;
2761
2885
  /**
2886
+ * @public
2762
2887
  * <p>The identifier of the resource associated with the scaling policy.
2763
2888
  * This string consists of the resource type and unique identifier.</p>
2764
2889
  * <ul>
@@ -2832,6 +2957,7 @@ export interface ScheduledAction {
2832
2957
  */
2833
2958
  ResourceId: string | undefined;
2834
2959
  /**
2960
+ * @public
2835
2961
  * <p>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.</p>
2836
2962
  * <ul>
2837
2963
  * <li>
@@ -2922,14 +3048,17 @@ export interface ScheduledAction {
2922
3048
  */
2923
3049
  ScalableDimension?: ScalableDimension | string;
2924
3050
  /**
3051
+ * @public
2925
3052
  * <p>The date and time that the action is scheduled to begin, in UTC.</p>
2926
3053
  */
2927
3054
  StartTime?: Date;
2928
3055
  /**
3056
+ * @public
2929
3057
  * <p>The date and time that the action is scheduled to end, in UTC.</p>
2930
3058
  */
2931
3059
  EndTime?: Date;
2932
3060
  /**
3061
+ * @public
2933
3062
  * <p>The new minimum and maximum capacity. You can set both values or just one. At the
2934
3063
  * scheduled time, if the current capacity is below the minimum capacity, Application Auto Scaling scales out
2935
3064
  * to the minimum capacity. If the current capacity is above the maximum capacity, Application Auto Scaling
@@ -2937,6 +3066,7 @@ export interface ScheduledAction {
2937
3066
  */
2938
3067
  ScalableTargetAction?: ScalableTargetAction;
2939
3068
  /**
3069
+ * @public
2940
3070
  * <p>The date and time that the scheduled action was created.</p>
2941
3071
  */
2942
3072
  CreationTime: Date | undefined;
@@ -2946,10 +3076,12 @@ export interface ScheduledAction {
2946
3076
  */
2947
3077
  export interface DescribeScheduledActionsResponse {
2948
3078
  /**
3079
+ * @public
2949
3080
  * <p>Information about the scheduled actions.</p>
2950
3081
  */
2951
3082
  ScheduledActions?: ScheduledAction[];
2952
3083
  /**
3084
+ * @public
2953
3085
  * <p>The token required to get the next set of results. This value is <code>null</code> if
2954
3086
  * there are no more results to return.</p>
2955
3087
  */
@@ -2960,6 +3092,7 @@ export interface DescribeScheduledActionsResponse {
2960
3092
  */
2961
3093
  export interface ListTagsForResourceRequest {
2962
3094
  /**
3095
+ * @public
2963
3096
  * <p>Specify the ARN of the scalable target.</p>
2964
3097
  * <p>For example:
2965
3098
  * <code>arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123</code>
@@ -2973,6 +3106,7 @@ export interface ListTagsForResourceRequest {
2973
3106
  */
2974
3107
  export interface ListTagsForResourceResponse {
2975
3108
  /**
3109
+ * @public
2976
3110
  * <p>A list of tags. Each tag consists of a tag key and a tag value.</p>
2977
3111
  */
2978
3112
  Tags?: Record<string, string>;
@@ -2986,6 +3120,7 @@ export declare class ResourceNotFoundException extends __BaseException {
2986
3120
  readonly $fault: "client";
2987
3121
  Message?: string;
2988
3122
  /**
3123
+ * @public
2989
3124
  * <p>The name of the Application Auto Scaling resource. This value is an Amazon Resource Name (ARN).</p>
2990
3125
  */
2991
3126
  ResourceName?: string;
@@ -3012,17 +3147,20 @@ export declare class LimitExceededException extends __BaseException {
3012
3147
  */
3013
3148
  export interface PutScalingPolicyRequest {
3014
3149
  /**
3150
+ * @public
3015
3151
  * <p>The name of the scaling policy.</p>
3016
3152
  * <p>You cannot change the name of a scaling policy, but you can delete the original scaling
3017
3153
  * policy and create a new scaling policy with the same settings and a different name.</p>
3018
3154
  */
3019
3155
  PolicyName: string | undefined;
3020
3156
  /**
3157
+ * @public
3021
3158
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
3022
3159
  * by your own application or service, use <code>custom-resource</code> instead.</p>
3023
3160
  */
3024
3161
  ServiceNamespace: ServiceNamespace | string | undefined;
3025
3162
  /**
3163
+ * @public
3026
3164
  * <p>The identifier of the resource associated with the scaling policy.
3027
3165
  * This string consists of the resource type and unique identifier.</p>
3028
3166
  * <ul>
@@ -3096,6 +3234,7 @@ export interface PutScalingPolicyRequest {
3096
3234
  */
3097
3235
  ResourceId: string | undefined;
3098
3236
  /**
3237
+ * @public
3099
3238
  * <p>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.</p>
3100
3239
  * <ul>
3101
3240
  * <li>
@@ -3186,6 +3325,7 @@ export interface PutScalingPolicyRequest {
3186
3325
  */
3187
3326
  ScalableDimension: ScalableDimension | string | undefined;
3188
3327
  /**
3328
+ * @public
3189
3329
  * <p>The scaling policy type. This parameter is required if you are creating a scaling
3190
3330
  * policy.</p>
3191
3331
  * <p>The following policy types are supported: </p>
@@ -3199,12 +3339,14 @@ export interface PutScalingPolicyRequest {
3199
3339
  */
3200
3340
  PolicyType?: PolicyType | string;
3201
3341
  /**
3342
+ * @public
3202
3343
  * <p>A step scaling policy.</p>
3203
3344
  * <p>This parameter is required if you are creating a policy and the policy type is
3204
3345
  * <code>StepScaling</code>.</p>
3205
3346
  */
3206
3347
  StepScalingPolicyConfiguration?: StepScalingPolicyConfiguration;
3207
3348
  /**
3349
+ * @public
3208
3350
  * <p>A target tracking scaling policy. Includes support for predefined or customized
3209
3351
  * metrics.</p>
3210
3352
  * <p>This parameter is required if you are creating a policy and the policy type is
@@ -3217,10 +3359,12 @@ export interface PutScalingPolicyRequest {
3217
3359
  */
3218
3360
  export interface PutScalingPolicyResponse {
3219
3361
  /**
3362
+ * @public
3220
3363
  * <p>The Amazon Resource Name (ARN) of the resulting scaling policy.</p>
3221
3364
  */
3222
3365
  PolicyARN: string | undefined;
3223
3366
  /**
3367
+ * @public
3224
3368
  * <p>The CloudWatch alarms created for the target tracking scaling policy.</p>
3225
3369
  */
3226
3370
  Alarms?: Alarm[];
@@ -3230,11 +3374,13 @@ export interface PutScalingPolicyResponse {
3230
3374
  */
3231
3375
  export interface PutScheduledActionRequest {
3232
3376
  /**
3377
+ * @public
3233
3378
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
3234
3379
  * by your own application or service, use <code>custom-resource</code> instead.</p>
3235
3380
  */
3236
3381
  ServiceNamespace: ServiceNamespace | string | undefined;
3237
3382
  /**
3383
+ * @public
3238
3384
  * <p>The schedule for this action. The following formats are supported:</p>
3239
3385
  * <ul>
3240
3386
  * <li>
@@ -3260,6 +3406,7 @@ export interface PutScheduledActionRequest {
3260
3406
  */
3261
3407
  Schedule?: string;
3262
3408
  /**
3409
+ * @public
3263
3410
  * <p>Specifies the time zone used when setting a scheduled action by using an at or cron
3264
3411
  * expression. If a time zone is not provided, UTC is used by default.</p>
3265
3412
  * <p>Valid values are the canonical names of the IANA time zones supported by Joda-Time (such
@@ -3267,11 +3414,13 @@ export interface PutScheduledActionRequest {
3267
3414
  */
3268
3415
  Timezone?: string;
3269
3416
  /**
3417
+ * @public
3270
3418
  * <p>The name of the scheduled action. This name must be unique among all other scheduled
3271
3419
  * actions on the specified scalable target. </p>
3272
3420
  */
3273
3421
  ScheduledActionName: string | undefined;
3274
3422
  /**
3423
+ * @public
3275
3424
  * <p>The identifier of the resource associated with the scheduled action.
3276
3425
  * This string consists of the resource type and unique identifier.</p>
3277
3426
  * <ul>
@@ -3345,6 +3494,7 @@ export interface PutScheduledActionRequest {
3345
3494
  */
3346
3495
  ResourceId: string | undefined;
3347
3496
  /**
3497
+ * @public
3348
3498
  * <p>The scalable dimension. This string consists of the service namespace, resource type, and scaling property.</p>
3349
3499
  * <ul>
3350
3500
  * <li>
@@ -3435,14 +3585,17 @@ export interface PutScheduledActionRequest {
3435
3585
  */
3436
3586
  ScalableDimension: ScalableDimension | string | undefined;
3437
3587
  /**
3588
+ * @public
3438
3589
  * <p>The date and time for this scheduled action to start, in UTC.</p>
3439
3590
  */
3440
3591
  StartTime?: Date;
3441
3592
  /**
3593
+ * @public
3442
3594
  * <p>The date and time for the recurring schedule to end, in UTC.</p>
3443
3595
  */
3444
3596
  EndTime?: Date;
3445
3597
  /**
3598
+ * @public
3446
3599
  * <p>The new minimum and maximum capacity. You can set both values or just one. At the
3447
3600
  * scheduled time, if the current capacity is below the minimum capacity, Application Auto Scaling scales out
3448
3601
  * to the minimum capacity. If the current capacity is above the maximum capacity, Application Auto Scaling
@@ -3460,11 +3613,13 @@ export interface PutScheduledActionResponse {
3460
3613
  */
3461
3614
  export interface RegisterScalableTargetRequest {
3462
3615
  /**
3616
+ * @public
3463
3617
  * <p>The namespace of the Amazon Web Services service that provides the resource. For a resource provided
3464
3618
  * by your own application or service, use <code>custom-resource</code> instead.</p>
3465
3619
  */
3466
3620
  ServiceNamespace: ServiceNamespace | string | undefined;
3467
3621
  /**
3622
+ * @public
3468
3623
  * <p>The identifier of the resource that is associated with the scalable target.
3469
3624
  * This string consists of the resource type and unique identifier.</p>
3470
3625
  * <ul>
@@ -3538,6 +3693,7 @@ export interface RegisterScalableTargetRequest {
3538
3693
  */
3539
3694
  ResourceId: string | undefined;
3540
3695
  /**
3696
+ * @public
3541
3697
  * <p>The scalable dimension associated with the scalable target.
3542
3698
  * This string consists of the service namespace, resource type, and scaling property.</p>
3543
3699
  * <ul>
@@ -3629,6 +3785,7 @@ export interface RegisterScalableTargetRequest {
3629
3785
  */
3630
3786
  ScalableDimension: ScalableDimension | string | undefined;
3631
3787
  /**
3788
+ * @public
3632
3789
  * <p>The minimum value that you plan to scale in to. When a scaling policy is in effect,
3633
3790
  * Application Auto Scaling can scale in (contract) as needed to the minimum capacity limit in response to
3634
3791
  * changing demand. This property is required when registering a new scalable target.</p>
@@ -3672,6 +3829,7 @@ export interface RegisterScalableTargetRequest {
3672
3829
  */
3673
3830
  MinCapacity?: number;
3674
3831
  /**
3832
+ * @public
3675
3833
  * <p>The maximum value that you plan to scale out to. When a scaling policy is in effect,
3676
3834
  * Application Auto Scaling can scale out (expand) as needed to the maximum capacity limit in response to
3677
3835
  * changing demand. This property is required when registering a new scalable target.</p>
@@ -3684,6 +3842,7 @@ export interface RegisterScalableTargetRequest {
3684
3842
  */
3685
3843
  MaxCapacity?: number;
3686
3844
  /**
3845
+ * @public
3687
3846
  * <p>This parameter is required for services that do not support service-linked roles (such as
3688
3847
  * Amazon EMR), and it must specify the ARN of an IAM role that allows Application Auto Scaling to modify the scalable
3689
3848
  * target on your behalf. </p>
@@ -3692,6 +3851,7 @@ export interface RegisterScalableTargetRequest {
3692
3851
  */
3693
3852
  RoleARN?: string;
3694
3853
  /**
3854
+ * @public
3695
3855
  * <p>An embedded object that contains attributes and attribute values that are used to
3696
3856
  * suspend and resume automatic scaling. Setting the value of an attribute to
3697
3857
  * <code>true</code> suspends the specified scaling activities. Setting it to
@@ -3718,6 +3878,7 @@ export interface RegisterScalableTargetRequest {
3718
3878
  */
3719
3879
  SuspendedState?: SuspendedState;
3720
3880
  /**
3881
+ * @public
3721
3882
  * <p>Assigns one or more tags to the scalable target. Use this parameter to tag the scalable
3722
3883
  * target when it is created. To tag an existing scalable target, use the <a>TagResource</a> operation.</p>
3723
3884
  * <p>Each tag consists of a tag key and a tag value. Both the tag key and the tag value are
@@ -3733,6 +3894,7 @@ export interface RegisterScalableTargetRequest {
3733
3894
  */
3734
3895
  export interface RegisterScalableTargetResponse {
3735
3896
  /**
3897
+ * @public
3736
3898
  * <p>The ARN of the scalable target.</p>
3737
3899
  */
3738
3900
  ScalableTargetARN?: string;
@@ -3742,6 +3904,7 @@ export interface RegisterScalableTargetResponse {
3742
3904
  */
3743
3905
  export interface TagResourceRequest {
3744
3906
  /**
3907
+ * @public
3745
3908
  * <p>Identifies the Application Auto Scaling scalable target that you want to apply tags to.</p>
3746
3909
  * <p>For example:
3747
3910
  * <code>arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123</code>
@@ -3750,6 +3913,7 @@ export interface TagResourceRequest {
3750
3913
  */
3751
3914
  ResourceARN: string | undefined;
3752
3915
  /**
3916
+ * @public
3753
3917
  * <p>The tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services
3754
3918
  * resource.</p>
3755
3919
  * <p>Each tag consists of a tag key and a tag value.</p>
@@ -3776,6 +3940,7 @@ export declare class TooManyTagsException extends __BaseException {
3776
3940
  readonly $fault: "client";
3777
3941
  Message?: string;
3778
3942
  /**
3943
+ * @public
3779
3944
  * <p>The name of the Application Auto Scaling resource. This value is an Amazon Resource Name (ARN).</p>
3780
3945
  */
3781
3946
  ResourceName?: string;
@@ -3789,6 +3954,7 @@ export declare class TooManyTagsException extends __BaseException {
3789
3954
  */
3790
3955
  export interface UntagResourceRequest {
3791
3956
  /**
3957
+ * @public
3792
3958
  * <p>Identifies the Application Auto Scaling scalable target from which to remove tags.</p>
3793
3959
  * <p>For example:
3794
3960
  * <code>arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123</code>
@@ -3797,6 +3963,7 @@ export interface UntagResourceRequest {
3797
3963
  */
3798
3964
  ResourceARN: string | undefined;
3799
3965
  /**
3966
+ * @public
3800
3967
  * <p>One or more tag keys. Specify only the tag keys, not the tag values.</p>
3801
3968
  */
3802
3969
  TagKeys: string[] | undefined;
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.379.1",
4
+ "version": "3.385.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,15 +21,15 @@
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.379.1",
25
- "@aws-sdk/credential-provider-node": "3.379.1",
24
+ "@aws-sdk/client-sts": "3.385.0",
25
+ "@aws-sdk/credential-provider-node": "3.385.0",
26
26
  "@aws-sdk/middleware-host-header": "3.379.1",
27
27
  "@aws-sdk/middleware-logger": "3.378.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.378.0",
29
29
  "@aws-sdk/middleware-signing": "3.379.1",
30
- "@aws-sdk/middleware-user-agent": "3.379.1",
30
+ "@aws-sdk/middleware-user-agent": "3.382.0",
31
31
  "@aws-sdk/types": "3.378.0",
32
- "@aws-sdk/util-endpoints": "3.378.0",
32
+ "@aws-sdk/util-endpoints": "3.382.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.378.0",
34
34
  "@aws-sdk/util-user-agent-node": "3.378.0",
35
35
  "@smithy/config-resolver": "^2.0.1",