get_cost_and_usage method pagination #4391
Labels
costexplorer
A low-level client representing AWS Cost Explorer Service
feature-request
This issue requests a feature.
p3
This is a minor priority issue
service-api
This issue is caused by the service API, not the SDK implementation.
Describe the feature
get_cost_and_usage
method returns a 'NextPageToken' field in the response body, but when using the test paginator as below anOperationNotPageableError
is raised:Use Case
Retrieve a wide range of dates with this method
Proposed Solution
No response
Other Information
I checked this document and this indicates me that the paginator is not implemented for this method:
https://github.com/boto/botocore/blob/master/botocore/data/ce/2017-10-25/paginators-1.json
Acknowledgements
SDK version used
boto3 1.35.99
Environment details (OS name and version, etc.)
Databricks environment
The text was updated successfully, but these errors were encountered: