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

CloudTrail Waiters #3329

Closed
2 tasks
HectorBst opened this issue Jan 6, 2025 · 1 comment
Closed
2 tasks

CloudTrail Waiters #3329

HectorBst opened this issue Jan 6, 2025 · 1 comment
Assignees
Labels
cloudtrail feature-request This issue requests a feature. p3 This is a minor priority issue

Comments

@HectorBst
Copy link

HectorBst commented Jan 6, 2025

Describe the feature

Add Waiters for CloudTrail operations that need a long operation to finish (e.g.):

  • get_event_data_store (need to wait for ENABLED or STOPPED_INGESTION status, or deleted)
  • get_import (need to wait for COMPLETED status)
  • get_query_results (need to wait for FINISHED status)
  • get_dashboard (need to wait for CREATED or UPDATED status, or deleted)

Use Case

Was looking for CloudTrail waiters to get query results after a query finished, or to start dashboard updating after a creation, then send a notification as soon as the dashboard is updated.

Proposed Solution

Add waiters in the waiters-2.json of CloudTrail, to get then generated.

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 6, 2025
@RyanFitzSimmonsAK RyanFitzSimmonsAK self-assigned this Jan 6, 2025
@RyanFitzSimmonsAK RyanFitzSimmonsAK added cloudtrail p3 This is a minor priority issue investigating This issue is being investigated and/or work is in progress to resolve the issue. and removed needs-triage This issue or PR still needs to be triaged. labels Jan 6, 2025
@RyanFitzSimmonsAK
Copy link
Contributor

Hi @HectorBst, thanks for reaching out. I've forwarded this feature request to the CloudTrail service team. Please refer to an SDK or AWS CLI changelog for updates about this going forward. Thanks!

@RyanFitzSimmonsAK RyanFitzSimmonsAK removed the investigating This issue is being investigated and/or work is in progress to resolve the issue. label Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cloudtrail feature-request This issue requests a feature. p3 This is a minor priority issue
Projects
None yet
Development

No branches or pull requests

2 participants