Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

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

Closed
jmklix opened this issue May 10, 2024 · 4 comments
Closed

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

jmklix opened this issue May 10, 2024 · 4 comments
Assignees
Labels
feature-request New feature or request service-api This issue pertains to the AWS API ssm

Comments

@jmklix
Copy link
Member

jmklix commented May 10, 2024

Original issue: awslabs/aws-sdk-rust#1119

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
@jmklix
Copy link
Member Author

jmklix commented May 10, 2024

Originally posted by @rcoh in awslabs/aws-sdk-rust#1119 (comment)

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

@jmklix jmklix added feature-request New feature or request service-api This issue pertains to the AWS API ssm labels May 10, 2024
@jmklix jmklix self-assigned this May 10, 2024
@jmklix jmklix changed the title The method items() is missing in SSM's paginators The method items() is missing in SSM's paginators May 10, 2024
@jmklix
Copy link
Member Author

jmklix commented May 10, 2024

P129387319

@jmklix
Copy link
Member Author

jmklix commented Oct 30, 2024

I reached out to the SSM team and shared your use case to gather more insights on your behalf. Since this issue isn’t directly actionable by the SDK team, and this repository is dedicated to SDK-related issues, I'll go ahead and close this ticket. If you have access to AWS support through the Developer Console, please consider creating a support ticket and referencing the ticket ID I shared above to receive updates directly from the service team. Otherwise, you can keep an eye on our release notes for news on when this is resolved.

@jmklix jmklix closed this as completed Oct 30, 2024
Copy link

This issue is now closed.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request New feature or request service-api This issue pertains to the AWS API ssm
Projects
None yet
Development

No branches or pull requests

1 participant