-
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
Open
thomasklemm
wants to merge
2
commits into
aws:version-3
Choose a base branch
from
thomasklemm:feat/paginator-definitions-for-cost-explorer-api
base: version-3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Paginator definitions for CostExplorer API #3041
thomasklemm
wants to merge
2
commits into
aws:version-3
from
thomasklemm:feat/paginator-definitions-for-cost-explorer-api
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
thomasklemm
force-pushed
the
feat/paginator-definitions-for-cost-explorer-api
branch
from
June 18, 2024 08:11
e166a7c
to
0259892
Compare
thomasklemm
force-pushed
the
feat/paginator-definitions-for-cost-explorer-api
branch
2 times, most recently
from
July 1, 2024 06:55
1f588fa
to
0ddf23f
Compare
thomasklemm
force-pushed
the
feat/paginator-definitions-for-cost-explorer-api
branch
from
July 6, 2024 05:28
0ddf23f
to
c754786
Compare
thomasklemm
force-pushed
the
feat/paginator-definitions-for-cost-explorer-api
branch
from
July 17, 2024 10:58
c754786
to
6e737a7
Compare
thomasklemm
force-pushed
the
feat/paginator-definitions-for-cost-explorer-api
branch
from
August 2, 2024 10:23
6e737a7
to
e68c342
Compare
thomasklemm
force-pushed
the
feat/paginator-definitions-for-cost-explorer-api
branch
from
August 21, 2024 09:32
e68c342
to
3be93b6
Compare
thomasklemm
force-pushed
the
feat/paginator-definitions-for-cost-explorer-api
branch
from
September 2, 2024 11:41
3be93b6
to
68b52b7
Compare
thomasklemm
force-pushed
the
feat/paginator-definitions-for-cost-explorer-api
branch
from
September 12, 2024 10:48
68b52b7
to
9819bc5
Compare
thomasklemm
force-pushed
the
feat/paginator-definitions-for-cost-explorer-api
branch
from
September 23, 2024 06:55
9819bc5
to
9497202
Compare
thomasklemm
force-pushed
the
feat/paginator-definitions-for-cost-explorer-api
branch
from
October 2, 2024 07:42
9497202
to
f92fd09
Compare
thomasklemm
force-pushed
the
feat/paginator-definitions-for-cost-explorer-api
branch
from
October 17, 2024 06:57
f92fd09
to
9dfd1d9
Compare
thomasklemm
force-pushed
the
feat/paginator-definitions-for-cost-explorer-api
branch
from
October 28, 2024 15:12
9dfd1d9
to
fc4dff2
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
thomasklemm
force-pushed
the
feat/paginator-definitions-for-cost-explorer-api
branch
from
November 11, 2024 07:40
fc4dff2
to
56a8f8b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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!