Skip to content

Commit

Permalink
AWS S3 Control Update: Documentation updates for s3-control
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Mar 24, 2021
1 parent 2e54337 commit a3a6a0f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSS3Control-c41f7fa.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS S3 Control",
"contributor": "",
"description": "Documentation updates for s3-control"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"input_token": "NextToken",
"output_token": "NextToken",
"limit_key": "MaxResults"
},
"ListStorageLensConfigurations": {
"input_token": "NextToken",
"output_token": "NextToken"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,10 @@
"shape":"VpcConfiguration",
"documentation":"<p>If you include this field, Amazon S3 restricts access to this access point to requests from the specified virtual private cloud (VPC).</p> <note> <p>This is required for creating an access point for Amazon S3 on Outposts buckets.</p> </note>"
},
"PublicAccessBlockConfiguration":{"shape":"PublicAccessBlockConfiguration"}
"PublicAccessBlockConfiguration":{
"shape":"PublicAccessBlockConfiguration",
"documentation":"<p> The <code>PublicAccessBlock</code> configuration that you want to apply to the access point. </p>"
}
}
},
"CreateAccessPointResult":{
Expand Down Expand Up @@ -2990,7 +2993,7 @@
"members":{
"Actions":{
"shape":"ObjectLambdaTransformationConfigurationActionsList",
"documentation":"<p>A container for the action of an Object Lambda Access Point configuration.</p>"
"documentation":"<p>A container for the action of an Object Lambda Access Point configuration. Valid input is <code>GetObject</code>.</p>"
},
"ContentTransformation":{
"shape":"ObjectLambdaContentTransformation",
Expand Down

0 comments on commit a3a6a0f

Please sign in to comment.