Skip to content

Commit

Permalink
S3 ReplicationRuleFilter and LifecycleRuleFilter shapes are being cha…
Browse files Browse the repository at this point in the history
…nged from union to structure types (#2831)

S3 ReplicationRuleFilter and LifecycleRuleFilter shapes are being changed from union to structure types
  • Loading branch information
Madrigal authored Oct 10, 2024
1 parent b34ecd4 commit 28d943f
Show file tree
Hide file tree
Showing 7 changed files with 161 additions and 315 deletions.
8 changes: 8 additions & 0 deletions .changelog/e72ce6b60b2c4c8ba3ba5c5b3b9e5a82.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"id": "e72ce6b6-0b2c-4c8b-a3ba-5c5b3b9e5a82",
"type": "bugfix",
"description": " S3 ReplicationRuleFilter and LifecycleRuleFilter shapes are being changed from union to structure types",
"modules": [
"service/s3"
]
}
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -26084,7 +26084,7 @@
}
},
"com.amazonaws.s3#LifecycleRuleFilter": {
"type": "union",
"type": "structure",
"members": {
"Prefix": {
"target": "com.amazonaws.s3#Prefix",
Expand Down Expand Up @@ -32311,7 +32311,7 @@
}
},
"com.amazonaws.s3#ReplicationRuleFilter": {
"type": "union",
"type": "structure",
"members": {
"Prefix": {
"target": "com.amazonaws.s3#Prefix",
Expand Down
98 changes: 36 additions & 62 deletions service/s3/deserializers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 28d943f

Please sign in to comment.