Does addition/removal of item affect pagination results in AWS APIs?

Viewed 16

I have a general question regrading AWS APIs that have pagination (using maxresults and nexttoken) -
if there is a change in the resources that is retrieved (for example - new ec2 was lunched or removed) - will that change will affect the results? or actually AWS takes a snapshot of required resources on the initial request and just loop through them?

0 Answers
Related