Skip to content

Commit b72a278

Browse files
author
AWS
committed
AWS S3 Control Update: Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs.
1 parent d592476 commit b72a278

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
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": "AWS S3 Control",
4+
"contributor": "",
5+
"description": "Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs."
6+
}

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@
17651765
},
17661766
"VpcConfiguration":{
17671767
"shape":"VpcConfiguration",
1768-
"documentation":"<p>The virtual private cloud (VPC) configuration for this access point, if one exists.</p> <note> <p>This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Servicesservices.</p> </note>"
1768+
"documentation":"<p>The virtual private cloud (VPC) configuration for this access point, if one exists.</p> <note> <p>This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Services services.</p> </note>"
17691769
},
17701770
"Bucket":{
17711771
"shape":"BucketName",
@@ -3870,7 +3870,7 @@
38703870
},
38713871
"VpcConfiguration":{
38723872
"shape":"VpcConfiguration",
3873-
"documentation":"<p>Contains the virtual private cloud (VPC) configuration for the specified access point.</p> <note> <p>This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Servicesservices.</p> </note>"
3873+
"documentation":"<p>Contains the virtual private cloud (VPC) configuration for the specified access point.</p> <note> <p>This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other Amazon Web Services services.</p> </note>"
38743874
},
38753875
"PublicAccessBlockConfiguration":{"shape":"PublicAccessBlockConfiguration"},
38763876
"CreationDate":{
@@ -5796,9 +5796,11 @@
57965796
},
57975797
"StorageLensConfigurationList":{
57985798
"shape":"StorageLensConfigurationList",
5799-
"documentation":"<p>A list of S3 Storage Lens configurations.</p>"
5799+
"documentation":"<p>A list of S3 Storage Lens configurations.</p>",
5800+
"locationName":"StorageLensConfiguration"
58005801
}
5801-
}
5802+
},
5803+
"locationName":"ListStorageLensConfigurationResult"
58025804
},
58035805
"ListStorageLensGroupEntry":{
58045806
"type":"structure",
@@ -5852,7 +5854,8 @@
58525854
},
58535855
"StorageLensGroupList":{
58545856
"shape":"StorageLensGroupList",
5855-
"documentation":"<p> The list of Storage Lens groups that exist in the specified home Region. </p>"
5857+
"documentation":"<p> The list of Storage Lens groups that exist in the specified home Region. </p>",
5858+
"locationName":"StorageLensGroup"
58565859
}
58575860
}
58585861
},
@@ -6498,7 +6501,7 @@
64986501
},
64996502
"RestrictPublicBuckets":{
65006503
"shape":"Setting",
6501-
"documentation":"<p>Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account. Setting this element to <code>TRUE</code> restricts access to buckets with public policies to only Amazon Web Servicesservice principals and authorized users within this account.</p> <p>Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.</p> <p>This property is not supported for Amazon S3 on Outposts.</p>",
6504+
"documentation":"<p>Specifies whether Amazon S3 should restrict public bucket policies for buckets in this account. Setting this element to <code>TRUE</code> restricts access to buckets with public policies to only Amazon Web Services service principals and authorized users within this account.</p> <p>Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.</p> <p>This property is not supported for Amazon S3 on Outposts.</p>",
65026505
"locationName":"RestrictPublicBuckets"
65036506
}
65046507
},

0 commit comments

Comments
 (0)