Skip to content

Commit 39de327

Browse files
authored
Bump Smithty to 1.62 (#4323)
## Motivation and Context Upgrades Smithy to [1.62.0](https://github.com/smithy-lang/smithy/releases/tag/1.62.0) ## Description With Smithy 1.62.0, we need to use the updated partitions file. As a result, we updated service models in this repository (copied them over from `aws-sdk-rust/aws-models`). Two unicode substring tests failed upstream, within the Smithy team itself, as part of 1.62.0. The team deleted them with the intention that they will add new ones to the public repo, so we manually replicated the deletion in `substring.smithy` (maybe we don't have to keep a local copy of `codegen-client/src/test/resources/META-INF/smithy/endpoint-tests` once tests are added to public Smithy repo). ## Testing - CI - Verified build and running tests for dynamodb for today's failed release. We should be able to ignore semver compliance check since it's comparing the ec2 crate from the old model against that from the updated model; the one from the updated model is already out in the wild on crates.io ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
1 parent 2240e24 commit 39de327

File tree

26 files changed

+158280
-114847
lines changed

26 files changed

+158280
-114847
lines changed

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

Lines changed: 661 additions & 45 deletions
Large diffs are not rendered by default.

aws/sdk/aws-models/cloudwatch-logs.json

Lines changed: 1061 additions & 544 deletions
Large diffs are not rendered by default.
Lines changed: 1004 additions & 127 deletions
Large diffs are not rendered by default.

aws/sdk/aws-models/dynamodb.json

Lines changed: 428 additions & 248 deletions
Large diffs are not rendered by default.

aws/sdk/aws-models/ec2.json

Lines changed: 65865 additions & 50373 deletions
Large diffs are not rendered by default.

aws/sdk/aws-models/ecs.json

Lines changed: 4476 additions & 577 deletions
Large diffs are not rendered by default.

aws/sdk/aws-models/glacier.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2845,17 +2845,6 @@
28452845
"UseDualStack": false
28462846
}
28472847
},
2848-
{
2849-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
2850-
"expect": {
2851-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2852-
},
2853-
"params": {
2854-
"Region": "us-iso-east-1",
2855-
"UseFIPS": true,
2856-
"UseDualStack": true
2857-
}
2858-
},
28592848
{
28602849
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
28612850
"expect": {
@@ -2869,17 +2858,6 @@
28692858
"UseDualStack": false
28702859
}
28712860
},
2872-
{
2873-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
2874-
"expect": {
2875-
"error": "DualStack is enabled but this partition does not support DualStack"
2876-
},
2877-
"params": {
2878-
"Region": "us-iso-east-1",
2879-
"UseFIPS": false,
2880-
"UseDualStack": true
2881-
}
2882-
},
28832861
{
28842862
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
28852863
"expect": {
@@ -2893,17 +2871,6 @@
28932871
"UseDualStack": false
28942872
}
28952873
},
2896-
{
2897-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
2898-
"expect": {
2899-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
2900-
},
2901-
"params": {
2902-
"Region": "us-isob-east-1",
2903-
"UseFIPS": true,
2904-
"UseDualStack": true
2905-
}
2906-
},
29072874
{
29082875
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
29092876
"expect": {
@@ -2917,17 +2884,6 @@
29172884
"UseDualStack": false
29182885
}
29192886
},
2920-
{
2921-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
2922-
"expect": {
2923-
"error": "DualStack is enabled but this partition does not support DualStack"
2924-
},
2925-
"params": {
2926-
"Region": "us-isob-east-1",
2927-
"UseFIPS": false,
2928-
"UseDualStack": true
2929-
}
2930-
},
29312887
{
29322888
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
29332889
"expect": {

aws/sdk/aws-models/iam.json

Lines changed: 1901 additions & 926 deletions
Large diffs are not rendered by default.

aws/sdk/aws-models/kms.json

Lines changed: 742 additions & 303 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)