In aws_sdk_eventbridge
, there is no pagination helper for ListRules
#1205
Labels
feature-request
A feature should be added or improved.
p3
This is a minor priority issue
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Describe the feature
Many of the SDK's fluent builders have a method allow the SDK to handle pagination for you.
aws_sdk_eventbridge::operation::list_rules::builders::ListRulesFluentBuilder
does not. This means you have to manually paginate to retrieve all the rules from the EventBridgeListRules
API.Use Case
Retrieving all the rules when calling the EventBridge
ListRules
API.Proposed Solution
Add the documented pagination helper, please.
Other Information
No response
Acknowledgements
A note for the community
Community Note
The text was updated successfully, but these errors were encountered: