XML Parsing mismatch in ListStorageLensConfiguration #2801
Labels
bug
This issue is a bug.
duplicate
This issue is a duplicate.
p3
This is a minor priority issue
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Acknowledgements
go get -u github.com/aws/aws-sdk-go-v2/...
)Describe the bug
The mapping of
s3control.ListStorageLensConfigurations
is not aligned with the response from the API.Regression Issue
Expected Behavior
When I request
s3control.ListStorageLensConfigurations
I get the results inStorageLensConfigurationList
.Current Behavior
When I request
s3control.ListStorageLensConfigurations
,StorageLensConfigurationList
is always empty.Payload response looks like this
Reproduction Steps
Possible Solution
Remove the extra
List
from here (but it's codegen so I don't know where to change the exact config)Additional Information/Context
No response
AWS Go SDK V2 Module Versions Used
Compiler and Version used
go1.23
Operating System and version
macOS 14.6.1 (23G93)
The text was updated successfully, but these errors were encountered: