-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Paginator definitions for CostExplorer API #3041
base: version-3
Are you sure you want to change the base?
Paginator definitions for CostExplorer API #3041
Conversation
Thanks for opening a pull request. Unfortunately these need to be merged upstream by the service team. I can inform them of the work you've done and they will prioritize this accordingly. V1413840028 |
e166a7c
to
0259892
Compare
1f588fa
to
0ddf23f
Compare
0ddf23f
to
c754786
Compare
c754786
to
6e737a7
Compare
6e737a7
to
e68c342
Compare
e68c342
to
3be93b6
Compare
3be93b6
to
68b52b7
Compare
68b52b7
to
9819bc5
Compare
9819bc5
to
9497202
Compare
9497202
to
f92fd09
Compare
f92fd09
to
9dfd1d9
Compare
9dfd1d9
to
fc4dff2
Compare
fc4dff2
to
56a8f8b
Compare
56a8f8b
to
a63c98a
Compare
a63c98a
to
bfcc837
Compare
bfcc837
to
02ff62a
Compare
- Includes the new paginator definitions for the Cost Explorer API, so #next_page?, #next_page and other pagination methods are now properly working on the response
02ff62a
to
e33e9d4
Compare
@mullermp Could you check the status of the ticket you opened to get these changes merged upstream? Still need to use and frequently rebase this fork to actually have cost explorer API pagination work correctly. If you'd like to use this fork @pas256: # Gemfile
gem "aws-sdk-costexplorer",
github: "thomasklemm/aws-sdk-ruby",
glob: "gems/aws-sdk-costexplorer/*.gemspec",
branch: "feat/paginator-definitions-for-cost-explorer-api" |
I believe @jterapin opened the internal ticket. I agree though, this is getting ridiculous and is poor customer obsession from the service team. Adding the pagination traits to the model and releasing it is not complex work. We will forward along your frustration, again. |
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
To make sure we include your contribution in the release notes, please make sure to add description entry for your changes in the "unreleased changes" section of the
CHANGELOG.md
file (at corresponding gem). For the description entry, please make sure it lives in one line and starts withFeature
orIssue
in the correct format.For generated code changes, please checkout below instructions first:
https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
Thank you for your contribution!