Skip to content

Commit f25cc64

Browse files
feat: update AWS API models
1 parent 6521b11 commit f25cc64

21 files changed

+19047
-1162
lines changed

codegen/sdk/aws-models/auto-scaling.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3571,6 +3571,12 @@
35713571
"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>"
35723572
}
35733573
},
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+
},
35743580
"Metrics": {
35753581
"target": "com.amazonaws.autoscaling#TargetTrackingMetricDataQueries",
35763582
"traits": {
@@ -8151,6 +8157,14 @@
81518157
"target": "com.amazonaws.autoscaling#MetricDimension"
81528158
}
81538159
},
8160+
"com.amazonaws.autoscaling#MetricGranularityInSeconds": {
8161+
"type": "integer",
8162+
"traits": {
8163+
"smithy.api#range": {
8164+
"min": 1
8165+
}
8166+
}
8167+
},
81548168
"com.amazonaws.autoscaling#MetricGranularityType": {
81558169
"type": "structure",
81568170
"members": {
@@ -10859,6 +10873,12 @@
1085910873
"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>"
1086010874
}
1086110875
},
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+
},
1086210882
"ReturnData": {
1086310883
"target": "com.amazonaws.autoscaling#ReturnData",
1086410884
"traits": {
@@ -10894,6 +10914,12 @@
1089410914
"traits": {
1089510915
"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>"
1089610916
}
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+
}
1089710923
}
1089810924
},
1089910925
"traits": {

codegen/sdk/aws-models/bcm-pricing-calculator.json

Lines changed: 7093 additions & 0 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/bedrock-agent-runtime.json

Lines changed: 1046 additions & 95 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)