Skip to content

Commit 8848f51

Browse files
Update SDK models
1 parent 2b8b47c commit 8848f51

File tree

1,758 files changed

+163479
-3655
lines changed

Some content is hidden

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

1,758 files changed

+163479
-3655
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/cross_service",
5-
"examples/examples",
6-
"examples/webassembly",
74
"examples/lambda",
5+
"examples/webassembly",
6+
"examples/cross_service",
87
"examples/test-utils",
8+
"examples/examples",
99
"tests/webassembly",
1010
"tests/no-default-features"
1111
]
@@ -77,6 +77,7 @@ members = [
7777
"sdk/backupgateway",
7878
"sdk/batch",
7979
"sdk/bcmdataexports",
80+
"sdk/bcmpricingcalculator",
8081
"sdk/bedrock",
8182
"sdk/bedrockagent",
8283
"sdk/bedrockagentruntime",

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": {

0 commit comments

Comments
 (0)