aws-sdk-go-v2
aws-sdk-go-v2 copied to clipboard
Missing pagingator for MQ `ListConfigurations` and `ListConfigurationRevisions`
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
Hi @gdavison,
I upstreamed this request to the MQ team on your behalf (P175436890)
Thanks, Ran~