@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
@@ -10,6 +10,21 @@ export interface AbortIncompleteMultipartUpload {
10
10
  */
11
11
  DaysAfterInitiation?: number;
12
12
  }
13
+ export declare enum OwnerOverride {
14
+ Destination = "Destination"
15
+ }
16
+ /**
17
+ * <p>A container for information about access control for replicas.</p>
18
+ * <note>
19
+ * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
20
+ * </note>
21
+ */
22
+ export interface AccessControlTranslation {
23
+ /**
24
+ * <p>Specifies the replica ownership.</p>
25
+ */
26
+ Owner: OwnerOverride | string | undefined;
27
+ }
13
28
  export declare enum NetworkOrigin {
14
29
  Internet = "Internet",
15
30
  VPC = "VPC"
@@ -67,9 +82,9 @@ export interface AccessPoint {
67
82
  BucketAccountId?: string;
68
83
  }
69
84
  /**
70
- * <p>The container element for Amazon S3 Storage Lens activity metrics. Activity metrics show details about
71
- * how your storage is requested, such as requests (for example, All requests, Get requests,
72
- * Put requests), bytes uploaded or downloaded, and errors.</p>
85
+ * <p>The container element for Amazon S3 Storage Lens activity metrics. Activity metrics show details
86
+ * about how your storage is requested, such as requests (for example, All requests, Get
87
+ * requests, Put requests), bytes uploaded or downloaded, and errors.</p>
73
88
  * <p>For more information about S3 Storage Lens, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html">Assessing your storage activity and usage with 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>
74
89
  */
75
90
  export interface ActivityMetrics {
@@ -301,6 +316,11 @@ export interface Region {
301
316
  * <p>The name of the associated bucket for the Region.</p>
302
317
  */
303
318
  Bucket: string | undefined;
319
+ /**
320
+ * <p>The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this
321
+ * Multi-Region Access Point.</p>
322
+ */
323
+ BucketAccountId?: string;
304
324
  }
305
325
  /**
306
326
  * <p>A container for the information associated with a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateMultiRegionAccessPoint.html">CreateMultiRegionAccessPoint</a> request. </p>
@@ -453,7 +473,7 @@ export interface CreateAccessPointRequest {
453
473
  /**
454
474
  * <p>The name of the bucket that you want to associate this access point with.</p>
455
475
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
456
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
476
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
457
477
  */
458
478
  Bucket: string | undefined;
459
479
  /**
@@ -573,11 +593,34 @@ export interface CreateAccessPointForObjectLambdaRequest {
573
593
  */
574
594
  Configuration: ObjectLambdaConfiguration | undefined;
575
595
  }
596
+ export declare enum ObjectLambdaAccessPointAliasStatus {
597
+ PROVISIONING = "PROVISIONING",
598
+ READY = "READY"
599
+ }
600
+ /**
601
+ * <p>The alias of an Object Lambda Access Point. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/olap-use.html#ol-access-points-alias">How to use a bucket-style alias for your S3 bucket
602
+ * Object Lambda Access Point</a>.</p>
603
+ */
604
+ export interface ObjectLambdaAccessPointAlias {
605
+ /**
606
+ * <p>The alias value of the Object Lambda Access Point.</p>
607
+ */
608
+ Value?: string;
609
+ /**
610
+ * <p>The status of the Object Lambda Access Point alias. If the status is <code>PROVISIONING</code>, the Object Lambda Access Point is provisioning the alias and the alias is not ready for use yet. If
611
+ * the status is <code>READY</code>, the Object Lambda Access Point alias is successfully provisioned and ready for use.</p>
612
+ */
613
+ Status?: ObjectLambdaAccessPointAliasStatus | string;
614
+ }
576
615
  export interface CreateAccessPointForObjectLambdaResult {
577
616
  /**
578
617
  * <p>Specifies the ARN for the Object Lambda Access Point.</p>
579
618
  */
580
619
  ObjectLambdaAccessPointArn?: string;
620
+ /**
621
+ * <p>The alias of the Object Lambda Access Point.</p>
622
+ */
623
+ Alias?: ObjectLambdaAccessPointAlias;
581
624
  }
582
625
  /**
583
626
  * <p>The requested Outposts bucket name is not available. The bucket namespace is shared by
@@ -716,7 +759,7 @@ export interface CreateBucketResult {
716
759
  /**
717
760
  * <p>The Amazon Resource Name (ARN) of the bucket.</p>
718
761
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
719
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
762
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
720
763
  */
721
764
  BucketArn?: string;
722
765
  }
@@ -739,9 +782,10 @@ export interface JobManifestLocation {
739
782
  /**
740
783
  * <p>The Amazon Resource Name (ARN) for a manifest object.</p>
741
784
  * <important>
742
- * <p>Replacement must be made for object keys containing special characters (such as carriage returns) when using
743
- * XML requests. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints">
744
- * XML related object key constraints</a>.</p>
785
+ * <p>When you're using XML requests, you must
786
+ * replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes.
787
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints">
788
+ * XML-related object key constraints</a> in the <i>Amazon S3 User Guide</i>.</p>
745
789
  * </important>
746
790
  */
747
791
  ObjectArn: string | undefined;
@@ -943,8 +987,14 @@ export interface LambdaInvokeOperation {
943
987
  FunctionArn?: string;
944
988
  }
945
989
  /**
946
- * <p>Contains no configuration parameters because the DELETE Object tagging API only accepts
947
- * the bucket name and key name as parameters, which are defined in the job's manifest.</p>
990
+ * <p>Contains no configuration parameters because the DELETE Object tagging
991
+ * (<code>DeleteObjectTagging</code>)
992
+ * API
993
+ * operation
994
+ * accepts
995
+ * only
996
+ * the bucket name and key name as parameters, which are defined in the
997
+ * job's manifest.</p>
948
998
  */
949
999
  export interface S3DeleteObjectTaggingOperation {
950
1000
  }
@@ -953,9 +1003,14 @@ export declare enum S3GlacierJobTier {
953
1003
  STANDARD = "STANDARD"
954
1004
  }
955
1005
  /**
956
- * <p>Contains the configuration parameters for an S3 Initiate Restore Object job.
957
- * S3 Batch Operations passes every object to the underlying POST Object restore API. For more
958
- * information about the parameters for this operation, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOSTrestore.html#RESTObjectPOSTrestore-restore-request">RestoreObject</a>.</p>
1006
+ * <p>Contains the configuration parameters for
1007
+ * a
1008
+ * POST Object restore job. S3 Batch Operations passes every object to the
1009
+ * underlying
1010
+ * <code>RestoreObject</code>
1011
+ * API
1012
+ * operation. For more information about the parameters for this operation,
1013
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPOSTrestore.html#RESTObjectPOSTrestore-restore-request">RestoreObject</a>.</p>
959
1014
  */
960
1015
  export interface S3InitiateRestoreObjectOperation {
961
1016
  /**
@@ -1070,11 +1125,13 @@ export interface S3AccessControlPolicy {
1070
1125
  CannedAccessControlList?: S3CannedAccessControlList | string;
1071
1126
  }
1072
1127
  /**
1073
- * <p>Contains the configuration parameters for a Set Object ACL operation. S3 Batch Operations
1074
- * passes every object to the underlying <code>PutObjectAcl</code> API. For more information
1075
- * about the parameters for this operation, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTacl.html">
1076
- * <code>PutObjectAcl</code>
1077
- * </a>.</p>
1128
+ * <p>Contains the configuration parameters for a
1129
+ * PUT
1130
+ * Object ACL operation. S3 Batch Operations passes every object to the underlying
1131
+ * <code>PutObjectAcl</code>
1132
+ * API
1133
+ * operation. For more information about the parameters for this operation,
1134
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTacl.html">PutObjectAcl</a>.</p>
1078
1135
  */
1079
1136
  export interface S3SetObjectAclOperation {
1080
1137
  /**
@@ -1176,16 +1233,22 @@ export declare enum S3StorageClass {
1176
1233
  STANDARD_IA = "STANDARD_IA"
1177
1234
  }
1178
1235
  /**
1179
- * <p>Contains the configuration parameters for a PUT Copy object operation. S3 Batch Operations
1180
- * passes every object to the underlying PUT Copy object API. For more information about the
1181
- * parameters for this operation, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html">PUT Object - Copy</a>.</p>
1236
+ * <p>Contains
1237
+ * the configuration parameters for a PUT Copy object operation. S3 Batch Operations passes every
1238
+ * object to the underlying
1239
+ * <code>CopyObject</code>
1240
+ * API
1241
+ * operation. For more information about the parameters for this operation,
1242
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html">CopyObject</a>.</p>
1182
1243
  */
1183
1244
  export interface S3CopyObjectOperation {
1184
1245
  /**
1185
- * <p>Specifies the destination bucket ARN for the batch copy operation. For example, to copy
1186
- * objects to a bucket named <code>destinationBucket</code>, set the
1187
- * <code>TargetResource</code> property to
1188
- * <code>arn:aws:s3:::destinationBucket</code>.</p>
1246
+ * <p>Specifies the destination bucket
1247
+ * Amazon Resource Name
1248
+ * (ARN)
1249
+ * for the batch copy operation. For example, to copy objects to a bucket named
1250
+ * <code>destinationBucket</code>, set the <code>TargetResource</code> property to
1251
+ * <code>arn:aws:s3:::destinationBucket</code>.</p>
1189
1252
  */
1190
1253
  TargetResource?: string;
1191
1254
  /**
@@ -1237,9 +1300,17 @@ export interface S3CopyObjectOperation {
1237
1300
  */
1238
1301
  SSEAwsKmsKeyId?: string;
1239
1302
  /**
1240
- * <p>Specifies the folder prefix into which you would like the objects to be copied. For
1241
- * example, to copy objects into a folder named <code>Folder1</code> in the destination
1242
- * bucket, set the TargetKeyPrefix to <code>Folder1</code>.</p>
1303
+ * <p>Specifies the folder prefix
1304
+ * that
1305
+ * you
1306
+ * want
1307
+ * the objects to be
1308
+ * copied
1309
+ * into. For example, to copy objects into a folder named
1310
+ * <code>Folder1</code> in the destination bucket, set the
1311
+ * <code>TargetKeyPrefix</code>
1312
+ * property
1313
+ * to <code>Folder1</code>.</p>
1243
1314
  */
1244
1315
  TargetKeyPrefix?: string;
1245
1316
  /**
@@ -1264,9 +1335,11 @@ export interface S3CopyObjectOperation {
1264
1335
  */
1265
1336
  BucketKeyEnabled?: boolean;
1266
1337
  /**
1267
- * <p>Indicates the algorithm you want Amazon S3 to use to create the checksum. For more
1268
- * information see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CheckingObjectIntegrity.xml"> Checking object
1269
- * integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
1338
+ * <p>Indicates the algorithm
1339
+ * that
1340
+ * you want Amazon S3 to use to create the checksum. For more
1341
+ * information,
1342
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CheckingObjectIntegrity.xml"> Checking object integrity</a> in the <i>Amazon S3 User Guide</i>.</p>
1270
1343
  */
1271
1344
  ChecksumAlgorithm?: S3ChecksumAlgorithm | string;
1272
1345
  }
@@ -1283,8 +1356,12 @@ export interface S3ObjectLockLegalHold {
1283
1356
  }
1284
1357
  /**
1285
1358
  * <p>Contains the configuration for an S3 Object Lock legal hold operation that an
1286
- * S3 Batch Operations job passes every object to the underlying <code>PutObjectLegalHold</code>
1287
- * API. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-legal-hold.html">Using S3 Object Lock legal hold
1359
+ * S3 Batch Operations job passes
1360
+ * to
1361
+ * every object to the underlying
1362
+ * <code>PutObjectLegalHold</code>
1363
+ * API
1364
+ * operation. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-legal-hold.html">Using S3 Object Lock legal hold
1288
1365
  * with S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
1289
1366
  */
1290
1367
  export interface S3SetObjectLegalHoldOperation {
@@ -1320,9 +1397,10 @@ export interface S3Retention {
1320
1397
  /**
1321
1398
  * <p>Contains the configuration parameters for the Object Lock retention action for an
1322
1399
  * S3 Batch Operations job. Batch Operations passes every object to the underlying
1323
- * <code>PutObjectRetention</code> API. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html">Using
1324
- * S3 Object Lock retention with S3 Batch Operations</a> in the
1325
- * <i>Amazon S3 User Guide</i>.</p>
1400
+ * <code>PutObjectRetention</code>
1401
+ * API
1402
+ * operation. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html">Using S3 Object Lock retention
1403
+ * with S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
1326
1404
  */
1327
1405
  export interface S3SetObjectRetentionOperation {
1328
1406
  /**
@@ -1338,9 +1416,13 @@ export interface S3SetObjectRetentionOperation {
1338
1416
  Retention: S3Retention | undefined;
1339
1417
  }
1340
1418
  /**
1341
- * <p>Contains the configuration parameters for a Set Object Tagging operation. S3 Batch Operations
1342
- * passes every object to the underlying PUT Object tagging API. For more information about
1343
- * the parameters for this operation, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTtagging.html">PUT Object tagging</a>.</p>
1419
+ * <p>Contains the configuration parameters for a
1420
+ * PUT
1421
+ * Object Tagging operation. S3 Batch Operations passes every object to the underlying
1422
+ * <code>PutObjectTagging</code>
1423
+ * API
1424
+ * operation. For more information about the parameters for this operation,
1425
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUTtagging.html">PutObjectTagging</a>.</p>
1344
1426
  */
1345
1427
  export interface S3SetObjectTaggingOperation {
1346
1428
  /**
@@ -1392,17 +1474,22 @@ export interface JobOperation {
1392
1474
  S3InitiateRestoreObject?: S3InitiateRestoreObjectOperation;
1393
1475
  /**
1394
1476
  * <p>Contains the configuration for an S3 Object Lock legal hold operation that an
1395
- * S3 Batch Operations job passes every object to the underlying <code>PutObjectLegalHold</code>
1396
- * API. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-legal-hold.html">Using S3 Object Lock legal hold
1477
+ * S3 Batch Operations job passes
1478
+ * to
1479
+ * every object to the underlying
1480
+ * <code>PutObjectLegalHold</code>
1481
+ * API
1482
+ * operation. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-legal-hold.html">Using S3 Object Lock legal hold
1397
1483
  * with S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
1398
1484
  */
1399
1485
  S3PutObjectLegalHold?: S3SetObjectLegalHoldOperation;
1400
1486
  /**
1401
1487
  * <p>Contains the configuration parameters for the Object Lock retention action for an
1402
1488
  * S3 Batch Operations job. Batch Operations passes every object to the underlying
1403
- * <code>PutObjectRetention</code> API. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html">Using
1404
- * S3 Object Lock retention with S3 Batch Operations</a> in the
1405
- * <i>Amazon S3 User Guide</i>.</p>
1489
+ * <code>PutObjectRetention</code>
1490
+ * API
1491
+ * operation. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/batch-ops-retention-date.html">Using S3 Object Lock retention
1492
+ * with S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
1406
1493
  */
1407
1494
  S3PutObjectRetention?: S3SetObjectRetentionOperation;
1408
1495
  /**
@@ -1575,7 +1662,7 @@ export interface DeleteAccessPointRequest {
1575
1662
  /**
1576
1663
  * <p>The name of the access point you want to delete.</p>
1577
1664
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
1578
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name></code>. For example, to access the access point <code>reports-ap</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>
1665
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name></code>. For example, to access the access point <code>reports-ap</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>
1579
1666
  */
1580
1667
  Name: string | undefined;
1581
1668
  }
@@ -1597,7 +1684,7 @@ export interface DeleteAccessPointPolicyRequest {
1597
1684
  /**
1598
1685
  * <p>The name of the access point whose policy you want to delete.</p>
1599
1686
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
1600
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name></code>. For example, to access the access point <code>reports-ap</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>
1687
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name></code>. For example, to access the access point <code>reports-ap</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>
1601
1688
  */
1602
1689
  Name: string | undefined;
1603
1690
  }
@@ -1619,7 +1706,7 @@ export interface DeleteBucketRequest {
1619
1706
  /**
1620
1707
  * <p>Specifies the bucket being deleted.</p>
1621
1708
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
1622
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
1709
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
1623
1710
  */
1624
1711
  Bucket: string | undefined;
1625
1712
  }
@@ -1631,7 +1718,7 @@ export interface DeleteBucketLifecycleConfigurationRequest {
1631
1718
  /**
1632
1719
  * <p>Specifies the bucket.</p>
1633
1720
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
1634
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
1721
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
1635
1722
  */
1636
1723
  Bucket: string | undefined;
1637
1724
  }
@@ -1643,7 +1730,20 @@ export interface DeleteBucketPolicyRequest {
1643
1730
  /**
1644
1731
  * <p>Specifies the bucket.</p>
1645
1732
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
1646
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
1733
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
1734
+ */
1735
+ Bucket: string | undefined;
1736
+ }
1737
+ export interface DeleteBucketReplicationRequest {
1738
+ /**
1739
+ * <p>The Amazon Web Services account ID of the Outposts bucket to delete the replication configuration
1740
+ * for.</p>
1741
+ */
1742
+ AccountId?: string;
1743
+ /**
1744
+ * <p>Specifies the S3 on Outposts bucket to delete the replication configuration for.</p>
1745
+ * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
1746
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
1647
1747
  */
1648
1748
  Bucket: string | undefined;
1649
1749
  }
@@ -1655,7 +1755,7 @@ export interface DeleteBucketTaggingRequest {
1655
1755
  /**
1656
1756
  * <p>The bucket ARN that has the tag set to be removed.</p>
1657
1757
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
1658
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
1758
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
1659
1759
  */
1660
1760
  Bucket: string | undefined;
1661
1761
  }
@@ -1945,7 +2045,7 @@ export interface GetAccessPointRequest {
1945
2045
  /**
1946
2046
  * <p>The name of the access point whose configuration information you want to retrieve.</p>
1947
2047
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
1948
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name></code>. For example, to access the access point <code>reports-ap</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>
2048
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name></code>. For example, to access the access point <code>reports-ap</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>
1949
2049
  */
1950
2050
  Name: string | undefined;
1951
2051
  }
@@ -2044,6 +2144,10 @@ export interface GetAccessPointForObjectLambdaResult {
2044
2144
  * <p>The date and time when the specified Object Lambda Access Point was created.</p>
2045
2145
  */
2046
2146
  CreationDate?: Date;
2147
+ /**
2148
+ * <p>The alias of the Object Lambda Access Point.</p>
2149
+ */
2150
+ Alias?: ObjectLambdaAccessPointAlias;
2047
2151
  }
2048
2152
  export interface GetAccessPointPolicyRequest {
2049
2153
  /**
@@ -2053,7 +2157,7 @@ export interface GetAccessPointPolicyRequest {
2053
2157
  /**
2054
2158
  * <p>The name of the access point whose policy you want to retrieve.</p>
2055
2159
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
2056
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name></code>. For example, to access the access point <code>reports-ap</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>
2160
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name></code>. For example, to access the access point <code>reports-ap</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>
2057
2161
  */
2058
2162
  Name: string | undefined;
2059
2163
  }
@@ -2130,7 +2234,7 @@ export interface GetBucketRequest {
2130
2234
  /**
2131
2235
  * <p>Specifies the bucket.</p>
2132
2236
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
2133
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
2237
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
2134
2238
  */
2135
2239
  Bucket: string | undefined;
2136
2240
  }
@@ -2156,7 +2260,7 @@ export interface GetBucketLifecycleConfigurationRequest {
2156
2260
  /**
2157
2261
  * <p>The Amazon Resource Name (ARN) of the bucket.</p>
2158
2262
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
2159
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
2263
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
2160
2264
  */
2161
2265
  Bucket: string | undefined;
2162
2266
  }
@@ -2210,9 +2314,10 @@ export interface LifecycleRuleFilter {
2210
2314
  /**
2211
2315
  * <p>Prefix identifying one or more objects to which the rule applies.</p>
2212
2316
  * <important>
2213
- * <p>Replacement must be made for object keys containing special characters (such as carriage returns) when using
2214
- * XML requests. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints">
2215
- * XML related object key constraints</a>.</p>
2317
+ * <p>When you're using XML requests, you must
2318
+ * replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes.
2319
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints">
2320
+ * XML-related object key constraints</a> in the <i>Amazon S3 User Guide</i>.</p>
2216
2321
  * </important>
2217
2322
  */
2218
2323
  Prefix?: string;
@@ -2245,9 +2350,9 @@ export interface NoncurrentVersionExpiration {
2245
2350
  */
2246
2351
  NoncurrentDays?: number;
2247
2352
  /**
2248
- * <p>Specifies how many noncurrent versions S3 on Outposts will retain. If there are this many more
2249
- * recent noncurrent versions, S3 on Outposts will take the associated action. For more information
2250
- * about noncurrent versions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-rules.html">Lifecycle configuration
2353
+ * <p>Specifies how many noncurrent versions S3 on Outposts will retain. If there are this many
2354
+ * more recent noncurrent versions, S3 on Outposts will take the associated action. For more
2355
+ * information about noncurrent versions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-rules.html">Lifecycle configuration
2251
2356
  * elements</a> in the <i>Amazon S3 User Guide</i>.</p>
2252
2357
  */
2253
2358
  NewerNoncurrentVersions?: number;
@@ -2348,7 +2453,7 @@ export interface LifecycleRule {
2348
2453
  /**
2349
2454
  * <p>Specifies the days since the initiation of an incomplete multipart upload that Amazon S3
2350
2455
  * waits before permanently removing all parts of the upload. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config">
2351
- * Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy</a> in the
2456
+ * Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Configuration</a> in the
2352
2457
  * <i>Amazon S3 User Guide</i>.</p>
2353
2458
  */
2354
2459
  AbortIncompleteMultipartUpload?: AbortIncompleteMultipartUpload;
@@ -2367,7 +2472,7 @@ export interface GetBucketPolicyRequest {
2367
2472
  /**
2368
2473
  * <p>Specifies the bucket.</p>
2369
2474
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
2370
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
2475
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
2371
2476
  */
2372
2477
  Bucket: string | undefined;
2373
2478
  }
@@ -2377,6 +2482,440 @@ export interface GetBucketPolicyResult {
2377
2482
  */
2378
2483
  Policy?: string;
2379
2484
  }
2485
+ export interface GetBucketReplicationRequest {
2486
+ /**
2487
+ * <p>The Amazon Web Services account ID of the Outposts bucket.</p>
2488
+ */
2489
+ AccountId?: string;
2490
+ /**
2491
+ * <p>Specifies the bucket to get the replication information for.</p>
2492
+ * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
2493
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
2494
+ */
2495
+ Bucket: string | undefined;
2496
+ }
2497
+ export declare enum DeleteMarkerReplicationStatus {
2498
+ Disabled = "Disabled",
2499
+ Enabled = "Enabled"
2500
+ }
2501
+ /**
2502
+ * <p>Specifies whether S3 on Outposts replicates delete markers. If you specify a
2503
+ * <code>Filter</code> element in your replication configuration, you must also include a
2504
+ * <code>DeleteMarkerReplication</code> element. If your <code>Filter</code> includes a
2505
+ * <code>Tag</code> element, the <code>DeleteMarkerReplication</code> element's
2506
+ * <code>Status</code> child element must be set to <code>Disabled</code>, because
2507
+ * S3 on Outposts does not support replicating delete markers for tag-based rules.</p>
2508
+ * <p>For more information about delete marker replication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsReplication.html#outposts-replication-what-is-replicated">How delete operations affect replication</a> in the <i>Amazon S3 User Guide</i>. </p>
2509
+ */
2510
+ export interface DeleteMarkerReplication {
2511
+ /**
2512
+ * <p>Indicates whether to replicate delete markers.</p>
2513
+ */
2514
+ Status: DeleteMarkerReplicationStatus | string | undefined;
2515
+ }
2516
+ /**
2517
+ * <p>Specifies encryption-related information for an Amazon S3 bucket that is a destination for
2518
+ * replicated objects.</p>
2519
+ * <note>
2520
+ * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
2521
+ * </note>
2522
+ */
2523
+ export interface EncryptionConfiguration {
2524
+ /**
2525
+ * <p>Specifies the ID of the customer managed KMS key that's stored in Key Management Service (KMS)
2526
+ * for the destination bucket. This ID is either the Amazon Resource Name (ARN) for the
2527
+ * KMS key or the alias ARN for the KMS key. Amazon S3 uses this KMS key to encrypt
2528
+ * replica objects. Amazon S3 supports only symmetric encryption KMS keys. For more information,
2529
+ * see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#symmetric-cmks">Symmetric encryption
2530
+ * KMS keys</a> in the <i>Amazon Web Services Key Management Service Developer
2531
+ * Guide</i>.</p>
2532
+ */
2533
+ ReplicaKmsKeyID?: string;
2534
+ }
2535
+ /**
2536
+ * <p>A container that specifies the time value for S3 Replication Time Control (S3 RTC). This value is also used for
2537
+ * the replication metrics <code>EventThreshold</code> element. </p>
2538
+ * <note>
2539
+ * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
2540
+ * </note>
2541
+ */
2542
+ export interface ReplicationTimeValue {
2543
+ /**
2544
+ * <p>Contains an integer that specifies the time period in minutes. </p>
2545
+ * <p>Valid value: 15</p>
2546
+ */
2547
+ Minutes?: number;
2548
+ }
2549
+ export declare enum MetricsStatus {
2550
+ Disabled = "Disabled",
2551
+ Enabled = "Enabled"
2552
+ }
2553
+ /**
2554
+ * <p>A container that specifies replication metrics-related settings.</p>
2555
+ */
2556
+ export interface Metrics {
2557
+ /**
2558
+ * <p>Specifies whether replication metrics are enabled. </p>
2559
+ */
2560
+ Status: MetricsStatus | string | undefined;
2561
+ /**
2562
+ * <p>A container that specifies the time threshold for emitting the
2563
+ * <code>s3:Replication:OperationMissedThreshold</code> event. </p>
2564
+ * <note>
2565
+ * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
2566
+ * </note>
2567
+ */
2568
+ EventThreshold?: ReplicationTimeValue;
2569
+ }
2570
+ export declare enum ReplicationTimeStatus {
2571
+ Disabled = "Disabled",
2572
+ Enabled = "Enabled"
2573
+ }
2574
+ /**
2575
+ * <p>A container that specifies S3 Replication Time Control (S3 RTC) related information, including whether S3 RTC
2576
+ * is enabled and the time when all objects and operations on objects must be
2577
+ * replicated.</p>
2578
+ * <note>
2579
+ * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
2580
+ * </note>
2581
+ */
2582
+ export interface ReplicationTime {
2583
+ /**
2584
+ * <p>Specifies whether S3 Replication Time Control (S3 RTC) is enabled. </p>
2585
+ */
2586
+ Status: ReplicationTimeStatus | string | undefined;
2587
+ /**
2588
+ * <p>A container that specifies the time by which replication should be complete for all
2589
+ * objects and operations on objects. </p>
2590
+ */
2591
+ Time: ReplicationTimeValue | undefined;
2592
+ }
2593
+ export declare enum ReplicationStorageClass {
2594
+ DEEP_ARCHIVE = "DEEP_ARCHIVE",
2595
+ GLACIER = "GLACIER",
2596
+ GLACIER_IR = "GLACIER_IR",
2597
+ INTELLIGENT_TIERING = "INTELLIGENT_TIERING",
2598
+ ONEZONE_IA = "ONEZONE_IA",
2599
+ OUTPOSTS = "OUTPOSTS",
2600
+ REDUCED_REDUNDANCY = "REDUCED_REDUNDANCY",
2601
+ STANDARD = "STANDARD",
2602
+ STANDARD_IA = "STANDARD_IA"
2603
+ }
2604
+ /**
2605
+ * <p>Specifies information about the replication destination bucket and its settings for an
2606
+ * S3 on Outposts replication configuration.</p>
2607
+ */
2608
+ export interface Destination {
2609
+ /**
2610
+ * <p>The destination bucket owner's account ID. </p>
2611
+ */
2612
+ Account?: string;
2613
+ /**
2614
+ * <p>The Amazon Resource Name (ARN) of the access point for the destination bucket where you want
2615
+ * S3 on Outposts to store the replication results.</p>
2616
+ */
2617
+ Bucket: string | undefined;
2618
+ /**
2619
+ * <p>A container that specifies S3 Replication Time Control (S3 RTC) settings, including whether S3 RTC is enabled
2620
+ * and the time when all objects and operations on objects must be replicated. Must be
2621
+ * specified together with a <code>Metrics</code> block. </p>
2622
+ * <note>
2623
+ * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
2624
+ * </note>
2625
+ */
2626
+ ReplicationTime?: ReplicationTime;
2627
+ /**
2628
+ * <p>Specify this property only in a cross-account scenario (where the source and destination
2629
+ * bucket owners are not the same), and you want to change replica ownership to the
2630
+ * Amazon Web Services account that owns the destination bucket. If this property is not specified in the
2631
+ * replication configuration, the replicas are owned by same Amazon Web Services account that owns the
2632
+ * source object.</p>
2633
+ * <note>
2634
+ * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
2635
+ * </note>
2636
+ */
2637
+ AccessControlTranslation?: AccessControlTranslation;
2638
+ /**
2639
+ * <p>A container that provides information about encryption. If
2640
+ * <code>SourceSelectionCriteria</code> is specified, you must specify this element.</p>
2641
+ * <note>
2642
+ * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
2643
+ * </note>
2644
+ */
2645
+ EncryptionConfiguration?: EncryptionConfiguration;
2646
+ /**
2647
+ * <p> A container that specifies replication metrics-related settings. </p>
2648
+ */
2649
+ Metrics?: Metrics;
2650
+ /**
2651
+ * <p> The storage class to use when replicating objects. All objects stored on S3 on Outposts
2652
+ * are stored in the <code>OUTPOSTS</code> storage class. S3 on Outposts uses the
2653
+ * <code>OUTPOSTS</code> storage class to create the object replicas. </p>
2654
+ * <note>
2655
+ * <p>Values other than <code>OUTPOSTS</code> are not supported by Amazon S3 on Outposts. </p>
2656
+ * </note>
2657
+ */
2658
+ StorageClass?: ReplicationStorageClass | string;
2659
+ }
2660
+ export declare enum ExistingObjectReplicationStatus {
2661
+ Disabled = "Disabled",
2662
+ Enabled = "Enabled"
2663
+ }
2664
+ /**
2665
+ * <p>An optional configuration to replicate existing source bucket objects. </p>
2666
+ * <note>
2667
+ * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
2668
+ * </note>
2669
+ */
2670
+ export interface ExistingObjectReplication {
2671
+ /**
2672
+ * <p>Specifies whether Amazon S3 replicates existing source bucket objects. </p>
2673
+ */
2674
+ Status: ExistingObjectReplicationStatus | string | undefined;
2675
+ }
2676
+ /**
2677
+ * <p>A container for specifying rule filters. The filters determine the subset of objects to
2678
+ * which the rule applies. This element is required only if you specify more than one filter. </p>
2679
+ * <p>For example:</p>
2680
+ * <ul>
2681
+ * <li>
2682
+ * <p>If you specify both a <code>Prefix</code> and a <code>Tag</code> filter, wrap
2683
+ * these filters in an <code>And</code> element. </p>
2684
+ * </li>
2685
+ * <li>
2686
+ * <p>If you specify a filter based on multiple tags, wrap the <code>Tag</code> elements
2687
+ * in an <code>And</code> element.</p>
2688
+ * </li>
2689
+ * </ul>
2690
+ */
2691
+ export interface ReplicationRuleAndOperator {
2692
+ /**
2693
+ * <p>An object key name prefix that identifies the subset of objects that the rule applies
2694
+ * to.</p>
2695
+ */
2696
+ Prefix?: string;
2697
+ /**
2698
+ * <p>An array of tags that contain key and value pairs.</p>
2699
+ */
2700
+ Tags?: S3Tag[];
2701
+ }
2702
+ /**
2703
+ * <p>A filter that identifies the subset of objects to which the replication rule applies. A
2704
+ * <code>Filter</code> element must specify exactly one <code>Prefix</code>,
2705
+ * <code>Tag</code>, or <code>And</code> child element.</p>
2706
+ */
2707
+ export interface ReplicationRuleFilter {
2708
+ /**
2709
+ * <p>An object key name prefix that identifies the subset of objects that the rule applies
2710
+ * to.</p>
2711
+ * <important>
2712
+ * <p>When you're using XML requests, you must
2713
+ * replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes.
2714
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints">
2715
+ * XML-related object key constraints</a> in the <i>Amazon S3 User Guide</i>.</p>
2716
+ * </important>
2717
+ */
2718
+ Prefix?: string;
2719
+ /**
2720
+ * <p>A container for a key-value name pair.</p>
2721
+ */
2722
+ Tag?: S3Tag;
2723
+ /**
2724
+ * <p>A container for specifying rule filters. The filters determine the subset of objects
2725
+ * that the rule applies to. This element is required only if you specify more than one
2726
+ * filter. For example: </p>
2727
+ * <ul>
2728
+ * <li>
2729
+ * <p>If you specify both a <code>Prefix</code> and a <code>Tag</code> filter, wrap
2730
+ * these filters in an <code>And</code> element.</p>
2731
+ * </li>
2732
+ * <li>
2733
+ * <p>If you specify a filter based on multiple tags, wrap the <code>Tag</code> elements
2734
+ * in an <code>And</code> element.</p>
2735
+ * </li>
2736
+ * </ul>
2737
+ */
2738
+ And?: ReplicationRuleAndOperator;
2739
+ }
2740
+ export declare enum ReplicaModificationsStatus {
2741
+ Disabled = "Disabled",
2742
+ Enabled = "Enabled"
2743
+ }
2744
+ /**
2745
+ * <p>A filter that you can use to specify whether replica modification sync is enabled.
2746
+ * S3 on Outposts replica modification sync can help you keep object metadata synchronized
2747
+ * between replicas and source objects. By default, S3 on Outposts replicates metadata from the
2748
+ * source objects to the replicas only. When replica modification sync is enabled,
2749
+ * S3 on Outposts replicates metadata changes made to the replica copies back to the source
2750
+ * object, making the replication bidirectional.</p>
2751
+ * <p>To replicate object metadata modifications on replicas, you can specify this element and
2752
+ * set the <code>Status</code> of this element to <code>Enabled</code>.</p>
2753
+ * <note>
2754
+ * <p>You must enable replica modification sync on the source and destination buckets to
2755
+ * replicate replica metadata changes between the source and the replicas.</p>
2756
+ * </note>
2757
+ */
2758
+ export interface ReplicaModifications {
2759
+ /**
2760
+ * <p>Specifies whether S3 on Outposts replicates modifications to object metadata on
2761
+ * replicas.</p>
2762
+ */
2763
+ Status: ReplicaModificationsStatus | string | undefined;
2764
+ }
2765
+ export declare enum SseKmsEncryptedObjectsStatus {
2766
+ Disabled = "Disabled",
2767
+ Enabled = "Enabled"
2768
+ }
2769
+ /**
2770
+ * <p>A container for filter information that you can use to select S3 objects that are
2771
+ * encrypted with Key Management Service (KMS).</p>
2772
+ * <note>
2773
+ * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
2774
+ * </note>
2775
+ */
2776
+ export interface SseKmsEncryptedObjects {
2777
+ /**
2778
+ * <p>Specifies whether Amazon S3 replicates objects that are created with server-side encryption
2779
+ * by using an KMS key stored in Key Management Service.</p>
2780
+ */
2781
+ Status: SseKmsEncryptedObjectsStatus | string | undefined;
2782
+ }
2783
+ /**
2784
+ * <p>A container that describes additional filters for identifying the source objects that
2785
+ * you want to replicate. You can choose to enable or disable the replication of these
2786
+ * objects.</p>
2787
+ */
2788
+ export interface SourceSelectionCriteria {
2789
+ /**
2790
+ * <p>A filter that you can use to select Amazon S3 objects that are encrypted with server-side
2791
+ * encryption by using Key Management Service (KMS) keys. If you include
2792
+ * <code>SourceSelectionCriteria</code> in the replication configuration, this element is
2793
+ * required. </p>
2794
+ * <note>
2795
+ * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
2796
+ * </note>
2797
+ */
2798
+ SseKmsEncryptedObjects?: SseKmsEncryptedObjects;
2799
+ /**
2800
+ * <p>A filter that you can use to specify whether replica modification sync is enabled.
2801
+ * S3 on Outposts replica modification sync can help you keep object metadata synchronized
2802
+ * between replicas and source objects. By default, S3 on Outposts replicates metadata from the
2803
+ * source objects to the replicas only. When replica modification sync is enabled,
2804
+ * S3 on Outposts replicates metadata changes made to the replica copies back to the source
2805
+ * object, making the replication bidirectional.</p>
2806
+ * <p>To replicate object metadata modifications on replicas, you can specify this element and
2807
+ * set the <code>Status</code> of this element to <code>Enabled</code>.</p>
2808
+ * <note>
2809
+ * <p>You must enable replica modification sync on the source and destination buckets to
2810
+ * replicate replica metadata changes between the source and the replicas.</p>
2811
+ * </note>
2812
+ */
2813
+ ReplicaModifications?: ReplicaModifications;
2814
+ }
2815
+ export declare enum ReplicationRuleStatus {
2816
+ Disabled = "Disabled",
2817
+ Enabled = "Enabled"
2818
+ }
2819
+ /**
2820
+ * <p>Specifies which S3 on Outposts objects to replicate and where to store the replicas.</p>
2821
+ */
2822
+ export interface ReplicationRule {
2823
+ /**
2824
+ * <p>A unique identifier for the rule. The maximum value is 255 characters.</p>
2825
+ */
2826
+ ID?: string;
2827
+ /**
2828
+ * <p>The priority indicates which rule has precedence whenever two or more replication rules
2829
+ * conflict. S3 on Outposts attempts to replicate objects according to all replication rules.
2830
+ * However, if there are two or more rules with the same destination Outposts bucket, then objects will
2831
+ * be replicated according to the rule with the highest priority. The higher the number, the
2832
+ * higher the priority. </p>
2833
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication-between-outposts.html">Creating replication rules on Outposts</a> in the
2834
+ * <i>Amazon S3 User Guide</i>.</p>
2835
+ */
2836
+ Priority?: number;
2837
+ /**
2838
+ * @deprecated
2839
+ *
2840
+ * <p>An object key name prefix that identifies the object or objects to which the rule
2841
+ * applies. The maximum prefix length is 1,024 characters. To include all objects in an
2842
+ * Outposts bucket, specify an empty string.</p>
2843
+ * <important>
2844
+ * <p>When you're using XML requests, you must
2845
+ * replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes.
2846
+ * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html#object-key-xml-related-constraints">
2847
+ * XML-related object key constraints</a> in the <i>Amazon S3 User Guide</i>.</p>
2848
+ * </important>
2849
+ */
2850
+ Prefix?: string;
2851
+ /**
2852
+ * <p>A filter that identifies the subset of objects to which the replication rule applies. A
2853
+ * <code>Filter</code> element must specify exactly one <code>Prefix</code>,
2854
+ * <code>Tag</code>, or <code>And</code> child element.</p>
2855
+ */
2856
+ Filter?: ReplicationRuleFilter;
2857
+ /**
2858
+ * <p>Specifies whether the rule is enabled.</p>
2859
+ */
2860
+ Status: ReplicationRuleStatus | string | undefined;
2861
+ /**
2862
+ * <p>A container that describes additional filters for identifying the source Outposts objects that
2863
+ * you want to replicate. You can choose to enable or disable the replication of these
2864
+ * objects.</p>
2865
+ */
2866
+ SourceSelectionCriteria?: SourceSelectionCriteria;
2867
+ /**
2868
+ * <p>An optional configuration to replicate existing source bucket objects. </p>
2869
+ * <note>
2870
+ * <p>This is not supported by Amazon S3 on Outposts buckets.</p>
2871
+ * </note>
2872
+ */
2873
+ ExistingObjectReplication?: ExistingObjectReplication;
2874
+ /**
2875
+ * <p>A container for information about the replication destination and its configurations.</p>
2876
+ */
2877
+ Destination: Destination | undefined;
2878
+ /**
2879
+ * <p>Specifies whether S3 on Outposts replicates delete markers. If you specify a
2880
+ * <code>Filter</code> element in your replication configuration, you must also include a
2881
+ * <code>DeleteMarkerReplication</code> element. If your <code>Filter</code> includes a
2882
+ * <code>Tag</code> element, the <code>DeleteMarkerReplication</code> element's
2883
+ * <code>Status</code> child element must be set to <code>Disabled</code>, because
2884
+ * S3 on Outposts doesn't support replicating delete markers for tag-based rules.</p>
2885
+ * <p>For more information about delete marker replication, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3OutpostsReplication.html#outposts-replication-what-is-replicated">How delete operations affect replication</a> in the <i>Amazon S3 User Guide</i>. </p>
2886
+ */
2887
+ DeleteMarkerReplication?: DeleteMarkerReplication;
2888
+ /**
2889
+ * <p>The Amazon Resource Name (ARN) of the access point for the source Outposts bucket that you want
2890
+ * S3 on Outposts to replicate the objects from.</p>
2891
+ */
2892
+ Bucket: string | undefined;
2893
+ }
2894
+ /**
2895
+ * <p>A container for one or more replication rules. A replication configuration must have at least one rule and you can add up to 100 rules. The maximum size of a
2896
+ * replication configuration is 128 KB.</p>
2897
+ */
2898
+ export interface ReplicationConfiguration {
2899
+ /**
2900
+ * <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that S3 on Outposts assumes
2901
+ * when replicating objects. For information about S3 replication on Outposts configuration,
2902
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/outposts-replication-how-setup.html">Setting up
2903
+ * replication</a> in the <i>Amazon S3 User Guide</i>.</p>
2904
+ */
2905
+ Role: string | undefined;
2906
+ /**
2907
+ * <p>A container for one or more replication rules. A replication configuration must have at
2908
+ * least one rule and can contain an array of 100 rules at the most. </p>
2909
+ */
2910
+ Rules: ReplicationRule[] | undefined;
2911
+ }
2912
+ export interface GetBucketReplicationResult {
2913
+ /**
2914
+ * <p>A container for one or more replication rules. A replication configuration must have at least one rule and you can add up to 100 rules. The maximum size of a
2915
+ * replication configuration is 128 KB.</p>
2916
+ */
2917
+ ReplicationConfiguration?: ReplicationConfiguration;
2918
+ }
2380
2919
  export interface GetBucketTaggingRequest {
2381
2920
  /**
2382
2921
  * <p>The Amazon Web Services account ID of the Outposts bucket.</p>
@@ -2385,7 +2924,7 @@ export interface GetBucketTaggingRequest {
2385
2924
  /**
2386
2925
  * <p>Specifies the bucket.</p>
2387
2926
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
2388
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
2927
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
2389
2928
  */
2390
2929
  Bucket: string | undefined;
2391
2930
  }
@@ -2466,6 +3005,11 @@ export interface RegionReport {
2466
3005
  * <p>The name of the Region.</p>
2467
3006
  */
2468
3007
  Region?: string;
3008
+ /**
3009
+ * <p>The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this
3010
+ * Multi-Region Access Point.</p>
3011
+ */
3012
+ BucketAccountId?: string;
2469
3013
  }
2470
3014
  export declare enum MultiRegionAccessPointStatus {
2471
3015
  CREATING = "CREATING",
@@ -2635,16 +3179,14 @@ export interface MultiRegionAccessPointRoute {
2635
3179
  /**
2636
3180
  * <p>The traffic state for the specified bucket or Amazon Web Services Region. </p>
2637
3181
  * <p>A value of <code>0</code> indicates a passive state, which means that no new traffic
2638
- * will be routed to the
2639
- * Region. </p>
3182
+ * will be routed to the Region. </p>
2640
3183
  * <p>A value of <code>100</code> indicates an active state, which means that traffic will be
2641
3184
  * routed to the specified Region. </p>
2642
- * <p>When
2643
- * the routing configuration for a Region is changed from active to passive, any in-progress
2644
- * operations (uploads, copies, deletes, and so on) to the formerly active Region will
2645
- * continue to run to until a final success or failure status is reached.</p>
3185
+ * <p>When the routing configuration for a Region is changed from active to passive, any
3186
+ * in-progress operations (uploads, copies, deletes, and so on) to the formerly active Region
3187
+ * will continue to run to until a final success or failure status is reached.</p>
2646
3188
  * <p>If all Regions in the routing configuration are designated as passive, you'll receive an
2647
- * <code>InvalidRequest</code> error. </p>
3189
+ * <code>InvalidRequest</code> error.</p>
2648
3190
  */
2649
3191
  TrafficDialPercentage: number | undefined;
2650
3192
  }
@@ -2927,7 +3469,7 @@ export interface ListAccessPointsRequest {
2927
3469
  /**
2928
3470
  * <p>The name of the bucket whose associated access points you want to list.</p>
2929
3471
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
2930
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
3472
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
2931
3473
  */
2932
3474
  Bucket?: string;
2933
3475
  /**
@@ -2989,6 +3531,10 @@ export interface ObjectLambdaAccessPoint {
2989
3531
  * <p>Specifies the ARN for the Object Lambda Access Point.</p>
2990
3532
  */
2991
3533
  ObjectLambdaAccessPointArn?: string;
3534
+ /**
3535
+ * <p>The alias of the Object Lambda Access Point.</p>
3536
+ */
3537
+ Alias?: ObjectLambdaAccessPointAlias;
2992
3538
  }
2993
3539
  export interface ListAccessPointsForObjectLambdaResult {
2994
3540
  /**
@@ -3270,7 +3816,7 @@ export interface PutAccessPointPolicyRequest {
3270
3816
  /**
3271
3817
  * <p>The name of the access point that you want to associate with the specified policy.</p>
3272
3818
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
3273
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name></code>. For example, to access the access point <code>reports-ap</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>
3819
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the access point accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/accesspoint/<my-accesspoint-name></code>. For example, to access the access point <code>reports-ap</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/accesspoint/reports-ap</code>. The value must be URL encoded. </p>
3274
3820
  */
3275
3821
  Name: string | undefined;
3276
3822
  /**
@@ -3325,7 +3871,7 @@ export interface PutBucketPolicyRequest {
3325
3871
  /**
3326
3872
  * <p>Specifies the bucket.</p>
3327
3873
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
3328
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
3874
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
3329
3875
  */
3330
3876
  Bucket: string | undefined;
3331
3877
  /**
@@ -3341,6 +3887,22 @@ export interface PutBucketPolicyRequest {
3341
3887
  */
3342
3888
  Policy: string | undefined;
3343
3889
  }
3890
+ export interface PutBucketReplicationRequest {
3891
+ /**
3892
+ * <p>The Amazon Web Services account ID of the Outposts bucket.</p>
3893
+ */
3894
+ AccountId?: string;
3895
+ /**
3896
+ * <p>Specifies the S3 on Outposts bucket to set the configuration for.</p>
3897
+ * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
3898
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
3899
+ */
3900
+ Bucket: string | undefined;
3901
+ /**
3902
+ * <p></p>
3903
+ */
3904
+ ReplicationConfiguration: ReplicationConfiguration | undefined;
3905
+ }
3344
3906
  /**
3345
3907
  * <p></p>
3346
3908
  */
@@ -3358,7 +3920,7 @@ export interface PutBucketTaggingRequest {
3358
3920
  /**
3359
3921
  * <p>The Amazon Resource Name (ARN) of the bucket.</p>
3360
3922
  * <p>For using this parameter with Amazon S3 on Outposts with the REST API, you must specify the name and the x-amz-outpost-id as well.</p>
3361
- * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
3923
+ * <p>For using this parameter with S3 on Outposts with the Amazon Web Services SDK and CLI, you must specify the ARN of the bucket accessed in the format <code>arn:aws:s3-outposts:<Region>:<account-id>:outpost/<outpost-id>/bucket/<my-bucket-name></code>. For example, to access the bucket <code>reports</code> through Outpost <code>my-outpost</code> owned by account <code>123456789012</code> in Region <code>us-west-2</code>, use the URL encoding of <code>arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/bucket/reports</code>. The value must be URL encoded. </p>
3362
3924
  */
3363
3925
  Bucket: string | undefined;
3364
3926
  /**
@@ -3600,6 +4162,10 @@ export interface UpdateJobStatusResult {
3600
4162
  * @internal
3601
4163
  */
3602
4164
  export declare const AbortIncompleteMultipartUploadFilterSensitiveLog: (obj: AbortIncompleteMultipartUpload) => any;
4165
+ /**
4166
+ * @internal
4167
+ */
4168
+ export declare const AccessControlTranslationFilterSensitiveLog: (obj: AccessControlTranslation) => any;
3603
4169
  /**
3604
4170
  * @internal
3605
4171
  */
@@ -3716,6 +4282,10 @@ export declare const ObjectLambdaConfigurationFilterSensitiveLog: (obj: ObjectLa
3716
4282
  * @internal
3717
4283
  */
3718
4284
  export declare const CreateAccessPointForObjectLambdaRequestFilterSensitiveLog: (obj: CreateAccessPointForObjectLambdaRequest) => any;
4285
+ /**
4286
+ * @internal
4287
+ */
4288
+ export declare const ObjectLambdaAccessPointAliasFilterSensitiveLog: (obj: ObjectLambdaAccessPointAlias) => any;
3719
4289
  /**
3720
4290
  * @internal
3721
4291
  */
@@ -3896,6 +4466,10 @@ export declare const DeleteBucketLifecycleConfigurationRequestFilterSensitiveLog
3896
4466
  * @internal
3897
4467
  */
3898
4468
  export declare const DeleteBucketPolicyRequestFilterSensitiveLog: (obj: DeleteBucketPolicyRequest) => any;
4469
+ /**
4470
+ * @internal
4471
+ */
4472
+ export declare const DeleteBucketReplicationRequestFilterSensitiveLog: (obj: DeleteBucketReplicationRequest) => any;
3899
4473
  /**
3900
4474
  * @internal
3901
4475
  */
@@ -4080,6 +4654,70 @@ export declare const GetBucketPolicyRequestFilterSensitiveLog: (obj: GetBucketPo
4080
4654
  * @internal
4081
4655
  */
4082
4656
  export declare const GetBucketPolicyResultFilterSensitiveLog: (obj: GetBucketPolicyResult) => any;
4657
+ /**
4658
+ * @internal
4659
+ */
4660
+ export declare const GetBucketReplicationRequestFilterSensitiveLog: (obj: GetBucketReplicationRequest) => any;
4661
+ /**
4662
+ * @internal
4663
+ */
4664
+ export declare const DeleteMarkerReplicationFilterSensitiveLog: (obj: DeleteMarkerReplication) => any;
4665
+ /**
4666
+ * @internal
4667
+ */
4668
+ export declare const EncryptionConfigurationFilterSensitiveLog: (obj: EncryptionConfiguration) => any;
4669
+ /**
4670
+ * @internal
4671
+ */
4672
+ export declare const ReplicationTimeValueFilterSensitiveLog: (obj: ReplicationTimeValue) => any;
4673
+ /**
4674
+ * @internal
4675
+ */
4676
+ export declare const MetricsFilterSensitiveLog: (obj: Metrics) => any;
4677
+ /**
4678
+ * @internal
4679
+ */
4680
+ export declare const ReplicationTimeFilterSensitiveLog: (obj: ReplicationTime) => any;
4681
+ /**
4682
+ * @internal
4683
+ */
4684
+ export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
4685
+ /**
4686
+ * @internal
4687
+ */
4688
+ export declare const ExistingObjectReplicationFilterSensitiveLog: (obj: ExistingObjectReplication) => any;
4689
+ /**
4690
+ * @internal
4691
+ */
4692
+ export declare const ReplicationRuleAndOperatorFilterSensitiveLog: (obj: ReplicationRuleAndOperator) => any;
4693
+ /**
4694
+ * @internal
4695
+ */
4696
+ export declare const ReplicationRuleFilterFilterSensitiveLog: (obj: ReplicationRuleFilter) => any;
4697
+ /**
4698
+ * @internal
4699
+ */
4700
+ export declare const ReplicaModificationsFilterSensitiveLog: (obj: ReplicaModifications) => any;
4701
+ /**
4702
+ * @internal
4703
+ */
4704
+ export declare const SseKmsEncryptedObjectsFilterSensitiveLog: (obj: SseKmsEncryptedObjects) => any;
4705
+ /**
4706
+ * @internal
4707
+ */
4708
+ export declare const SourceSelectionCriteriaFilterSensitiveLog: (obj: SourceSelectionCriteria) => any;
4709
+ /**
4710
+ * @internal
4711
+ */
4712
+ export declare const ReplicationRuleFilterSensitiveLog: (obj: ReplicationRule) => any;
4713
+ /**
4714
+ * @internal
4715
+ */
4716
+ export declare const ReplicationConfigurationFilterSensitiveLog: (obj: ReplicationConfiguration) => any;
4717
+ /**
4718
+ * @internal
4719
+ */
4720
+ export declare const GetBucketReplicationResultFilterSensitiveLog: (obj: GetBucketReplicationResult) => any;
4083
4721
  /**
4084
4722
  * @internal
4085
4723
  */
@@ -4316,6 +4954,10 @@ export declare const PutBucketLifecycleConfigurationRequestFilterSensitiveLog: (
4316
4954
  * @internal
4317
4955
  */
4318
4956
  export declare const PutBucketPolicyRequestFilterSensitiveLog: (obj: PutBucketPolicyRequest) => any;
4957
+ /**
4958
+ * @internal
4959
+ */
4960
+ export declare const PutBucketReplicationRequestFilterSensitiveLog: (obj: PutBucketReplicationRequest) => any;
4319
4961
  /**
4320
4962
  * @internal
4321
4963
  */