Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changes/220eb2c9-2f5b-4ebb-bc30-901bdedc1a4c.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"id": "220eb2c9-2f5b-4ebb-bc30-901bdedc1a4c",
"type": "bugfix",
"description": "⚠️ **IMPORTANT**: Update to the latest S3 model, which correctly models `ReplicationRuleFilter` and `LifecycleRuleFilter` as structures (not unions). This may cause compilation failures in existing code which references these two shapes."
}
4 changes: 2 additions & 2 deletions codegen/sdk/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
Loading