Checks if an operation should be paginated but is not.
- Skip operations that are paginated
- Emit if an operation verb matches one of the
verbsRequirePagination
values
- Emit if an operation input member name matches one of the
inputMembersRequirePagination
values
- Emit if an operation output member name matches one of the
outputMembersRequirePagination
values
- Skip if the operation has no output
- Emit if the operation verb matches one of the
verbsSuggestPagination
and there's a top-level output
member that targets a list.