In aws_sdk_eventbridge
, there is no pagination helper for ListTargetsByRule
#1206
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_targets_by_rule::builders::ListTargetsByRuleFluentBuilder
does not. This means you have to manually paginate to retrieve all the rules from the EventBridgeListTargetsByRule
API.Use Case
Retrieving all the targets when calling the EventBridge
ListTargetsByRule
API.Proposed Solution
Add the documented pagination helper, please.
Other Information
Similar to #1205.
Acknowledgements
A note for the community
Community Note
The text was updated successfully, but these errors were encountered: