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

Missing pagingator for MQ ListConfigurations and ListConfigurationRevisions #2915

Open
2 tasks
gdavison opened this issue Nov 29, 2024 · 1 comment
Open
2 tasks
Assignees
Labels
feature-request A feature should be added or improved. p3 This is a minor priority issue service-api This issue is due to a problem in a service API, not the SDK implementation.

Comments

@gdavison
Copy link
Contributor

Describe the feature

The MQ ListConfigurations and ListConfigurationRevisions operations is missing a paginator.

Use Case

Most List operations in the AWS SDK for Go v2 use a standardized Operation Paginator. This is not supported for ListConfigurations and ListConfigurationRevisions, even though it is for ListBrokers

Proposed Solution

Generate a paginator when generating the MQ module

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Go SDK V2 Module Versions Used

github.com/aws/aws-sdk-go-v2 v1.32.5
github.com/aws/aws-sdk-go-v2/service/mq v1.27.7

Go version used

go version go1.23.3 darwin/arm64

@gdavison gdavison added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 29, 2024
@RanVaknin RanVaknin self-assigned this Dec 2, 2024
@RanVaknin
Copy link
Contributor

Hi @gdavison,

I upstreamed this request to the MQ team on your behalf (P175436890)

Thanks,
Ran~

@RanVaknin RanVaknin added service-api This issue is due to a problem in a service API, not the SDK implementation. p3 This is a minor priority issue and removed needs-triage This issue or PR still needs to be triaged. labels Dec 2, 2024
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. p3 This is a minor priority issue 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

2 participants