Daily Sync with Botocore v1.43.92 on 2026/09/11 - #6260
Conversation
|
Claude finished @sagemaker-bot's task in 1m 2s —— View job Review: Daily Botocore Sync (v1.43.92)
This is an auto-generated Summary of what's added (all additive except one item below):
One backward-compatibility note (informational)
def invoke_async(
self,
- input_location: StrPipeVar, # was: required, first positional
content_type: Optional[StrPipeVar] = Unassigned(),
...
+ input_location: Optional[StrPipeVar] = Unassigned(), # now: optional, moved down
...
body: Optional[Any] = Unassigned(),
):
This faithfully reflects the upstream botocore model change (InputLocation is no longer required), so it's expected for the generated code and not something to "fix" here. Flagging it only so it can be captured in release notes / migration guidance as a potential breaking change for downstream consumers. Otherwise the PR looks clean and consistent with prior daily syncs. No changes requested. (Note: inline PR comments weren't available in this run, so I've consolidated the note here.) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6260 +/- ##
==========================================
+ Coverage 71.05% 71.09% +0.03%
==========================================
Files 553 553
Lines 68244 68328 +84
==========================================
+ Hits 48494 48578 +84
Misses 19750 19750 🚀 New features to boost your workflow:
|
Daily sync with Botocore package. This PR is automatically generated by sagemaker-bot.