`aws cognito-idp list-users` and `aws cognito-idp list-user-pools` do not paginate by default
Open
cognito-idp
feature-request
p3
paginator
- Dominant language
- Python
- Stars
- 17.3k
- Forks
- 4.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 13
Description
When the `--no-paginate` option is not specified, pagination should be followed automatically to return the whole result set. However, `aws cognito-idp list-users` does not do this, nor does `aws cognito-idp list-user-pools` (which even has a required `--max-results` argument)
Contributor guide
Assessment
This issue has not been assessed yet.