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

Implement into_paginator for aws_sdk_iam::client::Client::list_role_tags(&self) #681

Open
2 tasks
jmklix opened this issue Jan 19, 2024 · 1 comment
Open
2 tasks
Assignees
Labels
feature-request New feature or request iam service-api This issue pertains to the AWS API

Comments

@jmklix
Copy link
Member

jmklix commented Jan 19, 2024

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

Describe the feature

Other builders such as crate::operation::list_roles::builders::ListRolesFluentBuilder implement into_paginator. aws_sdk_iam::client::Client::list_role_tags(&self) is lacking of that convenience method.

Use Case

To fetch all role tags in one command.

Proposed Solution

No response

Other Information

No response

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
@jmklix jmklix self-assigned this Jan 19, 2024
@jmklix jmklix added feature-request New feature or request service-api This issue pertains to the AWS API iam labels Jan 19, 2024
@jmklix
Copy link
Member Author

jmklix commented Jan 19, 2024

P114226985

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request iam service-api This issue pertains to the AWS API
Projects
None yet
Development

No branches or pull requests

1 participant