Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDS describe_db_clusters doesn't support pagination #1240

Closed
corey-cole opened this issue Aug 23, 2017 · 3 comments
Closed

RDS describe_db_clusters doesn't support pagination #1240

corey-cole opened this issue Aug 23, 2017 · 3 comments
Labels
feature-request This issue requests a feature.

Comments

@corey-cole
Copy link

The current boto3 (1.4.6) documentation says this about 'describe_db_clusters'

Returns information about provisioned Aurora DB clusters. This API supports pagination.

Actual execution returns this response:

response = client.get_paginator('describe_db_clusters').paginate()
Traceback (most recent call last):
File "", line 1, in
File "/usr/local/lib/python2.7/site-packages/botocore/client.py", line 656, in get_paginator
raise OperationNotPageableError(operation_name=operation_name)
botocore.exceptions.OperationNotPageableError: Operation cannot be paginated: describe_db_clusters

The documentation doesn't describe an available paginator under RDS.Paginator

@kyleknap
Copy link
Contributor

Marking as a feature request. To update this, the paginator would need to get added in the paginators-1.json file. Feel free to submit a PR to update it. Otherwise, we will get around to adding it.

@kyleknap kyleknap added the feature-request This issue requests a feature. label Aug 24, 2017
@bazimov
Copy link

bazimov commented Aug 22, 2018

This probably can now be closed change is in with https://github.com/boto/botocore/releases/tag/1.10.82

@swetashre
Copy link
Contributor

Paginator for describe_db_clusters has already been added in the paginators-1.json file with this PR #1548.

I am closing the issue as it has already resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request This issue requests a feature.
Projects
None yet
Development

No branches or pull requests

4 participants