@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
|
@@ -11,6 +11,7 @@ import { DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPo
|
|
|
11
11
|
import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "./commands/DeleteBucketCommand";
|
|
12
12
|
import { DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput } from "./commands/DeleteBucketLifecycleConfigurationCommand";
|
|
13
13
|
import { DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput } from "./commands/DeleteBucketPolicyCommand";
|
|
14
|
+
import { DeleteBucketReplicationCommandInput, DeleteBucketReplicationCommandOutput } from "./commands/DeleteBucketReplicationCommand";
|
|
14
15
|
import { DeleteBucketTaggingCommandInput, DeleteBucketTaggingCommandOutput } from "./commands/DeleteBucketTaggingCommand";
|
|
15
16
|
import { DeleteJobTaggingCommandInput, DeleteJobTaggingCommandOutput } from "./commands/DeleteJobTaggingCommand";
|
|
16
17
|
import { DeleteMultiRegionAccessPointCommandInput, DeleteMultiRegionAccessPointCommandOutput } from "./commands/DeleteMultiRegionAccessPointCommand";
|
|
@@ -29,6 +30,7 @@ import { GetAccessPointPolicyStatusForObjectLambdaCommandInput, GetAccessPointPo
|
|
|
29
30
|
import { GetBucketCommandInput, GetBucketCommandOutput } from "./commands/GetBucketCommand";
|
|
30
31
|
import { GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput } from "./commands/GetBucketLifecycleConfigurationCommand";
|
|
31
32
|
import { GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput } from "./commands/GetBucketPolicyCommand";
|
|
33
|
+
import { GetBucketReplicationCommandInput, GetBucketReplicationCommandOutput } from "./commands/GetBucketReplicationCommand";
|
|
32
34
|
import { GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput } from "./commands/GetBucketTaggingCommand";
|
|
33
35
|
import { GetBucketVersioningCommandInput, GetBucketVersioningCommandOutput } from "./commands/GetBucketVersioningCommand";
|
|
34
36
|
import { GetJobTaggingCommandInput, GetJobTaggingCommandOutput } from "./commands/GetJobTaggingCommand";
|
|
@@ -50,6 +52,7 @@ import { PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput } f
|
|
|
50
52
|
import { PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
51
53
|
import { PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput } from "./commands/PutBucketLifecycleConfigurationCommand";
|
|
52
54
|
import { PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput } from "./commands/PutBucketPolicyCommand";
|
|
55
|
+
import { PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput } from "./commands/PutBucketReplicationCommand";
|
|
53
56
|
import { PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput } from "./commands/PutBucketTaggingCommand";
|
|
54
57
|
import { PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput } from "./commands/PutBucketVersioningCommand";
|
|
55
58
|
import { PutJobTaggingCommandInput, PutJobTaggingCommandOutput } from "./commands/PutJobTaggingCommand";
|
|
@@ -461,6 +464,46 @@ export declare class S3Control extends S3ControlClient {
|
|
|
461
464
|
deleteBucketPolicy(args: DeleteBucketPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketPolicyCommandOutput>;
|
|
462
465
|
deleteBucketPolicy(args: DeleteBucketPolicyCommandInput, cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void): void;
|
|
463
466
|
deleteBucketPolicy(args: DeleteBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void): void;
|
|
467
|
+
/**
|
|
468
|
+
* <note>
|
|
469
|
+
* <p>This operation deletes an Amazon S3 on Outposts bucket's replication configuration. To
|
|
470
|
+
* 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>
|
|
471
|
+
* </note>
|
|
472
|
+
* <p>Deletes the replication configuration from the specified S3 on Outposts bucket.</p>
|
|
473
|
+
* <p>To use this operation, you must have permissions to perform the
|
|
474
|
+
* <code>s3-outposts:PutReplicationConfiguration</code> action. The Outposts bucket owner
|
|
475
|
+
* has this permission by default and can grant it to others. For more information about
|
|
476
|
+
* permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsIAM.html">Setting up IAM with
|
|
477
|
+
* S3 on Outposts</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsBucketPolicy.html">Managing access to
|
|
478
|
+
* S3 on Outposts buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
479
|
+
* <note>
|
|
480
|
+
* <p>It can take a while to propagate <code>PUT</code> or <code>DELETE</code> requests for
|
|
481
|
+
* a replication configuration to all S3 on Outposts systems. Therefore, the replication
|
|
482
|
+
* configuration that's returned by a <code>GET</code> request soon after a
|
|
483
|
+
* <code>PUT</code> or <code>DELETE</code> request might return a more recent result
|
|
484
|
+
* than what's on the Outpost. If an Outpost is offline, the delay in updating the
|
|
485
|
+
* replication configuration on that Outpost can be significant.</p>
|
|
486
|
+
* </note>
|
|
487
|
+
* <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>
|
|
488
|
+
* <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
|
|
489
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
490
|
+
* <p>The following operations are related to <code>DeleteBucketReplication</code>:</p>
|
|
491
|
+
* <ul>
|
|
492
|
+
* <li>
|
|
493
|
+
* <p>
|
|
494
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketReplication.html">PutBucketReplication</a>
|
|
495
|
+
* </p>
|
|
496
|
+
* </li>
|
|
497
|
+
* <li>
|
|
498
|
+
* <p>
|
|
499
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketReplication.html">GetBucketReplication</a>
|
|
500
|
+
* </p>
|
|
501
|
+
* </li>
|
|
502
|
+
* </ul>
|
|
503
|
+
*/
|
|
504
|
+
deleteBucketReplication(args: DeleteBucketReplicationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketReplicationCommandOutput>;
|
|
505
|
+
deleteBucketReplication(args: DeleteBucketReplicationCommandInput, cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void): void;
|
|
506
|
+
deleteBucketReplication(args: DeleteBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void): void;
|
|
464
507
|
/**
|
|
465
508
|
* <note>
|
|
466
509
|
* <p>This action deletes an Amazon S3 on Outposts bucket's tags. To delete an S3 bucket tags,
|
|
@@ -490,9 +533,10 @@ export declare class S3Control extends S3ControlClient {
|
|
|
490
533
|
deleteBucketTagging(args: DeleteBucketTaggingCommandInput, cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void): void;
|
|
491
534
|
deleteBucketTagging(args: DeleteBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void): void;
|
|
492
535
|
/**
|
|
493
|
-
* <p>Removes the entire tag set from the specified S3 Batch Operations job. To use
|
|
494
|
-
*
|
|
495
|
-
*
|
|
536
|
+
* <p>Removes the entire tag set from the specified S3 Batch Operations job. To use
|
|
537
|
+
* the
|
|
538
|
+
* <code>DeleteJobTagging</code> operation, you must have permission to
|
|
539
|
+
* 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
|
|
496
540
|
* access and labeling jobs using tags</a> in the
|
|
497
541
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
498
542
|
* <p></p>
|
|
@@ -918,6 +962,53 @@ export declare class S3Control extends S3ControlClient {
|
|
|
918
962
|
getBucketPolicy(args: GetBucketPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketPolicyCommandOutput>;
|
|
919
963
|
getBucketPolicy(args: GetBucketPolicyCommandInput, cb: (err: any, data?: GetBucketPolicyCommandOutput) => void): void;
|
|
920
964
|
getBucketPolicy(args: GetBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketPolicyCommandOutput) => void): void;
|
|
965
|
+
/**
|
|
966
|
+
* <note>
|
|
967
|
+
* <p>This operation gets an Amazon S3 on Outposts bucket's replication configuration. To get an
|
|
968
|
+
* S3 bucket's replication configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketReplication.html">GetBucketReplication</a>
|
|
969
|
+
* in the <i>Amazon S3 API Reference</i>. </p>
|
|
970
|
+
* </note>
|
|
971
|
+
* <p>Returns the replication configuration of an S3 on Outposts bucket. For more information
|
|
972
|
+
* 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
|
|
973
|
+
* <i>Amazon S3 User Guide</i>. For information about S3 replication on Outposts
|
|
974
|
+
* configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsReplication.html">Replicating objects for Amazon Web Services
|
|
975
|
+
* Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
976
|
+
* <note>
|
|
977
|
+
* <p>It can take a while to propagate <code>PUT</code> or <code>DELETE</code> requests for
|
|
978
|
+
* a replication configuration to all S3 on Outposts systems. Therefore, the replication
|
|
979
|
+
* configuration that's returned by a <code>GET</code> request soon after a
|
|
980
|
+
* <code>PUT</code> or <code>DELETE</code> request might return a more recent result
|
|
981
|
+
* than what's on the Outpost. If an Outpost is offline, the delay in updating the
|
|
982
|
+
* replication configuration on that Outpost can be significant.</p>
|
|
983
|
+
* </note>
|
|
984
|
+
* <p>This action requires permissions for the
|
|
985
|
+
* <code>s3-outposts:GetReplicationConfiguration</code> action. The Outposts bucket owner
|
|
986
|
+
* has this permission by default and can grant it to others. For more information about
|
|
987
|
+
* permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsIAM.html">Setting up IAM with
|
|
988
|
+
* S3 on Outposts</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsBucketPolicy.html">Managing access to
|
|
989
|
+
* S3 on Outposts bucket</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
990
|
+
* <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>
|
|
991
|
+
* <p>If you include the <code>Filter</code> element in a replication configuration, you must
|
|
992
|
+
* also include the <code>DeleteMarkerReplication</code>, <code>Status</code>, and
|
|
993
|
+
* <code>Priority</code> elements. The response also returns those elements.</p>
|
|
994
|
+
* <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>
|
|
995
|
+
* <p>The following operations are related to <code>GetBucketReplication</code>:</p>
|
|
996
|
+
* <ul>
|
|
997
|
+
* <li>
|
|
998
|
+
* <p>
|
|
999
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketReplication.html">PutBucketReplication</a>
|
|
1000
|
+
* </p>
|
|
1001
|
+
* </li>
|
|
1002
|
+
* <li>
|
|
1003
|
+
* <p>
|
|
1004
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketReplication.html">DeleteBucketReplication</a>
|
|
1005
|
+
* </p>
|
|
1006
|
+
* </li>
|
|
1007
|
+
* </ul>
|
|
1008
|
+
*/
|
|
1009
|
+
getBucketReplication(args: GetBucketReplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketReplicationCommandOutput>;
|
|
1010
|
+
getBucketReplication(args: GetBucketReplicationCommandInput, cb: (err: any, data?: GetBucketReplicationCommandOutput) => void): void;
|
|
1011
|
+
getBucketReplication(args: GetBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketReplicationCommandOutput) => void): void;
|
|
921
1012
|
/**
|
|
922
1013
|
* <note>
|
|
923
1014
|
* <p>This action gets an Amazon S3 on Outposts bucket's tags. To get an S3 bucket tags, see
|
|
@@ -962,13 +1053,18 @@ export declare class S3Control extends S3ControlClient {
|
|
|
962
1053
|
getBucketTagging(args: GetBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketTaggingCommandOutput) => void): void;
|
|
963
1054
|
/**
|
|
964
1055
|
* <note>
|
|
965
|
-
* <p>This operation returns the versioning state
|
|
966
|
-
*
|
|
967
|
-
*
|
|
1056
|
+
* <p>This operation returns the versioning state
|
|
1057
|
+
* for
|
|
1058
|
+
* S3 on Outposts
|
|
1059
|
+
* buckets
|
|
1060
|
+
* 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>
|
|
968
1061
|
* </note>
|
|
969
|
-
* <p>Returns the versioning state for an S3 on Outposts bucket. With
|
|
970
|
-
*
|
|
971
|
-
*
|
|
1062
|
+
* <p>Returns the versioning state for an S3 on Outposts bucket. With
|
|
1063
|
+
* S3
|
|
1064
|
+
* Versioning,
|
|
1065
|
+
* you can save multiple distinct copies of your
|
|
1066
|
+
* objects
|
|
1067
|
+
* and recover from unintended user actions and application failures.</p>
|
|
972
1068
|
* <p>If you've never set versioning on your bucket, it has no versioning state. In that case,
|
|
973
1069
|
* the <code>GetBucketVersioning</code> request does not return a versioning state
|
|
974
1070
|
* value.</p>
|
|
@@ -999,9 +1095,10 @@ export declare class S3Control extends S3ControlClient {
|
|
|
999
1095
|
getBucketVersioning(args: GetBucketVersioningCommandInput, cb: (err: any, data?: GetBucketVersioningCommandOutput) => void): void;
|
|
1000
1096
|
getBucketVersioning(args: GetBucketVersioningCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketVersioningCommandOutput) => void): void;
|
|
1001
1097
|
/**
|
|
1002
|
-
* <p>Returns the tags on an S3 Batch Operations job. To use
|
|
1003
|
-
*
|
|
1004
|
-
* <
|
|
1098
|
+
* <p>Returns the tags on an S3 Batch Operations job. To use
|
|
1099
|
+
* the
|
|
1100
|
+
* <code>GetJobTagging</code> operation, you must have permission to
|
|
1101
|
+
* 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
|
|
1005
1102
|
* access and labeling jobs using tags</a> in the
|
|
1006
1103
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
1007
1104
|
* <p></p>
|
|
@@ -1169,7 +1266,7 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1169
1266
|
/**
|
|
1170
1267
|
* <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
|
|
1171
1268
|
* activity and usage with Amazon S3 Storage Lens </a> in the
|
|
1172
|
-
*
|
|
1269
|
+
* <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>
|
|
1173
1270
|
* <note>
|
|
1174
1271
|
* <p>To use this action, you must have permission to perform the
|
|
1175
1272
|
* <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
|
|
@@ -1195,10 +1292,14 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1195
1292
|
getStorageLensConfigurationTagging(args: GetStorageLensConfigurationTaggingCommandInput, cb: (err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void): void;
|
|
1196
1293
|
getStorageLensConfigurationTagging(args: GetStorageLensConfigurationTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void): void;
|
|
1197
1294
|
/**
|
|
1198
|
-
* <p>Returns a list of the access points
|
|
1199
|
-
*
|
|
1200
|
-
*
|
|
1201
|
-
*
|
|
1295
|
+
* <p>Returns a list of the access points
|
|
1296
|
+
* that are
|
|
1297
|
+
* owned by the current account
|
|
1298
|
+
* that's
|
|
1299
|
+
* associated with the specified bucket. You can retrieve up to 1000 access points
|
|
1300
|
+
* per call. If the specified bucket has more than 1,000 access points (or the number specified in
|
|
1301
|
+
* <code>maxResults</code>, whichever is less), the response will include a continuation
|
|
1302
|
+
* token that you can use to list the additional access points.</p>
|
|
1202
1303
|
* <p></p>
|
|
1203
1304
|
* <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>
|
|
1204
1305
|
* <p>The following actions are related to <code>ListAccessPoints</code>:</p>
|
|
@@ -1470,6 +1571,90 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1470
1571
|
putBucketPolicy(args: PutBucketPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketPolicyCommandOutput>;
|
|
1471
1572
|
putBucketPolicy(args: PutBucketPolicyCommandInput, cb: (err: any, data?: PutBucketPolicyCommandOutput) => void): void;
|
|
1472
1573
|
putBucketPolicy(args: PutBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketPolicyCommandOutput) => void): void;
|
|
1574
|
+
/**
|
|
1575
|
+
* <note>
|
|
1576
|
+
* <p>This action creates an Amazon S3 on Outposts bucket's replication configuration. To create
|
|
1577
|
+
* an S3 bucket's replication configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketReplication.html">PutBucketReplication</a>
|
|
1578
|
+
* in the <i>Amazon S3 API Reference</i>. </p>
|
|
1579
|
+
* </note>
|
|
1580
|
+
* <p>Creates a replication configuration or replaces an existing one. For information about
|
|
1581
|
+
* S3 replication on Outposts configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/AmazonS3/latest/userguide/S3OutpostsReplication.html">Replicating objects for Amazon Web Services Outposts</a> in the
|
|
1582
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
1583
|
+
* <note>
|
|
1584
|
+
* <p>It can take a while to propagate <code>PUT</code> or <code>DELETE</code> requests for
|
|
1585
|
+
* a replication configuration to all S3 on Outposts systems. Therefore, the replication
|
|
1586
|
+
* configuration that's returned by a <code>GET</code> request soon after a
|
|
1587
|
+
* <code>PUT</code> or <code>DELETE</code> request might return a more recent result
|
|
1588
|
+
* than what's on the Outpost. If an Outpost is offline, the delay in updating the
|
|
1589
|
+
* replication configuration on that Outpost can be significant.</p>
|
|
1590
|
+
* </note>
|
|
1591
|
+
* <p>Specify the replication configuration in the request body. In the replication
|
|
1592
|
+
* configuration, you provide the following information:</p>
|
|
1593
|
+
* <ul>
|
|
1594
|
+
* <li>
|
|
1595
|
+
* <p>The name of the destination bucket or buckets where you want S3 on Outposts to
|
|
1596
|
+
* replicate objects</p>
|
|
1597
|
+
* </li>
|
|
1598
|
+
* <li>
|
|
1599
|
+
* <p>The Identity and Access Management (IAM) role that S3 on Outposts can assume to replicate objects on
|
|
1600
|
+
* your behalf</p>
|
|
1601
|
+
* </li>
|
|
1602
|
+
* <li>
|
|
1603
|
+
* <p>Other relevant information, such as replication rules</p>
|
|
1604
|
+
* </li>
|
|
1605
|
+
* </ul>
|
|
1606
|
+
* <p>A replication configuration must include at least one rule and can contain a maximum of
|
|
1607
|
+
* 100. Each rule identifies a subset of objects to replicate by filtering the objects in
|
|
1608
|
+
* the source Outposts bucket. To choose additional subsets of objects to replicate, add a
|
|
1609
|
+
* rule for each subset.</p>
|
|
1610
|
+
* <p>To specify a subset of the objects in the source Outposts bucket to apply a replication
|
|
1611
|
+
* rule to, add the <code>Filter</code> element as a child of the <code>Rule</code> element.
|
|
1612
|
+
* You can filter objects based on an object key prefix, one or more object tags, or both.
|
|
1613
|
+
* When you add the <code>Filter</code> element in the configuration, you must also add the
|
|
1614
|
+
* following elements: <code>DeleteMarkerReplication</code>, <code>Status</code>, and
|
|
1615
|
+
* <code>Priority</code>.</p>
|
|
1616
|
+
* <p>Using <code>PutBucketReplication</code> on Outposts requires that both the source and
|
|
1617
|
+
* destination buckets must have versioning enabled. For information about enabling versioning
|
|
1618
|
+
* on a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsManagingVersioning.html">Managing S3 Versioning
|
|
1619
|
+
* for your S3 on Outposts bucket</a>.</p>
|
|
1620
|
+
* <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>
|
|
1621
|
+
* <p>
|
|
1622
|
+
* <b>Handling Replication of Encrypted Objects</b>
|
|
1623
|
+
* </p>
|
|
1624
|
+
* <p>Outposts buckets are encrypted at all times. All the objects in the source Outposts
|
|
1625
|
+
* bucket are encrypted and can be replicated. Also, all the replicas in the destination
|
|
1626
|
+
* Outposts bucket are encrypted with the same encryption key as the objects in the source
|
|
1627
|
+
* Outposts bucket.</p>
|
|
1628
|
+
* <p>
|
|
1629
|
+
* <b>Permissions</b>
|
|
1630
|
+
* </p>
|
|
1631
|
+
* <p>To create a <code>PutBucketReplication</code> request, you must have
|
|
1632
|
+
* <code>s3-outposts:PutReplicationConfiguration</code> permissions for the bucket. The
|
|
1633
|
+
* Outposts bucket owner has this permission by default and can grant it to others. For more
|
|
1634
|
+
* information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsIAM.html">Setting up IAM with
|
|
1635
|
+
* S3 on Outposts</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsBucketPolicy.html">Managing access to
|
|
1636
|
+
* S3 on Outposts buckets</a>. </p>
|
|
1637
|
+
* <note>
|
|
1638
|
+
* <p>To perform this operation, the user or role must also have the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html">iam:PassRole</a> permission.</p>
|
|
1639
|
+
* </note>
|
|
1640
|
+
* <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_GetBucketLifecycleConfiguration.html#API_control_GetBucketLifecycleConfiguration_Examples">Examples</a> section.</p>
|
|
1641
|
+
* <p>The following operations are related to <code>PutBucketReplication</code>:</p>
|
|
1642
|
+
* <ul>
|
|
1643
|
+
* <li>
|
|
1644
|
+
* <p>
|
|
1645
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketReplication.html">GetBucketReplication</a>
|
|
1646
|
+
* </p>
|
|
1647
|
+
* </li>
|
|
1648
|
+
* <li>
|
|
1649
|
+
* <p>
|
|
1650
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketReplication.html">DeleteBucketReplication</a>
|
|
1651
|
+
* </p>
|
|
1652
|
+
* </li>
|
|
1653
|
+
* </ul>
|
|
1654
|
+
*/
|
|
1655
|
+
putBucketReplication(args: PutBucketReplicationCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketReplicationCommandOutput>;
|
|
1656
|
+
putBucketReplication(args: PutBucketReplicationCommandInput, cb: (err: any, data?: PutBucketReplicationCommandOutput) => void): void;
|
|
1657
|
+
putBucketReplication(args: PutBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketReplicationCommandOutput) => void): void;
|
|
1473
1658
|
/**
|
|
1474
1659
|
* <note>
|
|
1475
1660
|
* <p>This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see
|
|
@@ -1560,13 +1745,18 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1560
1745
|
putBucketTagging(args: PutBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketTaggingCommandOutput) => void): void;
|
|
1561
1746
|
/**
|
|
1562
1747
|
* <note>
|
|
1563
|
-
* <p>This operation sets the versioning state
|
|
1564
|
-
*
|
|
1565
|
-
*
|
|
1748
|
+
* <p>This operation sets the versioning state
|
|
1749
|
+
* for
|
|
1750
|
+
* S3 on Outposts
|
|
1751
|
+
* buckets
|
|
1752
|
+
* only. To set the versioning state for an S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketVersioning.html">PutBucketVersioning</a> in the <i>Amazon S3 API Reference</i>. </p>
|
|
1566
1753
|
* </note>
|
|
1567
|
-
* <p>Sets the versioning state for an S3 on Outposts bucket. With
|
|
1568
|
-
*
|
|
1569
|
-
*
|
|
1754
|
+
* <p>Sets the versioning state for an S3 on Outposts bucket. With
|
|
1755
|
+
* S3
|
|
1756
|
+
* Versioning,
|
|
1757
|
+
* you can save multiple distinct copies of your
|
|
1758
|
+
* objects
|
|
1759
|
+
* and recover from unintended user actions and application failures.</p>
|
|
1570
1760
|
* <p>You can set the versioning state to one of the following:</p>
|
|
1571
1761
|
* <ul>
|
|
1572
1762
|
* <li>
|
|
@@ -1593,9 +1783,10 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1593
1783
|
* <p>If you have an object expiration lifecycle policy in your non-versioned bucket and you
|
|
1594
1784
|
* want to maintain the same permanent delete behavior when you enable versioning, you must
|
|
1595
1785
|
* add a noncurrent expiration policy. The noncurrent expiration lifecycle policy will manage
|
|
1596
|
-
* the
|
|
1597
|
-
*
|
|
1598
|
-
*
|
|
1786
|
+
* the
|
|
1787
|
+
* deletions
|
|
1788
|
+
* of the noncurrent object versions in the version-enabled bucket. For more information, see
|
|
1789
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/Versioning.html">Versioning</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1599
1790
|
* <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_PutBucketVersioning.html#API_control_PutBucketVersioning_Examples">Examples</a> section.</p>
|
|
1600
1791
|
* <p>The following operations are related to <code>PutBucketVersioning</code> for
|
|
1601
1792
|
* S3 on Outposts.</p>
|
|
@@ -1666,8 +1857,10 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1666
1857
|
* </ul>
|
|
1667
1858
|
* </note>
|
|
1668
1859
|
* <p></p>
|
|
1669
|
-
* <p>To use
|
|
1670
|
-
* <code>
|
|
1860
|
+
* <p>To use the
|
|
1861
|
+
* <code>PutJobTagging</code>
|
|
1862
|
+
* operation,
|
|
1863
|
+
* you must have permission to perform the <code>s3:PutJobTagging</code> action.</p>
|
|
1671
1864
|
* <p>Related actions include:</p>
|
|
1672
1865
|
* <ul>
|
|
1673
1866
|
* <li>
|
|
@@ -1739,7 +1932,7 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1739
1932
|
putPublicAccessBlock(args: PutPublicAccessBlockCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void): void;
|
|
1740
1933
|
/**
|
|
1741
1934
|
* <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
|
|
1742
|
-
*
|
|
1935
|
+
* Amazon S3 Storage Lens</a> in the <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>
|
|
1743
1936
|
* <note>
|
|
1744
1937
|
* <p>To use this action, you must have permission to perform the
|
|
1745
1938
|
* <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
|
|
@@ -22,6 +22,7 @@ import { DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPo
|
|
|
22
22
|
import { DeleteBucketCommandInput, DeleteBucketCommandOutput } from "./commands/DeleteBucketCommand";
|
|
23
23
|
import { DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput } from "./commands/DeleteBucketLifecycleConfigurationCommand";
|
|
24
24
|
import { DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput } from "./commands/DeleteBucketPolicyCommand";
|
|
25
|
+
import { DeleteBucketReplicationCommandInput, DeleteBucketReplicationCommandOutput } from "./commands/DeleteBucketReplicationCommand";
|
|
25
26
|
import { DeleteBucketTaggingCommandInput, DeleteBucketTaggingCommandOutput } from "./commands/DeleteBucketTaggingCommand";
|
|
26
27
|
import { DeleteJobTaggingCommandInput, DeleteJobTaggingCommandOutput } from "./commands/DeleteJobTaggingCommand";
|
|
27
28
|
import { DeleteMultiRegionAccessPointCommandInput, DeleteMultiRegionAccessPointCommandOutput } from "./commands/DeleteMultiRegionAccessPointCommand";
|
|
@@ -40,6 +41,7 @@ import { GetAccessPointPolicyStatusForObjectLambdaCommandInput, GetAccessPointPo
|
|
|
40
41
|
import { GetBucketCommandInput, GetBucketCommandOutput } from "./commands/GetBucketCommand";
|
|
41
42
|
import { GetBucketLifecycleConfigurationCommandInput, GetBucketLifecycleConfigurationCommandOutput } from "./commands/GetBucketLifecycleConfigurationCommand";
|
|
42
43
|
import { GetBucketPolicyCommandInput, GetBucketPolicyCommandOutput } from "./commands/GetBucketPolicyCommand";
|
|
44
|
+
import { GetBucketReplicationCommandInput, GetBucketReplicationCommandOutput } from "./commands/GetBucketReplicationCommand";
|
|
43
45
|
import { GetBucketTaggingCommandInput, GetBucketTaggingCommandOutput } from "./commands/GetBucketTaggingCommand";
|
|
44
46
|
import { GetBucketVersioningCommandInput, GetBucketVersioningCommandOutput } from "./commands/GetBucketVersioningCommand";
|
|
45
47
|
import { GetJobTaggingCommandInput, GetJobTaggingCommandOutput } from "./commands/GetJobTaggingCommand";
|
|
@@ -61,6 +63,7 @@ import { PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput } f
|
|
|
61
63
|
import { PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput } from "./commands/PutAccessPointPolicyForObjectLambdaCommand";
|
|
62
64
|
import { PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput } from "./commands/PutBucketLifecycleConfigurationCommand";
|
|
63
65
|
import { PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput } from "./commands/PutBucketPolicyCommand";
|
|
66
|
+
import { PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput } from "./commands/PutBucketReplicationCommand";
|
|
64
67
|
import { PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput } from "./commands/PutBucketTaggingCommand";
|
|
65
68
|
import { PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput } from "./commands/PutBucketVersioningCommand";
|
|
66
69
|
import { PutJobTaggingCommandInput, PutJobTaggingCommandOutput } from "./commands/PutJobTaggingCommand";
|
|
@@ -72,8 +75,8 @@ import { SubmitMultiRegionAccessPointRoutesCommandInput, SubmitMultiRegionAccess
|
|
|
72
75
|
import { UpdateJobPriorityCommandInput, UpdateJobPriorityCommandOutput } from "./commands/UpdateJobPriorityCommand";
|
|
73
76
|
import { UpdateJobStatusCommandInput, UpdateJobStatusCommandOutput } from "./commands/UpdateJobStatusCommand";
|
|
74
77
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
75
|
-
export declare type ServiceInputTypes = CreateAccessPointCommandInput | CreateAccessPointForObjectLambdaCommandInput | CreateBucketCommandInput | CreateJobCommandInput | CreateMultiRegionAccessPointCommandInput | DeleteAccessPointCommandInput | DeleteAccessPointForObjectLambdaCommandInput | DeleteAccessPointPolicyCommandInput | DeleteAccessPointPolicyForObjectLambdaCommandInput | DeleteBucketCommandInput | DeleteBucketLifecycleConfigurationCommandInput | DeleteBucketPolicyCommandInput | DeleteBucketTaggingCommandInput | DeleteJobTaggingCommandInput | DeleteMultiRegionAccessPointCommandInput | DeletePublicAccessBlockCommandInput | DeleteStorageLensConfigurationCommandInput | DeleteStorageLensConfigurationTaggingCommandInput | DescribeJobCommandInput | DescribeMultiRegionAccessPointOperationCommandInput | GetAccessPointCommandInput | GetAccessPointConfigurationForObjectLambdaCommandInput | GetAccessPointForObjectLambdaCommandInput | GetAccessPointPolicyCommandInput | GetAccessPointPolicyForObjectLambdaCommandInput | GetAccessPointPolicyStatusCommandInput | GetAccessPointPolicyStatusForObjectLambdaCommandInput | GetBucketCommandInput | GetBucketLifecycleConfigurationCommandInput | GetBucketPolicyCommandInput | GetBucketTaggingCommandInput | GetBucketVersioningCommandInput | GetJobTaggingCommandInput | GetMultiRegionAccessPointCommandInput | GetMultiRegionAccessPointPolicyCommandInput | GetMultiRegionAccessPointPolicyStatusCommandInput | GetMultiRegionAccessPointRoutesCommandInput | GetPublicAccessBlockCommandInput | GetStorageLensConfigurationCommandInput | GetStorageLensConfigurationTaggingCommandInput | ListAccessPointsCommandInput | ListAccessPointsForObjectLambdaCommandInput | ListJobsCommandInput | ListMultiRegionAccessPointsCommandInput | ListRegionalBucketsCommandInput | ListStorageLensConfigurationsCommandInput | PutAccessPointConfigurationForObjectLambdaCommandInput | PutAccessPointPolicyCommandInput | PutAccessPointPolicyForObjectLambdaCommandInput | PutBucketLifecycleConfigurationCommandInput | PutBucketPolicyCommandInput | PutBucketTaggingCommandInput | PutBucketVersioningCommandInput | PutJobTaggingCommandInput | PutMultiRegionAccessPointPolicyCommandInput | PutPublicAccessBlockCommandInput | PutStorageLensConfigurationCommandInput | PutStorageLensConfigurationTaggingCommandInput | SubmitMultiRegionAccessPointRoutesCommandInput | UpdateJobPriorityCommandInput | UpdateJobStatusCommandInput;
|
|
76
|
-
export declare type ServiceOutputTypes = CreateAccessPointCommandOutput | CreateAccessPointForObjectLambdaCommandOutput | CreateBucketCommandOutput | CreateJobCommandOutput | CreateMultiRegionAccessPointCommandOutput | DeleteAccessPointCommandOutput | DeleteAccessPointForObjectLambdaCommandOutput | DeleteAccessPointPolicyCommandOutput | DeleteAccessPointPolicyForObjectLambdaCommandOutput | DeleteBucketCommandOutput | DeleteBucketLifecycleConfigurationCommandOutput | DeleteBucketPolicyCommandOutput | DeleteBucketTaggingCommandOutput | DeleteJobTaggingCommandOutput | DeleteMultiRegionAccessPointCommandOutput | DeletePublicAccessBlockCommandOutput | DeleteStorageLensConfigurationCommandOutput | DeleteStorageLensConfigurationTaggingCommandOutput | DescribeJobCommandOutput | DescribeMultiRegionAccessPointOperationCommandOutput | GetAccessPointCommandOutput | GetAccessPointConfigurationForObjectLambdaCommandOutput | GetAccessPointForObjectLambdaCommandOutput | GetAccessPointPolicyCommandOutput | GetAccessPointPolicyForObjectLambdaCommandOutput | GetAccessPointPolicyStatusCommandOutput | GetAccessPointPolicyStatusForObjectLambdaCommandOutput | GetBucketCommandOutput | GetBucketLifecycleConfigurationCommandOutput | GetBucketPolicyCommandOutput | GetBucketTaggingCommandOutput | GetBucketVersioningCommandOutput | GetJobTaggingCommandOutput | GetMultiRegionAccessPointCommandOutput | GetMultiRegionAccessPointPolicyCommandOutput | GetMultiRegionAccessPointPolicyStatusCommandOutput | GetMultiRegionAccessPointRoutesCommandOutput | GetPublicAccessBlockCommandOutput | GetStorageLensConfigurationCommandOutput | GetStorageLensConfigurationTaggingCommandOutput | ListAccessPointsCommandOutput | ListAccessPointsForObjectLambdaCommandOutput | ListJobsCommandOutput | ListMultiRegionAccessPointsCommandOutput | ListRegionalBucketsCommandOutput | ListStorageLensConfigurationsCommandOutput | PutAccessPointConfigurationForObjectLambdaCommandOutput | PutAccessPointPolicyCommandOutput | PutAccessPointPolicyForObjectLambdaCommandOutput | PutBucketLifecycleConfigurationCommandOutput | PutBucketPolicyCommandOutput | PutBucketTaggingCommandOutput | PutBucketVersioningCommandOutput | PutJobTaggingCommandOutput | PutMultiRegionAccessPointPolicyCommandOutput | PutPublicAccessBlockCommandOutput | PutStorageLensConfigurationCommandOutput | PutStorageLensConfigurationTaggingCommandOutput | SubmitMultiRegionAccessPointRoutesCommandOutput | UpdateJobPriorityCommandOutput | UpdateJobStatusCommandOutput;
|
|
78
|
+
export declare type ServiceInputTypes = CreateAccessPointCommandInput | CreateAccessPointForObjectLambdaCommandInput | CreateBucketCommandInput | CreateJobCommandInput | CreateMultiRegionAccessPointCommandInput | DeleteAccessPointCommandInput | DeleteAccessPointForObjectLambdaCommandInput | DeleteAccessPointPolicyCommandInput | DeleteAccessPointPolicyForObjectLambdaCommandInput | DeleteBucketCommandInput | DeleteBucketLifecycleConfigurationCommandInput | DeleteBucketPolicyCommandInput | DeleteBucketReplicationCommandInput | DeleteBucketTaggingCommandInput | DeleteJobTaggingCommandInput | DeleteMultiRegionAccessPointCommandInput | DeletePublicAccessBlockCommandInput | DeleteStorageLensConfigurationCommandInput | DeleteStorageLensConfigurationTaggingCommandInput | DescribeJobCommandInput | DescribeMultiRegionAccessPointOperationCommandInput | GetAccessPointCommandInput | GetAccessPointConfigurationForObjectLambdaCommandInput | GetAccessPointForObjectLambdaCommandInput | GetAccessPointPolicyCommandInput | GetAccessPointPolicyForObjectLambdaCommandInput | GetAccessPointPolicyStatusCommandInput | GetAccessPointPolicyStatusForObjectLambdaCommandInput | GetBucketCommandInput | GetBucketLifecycleConfigurationCommandInput | GetBucketPolicyCommandInput | GetBucketReplicationCommandInput | GetBucketTaggingCommandInput | GetBucketVersioningCommandInput | GetJobTaggingCommandInput | GetMultiRegionAccessPointCommandInput | GetMultiRegionAccessPointPolicyCommandInput | GetMultiRegionAccessPointPolicyStatusCommandInput | GetMultiRegionAccessPointRoutesCommandInput | GetPublicAccessBlockCommandInput | GetStorageLensConfigurationCommandInput | GetStorageLensConfigurationTaggingCommandInput | ListAccessPointsCommandInput | ListAccessPointsForObjectLambdaCommandInput | ListJobsCommandInput | ListMultiRegionAccessPointsCommandInput | ListRegionalBucketsCommandInput | ListStorageLensConfigurationsCommandInput | PutAccessPointConfigurationForObjectLambdaCommandInput | PutAccessPointPolicyCommandInput | PutAccessPointPolicyForObjectLambdaCommandInput | PutBucketLifecycleConfigurationCommandInput | PutBucketPolicyCommandInput | PutBucketReplicationCommandInput | PutBucketTaggingCommandInput | PutBucketVersioningCommandInput | PutJobTaggingCommandInput | PutMultiRegionAccessPointPolicyCommandInput | PutPublicAccessBlockCommandInput | PutStorageLensConfigurationCommandInput | PutStorageLensConfigurationTaggingCommandInput | SubmitMultiRegionAccessPointRoutesCommandInput | UpdateJobPriorityCommandInput | UpdateJobStatusCommandInput;
|
|
79
|
+
export declare type ServiceOutputTypes = CreateAccessPointCommandOutput | CreateAccessPointForObjectLambdaCommandOutput | CreateBucketCommandOutput | CreateJobCommandOutput | CreateMultiRegionAccessPointCommandOutput | DeleteAccessPointCommandOutput | DeleteAccessPointForObjectLambdaCommandOutput | DeleteAccessPointPolicyCommandOutput | DeleteAccessPointPolicyForObjectLambdaCommandOutput | DeleteBucketCommandOutput | DeleteBucketLifecycleConfigurationCommandOutput | DeleteBucketPolicyCommandOutput | DeleteBucketReplicationCommandOutput | DeleteBucketTaggingCommandOutput | DeleteJobTaggingCommandOutput | DeleteMultiRegionAccessPointCommandOutput | DeletePublicAccessBlockCommandOutput | DeleteStorageLensConfigurationCommandOutput | DeleteStorageLensConfigurationTaggingCommandOutput | DescribeJobCommandOutput | DescribeMultiRegionAccessPointOperationCommandOutput | GetAccessPointCommandOutput | GetAccessPointConfigurationForObjectLambdaCommandOutput | GetAccessPointForObjectLambdaCommandOutput | GetAccessPointPolicyCommandOutput | GetAccessPointPolicyForObjectLambdaCommandOutput | GetAccessPointPolicyStatusCommandOutput | GetAccessPointPolicyStatusForObjectLambdaCommandOutput | GetBucketCommandOutput | GetBucketLifecycleConfigurationCommandOutput | GetBucketPolicyCommandOutput | GetBucketReplicationCommandOutput | GetBucketTaggingCommandOutput | GetBucketVersioningCommandOutput | GetJobTaggingCommandOutput | GetMultiRegionAccessPointCommandOutput | GetMultiRegionAccessPointPolicyCommandOutput | GetMultiRegionAccessPointPolicyStatusCommandOutput | GetMultiRegionAccessPointRoutesCommandOutput | GetPublicAccessBlockCommandOutput | GetStorageLensConfigurationCommandOutput | GetStorageLensConfigurationTaggingCommandOutput | ListAccessPointsCommandOutput | ListAccessPointsForObjectLambdaCommandOutput | ListJobsCommandOutput | ListMultiRegionAccessPointsCommandOutput | ListRegionalBucketsCommandOutput | ListStorageLensConfigurationsCommandOutput | PutAccessPointConfigurationForObjectLambdaCommandOutput | PutAccessPointPolicyCommandOutput | PutAccessPointPolicyForObjectLambdaCommandOutput | PutBucketLifecycleConfigurationCommandOutput | PutBucketPolicyCommandOutput | PutBucketReplicationCommandOutput | PutBucketTaggingCommandOutput | PutBucketVersioningCommandOutput | PutJobTaggingCommandOutput | PutMultiRegionAccessPointPolicyCommandOutput | PutPublicAccessBlockCommandOutput | PutStorageLensConfigurationCommandOutput | PutStorageLensConfigurationTaggingCommandOutput | SubmitMultiRegionAccessPointRoutesCommandOutput | UpdateJobPriorityCommandOutput | UpdateJobStatusCommandOutput;
|
|
77
80
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
78
81
|
/**
|
|
79
82
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -59,6 +59,7 @@ export interface CreateAccessPointCommandOutput extends CreateAccessPointResult,
|
|
|
59
59
|
* @see {@link CreateAccessPointCommandOutput} for command's `response` shape.
|
|
60
60
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
61
61
|
*
|
|
62
|
+
*
|
|
62
63
|
*/
|
|
63
64
|
export declare class CreateAccessPointCommand extends $Command<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
64
65
|
readonly input: CreateAccessPointCommandInput;
|
|
@@ -49,6 +49,7 @@ export interface CreateAccessPointForObjectLambdaCommandOutput extends CreateAcc
|
|
|
49
49
|
* @see {@link CreateAccessPointForObjectLambdaCommandOutput} 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 CreateAccessPointForObjectLambdaCommand extends $Command<CreateAccessPointForObjectLambdaCommandInput, CreateAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
54
55
|
readonly input: CreateAccessPointForObjectLambdaCommandInput;
|
|
@@ -82,6 +82,15 @@ export interface CreateBucketCommandOutput extends CreateBucketResult, __Metadat
|
|
|
82
82
|
* @see {@link CreateBucketCommandOutput} for command's `response` shape.
|
|
83
83
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
84
84
|
*
|
|
85
|
+
* @throws {@link BucketAlreadyExists} (client fault)
|
|
86
|
+
* <p>The requested Outposts bucket name is not available. The bucket namespace is shared by
|
|
87
|
+
* all users of the Outposts in this Region. Select a different name and try
|
|
88
|
+
* again.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link BucketAlreadyOwnedByYou} (client fault)
|
|
91
|
+
* <p>The Outposts bucket you tried to create already exists, and you own it. </p>
|
|
92
|
+
*
|
|
93
|
+
*
|
|
85
94
|
*/
|
|
86
95
|
export declare class CreateBucketCommand extends $Command<CreateBucketCommandInput, CreateBucketCommandOutput, S3ControlClientResolvedConfig> {
|
|
87
96
|
readonly input: CreateBucketCommandInput;
|
|
@@ -61,6 +61,19 @@ export interface CreateJobCommandOutput extends CreateJobResult, __MetadataBeare
|
|
|
61
61
|
* @see {@link CreateJobCommandOutput} for command's `response` shape.
|
|
62
62
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
63
63
|
*
|
|
64
|
+
* @throws {@link BadRequestException} (client fault)
|
|
65
|
+
* <p></p>
|
|
66
|
+
*
|
|
67
|
+
* @throws {@link IdempotencyException} (client fault)
|
|
68
|
+
* <p></p>
|
|
69
|
+
*
|
|
70
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
71
|
+
* <p></p>
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
74
|
+
* <p></p>
|
|
75
|
+
*
|
|
76
|
+
*
|
|
64
77
|
*/
|
|
65
78
|
export declare class CreateJobCommand extends $Command<CreateJobCommandInput, CreateJobCommandOutput, S3ControlClientResolvedConfig> {
|
|
66
79
|
readonly input: CreateJobCommandInput;
|
|
@@ -61,6 +61,7 @@ export interface CreateMultiRegionAccessPointCommandOutput extends CreateMultiRe
|
|
|
61
61
|
* @see {@link CreateMultiRegionAccessPointCommandOutput} for command's `response` shape.
|
|
62
62
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
*/
|
|
65
66
|
export declare class CreateMultiRegionAccessPointCommand extends $Command<CreateMultiRegionAccessPointCommandInput, CreateMultiRegionAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
66
67
|
readonly input: CreateMultiRegionAccessPointCommandInput;
|
|
@@ -48,6 +48,7 @@ export interface DeleteAccessPointCommandOutput extends __MetadataBearer {
|
|
|
48
48
|
* @see {@link DeleteAccessPointCommandOutput} for command's `response` shape.
|
|
49
49
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
50
50
|
*
|
|
51
|
+
*
|
|
51
52
|
*/
|
|
52
53
|
export declare class DeleteAccessPointCommand extends $Command<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, S3ControlClientResolvedConfig> {
|
|
53
54
|
readonly input: DeleteAccessPointCommandInput;
|
|
@@ -48,6 +48,7 @@ export interface DeleteAccessPointForObjectLambdaCommandOutput extends __Metadat
|
|
|
48
48
|
* @see {@link DeleteAccessPointForObjectLambdaCommandOutput} for command's `response` shape.
|
|
49
49
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
50
50
|
*
|
|
51
|
+
*
|
|
51
52
|
*/
|
|
52
53
|
export declare class DeleteAccessPointForObjectLambdaCommand extends $Command<DeleteAccessPointForObjectLambdaCommandInput, DeleteAccessPointForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
53
54
|
readonly input: DeleteAccessPointForObjectLambdaCommandInput;
|
|
@@ -44,6 +44,7 @@ export interface DeleteAccessPointPolicyCommandOutput extends __MetadataBearer {
|
|
|
44
44
|
* @see {@link DeleteAccessPointPolicyCommandOutput} 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 DeleteAccessPointPolicyCommand extends $Command<DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
49
50
|
readonly input: DeleteAccessPointPolicyCommandInput;
|
|
@@ -43,6 +43,7 @@ export interface DeleteAccessPointPolicyForObjectLambdaCommandOutput extends __M
|
|
|
43
43
|
* @see {@link DeleteAccessPointPolicyForObjectLambdaCommandOutput} 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 DeleteAccessPointPolicyForObjectLambdaCommand extends $Command<DeleteAccessPointPolicyForObjectLambdaCommandInput, DeleteAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig> {
|
|
48
49
|
readonly input: DeleteAccessPointPolicyForObjectLambdaCommandInput;
|
|
@@ -56,6 +56,7 @@ export interface DeleteBucketCommandOutput extends __MetadataBearer {
|
|
|
56
56
|
* @see {@link DeleteBucketCommandOutput} for command's `response` shape.
|
|
57
57
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
58
58
|
*
|
|
59
|
+
*
|
|
59
60
|
*/
|
|
60
61
|
export declare class DeleteBucketCommand extends $Command<DeleteBucketCommandInput, DeleteBucketCommandOutput, S3ControlClientResolvedConfig> {
|
|
61
62
|
readonly input: DeleteBucketCommandInput;
|
|
@@ -57,6 +57,7 @@ export interface DeleteBucketLifecycleConfigurationCommandOutput extends __Metad
|
|
|
57
57
|
* @see {@link DeleteBucketLifecycleConfigurationCommandOutput} 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 DeleteBucketLifecycleConfigurationCommand extends $Command<DeleteBucketLifecycleConfigurationCommandInput, DeleteBucketLifecycleConfigurationCommandOutput, S3ControlClientResolvedConfig> {
|
|
62
63
|
readonly input: DeleteBucketLifecycleConfigurationCommandInput;
|
|
@@ -64,6 +64,7 @@ export interface DeleteBucketPolicyCommandOutput extends __MetadataBearer {
|
|
|
64
64
|
* @see {@link DeleteBucketPolicyCommandOutput} for command's `response` shape.
|
|
65
65
|
* @see {@link S3ControlClientResolvedConfig | config} for S3ControlClient's `config` shape.
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
*/
|
|
68
69
|
export declare class DeleteBucketPolicyCommand extends $Command<DeleteBucketPolicyCommandInput, DeleteBucketPolicyCommandOutput, S3ControlClientResolvedConfig> {
|
|
69
70
|
readonly input: DeleteBucketPolicyCommandInput;
|