Skip to content

Commit

Permalink
Update stale docs around MissingPaginatedTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
rchache authored and mtdowling committed Jun 8, 2023
1 parent 5613c7a commit 32b70c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/source-2.0/guides/model-linters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -642,14 +642,16 @@ Configuration
indicate that an operation MUST be paginated. A ``DANGER`` event
is emitted if an operation is found to have an input member name
that case-insensitively matches one of these member names.
Defaults to ``["maxResults", "pageSize", "limit", "nextToken", "pageToken", "token"]``
Defaults to ``["maxresults", "maxitems", "pagesize", "limit",
"nexttoken", "pagetoken", "token", "marker"]``
* - outputMembersRequirePagination
- [``string``]
- Defines the case-insensitive operation output member names that
indicate that an operation MUST be paginated. A ``DANGER`` event
is emitted if an operation is found to have an output member name
that case-insensitively matches one of these member names.
Defaults to ``["nextToken", "pageToken", "token", "marker", "nextPage"]``.
Defaults to ``["nexttoken", "pagetoken", "token", "marker", "nextpage", "nextpagetoken", "position", "nextmarker",
"paginationtoken", "nextpagemarker"]``.

Example:

Expand Down

0 comments on commit 32b70c7

Please sign in to comment.