Skip to content

Commit 0d898f3

Browse files
author
AWS
committed
Amazon Simple Storage Service Update: Fix two issues with response root node names.
1 parent 959e341 commit 0d898f3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Simple Storage Service",
4+
"contributor": "",
5+
"description": "Fix two issues with response root node names."
6+
}

services/s3/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4788,7 +4788,8 @@
47884788
"members":{
47894789
"LegalHold":{
47904790
"shape":"ObjectLockLegalHold",
4791-
"documentation":"<p>The current legal hold status for the specified object.</p>"
4791+
"documentation":"<p>The current legal hold status for the specified object.</p>",
4792+
"locationName":"LegalHold"
47924793
}
47934794
},
47944795
"payload":"LegalHold"
@@ -5226,7 +5227,8 @@
52265227
"members":{
52275228
"Retention":{
52285229
"shape":"ObjectLockRetention",
5229-
"documentation":"<p>The container element for an object's retention settings.</p>"
5230+
"documentation":"<p>The container element for an object's retention settings.</p>",
5231+
"locationName":"Retention"
52305232
}
52315233
},
52325234
"payload":"Retention"

0 commit comments

Comments
 (0)