aws / aws-sdk

Landing page for the AWS SDKs on GitHub
https://aws.amazon.com/tools/
Other
68 stars 12 forks source link

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

Open jmklix opened 5 months ago

jmklix commented 5 months ago

Original issue: https://github.com/awslabs/aws-sdk-rust/issues/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

A note for the community

Community Note

jmklix commented 5 months ago

P114226985