fix: update service-2.json with latest public botocore service model#5806
Closed
lucasjia-aws wants to merge 2 commits into
Closed
fix: update service-2.json with latest public botocore service model#5806lucasjia-aws wants to merge 2 commits into
lucasjia-aws wants to merge 2 commits into
Conversation
…and regenerate codegen outputs Replaced the bundled service-2.json with the latest public botocore SageMaker service model, then updated codegen tooling to handle differences in the public model: - Added PIPE_VAR_OVERRIDES for ResourceConfig fields (IntPipeVar) - Added REQUIRED_TO_OPTIONAL_OVERRIDES for ModelPackage/SecurityConfig - Added EXCLUDED_RESOURCES for Session to avoid name collision - Updated shapes output path to shapes/ directory Re-ran codegen to regenerate resources.py, shapes.py, config_schema.py, resource_plan.csv, and shape_dag.py.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
This PR updates the bundled
service-2.jsonto the lastest public botocore service model and regenerates all codegen outputs.Changes
Commit 1: Update service model and regenerate codegen outputs
Commit 2: Fix upstream package compatibility
Testing