You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
Describe the feature
Add Waiters for CloudTrail operations that need a long operation to finish (e.g.):
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
SDK version used
1.35.90
Environment details (OS name and version, etc.)
Linux and Windows, Python 3.12
The text was updated successfully, but these errors were encountered: