File tree 3 files changed +19236
-19413
lines changed
clients/client-s3-control/src
codegen/sdk-codegen/aws-models
3 files changed +19236
-19413
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ export interface AccessPoint {
326
326
* <p>The virtual private cloud (VPC) configuration for this access point, if one exists.</p>
327
327
* <note>
328
328
* <p>This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other
329
- * Amazon Web Servicesservices .</p>
329
+ * Amazon Web Services services .</p>
330
330
* </note>
331
331
* @public
332
332
*/
@@ -712,7 +712,7 @@ export interface PublicAccessBlockConfiguration {
712
712
/**
713
713
* <p>Specifies whether Amazon S3 should restrict public bucket policies for buckets in this
714
714
* account. Setting this element to <code>TRUE</code> restricts access to buckets with public
715
- * policies to only Amazon Web Servicesservice principals and authorized users within this
715
+ * policies to only Amazon Web Services service principals and authorized users within this
716
716
* account.</p>
717
717
* <p>Enabling this setting doesn't affect previously stored bucket policies, except that
718
718
* public and cross-account access within any public bucket policy, including non-public
@@ -4560,7 +4560,7 @@ export interface GetAccessPointResult {
4560
4560
* <p>Contains the virtual private cloud (VPC) configuration for the specified access point.</p>
4561
4561
* <note>
4562
4562
* <p>This element is empty if this access point is an Amazon S3 on Outposts access point that is used by other
4563
- * Amazon Web Servicesservices .</p>
4563
+ * Amazon Web Services services .</p>
4564
4564
* </note>
4565
4565
* @public
4566
4566
*/
Original file line number Diff line number Diff line change @@ -5145,10 +5145,10 @@ export const de_ListStorageLensConfigurationsCommand = async (
5145
5145
if ( data [ _NT ] != null ) {
5146
5146
contents [ _NT ] = __expectString ( data [ _NT ] ) ;
5147
5147
}
5148
- if ( data . StorageLensConfigurationList === "" ) {
5148
+ if ( data . StorageLensConfiguration === "" ) {
5149
5149
contents [ _SLCL ] = [ ] ;
5150
- } else if ( data [ _SLCL ] != null ) {
5151
- contents [ _SLCL ] = de_StorageLensConfigurationList ( __getArrayIfSingleItem ( data [ _SLCL ] ) , context ) ;
5150
+ } else if ( data [ _SLC ] != null ) {
5151
+ contents [ _SLCL ] = de_StorageLensConfigurationList ( __getArrayIfSingleItem ( data [ _SLC ] ) , context ) ;
5152
5152
}
5153
5153
return contents ;
5154
5154
} ;
@@ -5170,10 +5170,10 @@ export const de_ListStorageLensGroupsCommand = async (
5170
5170
if ( data [ _NT ] != null ) {
5171
5171
contents [ _NT ] = __expectString ( data [ _NT ] ) ;
5172
5172
}
5173
- if ( data . StorageLensGroupList === "" ) {
5173
+ if ( data . StorageLensGroup === "" ) {
5174
5174
contents [ _SLGL ] = [ ] ;
5175
- } else if ( data [ _SLGL ] != null ) {
5176
- contents [ _SLGL ] = de_StorageLensGroupList ( __getArrayIfSingleItem ( data [ _SLGL ] ) , context ) ;
5175
+ } else if ( data [ _SLG ] != null ) {
5176
+ contents [ _SLGL ] = de_StorageLensGroupList ( __getArrayIfSingleItem ( data [ _SLG ] ) , context ) ;
5177
5177
}
5178
5178
return contents ;
5179
5179
} ;
You can’t perform that action at this time.
0 commit comments