-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update trait change enums to use enum shapes
- Loading branch information
1 parent
b3c995b
commit b28f2d2
Showing
6 changed files
with
40 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
.../software/amazon/smithy/model/errorfiles/validators/shape-recursion-required-trait.smithy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
$version: "2.0" | ||
|
||
namespace smithy.example | ||
|
||
structure RecursiveShape1 { | ||
|
2 changes: 1 addition & 1 deletion
2
...mazon/smithy/model/errorfiles/validators/trait-breaking-changes/allows-empty-paths.smithy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$version: "1.0" | ||
$version: "2.0" | ||
|
||
namespace smithy.example | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...hy/model/errorfiles/validators/trait-breaking-changes/invalid-member-of-collection.smithy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$version: "1.0" | ||
$version: "2.0" | ||
|
||
namespace smithy.example | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...on/smithy/model/errorfiles/validators/trait-breaking-changes/invalid-named-members.smithy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$version: "1.0" | ||
$version: "2.0" | ||
|
||
namespace smithy.example | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
.../amazon/smithy/model/errorfiles/validators/trait-breaking-changes/valid-for-nested.smithy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$version: "1.0" | ||
$version: "2.0" | ||
|
||
namespace smithy.example | ||
|
||
|