awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.19k stars 773 forks source link

Request Retrieval: Pagination #143

Closed joguSD closed 8 years ago

joguSD commented 8 years ago

When a wizard makes a service request it will now check if the operation supports pagination and load all of the pages upfront.

@JordonPhillips

JordonPhillips commented 8 years ago

Might be worth adding a comment explaining why we're paginating (to make sure we get all the data mostly), but otherwise ⛵

joguSD commented 8 years ago

Added that comment and merging.