-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
61 additions
and
61 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
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
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
9 changes: 9 additions & 0 deletions
9
smithy-aws-protocol-tests/model/restJson1/other-namespace.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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
$version: "1.0" | ||
|
||
namespace aws.protocoltests.restjson.nested | ||
|
||
// Note that this conflicts with the shared-types GreetingStruct | ||
// and needs to be renamed if used as part of a service closure. | ||
structure GreetingStruct { | ||
salutation: String, | ||
} |
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
34 changes: 0 additions & 34 deletions
34
smithy-aws-protocol-tests/model/restJson1WithRenames/main.smithy
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
smithy-aws-protocol-tests/model/restJson1WithRenames/other-namespace.smithy
This file was deleted.
Oops, something went wrong.
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
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
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: 1 addition & 1 deletion
2
...ware/amazon/smithy/model/errorfiles/validators/service-rename/error-rename-invalid.errors
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 +1 @@ | ||
[ERROR] smithy.example#MyService: Service attempts to rename an invalid structure shape from `smithy.example#BadGreeting` to "ThisDoesNotWork"; errors cannot be renamed | Service | ||
[ERROR] smithy.example#MyService: Service attempts to rename a structure shape from `smithy.example#BadGreeting` to "ThisDoesNotWork"; errors cannot be renamed | Service |
2 changes: 1 addition & 1 deletion
2
...s/software/amazon/smithy/model/errorfiles/validators/service-rename/member-invalid.errors
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 +1 @@ | ||
[ERROR] smithy.example#MyService: Service attempts to rename an invalid member shape from `smithy.example#SayHelloInput$foo` to "thisDoesNotWork"; members cannot be renamed | Service | ||
[ERROR] smithy.example#MyService: Service attempts to rename a member shape from `smithy.example#SayHelloInput$foo` to "thisDoesNotWork"; members cannot be renamed | Service |
2 changes: 1 addition & 1 deletion
2
...oftware/amazon/smithy/model/errorfiles/validators/service-rename/operation-invalid.errors
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 +1 @@ | ||
[ERROR] smithy.example#MyService: Service attempts to rename an invalid operation shape from `smithy.example#SayHello` to "SayHello2"; operations cannot be renamed | Service | ||
[ERROR] smithy.example#MyService: Service attempts to rename a operation shape from `smithy.example#SayHello` to "SayHello2"; operations cannot be renamed | Service |