Skip to content

Commit 32b70c7

Browse files
rchachemtdowling
authored andcommitted
Update stale docs around MissingPaginatedTrait
1 parent 5613c7a commit 32b70c7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source-2.0/guides/model-linters.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -642,14 +642,16 @@ Configuration
642642
indicate that an operation MUST be paginated. A ``DANGER`` event
643643
is emitted if an operation is found to have an input member name
644644
that case-insensitively matches one of these member names.
645-
Defaults to ``["maxResults", "pageSize", "limit", "nextToken", "pageToken", "token"]``
645+
Defaults to ``["maxresults", "maxitems", "pagesize", "limit",
646+
"nexttoken", "pagetoken", "token", "marker"]``
646647
* - outputMembersRequirePagination
647648
- [``string``]
648649
- Defines the case-insensitive operation output member names that
649650
indicate that an operation MUST be paginated. A ``DANGER`` event
650651
is emitted if an operation is found to have an output member name
651652
that case-insensitively matches one of these member names.
652-
Defaults to ``["nextToken", "pageToken", "token", "marker", "nextPage"]``.
653+
Defaults to ``["nexttoken", "pagetoken", "token", "marker", "nextpage", "nextpagetoken", "position", "nextmarker",
654+
"paginationtoken", "nextpagemarker"]``.
653655

654656
Example:
655657

0 commit comments

Comments
 (0)