aws-sdk-go-v2 icon indicating copy to clipboard operation
aws-sdk-go-v2 copied to clipboard

Missing pagingator for MQ `ListConfigurations` and `ListConfigurationRevisions`

Open gdavison opened this issue 1 year ago • 1 comments

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 avatar Nov 29 '24 18:11 gdavison

Hi @gdavison,

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

Thanks, Ran~

RanVaknin avatar Dec 02 '24 23:12 RanVaknin