Skip to content

Commit d736061

Browse files
committed
Add nextToken as a NotRequired output key
1 parent c260871 commit d736061

File tree

2 files changed

+105
-89
lines changed

2 files changed

+105
-89
lines changed

mypy_boto3_builder/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
# keys to mark as NotRequired for output TypeDicts
3939
NOT_REQUIRED_OUTPUT_KEYS: Final[tuple[str, ...]] = (
4040
"NextToken",
41+
"nextToken",
4142
"Contents",
4243
"Item",
4344
"CommonPrefixes",

0 commit comments

Comments
 (0)