@aws-sdk/client-s3-control 3.288.0 → 3.290.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/README.md +24 -0
- package/dist-cjs/S3Control.js +45 -0
- package/dist-cjs/commands/DeleteBucketReplicationCommand.js +52 -0
- package/dist-cjs/commands/GetBucketReplicationCommand.js +52 -0
- package/dist-cjs/commands/PutBucketReplicationCommand.js +54 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoint/ruleset.js +2 -2
- package/dist-cjs/models/models_0.js +133 -5
- package/dist-cjs/protocols/Aws_restXml.js +654 -3
- package/dist-es/S3Control.js +45 -0
- package/dist-es/commands/DeleteBucketReplicationCommand.js +48 -0
- package/dist-es/commands/GetBucketReplicationCommand.js +48 -0
- package/dist-es/commands/PutBucketReplicationCommand.js +50 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +2 -2
- package/dist-es/models/models_0.js +108 -0
- package/dist-es/protocols/Aws_restXml.js +645 -0
- package/dist-types/S3Control.d.ts +222 -29
- package/dist-types/S3ControlClient.d.ts +5 -2
- package/dist-types/commands/CreateAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +9 -0
- package/dist-types/commands/CreateJobCommand.d.ts +13 -0
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +78 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -0
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +14 -3
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +1 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +13 -0
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +85 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -0
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +12 -6
- package/dist-types/commands/GetJobTaggingCommand.d.ts +14 -3
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +1 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +1 -0
- package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +1 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +6 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +1 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +9 -4
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/ListJobsCommand.d.ts +10 -0
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -0
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -0
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +122 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -0
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +16 -9
- package/dist-types/commands/PutJobTaggingCommand.d.ts +17 -2
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -0
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +13 -0
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +16 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +680 -73
- package/dist-types/protocols/Aws_restXml.d.ts +9 -0
- package/dist-types/ts3.4/S3Control.d.ts +51 -0
- package/dist-types/ts3.4/S3ControlClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +180 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
- package/package.json +34 -34
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { DeleteBucketReplicationRequest } from "../models/models_0";
|
|
5
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBucketReplicationCommand}.
|
|
8
|
+
*/
|
|
9
|
+
export interface DeleteBucketReplicationCommandInput extends DeleteBucketReplicationRequest {
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBucketReplicationCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface DeleteBucketReplicationCommandOutput extends __MetadataBearer {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <note>
|
|
18
|
+
* <p>This operation deletes an Amazon S3 on Outposts bucket's replication configuration. To
|
|
19
|
+
* delete an S3 bucket's replication configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketReplication.html">DeleteBucketReplication</a> in the <i>Amazon S3 API Reference</i>. </p>
|
|
20
|
+
* </note>
|
|
21
|
+
* <p>Deletes the replication configuration from the specified S3 on Outposts bucket.</p>
|
|
22
|
+
* <p>To use this operation, you must have permissions to perform the
|
|
23
|
+
* <code>s3-outposts:PutReplicationConfiguration</code> action. The Outposts bucket owner
|
|
24
|
+
* has this permission by default and can grant it to others. For more information about
|
|
25
|
+
* permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsIAM.html">Setting up IAM with
|
|
26
|
+
* S3 on Outposts</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsBucketPolicy.html">Managing access to
|
|
27
|
+
* S3 on Outposts buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
28
|
+
* <note>
|
|
29
|
+
* <p>It can take a while to propagate <code>PUT</code> or <code>DELETE</code> requests for
|
|
30
|
+
* a replication configuration to all S3 on Outposts systems. Therefore, the replication
|
|
31
|
+
* configuration that's returned by a <code>GET</code> request soon after a
|
|
32
|
+
* <code>PUT</code> or <code>DELETE</code> request might return a more recent result
|
|
33
|
+
* than what's on the Outpost. If an Outpost is offline, the delay in updating the
|
|
34
|
+
* replication configuration on that Outpost can be significant.</p>
|
|
35
|
+
* </note>
|
|
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. In addition, you must use 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 by using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketReplication.html#API_control_DeleteBucketReplication_Examples">Examples</a> section.</p>
|
|
37
|
+
* <p>For information about S3 replication on Outposts configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsReplication.html">Replicating objects for Amazon Web Services Outposts</a> in the
|
|
38
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
39
|
+
* <p>The following operations are related to <code>DeleteBucketReplication</code>:</p>
|
|
40
|
+
* <ul>
|
|
41
|
+
* <li>
|
|
42
|
+
* <p>
|
|
43
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketReplication.html">PutBucketReplication</a>
|
|
44
|
+
* </p>
|
|
45
|
+
* </li>
|
|
46
|
+
* <li>
|
|
47
|
+
* <p>
|
|
48
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketReplication.html">GetBucketReplication</a>
|
|
49
|
+
* </p>
|
|
50
|
+
* </li>
|
|
51
|
+
* </ul>
|
|
52
|
+
* @example
|
|
53
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
54
|
+
* ```javascript
|
|
55
|
+
* import { S3ControlClient, DeleteBucketReplicationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
56
|
+
* // const { S3ControlClient, DeleteBucketReplicationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
57
|
+
* const client = new S3ControlClient(config);
|
|
58
|
+
* const command = new DeleteBucketReplicationCommand(input);
|
|
59
|
+
* const response = await client.send(command);
|
|
60
|
+
* ```
|
|
61
|
+
*
|
|
62
|
+
* @see {@link DeleteBucketReplicationCommandInput} for command's `input` shape.
|
|
63
|
+
* @see {@link DeleteBucketReplicationCommandOutput} for command's `response` shape.
|
|
64
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
65
|
+
*
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
export declare class DeleteBucketReplicationCommand extends $Command<DeleteBucketReplicationCommandInput, DeleteBucketReplicationCommandOutput, S3ControlClientResolvedConfig> {
|
|
69
|
+
readonly input: DeleteBucketReplicationCommandInput;
|
|
70
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
+
constructor(input: DeleteBucketReplicationCommandInput);
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
75
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBucketReplicationCommandInput, DeleteBucketReplicationCommandOutput>;
|
|
76
|
+
private serialize;
|
|
77
|
+
private deserialize;
|
|
78
|
+
}
|
|
@@ -51,6 +51,7 @@ export interface DeleteBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
51
51
|
* @see {@link DeleteBucketTaggingCommandOutput} for command's `response` shape.
|
|
52
52
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
53
53
|
*
|
|
54
|
+
*
|
|
54
55
|
*/
|
|
55
56
|
export declare class DeleteBucketTaggingCommand extends $Command<DeleteBucketTaggingCommandInput, DeleteBucketTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
56
57
|
readonly input: DeleteBucketTaggingCommandInput;
|
|
@@ -14,9 +14,10 @@ export interface DeleteJobTaggingCommandInput extends DeleteJobTaggingRequest {
|
|
|
14
14
|
export interface DeleteJobTaggingCommandOutput extends DeleteJobTaggingResult, __MetadataBearer {
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
|
-
* <p>Removes the entire tag set from the specified S3 Batch Operations job. To use
|
|
18
|
-
*
|
|
19
|
-
*
|
|
17
|
+
* <p>Removes the entire tag set from the specified S3 Batch Operations job. To use
|
|
18
|
+
* the
|
|
19
|
+
* <code>DeleteJobTagging</code> operation, you must have permission to
|
|
20
|
+
* perform the <code>s3:DeleteJobTagging</code> action. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
|
|
20
21
|
* access and labeling jobs using tags</a> in the
|
|
21
22
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
22
23
|
* <p></p>
|
|
@@ -52,6 +53,16 @@ export interface DeleteJobTaggingCommandOutput extends DeleteJobTaggingResult, _
|
|
|
52
53
|
* @see {@link DeleteJobTaggingCommandOutput} for command's `response` shape.
|
|
53
54
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
54
55
|
*
|
|
56
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
57
|
+
* <p></p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link NotFoundException} (client fault)
|
|
60
|
+
* <p></p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
63
|
+
* <p></p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
55
66
|
*/
|
|
56
67
|
export declare class DeleteJobTaggingCommand extends $Command<DeleteJobTaggingCommandInput, DeleteJobTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
57
68
|
readonly input: DeleteJobTaggingCommandInput;
|
|
@@ -60,6 +60,7 @@ export interface DeleteMultiRegionAccessPointCommandOutput extends DeleteMultiRe
|
|
|
60
60
|
* @see {@link DeleteMultiRegionAccessPointCommandOutput} for command's `response` shape.
|
|
61
61
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
*/
|
|
64
65
|
export declare class DeleteMultiRegionAccessPointCommand extends $Command<DeleteMultiRegionAccessPointCommandInput, DeleteMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
65
66
|
readonly input: DeleteMultiRegionAccessPointCommandInput;
|
|
@@ -44,6 +44,7 @@ export interface DeletePublicAccessBlockCommandOutput extends __MetadataBearer {
|
|
|
44
44
|
* @see {@link DeletePublicAccessBlockCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
*
|
|
47
48
|
*/
|
|
48
49
|
export declare class DeletePublicAccessBlockCommand extends $Command<DeletePublicAccessBlockCommandInput, DeletePublicAccessBlockCommandOutput, S3ControlClientResolvedConfig> {
|
|
49
50
|
readonly input: DeletePublicAccessBlockCommandInput;
|
|
@@ -37,6 +37,7 @@ export interface DeleteStorageLensConfigurationCommandOutput extends __MetadataB
|
|
|
37
37
|
* @see {@link DeleteStorageLensConfigurationCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
*
|
|
40
41
|
*/
|
|
41
42
|
export declare class DeleteStorageLensConfigurationCommand extends $Command<DeleteStorageLensConfigurationCommandInput, DeleteStorageLensConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
42
43
|
readonly input: DeleteStorageLensConfigurationCommandInput;
|
|
@@ -38,6 +38,7 @@ export interface DeleteStorageLensConfigurationTaggingCommandOutput extends Dele
|
|
|
38
38
|
* @see {@link DeleteStorageLensConfigurationTaggingCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
*
|
|
41
42
|
*/
|
|
42
43
|
export declare class DeleteStorageLensConfigurationTaggingCommand extends $Command<DeleteStorageLensConfigurationTaggingCommandInput, DeleteStorageLensConfigurationTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
43
44
|
readonly input: DeleteStorageLensConfigurationTaggingCommandInput;
|
|
@@ -54,6 +54,19 @@ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataB
|
|
|
54
54
|
* @see {@link DescribeJobCommandOutput} for command's `response` shape.
|
|
55
55
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
56
56
|
*
|
|
57
|
+
* @throws {@link BadRequestException} (client fault)
|
|
58
|
+
* <p></p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
61
|
+
* <p></p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link NotFoundException} (client fault)
|
|
64
|
+
* <p></p>
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
67
|
+
* <p></p>
|
|
68
|
+
*
|
|
69
|
+
*
|
|
57
70
|
*/
|
|
58
71
|
export declare class DescribeJobCommand extends $Command<DescribeJobCommandInput, DescribeJobCommandOutput, S3ControlClientResolvedConfig> {
|
|
59
72
|
readonly input: DescribeJobCommandInput;
|
|
@@ -54,6 +54,7 @@ export interface DescribeMultiRegionAccessPointOperationCommandOutput extends De
|
|
|
54
54
|
* @see {@link DescribeMultiRegionAccessPointOperationCommandOutput} for command's `response` shape.
|
|
55
55
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
56
56
|
*
|
|
57
|
+
*
|
|
57
58
|
*/
|
|
58
59
|
export declare class DescribeMultiRegionAccessPointOperationCommand extends $Command<DescribeMultiRegionAccessPointOperationCommandInput, DescribeMultiRegionAccessPointOperationCommandOutput, S3ControlClientResolvedConfig> {
|
|
59
60
|
readonly input: DescribeMultiRegionAccessPointOperationCommandInput;
|
|
@@ -49,6 +49,7 @@ export interface GetAccessPointCommandOutput extends GetAccessPointResult, __Met
|
|
|
49
49
|
* @see {@link GetAccessPointCommandOutput} for command's `response` shape.
|
|
50
50
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
51
51
|
*
|
|
52
|
+
*
|
|
52
53
|
*/
|
|
53
54
|
export declare class GetAccessPointCommand extends $Command<GetAccessPointCommandInput, GetAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
54
55
|
readonly input: GetAccessPointCommandInput;
|
|
@@ -38,6 +38,7 @@ export interface GetAccessPointConfigurationForObjectLambdaCommandOutput extends
|
|
|
38
38
|
* @see {@link GetAccessPointConfigurationForObjectLambdaCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
*
|
|
41
42
|
*/
|
|
42
43
|
export declare class GetAccessPointConfigurationForObjectLambdaCommand extends $Command<GetAccessPointConfigurationForObjectLambdaCommandInput, GetAccessPointConfigurationForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
43
44
|
readonly input: GetAccessPointConfigurationForObjectLambdaCommandInput;
|
|
@@ -47,6 +47,7 @@ export interface GetAccessPointForObjectLambdaCommandOutput extends GetAccessPoi
|
|
|
47
47
|
* @see {@link GetAccessPointForObjectLambdaCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
*
|
|
50
51
|
*/
|
|
51
52
|
export declare class GetAccessPointForObjectLambdaCommand extends $Command<GetAccessPointForObjectLambdaCommandInput, GetAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
52
53
|
readonly input: GetAccessPointForObjectLambdaCommandInput;
|
|
@@ -42,6 +42,7 @@ export interface GetAccessPointPolicyCommandOutput extends GetAccessPointPolicyR
|
|
|
42
42
|
* @see {@link GetAccessPointPolicyCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
*
|
|
45
46
|
*/
|
|
46
47
|
export declare class GetAccessPointPolicyCommand extends $Command<GetAccessPointPolicyCommandInput, GetAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
47
48
|
readonly input: GetAccessPointPolicyCommandInput;
|
|
@@ -43,6 +43,7 @@ export interface GetAccessPointPolicyForObjectLambdaCommandOutput extends GetAcc
|
|
|
43
43
|
* @see {@link GetAccessPointPolicyForObjectLambdaCommandOutput} for command's `response` shape.
|
|
44
44
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
45
45
|
*
|
|
46
|
+
*
|
|
46
47
|
*/
|
|
47
48
|
export declare class GetAccessPointPolicyForObjectLambdaCommand extends $Command<GetAccessPointPolicyForObjectLambdaCommandInput, GetAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
48
49
|
readonly input: GetAccessPointPolicyForObjectLambdaCommandInput;
|
|
@@ -31,6 +31,7 @@ export interface GetAccessPointPolicyStatusCommandOutput extends GetAccessPointP
|
|
|
31
31
|
* @see {@link GetAccessPointPolicyStatusCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
*
|
|
34
35
|
*/
|
|
35
36
|
export declare class GetAccessPointPolicyStatusCommand extends $Command<GetAccessPointPolicyStatusCommandInput, GetAccessPointPolicyStatusCommandOutput, S3ControlClientResolvedConfig> {
|
|
36
37
|
readonly input: GetAccessPointPolicyStatusCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface GetAccessPointPolicyStatusForObjectLambdaCommandOutput extends
|
|
|
29
29
|
* @see {@link GetAccessPointPolicyStatusForObjectLambdaCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class GetAccessPointPolicyStatusForObjectLambdaCommand extends $Command<GetAccessPointPolicyStatusForObjectLambdaCommandInput, GetAccessPointPolicyStatusForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
34
35
|
readonly input: GetAccessPointPolicyStatusForObjectLambdaCommandInput;
|
|
@@ -57,6 +57,7 @@ export interface GetBucketCommandOutput extends GetBucketResult, __MetadataBeare
|
|
|
57
57
|
* @see {@link GetBucketCommandOutput} for command's `response` shape.
|
|
58
58
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
59
59
|
*
|
|
60
|
+
*
|
|
60
61
|
*/
|
|
61
62
|
export declare class GetBucketCommand extends $Command<GetBucketCommandInput, GetBucketCommandOutput, S3ControlClientResolvedConfig> {
|
|
62
63
|
readonly input: GetBucketCommandInput;
|
|
@@ -76,6 +76,7 @@ export interface GetBucketLifecycleConfigurationCommandOutput extends GetBucketL
|
|
|
76
76
|
* @see {@link GetBucketLifecycleConfigurationCommandOutput} for command's `response` shape.
|
|
77
77
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
*/
|
|
80
81
|
export declare class GetBucketLifecycleConfigurationCommand extends $Command<GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
81
82
|
readonly input: GetBucketLifecycleConfigurationCommandInput;
|
|
@@ -69,6 +69,7 @@ export interface GetBucketPolicyCommandOutput extends GetBucketPolicyResult, __M
|
|
|
69
69
|
* @see {@link GetBucketPolicyCommandOutput} for command's `response` shape.
|
|
70
70
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
*/
|
|
73
74
|
export declare class GetBucketPolicyCommand extends $Command<GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
74
75
|
readonly input: GetBucketPolicyCommandInput;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { GetBucketReplicationRequest, GetBucketReplicationResult } from "../models/models_0";
|
|
5
|
+
import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetBucketReplicationCommand}.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetBucketReplicationCommandInput extends GetBucketReplicationRequest {
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetBucketReplicationCommand}.
|
|
13
|
+
*/
|
|
14
|
+
export interface GetBucketReplicationCommandOutput extends GetBucketReplicationResult, __MetadataBearer {
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* <note>
|
|
18
|
+
* <p>This operation gets an Amazon S3 on Outposts bucket's replication configuration. To get an
|
|
19
|
+
* S3 bucket's replication configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketReplication.html">GetBucketReplication</a>
|
|
20
|
+
* in the <i>Amazon S3 API Reference</i>. </p>
|
|
21
|
+
* </note>
|
|
22
|
+
* <p>Returns the replication configuration of an S3 on Outposts bucket. For more information
|
|
23
|
+
* about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">Using Amazon S3 on Outposts</a> in the
|
|
24
|
+
* <i>Amazon S3 User Guide</i>. For information about S3 replication on Outposts
|
|
25
|
+
* configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsReplication.html">Replicating objects for Amazon Web Services
|
|
26
|
+
* Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
27
|
+
* <note>
|
|
28
|
+
* <p>It can take a while to propagate <code>PUT</code> or <code>DELETE</code> requests for
|
|
29
|
+
* a replication configuration to all S3 on Outposts systems. Therefore, the replication
|
|
30
|
+
* configuration that's returned by a <code>GET</code> request soon after a
|
|
31
|
+
* <code>PUT</code> or <code>DELETE</code> request might return a more recent result
|
|
32
|
+
* than what's on the Outpost. If an Outpost is offline, the delay in updating the
|
|
33
|
+
* replication configuration on that Outpost can be significant.</p>
|
|
34
|
+
* </note>
|
|
35
|
+
* <p>This action requires permissions for the
|
|
36
|
+
* <code>s3-outposts:GetReplicationConfiguration</code> action. The Outposts bucket owner
|
|
37
|
+
* has this permission by default and can grant it to others. For more information about
|
|
38
|
+
* permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsIAM.html">Setting up IAM with
|
|
39
|
+
* S3 on Outposts</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsBucketPolicy.html">Managing access to
|
|
40
|
+
* S3 on Outposts bucket</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
41
|
+
* <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. In addition, you must use 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 by using the access point ARN, see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketReplication.html#API_control_GetBucketReplication_Examples">Examples</a> section.</p>
|
|
42
|
+
* <p>If you include the <code>Filter</code> element in a replication configuration, you must
|
|
43
|
+
* also include the <code>DeleteMarkerReplication</code>, <code>Status</code>, and
|
|
44
|
+
* <code>Priority</code> elements. The response also returns those elements.</p>
|
|
45
|
+
* <p>For information about S3 on Outposts replication failure reasons, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/outposts-replication-eventbridge.html#outposts-replication-failure-codes">Replication failure reasons</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
46
|
+
* <p>The following operations are related to <code>GetBucketReplication</code>:</p>
|
|
47
|
+
* <ul>
|
|
48
|
+
* <li>
|
|
49
|
+
* <p>
|
|
50
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketReplication.html">PutBucketReplication</a>
|
|
51
|
+
* </p>
|
|
52
|
+
* </li>
|
|
53
|
+
* <li>
|
|
54
|
+
* <p>
|
|
55
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketReplication.html">DeleteBucketReplication</a>
|
|
56
|
+
* </p>
|
|
57
|
+
* </li>
|
|
58
|
+
* </ul>
|
|
59
|
+
* @example
|
|
60
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
61
|
+
* ```javascript
|
|
62
|
+
* import { S3ControlClient, GetBucketReplicationCommand } from "@aws-sdk/client-s3-control"; // ES Modules import
|
|
63
|
+
* // const { S3ControlClient, GetBucketReplicationCommand } = require("@aws-sdk/client-s3-control"); // CommonJS import
|
|
64
|
+
* const client = new S3ControlClient(config);
|
|
65
|
+
* const command = new GetBucketReplicationCommand(input);
|
|
66
|
+
* const response = await client.send(command);
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* @see {@link GetBucketReplicationCommandInput} for command's `input` shape.
|
|
70
|
+
* @see {@link GetBucketReplicationCommandOutput} for command's `response` shape.
|
|
71
|
+
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
72
|
+
*
|
|
73
|
+
*
|
|
74
|
+
*/
|
|
75
|
+
export declare class GetBucketReplicationCommand extends $Command<GetBucketReplicationCommandInput, GetBucketReplicationCommandOutput, S3ControlClientResolvedConfig> {
|
|
76
|
+
readonly input: GetBucketReplicationCommandInput;
|
|
77
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
+
constructor(input: GetBucketReplicationCommandInput);
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
82
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ControlClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetBucketReplicationCommandInput, GetBucketReplicationCommandOutput>;
|
|
83
|
+
private serialize;
|
|
84
|
+
private deserialize;
|
|
85
|
+
}
|
|
@@ -65,6 +65,7 @@ export interface GetBucketTaggingCommandOutput extends GetBucketTaggingResult, _
|
|
|
65
65
|
* @see {@link GetBucketTaggingCommandOutput} for command's `response` shape.
|
|
66
66
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
*/
|
|
69
70
|
export declare class GetBucketTaggingCommand extends $Command<GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
70
71
|
readonly input: GetBucketTaggingCommandInput;
|
|
@@ -15,13 +15,18 @@ export interface GetBucketVersioningCommandOutput extends GetBucketVersioningRes
|
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* <note>
|
|
18
|
-
* <p>This operation returns the versioning state
|
|
19
|
-
*
|
|
20
|
-
*
|
|
18
|
+
* <p>This operation returns the versioning state
|
|
19
|
+
* for
|
|
20
|
+
* S3 on Outposts
|
|
21
|
+
* buckets
|
|
22
|
+
* only. To return the versioning state for an S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a> in the <i>Amazon S3 API Reference</i>. </p>
|
|
21
23
|
* </note>
|
|
22
|
-
* <p>Returns the versioning state for an S3 on Outposts bucket. With
|
|
23
|
-
*
|
|
24
|
-
*
|
|
24
|
+
* <p>Returns the versioning state for an S3 on Outposts bucket. With
|
|
25
|
+
* S3
|
|
26
|
+
* Versioning,
|
|
27
|
+
* you can save multiple distinct copies of your
|
|
28
|
+
* objects
|
|
29
|
+
* and recover from unintended user actions and application failures.</p>
|
|
25
30
|
* <p>If you've never set versioning on your bucket, it has no versioning state. In that case,
|
|
26
31
|
* the <code>GetBucketVersioning</code> request does not return a versioning state
|
|
27
32
|
* value.</p>
|
|
@@ -61,6 +66,7 @@ export interface GetBucketVersioningCommandOutput extends GetBucketVersioningRes
|
|
|
61
66
|
* @see {@link GetBucketVersioningCommandOutput} for command's `response` shape.
|
|
62
67
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
63
68
|
*
|
|
69
|
+
*
|
|
64
70
|
*/
|
|
65
71
|
export declare class GetBucketVersioningCommand extends $Command<GetBucketVersioningCommandInput, GetBucketVersioningCommandOutput, S3ControlClientResolvedConfig> {
|
|
66
72
|
readonly input: GetBucketVersioningCommandInput;
|
|
@@ -14,9 +14,10 @@ export interface GetJobTaggingCommandInput extends GetJobTaggingRequest {
|
|
|
14
14
|
export interface GetJobTaggingCommandOutput extends GetJobTaggingResult, __MetadataBearer {
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
|
-
* <p>Returns the tags on an S3 Batch Operations job. To use
|
|
18
|
-
*
|
|
19
|
-
* <
|
|
17
|
+
* <p>Returns the tags on an S3 Batch Operations job. To use
|
|
18
|
+
* the
|
|
19
|
+
* <code>GetJobTagging</code> operation, you must have permission to
|
|
20
|
+
* perform the <code>s3:GetJobTagging</code> action. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
|
|
20
21
|
* access and labeling jobs using tags</a> in the
|
|
21
22
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
22
23
|
* <p></p>
|
|
@@ -52,6 +53,16 @@ export interface GetJobTaggingCommandOutput extends GetJobTaggingResult, __Metad
|
|
|
52
53
|
* @see {@link GetJobTaggingCommandOutput} for command's `response` shape.
|
|
53
54
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
54
55
|
*
|
|
56
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
57
|
+
* <p></p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link NotFoundException} (client fault)
|
|
60
|
+
* <p></p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
63
|
+
* <p></p>
|
|
64
|
+
*
|
|
65
|
+
*
|
|
55
66
|
*/
|
|
56
67
|
export declare class GetJobTaggingCommand extends $Command<GetJobTaggingCommandInput, GetJobTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
57
68
|
readonly input: GetJobTaggingCommandInput;
|
|
@@ -55,6 +55,7 @@ export interface GetMultiRegionAccessPointCommandOutput extends GetMultiRegionAc
|
|
|
55
55
|
* @see {@link GetMultiRegionAccessPointCommandOutput} for command's `response` shape.
|
|
56
56
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
57
57
|
*
|
|
58
|
+
*
|
|
58
59
|
*/
|
|
59
60
|
export declare class GetMultiRegionAccessPointCommand extends $Command<GetMultiRegionAccessPointCommandInput, GetMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
60
61
|
readonly input: GetMultiRegionAccessPointCommandInput;
|
|
@@ -46,6 +46,7 @@ export interface GetMultiRegionAccessPointPolicyCommandOutput extends GetMultiRe
|
|
|
46
46
|
* @see {@link GetMultiRegionAccessPointPolicyCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
*
|
|
49
50
|
*/
|
|
50
51
|
export declare class GetMultiRegionAccessPointPolicyCommand extends $Command<GetMultiRegionAccessPointPolicyCommandInput, GetMultiRegionAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
51
52
|
readonly input: GetMultiRegionAccessPointPolicyCommandInput;
|
|
@@ -47,6 +47,7 @@ export interface GetMultiRegionAccessPointPolicyStatusCommandOutput extends GetM
|
|
|
47
47
|
* @see {@link GetMultiRegionAccessPointPolicyStatusCommandOutput} for command's `response` shape.
|
|
48
48
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
49
49
|
*
|
|
50
|
+
*
|
|
50
51
|
*/
|
|
51
52
|
export declare class GetMultiRegionAccessPointPolicyStatusCommand extends $Command<GetMultiRegionAccessPointPolicyStatusCommandInput, GetMultiRegionAccessPointPolicyStatusCommandOutput, S3ControlClientResolvedConfig> {
|
|
52
53
|
readonly input: GetMultiRegionAccessPointPolicyStatusCommandInput;
|
|
@@ -62,6 +62,7 @@ export interface GetMultiRegionAccessPointRoutesCommandOutput extends GetMultiRe
|
|
|
62
62
|
* @see {@link GetMultiRegionAccessPointRoutesCommandOutput} for command's `response` shape.
|
|
63
63
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
*/
|
|
66
67
|
export declare class GetMultiRegionAccessPointRoutesCommand extends $Command<GetMultiRegionAccessPointRoutesCommandInput, GetMultiRegionAccessPointRoutesCommandOutput, S3ControlClientResolvedConfig> {
|
|
67
68
|
readonly input: GetMultiRegionAccessPointRoutesCommandInput;
|
|
@@ -44,6 +44,12 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO
|
|
|
44
44
|
* @see {@link GetPublicAccessBlockCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link NoSuchPublicAccessBlockConfiguration} (client fault)
|
|
48
|
+
* <p>Amazon S3 throws this exception if you make a <code>GetPublicAccessBlock</code> request
|
|
49
|
+
* against an account that doesn't have a <code>PublicAccessBlockConfiguration</code>
|
|
50
|
+
* set.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
47
53
|
*/
|
|
48
54
|
export declare class GetPublicAccessBlockCommand extends $Command<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, S3ControlClientResolvedConfig> {
|
|
49
55
|
readonly input: GetPublicAccessBlockCommandInput;
|
|
@@ -16,7 +16,7 @@ export interface GetStorageLensConfigurationCommandOutput extends GetStorageLens
|
|
|
16
16
|
/**
|
|
17
17
|
* <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
|
|
18
18
|
* activity and usage with Amazon S3 Storage Lens </a> in the
|
|
19
|
-
*
|
|
19
|
+
* <i>Amazon S3 User Guide</i>. For a complete list of S3 Storage Lens metrics, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens_metrics_glossary.html">S3 Storage Lens metrics glossary</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
20
20
|
* <note>
|
|
21
21
|
* <p>To use this action, you must have permission to perform the
|
|
22
22
|
* <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
|
|
@@ -36,6 +36,7 @@ export interface GetStorageLensConfigurationCommandOutput extends GetStorageLens
|
|
|
36
36
|
* @see {@link GetStorageLensConfigurationCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
*
|
|
39
40
|
*/
|
|
40
41
|
export declare class GetStorageLensConfigurationCommand extends $Command<GetStorageLensConfigurationCommandInput, GetStorageLensConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
41
42
|
readonly input: GetStorageLensConfigurationCommandInput;
|
|
@@ -38,6 +38,7 @@ export interface GetStorageLensConfigurationTaggingCommandOutput extends GetStor
|
|
|
38
38
|
* @see {@link GetStorageLensConfigurationTaggingCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
*
|
|
41
42
|
*/
|
|
42
43
|
export declare class GetStorageLensConfigurationTaggingCommand extends $Command<GetStorageLensConfigurationTaggingCommandInput, GetStorageLensConfigurationTaggingCommandOutput, S3ControlClientResolvedConfig> {
|
|
43
44
|
readonly input: GetStorageLensConfigurationTaggingCommandInput;
|
|
@@ -14,10 +14,14 @@ export interface ListAccessPointsCommandInput extends ListAccessPointsRequest {
|
|
|
14
14
|
export interface ListAccessPointsCommandOutput extends ListAccessPointsResult, __MetadataBearer {
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
|
-
* <p>Returns a list of the access points
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
17
|
+
* <p>Returns a list of the access points
|
|
18
|
+
* that are
|
|
19
|
+
* owned by the current account
|
|
20
|
+
* that's
|
|
21
|
+
* associated with the specified bucket. You can retrieve up to 1000 access points
|
|
22
|
+
* per call. If the specified bucket has more than 1,000 access points (or the number specified in
|
|
23
|
+
* <code>maxResults</code>, whichever is less), the response will include a continuation
|
|
24
|
+
* token that you can use to list the additional access points.</p>
|
|
21
25
|
* <p></p>
|
|
22
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. In addition, you must use 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 by 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>
|
|
23
27
|
* <p>The following actions are related to <code>ListAccessPoints</code>:</p>
|
|
@@ -52,6 +56,7 @@ export interface ListAccessPointsCommandOutput extends ListAccessPointsResult, _
|
|
|
52
56
|
* @see {@link ListAccessPointsCommandOutput} for command's `response` shape.
|
|
53
57
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
54
58
|
*
|
|
59
|
+
*
|
|
55
60
|
*/
|
|
56
61
|
export declare class ListAccessPointsCommand extends $Command<ListAccessPointsCommandInput, ListAccessPointsCommandOutput, S3ControlClientResolvedConfig> {
|
|
57
62
|
readonly input: ListAccessPointsCommandInput;
|
|
@@ -50,6 +50,7 @@ export interface ListAccessPointsForObjectLambdaCommandOutput extends ListAccess
|
|
|
50
50
|
* @see {@link ListAccessPointsForObjectLambdaCommandOutput} for command's `response` shape.
|
|
51
51
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
52
52
|
*
|
|
53
|
+
*
|
|
53
54
|
*/
|
|
54
55
|
export declare class ListAccessPointsForObjectLambdaCommand extends $Command<ListAccessPointsForObjectLambdaCommandInput, ListAccessPointsForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
55
56
|
readonly input: ListAccessPointsForObjectLambdaCommandInput;
|
|
@@ -55,6 +55,16 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
|
|
|
55
55
|
* @see {@link ListJobsCommandOutput} for command's `response` shape.
|
|
56
56
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
57
57
|
*
|
|
58
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
59
|
+
* <p></p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link InvalidNextTokenException} (client fault)
|
|
62
|
+
* <p></p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
65
|
+
* <p></p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
58
68
|
*/
|
|
59
69
|
export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, S3ControlClientResolvedConfig> {
|
|
60
70
|
readonly input: ListJobsCommandInput;
|
|
@@ -57,6 +57,7 @@ export interface ListMultiRegionAccessPointsCommandOutput extends ListMultiRegio
|
|
|
57
57
|
* @see {@link ListMultiRegionAccessPointsCommandOutput} for command's `response` shape.
|
|
58
58
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
59
59
|
*
|
|
60
|
+
*
|
|
60
61
|
*/
|
|
61
62
|
export declare class ListMultiRegionAccessPointsCommand extends $Command<ListMultiRegionAccessPointsCommandInput, ListMultiRegionAccessPointsCommandOutput, S3ControlClientResolvedConfig> {
|
|
62
63
|
readonly input: ListMultiRegionAccessPointsCommandInput;
|
|
@@ -33,6 +33,7 @@ export interface ListRegionalBucketsCommandOutput extends ListRegionalBucketsRes
|
|
|
33
33
|
* @see {@link ListRegionalBucketsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
*
|
|
36
37
|
*/
|
|
37
38
|
export declare class ListRegionalBucketsCommand extends $Command<ListRegionalBucketsCommandInput, ListRegionalBucketsCommandOutput, S3ControlClientResolvedConfig> {
|
|
38
39
|
readonly input: ListRegionalBucketsCommandInput;
|
|
@@ -38,6 +38,7 @@ export interface ListStorageLensConfigurationsCommandOutput extends ListStorageL
|
|
|
38
38
|
* @see {@link ListStorageLensConfigurationsCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
*
|
|
41
42
|
*/
|
|
42
43
|
export declare class ListStorageLensConfigurationsCommand extends $Command<ListStorageLensConfigurationsCommandInput, ListStorageLensConfigurationsCommandOutput, S3ControlClientResolvedConfig> {
|
|
43
44
|
readonly input: ListStorageLensConfigurationsCommandInput;
|