@aws-sdk/client-s3-control 3.48.0 → 3.52.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/README.md +1 -4
- package/dist-cjs/models/models_0.js +89 -4
- package/dist-cjs/protocols/Aws_restXml.js +314 -0
- package/dist-es/models/models_0.js +67 -3
- package/dist-es/protocols/Aws_restXml.js +358 -44
- package/dist-types/S3Control.d.ts +297 -283
- package/dist-types/S3ControlClient.d.ts +1 -4
- package/dist-types/commands/CreateAccessPointCommand.d.ts +7 -7
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +4 -3
- package/dist-types/commands/CreateBucketCommand.d.ts +14 -9
- package/dist-types/commands/CreateJobCommand.d.ts +3 -4
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +9 -10
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +5 -6
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +8 -7
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +13 -12
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +7 -8
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +3 -2
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +7 -8
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +6 -7
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +7 -7
- package/dist-types/commands/DescribeJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +2 -3
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +3 -1
- package/dist-types/commands/GetBucketCommand.d.ts +10 -12
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +12 -10
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +17 -12
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +7 -7
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +3 -4
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +5 -5
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +6 -6
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -2
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +5 -7
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +7 -6
- package/dist-types/commands/ListAccessPointsCommand.d.ts +4 -4
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +5 -5
- package/dist-types/commands/ListJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +6 -7
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +7 -7
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -1
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +3 -2
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +9 -7
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +14 -11
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +22 -20
- package/dist-types/commands/PutJobTaggingCommand.d.ts +16 -14
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +7 -7
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -3
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +3 -4
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +7 -8
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -2
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +570 -265
- package/dist-types/ts3.4/models/models_0.d.ts +149 -2
- package/package.json +46 -40
|
@@ -58,23 +58,20 @@ import { UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput } from ".
|
|
|
58
58
|
import { UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput } from "./commands/UpdateJobStatusCommand";
|
|
59
59
|
import { S3ControlClient } from "./S3ControlClient";
|
|
60
60
|
/**
|
|
61
|
-
* <p>
|
|
62
|
-
* Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
|
63
|
-
*
|
|
64
|
-
* </p>
|
|
61
|
+
* <p> Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. </p>
|
|
65
62
|
*/
|
|
66
63
|
export declare class S3Control extends S3ControlClient {
|
|
67
64
|
/**
|
|
68
65
|
* <p>Creates an access point and associates it with the specified bucket. For more information, see
|
|
69
|
-
*
|
|
70
|
-
*
|
|
66
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing
|
|
67
|
+
* Data Access with Amazon S3 Access Points</a> in the
|
|
68
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
71
69
|
* <p></p>
|
|
72
70
|
* <note>
|
|
73
|
-
* <p>S3 on Outposts only supports VPC-style access points.
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
* the <i>Amazon S3 User Guide</i>.</p>
|
|
71
|
+
* <p>S3 on Outposts only supports VPC-style access points. </p>
|
|
72
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html"> Accessing Amazon S3 on Outposts using
|
|
73
|
+
* virtual private cloud (VPC) only access points</a> in the
|
|
74
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
78
75
|
* </note>
|
|
79
76
|
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateAccessPoint.html#API_control_CreateAccessPoint_Examples">Examples</a> section.</p>
|
|
80
77
|
* <p></p>
|
|
@@ -101,9 +98,10 @@ export declare class S3Control extends S3ControlClient {
|
|
|
101
98
|
createAccessPoint(args: CreateAccessPointCommandInput, cb: (err: any, data?: CreateAccessPointCommandOutput) => void): void;
|
|
102
99
|
createAccessPoint(args: CreateAccessPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessPointCommandOutput) => void): void;
|
|
103
100
|
/**
|
|
104
|
-
* <p>Creates an Object Lambda Access Point. For more information, see
|
|
105
|
-
*
|
|
106
|
-
* <p>The following actions are related to
|
|
101
|
+
* <p>Creates an Object Lambda Access Point. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">Transforming objects with
|
|
102
|
+
* Object Lambda Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
103
|
+
* <p>The following actions are related to
|
|
104
|
+
* <code>CreateAccessPointForObjectLambda</code>:</p>
|
|
107
105
|
* <ul>
|
|
108
106
|
* <li>
|
|
109
107
|
* <p>
|
|
@@ -127,12 +125,15 @@ export declare class S3Control extends S3ControlClient {
|
|
|
127
125
|
createAccessPointForObjectLambda(args: CreateAccessPointForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessPointForObjectLambdaCommandOutput) => void): void;
|
|
128
126
|
/**
|
|
129
127
|
* <note>
|
|
130
|
-
* <p>This action creates an Amazon S3 on Outposts bucket. To create an S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">Create
|
|
131
|
-
*
|
|
128
|
+
* <p>This action creates an Amazon S3 on Outposts bucket. To create an S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">Create
|
|
129
|
+
* Bucket</a> in the <i>Amazon S3 API Reference</i>. </p>
|
|
132
130
|
* </note>
|
|
133
|
-
* <p>Creates a new Outposts bucket. By creating the bucket, you become the bucket owner. To
|
|
134
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
135
|
-
*
|
|
131
|
+
* <p>Creates a new Outposts bucket. By creating the bucket, you become the bucket owner. To
|
|
132
|
+
* create an Outposts bucket, you must have S3 on Outposts. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
133
|
+
* Amazon S3 on Outposts</a> in <i>Amazon S3 User Guide</i>.</p>
|
|
134
|
+
* <p>Not every string is an acceptable bucket name. For information on bucket naming
|
|
135
|
+
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/BucketRestrictions.html#bucketnamingrules">Working with
|
|
136
|
+
* Amazon S3 Buckets</a>.</p>
|
|
136
137
|
* <p>S3 on Outposts buckets support:</p>
|
|
137
138
|
* <ul>
|
|
138
139
|
* <li>
|
|
@@ -142,13 +143,15 @@ export declare class S3Control extends S3ControlClient {
|
|
|
142
143
|
* <p>LifecycleConfigurations for deleting expired objects</p>
|
|
143
144
|
* </li>
|
|
144
145
|
* </ul>
|
|
145
|
-
* <p>For a complete list of restrictions and Amazon S3 feature limitations on S3 on Outposts,
|
|
146
|
-
*
|
|
146
|
+
* <p>For a complete list of restrictions and Amazon S3 feature limitations on S3 on Outposts, see
|
|
147
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OnOutpostsRestrictionsLimitations.html">
|
|
147
148
|
* Amazon S3 on Outposts Restrictions and Limitations</a>.</p>
|
|
148
149
|
* <p>For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts
|
|
149
|
-
* endpoint hostname prefix and <code>x-amz-outpost-id</code> in your API request, see the
|
|
150
|
+
* endpoint hostname prefix and <code>x-amz-outpost-id</code> in your API request, see the
|
|
151
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html#API_control_CreateBucket_Examples">Examples</a> section.</p>
|
|
150
152
|
*
|
|
151
|
-
* <p>The following actions are related to <code>CreateBucket</code> for
|
|
153
|
+
* <p>The following actions are related to <code>CreateBucket</code> for
|
|
154
|
+
* Amazon S3 on Outposts:</p>
|
|
152
155
|
* <ul>
|
|
153
156
|
* <li>
|
|
154
157
|
* <p>
|
|
@@ -181,10 +184,9 @@ export declare class S3Control extends S3ControlClient {
|
|
|
181
184
|
createBucket(args: CreateBucketCommandInput, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
|
|
182
185
|
createBucket(args: CreateBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
|
|
183
186
|
/**
|
|
184
|
-
* <p>You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.
|
|
185
|
-
* single action on lists of Amazon S3 objects that you specify. For more
|
|
186
|
-
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
187
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
187
|
+
* <p>You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.
|
|
188
|
+
* Batch Operations can run a single action on lists of Amazon S3 objects that you specify. For more
|
|
189
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html">S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
188
190
|
* <p>This action creates a S3 Batch Operations job.</p>
|
|
189
191
|
* <p></p>
|
|
190
192
|
* <p>Related actions include:</p>
|
|
@@ -220,17 +222,16 @@ export declare class S3Control extends S3ControlClient {
|
|
|
220
222
|
createJob(args: CreateJobCommandInput, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
|
|
221
223
|
createJob(args: CreateJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateJobCommandOutput) => void): void;
|
|
222
224
|
/**
|
|
223
|
-
* <p>Creates a Multi-Region Access Point and associates it with the specified buckets. For more information
|
|
224
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html">Creating
|
|
225
|
-
*
|
|
226
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
227
|
-
*
|
|
228
|
-
*
|
|
229
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
225
|
+
* <p>Creates a Multi-Region Access Point and associates it with the specified buckets. For more information
|
|
226
|
+
* about creating Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html">Creating
|
|
227
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
228
|
+
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
229
|
+
* about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
230
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
230
231
|
* <p>This request is asynchronous, meaning that you might receive a response before the
|
|
231
|
-
*
|
|
232
|
-
*
|
|
233
|
-
*
|
|
232
|
+
* command has completed. When this request provides a response, it provides a token that you
|
|
233
|
+
* can use to monitor the status of the request with
|
|
234
|
+
* <code>DescribeMultiRegionAccessPointOperation</code>.</p>
|
|
234
235
|
* <p>The following actions are related to <code>CreateMultiRegionAccessPoint</code>:</p>
|
|
235
236
|
* <ul>
|
|
236
237
|
* <li>
|
|
@@ -286,7 +287,8 @@ export declare class S3Control extends S3ControlClient {
|
|
|
286
287
|
deleteAccessPoint(args: DeleteAccessPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessPointCommandOutput) => void): void;
|
|
287
288
|
/**
|
|
288
289
|
* <p>Deletes the specified Object Lambda Access Point.</p>
|
|
289
|
-
* <p>The following actions are related to
|
|
290
|
+
* <p>The following actions are related to
|
|
291
|
+
* <code>DeleteAccessPointForObjectLambda</code>:</p>
|
|
290
292
|
* <ul>
|
|
291
293
|
* <li>
|
|
292
294
|
* <p>
|
|
@@ -331,7 +333,8 @@ export declare class S3Control extends S3ControlClient {
|
|
|
331
333
|
deleteAccessPointPolicy(args: DeleteAccessPointPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessPointPolicyCommandOutput) => void): void;
|
|
332
334
|
/**
|
|
333
335
|
* <p>Removes the resource policy for an Object Lambda Access Point.</p>
|
|
334
|
-
* <p>The following actions are related to
|
|
336
|
+
* <p>The following actions are related to
|
|
337
|
+
* <code>DeleteAccessPointPolicyForObjectLambda</code>:</p>
|
|
335
338
|
* <ul>
|
|
336
339
|
* <li>
|
|
337
340
|
* <p>
|
|
@@ -350,13 +353,12 @@ export declare class S3Control extends S3ControlClient {
|
|
|
350
353
|
deleteAccessPointPolicyForObjectLambda(args: DeleteAccessPointPolicyForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
|
|
351
354
|
/**
|
|
352
355
|
* <note>
|
|
353
|
-
* <p>This action deletes an Amazon S3 on Outposts bucket. To delete an S3 bucket,
|
|
354
|
-
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html">DeleteBucket</a> in the <i>Amazon S3 API Reference</i>.
|
|
355
|
-
* </p>
|
|
356
|
+
* <p>This action deletes an Amazon S3 on Outposts bucket. To delete an S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html">DeleteBucket</a> in the <i>Amazon S3 API Reference</i>. </p>
|
|
356
357
|
* </note>
|
|
357
|
-
* <p>Deletes the Amazon S3 on Outposts bucket. All objects (including all object versions and
|
|
358
|
-
* bucket must be deleted before the bucket itself can be deleted.
|
|
359
|
-
*
|
|
358
|
+
* <p>Deletes the Amazon S3 on Outposts bucket. All objects (including all object versions and
|
|
359
|
+
* delete markers) in the bucket must be deleted before the bucket itself can be deleted. For
|
|
360
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in
|
|
361
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
360
362
|
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucket.html#API_control_DeleteBucket_Examples">Examples</a> section.</p>
|
|
361
363
|
* <p class="title">
|
|
362
364
|
* <b>Related Resources</b>
|
|
@@ -384,14 +386,15 @@ export declare class S3Control extends S3ControlClient {
|
|
|
384
386
|
deleteBucket(args: DeleteBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketCommandOutput) => void): void;
|
|
385
387
|
/**
|
|
386
388
|
* <note>
|
|
387
|
-
* <p>This action deletes an Amazon S3 on Outposts bucket's lifecycle configuration. To delete
|
|
388
|
-
*
|
|
389
|
-
* </p>
|
|
389
|
+
* <p>This action deletes an Amazon S3 on Outposts bucket's lifecycle configuration. To delete
|
|
390
|
+
* an S3 bucket's lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketLifecycle.html">DeleteBucketLifecycle</a> in the <i>Amazon S3 API Reference</i>. </p>
|
|
390
391
|
* </note>
|
|
391
|
-
* <p>Deletes the lifecycle configuration from the specified Outposts bucket.
|
|
392
|
-
*
|
|
393
|
-
*
|
|
394
|
-
*
|
|
392
|
+
* <p>Deletes the lifecycle configuration from the specified Outposts bucket.
|
|
393
|
+
* Amazon S3 on Outposts removes all the lifecycle configuration rules in the lifecycle subresource
|
|
394
|
+
* associated with the bucket. Your objects never expire, and Amazon S3 on Outposts no longer
|
|
395
|
+
* automatically deletes any objects on the basis of rules contained in the deleted lifecycle
|
|
396
|
+
* configuration. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in
|
|
397
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
395
398
|
* <p>To use this action, you must have permission to perform the
|
|
396
399
|
* <code>s3-outposts:DeleteLifecycleConfiguration</code> action. By default, the bucket
|
|
397
400
|
* owner has this permission and the Outposts bucket owner can grant this permission to
|
|
@@ -418,30 +421,31 @@ export declare class S3Control extends S3ControlClient {
|
|
|
418
421
|
deleteBucketLifecycleConfiguration(args: DeleteBucketLifecycleConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketLifecycleConfigurationCommandOutput) => void): void;
|
|
419
422
|
/**
|
|
420
423
|
* <note>
|
|
421
|
-
* <p>This action deletes an Amazon S3 on Outposts bucket policy. To delete an
|
|
422
|
-
*
|
|
423
|
-
* </p>
|
|
424
|
+
* <p>This action deletes an Amazon S3 on Outposts bucket policy. To delete an S3 bucket policy,
|
|
425
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketPolicy.html">DeleteBucketPolicy</a> in the <i>Amazon S3 API Reference</i>. </p>
|
|
424
426
|
* </note>
|
|
425
427
|
* <p>This implementation of the DELETE action uses the policy subresource to delete the
|
|
426
428
|
* policy of a specified Amazon S3 on Outposts bucket. If you are using an identity other than the
|
|
427
429
|
* root user of the Amazon Web Services account that owns the bucket, the calling identity must have the
|
|
428
430
|
* <code>s3-outposts:DeleteBucketPolicy</code> permissions on the specified Outposts bucket
|
|
429
431
|
* and belong to the bucket owner's account to use this action. For more information, see
|
|
430
|
-
*
|
|
431
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
432
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
433
|
+
* Amazon S3 on Outposts</a> in <i>Amazon S3 User Guide</i>.</p>
|
|
432
434
|
*
|
|
433
|
-
* <p>If you don't have <code>DeleteBucketPolicy</code> permissions, Amazon S3 returns a
|
|
434
|
-
*
|
|
435
|
-
*
|
|
436
|
-
*
|
|
435
|
+
* <p>If you don't have <code>DeleteBucketPolicy</code> permissions, Amazon S3 returns a <code>403
|
|
436
|
+
* Access Denied</code> error. If you have the correct permissions, but you're not using an
|
|
437
|
+
* identity that belongs to the bucket owner's account, Amazon S3 returns a <code>405 Method Not
|
|
438
|
+
* Allowed</code> error. </p>
|
|
437
439
|
*
|
|
438
440
|
*
|
|
439
441
|
* <important>
|
|
440
|
-
* <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
|
|
441
|
-
*
|
|
442
|
+
* <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
|
|
443
|
+
* always use this action, even if the policy explicitly denies the root user the ability
|
|
444
|
+
* to perform this action.</p>
|
|
442
445
|
* </important>
|
|
443
446
|
*
|
|
444
|
-
* <p>For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
|
|
447
|
+
* <p>For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
|
|
448
|
+
* Policies</a>. </p>
|
|
445
449
|
*
|
|
446
450
|
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketPolicy.html#API_control_DeleteBucketPolicy_Examples">Examples</a> section.</p>
|
|
447
451
|
*
|
|
@@ -464,16 +468,15 @@ export declare class S3Control extends S3ControlClient {
|
|
|
464
468
|
deleteBucketPolicy(args: DeleteBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void): void;
|
|
465
469
|
/**
|
|
466
470
|
* <note>
|
|
467
|
-
* <p>This action deletes an Amazon S3 on Outposts bucket's tags. To delete an
|
|
468
|
-
*
|
|
469
|
-
* </p>
|
|
471
|
+
* <p>This action deletes an Amazon S3 on Outposts bucket's tags. To delete an S3 bucket tags,
|
|
472
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html">DeleteBucketTagging</a> in the <i>Amazon S3 API Reference</i>. </p>
|
|
470
473
|
* </note>
|
|
471
|
-
* <p>Deletes the tags from the Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
472
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
474
|
+
* <p>Deletes the tags from the Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
475
|
+
* Amazon S3 on Outposts</a> in <i>Amazon S3 User Guide</i>.</p>
|
|
473
476
|
*
|
|
474
|
-
* <p>To use this action, you must have permission to perform the
|
|
475
|
-
*
|
|
476
|
-
*
|
|
477
|
+
* <p>To use this action, you must have permission to perform the
|
|
478
|
+
* <code>PutBucketTagging</code> action. By default, the bucket owner has this permission
|
|
479
|
+
* and can grant this permission to others. </p>
|
|
477
480
|
*
|
|
478
481
|
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketTagging.html#API_control_DeleteBucketTagging_Examples">Examples</a> section.</p>
|
|
479
482
|
*
|
|
@@ -497,8 +500,9 @@ export declare class S3Control extends S3ControlClient {
|
|
|
497
500
|
/**
|
|
498
501
|
* <p>Removes the entire tag set from the specified S3 Batch Operations job. To use this operation,
|
|
499
502
|
* you must have permission to perform the <code>s3:DeleteJobTagging</code> action. For more
|
|
500
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
|
|
501
|
-
*
|
|
503
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
|
|
504
|
+
* access and labeling jobs using tags</a> in the
|
|
505
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
502
506
|
* <p></p>
|
|
503
507
|
* <p>Related actions include:</p>
|
|
504
508
|
* <ul>
|
|
@@ -524,15 +528,14 @@ export declare class S3Control extends S3ControlClient {
|
|
|
524
528
|
deleteJobTagging(args: DeleteJobTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteJobTaggingCommandOutput) => void): void;
|
|
525
529
|
/**
|
|
526
530
|
* <p>Deletes a Multi-Region Access Point. This action does not delete the buckets associated with the Multi-Region Access Point,
|
|
527
|
-
*
|
|
528
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
529
|
-
*
|
|
530
|
-
*
|
|
531
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
531
|
+
* only the Multi-Region Access Point itself.</p>
|
|
532
|
+
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
533
|
+
* about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
534
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
532
535
|
* <p>This request is asynchronous, meaning that you might receive a response before the
|
|
533
|
-
*
|
|
534
|
-
*
|
|
535
|
-
*
|
|
536
|
+
* command has completed. When this request provides a response, it provides a token that you
|
|
537
|
+
* can use to monitor the status of the request with
|
|
538
|
+
* <code>DescribeMultiRegionAccessPointOperation</code>.</p>
|
|
536
539
|
* <p>The following actions are related to <code>DeleteMultiRegionAccessPoint</code>:</p>
|
|
537
540
|
* <ul>
|
|
538
541
|
* <li>
|
|
@@ -582,15 +585,14 @@ export declare class S3Control extends S3ControlClient {
|
|
|
582
585
|
deletePublicAccessBlock(args: DeletePublicAccessBlockCommandInput, cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void): void;
|
|
583
586
|
deletePublicAccessBlock(args: DeletePublicAccessBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void): void;
|
|
584
587
|
/**
|
|
585
|
-
* <p>Deletes the Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see
|
|
586
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
|
|
588
|
+
* <p>Deletes the Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
|
|
587
589
|
* activity and usage with Amazon S3 Storage Lens </a> in the
|
|
588
|
-
*
|
|
590
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
589
591
|
* <note>
|
|
590
|
-
* <p>To use this action,
|
|
591
|
-
*
|
|
592
|
-
*
|
|
593
|
-
*
|
|
592
|
+
* <p>To use this action, you must have permission to perform the
|
|
593
|
+
* <code>s3:DeleteStorageLensConfiguration</code> action. For more information, see
|
|
594
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to
|
|
595
|
+
* use Amazon S3 Storage Lens</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
594
596
|
* </note>
|
|
595
597
|
*/
|
|
596
598
|
deleteStorageLensConfiguration(args: DeleteStorageLensConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStorageLensConfigurationCommandOutput>;
|
|
@@ -598,14 +600,14 @@ export declare class S3Control extends S3ControlClient {
|
|
|
598
600
|
deleteStorageLensConfiguration(args: DeleteStorageLensConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStorageLensConfigurationCommandOutput) => void): void;
|
|
599
601
|
/**
|
|
600
602
|
* <p>Deletes the Amazon S3 Storage Lens configuration tags. For more information about S3 Storage Lens, see
|
|
601
|
-
*
|
|
602
|
-
* activity and usage with Amazon S3 Storage Lens </a> in the
|
|
603
|
-
*
|
|
603
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your
|
|
604
|
+
* storage activity and usage with Amazon S3 Storage Lens </a> in the
|
|
605
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
604
606
|
* <note>
|
|
605
|
-
* <p>To use this action,
|
|
606
|
-
*
|
|
607
|
-
*
|
|
608
|
-
*
|
|
607
|
+
* <p>To use this action, you must have permission to perform the
|
|
608
|
+
* <code>s3:DeleteStorageLensConfigurationTagging</code> action. For more information,
|
|
609
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to
|
|
610
|
+
* use Amazon S3 Storage Lens</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
609
611
|
* </note>
|
|
610
612
|
*/
|
|
611
613
|
deleteStorageLensConfigurationTagging(args: DeleteStorageLensConfigurationTaggingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteStorageLensConfigurationTaggingCommandOutput>;
|
|
@@ -613,8 +615,7 @@ export declare class S3Control extends S3ControlClient {
|
|
|
613
615
|
deleteStorageLensConfigurationTagging(args: DeleteStorageLensConfigurationTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteStorageLensConfigurationTaggingCommandOutput) => void): void;
|
|
614
616
|
/**
|
|
615
617
|
* <p>Retrieves the configuration parameters and status for a Batch Operations job. For more
|
|
616
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
617
|
-
* the <i>Amazon S3 User Guide</i>.</p>
|
|
618
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html">S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
618
619
|
* <p></p>
|
|
619
620
|
* <p>Related actions include:</p>
|
|
620
621
|
* <ul>
|
|
@@ -645,9 +646,8 @@ export declare class S3Control extends S3ControlClient {
|
|
|
645
646
|
describeJob(args: DescribeJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeJobCommandOutput) => void): void;
|
|
646
647
|
/**
|
|
647
648
|
* <p>Retrieves the status of an asynchronous request to manage a Multi-Region Access Point. For more information
|
|
648
|
-
*
|
|
649
|
-
*
|
|
650
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
649
|
+
* about managing Multi-Region Access Points and how asynchronous requests work, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
650
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
651
651
|
* <p>The following actions are related to <code>GetMultiRegionAccessPoint</code>:</p>
|
|
652
652
|
* <ul>
|
|
653
653
|
* <li>
|
|
@@ -704,7 +704,8 @@ export declare class S3Control extends S3ControlClient {
|
|
|
704
704
|
getAccessPoint(args: GetAccessPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPointCommandOutput) => void): void;
|
|
705
705
|
/**
|
|
706
706
|
* <p>Returns configuration for an Object Lambda Access Point.</p>
|
|
707
|
-
* <p>The following actions are related to
|
|
707
|
+
* <p>The following actions are related to
|
|
708
|
+
* <code>GetAccessPointConfigurationForObjectLambda</code>:</p>
|
|
708
709
|
* <ul>
|
|
709
710
|
* <li>
|
|
710
711
|
* <p>
|
|
@@ -761,7 +762,8 @@ export declare class S3Control extends S3ControlClient {
|
|
|
761
762
|
getAccessPointPolicy(args: GetAccessPointPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPointPolicyCommandOutput) => void): void;
|
|
762
763
|
/**
|
|
763
764
|
* <p>Returns the resource policy for an Object Lambda Access Point.</p>
|
|
764
|
-
* <p>The following actions are related to
|
|
765
|
+
* <p>The following actions are related to
|
|
766
|
+
* <code>GetAccessPointPolicyForObjectLambda</code>:</p>
|
|
765
767
|
* <ul>
|
|
766
768
|
* <li>
|
|
767
769
|
* <p>
|
|
@@ -779,7 +781,9 @@ export declare class S3Control extends S3ControlClient {
|
|
|
779
781
|
getAccessPointPolicyForObjectLambda(args: GetAccessPointPolicyForObjectLambdaCommandInput, cb: (err: any, data?: GetAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
|
|
780
782
|
getAccessPointPolicyForObjectLambda(args: GetAccessPointPolicyForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
|
|
781
783
|
/**
|
|
782
|
-
* <p>Indicates whether the specified access point currently has a policy that allows public access.
|
|
784
|
+
* <p>Indicates whether the specified access point currently has a policy that allows public access.
|
|
785
|
+
* For more information about public access through access points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing Data Access with Amazon S3
|
|
786
|
+
* access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
783
787
|
*/
|
|
784
788
|
getAccessPointPolicyStatus(args: GetAccessPointPolicyStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetAccessPointPolicyStatusCommandOutput>;
|
|
785
789
|
getAccessPointPolicyStatus(args: GetAccessPointPolicyStatusCommandInput, cb: (err: any, data?: GetAccessPointPolicyStatusCommandOutput) => void): void;
|
|
@@ -791,18 +795,16 @@ export declare class S3Control extends S3ControlClient {
|
|
|
791
795
|
getAccessPointPolicyStatusForObjectLambda(args: GetAccessPointPolicyStatusForObjectLambdaCommandInput, cb: (err: any, data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput) => void): void;
|
|
792
796
|
getAccessPointPolicyStatusForObjectLambda(args: GetAccessPointPolicyStatusForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccessPointPolicyStatusForObjectLambdaCommandOutput) => void): void;
|
|
793
797
|
/**
|
|
794
|
-
* <p>Gets an Amazon S3 on Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">
|
|
795
|
-
*
|
|
796
|
-
* <p>If you are using an identity other than the root user of the Amazon Web Services account
|
|
797
|
-
*
|
|
798
|
-
*
|
|
799
|
-
*
|
|
800
|
-
*
|
|
801
|
-
*
|
|
802
|
-
*
|
|
803
|
-
*
|
|
804
|
-
* If you don't have <code>s3-outposts:GetBucket</code> permissions or you're not using an identity that belongs to the bucket owner's
|
|
805
|
-
* account, Amazon S3 returns a <code>403 Access Denied</code> error.</p>
|
|
798
|
+
* <p>Gets an Amazon S3 on Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html"> Using Amazon S3 on Outposts</a> in the
|
|
799
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
800
|
+
* <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the
|
|
801
|
+
* Outposts bucket, the calling identity must have the <code>s3-outposts:GetBucket</code>
|
|
802
|
+
* permissions on the specified Outposts bucket and belong to the Outposts bucket owner's
|
|
803
|
+
* account in order to use this action. Only users from Outposts bucket owner account with
|
|
804
|
+
* the right permissions can perform actions on an Outposts bucket. </p>
|
|
805
|
+
* <p> If you don't have <code>s3-outposts:GetBucket</code> permissions or you're not using an
|
|
806
|
+
* identity that belongs to the bucket owner's account, Amazon S3 returns a <code>403 Access
|
|
807
|
+
* Denied</code> error.</p>
|
|
806
808
|
* <p>The following actions are related to <code>GetBucket</code> for Amazon S3 on Outposts:</p>
|
|
807
809
|
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucket.html#API_control_GetBucket_Examples">Examples</a> section.</p>
|
|
808
810
|
* <ul>
|
|
@@ -828,19 +830,20 @@ export declare class S3Control extends S3ControlClient {
|
|
|
828
830
|
getBucket(args: GetBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketCommandOutput) => void): void;
|
|
829
831
|
/**
|
|
830
832
|
* <note>
|
|
831
|
-
* <p>This action gets an Amazon S3 on Outposts bucket's lifecycle configuration. To get an
|
|
832
|
-
*
|
|
833
|
-
*
|
|
833
|
+
* <p>This action gets an Amazon S3 on Outposts bucket's lifecycle configuration. To get an S3
|
|
834
|
+
* bucket's lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycleConfiguration.html">GetBucketLifecycleConfiguration</a> in the <i>Amazon S3 API Reference</i>.
|
|
835
|
+
* </p>
|
|
834
836
|
* </note>
|
|
835
837
|
* <p>Returns the lifecycle configuration information set on the Outposts bucket. For more
|
|
836
838
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> and for
|
|
837
|
-
* information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html"> Object Lifecycle
|
|
838
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
839
|
+
* information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html"> Object Lifecycle
|
|
840
|
+
* Management</a> in <i>Amazon S3 User Guide</i>.</p>
|
|
839
841
|
*
|
|
840
|
-
* <p>To use this action, you must have permission to perform the
|
|
841
|
-
*
|
|
842
|
-
*
|
|
843
|
-
*
|
|
842
|
+
* <p>To use this action, you must have permission to perform the
|
|
843
|
+
* <code>s3-outposts:GetLifecycleConfiguration</code> action. The Outposts bucket owner
|
|
844
|
+
* has this permission, by default. The bucket owner can grant this permission to others. For
|
|
845
|
+
* more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing
|
|
846
|
+
* Access Permissions to Your Amazon S3 Resources</a>.</p>
|
|
844
847
|
*
|
|
845
848
|
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketLifecycleConfiguration.html#API_control_GetBucketLifecycleConfiguration_Examples">Examples</a> section.</p>
|
|
846
849
|
*
|
|
@@ -863,7 +866,8 @@ export declare class S3Control extends S3ControlClient {
|
|
|
863
866
|
* </ul>
|
|
864
867
|
* </li>
|
|
865
868
|
* </ul>
|
|
866
|
-
* <p>The following actions are related to
|
|
869
|
+
* <p>The following actions are related to
|
|
870
|
+
* <code>GetBucketLifecycleConfiguration</code>:</p>
|
|
867
871
|
* <ul>
|
|
868
872
|
* <li>
|
|
869
873
|
* <p>
|
|
@@ -882,25 +886,30 @@ export declare class S3Control extends S3ControlClient {
|
|
|
882
886
|
getBucketLifecycleConfiguration(args: GetBucketLifecycleConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void): void;
|
|
883
887
|
/**
|
|
884
888
|
* <note>
|
|
885
|
-
* <p>This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for
|
|
886
|
-
* bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicy.html">GetBucketPolicy</a> in the
|
|
889
|
+
* <p>This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for
|
|
890
|
+
* an S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicy.html">GetBucketPolicy</a> in the
|
|
887
891
|
* <i>Amazon S3 API Reference</i>. </p>
|
|
888
892
|
* </note>
|
|
889
|
-
* <p>Returns the policy of a specified Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
890
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
891
|
-
* <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the
|
|
892
|
-
*
|
|
893
|
+
* <p>Returns the policy of a specified Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
894
|
+
* Amazon S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
895
|
+
* <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the
|
|
896
|
+
* bucket, the calling identity must have the <code>GetBucketPolicy</code> permissions on the
|
|
897
|
+
* specified bucket and belong to the bucket owner's account in order to use this
|
|
898
|
+
* action.</p>
|
|
893
899
|
*
|
|
894
|
-
* <p>Only users from Outposts bucket owner account with the right permissions can perform
|
|
895
|
-
* If you don't have <code>s3-outposts:GetBucketPolicy</code>
|
|
896
|
-
*
|
|
900
|
+
* <p>Only users from Outposts bucket owner account with the right permissions can perform
|
|
901
|
+
* actions on an Outposts bucket. If you don't have <code>s3-outposts:GetBucketPolicy</code>
|
|
902
|
+
* permissions or you're not using an identity that belongs to the bucket owner's account,
|
|
903
|
+
* Amazon S3 returns a <code>403 Access Denied</code> error.</p>
|
|
897
904
|
*
|
|
898
905
|
* <important>
|
|
899
|
-
* <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
|
|
900
|
-
*
|
|
906
|
+
* <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
|
|
907
|
+
* always use this action, even if the policy explicitly denies the root user the ability
|
|
908
|
+
* to perform this action.</p>
|
|
901
909
|
* </important>
|
|
902
910
|
*
|
|
903
|
-
* <p>For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
|
|
911
|
+
* <p>For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
|
|
912
|
+
* Policies</a>.</p>
|
|
904
913
|
*
|
|
905
914
|
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketPolicy.html#API_control_GetBucketPolicy_Examples">Examples</a> section.</p>
|
|
906
915
|
*
|
|
@@ -928,15 +937,15 @@ export declare class S3Control extends S3ControlClient {
|
|
|
928
937
|
getBucketPolicy(args: GetBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketPolicyCommandOutput) => void): void;
|
|
929
938
|
/**
|
|
930
939
|
* <note>
|
|
931
|
-
* <p>This action gets an Amazon S3 on Outposts bucket's tags. To get an
|
|
932
|
-
*
|
|
933
|
-
* </p>
|
|
940
|
+
* <p>This action gets an Amazon S3 on Outposts bucket's tags. To get an S3 bucket tags, see
|
|
941
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html">GetBucketTagging</a> in the <i>Amazon S3 API Reference</i>. </p>
|
|
934
942
|
* </note>
|
|
935
943
|
* <p>Returns the tag set associated with the Outposts bucket. For more information, see
|
|
936
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
937
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
938
|
-
* <p>To use this action, you must have permission to perform the
|
|
939
|
-
*
|
|
944
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
945
|
+
* Amazon S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
946
|
+
* <p>To use this action, you must have permission to perform the
|
|
947
|
+
* <code>GetBucketTagging</code> action. By default, the bucket owner has this permission
|
|
948
|
+
* and can grant this permission to others.</p>
|
|
940
949
|
*
|
|
941
950
|
* <p>
|
|
942
951
|
* <code>GetBucketTagging</code> has the following special error:</p>
|
|
@@ -1001,10 +1010,9 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1001
1010
|
getJobTagging(args: GetJobTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobTaggingCommandOutput) => void): void;
|
|
1002
1011
|
/**
|
|
1003
1012
|
* <p>Returns configuration information about the specified Multi-Region Access Point.</p>
|
|
1004
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
1005
|
-
*
|
|
1006
|
-
*
|
|
1007
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
1013
|
+
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
1014
|
+
* about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
1015
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1008
1016
|
* <p>The following actions are related to <code>GetMultiRegionAccessPoint</code>:</p>
|
|
1009
1017
|
* <ul>
|
|
1010
1018
|
* <li>
|
|
@@ -1034,11 +1042,11 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1034
1042
|
getMultiRegionAccessPoint(args: GetMultiRegionAccessPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMultiRegionAccessPointCommandOutput) => void): void;
|
|
1035
1043
|
/**
|
|
1036
1044
|
* <p>Returns the access control policy of the specified Multi-Region Access Point.</p>
|
|
1037
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
1038
|
-
*
|
|
1039
|
-
*
|
|
1040
|
-
*
|
|
1041
|
-
* <
|
|
1045
|
+
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
1046
|
+
* about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
1047
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1048
|
+
* <p>The following actions are related to
|
|
1049
|
+
* <code>GetMultiRegionAccessPointPolicy</code>:</p>
|
|
1042
1050
|
* <ul>
|
|
1043
1051
|
* <li>
|
|
1044
1052
|
* <p>
|
|
@@ -1057,12 +1065,12 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1057
1065
|
getMultiRegionAccessPointPolicy(args: GetMultiRegionAccessPointPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMultiRegionAccessPointPolicyCommandOutput) => void): void;
|
|
1058
1066
|
/**
|
|
1059
1067
|
* <p>Indicates whether the specified Multi-Region Access Point has an access control policy that allows public
|
|
1060
|
-
*
|
|
1061
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
1062
|
-
*
|
|
1063
|
-
*
|
|
1064
|
-
*
|
|
1065
|
-
* <
|
|
1068
|
+
* access.</p>
|
|
1069
|
+
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
1070
|
+
* about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
1071
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1072
|
+
* <p>The following actions are related to
|
|
1073
|
+
* <code>GetMultiRegionAccessPointPolicyStatus</code>:</p>
|
|
1066
1074
|
* <ul>
|
|
1067
1075
|
* <li>
|
|
1068
1076
|
* <p>
|
|
@@ -1080,8 +1088,8 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1080
1088
|
getMultiRegionAccessPointPolicyStatus(args: GetMultiRegionAccessPointPolicyStatusCommandInput, cb: (err: any, data?: GetMultiRegionAccessPointPolicyStatusCommandOutput) => void): void;
|
|
1081
1089
|
getMultiRegionAccessPointPolicyStatus(args: GetMultiRegionAccessPointPolicyStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMultiRegionAccessPointPolicyStatusCommandOutput) => void): void;
|
|
1082
1090
|
/**
|
|
1083
|
-
* <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For
|
|
1084
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html"> Using Amazon S3 block
|
|
1091
|
+
* <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For
|
|
1092
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html"> Using Amazon S3 block
|
|
1085
1093
|
* public access</a>.</p>
|
|
1086
1094
|
* <p>Related actions include:</p>
|
|
1087
1095
|
* <ul>
|
|
@@ -1101,15 +1109,13 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1101
1109
|
getPublicAccessBlock(args: GetPublicAccessBlockCommandInput, cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void): void;
|
|
1102
1110
|
getPublicAccessBlock(args: GetPublicAccessBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void): void;
|
|
1103
1111
|
/**
|
|
1104
|
-
* <p>Gets the Amazon S3 Storage Lens configuration. For more information, see
|
|
1105
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
|
|
1112
|
+
* <p>Gets the Amazon S3 Storage Lens configuration. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
|
|
1106
1113
|
* activity and usage with Amazon S3 Storage Lens </a> in the
|
|
1107
|
-
*
|
|
1114
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
1108
1115
|
* <note>
|
|
1109
|
-
* <p>To use this action,
|
|
1110
|
-
*
|
|
1111
|
-
*
|
|
1112
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
1116
|
+
* <p>To use this action, you must have permission to perform the
|
|
1117
|
+
* <code>s3:GetStorageLensConfiguration</code> action. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to use Amazon S3 Storage Lens</a> in the
|
|
1118
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
1113
1119
|
* </note>
|
|
1114
1120
|
*/
|
|
1115
1121
|
getStorageLensConfiguration(args: GetStorageLensConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetStorageLensConfigurationCommandOutput>;
|
|
@@ -1117,23 +1123,24 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1117
1123
|
getStorageLensConfiguration(args: GetStorageLensConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStorageLensConfigurationCommandOutput) => void): void;
|
|
1118
1124
|
/**
|
|
1119
1125
|
* <p>Gets the tags of Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see
|
|
1120
|
-
*
|
|
1121
|
-
* activity and usage with Amazon S3 Storage Lens </a> in the
|
|
1126
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your
|
|
1127
|
+
* storage activity and usage with Amazon S3 Storage Lens </a> in the
|
|
1128
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
1122
1129
|
* <note>
|
|
1123
|
-
* <p>To use this action,
|
|
1124
|
-
*
|
|
1125
|
-
*
|
|
1126
|
-
*
|
|
1130
|
+
* <p>To use this action, you must have permission to perform the
|
|
1131
|
+
* <code>s3:GetStorageLensConfigurationTagging</code> action. For more information, see
|
|
1132
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to
|
|
1133
|
+
* use Amazon S3 Storage Lens</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1127
1134
|
* </note>
|
|
1128
1135
|
*/
|
|
1129
1136
|
getStorageLensConfigurationTagging(args: GetStorageLensConfigurationTaggingCommandInput, options?: __HttpHandlerOptions): Promise<GetStorageLensConfigurationTaggingCommandOutput>;
|
|
1130
1137
|
getStorageLensConfigurationTagging(args: GetStorageLensConfigurationTaggingCommandInput, cb: (err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void): void;
|
|
1131
1138
|
getStorageLensConfigurationTagging(args: GetStorageLensConfigurationTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void): void;
|
|
1132
1139
|
/**
|
|
1133
|
-
* <p>Returns a list of the access points currently associated with the specified bucket. You
|
|
1134
|
-
*
|
|
1135
|
-
*
|
|
1136
|
-
*
|
|
1140
|
+
* <p>Returns a list of the access points currently associated with the specified bucket. You can
|
|
1141
|
+
* retrieve up to 1000 access points per call. If the specified bucket has more than 1,000 access points (or
|
|
1142
|
+
* the number specified in <code>maxResults</code>, whichever is less), the response will
|
|
1143
|
+
* include a continuation token that you can use to list the additional access points.</p>
|
|
1137
1144
|
* <p></p>
|
|
1138
1145
|
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetAccessPoint.html#API_control_GetAccessPoint_Examples">Examples</a> section.</p>
|
|
1139
1146
|
* <p>The following actions are related to <code>ListAccessPoints</code>:</p>
|
|
@@ -1159,11 +1166,11 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1159
1166
|
listAccessPoints(args: ListAccessPointsCommandInput, cb: (err: any, data?: ListAccessPointsCommandOutput) => void): void;
|
|
1160
1167
|
listAccessPoints(args: ListAccessPointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessPointsCommandOutput) => void): void;
|
|
1161
1168
|
/**
|
|
1162
|
-
* <p>Returns
|
|
1163
|
-
*
|
|
1164
|
-
*
|
|
1165
|
-
*
|
|
1166
|
-
* <
|
|
1169
|
+
* <p>Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call. If there
|
|
1170
|
+
* are more access points than what can be returned in one call, the response will include a
|
|
1171
|
+
* continuation token that you can use to list the additional access points.</p>
|
|
1172
|
+
* <p>The following actions are related to
|
|
1173
|
+
* <code>ListAccessPointsForObjectLambda</code>:</p>
|
|
1167
1174
|
* <ul>
|
|
1168
1175
|
* <li>
|
|
1169
1176
|
* <p>
|
|
@@ -1187,7 +1194,7 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1187
1194
|
listAccessPointsForObjectLambda(args: ListAccessPointsForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessPointsForObjectLambdaCommandOutput) => void): void;
|
|
1188
1195
|
/**
|
|
1189
1196
|
* <p>Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for
|
|
1190
|
-
* the Amazon Web Services account making the request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
1197
|
+
* the Amazon Web Services account making the request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html">S3 Batch Operations</a> in the
|
|
1191
1198
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
1192
1199
|
* <p>Related actions include:</p>
|
|
1193
1200
|
* <p></p>
|
|
@@ -1218,13 +1225,12 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1218
1225
|
listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
1219
1226
|
listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
1220
1227
|
/**
|
|
1221
|
-
* <p>Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account.
|
|
1222
|
-
*
|
|
1223
|
-
*
|
|
1224
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
1225
|
-
*
|
|
1226
|
-
*
|
|
1227
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
1228
|
+
* <p>Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account.
|
|
1229
|
+
* Each call can return up to 100 Multi-Region Access Points, the maximum number of Multi-Region Access Points that can be
|
|
1230
|
+
* associated with a single account.</p>
|
|
1231
|
+
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
1232
|
+
* about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
1233
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1228
1234
|
* <p>The following actions are related to <code>ListMultiRegionAccessPoint</code>:</p>
|
|
1229
1235
|
* <ul>
|
|
1230
1236
|
* <li>
|
|
@@ -1264,14 +1270,14 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1264
1270
|
listRegionalBuckets(args: ListRegionalBucketsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRegionalBucketsCommandOutput) => void): void;
|
|
1265
1271
|
/**
|
|
1266
1272
|
* <p>Gets a list of Amazon S3 Storage Lens configurations. For more information about S3 Storage Lens, see
|
|
1267
|
-
*
|
|
1268
|
-
* activity and usage with Amazon S3 Storage Lens </a> in the
|
|
1269
|
-
*
|
|
1273
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your
|
|
1274
|
+
* storage activity and usage with Amazon S3 Storage Lens </a> in the
|
|
1275
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
1270
1276
|
* <note>
|
|
1271
|
-
* <p>To use this action,
|
|
1272
|
-
*
|
|
1273
|
-
*
|
|
1274
|
-
*
|
|
1277
|
+
* <p>To use this action, you must have permission to perform the
|
|
1278
|
+
* <code>s3:ListStorageLensConfigurations</code> action. For more information, see
|
|
1279
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to
|
|
1280
|
+
* use Amazon S3 Storage Lens</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1275
1281
|
* </note>
|
|
1276
1282
|
*/
|
|
1277
1283
|
listStorageLensConfigurations(args: ListStorageLensConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListStorageLensConfigurationsCommandOutput>;
|
|
@@ -1279,7 +1285,8 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1279
1285
|
listStorageLensConfigurations(args: ListStorageLensConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListStorageLensConfigurationsCommandOutput) => void): void;
|
|
1280
1286
|
/**
|
|
1281
1287
|
* <p>Replaces configuration for an Object Lambda Access Point.</p>
|
|
1282
|
-
* <p>The following actions are related to
|
|
1288
|
+
* <p>The following actions are related to
|
|
1289
|
+
* <code>PutAccessPointConfigurationForObjectLambda</code>:</p>
|
|
1283
1290
|
* <ul>
|
|
1284
1291
|
* <li>
|
|
1285
1292
|
* <p>
|
|
@@ -1292,8 +1299,9 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1292
1299
|
putAccessPointConfigurationForObjectLambda(args: PutAccessPointConfigurationForObjectLambdaCommandInput, cb: (err: any, data?: PutAccessPointConfigurationForObjectLambdaCommandOutput) => void): void;
|
|
1293
1300
|
putAccessPointConfigurationForObjectLambda(args: PutAccessPointConfigurationForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccessPointConfigurationForObjectLambdaCommandOutput) => void): void;
|
|
1294
1301
|
/**
|
|
1295
|
-
* <p>Associates an access policy with the specified access point. Each access point can have only one policy,
|
|
1296
|
-
* replaces any existing policy associated with the specified
|
|
1302
|
+
* <p>Associates an access policy with the specified access point. Each access point can have only one policy,
|
|
1303
|
+
* so a request made to this API replaces any existing policy associated with the specified
|
|
1304
|
+
* access point.</p>
|
|
1297
1305
|
* <p></p>
|
|
1298
1306
|
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutAccessPointPolicy.html#API_control_PutAccessPointPolicy_Examples">Examples</a> section.</p>
|
|
1299
1307
|
* <p>The following actions are related to <code>PutAccessPointPolicy</code>:</p>
|
|
@@ -1314,9 +1322,9 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1314
1322
|
putAccessPointPolicy(args: PutAccessPointPolicyCommandInput, cb: (err: any, data?: PutAccessPointPolicyCommandOutput) => void): void;
|
|
1315
1323
|
putAccessPointPolicy(args: PutAccessPointPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccessPointPolicyCommandOutput) => void): void;
|
|
1316
1324
|
/**
|
|
1317
|
-
* <p>Creates or replaces resource policy for an Object Lambda Access Point. For an example policy, see
|
|
1318
|
-
* <
|
|
1319
|
-
* <
|
|
1325
|
+
* <p>Creates or replaces resource policy for an Object Lambda Access Point. For an example policy, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/olap-create.html#olap-create-cli">Creating Object Lambda Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1326
|
+
* <p>The following actions are related to
|
|
1327
|
+
* <code>PutAccessPointPolicyForObjectLambda</code>:</p>
|
|
1320
1328
|
* <ul>
|
|
1321
1329
|
* <li>
|
|
1322
1330
|
* <p>
|
|
@@ -1335,16 +1343,18 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1335
1343
|
putAccessPointPolicyForObjectLambda(args: PutAccessPointPolicyForObjectLambdaCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccessPointPolicyForObjectLambdaCommandOutput) => void): void;
|
|
1336
1344
|
/**
|
|
1337
1345
|
* <note>
|
|
1338
|
-
* <p>This action puts a lifecycle configuration to an Amazon S3 on Outposts bucket. To put a
|
|
1339
|
-
*
|
|
1340
|
-
*
|
|
1346
|
+
* <p>This action puts a lifecycle configuration to an Amazon S3 on Outposts bucket. To put a
|
|
1347
|
+
* lifecycle configuration to an S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a> in the <i>Amazon S3 API Reference</i>.
|
|
1348
|
+
* </p>
|
|
1341
1349
|
* </note>
|
|
1342
|
-
* <p>Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an
|
|
1343
|
-
* lifecycle configuration. Outposts buckets only support lifecycle configurations
|
|
1344
|
-
* after a certain period of time and abort incomplete multipart
|
|
1350
|
+
* <p>Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an
|
|
1351
|
+
* existing lifecycle configuration. Outposts buckets only support lifecycle configurations
|
|
1352
|
+
* that delete/expire objects after a certain period of time and abort incomplete multipart
|
|
1353
|
+
* uploads.</p>
|
|
1345
1354
|
* <p></p>
|
|
1346
1355
|
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketLifecycleConfiguration.html#API_control_PutBucketLifecycleConfiguration_Examples">Examples</a> section.</p>
|
|
1347
|
-
* <p>The following actions are related to
|
|
1356
|
+
* <p>The following actions are related to
|
|
1357
|
+
* <code>PutBucketLifecycleConfiguration</code>:</p>
|
|
1348
1358
|
* <ul>
|
|
1349
1359
|
* <li>
|
|
1350
1360
|
* <p>
|
|
@@ -1363,28 +1373,31 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1363
1373
|
putBucketLifecycleConfiguration(args: PutBucketLifecycleConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void): void;
|
|
1364
1374
|
/**
|
|
1365
1375
|
* <note>
|
|
1366
|
-
* <p>This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an
|
|
1367
|
-
*
|
|
1368
|
-
*
|
|
1376
|
+
* <p>This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an
|
|
1377
|
+
* S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketPolicy.html">PutBucketPolicy</a> in the
|
|
1378
|
+
* <i>Amazon S3 API Reference</i>. </p>
|
|
1369
1379
|
* </note>
|
|
1370
|
-
* <p>Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
1371
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
1380
|
+
* <p>Applies an Amazon S3 bucket policy to an Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
1381
|
+
* Amazon S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1372
1382
|
* <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the
|
|
1373
1383
|
* Outposts bucket, the calling identity must have the <code>PutBucketPolicy</code>
|
|
1374
1384
|
* permissions on the specified Outposts bucket and belong to the bucket owner's account in
|
|
1375
1385
|
* order to use this action.</p>
|
|
1376
1386
|
*
|
|
1377
|
-
* <p>If you don't have <code>PutBucketPolicy</code> permissions, Amazon S3 returns a <code>403
|
|
1378
|
-
*
|
|
1387
|
+
* <p>If you don't have <code>PutBucketPolicy</code> permissions, Amazon S3 returns a <code>403
|
|
1388
|
+
* Access Denied</code> error. If you have the correct permissions, but you're not using an
|
|
1389
|
+
* identity that belongs to the bucket owner's account, Amazon S3 returns a <code>405 Method Not
|
|
1390
|
+
* Allowed</code> error.</p>
|
|
1379
1391
|
*
|
|
1380
1392
|
* <important>
|
|
1381
|
-
* <p> As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
|
|
1382
|
-
*
|
|
1383
|
-
*
|
|
1393
|
+
* <p> As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
|
|
1394
|
+
* always use this action, even if the policy explicitly denies the root user the ability
|
|
1395
|
+
* to perform this action. </p>
|
|
1384
1396
|
* </important>
|
|
1385
1397
|
*
|
|
1386
1398
|
*
|
|
1387
|
-
* <p>For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
|
|
1399
|
+
* <p>For more information about bucket policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-iam-policies.html">Using Bucket Policies and User
|
|
1400
|
+
* Policies</a>.</p>
|
|
1388
1401
|
*
|
|
1389
1402
|
* <p>All Amazon S3 on Outposts REST API requests for this action require an additional parameter of <code>x-amz-outpost-id</code> to be passed with the request and an S3 on Outposts endpoint hostname prefix instead of <code>s3-control</code>. For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts endpoint hostname prefix and the <code>x-amz-outpost-id</code> derived using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketPolicy.html#API_control_PutBucketPolicy_Examples">Examples</a> section.</p>
|
|
1390
1403
|
*
|
|
@@ -1410,26 +1423,26 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1410
1423
|
* <p>This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see
|
|
1411
1424
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html">PutBucketTagging</a> in the <i>Amazon S3 API Reference</i>. </p>
|
|
1412
1425
|
* </note>
|
|
1413
|
-
* <p>Sets the tags for an S3 on Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
1414
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
1415
|
-
* <p>Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this,
|
|
1416
|
-
* Amazon Web Services account bill with tag key values included. Then, to see the cost
|
|
1417
|
-
* billing information according to resources with the
|
|
1418
|
-
*
|
|
1419
|
-
*
|
|
1420
|
-
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Cost
|
|
1421
|
-
*
|
|
1426
|
+
* <p>Sets the tags for an S3 on Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
1427
|
+
* Amazon S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1428
|
+
* <p>Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this,
|
|
1429
|
+
* sign up to get your Amazon Web Services account bill with tag key values included. Then, to see the cost
|
|
1430
|
+
* of combined resources, organize your billing information according to resources with the
|
|
1431
|
+
* same tag key values. For example, you can tag several resources with a specific application
|
|
1432
|
+
* name, and then organize your billing information to see the total cost of that application
|
|
1433
|
+
* across several services. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Cost allocation and
|
|
1434
|
+
* tagging</a>.</p>
|
|
1422
1435
|
*
|
|
1423
1436
|
* <note>
|
|
1424
|
-
* <p>Within a bucket, if you add a tag that has the same key as an existing tag, the new
|
|
1425
|
-
*
|
|
1426
|
-
*
|
|
1437
|
+
* <p>Within a bucket, if you add a tag that has the same key as an existing tag, the new
|
|
1438
|
+
* value overwrites the old value. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CostAllocTagging.html"> Using cost allocation in Amazon S3
|
|
1439
|
+
* bucket tags</a>.</p>
|
|
1427
1440
|
* </note>
|
|
1428
1441
|
* <p>To use this action, you must have permissions to perform the
|
|
1429
1442
|
* <code>s3-outposts:PutBucketTagging</code> action. The Outposts bucket owner has this
|
|
1430
1443
|
* permission by default and can grant this permission to others. For more information about
|
|
1431
|
-
* permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources"> Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing
|
|
1432
|
-
* resources</a>.</p>
|
|
1444
|
+
* permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources"> Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing
|
|
1445
|
+
* access permissions to your Amazon S3 resources</a>.</p>
|
|
1433
1446
|
*
|
|
1434
1447
|
* <p>
|
|
1435
1448
|
* <code>PutBucketTagging</code> has the following special errors:</p>
|
|
@@ -1439,9 +1452,10 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1439
1452
|
* </p>
|
|
1440
1453
|
* <ul>
|
|
1441
1454
|
* <li>
|
|
1442
|
-
* <p>Description: The tag provided was not a valid tag. This error can occur if
|
|
1443
|
-
*
|
|
1444
|
-
*
|
|
1455
|
+
* <p>Description: The tag provided was not a valid tag. This error can occur if
|
|
1456
|
+
* the tag did not pass input validation. For information about tag restrictions,
|
|
1457
|
+
* see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html">
|
|
1458
|
+
* User-Defined Tag Restrictions</a> and <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/aws-tag-restrictions.html">
|
|
1445
1459
|
* Amazon Web Services-Generated Cost Allocation Tag Restrictions</a>.</p>
|
|
1446
1460
|
* </li>
|
|
1447
1461
|
* </ul>
|
|
@@ -1460,8 +1474,8 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1460
1474
|
* </p>
|
|
1461
1475
|
* <ul>
|
|
1462
1476
|
* <li>
|
|
1463
|
-
* <p>Description: A conflicting conditional action is currently in progress
|
|
1464
|
-
* resource. Try again.</p>
|
|
1477
|
+
* <p>Description: A conflicting conditional action is currently in progress
|
|
1478
|
+
* against this resource. Try again.</p>
|
|
1465
1479
|
* </li>
|
|
1466
1480
|
* </ul>
|
|
1467
1481
|
* </li>
|
|
@@ -1470,7 +1484,8 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1470
1484
|
* </p>
|
|
1471
1485
|
* <ul>
|
|
1472
1486
|
* <li>
|
|
1473
|
-
* <p>Description: The service was unable to apply the provided tag to the
|
|
1487
|
+
* <p>Description: The service was unable to apply the provided tag to the
|
|
1488
|
+
* bucket.</p>
|
|
1474
1489
|
* </li>
|
|
1475
1490
|
* </ul>
|
|
1476
1491
|
* </li>
|
|
@@ -1499,22 +1514,20 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1499
1514
|
* <p>A tag is a key-value pair. You can associate S3 Batch Operations tags with any job by sending
|
|
1500
1515
|
* a PUT request against the tagging subresource that is associated with the job. To modify
|
|
1501
1516
|
* the existing tag set, you can either replace the existing tag set entirely, or make changes
|
|
1502
|
-
* within the existing tag set by retrieving the existing tag set using <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html">GetJobTagging</a>, modify that tag set, and use this action to replace the
|
|
1503
|
-
*
|
|
1504
|
-
* labeling jobs using tags</a> in the <i>Amazon S3 User Guide</i>. </p>
|
|
1517
|
+
* within the existing tag set by retrieving the existing tag set using <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetJobTagging.html">GetJobTagging</a>, modify that tag set, and use this action to replace the tag set
|
|
1518
|
+
* with the one you modified. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
|
|
1519
|
+
* access and labeling jobs using tags</a> in the <i>Amazon S3 User Guide</i>. </p>
|
|
1505
1520
|
* <p></p>
|
|
1506
1521
|
* <note>
|
|
1507
1522
|
* <ul>
|
|
1508
1523
|
* <li>
|
|
1509
|
-
* <p>If you send this request with an empty tag set, Amazon S3 deletes the existing
|
|
1510
|
-
* Batch Operations job. If you use this method, you are charged for a Tier
|
|
1511
|
-
* (PUT). For more information, see <a href="http://aws.amazon.com/s3/pricing/">Amazon S3
|
|
1512
|
-
* pricing</a>.</p>
|
|
1524
|
+
* <p>If you send this request with an empty tag set, Amazon S3 deletes the existing
|
|
1525
|
+
* tag set on the Batch Operations job. If you use this method, you are charged for a Tier
|
|
1526
|
+
* 1 Request (PUT). For more information, see <a href="http://aws.amazon.com/s3/pricing/">Amazon S3 pricing</a>.</p>
|
|
1513
1527
|
* </li>
|
|
1514
1528
|
* <li>
|
|
1515
|
-
* <p>For deleting existing tags for your Batch Operations job, a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html">DeleteJobTagging</a>
|
|
1516
|
-
*
|
|
1517
|
-
* charges.</p>
|
|
1529
|
+
* <p>For deleting existing tags for your Batch Operations job, a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteJobTagging.html">DeleteJobTagging</a> request is preferred because it achieves the same
|
|
1530
|
+
* result without incurring charges.</p>
|
|
1518
1531
|
* </li>
|
|
1519
1532
|
* <li>
|
|
1520
1533
|
* <p>A few things to consider about using tags:</p>
|
|
@@ -1523,23 +1536,27 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1523
1536
|
* <p>Amazon S3 limits the maximum number of tags to 50 tags per job.</p>
|
|
1524
1537
|
* </li>
|
|
1525
1538
|
* <li>
|
|
1526
|
-
* <p>You can associate up to 50 tags with a job as long as they have unique
|
|
1539
|
+
* <p>You can associate up to 50 tags with a job as long as they have unique
|
|
1540
|
+
* tag keys.</p>
|
|
1527
1541
|
* </li>
|
|
1528
1542
|
* <li>
|
|
1529
|
-
* <p>A tag key can be up to 128 Unicode characters in length, and tag values
|
|
1543
|
+
* <p>A tag key can be up to 128 Unicode characters in length, and tag values
|
|
1544
|
+
* can be up to 256 Unicode characters in length.</p>
|
|
1530
1545
|
* </li>
|
|
1531
1546
|
* <li>
|
|
1532
1547
|
* <p>The key and values are case sensitive.</p>
|
|
1533
1548
|
* </li>
|
|
1534
1549
|
* <li>
|
|
1535
|
-
* <p>For tagging-related restrictions related to characters and encodings, see
|
|
1550
|
+
* <p>For tagging-related restrictions related to characters and encodings, see
|
|
1551
|
+
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html">User-Defined Tag Restrictions</a> in the <i>Billing and Cost Management User Guide</i>.</p>
|
|
1536
1552
|
* </li>
|
|
1537
1553
|
* </ul>
|
|
1538
1554
|
* </li>
|
|
1539
1555
|
* </ul>
|
|
1540
1556
|
* </note>
|
|
1541
1557
|
* <p></p>
|
|
1542
|
-
* <p>To use this action, you must have permission to perform the
|
|
1558
|
+
* <p>To use this action, you must have permission to perform the
|
|
1559
|
+
* <code>s3:PutJobTagging</code> action.</p>
|
|
1543
1560
|
* <p>Related actions include:</p>
|
|
1544
1561
|
* <ul>
|
|
1545
1562
|
* <li>
|
|
@@ -1564,13 +1581,13 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1564
1581
|
putJobTagging(args: PutJobTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutJobTaggingCommandOutput) => void): void;
|
|
1565
1582
|
/**
|
|
1566
1583
|
* <p>Associates an access control policy with the specified Multi-Region Access Point. Each Multi-Region Access Point can have only
|
|
1567
|
-
*
|
|
1568
|
-
*
|
|
1569
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
1570
|
-
*
|
|
1571
|
-
*
|
|
1572
|
-
*
|
|
1573
|
-
* <
|
|
1584
|
+
* one policy, so a request made to this action replaces any existing policy that is
|
|
1585
|
+
* associated with the specified Multi-Region Access Point.</p>
|
|
1586
|
+
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
1587
|
+
* about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
1588
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1589
|
+
* <p>The following actions are related to
|
|
1590
|
+
* <code>PutMultiRegionAccessPointPolicy</code>:</p>
|
|
1574
1591
|
* <ul>
|
|
1575
1592
|
* <li>
|
|
1576
1593
|
* <p>
|
|
@@ -1588,9 +1605,10 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1588
1605
|
putMultiRegionAccessPointPolicy(args: PutMultiRegionAccessPointPolicyCommandInput, cb: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void): void;
|
|
1589
1606
|
putMultiRegionAccessPointPolicy(args: PutMultiRegionAccessPointPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutMultiRegionAccessPointPolicyCommandOutput) => void): void;
|
|
1590
1607
|
/**
|
|
1591
|
-
* <p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an
|
|
1592
|
-
*
|
|
1593
|
-
*
|
|
1608
|
+
* <p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an
|
|
1609
|
+
* Amazon Web Services account. For this operation, users must have the
|
|
1610
|
+
* <code>s3:PutBucketPublicAccessBlock</code> permission. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html">
|
|
1611
|
+
* Using Amazon S3 block public access</a>.</p>
|
|
1594
1612
|
* <p>Related actions include:</p>
|
|
1595
1613
|
* <ul>
|
|
1596
1614
|
* <li>
|
|
@@ -1612,33 +1630,30 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1612
1630
|
* <p>Puts an Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Working with
|
|
1613
1631
|
* Amazon S3 Storage Lens</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1614
1632
|
* <note>
|
|
1615
|
-
* <p>To use this action,
|
|
1616
|
-
*
|
|
1617
|
-
*
|
|
1618
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
1633
|
+
* <p>To use this action, you must have permission to perform the
|
|
1634
|
+
* <code>s3:PutStorageLensConfiguration</code> action. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to use Amazon S3 Storage Lens</a> in the
|
|
1635
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
1619
1636
|
* </note>
|
|
1620
1637
|
*/
|
|
1621
1638
|
putStorageLensConfiguration(args: PutStorageLensConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutStorageLensConfigurationCommandOutput>;
|
|
1622
1639
|
putStorageLensConfiguration(args: PutStorageLensConfigurationCommandInput, cb: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void): void;
|
|
1623
1640
|
putStorageLensConfiguration(args: PutStorageLensConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutStorageLensConfigurationCommandOutput) => void): void;
|
|
1624
1641
|
/**
|
|
1625
|
-
* <p>Put or replace tags on an existing Amazon S3 Storage Lens configuration. For more information
|
|
1626
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
|
|
1627
|
-
*
|
|
1628
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
1642
|
+
* <p>Put or replace tags on an existing Amazon S3 Storage Lens configuration. For more information
|
|
1643
|
+
* about S3 Storage Lens, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage activity and usage with Amazon S3 Storage Lens </a> in the
|
|
1644
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
1629
1645
|
* <note>
|
|
1630
|
-
* <p>To use this action,
|
|
1631
|
-
*
|
|
1632
|
-
*
|
|
1633
|
-
*
|
|
1646
|
+
* <p>To use this action, you must have permission to perform the
|
|
1647
|
+
* <code>s3:PutStorageLensConfigurationTagging</code> action. For more information, see
|
|
1648
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to
|
|
1649
|
+
* use Amazon S3 Storage Lens</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1634
1650
|
* </note>
|
|
1635
1651
|
*/
|
|
1636
1652
|
putStorageLensConfigurationTagging(args: PutStorageLensConfigurationTaggingCommandInput, options?: __HttpHandlerOptions): Promise<PutStorageLensConfigurationTaggingCommandOutput>;
|
|
1637
1653
|
putStorageLensConfigurationTagging(args: PutStorageLensConfigurationTaggingCommandInput, cb: (err: any, data?: PutStorageLensConfigurationTaggingCommandOutput) => void): void;
|
|
1638
1654
|
putStorageLensConfigurationTagging(args: PutStorageLensConfigurationTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutStorageLensConfigurationTaggingCommandOutput) => void): void;
|
|
1639
1655
|
/**
|
|
1640
|
-
* <p>Updates an existing S3 Batch Operations job's priority. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
1641
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
1656
|
+
* <p>Updates an existing S3 Batch Operations job's priority. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html">S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1642
1657
|
* <p></p>
|
|
1643
1658
|
* <p>Related actions include:</p>
|
|
1644
1659
|
* <ul>
|
|
@@ -1669,8 +1684,7 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1669
1684
|
updateJobPriority(args: UpdateJobPriorityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateJobPriorityCommandOutput) => void): void;
|
|
1670
1685
|
/**
|
|
1671
1686
|
* <p>Updates the status for the specified job. Use this action to confirm that you want to
|
|
1672
|
-
* run a job or to cancel an existing job. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
1673
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
1687
|
+
* run a job or to cancel an existing job. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html">S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1674
1688
|
* <p></p>
|
|
1675
1689
|
* <p>Related actions include:</p>
|
|
1676
1690
|
* <ul>
|