@aws-sdk/client-s3-control 3.50.0 → 3.53.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 +31 -0
- package/README.md +1 -4
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/S3ControlServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +263 -4
- package/dist-cjs/protocols/Aws_restXml.js +658 -850
- package/dist-es/index.js +1 -0
- package/dist-es/models/S3ControlServiceException.js +12 -0
- package/dist-es/models/models_0.js +230 -4
- package/dist-es/protocols/Aws_restXml.js +980 -806
- 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/index.d.ts +1 -0
- package/dist-types/models/S3ControlServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +668 -302
- package/dist-types/ts3.4/S3Control.d.ts +290 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +137 -0
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +57 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/S3ControlServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2434 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsForObjectLambdaPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAccessPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiRegionAccessPointsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRegionalBucketsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListStorageLensConfigurationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +173 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +43 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +41 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +39 -39
|
@@ -8,10 +8,9 @@ export interface GetMultiRegionAccessPointCommandOutput extends GetMultiRegionAc
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Returns configuration information about the specified Multi-Region Access Point.</p>
|
|
11
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
11
|
+
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
12
|
+
* about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
13
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
15
14
|
* <p>The following actions are related to <code>GetMultiRegionAccessPoint</code>:</p>
|
|
16
15
|
* <ul>
|
|
17
16
|
* <li>
|
|
@@ -8,11 +8,11 @@ export interface GetMultiRegionAccessPointPolicyCommandOutput extends GetMultiRe
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Returns the access control policy of the specified Multi-Region Access Point.</p>
|
|
11
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
* <
|
|
11
|
+
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
12
|
+
* about the restrictions around managing Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ManagingMultiRegionAccessPoints.html">Managing
|
|
13
|
+
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
14
|
+
* <p>The following actions are related to
|
|
15
|
+
* <code>GetMultiRegionAccessPointPolicy</code>:</p>
|
|
16
16
|
* <ul>
|
|
17
17
|
* <li>
|
|
18
18
|
* <p>
|
|
@@ -8,12 +8,12 @@ export interface GetMultiRegionAccessPointPolicyStatusCommandOutput extends GetM
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Indicates whether the specified Multi-Region Access Point has an access control policy that allows public
|
|
11
|
-
*
|
|
12
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
* <
|
|
11
|
+
* access.</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>
|
|
15
|
+
* <p>The following actions are related to
|
|
16
|
+
* <code>GetMultiRegionAccessPointPolicyStatus</code>:</p>
|
|
17
17
|
* <ul>
|
|
18
18
|
* <li>
|
|
19
19
|
* <p>
|
|
@@ -7,8 +7,8 @@ export interface GetPublicAccessBlockCommandInput extends GetPublicAccessBlockRe
|
|
|
7
7
|
export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockOutput, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For
|
|
11
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html"> Using Amazon S3 block
|
|
10
|
+
* <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon Web Services account. For
|
|
11
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html"> Using Amazon S3 block
|
|
12
12
|
* public access</a>.</p>
|
|
13
13
|
* <p>Related actions include:</p>
|
|
14
14
|
* <ul>
|
|
@@ -7,15 +7,13 @@ export interface GetStorageLensConfigurationCommandInput extends GetStorageLensC
|
|
|
7
7
|
export interface GetStorageLensConfigurationCommandOutput extends GetStorageLensConfigurationResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Gets the Amazon S3 Storage Lens configuration. For more information, see
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
|
|
10
|
+
* <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
|
|
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
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
14
|
+
* <p>To use this action, you must have permission to perform the
|
|
15
|
+
* <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
|
|
16
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
19
17
|
* </note>
|
|
20
18
|
* @example
|
|
21
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,13 +8,14 @@ export interface GetStorageLensConfigurationTaggingCommandOutput extends GetStor
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Gets the tags of Amazon S3 Storage Lens configuration. For more information about S3 Storage Lens, see
|
|
11
|
-
*
|
|
12
|
-
* activity and usage with Amazon S3 Storage Lens </a> in the
|
|
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>
|
|
13
14
|
* <note>
|
|
14
|
-
* <p>To use this action,
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
15
|
+
* <p>To use this action, you must have permission to perform the
|
|
16
|
+
* <code>s3:GetStorageLensConfigurationTagging</code> action. For more information, see
|
|
17
|
+
* <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>
|
|
18
19
|
* </note>
|
|
19
20
|
* @example
|
|
20
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -7,10 +7,10 @@ export interface ListAccessPointsCommandInput extends ListAccessPointsRequest {
|
|
|
7
7
|
export interface ListAccessPointsCommandOutput extends ListAccessPointsResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns a list of the access points currently associated with the specified bucket. You
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
10
|
+
* <p>Returns a list of the access points currently associated with the specified bucket. You can
|
|
11
|
+
* retrieve up to 1000 access points per call. If the specified bucket has more than 1,000 access points (or
|
|
12
|
+
* the number specified in <code>maxResults</code>, whichever is less), the response will
|
|
13
|
+
* include a continuation token that you can use to list the additional access points.</p>
|
|
14
14
|
* <p></p>
|
|
15
15
|
* <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>
|
|
16
16
|
* <p>The following actions are related to <code>ListAccessPoints</code>:</p>
|
|
@@ -7,11 +7,11 @@ export interface ListAccessPointsForObjectLambdaCommandInput extends ListAccessP
|
|
|
7
7
|
export interface ListAccessPointsForObjectLambdaCommandOutput extends ListAccessPointsForObjectLambdaResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
* <
|
|
10
|
+
* <p>Returns some or all (up to 1,000) access points associated with the Object Lambda Access Point per call. If there
|
|
11
|
+
* are more access points than what can be returned in one call, the response will include a
|
|
12
|
+
* continuation token that you can use to list the additional access points.</p>
|
|
13
|
+
* <p>The following actions are related to
|
|
14
|
+
* <code>ListAccessPointsForObjectLambda</code>:</p>
|
|
15
15
|
* <ul>
|
|
16
16
|
* <li>
|
|
17
17
|
* <p>
|
|
@@ -8,7 +8,7 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Lists current S3 Batch Operations jobs and jobs that have ended within the last 30 days for
|
|
11
|
-
* the Amazon Web Services account making the request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
11
|
+
* 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
|
|
12
12
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
13
13
|
* <p>Related actions include:</p>
|
|
14
14
|
* <p></p>
|
|
@@ -7,13 +7,12 @@ export interface ListMultiRegionAccessPointsCommandInput extends ListMultiRegion
|
|
|
7
7
|
export interface ListMultiRegionAccessPointsCommandOutput extends ListMultiRegionAccessPointsResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account.
|
|
11
|
-
*
|
|
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>Returns a list of the Multi-Region Access Points currently associated with the specified Amazon Web Services account.
|
|
11
|
+
* Each call can return up to 100 Multi-Region Access Points, the maximum number of Multi-Region Access Points that can be
|
|
12
|
+
* associated with a single account.</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>The following actions are related to <code>ListMultiRegionAccessPoint</code>:</p>
|
|
18
17
|
* <ul>
|
|
19
18
|
* <li>
|
|
@@ -8,14 +8,14 @@ export interface ListStorageLensConfigurationsCommandOutput extends ListStorageL
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Gets a list of Amazon S3 Storage Lens configurations. 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:ListStorageLensConfigurations</code> action. For more information, see
|
|
17
|
+
* <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,7 +8,8 @@ export interface PutAccessPointConfigurationForObjectLambdaCommandOutput extends
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Replaces 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>PutAccessPointConfigurationForObjectLambda</code>:</p>
|
|
12
13
|
* <ul>
|
|
13
14
|
* <li>
|
|
14
15
|
* <p>
|
|
@@ -7,8 +7,9 @@ export interface PutAccessPointPolicyCommandInput extends PutAccessPointPolicyRe
|
|
|
7
7
|
export interface PutAccessPointPolicyCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Associates an access policy with the specified access point. Each access point can have only one policy,
|
|
11
|
-
* replaces any existing policy associated with the specified
|
|
10
|
+
* <p>Associates an access policy with the specified access point. Each access point can have only one policy,
|
|
11
|
+
* so a request made to this API replaces any existing policy associated with the specified
|
|
12
|
+
* access point.</p>
|
|
12
13
|
* <p></p>
|
|
13
14
|
* <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>
|
|
14
15
|
* <p>The following actions are related to <code>PutAccessPointPolicy</code>:</p>
|
|
@@ -7,9 +7,9 @@ export interface PutAccessPointPolicyForObjectLambdaCommandInput extends PutAcce
|
|
|
7
7
|
export interface PutAccessPointPolicyForObjectLambdaCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates or replaces resource policy for an Object Lambda Access Point. For an example policy, see
|
|
11
|
-
* <
|
|
12
|
-
* <
|
|
10
|
+
* <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>
|
|
11
|
+
* <p>The following actions are related to
|
|
12
|
+
* <code>PutAccessPointPolicyForObjectLambda</code>:</p>
|
|
13
13
|
* <ul>
|
|
14
14
|
* <li>
|
|
15
15
|
* <p>
|
|
@@ -8,16 +8,18 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <note>
|
|
11
|
-
* <p>This action puts a lifecycle configuration to an Amazon S3 on Outposts bucket. To put a
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* <p>This action puts a lifecycle configuration to an Amazon S3 on Outposts bucket. To put a
|
|
12
|
+
* 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>.
|
|
13
|
+
* </p>
|
|
14
14
|
* </note>
|
|
15
|
-
* <p>Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an
|
|
16
|
-
* lifecycle configuration. Outposts buckets only support lifecycle configurations
|
|
17
|
-
* after a certain period of time and abort incomplete multipart
|
|
15
|
+
* <p>Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an
|
|
16
|
+
* existing lifecycle configuration. Outposts buckets only support lifecycle configurations
|
|
17
|
+
* that delete/expire objects after a certain period of time and abort incomplete multipart
|
|
18
|
+
* uploads.</p>
|
|
18
19
|
* <p></p>
|
|
19
20
|
* <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>
|
|
20
|
-
* <p>The following actions are related to
|
|
21
|
+
* <p>The following actions are related to
|
|
22
|
+
* <code>PutBucketLifecycleConfiguration</code>:</p>
|
|
21
23
|
* <ul>
|
|
22
24
|
* <li>
|
|
23
25
|
* <p>
|
|
@@ -8,28 +8,31 @@ export interface PutBucketPolicyCommandOutput extends __MetadataBearer {
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <note>
|
|
11
|
-
* <p>This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an
|
|
12
|
-
*
|
|
13
|
-
*
|
|
11
|
+
* <p>This action puts a bucket policy to an Amazon S3 on Outposts bucket. To put a policy on an
|
|
12
|
+
* S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketPolicy.html">PutBucketPolicy</a> in the
|
|
13
|
+
* <i>Amazon S3 API Reference</i>. </p>
|
|
14
14
|
* </note>
|
|
15
|
-
* <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
|
|
16
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
15
|
+
* <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
|
|
16
|
+
* Amazon S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
17
17
|
* <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the
|
|
18
18
|
* Outposts bucket, the calling identity must have the <code>PutBucketPolicy</code>
|
|
19
19
|
* permissions on the specified Outposts bucket and belong to the bucket owner's account in
|
|
20
20
|
* order to use this action.</p>
|
|
21
21
|
*
|
|
22
|
-
* <p>If you don't have <code>PutBucketPolicy</code> permissions, Amazon S3 returns a <code>403
|
|
23
|
-
*
|
|
22
|
+
* <p>If you don't have <code>PutBucketPolicy</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>
|
|
24
26
|
*
|
|
25
27
|
* <important>
|
|
26
|
-
* <p> As a security precaution, the root user of the Amazon Web Services account that owns a bucket can
|
|
27
|
-
*
|
|
28
|
-
*
|
|
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>
|
|
29
31
|
* </important>
|
|
30
32
|
*
|
|
31
33
|
*
|
|
32
|
-
* <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>
|
|
33
36
|
*
|
|
34
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_PutBucketPolicy.html#API_control_PutBucketPolicy_Examples">Examples</a> section.</p>
|
|
35
38
|
*
|
|
@@ -11,26 +11,26 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
11
11
|
* <p>This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see
|
|
12
12
|
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html">PutBucketTagging</a> in the <i>Amazon S3 API Reference</i>. </p>
|
|
13
13
|
* </note>
|
|
14
|
-
* <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
|
|
15
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
16
|
-
* <p>Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this,
|
|
17
|
-
* Amazon Web Services account bill with tag key values included. Then, to see the cost
|
|
18
|
-
* billing information according to resources with the
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
* <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Cost
|
|
22
|
-
*
|
|
14
|
+
* <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
|
|
15
|
+
* Amazon S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
16
|
+
* <p>Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this,
|
|
17
|
+
* sign up to get your Amazon Web Services account bill with tag key values included. Then, to see the cost
|
|
18
|
+
* of combined resources, organize your billing information according to resources with the
|
|
19
|
+
* same tag key values. For example, you can tag several resources with a specific application
|
|
20
|
+
* name, and then organize your billing information to see the total cost of that application
|
|
21
|
+
* across several services. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html">Cost allocation and
|
|
22
|
+
* tagging</a>.</p>
|
|
23
23
|
*
|
|
24
24
|
* <note>
|
|
25
|
-
* <p>Within a bucket, if you add a tag that has the same key as an existing tag, the new
|
|
26
|
-
*
|
|
27
|
-
*
|
|
25
|
+
* <p>Within a bucket, if you add a tag that has the same key as an existing tag, the new
|
|
26
|
+
* 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
|
|
27
|
+
* bucket tags</a>.</p>
|
|
28
28
|
* </note>
|
|
29
29
|
* <p>To use this action, you must have permissions to perform the
|
|
30
30
|
* <code>s3-outposts:PutBucketTagging</code> action. The Outposts bucket owner has this
|
|
31
31
|
* permission by default and can grant this permission to others. For more information about
|
|
32
|
-
* 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
|
|
33
|
-
* resources</a>.</p>
|
|
32
|
+
* 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
|
|
33
|
+
* access permissions to your Amazon S3 resources</a>.</p>
|
|
34
34
|
*
|
|
35
35
|
* <p>
|
|
36
36
|
* <code>PutBucketTagging</code> has the following special errors:</p>
|
|
@@ -40,9 +40,10 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
40
40
|
* </p>
|
|
41
41
|
* <ul>
|
|
42
42
|
* <li>
|
|
43
|
-
* <p>Description: The tag provided was not a valid tag. This error can occur if
|
|
44
|
-
*
|
|
45
|
-
*
|
|
43
|
+
* <p>Description: The tag provided was not a valid tag. This error can occur if
|
|
44
|
+
* the tag did not pass input validation. For information about tag restrictions,
|
|
45
|
+
* see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html">
|
|
46
|
+
* User-Defined Tag Restrictions</a> and <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/aws-tag-restrictions.html">
|
|
46
47
|
* Amazon Web Services-Generated Cost Allocation Tag Restrictions</a>.</p>
|
|
47
48
|
* </li>
|
|
48
49
|
* </ul>
|
|
@@ -61,8 +62,8 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
61
62
|
* </p>
|
|
62
63
|
* <ul>
|
|
63
64
|
* <li>
|
|
64
|
-
* <p>Description: A conflicting conditional action is currently in progress
|
|
65
|
-
* resource. Try again.</p>
|
|
65
|
+
* <p>Description: A conflicting conditional action is currently in progress
|
|
66
|
+
* against this resource. Try again.</p>
|
|
66
67
|
* </li>
|
|
67
68
|
* </ul>
|
|
68
69
|
* </li>
|
|
@@ -71,7 +72,8 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
71
72
|
* </p>
|
|
72
73
|
* <ul>
|
|
73
74
|
* <li>
|
|
74
|
-
* <p>Description: The service was unable to apply the provided tag to the
|
|
75
|
+
* <p>Description: The service was unable to apply the provided tag to the
|
|
76
|
+
* bucket.</p>
|
|
75
77
|
* </li>
|
|
76
78
|
* </ul>
|
|
77
79
|
* </li>
|
|
@@ -11,22 +11,20 @@ export interface PutJobTaggingCommandOutput extends PutJobTaggingResult, __Metad
|
|
|
11
11
|
* <p>A tag is a key-value pair. You can associate S3 Batch Operations tags with any job by sending
|
|
12
12
|
* a PUT request against the tagging subresource that is associated with the job. To modify
|
|
13
13
|
* the existing tag set, you can either replace the existing tag set entirely, or make changes
|
|
14
|
-
* 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
|
|
15
|
-
*
|
|
16
|
-
* labeling jobs using tags</a> in the <i>Amazon S3 User Guide</i>. </p>
|
|
14
|
+
* 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
|
|
15
|
+
* 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
|
|
16
|
+
* access and labeling jobs using tags</a> in the <i>Amazon S3 User Guide</i>. </p>
|
|
17
17
|
* <p></p>
|
|
18
18
|
* <note>
|
|
19
19
|
* <ul>
|
|
20
20
|
* <li>
|
|
21
|
-
* <p>If you send this request with an empty tag set, Amazon S3 deletes the existing
|
|
22
|
-
* Batch Operations job. If you use this method, you are charged for a Tier
|
|
23
|
-
* (PUT). For more information, see <a href="http://aws.amazon.com/s3/pricing/">Amazon S3
|
|
24
|
-
* pricing</a>.</p>
|
|
21
|
+
* <p>If you send this request with an empty tag set, Amazon S3 deletes the existing
|
|
22
|
+
* tag set on the Batch Operations job. If you use this method, you are charged for a Tier
|
|
23
|
+
* 1 Request (PUT). For more information, see <a href="http://aws.amazon.com/s3/pricing/">Amazon S3 pricing</a>.</p>
|
|
25
24
|
* </li>
|
|
26
25
|
* <li>
|
|
27
|
-
* <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>
|
|
28
|
-
*
|
|
29
|
-
* charges.</p>
|
|
26
|
+
* <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
|
|
27
|
+
* result without incurring charges.</p>
|
|
30
28
|
* </li>
|
|
31
29
|
* <li>
|
|
32
30
|
* <p>A few things to consider about using tags:</p>
|
|
@@ -35,23 +33,27 @@ export interface PutJobTaggingCommandOutput extends PutJobTaggingResult, __Metad
|
|
|
35
33
|
* <p>Amazon S3 limits the maximum number of tags to 50 tags per job.</p>
|
|
36
34
|
* </li>
|
|
37
35
|
* <li>
|
|
38
|
-
* <p>You can associate up to 50 tags with a job as long as they have unique
|
|
36
|
+
* <p>You can associate up to 50 tags with a job as long as they have unique
|
|
37
|
+
* tag keys.</p>
|
|
39
38
|
* </li>
|
|
40
39
|
* <li>
|
|
41
|
-
* <p>A tag key can be up to 128 Unicode characters in length, and tag values
|
|
40
|
+
* <p>A tag key can be up to 128 Unicode characters in length, and tag values
|
|
41
|
+
* can be up to 256 Unicode characters in length.</p>
|
|
42
42
|
* </li>
|
|
43
43
|
* <li>
|
|
44
44
|
* <p>The key and values are case sensitive.</p>
|
|
45
45
|
* </li>
|
|
46
46
|
* <li>
|
|
47
|
-
* <p>For tagging-related restrictions related to characters and encodings, see
|
|
47
|
+
* <p>For tagging-related restrictions related to characters and encodings, see
|
|
48
|
+
* <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>
|
|
48
49
|
* </li>
|
|
49
50
|
* </ul>
|
|
50
51
|
* </li>
|
|
51
52
|
* </ul>
|
|
52
53
|
* </note>
|
|
53
54
|
* <p></p>
|
|
54
|
-
* <p>To use this action, you must have permission to perform the
|
|
55
|
+
* <p>To use this action, you must have permission to perform the
|
|
56
|
+
* <code>s3:PutJobTagging</code> action.</p>
|
|
55
57
|
* <p>Related actions include:</p>
|
|
56
58
|
* <ul>
|
|
57
59
|
* <li>
|
|
@@ -8,13 +8,13 @@ export interface PutMultiRegionAccessPointPolicyCommandOutput extends PutMultiRe
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Associates an access control policy with the specified Multi-Region Access Point. Each Multi-Region Access Point can have only
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* <p>This action will always be routed to the US West (Oregon) Region. For more
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
* <
|
|
11
|
+
* one policy, so a request made to this action replaces any existing policy that is
|
|
12
|
+
* associated with the specified Multi-Region Access Point.</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>
|
|
16
|
+
* <p>The following actions are related to
|
|
17
|
+
* <code>PutMultiRegionAccessPointPolicy</code>:</p>
|
|
18
18
|
* <ul>
|
|
19
19
|
* <li>
|
|
20
20
|
* <p>
|
|
@@ -7,9 +7,10 @@ export interface PutPublicAccessBlockCommandInput extends PutPublicAccessBlockRe
|
|
|
7
7
|
export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an
|
|
11
|
-
*
|
|
12
|
-
*
|
|
10
|
+
* <p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an
|
|
11
|
+
* Amazon Web Services account. For this operation, users must have the
|
|
12
|
+
* <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">
|
|
13
|
+
* Using Amazon S3 block public access</a>.</p>
|
|
13
14
|
* <p>Related actions include:</p>
|
|
14
15
|
* <ul>
|
|
15
16
|
* <li>
|
|
@@ -10,10 +10,9 @@ export interface PutStorageLensConfigurationCommandOutput extends __MetadataBear
|
|
|
10
10
|
* <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
|
|
11
11
|
* Amazon S3 Storage Lens</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
12
12
|
* <note>
|
|
13
|
-
* <p>To use this action,
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
13
|
+
* <p>To use this action, you must have permission to perform the
|
|
14
|
+
* <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
|
|
15
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
17
16
|
* </note>
|
|
18
17
|
* @example
|
|
19
18
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -7,15 +7,14 @@ export interface PutStorageLensConfigurationTaggingCommandInput extends PutStora
|
|
|
7
7
|
export interface PutStorageLensConfigurationTaggingCommandOutput extends PutStorageLensConfigurationTaggingResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Put or replace tags on an existing Amazon S3 Storage Lens configuration. For more information
|
|
11
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage_lens.html">Assessing your storage
|
|
12
|
-
*
|
|
13
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
10
|
+
* <p>Put or replace tags on an existing Amazon S3 Storage Lens configuration. For more information
|
|
11
|
+
* 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
|
|
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:PutStorageLensConfigurationTagging</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.
|
|
@@ -7,8 +7,7 @@ export interface UpdateJobPriorityCommandInput extends UpdateJobPriorityRequest
|
|
|
7
7
|
export interface UpdateJobPriorityCommandOutput extends UpdateJobPriorityResult, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Updates an existing S3 Batch Operations job's priority. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
11
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
10
|
+
* <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>
|
|
12
11
|
* <p></p>
|
|
13
12
|
* <p>Related actions include:</p>
|
|
14
13
|
* <ul>
|
|
@@ -8,8 +8,7 @@ export interface UpdateJobStatusCommandOutput extends UpdateJobStatusResult, __M
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Updates the status for the specified job. Use this action to confirm that you want to
|
|
11
|
-
* run a job or to cancel an existing job. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
12
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
11
|
+
* 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>
|
|
13
12
|
* <p></p>
|
|
14
13
|
* <p>Related actions include:</p>
|
|
15
14
|
* <ul>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
|
+
/**
|
|
3
|
+
* Base exception class for all service exceptions from S3Control service.
|
|
4
|
+
*/
|
|
5
|
+
export declare class S3ControlServiceException extends __ServiceException {
|
|
6
|
+
/**
|
|
7
|
+
* @internal
|
|
8
|
+
*/
|
|
9
|
+
constructor(options: __ServiceExceptionOptions);
|
|
10
|
+
}
|