Skip to content

Commit 86e0a40

Browse files
Updated API models and rebuilt service gems.
1 parent c15bad2 commit 86e0a40

File tree

254 files changed

+63928
-8969
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+63928
-8969
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ RubyGems.org page under "LINKS" section.
323323
| AWS Batch | Aws::Batch | aws-sdk-batch | 2016-08-10 |
324324
| AWS Billing | Aws::Billing | aws-sdk-billing | 2023-09-07 |
325325
| AWS Billing and Cost Management Data Exports | Aws::BCMDataExports | aws-sdk-bcmdataexports | 2023-11-26 |
326+
| AWS Billing and Cost Management Pricing Calculator | Aws::BCMPricingCalculator | aws-sdk-bcmpricingcalculator | 2024-06-19 |
326327
| AWS Budgets | Aws::Budgets | aws-sdk-budgets | 2016-10-20 |
327328
| AWS Certificate Manager | Aws::ACM | aws-sdk-acm | 2015-12-08 |
328329
| AWS Certificate Manager Private Certificate Authority | Aws::ACMPCA | aws-sdk-acmpca | 2017-08-22 |

apis/autoscaling/2011-01-01/api-2.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,6 +1648,7 @@
16481648
"Dimensions":{"shape":"MetricDimensions"},
16491649
"Statistic":{"shape":"MetricStatistic"},
16501650
"Unit":{"shape":"MetricUnit"},
1651+
"Period":{"shape":"MetricGranularityInSeconds"},
16511652
"Metrics":{"shape":"TargetTrackingMetricDataQueries"}
16521653
}
16531654
},
@@ -2738,6 +2739,10 @@
27382739
"type":"list",
27392740
"member":{"shape":"MetricDimension"}
27402741
},
2742+
"MetricGranularityInSeconds":{
2743+
"type":"integer",
2744+
"min":1
2745+
},
27412746
"MetricGranularityType":{
27422747
"type":"structure",
27432748
"members":{
@@ -3561,6 +3566,7 @@
35613566
"Expression":{"shape":"XmlStringMaxLen2047"},
35623567
"MetricStat":{"shape":"TargetTrackingMetricStat"},
35633568
"Label":{"shape":"XmlStringMetricLabel"},
3569+
"Period":{"shape":"MetricGranularityInSeconds"},
35643570
"ReturnData":{"shape":"ReturnData"}
35653571
}
35663572
},
@@ -3573,7 +3579,8 @@
35733579
"members":{
35743580
"Metric":{"shape":"Metric"},
35753581
"Stat":{"shape":"XmlStringMetricStat"},
3576-
"Unit":{"shape":"MetricUnit"}
3582+
"Unit":{"shape":"MetricUnit"},
3583+
"Period":{"shape":"MetricGranularityInSeconds"}
35773584
}
35783585
},
35793586
"TerminateInstanceInAutoScalingGroupType":{

apis/autoscaling/2011-01-01/docs-2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,14 @@
15491549
"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>"
15501550
}
15511551
},
1552+
"MetricGranularityInSeconds": {
1553+
"base": null,
1554+
"refs": {
1555+
"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>",
1556+
"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>",
1557+
"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>"
1558+
}
1559+
},
15521560
"MetricGranularityType": {
15531561
"base": "<p>Describes a granularity of a metric.</p>",
15541562
"refs": {

0 commit comments

Comments
 (0)