Skip to content

Commit 884f259

Browse files
Update SDK models
1 parent 31b7274 commit 884f259

378 files changed

Lines changed: 29172 additions & 2393 deletions

File tree

Some content is hidden

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4+
"tests/no-default-features",
45
"tests/telemetry",
5-
"tests/webassembly-wstd",
66
"tests/webassembly-no-os",
7-
"tests/no-default-features"
7+
"tests/webassembly-wstd"
88
]
99
members = [
1010
"sdk/accessanalyzer",

aws-models/cleanroomsml.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10300,7 +10300,7 @@
1030010300
"traits": {
1030110301
"smithy.api#length": {
1030210302
"min": 0,
10303-
"max": 250
10303+
"max": 1000
1030410304
}
1030510305
}
1030610306
},
@@ -11590,7 +11590,7 @@
1159011590
"traits": {
1159111591
"smithy.api#range": {
1159211592
"min": 0.01,
11593-
"max": 10.0
11593+
"max": 100.0
1159411594
}
1159511595
}
1159611596
},
@@ -11786,7 +11786,7 @@
1178611786
"traits": {
1178711787
"smithy.api#range": {
1178811788
"min": 0.01,
11789-
"max": 10.0
11789+
"max": 50.0
1179011790
}
1179111791
}
1179211792
},
@@ -12064,7 +12064,7 @@
1206412064
"traits": {
1206512065
"smithy.api#range": {
1206612066
"min": 0.01,
12067-
"max": 50.0
12067+
"max": 100.0
1206812068
}
1206912069
}
1207012070
},
@@ -12587,7 +12587,7 @@
1258712587
"smithy.api#documentation": "<p>The number of compute workers that are used.</p>",
1258812588
"smithy.api#range": {
1258912589
"min": 2,
12590-
"max": 400
12590+
"max": 1024
1259112591
}
1259212592
}
1259312593
},

aws-models/cloudfront.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5637,6 +5637,9 @@
56375637
"smithy.api#documentation": "<p>The function code. For more information about writing a CloudFront function, see <a href=\"https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/writing-function-code.html\">Writing function code for CloudFront Functions</a> in the <i>Amazon CloudFront Developer Guide</i>.</p>",
56385638
"smithy.api#required": {}
56395639
}
5640+
},
5641+
"Tags": {
5642+
"target": "com.amazonaws.cloudfront#Tags"
56405643
}
56415644
},
56425645
"traits": {
@@ -6007,6 +6010,9 @@
60076010
"traits": {
60086011
"smithy.api#documentation": "<p>The S3 bucket that provides the source for the import. The source must be in a valid JSON format.</p>"
60096012
}
6013+
},
6014+
"Tags": {
6015+
"target": "com.amazonaws.cloudfront#Tags"
60106016
}
60116017
},
60126018
"traits": {

aws-models/marketplace-agreement.json

Lines changed: 4040 additions & 1866 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)