|
3571 | 3571 | "smithy.api#documentation": "<p>The unit of the metric. For a complete list of the units that CloudWatch supports, see the\n <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html\">MetricDatum</a>\n data type in the <i>Amazon CloudWatch API Reference</i>.</p>"
|
3572 | 3572 | }
|
3573 | 3573 | },
|
| 3574 | + "Period": { |
| 3575 | + "target": "com.amazonaws.autoscaling#MetricGranularityInSeconds", |
| 3576 | + "traits": { |
| 3577 | + "smithy.api#documentation": "<p>\n The period of the metric in seconds. The default value is 60. Accepted values are 10, 30, and 60. For high resolution metric, set the value to less than 60. For more information, see\n <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/policy-creating-high-resolution-metrics.html\">Create a target tracking policy using high-resolution metrics for faster response</a>.\n </p>" |
| 3578 | + } |
| 3579 | + }, |
3574 | 3580 | "Metrics": {
|
3575 | 3581 | "target": "com.amazonaws.autoscaling#TargetTrackingMetricDataQueries",
|
3576 | 3582 | "traits": {
|
|
8151 | 8157 | "target": "com.amazonaws.autoscaling#MetricDimension"
|
8152 | 8158 | }
|
8153 | 8159 | },
|
| 8160 | + "com.amazonaws.autoscaling#MetricGranularityInSeconds": { |
| 8161 | + "type": "integer", |
| 8162 | + "traits": { |
| 8163 | + "smithy.api#range": { |
| 8164 | + "min": 1 |
| 8165 | + } |
| 8166 | + } |
| 8167 | + }, |
8154 | 8168 | "com.amazonaws.autoscaling#MetricGranularityType": {
|
8155 | 8169 | "type": "structure",
|
8156 | 8170 | "members": {
|
|
10859 | 10873 | "smithy.api#documentation": "<p>A human-readable label for this metric or expression. This is especially useful if\n this is a math expression, so that you know what the value represents.</p>"
|
10860 | 10874 | }
|
10861 | 10875 | },
|
| 10876 | + "Period": { |
| 10877 | + "target": "com.amazonaws.autoscaling#MetricGranularityInSeconds", |
| 10878 | + "traits": { |
| 10879 | + "smithy.api#documentation": "<p>\n The period of the metric in seconds. The default value is 60. Accepted values are 10, 30, and 60. For high resolution metric, set the value to less than 60. For more information, see\n <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/policy-creating-high-resolution-metrics.html\">Create a target tracking policy using high-resolution metrics for faster response</a>.\n </p>" |
| 10880 | + } |
| 10881 | + }, |
10862 | 10882 | "ReturnData": {
|
10863 | 10883 | "target": "com.amazonaws.autoscaling#ReturnData",
|
10864 | 10884 | "traits": {
|
|
10894 | 10914 | "traits": {
|
10895 | 10915 | "smithy.api#documentation": "<p>The unit to use for the returned data points. For a complete list of the units that\n CloudWatch supports, see the <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricDatum.html\">MetricDatum</a>\n data type in the <i>Amazon CloudWatch API Reference</i>.</p>"
|
10896 | 10916 | }
|
| 10917 | + }, |
| 10918 | + "Period": { |
| 10919 | + "target": "com.amazonaws.autoscaling#MetricGranularityInSeconds", |
| 10920 | + "traits": { |
| 10921 | + "smithy.api#documentation": "<p>\n The period of the metric in seconds. The default value is 60. Accepted values are 10, 30, and 60. For high resolution metric, set the value to less than 60. For more information, see\n <a href=\"https://docs.aws.amazon.com/autoscaling/ec2/userguide/policy-creating-high-resolution-metrics.html\">Create a target tracking policy using high-resolution metrics for faster response</a>.\n </p>" |
| 10922 | + } |
10897 | 10923 | }
|
10898 | 10924 | },
|
10899 | 10925 | "traits": {
|
|
0 commit comments