Skip to content

Commit c2fc7c4

Browse files
authored
Updating S3 model (#1207)
<!-- IMPORTANT: > Making changes to examples? Be sure to make example changes in the awsdocs/aws-doc-sdk-examples repository (https://github.com/awsdocs/aws-doc-sdk-examples). The examples in aws-sdk-rust are copied from the `rust_dev_preview/` directory in that repository. > Making changes to code? All the code in aws-sdk-rust is auto-generated by smithy-rs (https://github.com/awslabs/smithy-rs). Changes to code need to be made in that repository. --> ## Motivation and Context <!-- Why is this change required? What problem does it solve? --> <!-- If it fixes an open issue, please link to the issue here --> Updates to S3 model to match aws/aws-models#854 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 08ce070 commit c2fc7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)