Skip to content

Commit aed3b5d

Browse files
committed
fix: upgrade S3 model manually for corrections to ReplicationRuleFilter and LifecycleRuleFilter shapes
1 parent b4233e0 commit aed3b5d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"id": "220eb2c9-2f5b-4ebb-bc30-901bdedc1a4c",
3+
"type": "bugfix",
4+
"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."
5+
}

codegen/sdk/aws-models/s3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26084,7 +26084,7 @@
2608426084
}
2608526085
},
2608626086
"com.amazonaws.s3#LifecycleRuleFilter": {
26087-
"type": "union",
26087+
"type": "structure",
2608826088
"members": {
2608926089
"Prefix": {
2609026090
"target": "com.amazonaws.s3#Prefix",
@@ -32311,7 +32311,7 @@
3231132311
}
3231232312
},
3231332313
"com.amazonaws.s3#ReplicationRuleFilter": {
32314-
"type": "union",
32314+
"type": "structure",
3231532315
"members": {
3231632316
"Prefix": {
3231732317
"target": "com.amazonaws.s3#Prefix",

0 commit comments

Comments
 (0)