@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
|
@@ -198,10 +198,7 @@ declare type S3ControlClientResolvedConfigType = __SmithyResolvedConfiguration<_
|
|
|
198
198
|
export interface S3ControlClientResolvedConfig extends S3ControlClientResolvedConfigType {
|
|
199
199
|
}
|
|
200
200
|
/**
|
|
201
|
-
* <p>
|
|
202
|
-
* Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
|
203
|
-
*
|
|
204
|
-
* </p>
|
|
201
|
+
* <p> Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. </p>
|
|
205
202
|
*/
|
|
206
203
|
export declare class S3ControlClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, S3ControlClientResolvedConfig> {
|
|
207
204
|
/**
|
|
@@ -8,15 +8,15 @@ export interface CreateAccessPointCommandOutput extends CreateAccessPointResult,
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates an access point and associates it with the specified bucket. For more information, see
|
|
11
|
-
*
|
|
12
|
-
*
|
|
11
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-points.html">Managing
|
|
12
|
+
* Data Access with Amazon S3 Access Points</a> in the
|
|
13
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
13
14
|
* <p></p>
|
|
14
15
|
* <note>
|
|
15
|
-
* <p>S3 on Outposts only supports VPC-style access points.
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* the <i>Amazon S3 User Guide</i>.</p>
|
|
16
|
+
* <p>S3 on Outposts only supports VPC-style access points. </p>
|
|
17
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html"> Accessing Amazon S3 on Outposts using
|
|
18
|
+
* virtual private cloud (VPC) only access points</a> in the
|
|
19
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
20
20
|
* </note>
|
|
21
21
|
* <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>
|
|
22
22
|
* <p></p>
|
|
@@ -7,9 +7,10 @@ export interface CreateAccessPointForObjectLambdaCommandInput extends CreateAcce
|
|
|
7
7
|
export interface CreateAccessPointForObjectLambdaCommandOutput extends CreateAccessPointForObjectLambdaResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates an Object Lambda Access Point. For more information, see
|
|
11
|
-
*
|
|
12
|
-
* <p>The following actions are related to
|
|
10
|
+
* <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
|
|
11
|
+
* Object Lambda Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
12
|
+
* <p>The following actions are related to
|
|
13
|
+
* <code>CreateAccessPointForObjectLambda</code>:</p>
|
|
13
14
|
* <ul>
|
|
14
15
|
* <li>
|
|
15
16
|
* <p>
|
|
@@ -8,12 +8,15 @@ export interface CreateBucketCommandOutput extends CreateBucketResult, __Metadat
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <note>
|
|
11
|
-
* <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
|
|
12
|
-
*
|
|
11
|
+
* <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
|
|
12
|
+
* Bucket</a> in the <i>Amazon S3 API Reference</i>. </p>
|
|
13
13
|
* </note>
|
|
14
|
-
* <p>Creates a new Outposts bucket. By creating the bucket, you become the bucket owner. To
|
|
15
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
16
|
-
*
|
|
14
|
+
* <p>Creates a new Outposts bucket. By creating the bucket, you become the bucket owner. To
|
|
15
|
+
* 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
|
|
16
|
+
* Amazon S3 on Outposts</a> in <i>Amazon S3 User Guide</i>.</p>
|
|
17
|
+
* <p>Not every string is an acceptable bucket name. For information on bucket naming
|
|
18
|
+
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/BucketRestrictions.html#bucketnamingrules">Working with
|
|
19
|
+
* Amazon S3 Buckets</a>.</p>
|
|
17
20
|
* <p>S3 on Outposts buckets support:</p>
|
|
18
21
|
* <ul>
|
|
19
22
|
* <li>
|
|
@@ -23,13 +26,15 @@ export interface CreateBucketCommandOutput extends CreateBucketResult, __Metadat
|
|
|
23
26
|
* <p>LifecycleConfigurations for deleting expired objects</p>
|
|
24
27
|
* </li>
|
|
25
28
|
* </ul>
|
|
26
|
-
* <p>For a complete list of restrictions and Amazon S3 feature limitations on S3 on Outposts,
|
|
27
|
-
*
|
|
29
|
+
* <p>For a complete list of restrictions and Amazon S3 feature limitations on S3 on Outposts, see
|
|
30
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OnOutpostsRestrictionsLimitations.html">
|
|
28
31
|
* Amazon S3 on Outposts Restrictions and Limitations</a>.</p>
|
|
29
32
|
* <p>For an example of the request syntax for Amazon S3 on Outposts that uses the S3 on Outposts
|
|
30
|
-
* endpoint hostname prefix and <code>x-amz-outpost-id</code> in your API request, see the
|
|
33
|
+
* endpoint hostname prefix and <code>x-amz-outpost-id</code> in your API request, see the
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html#API_control_CreateBucket_Examples">Examples</a> section.</p>
|
|
31
35
|
*
|
|
32
|
-
* <p>The following actions are related to <code>CreateBucket</code> for
|
|
36
|
+
* <p>The following actions are related to <code>CreateBucket</code> for
|
|
37
|
+
* Amazon S3 on Outposts:</p>
|
|
33
38
|
* <ul>
|
|
34
39
|
* <li>
|
|
35
40
|
* <p>
|
|
@@ -7,10 +7,9 @@ export interface CreateJobCommandInput extends CreateJobRequest {
|
|
|
7
7
|
export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.
|
|
11
|
-
* single action on lists of Amazon S3 objects that you specify. For more
|
|
12
|
-
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
13
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
10
|
+
* <p>You can use S3 Batch Operations to perform large-scale batch actions on Amazon S3 objects.
|
|
11
|
+
* Batch Operations can run a single action on lists of Amazon S3 objects that you specify. For more
|
|
12
|
+
* 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>
|
|
14
13
|
* <p>This action creates a S3 Batch Operations job.</p>
|
|
15
14
|
* <p></p>
|
|
16
15
|
* <p>Related actions include:</p>
|
|
@@ -7,17 +7,16 @@ export interface CreateMultiRegionAccessPointCommandInput extends CreateMultiReg
|
|
|
7
7
|
export interface CreateMultiRegionAccessPointCommandOutput extends CreateMultiRegionAccessPointResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates a Multi-Region Access Point and associates it with the specified buckets. For more information
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html">Creating
|
|
12
|
-
*
|
|
13
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
10
|
+
* <p>Creates a Multi-Region Access Point and associates it with the specified buckets. For more information
|
|
11
|
+
* about creating Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html">Creating
|
|
12
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
13
|
+
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
14
|
+
* about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
15
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
17
16
|
* <p>This request is asynchronous, meaning that you might receive a response before the
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
17
|
+
* command has completed. When this request provides a response, it provides a token that you
|
|
18
|
+
* can use to monitor the status of the request with
|
|
19
|
+
* <code>DescribeMultiRegionAccessPointOperation</code>.</p>
|
|
21
20
|
* <p>The following actions are related to <code>CreateMultiRegionAccessPoint</code>:</p>
|
|
22
21
|
* <ul>
|
|
23
22
|
* <li>
|
|
@@ -8,7 +8,8 @@ export interface DeleteAccessPointForObjectLambdaCommandOutput extends __Metadat
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Deletes the specified Object Lambda Access Point.</p>
|
|
11
|
-
* <p>The following actions are related to
|
|
11
|
+
* <p>The following actions are related to
|
|
12
|
+
* <code>DeleteAccessPointForObjectLambda</code>:</p>
|
|
12
13
|
* <ul>
|
|
13
14
|
* <li>
|
|
14
15
|
* <p>
|
|
@@ -8,7 +8,8 @@ export interface DeleteAccessPointPolicyForObjectLambdaCommandOutput extends __M
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Removes the resource policy for an Object Lambda Access Point.</p>
|
|
11
|
-
* <p>The following actions are related to
|
|
11
|
+
* <p>The following actions are related to
|
|
12
|
+
* <code>DeleteAccessPointPolicyForObjectLambda</code>:</p>
|
|
12
13
|
* <ul>
|
|
13
14
|
* <li>
|
|
14
15
|
* <p>
|
|
@@ -8,13 +8,12 @@ export interface DeleteBucketCommandOutput extends __MetadataBearer {
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <note>
|
|
11
|
-
* <p>This action deletes an Amazon S3 on Outposts bucket. To delete an S3 bucket,
|
|
12
|
-
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html">DeleteBucket</a> in the <i>Amazon S3 API Reference</i>.
|
|
13
|
-
* </p>
|
|
11
|
+
* <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>
|
|
14
12
|
* </note>
|
|
15
|
-
* <p>Deletes the Amazon S3 on Outposts bucket. All objects (including all object versions and
|
|
16
|
-
* bucket must be deleted before the bucket itself can be deleted.
|
|
17
|
-
*
|
|
13
|
+
* <p>Deletes the Amazon S3 on Outposts bucket. All objects (including all object versions and
|
|
14
|
+
* delete markers) in the bucket must be deleted before the bucket itself can be deleted. For
|
|
15
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in
|
|
16
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
18
17
|
* <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>
|
|
19
18
|
* <p class="title">
|
|
20
19
|
* <b>Related Resources</b>
|
|
@@ -8,14 +8,15 @@ export interface DeleteBucketLifecycleConfigurationCommandOutput extends __Metad
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <note>
|
|
11
|
-
* <p>This action deletes an Amazon S3 on Outposts bucket's lifecycle configuration. To delete
|
|
12
|
-
*
|
|
13
|
-
* </p>
|
|
11
|
+
* <p>This action deletes an Amazon S3 on Outposts bucket's lifecycle configuration. To delete
|
|
12
|
+
* 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>
|
|
14
13
|
* </note>
|
|
15
|
-
* <p>Deletes the lifecycle configuration from the specified Outposts bucket.
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
14
|
+
* <p>Deletes the lifecycle configuration from the specified Outposts bucket.
|
|
15
|
+
* Amazon S3 on Outposts removes all the lifecycle configuration rules in the lifecycle subresource
|
|
16
|
+
* associated with the bucket. Your objects never expire, and Amazon S3 on Outposts no longer
|
|
17
|
+
* automatically deletes any objects on the basis of rules contained in the deleted lifecycle
|
|
18
|
+
* configuration. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in
|
|
19
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
19
20
|
* <p>To use this action, you must have permission to perform the
|
|
20
21
|
* <code>s3-outposts:DeleteLifecycleConfiguration</code> action. By default, the bucket
|
|
21
22
|
* owner has this permission and the Outposts bucket owner can grant this permission to
|
|
@@ -8,30 +8,31 @@ export interface DeleteBucketPolicyCommandOutput extends __MetadataBearer {
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <note>
|
|
11
|
-
* <p>This action deletes an Amazon S3 on Outposts bucket policy. To delete an
|
|
12
|
-
*
|
|
13
|
-
* </p>
|
|
11
|
+
* <p>This action deletes an Amazon S3 on Outposts bucket policy. To delete an S3 bucket policy,
|
|
12
|
+
* 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>
|
|
14
13
|
* </note>
|
|
15
14
|
* <p>This implementation of the DELETE action uses the policy subresource to delete the
|
|
16
15
|
* policy of a specified Amazon S3 on Outposts bucket. If you are using an identity other than the
|
|
17
16
|
* root user of the Amazon Web Services account that owns the bucket, the calling identity must have the
|
|
18
17
|
* <code>s3-outposts:DeleteBucketPolicy</code> permissions on the specified Outposts bucket
|
|
19
18
|
* and belong to the bucket owner's account to use this action. For more information, see
|
|
20
|
-
*
|
|
21
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
19
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
20
|
+
* Amazon S3 on Outposts</a> in <i>Amazon S3 User Guide</i>.</p>
|
|
22
21
|
*
|
|
23
|
-
* <p>If you don't have <code>DeleteBucketPolicy</code> permissions, Amazon S3 returns a
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
22
|
+
* <p>If you don't have <code>DeleteBucketPolicy</code> permissions, Amazon S3 returns a <code>403
|
|
23
|
+
* Access Denied</code> error. If you have the correct permissions, but you're not using an
|
|
24
|
+
* identity that belongs to the bucket owner's account, Amazon S3 returns a <code>405 Method Not
|
|
25
|
+
* Allowed</code> error. </p>
|
|
27
26
|
*
|
|
28
27
|
*
|
|
29
28
|
* <important>
|
|
30
|
-
* <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
|
|
31
|
-
*
|
|
29
|
+
* <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
|
|
30
|
+
* always use this action, even if the policy explicitly denies the root user the ability
|
|
31
|
+
* to perform this action.</p>
|
|
32
32
|
* </important>
|
|
33
33
|
*
|
|
34
|
-
* <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
|
|
34
|
+
* <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
|
|
35
|
+
* Policies</a>. </p>
|
|
35
36
|
*
|
|
36
37
|
* <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>
|
|
37
38
|
*
|
|
@@ -8,16 +8,15 @@ export interface DeleteBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <note>
|
|
11
|
-
* <p>This action deletes an Amazon S3 on Outposts bucket's tags. To delete an
|
|
12
|
-
*
|
|
13
|
-
* </p>
|
|
11
|
+
* <p>This action deletes an Amazon S3 on Outposts bucket's tags. To delete an S3 bucket tags,
|
|
12
|
+
* 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>
|
|
14
13
|
* </note>
|
|
15
|
-
* <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
|
|
16
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
14
|
+
* <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
|
|
15
|
+
* Amazon S3 on Outposts</a> in <i>Amazon S3 User Guide</i>.</p>
|
|
17
16
|
*
|
|
18
|
-
* <p>To use this action, you must have permission to perform the
|
|
19
|
-
*
|
|
20
|
-
*
|
|
17
|
+
* <p>To use this action, you must have permission to perform the
|
|
18
|
+
* <code>PutBucketTagging</code> action. By default, the bucket owner has this permission
|
|
19
|
+
* and can grant this permission to others. </p>
|
|
21
20
|
*
|
|
22
21
|
* <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>
|
|
23
22
|
*
|
|
@@ -9,8 +9,9 @@ export interface DeleteJobTaggingCommandOutput extends DeleteJobTaggingResult, _
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Removes the entire tag set from the specified S3 Batch Operations job. To use this operation,
|
|
11
11
|
* you must have permission to perform the <code>s3:DeleteJobTagging</code> action. For more
|
|
12
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
|
|
13
|
-
*
|
|
12
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
|
|
13
|
+
* access and labeling jobs using tags</a> in the
|
|
14
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
14
15
|
* <p></p>
|
|
15
16
|
* <p>Related actions include:</p>
|
|
16
17
|
* <ul>
|
|
@@ -8,15 +8,14 @@ export interface DeleteMultiRegionAccessPointCommandOutput extends DeleteMultiRe
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Deletes a Multi-Region Access Point. This action does not delete the buckets associated with the Multi-Region Access Point,
|
|
11
|
-
*
|
|
12
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
11
|
+
* only the Multi-Region Access Point itself.</p>
|
|
12
|
+
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
13
|
+
* about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
14
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
16
15
|
* <p>This request is asynchronous, meaning that you might receive a response before the
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
16
|
+
* command has completed. When this request provides a response, it provides a token that you
|
|
17
|
+
* can use to monitor the status of the request with
|
|
18
|
+
* <code>DescribeMultiRegionAccessPointOperation</code>.</p>
|
|
20
19
|
* <p>The following actions are related to <code>DeleteMultiRegionAccessPoint</code>:</p>
|
|
21
20
|
* <ul>
|
|
22
21
|
* <li>
|
|
@@ -7,15 +7,14 @@ export interface DeleteStorageLensConfigurationCommandInput extends DeleteStorag
|
|
|
7
7
|
export interface DeleteStorageLensConfigurationCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Deletes the Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
|
|
10
|
+
* <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
|
|
12
11
|
* activity and usage with Amazon S3 Storage Lens </a> in the
|
|
13
|
-
*
|
|
12
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
14
13
|
* <note>
|
|
15
|
-
* <p>To use this action,
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
14
|
+
* <p>To use this action, you must have permission to perform the
|
|
15
|
+
* <code>s3:DeleteStorageLensConfiguration</code> action. For more information, see
|
|
16
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to
|
|
17
|
+
* use Amazon S3 Storage Lens</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
19
18
|
* </note>
|
|
20
19
|
* @example
|
|
21
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,14 +8,14 @@ export interface DeleteStorageLensConfigurationTaggingCommandOutput extends Dele
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Deletes the Amazon S3 Storage Lens configuration tags. For more information about S3 Storage Lens, see
|
|
11
|
-
*
|
|
12
|
-
* activity and usage with Amazon S3 Storage Lens </a> in the
|
|
13
|
-
*
|
|
11
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your
|
|
12
|
+
* storage activity and usage with Amazon S3 Storage Lens </a> in the
|
|
13
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
14
14
|
* <note>
|
|
15
|
-
* <p>To use this action,
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
15
|
+
* <p>To use this action, you must have permission to perform the
|
|
16
|
+
* <code>s3:DeleteStorageLensConfigurationTagging</code> action. For more information,
|
|
17
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens_iam_permissions.html">Setting permissions to
|
|
18
|
+
* use Amazon S3 Storage Lens</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
19
19
|
* </note>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,8 +8,7 @@ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataB
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Retrieves the configuration parameters and status for a Batch Operations job. For more
|
|
11
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
12
|
-
* the <i>Amazon S3 User Guide</i>.</p>
|
|
11
|
+
* 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>
|
|
13
12
|
* <p></p>
|
|
14
13
|
* <p>Related actions include:</p>
|
|
15
14
|
* <ul>
|
|
@@ -8,9 +8,8 @@ export interface DescribeMultiRegionAccessPointOperationCommandOutput extends De
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Retrieves the status of an asynchronous request to manage a Multi-Region Access Point. For more information
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
11
|
+
* 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
|
|
12
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
14
13
|
* <p>The following actions are related to <code>GetMultiRegionAccessPoint</code>:</p>
|
|
15
14
|
* <ul>
|
|
16
15
|
* <li>
|
|
@@ -8,7 +8,8 @@ export interface GetAccessPointConfigurationForObjectLambdaCommandOutput extends
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Returns configuration for an Object Lambda Access Point.</p>
|
|
11
|
-
* <p>The following actions are related to
|
|
11
|
+
* <p>The following actions are related to
|
|
12
|
+
* <code>GetAccessPointConfigurationForObjectLambda</code>:</p>
|
|
12
13
|
* <ul>
|
|
13
14
|
* <li>
|
|
14
15
|
* <p>
|
|
@@ -8,7 +8,8 @@ export interface GetAccessPointPolicyForObjectLambdaCommandOutput extends GetAcc
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Returns the resource policy for an Object Lambda Access Point.</p>
|
|
11
|
-
* <p>The following actions are related to
|
|
11
|
+
* <p>The following actions are related to
|
|
12
|
+
* <code>GetAccessPointPolicyForObjectLambda</code>:</p>
|
|
12
13
|
* <ul>
|
|
13
14
|
* <li>
|
|
14
15
|
* <p>
|
|
@@ -7,7 +7,9 @@ export interface GetAccessPointPolicyStatusCommandInput extends GetAccessPointPo
|
|
|
7
7
|
export interface GetAccessPointPolicyStatusCommandOutput extends GetAccessPointPolicyStatusResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Indicates whether the specified access point currently has a policy that allows public access.
|
|
10
|
+
* <p>Indicates whether the specified access point currently has a policy that allows public access.
|
|
11
|
+
* 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
|
|
12
|
+
* access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
11
13
|
* @example
|
|
12
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
15
|
* ```javascript
|
|
@@ -7,18 +7,16 @@ export interface GetBucketCommandInput extends GetBucketRequest {
|
|
|
7
7
|
export interface GetBucketCommandOutput extends GetBucketResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets an Amazon S3 on Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">
|
|
11
|
-
*
|
|
12
|
-
* <p>If you are using an identity other than the root user of the Amazon Web Services account
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* 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
|
|
21
|
-
* account, Amazon S3 returns a <code>403 Access Denied</code> error.</p>
|
|
10
|
+
* <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
|
|
11
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
12
|
+
* <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the
|
|
13
|
+
* Outposts bucket, the calling identity must have the <code>s3-outposts:GetBucket</code>
|
|
14
|
+
* permissions on the specified Outposts bucket and belong to the Outposts bucket owner's
|
|
15
|
+
* account in order to use this action. Only users from Outposts bucket owner account with
|
|
16
|
+
* the right permissions can perform actions on an Outposts bucket. </p>
|
|
17
|
+
* <p> If you don't have <code>s3-outposts:GetBucket</code> permissions or you're not using an
|
|
18
|
+
* identity that belongs to the bucket owner's account, Amazon S3 returns a <code>403 Access
|
|
19
|
+
* Denied</code> error.</p>
|
|
22
20
|
* <p>The following actions are related to <code>GetBucket</code> for Amazon S3 on Outposts:</p>
|
|
23
21
|
* <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>
|
|
24
22
|
* <ul>
|
|
@@ -8,19 +8,20 @@ export interface GetBucketLifecycleConfigurationCommandOutput extends GetBucketL
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <note>
|
|
11
|
-
* <p>This action gets an Amazon S3 on Outposts bucket's lifecycle configuration. To get an
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* <p>This action gets an Amazon S3 on Outposts bucket's lifecycle configuration. To get an S3
|
|
12
|
+
* 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>.
|
|
13
|
+
* </p>
|
|
14
14
|
* </note>
|
|
15
15
|
* <p>Returns the lifecycle configuration information set on the Outposts bucket. For more
|
|
16
16
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> and for
|
|
17
|
-
* information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html"> Object Lifecycle
|
|
18
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
17
|
+
* information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html"> Object Lifecycle
|
|
18
|
+
* Management</a> in <i>Amazon S3 User Guide</i>.</p>
|
|
19
19
|
*
|
|
20
|
-
* <p>To use this action, you must have permission to perform the
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
20
|
+
* <p>To use this action, you must have permission to perform the
|
|
21
|
+
* <code>s3-outposts:GetLifecycleConfiguration</code> action. The Outposts bucket owner
|
|
22
|
+
* has this permission, by default. The bucket owner can grant this permission to others. For
|
|
23
|
+
* 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
|
|
24
|
+
* Access Permissions to Your Amazon S3 Resources</a>.</p>
|
|
24
25
|
*
|
|
25
26
|
* <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>
|
|
26
27
|
*
|
|
@@ -43,7 +44,8 @@ export interface GetBucketLifecycleConfigurationCommandOutput extends GetBucketL
|
|
|
43
44
|
* </ul>
|
|
44
45
|
* </li>
|
|
45
46
|
* </ul>
|
|
46
|
-
* <p>The following actions are related to
|
|
47
|
+
* <p>The following actions are related to
|
|
48
|
+
* <code>GetBucketLifecycleConfiguration</code>:</p>
|
|
47
49
|
* <ul>
|
|
48
50
|
* <li>
|
|
49
51
|
* <p>
|
|
@@ -8,25 +8,30 @@ export interface GetBucketPolicyCommandOutput extends GetBucketPolicyResult, __M
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <note>
|
|
11
|
-
* <p>This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for
|
|
12
|
-
* bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicy.html">GetBucketPolicy</a> in the
|
|
11
|
+
* <p>This action gets a bucket policy for an Amazon S3 on Outposts bucket. To get a policy for
|
|
12
|
+
* an S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicy.html">GetBucketPolicy</a> in the
|
|
13
13
|
* <i>Amazon S3 API Reference</i>. </p>
|
|
14
14
|
* </note>
|
|
15
|
-
* <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
|
|
16
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
17
|
-
* <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the
|
|
18
|
-
*
|
|
15
|
+
* <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
|
|
16
|
+
* Amazon S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
17
|
+
* <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the
|
|
18
|
+
* bucket, the calling identity must have the <code>GetBucketPolicy</code> permissions on the
|
|
19
|
+
* specified bucket and belong to the bucket owner's account in order to use this
|
|
20
|
+
* action.</p>
|
|
19
21
|
*
|
|
20
|
-
* <p>Only users from Outposts bucket owner account with the right permissions can perform
|
|
21
|
-
* If you don't have <code>s3-outposts:GetBucketPolicy</code>
|
|
22
|
-
*
|
|
22
|
+
* <p>Only users from Outposts bucket owner account with the right permissions can perform
|
|
23
|
+
* actions on an Outposts bucket. If you don't have <code>s3-outposts:GetBucketPolicy</code>
|
|
24
|
+
* permissions or you're not using an identity that belongs to the bucket owner's account,
|
|
25
|
+
* Amazon S3 returns a <code>403 Access Denied</code> error.</p>
|
|
23
26
|
*
|
|
24
27
|
* <important>
|
|
25
|
-
* <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
|
|
26
|
-
*
|
|
28
|
+
* <p>As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
|
|
29
|
+
* always use this action, even if the policy explicitly denies the root user the ability
|
|
30
|
+
* to perform this action.</p>
|
|
27
31
|
* </important>
|
|
28
32
|
*
|
|
29
|
-
* <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
|
|
33
|
+
* <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
|
|
34
|
+
* Policies</a>.</p>
|
|
30
35
|
*
|
|
31
36
|
* <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>
|
|
32
37
|
*
|
|
@@ -8,15 +8,15 @@ export interface GetBucketTaggingCommandOutput extends GetBucketTaggingResult, _
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <note>
|
|
11
|
-
* <p>This action gets an Amazon S3 on Outposts bucket's tags. To get an
|
|
12
|
-
*
|
|
13
|
-
* </p>
|
|
11
|
+
* <p>This action gets an Amazon S3 on Outposts bucket's tags. To get an S3 bucket tags, see
|
|
12
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html">GetBucketTagging</a> in the <i>Amazon S3 API Reference</i>. </p>
|
|
14
13
|
* </note>
|
|
15
14
|
* <p>Returns the tag set associated with the Outposts bucket. For more information, see
|
|
16
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
17
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
18
|
-
* <p>To use this action, you must have permission to perform the
|
|
19
|
-
*
|
|
15
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using
|
|
16
|
+
* Amazon S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
17
|
+
* <p>To use this action, you must have permission to perform the
|
|
18
|
+
* <code>GetBucketTagging</code> action. By default, the bucket owner has this permission
|
|
19
|
+
* and can grant this permission to others.</p>
|
|
20
20
|
*
|
|
21
21
|
* <p>
|
|
22
22
|
* <code>GetBucketTagging</code> has the following special error:</p>
|