@aws-sdk/client-s3 3.701.0 → 3.703.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 (38) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-cjs/index.js +4 -2
  3. package/dist-es/endpoint/ruleset.js +3 -3
  4. package/dist-es/models/models_0.js +2 -0
  5. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +4 -3
  6. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +4 -3
  7. package/dist-types/commands/CopyObjectCommand.d.ts +4 -3
  8. package/dist-types/commands/CreateBucketCommand.d.ts +6 -5
  9. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +4 -3
  10. package/dist-types/commands/CreateSessionCommand.d.ts +3 -2
  11. package/dist-types/commands/DeleteBucketCommand.d.ts +4 -3
  12. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -2
  14. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -3
  15. package/dist-types/commands/DeleteObjectCommand.d.ts +63 -53
  16. package/dist-types/commands/DeleteObjectsCommand.d.ts +4 -3
  17. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
  18. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -2
  19. package/dist-types/commands/GetBucketPolicyCommand.d.ts +4 -3
  20. package/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -3
  21. package/dist-types/commands/GetObjectCommand.d.ts +23 -22
  22. package/dist-types/commands/GetObjectTaggingCommand.d.ts +19 -19
  23. package/dist-types/commands/HeadBucketCommand.d.ts +4 -3
  24. package/dist-types/commands/HeadObjectCommand.d.ts +4 -3
  25. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -2
  26. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -3
  27. package/dist-types/commands/ListObjectsV2Command.d.ts +4 -3
  28. package/dist-types/commands/ListPartsCommand.d.ts +4 -3
  29. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +4 -3
  30. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +7 -2
  31. package/dist-types/commands/PutBucketPolicyCommand.d.ts +4 -3
  32. package/dist-types/commands/PutObjectCommand.d.ts +36 -35
  33. package/dist-types/commands/UploadPartCommand.d.ts +4 -3
  34. package/dist-types/commands/UploadPartCopyCommand.d.ts +4 -3
  35. package/dist-types/models/models_0.d.ts +69 -62
  36. package/dist-types/models/models_1.d.ts +42 -17
  37. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  38. package/package.json +1 -1
@@ -31,9 +31,10 @@ declare const PutBucketEncryptionCommand_base: {
31
31
  * bucket.</p>
32
32
  * <note>
33
33
  * <p>
34
- * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
34
+ * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
35
35
  * </code>. Virtual-hosted-style requests aren't supported.
36
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
36
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
37
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
37
38
  * <i>Amazon S3 User Guide</i>.</p>
38
39
  * </note>
39
40
  * <p>By default, all buckets have a default encryption configuration that uses server-side
@@ -137,7 +138,7 @@ declare const PutBucketEncryptionCommand_base: {
137
138
  * <dt>HTTP Host header syntax</dt>
138
139
  * <dd>
139
140
  * <p>
140
- * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
141
+ * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
141
142
  * </dd>
142
143
  * </dl>
143
144
  * <p>The following operations are related to <code>PutBucketEncryption</code>:</p>
@@ -32,6 +32,10 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
32
32
  * so if you want to retain any configuration details, they must be included in the new
33
33
  * lifecycle configuration. For information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html">Managing
34
34
  * your storage lifecycle</a>.</p>
35
+ * <note>
36
+ * <p>Bucket lifecycle configuration now supports specifying a lifecycle rule using an object key name prefix, one or more object tags, object size, or any combination of these. Accordingly, this section describes the latest API. The previous version of the API supported filtering based only on an object key name prefix, which is supported for backward compatibility.
37
+ * For the related API description, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>.</p>
38
+ * </note>
35
39
  * <dl>
36
40
  * <dt>Rules</dt>
37
41
  * <dt>Permissions</dt>
@@ -127,9 +131,10 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
127
131
  * <i>Amazon S3 User Guide</i>.</p>
128
132
  * <note>
129
133
  * <p>
130
- * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
134
+ * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
131
135
  * </code>. Virtual-hosted-style requests aren't supported.
132
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
136
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
137
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
133
138
  * <i>Amazon S3 User Guide</i>.</p>
134
139
  * </note>
135
140
  * </li>
@@ -30,9 +30,10 @@ declare const PutBucketPolicyCommand_base: {
30
30
  * <p>Applies an Amazon S3 bucket policy to an Amazon S3 bucket.</p>
31
31
  * <note>
32
32
  * <p>
33
- * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region_code</i>.amazonaws.com/<i>bucket-name</i>
33
+ * <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Regional endpoint. These endpoints support path-style requests in the format <code>https://s3express-control.<i>region-code</i>.amazonaws.com/<i>bucket-name</i>
34
34
  * </code>. Virtual-hosted-style requests aren't supported.
35
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
35
+ * For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
36
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
36
37
  * <i>Amazon S3 User Guide</i>.</p>
37
38
  * </note>
38
39
  * <dl>
@@ -87,7 +88,7 @@ declare const PutBucketPolicyCommand_base: {
87
88
  * <dt>HTTP Host header syntax</dt>
88
89
  * <dd>
89
90
  * <p>
90
- * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region</i>.amazonaws.com</code>.</p>
91
+ * <b>Directory buckets </b> - The HTTP Host header syntax is <code>s3express-control.<i>region-code</i>.amazonaws.com</code>.</p>
91
92
  * </dd>
92
93
  * </dl>
93
94
  * <p>The following operations are related to <code>PutBucketPolicy</code>:</p>
@@ -45,8 +45,9 @@ declare const PutObjectCommand_base: {
45
45
  * <li>
46
46
  * <p>
47
47
  * <b>Directory buckets</b> -
48
- * For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com/<i>key-name</i>
49
- * </code>. Path-style requests are not supported. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
48
+ * For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
49
+ * </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
50
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
50
51
  * <i>Amazon S3 User Guide</i>.</p>
51
52
  * </li>
52
53
  * </ul>
@@ -156,7 +157,7 @@ declare const PutObjectCommand_base: {
156
157
  * <dd>
157
158
  * <p>
158
159
  * <b>Directory buckets </b> - The HTTP Host header syntax is <code>
159
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>.</p>
160
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
160
161
  * </dd>
161
162
  * </dl>
162
163
  * <p>For more information about related Amazon S3 APIs, see the following:</p>
@@ -287,13 +288,14 @@ declare const PutObjectCommand_base: {
287
288
  * <p>Base exception class for all service exceptions from S3 service.</p>
288
289
  *
289
290
  * @public
290
- * @example To upload an object and specify optional tags
291
+ * @example To upload an object and specify server-side encryption and object tags
291
292
  * ```javascript
292
- * // The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.
293
+ * // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.
293
294
  * const input = {
294
- * "Body": "c:\\HappyFace.jpg",
295
+ * "Body": "filetoupload",
295
296
  * "Bucket": "examplebucket",
296
- * "Key": "HappyFace.jpg",
297
+ * "Key": "exampleobject",
298
+ * "ServerSideEncryption": "AES256",
297
299
  * "Tagging": "key1=value1&key2=value2"
298
300
  * };
299
301
  * const command = new PutObjectCommand(input);
@@ -301,49 +303,50 @@ declare const PutObjectCommand_base: {
301
303
  * /* response ==
302
304
  * {
303
305
  * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
304
- * "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
306
+ * "ServerSideEncryption": "AES256",
307
+ * "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
305
308
  * }
306
309
  * *\/
307
- * // example id: to-upload-an-object-and-specify-optional-tags-1481762310955
310
+ * // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831
308
311
  * ```
309
312
  *
310
- * @example To upload an object and specify canned ACL.
313
+ * @example To upload an object
311
314
  * ```javascript
312
- * // The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.
315
+ * // The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.
313
316
  * const input = {
314
- * "ACL": "authenticated-read",
315
- * "Body": "filetoupload",
317
+ * "Body": "HappyFace.jpg",
316
318
  * "Bucket": "examplebucket",
317
- * "Key": "exampleobject"
319
+ * "Key": "HappyFace.jpg"
318
320
  * };
319
321
  * const command = new PutObjectCommand(input);
320
322
  * const response = await client.send(command);
321
323
  * /* response ==
322
324
  * {
323
325
  * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
324
- * "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
326
+ * "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
325
327
  * }
326
328
  * *\/
327
- * // example id: to-upload-an-object-and-specify-canned-acl-1483397779571
329
+ * // example id: to-upload-an-object-1481760101010
328
330
  * ```
329
331
  *
330
- * @example To upload an object
332
+ * @example To upload an object and specify optional tags
331
333
  * ```javascript
332
- * // The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.
334
+ * // The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.
333
335
  * const input = {
334
- * "Body": "HappyFace.jpg",
336
+ * "Body": "c:\\HappyFace.jpg",
335
337
  * "Bucket": "examplebucket",
336
- * "Key": "HappyFace.jpg"
338
+ * "Key": "HappyFace.jpg",
339
+ * "Tagging": "key1=value1&key2=value2"
337
340
  * };
338
341
  * const command = new PutObjectCommand(input);
339
342
  * const response = await client.send(command);
340
343
  * /* response ==
341
344
  * {
342
345
  * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
343
- * "VersionId": "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
346
+ * "VersionId": "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
344
347
  * }
345
348
  * *\/
346
- * // example id: to-upload-an-object-1481760101010
349
+ * // example id: to-upload-an-object-and-specify-optional-tags-1481762310955
347
350
  * ```
348
351
  *
349
352
  * @example To upload object and specify user-defined metadata
@@ -369,23 +372,24 @@ declare const PutObjectCommand_base: {
369
372
  * // example id: to-upload-object-and-specify-user-defined-metadata-1483396974757
370
373
  * ```
371
374
  *
372
- * @example To create an object.
375
+ * @example To upload an object and specify canned ACL.
373
376
  * ```javascript
374
- * // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.
377
+ * // The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.
375
378
  * const input = {
379
+ * "ACL": "authenticated-read",
376
380
  * "Body": "filetoupload",
377
381
  * "Bucket": "examplebucket",
378
- * "Key": "objectkey"
382
+ * "Key": "exampleobject"
379
383
  * };
380
384
  * const command = new PutObjectCommand(input);
381
385
  * const response = await client.send(command);
382
386
  * /* response ==
383
387
  * {
384
388
  * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
385
- * "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
389
+ * "VersionId": "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
386
390
  * }
387
391
  * *\/
388
- * // example id: to-create-an-object-1483147613675
392
+ * // example id: to-upload-an-object-and-specify-canned-acl-1483397779571
389
393
  * ```
390
394
  *
391
395
  * @example To upload an object (specify optional headers)
@@ -410,26 +414,23 @@ declare const PutObjectCommand_base: {
410
414
  * // example id: to-upload-an-object-(specify-optional-headers)
411
415
  * ```
412
416
  *
413
- * @example To upload an object and specify server-side encryption and object tags
417
+ * @example To create an object.
414
418
  * ```javascript
415
- * // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.
419
+ * // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.
416
420
  * const input = {
417
421
  * "Body": "filetoupload",
418
422
  * "Bucket": "examplebucket",
419
- * "Key": "exampleobject",
420
- * "ServerSideEncryption": "AES256",
421
- * "Tagging": "key1=value1&key2=value2"
423
+ * "Key": "objectkey"
422
424
  * };
423
425
  * const command = new PutObjectCommand(input);
424
426
  * const response = await client.send(command);
425
427
  * /* response ==
426
428
  * {
427
429
  * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
428
- * "ServerSideEncryption": "AES256",
429
- * "VersionId": "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
430
+ * "VersionId": "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
430
431
  * }
431
432
  * *\/
432
- * // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831
433
+ * // example id: to-create-an-object-1483147613675
433
434
  * ```
434
435
  *
435
436
  */
@@ -54,8 +54,9 @@ declare const UploadPartCommand_base: {
54
54
  * <note>
55
55
  * <p>
56
56
  * <b>Directory buckets</b> -
57
- * For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com/<i>key-name</i>
58
- * </code>. Path-style requests are not supported. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
57
+ * For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
58
+ * </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
59
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
59
60
  * <i>Amazon S3 User Guide</i>.</p>
60
61
  * </note>
61
62
  * <dl>
@@ -186,7 +187,7 @@ declare const UploadPartCommand_base: {
186
187
  * <dd>
187
188
  * <p>
188
189
  * <b>Directory buckets </b> - The HTTP Host header syntax is <code>
189
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>.</p>
190
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
190
191
  * </dd>
191
192
  * </dl>
192
193
  * <p>The following operations are related to <code>UploadPart</code>:</p>
@@ -48,8 +48,9 @@ declare const UploadPartCopyCommand_base: {
48
48
  * <note>
49
49
  * <p>
50
50
  * <b>Directory buckets</b> -
51
- * For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com/<i>key-name</i>
52
- * </code>. Path-style requests are not supported. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
51
+ * For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
52
+ * </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
53
+ * <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Available Local Zone for directory buckets</a> in the
53
54
  * <i>Amazon S3 User Guide</i>.</p>
54
55
  * </note>
55
56
  * <dl>
@@ -216,7 +217,7 @@ declare const UploadPartCopyCommand_base: {
216
217
  * <dd>
217
218
  * <p>
218
219
  * <b>Directory buckets </b> - The HTTP Host header syntax is <code>
219
- * <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>.</p>
220
+ * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
220
221
  * </dd>
221
222
  * </dl>
222
223
  * <p>The following operations are related to <code>UploadPartCopy</code>:</p>