When a request produces a list that is larger than the page size, pagination occurs. This divides the response into individual pages. To retrieve the next page, pass the nextToken as the paginationToken query parameter in the subsequent request. When there are no more pages to retrieve, the Pagination key will be absent from the response. When a Pagination object is present, it contains nextToken as non-null value
When a request produces a list that is larger than the page size, pagination occurs. This divides the response into individual pages. To retrieve the next page, pass the
nextTokenas thepaginationTokenquery parameter in the subsequent request. When there are no more pages to retrieve, thePaginationkey will be absent from the response. When aPaginationobject is present, it containsnextTokenas non-null value