Missing pagingator for MQ ListConfigurations
and ListConfigurationRevisions
#2915
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.
Describe the feature
The MQ
ListConfigurations
andListConfigurationRevisions
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
andListConfigurationRevisions
, even though it is forListBrokers
Proposed Solution
Generate a paginator when generating the MQ module
Other Information
No response
Acknowledgements
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
The text was updated successfully, but these errors were encountered: