Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Veetaha opened this issue Mar 29, 2024 · 3 comments
Closed

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

Veetaha opened this issue Mar 29, 2024 · 3 comments
Labels
feature-request A feature should be added or improved. service-api This issue is due to a problem in a service API, not the SDK implementation.

Comments

@Veetaha
Copy link

Veetaha commented Mar 29, 2024

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 Veetaha added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 29, 2024
@rcoh
Copy link
Contributor

rcoh commented Mar 29, 2024

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 rcoh added service-api This issue is due to a problem in a service API, not the SDK implementation. and removed needs-triage This issue or PR still needs to be triaged. labels Mar 29, 2024
@jmklix
Copy link
Member

jmklix commented May 10, 2024

aws/aws-sdk#742

@jmklix jmklix closed this as completed May 10, 2024
Copy link

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. service-api This issue is due to a problem in a service API, not the SDK implementation.
Projects
None yet
Development

No branches or pull requests

3 participants