aws-inventory icon indicating copy to clipboard operation
aws-inventory copied to clipboard

some operations are paginated and hence the list will be incomplete

Open spongenee opened this issue 2 years ago • 1 comments

Not sure how we can make use of the NextToken parameter to get the full list, but not part of it

spongenee avatar Mar 15 '22 08:03 spongenee

an example of the operation is cloudwatch:DescribeAlarms. for AWS CLI there is a no-pagination argument that gets the full list but I do not find the corresponding argument in JavaScript SDK .

spongenee avatar Mar 15 '22 08:03 spongenee