Skip to content

Commit 28d943f

Browse files
authored
S3 ReplicationRuleFilter and LifecycleRuleFilter shapes are being changed from union to structure types (#2831)
S3 ReplicationRuleFilter and LifecycleRuleFilter shapes are being changed from union to structure types
1 parent b34ecd4 commit 28d943f

File tree

7 files changed

+161
-315
lines changed

7 files changed

+161
-315
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "e72ce6b6-0b2c-4c8b-a3ba-5c5b3b9e5a82",
3+
"type": "bugfix",
4+
"description": " S3 ReplicationRuleFilter and LifecycleRuleFilter shapes are being changed from union to structure types",
5+
"modules": [
6+
"service/s3"
7+
]
8+
}

codegen/sdk-codegen/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",

service/s3/deserializers.go

Lines changed: 36 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)