service/s3control: GetBucketLifecycleConfigurationOutput Missing Rules[].Filter.And.Tags #3591
Closed
3 tasks done
Labels
bug
This issue is a bug.
closed-for-staleness
service-api
This issue is due to a problem in a service API, not the SDK implementation.
Confirm by changing [ ] to [x] below to ensure that it's a bug:
Describe the bug
The AWS Go SDK does not include the
LifecycleRuleAndOperator.Tags
when parsing the API response.Version of AWS SDK for Go?
Version of Go (
go version
)?To Reproduce (observed behavior)
This code should be very close -- our access to an Outpost was removed before I could fully run this reproduction code while trying to pare it down from real world Terraform AWS Provider code.
Here's the Terraform AWS Provider logging I had for this before our access was removed (note the lack of information under
And
):Expected behavior
And.Tags
to containTags
from XML response.Additional context
The
s3
API model includes additional information for theTags
type:Which generates the following in the service code:
While
s3control
API model does not contain this extra type information:Which generates the following service code:
The text was updated successfully, but these errors were encountered: