-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source sdk-partitions from the models instead of hardcoding
1. Update `sync-models` to sync from aws-sdk-rust. This location includes `sdk-partitions.json` 2. Update aws:sdk gradle file to properly set this variable in codegen./ 3. Add an additional safeguard to ensure that the default hardcoded version is only used in tests and adhoc SDK generation.
- Loading branch information
Showing
21 changed files
with
13,708 additions
and
6,262 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
105 changes: 0 additions & 105 deletions
105
aws/sdk-codegen/src/main/resources/default-partitions.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../sdk/aws-models/sdk-partitions.json |
44 changes: 0 additions & 44 deletions
44
aws/sdk-codegen/src/main/resources/default-sdk-endpoints.json
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
Oops, something went wrong.