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

Cost Explorer paginators #3327

Open
2 tasks
HectorBst opened this issue Jan 2, 2025 · 0 comments
Open
2 tasks

Cost Explorer paginators #3327

HectorBst opened this issue Jan 2, 2025 · 0 comments
Assignees
Labels
costexplorer feature-request This issue requests a feature. investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue paginator

Comments

@HectorBst
Copy link

Describe the feature

Add Paginators for CostExplorer operations:

  • get_anomalies
  • get_anomaly_monitors
  • get_anomaly_subscriptions
  • get_cost_and_usage
  • get_cost_and_usage_with_resources
  • get_cost_categories
  • get_dimension_values
  • get_reservation_coverage
  • get_reservation_purchase_recommendation
  • get_reservation_utilization
  • get_rightsizing_recommendation
  • get_savings_plans_coverage
  • get_savings_plans_purchase_recommendation
  • get_savings_plans_utilization_details
  • get_tags
  • list_commitment_purchase_analyses
  • list_cost_allocation_tag_backfill_history
  • list_cost_allocation_tags
  • list_cost_category_definitions
  • list_savings_plans_purchase_recommendation_generation

Use Case

While I was looking for a paginator for the get_cost_and_usage operation in CostExplorer (ce), I noticed that there was none. I think that's a lack, unless there's a reason why there's no need for paginators for the CostExplorer service?

My first need was for get_cost_and_usage, then maybe get_cost_and_usage_with_resources, get_cost_categories and get_tags, but if I'm right there are at least 20 operations that could get a paginator in CostExplorer (listed above).

Proposed Solution

Add paginators in the paginators-1.json of CostExplorer, to generate them.

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

1.35.90

Environment details (OS name and version, etc.)

Linux and Windows, Python 3.12

@HectorBst HectorBst added feature-request This issue requests a feature. needs-triage This issue or PR still needs to be triaged. labels Jan 2, 2025
@RyanFitzSimmonsAK RyanFitzSimmonsAK self-assigned this Jan 3, 2025
@RyanFitzSimmonsAK RyanFitzSimmonsAK added paginator costexplorer investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
costexplorer feature-request This issue requests a feature. investigating This issue is being investigated and/or work is in progress to resolve the issue. p3 This is a minor priority issue paginator
Projects
None yet
Development

No branches or pull requests

2 participants