Skip to content

Commit

Permalink
Add nextToken as a NotRequired output key
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Oct 23, 2024
1 parent c260871 commit d736061
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 89 deletions.
1 change: 1 addition & 0 deletions mypy_boto3_builder/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
# keys to mark as NotRequired for output TypeDicts
NOT_REQUIRED_OUTPUT_KEYS: Final[tuple[str, ...]] = (
"NextToken",
"nextToken",
"Contents",
"Item",
"CommonPrefixes",
Expand Down
Loading

0 comments on commit d736061

Please sign in to comment.