aws-sdk-rust icon indicating copy to clipboard operation
aws-sdk-rust copied to clipboard

In `aws_sdk_eventbridge`, there is no pagination helper for `ListTargetsByRule`

Open dcormier opened this issue 1 year ago • 1 comments
trafficstars

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 EventBridge ListTargetsByRule 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

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

A note for the community

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue, please leave a comment

dcormier avatar Oct 09 '24 17:10 dcormier