amazon web services - Disable pagination in boto -
is possible disable pagination in boto ?
the cli mentions can disable paginations, example in listing datapipelines, says - > you can disable pagination providing --no-paginate argument
- link
however, when @ datapipelines boto docs, can't find place disable pagination. working else's code did not read api docs , assumed everythign non paginated, , easier turn on no pagination . !
specifically, want turn list_pipelines no paginated version.
the cli paginates default, in boto3 have opt-in making call get_paginator
or manually paginating. shouldn't have anything.
Comments
Post a Comment