@aws-sdk/client-s3-control 3.289.0 → 3.292.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.
Files changed (95) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/S3Control.js +45 -0
  3. package/dist-cjs/commands/DeleteBucketReplicationCommand.js +52 -0
  4. package/dist-cjs/commands/GetBucketReplicationCommand.js +52 -0
  5. package/dist-cjs/commands/PutBucketReplicationCommand.js +54 -0
  6. package/dist-cjs/commands/index.js +3 -0
  7. package/dist-cjs/endpoint/ruleset.js +2 -2
  8. package/dist-cjs/models/models_0.js +142 -5
  9. package/dist-cjs/protocols/Aws_restXml.js +677 -3
  10. package/dist-es/S3Control.js +45 -0
  11. package/dist-es/commands/DeleteBucketReplicationCommand.js +48 -0
  12. package/dist-es/commands/GetBucketReplicationCommand.js +48 -0
  13. package/dist-es/commands/PutBucketReplicationCommand.js +50 -0
  14. package/dist-es/commands/index.js +3 -0
  15. package/dist-es/endpoint/ruleset.js +2 -2
  16. package/dist-es/models/models_0.js +116 -0
  17. package/dist-es/protocols/Aws_restXml.js +668 -0
  18. package/dist-types/S3Control.d.ts +226 -35
  19. package/dist-types/S3ControlClient.d.ts +5 -2
  20. package/dist-types/commands/CreateAccessPointCommand.d.ts +1 -0
  21. package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +1 -0
  22. package/dist-types/commands/CreateBucketCommand.d.ts +9 -0
  23. package/dist-types/commands/CreateJobCommand.d.ts +13 -0
  24. package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteAccessPointCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +1 -0
  27. package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
  29. package/dist-types/commands/DeleteBucketCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +1 -0
  31. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -0
  32. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +78 -0
  33. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -0
  34. package/dist-types/commands/DeleteJobTaggingCommand.d.ts +14 -3
  35. package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +1 -0
  36. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -0
  37. package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +1 -0
  38. package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +1 -0
  39. package/dist-types/commands/DescribeJobCommand.d.ts +13 -0
  40. package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +1 -0
  41. package/dist-types/commands/GetAccessPointCommand.d.ts +1 -0
  42. package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
  43. package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +1 -0
  44. package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +1 -0
  45. package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
  46. package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +1 -0
  47. package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +1 -0
  48. package/dist-types/commands/GetBucketCommand.d.ts +1 -0
  49. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -0
  50. package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -0
  51. package/dist-types/commands/GetBucketReplicationCommand.d.ts +84 -0
  52. package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -0
  53. package/dist-types/commands/GetBucketVersioningCommand.d.ts +12 -6
  54. package/dist-types/commands/GetJobTaggingCommand.d.ts +14 -3
  55. package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +1 -0
  56. package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +1 -0
  57. package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +1 -0
  58. package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +1 -0
  59. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +6 -0
  60. package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +2 -1
  61. package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +1 -0
  62. package/dist-types/commands/ListAccessPointsCommand.d.ts +9 -4
  63. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -0
  64. package/dist-types/commands/ListJobsCommand.d.ts +10 -0
  65. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -0
  66. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -0
  67. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -0
  68. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -0
  69. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -0
  70. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -0
  71. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -0
  72. package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -0
  73. package/dist-types/commands/PutBucketReplicationCommand.d.ts +124 -0
  74. package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -0
  75. package/dist-types/commands/PutBucketVersioningCommand.d.ts +14 -8
  76. package/dist-types/commands/PutJobTaggingCommand.d.ts +17 -2
  77. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -0
  78. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -0
  79. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +2 -1
  80. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -0
  81. package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +6 -7
  82. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +13 -0
  83. package/dist-types/commands/UpdateJobStatusCommand.d.ts +16 -0
  84. package/dist-types/commands/index.d.ts +3 -0
  85. package/dist-types/models/models_0.d.ts +716 -74
  86. package/dist-types/protocols/Aws_restXml.d.ts +9 -0
  87. package/dist-types/ts3.4/S3Control.d.ts +51 -0
  88. package/dist-types/ts3.4/S3ControlClient.d.ts +18 -0
  89. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +37 -0
  90. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +41 -0
  91. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +36 -0
  92. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  93. package/dist-types/ts3.4/models/models_0.d.ts +194 -0
  94. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
  95. package/package.json +41 -46
@@ -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 S3 on 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 this operation,
494
- * you must have permission to perform the <code>s3:DeleteJobTagging</code> action. For more
495
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
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,52 @@ 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 S3 on Outposts</a> in the <i>Amazon S3 User Guide</i>.</p>
975
+ * <note>
976
+ * <p>It can take a while to propagate <code>PUT</code> or <code>DELETE</code> requests for
977
+ * a replication configuration to all S3 on Outposts systems. Therefore, the replication
978
+ * configuration that's returned by a <code>GET</code> request soon after a
979
+ * <code>PUT</code> or <code>DELETE</code> request might return a more recent result
980
+ * than what's on the Outpost. If an Outpost is offline, the delay in updating the
981
+ * replication configuration on that Outpost can be significant.</p>
982
+ * </note>
983
+ * <p>This action requires permissions for the
984
+ * <code>s3-outposts:GetReplicationConfiguration</code> action. The Outposts bucket owner
985
+ * has this permission by default and can grant it to others. For more information about
986
+ * permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsIAM.html">Setting up IAM with
987
+ * S3 on Outposts</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsBucketPolicy.html">Managing access to
988
+ * S3 on Outposts bucket</a> in the <i>Amazon S3 User Guide</i>.</p>
989
+ * <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>
990
+ * <p>If you include the <code>Filter</code> element in a replication configuration, you must
991
+ * also include the <code>DeleteMarkerReplication</code>, <code>Status</code>, and
992
+ * <code>Priority</code> elements. The response also returns those elements.</p>
993
+ * <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>
994
+ * <p>The following operations are related to <code>GetBucketReplication</code>:</p>
995
+ * <ul>
996
+ * <li>
997
+ * <p>
998
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_PutBucketReplication.html">PutBucketReplication</a>
999
+ * </p>
1000
+ * </li>
1001
+ * <li>
1002
+ * <p>
1003
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketReplication.html">DeleteBucketReplication</a>
1004
+ * </p>
1005
+ * </li>
1006
+ * </ul>
1007
+ */
1008
+ getBucketReplication(args: GetBucketReplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketReplicationCommandOutput>;
1009
+ getBucketReplication(args: GetBucketReplicationCommandInput, cb: (err: any, data?: GetBucketReplicationCommandOutput) => void): void;
1010
+ getBucketReplication(args: GetBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketReplicationCommandOutput) => void): void;
921
1011
  /**
922
1012
  * <note>
923
1013
  * <p>This action gets an Amazon S3 on Outposts bucket's tags. To get an S3 bucket tags, see
@@ -962,13 +1052,18 @@ export declare class S3Control extends S3ControlClient {
962
1052
  getBucketTagging(args: GetBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketTaggingCommandOutput) => void): void;
963
1053
  /**
964
1054
  * <note>
965
- * <p>This operation returns the versioning state only for S3 on Outposts buckets. To return
966
- * the versioning state for an S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html">GetBucketVersioning</a> in
967
- * the <i>Amazon S3 API Reference</i>. </p>
1055
+ * <p>This operation returns the versioning state
1056
+ * for
1057
+ * S3 on Outposts
1058
+ * buckets
1059
+ * 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
1060
  * </note>
969
- * <p>Returns the versioning state for an S3 on Outposts bucket. With versioning, you can save
970
- * multiple distinct copies of your data and recover from unintended user actions and
971
- * application failures.</p>
1061
+ * <p>Returns the versioning state for an S3 on Outposts bucket. With
1062
+ * S3
1063
+ * Versioning,
1064
+ * you can save multiple distinct copies of your
1065
+ * objects
1066
+ * and recover from unintended user actions and application failures.</p>
972
1067
  * <p>If you've never set versioning on your bucket, it has no versioning state. In that case,
973
1068
  * the <code>GetBucketVersioning</code> request does not return a versioning state
974
1069
  * value.</p>
@@ -999,9 +1094,10 @@ export declare class S3Control extends S3ControlClient {
999
1094
  getBucketVersioning(args: GetBucketVersioningCommandInput, cb: (err: any, data?: GetBucketVersioningCommandOutput) => void): void;
1000
1095
  getBucketVersioning(args: GetBucketVersioningCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketVersioningCommandOutput) => void): void;
1001
1096
  /**
1002
- * <p>Returns the tags on an S3 Batch Operations job. To use this operation, you must have
1003
- * permission to perform the <code>s3:GetJobTagging</code> action. For more information, see
1004
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-managing-jobs.html#batch-ops-job-tags">Controlling
1097
+ * <p>Returns the tags on an S3 Batch Operations job. To use
1098
+ * the
1099
+ * <code>GetJobTagging</code> operation, you must have permission to
1100
+ * 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
1101
  * access and labeling jobs using tags</a> in the
1006
1102
  * <i>Amazon S3 User Guide</i>.</p>
1007
1103
  * <p></p>
@@ -1169,7 +1265,7 @@ export declare class S3Control extends S3ControlClient {
1169
1265
  /**
1170
1266
  * <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
1267
  * activity and usage with Amazon S3 Storage Lens </a> in the
1172
- * <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>
1268
+ * <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
1269
  * <note>
1174
1270
  * <p>To use this action, you must have permission to perform the
1175
1271
  * <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 +1291,14 @@ export declare class S3Control extends S3ControlClient {
1195
1291
  getStorageLensConfigurationTagging(args: GetStorageLensConfigurationTaggingCommandInput, cb: (err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void): void;
1196
1292
  getStorageLensConfigurationTagging(args: GetStorageLensConfigurationTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStorageLensConfigurationTaggingCommandOutput) => void): void;
1197
1293
  /**
1198
- * <p>Returns a list of the access points owned by the current account associated with the specified bucket. You can
1199
- * retrieve up to 1000 access points per call. If the specified bucket has more than 1,000 access points (or
1200
- * the number specified in <code>maxResults</code>, whichever is less), the response will
1201
- * include a continuation token that you can use to list the additional access points.</p>
1294
+ * <p>Returns a list of the access points
1295
+ * that are
1296
+ * owned by the current account
1297
+ * that's
1298
+ * associated with the specified bucket. You can retrieve up to 1000 access points
1299
+ * per call. If the specified bucket has more than 1,000 access points (or the number specified in
1300
+ * <code>maxResults</code>, whichever is less), the response will include a continuation
1301
+ * token that you can use to list the additional access points.</p>
1202
1302
  * <p></p>
1203
1303
  * <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
1304
  * <p>The following actions are related to <code>ListAccessPoints</code>:</p>
@@ -1470,6 +1570,92 @@ export declare class S3Control extends S3ControlClient {
1470
1570
  putBucketPolicy(args: PutBucketPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketPolicyCommandOutput>;
1471
1571
  putBucketPolicy(args: PutBucketPolicyCommandInput, cb: (err: any, data?: PutBucketPolicyCommandOutput) => void): void;
1472
1572
  putBucketPolicy(args: PutBucketPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketPolicyCommandOutput) => void): void;
1573
+ /**
1574
+ * <note>
1575
+ * <p>This action creates an Amazon S3 on Outposts bucket's replication configuration. To create
1576
+ * an S3 bucket's replication configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketReplication.html">PutBucketReplication</a>
1577
+ * in the <i>Amazon S3 API Reference</i>. </p>
1578
+ * </note>
1579
+ * <p>Creates a replication configuration or replaces an existing one. For information about
1580
+ * S3 replication on Outposts configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsReplication.html">Replicating objects for S3 on Outposts</a> in the
1581
+ * <i>Amazon S3 User Guide</i>.</p>
1582
+ * <note>
1583
+ * <p>It can take a while to propagate <code>PUT</code> or <code>DELETE</code> requests for
1584
+ * a replication configuration to all S3 on Outposts systems. Therefore, the replication
1585
+ * configuration that's returned by a <code>GET</code> request soon after a
1586
+ * <code>PUT</code> or <code>DELETE</code> request might return a more recent result
1587
+ * than what's on the Outpost. If an Outpost is offline, the delay in updating the
1588
+ * replication configuration on that Outpost can be significant.</p>
1589
+ * </note>
1590
+ * <p>Specify the replication configuration in the request body. In the replication
1591
+ * configuration, you provide the following information:</p>
1592
+ * <ul>
1593
+ * <li>
1594
+ * <p>The name of the destination bucket or buckets where you want S3 on Outposts to
1595
+ * replicate objects</p>
1596
+ * </li>
1597
+ * <li>
1598
+ * <p>The Identity and Access Management (IAM) role that S3 on Outposts can assume to replicate objects on
1599
+ * your behalf</p>
1600
+ * </li>
1601
+ * <li>
1602
+ * <p>Other relevant information, such as replication rules</p>
1603
+ * </li>
1604
+ * </ul>
1605
+ * <p>A replication configuration must include at least one rule and can contain a maximum of
1606
+ * 100. Each rule identifies a subset of objects to replicate by filtering the objects in
1607
+ * the source Outposts bucket. To choose additional subsets of objects to replicate, add a
1608
+ * rule for each subset.</p>
1609
+ * <p>To specify a subset of the objects in the source Outposts bucket to apply a replication
1610
+ * rule to, add the <code>Filter</code> element as a child of the <code>Rule</code> element.
1611
+ * You can filter objects based on an object key prefix, one or more object tags, or both.
1612
+ * When you add the <code>Filter</code> element in the configuration, you must also add the
1613
+ * following elements: <code>DeleteMarkerReplication</code>, <code>Status</code>, and
1614
+ * <code>Priority</code>.</p>
1615
+ * <p>Using <code>PutBucketReplication</code> on Outposts requires that both the source and
1616
+ * destination buckets must have versioning enabled. For information about enabling versioning
1617
+ * on a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsManagingVersioning.html">Managing S3 Versioning
1618
+ * for your S3 on Outposts bucket</a>.</p>
1619
+ * <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>
1620
+ * <p>
1621
+ * <b>Handling Replication of Encrypted Objects</b>
1622
+ * </p>
1623
+ * <p>Outposts buckets are encrypted at all times. All the objects in the source Outposts
1624
+ * bucket are encrypted and can be replicated. Also, all the replicas in the destination
1625
+ * Outposts bucket are encrypted with the same encryption key as the objects in the source
1626
+ * Outposts bucket.</p>
1627
+ * <p>
1628
+ * <b>Permissions</b>
1629
+ * </p>
1630
+ * <p>To create a <code>PutBucketReplication</code> request, you must have
1631
+ * <code>s3-outposts:PutReplicationConfiguration</code> permissions for the bucket. The
1632
+ * Outposts bucket owner has this permission by default and can grant it to others. For more
1633
+ * information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsIAM.html">Setting up IAM with
1634
+ * S3 on Outposts</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsBucketPolicy.html">Managing access to
1635
+ * S3 on Outposts buckets</a>. </p>
1636
+ * <note>
1637
+ * <p>To perform this operation, the user or role must also have the <code>iam:CreateRole</code> and <code>iam:PassRole</code> permissions.
1638
+ * For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html">Granting a user
1639
+ * permissions to pass a role to an Amazon Web Services service</a>.</p>
1640
+ * </note>
1641
+ * <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_PutBucketReplication.html#API_control_PutBucketReplication_Examples">Examples</a> section.</p>
1642
+ * <p>The following operations are related to <code>PutBucketReplication</code>:</p>
1643
+ * <ul>
1644
+ * <li>
1645
+ * <p>
1646
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_GetBucketReplication.html">GetBucketReplication</a>
1647
+ * </p>
1648
+ * </li>
1649
+ * <li>
1650
+ * <p>
1651
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_DeleteBucketReplication.html">DeleteBucketReplication</a>
1652
+ * </p>
1653
+ * </li>
1654
+ * </ul>
1655
+ */
1656
+ putBucketReplication(args: PutBucketReplicationCommandInput, options?: __HttpHandlerOptions): Promise<PutBucketReplicationCommandOutput>;
1657
+ putBucketReplication(args: PutBucketReplicationCommandInput, cb: (err: any, data?: PutBucketReplicationCommandOutput) => void): void;
1658
+ putBucketReplication(args: PutBucketReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketReplicationCommandOutput) => void): void;
1473
1659
  /**
1474
1660
  * <note>
1475
1661
  * <p>This action puts tags on an Amazon S3 on Outposts bucket. To put tags on an S3 bucket, see
@@ -1560,13 +1746,18 @@ export declare class S3Control extends S3ControlClient {
1560
1746
  putBucketTagging(args: PutBucketTaggingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBucketTaggingCommandOutput) => void): void;
1561
1747
  /**
1562
1748
  * <note>
1563
- * <p>This operation sets the versioning state only for S3 on Outposts buckets. To set the
1564
- * versioning state for an S3 bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketVersioning.html">PutBucketVersioning</a> in
1565
- * the <i>Amazon S3 API Reference</i>. </p>
1749
+ * <p>This operation sets the versioning state
1750
+ * for
1751
+ * S3 on Outposts
1752
+ * buckets
1753
+ * 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
1754
  * </note>
1567
- * <p>Sets the versioning state for an S3 on Outposts bucket. With versioning, you can save
1568
- * multiple distinct copies of your data and recover from unintended user actions and
1569
- * application failures.</p>
1755
+ * <p>Sets the versioning state for an S3 on Outposts bucket. With
1756
+ * S3
1757
+ * Versioning,
1758
+ * you can save multiple distinct copies of your
1759
+ * objects
1760
+ * and recover from unintended user actions and application failures.</p>
1570
1761
  * <p>You can set the versioning state to one of the following:</p>
1571
1762
  * <ul>
1572
1763
  * <li>
@@ -1590,9 +1781,9 @@ export declare class S3Control extends S3ControlClient {
1590
1781
  * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsLifecycleManaging.html"> Creating and managing
1591
1782
  * a lifecycle configuration for your S3 on Outposts bucket</a> in the <i>Amazon S3
1592
1783
  * User Guide</i>.</p>
1593
- * <p>If you have an object expiration lifecycle policy in your non-versioned bucket and you
1784
+ * <p>If you have an object expiration lifecycle configuration in your non-versioned bucket and you
1594
1785
  * want to maintain the same permanent delete behavior when you enable versioning, you must
1595
- * add a noncurrent expiration policy. The noncurrent expiration lifecycle policy will manage
1786
+ * add a noncurrent expiration policy. The noncurrent expiration lifecycle configuration will manage
1596
1787
  * the deletes of the noncurrent object versions in the version-enabled bucket. For more
1597
1788
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/Versioning.html">Versioning</a> in the <i>Amazon S3
1598
1789
  * User Guide</i>.</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 this action, you must have permission to perform the
1670
- * <code>s3:PutJobTagging</code> action.</p>
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
- * 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>
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
@@ -1769,15 +1962,13 @@ export declare class S3Control extends S3ControlClient {
1769
1962
  * A value of <code>0</code> indicates a passive status, which means that traffic won't be
1770
1963
  * routed to the specified Region. A value of <code>100</code> indicates an active status,
1771
1964
  * which means that traffic will be routed to the specified Region. At least one Region must be active at all times.</p>
1772
- * <p>When
1773
- * the routing configuration is changed, any in-progress operations (uploads, copies, deletes,
1774
- * and so on) to formerly active Regions will continue to run to their
1775
- * final completion state (success or failure). The routing configurations of any Regions that
1965
+ * <p>When the routing configuration is changed, any in-progress operations (uploads, copies,
1966
+ * deletes, and so on) to formerly active Regions will continue to run to their final
1967
+ * completion state (success or failure). The routing configurations of any Regions that
1776
1968
  * aren’t specified remain unchanged.</p>
1777
1969
  * <note>
1778
- * <p>Updated routing configurations might not be immediately applied.
1779
- * It
1780
- * can take up to 2 minutes for your changes to take effect.</p>
1970
+ * <p>Updated routing configurations might not be immediately applied. It can take up to 2
1971
+ * minutes for your changes to take effect.</p>
1781
1972
  * </note>
1782
1973
  * <p>To submit routing control changes and failover requests, use the Amazon S3 failover control
1783
1974
  * infrastructure endpoints in these five Amazon Web Services Regions:</p>
@@ -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;