@aws-sdk/client-s3-control 3.734.0 → 3.736.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.
@@ -2310,8 +2310,12 @@ export interface S3CopyObjectOperation {
2310
2310
  * <li>
2311
2311
  * <p>
2312
2312
  * <b>Directory buckets</b> - For example, to copy objects to a directory bucket named
2313
- * <code>destinationBucket</code> in the Availability Zone; identified by the AZ ID <code>usw2-az1</code>, set the <code>TargetResource</code> property to
2314
- * <code>arn:aws:s3express:<i>region</i>:<i>account_id</i>:/bucket/<i>destination_bucket_base_name</i>--<i>usw2-az1</i>--x-s3</code>.</p>
2313
+ * <code>destinationBucket</code> in the Availability Zone identified by the AZ ID <code>usw2-az1</code>, set the <code>TargetResource</code> property to
2314
+ * <code>arn:aws:s3express:<i>region</i>:<i>account_id</i>:/bucket/<i>destination_bucket_base_name</i>--<i>usw2-az1</i>--x-s3</code>. A directory bucket as a destination bucket can be in Availability Zone or Local Zone. </p>
2315
+ * <note>
2316
+ * <p>Copying objects across different Amazon Web Services Regions isn't supported when the source or destination bucket is in Amazon Web Services Local Zones. The source and destination buckets must have the same parent Amazon Web Services Region. Otherwise,
2317
+ * you get an HTTP <code>400 Bad Request</code> error with the error code <code>InvalidRequest</code>.</p>
2318
+ * </note>
2315
2319
  * </li>
2316
2320
  * </ul>
2317
2321
  * @public
@@ -4305,7 +4309,7 @@ export interface LifecycleExpiration {
4305
4309
  /**
4306
4310
  * <p>Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions. If set
4307
4311
  * to true, the delete marker will be expired. If set to false, the policy takes no action.
4308
- * This cannot be specified with Days or Date in a Lifecycle Expiration Policy.</p>
4312
+ * This cannot be specified with Days or Date in a Lifecycle Expiration Policy. To learn more about delete markers, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeleteMarker.html">Working with delete markers</a>.</p>
4309
4313
  * @public
4310
4314
  */
4311
4315
  ExpiredObjectDeleteMarker?: boolean | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3-control",
3
3
  "description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
4
- "version": "3.734.0",
4
+ "version": "3.736.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3-control",