We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e3fbb commit b261549Copy full SHA for b261549
generator/ServiceModels/s3/s3.customizations.json
@@ -1629,6 +1629,17 @@
1629
"ExpectedBucketOwner" :{"injectXmlIsSet":["return !string.IsNullOrEmpty(this._expectedBucketOwner);"]}
1630
}
1631
]
1632
+ },
1633
+ "UpdateBucketMetadataJournalTableConfigurationRequest":{
1634
+ "modify":[
1635
+ {
1636
+ "ContentMD5":{"injectXmlIsSet":["return !String.IsNullOrEmpty(this._contentMD5);"]}
1637
1638
1639
+ "ExpectedBucketOwner":{"injectXmlIsSet":["return !String.IsNullOrEmpty(this._expectedBucketOwner);"]}
1640
+ }
1641
+
1642
+ ]
1643
1644
},
1645
"operationModifiers": {
0 commit comments