Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Nov 22, 2024
1 parent c15bad2 commit 86e0a40
Show file tree
Hide file tree
Showing 254 changed files with 63,928 additions and 8,969 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ RubyGems.org page under "LINKS" section.
| AWS Batch | Aws::Batch | aws-sdk-batch | 2016-08-10 |
| AWS Billing | Aws::Billing | aws-sdk-billing | 2023-09-07 |
| AWS Billing and Cost Management Data Exports | Aws::BCMDataExports | aws-sdk-bcmdataexports | 2023-11-26 |
| AWS Billing and Cost Management Pricing Calculator | Aws::BCMPricingCalculator | aws-sdk-bcmpricingcalculator | 2024-06-19 |
| AWS Budgets | Aws::Budgets | aws-sdk-budgets | 2016-10-20 |
| AWS Certificate Manager | Aws::ACM | aws-sdk-acm | 2015-12-08 |
| AWS Certificate Manager Private Certificate Authority | Aws::ACMPCA | aws-sdk-acmpca | 2017-08-22 |
Expand Down
9 changes: 8 additions & 1 deletion apis/autoscaling/2011-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,7 @@
"Dimensions":{"shape":"MetricDimensions"},
"Statistic":{"shape":"MetricStatistic"},
"Unit":{"shape":"MetricUnit"},
"Period":{"shape":"MetricGranularityInSeconds"},
"Metrics":{"shape":"TargetTrackingMetricDataQueries"}
}
},
Expand Down Expand Up @@ -2738,6 +2739,10 @@
"type":"list",
"member":{"shape":"MetricDimension"}
},
"MetricGranularityInSeconds":{
"type":"integer",
"min":1
},
"MetricGranularityType":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3561,6 +3566,7 @@
"Expression":{"shape":"XmlStringMaxLen2047"},
"MetricStat":{"shape":"TargetTrackingMetricStat"},
"Label":{"shape":"XmlStringMetricLabel"},
"Period":{"shape":"MetricGranularityInSeconds"},
"ReturnData":{"shape":"ReturnData"}
}
},
Expand All @@ -3573,7 +3579,8 @@
"members":{
"Metric":{"shape":"Metric"},
"Stat":{"shape":"XmlStringMetricStat"},
"Unit":{"shape":"MetricUnit"}
"Unit":{"shape":"MetricUnit"},
"Period":{"shape":"MetricGranularityInSeconds"}
}
},
"TerminateInstanceInAutoScalingGroupType":{
Expand Down
8 changes: 8 additions & 0 deletions apis/autoscaling/2011-01-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1549,6 +1549,14 @@
"Metric$Dimensions": "<p>The dimensions for the metric. For the list of available dimensions, see the Amazon Web Services documentation available from the table in <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/aws-services-cloudwatch-metrics.html\">Amazon Web Services services that publish CloudWatch metrics </a> in the <i>Amazon CloudWatch User Guide</i>. </p> <p>Conditional: If you published your metric with dimensions, you must specify the same dimensions in your scaling policy.</p>"
}
},
"MetricGranularityInSeconds": {
"base": null,
"refs": {
"CustomizedMetricSpecification$Period": "<p> 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 <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>. </p>",
"TargetTrackingMetricDataQuery$Period": "<p> 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 <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>. </p>",
"TargetTrackingMetricStat$Period": "<p> 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 <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>. </p>"
}
},
"MetricGranularityType": {
"base": "<p>Describes a granularity of a metric.</p>",
"refs": {
Expand Down
Loading

0 comments on commit 86e0a40

Please sign in to comment.