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

The method `items()` is missing in SSM's paginators

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

Describe the feature

As you can see there is no items() method on paginators in SSM crate. This method is supposed to return a stream of SSM parameters (flattened). This applies to all paginators in SSM, for example:

This looks like an oversight, because other AWS service SDK support the items() method on the paginatior. Examples:

Use Case

The method items() returns the flat stream of items which simplifies the development with the SDK. There are such methods in other AWS services, but for some reason there is no such method in SSM.

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

Veetaha avatar Mar 29 '24 15:03 Veetaha

This is an issue with the underlying models. We will work with the SSM service to get this rectified

@jmklix to forward to service team

rcoh avatar Mar 29 '24 19:03 rcoh