@aws-sdk/client-s3 3.740.0 → 3.743.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +5 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -3
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -3
- package/dist-types/commands/CopyObjectCommand.d.ts +16 -6
- package/dist-types/commands/CreateBucketCommand.d.ts +16 -16
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -3
- package/dist-types/commands/CreateSessionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBucketCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -2
- package/dist-types/commands/DeleteObjectCommand.d.ts +13 -13
- package/dist-types/commands/DeleteObjectsCommand.d.ts +30 -31
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -2
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -3
- package/dist-types/commands/GetObjectCommand.d.ts +3 -3
- package/dist-types/commands/HeadBucketCommand.d.ts +2 -2
- package/dist-types/commands/HeadObjectCommand.d.ts +3 -3
- package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +2 -2
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +3 -3
- package/dist-types/commands/ListObjectsV2Command.d.ts +3 -3
- package/dist-types/commands/ListPartsCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +2 -2
- package/dist-types/commands/PutObjectCommand.d.ts +42 -32
- package/dist-types/commands/UploadPartCommand.d.ts +3 -3
- package/dist-types/commands/UploadPartCopyCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +115 -86
- package/dist-types/models/models_1.d.ts +38 -33
- package/dist-types/ts3.4/models/models_0.d.ts +5 -0
- package/package.json +6 -6
|
@@ -63,7 +63,7 @@ export interface AbortMultipartUploadRequest {
|
|
|
63
63
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
64
64
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
65
65
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
66
|
-
* <i>
|
|
66
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
67
67
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
68
68
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
69
69
|
* <p>
|
|
@@ -72,8 +72,9 @@ export interface AbortMultipartUploadRequest {
|
|
|
72
72
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
73
73
|
* </note>
|
|
74
74
|
* <p>
|
|
75
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
76
|
-
*
|
|
75
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
76
|
+
* form <code>
|
|
77
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
77
78
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
78
79
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
79
80
|
* @public
|
|
@@ -594,7 +595,7 @@ export interface CompleteMultipartUploadRequest {
|
|
|
594
595
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
595
596
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
596
597
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
597
|
-
* <i>
|
|
598
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
598
599
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
599
600
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
600
601
|
* <p>
|
|
@@ -603,8 +604,9 @@ export interface CompleteMultipartUploadRequest {
|
|
|
603
604
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
604
605
|
* </note>
|
|
605
606
|
* <p>
|
|
606
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
607
|
-
*
|
|
607
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
608
|
+
* form <code>
|
|
609
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
608
610
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
609
611
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
610
612
|
* @public
|
|
@@ -1045,7 +1047,7 @@ export interface CopyObjectRequest {
|
|
|
1045
1047
|
* <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
1046
1048
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
1047
1049
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
1048
|
-
* <i>
|
|
1050
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
1049
1051
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
1050
1052
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1051
1053
|
* <note>
|
|
@@ -1058,8 +1060,14 @@ export interface CopyObjectRequest {
|
|
|
1058
1060
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
1059
1061
|
* </note>
|
|
1060
1062
|
* <p>
|
|
1061
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
1062
|
-
*
|
|
1063
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must use the Outpost bucket access point ARN or the access point alias for the destination bucket.
|
|
1064
|
+
*
|
|
1065
|
+
* You can only copy objects within the same Outpost bucket. It's not supported to copy objects across different Amazon Web Services Outposts, between buckets on the same Outposts, or between Outposts buckets and any other bucket types.
|
|
1066
|
+
* For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>S3 on Outposts guide</i>.
|
|
1067
|
+
* When you use this action with S3 on Outposts through the REST API, you must direct requests to the S3 on Outposts hostname, in the format
|
|
1068
|
+
* <code>
|
|
1069
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. The hostname isn't required when you use the Amazon Web Services CLI or SDKs.
|
|
1070
|
+
* </p>
|
|
1063
1071
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
1064
1072
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
1065
1073
|
* @public
|
|
@@ -1547,14 +1555,13 @@ export interface CopyObjectRequest {
|
|
|
1547
1555
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
1548
1556
|
* <p>
|
|
1549
1557
|
* <b>Directory buckets</b> -
|
|
1550
|
-
*
|
|
1551
|
-
*
|
|
1552
|
-
*
|
|
1553
|
-
*
|
|
1554
|
-
* x-amz-server-side-encryption-aws-kms-key-id</code> header explicitly, you can only specify it with the ID (Key ID or Key ARN) of the KMS
|
|
1555
|
-
* customer managed key that's configured for your directory bucket's default encryption setting. Otherwise, you get an HTTP <code>400 Bad Request</code> error. Only use the key ID or key ARN. The key alias format of the KMS key isn't supported. Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket for the lifetime of the bucket.
|
|
1558
|
+
* To encrypt data using SSE-KMS, it's recommended to specify the
|
|
1559
|
+
* <code>x-amz-server-side-encryption</code> header to <code>aws:kms</code>. Then, the <code>x-amz-server-side-encryption-aws-kms-key-id</code> header implicitly uses
|
|
1560
|
+
* the bucket's default KMS customer managed key ID. If you want to explicitly set the <code>
|
|
1561
|
+
* x-amz-server-side-encryption-aws-kms-key-id</code> header, it must match the bucket's default customer managed key (using key ID or ARN, not alias). Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket's lifetime.
|
|
1556
1562
|
* The <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a> (<code>aws/s3</code>) isn't supported.
|
|
1557
|
-
*
|
|
1563
|
+
*
|
|
1564
|
+
* Incorrect key specification results in an HTTP <code>400 Bad Request</code> error. </p>
|
|
1558
1565
|
* @public
|
|
1559
1566
|
*/
|
|
1560
1567
|
SSEKMSKeyId?: string | undefined;
|
|
@@ -1842,7 +1849,7 @@ export type LocationType = (typeof LocationType)[keyof typeof LocationType];
|
|
|
1842
1849
|
/**
|
|
1843
1850
|
* <p>Specifies the location where the bucket will be created.</p>
|
|
1844
1851
|
* <p>For directory buckets, the location type is Availability Zone or Local Zone. For more information about directory buckets, see
|
|
1845
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html">
|
|
1852
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html">Working with directory buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1846
1853
|
* <note>
|
|
1847
1854
|
* <p>This functionality is only supported by directory buckets.</p>
|
|
1848
1855
|
* </note>
|
|
@@ -1877,16 +1884,21 @@ export declare const BucketLocationConstraint: {
|
|
|
1877
1884
|
readonly ap_southeast_1: "ap-southeast-1";
|
|
1878
1885
|
readonly ap_southeast_2: "ap-southeast-2";
|
|
1879
1886
|
readonly ap_southeast_3: "ap-southeast-3";
|
|
1887
|
+
readonly ap_southeast_4: "ap-southeast-4";
|
|
1888
|
+
readonly ap_southeast_5: "ap-southeast-5";
|
|
1880
1889
|
readonly ca_central_1: "ca-central-1";
|
|
1881
1890
|
readonly cn_north_1: "cn-north-1";
|
|
1882
1891
|
readonly cn_northwest_1: "cn-northwest-1";
|
|
1883
1892
|
readonly eu_central_1: "eu-central-1";
|
|
1893
|
+
readonly eu_central_2: "eu-central-2";
|
|
1884
1894
|
readonly eu_north_1: "eu-north-1";
|
|
1885
1895
|
readonly eu_south_1: "eu-south-1";
|
|
1886
1896
|
readonly eu_south_2: "eu-south-2";
|
|
1887
1897
|
readonly eu_west_1: "eu-west-1";
|
|
1888
1898
|
readonly eu_west_2: "eu-west-2";
|
|
1889
1899
|
readonly eu_west_3: "eu-west-3";
|
|
1900
|
+
readonly il_central_1: "il-central-1";
|
|
1901
|
+
readonly me_central_1: "me-central-1";
|
|
1890
1902
|
readonly me_south_1: "me-south-1";
|
|
1891
1903
|
readonly sa_east_1: "sa-east-1";
|
|
1892
1904
|
readonly us_east_2: "us-east-2";
|
|
@@ -1908,10 +1920,11 @@ export interface CreateBucketConfiguration {
|
|
|
1908
1920
|
* <p>Specifies the Region where the bucket will be created. You might choose a Region to
|
|
1909
1921
|
* optimize latency, minimize costs, or address regulatory requirements. For example, if you
|
|
1910
1922
|
* reside in Europe, you will probably find it advantageous to create buckets in the Europe
|
|
1911
|
-
* (Ireland) Region
|
|
1912
|
-
* bucket</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
1923
|
+
* (Ireland) Region.</p>
|
|
1913
1924
|
* <p>If you don't specify a Region, the bucket is created in the US East (N. Virginia) Region
|
|
1914
|
-
* (us-east-1) by default
|
|
1925
|
+
* (us-east-1) by default. Configurations using the value <code>EU</code> will create a bucket in <code>eu-west-1</code>.</p>
|
|
1926
|
+
* <p>For a list of the valid values for all of the Amazon Web Services Regions, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions and
|
|
1927
|
+
* Endpoints</a>.</p>
|
|
1915
1928
|
* <note>
|
|
1916
1929
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
1917
1930
|
* </note>
|
|
@@ -1922,8 +1935,8 @@ export interface CreateBucketConfiguration {
|
|
|
1922
1935
|
* <p>Specifies the location where the bucket will be created.</p>
|
|
1923
1936
|
* <p>
|
|
1924
1937
|
* <b>Directory buckets </b> - The location type is Availability Zone or Local Zone.
|
|
1925
|
-
*
|
|
1926
|
-
* error code <code>
|
|
1938
|
+
* To use the Local Zone location type, your account must be enabled for Dedicated Local Zones. Otherwise, you get an HTTP <code>403 Forbidden</code> error with the
|
|
1939
|
+
* error code <code>AccessDenied</code>. To learn more, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/opt-in-directory-bucket-lz.html">Enable accounts for Dedicated Local Zones</a> in the <i>Amazon S3 User Guide</i>.
|
|
1927
1940
|
* </p>
|
|
1928
1941
|
* <note>
|
|
1929
1942
|
* <p>This functionality is only supported by directory buckets.</p>
|
|
@@ -2302,7 +2315,7 @@ export interface CreateMultipartUploadRequest {
|
|
|
2302
2315
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
2303
2316
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
2304
2317
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
2305
|
-
* <i>
|
|
2318
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
2306
2319
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
2307
2320
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2308
2321
|
* <p>
|
|
@@ -2311,8 +2324,9 @@ export interface CreateMultipartUploadRequest {
|
|
|
2311
2324
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
2312
2325
|
* </note>
|
|
2313
2326
|
* <p>
|
|
2314
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
2315
|
-
*
|
|
2327
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
2328
|
+
* form <code>
|
|
2329
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2316
2330
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
2317
2331
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
2318
2332
|
* @public
|
|
@@ -2752,14 +2766,13 @@ export interface CreateMultipartUploadRequest {
|
|
|
2752
2766
|
* <code>x-amz-server-side-encryption:aws:kms:dsse</code>, but do not provide <code>x-amz-server-side-encryption-aws-kms-key-id</code>, Amazon S3 uses the Amazon Web Services managed key
|
|
2753
2767
|
* (<code>aws/s3</code>) to protect the data.</p>
|
|
2754
2768
|
* <p>
|
|
2755
|
-
* <b>Directory buckets</b> -
|
|
2756
|
-
*
|
|
2757
|
-
*
|
|
2758
|
-
*
|
|
2759
|
-
* x-amz-server-side-encryption-aws-kms-key-id</code> header explicitly, you can only specify it with the ID (Key ID or Key ARN) of the KMS
|
|
2760
|
-
* customer managed key that's configured for your directory bucket's default encryption setting. Otherwise, you get an HTTP <code>400 Bad Request</code> error. Only use the key ID or key ARN. The key alias format of the KMS key isn't supported. Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket for the lifetime of the bucket.
|
|
2769
|
+
* <b>Directory buckets</b> - To encrypt data using SSE-KMS, it's recommended to specify the
|
|
2770
|
+
* <code>x-amz-server-side-encryption</code> header to <code>aws:kms</code>. Then, the <code>x-amz-server-side-encryption-aws-kms-key-id</code> header implicitly uses
|
|
2771
|
+
* the bucket's default KMS customer managed key ID. If you want to explicitly set the <code>
|
|
2772
|
+
* x-amz-server-side-encryption-aws-kms-key-id</code> header, it must match the bucket's default customer managed key (using key ID or ARN, not alias). Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket's lifetime.
|
|
2761
2773
|
* The <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a> (<code>aws/s3</code>) isn't supported.
|
|
2762
|
-
*
|
|
2774
|
+
*
|
|
2775
|
+
* Incorrect key specification results in an HTTP <code>400 Bad Request</code> error. </p>
|
|
2763
2776
|
* @public
|
|
2764
2777
|
*/
|
|
2765
2778
|
SSEKMSKeyId?: string | undefined;
|
|
@@ -2967,7 +2980,7 @@ export interface CreateSessionRequest {
|
|
|
2967
2980
|
* <p>The server-side encryption algorithm to use when you store objects in the directory bucket.</p>
|
|
2968
2981
|
* <p>For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) and server-side encryption with KMS keys (SSE-KMS) (<code>aws:kms</code>). By default, Amazon S3 encrypts data with SSE-S3.
|
|
2969
2982
|
* For more
|
|
2970
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
2983
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
2971
2984
|
* @public
|
|
2972
2985
|
*/
|
|
2973
2986
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -2976,7 +2989,7 @@ export interface CreateSessionRequest {
|
|
|
2976
2989
|
* x-amz-server-side-encryption-aws-kms-key-id</code> header with the ID (Key ID or Key ARN) of the KMS
|
|
2977
2990
|
* symmetric encryption customer managed key to use. Otherwise, you get an HTTP <code>400 Bad Request</code> error. Only use the key ID or key ARN. The key alias format of the KMS key isn't supported. Also, if the KMS key doesn't exist in the same
|
|
2978
2991
|
* account that't issuing the command, you must use the full Key ARN not the Key ID. </p>
|
|
2979
|
-
* <p>Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket
|
|
2992
|
+
* <p>Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket's lifetime.
|
|
2980
2993
|
* The <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a> (<code>aws/s3</code>) isn't supported.
|
|
2981
2994
|
* </p>
|
|
2982
2995
|
* @public
|
|
@@ -3317,7 +3330,7 @@ export interface DeleteObjectOutput {
|
|
|
3317
3330
|
* <p>Indicates whether the specified object version that was permanently deleted was (true)
|
|
3318
3331
|
* or was not (false) a delete marker before deletion. In a simple DELETE, this header
|
|
3319
3332
|
* indicates whether (true) or not (false) the current version of the object is a delete
|
|
3320
|
-
* marker
|
|
3333
|
+
* marker. 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>
|
|
3321
3334
|
* <note>
|
|
3322
3335
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3323
3336
|
* </note>
|
|
@@ -3354,7 +3367,7 @@ export interface DeleteObjectRequest {
|
|
|
3354
3367
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
3355
3368
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
3356
3369
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
3357
|
-
* <i>
|
|
3370
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
3358
3371
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
3359
3372
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3360
3373
|
* <p>
|
|
@@ -3363,8 +3376,9 @@ export interface DeleteObjectRequest {
|
|
|
3363
3376
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
3364
3377
|
* </note>
|
|
3365
3378
|
* <p>
|
|
3366
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
3367
|
-
*
|
|
3379
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
3380
|
+
* form <code>
|
|
3381
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3368
3382
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
3369
3383
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
3370
3384
|
* @public
|
|
@@ -3425,7 +3439,7 @@ export interface DeleteObjectRequest {
|
|
|
3425
3439
|
* <p>The <code>If-Match</code> header field makes the request method conditional on ETags. If the ETag value does not match, the operation returns
|
|
3426
3440
|
* a <code>412 Precondition Failed</code> error. If the ETag matches or if the object doesn't exist, the operation will return a <code>204 Success (No
|
|
3427
3441
|
* Content) response</code>.</p>
|
|
3428
|
-
* <p>For more information about conditional requests, see <a href="https://
|
|
3442
|
+
* <p>For more information about conditional requests, see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>.</p>
|
|
3429
3443
|
* <note>
|
|
3430
3444
|
* <p>This functionality is only supported for directory buckets.</p>
|
|
3431
3445
|
* </note>
|
|
@@ -3480,7 +3494,7 @@ export interface DeletedObject {
|
|
|
3480
3494
|
* <p>Indicates whether the specified object version that was permanently deleted was (true)
|
|
3481
3495
|
* or was not (false) a delete marker before deletion. In a simple DELETE, this header
|
|
3482
3496
|
* indicates whether (true) or not (false) the current version of the object is a delete
|
|
3483
|
-
* marker
|
|
3497
|
+
* marker. 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>
|
|
3484
3498
|
* <note>
|
|
3485
3499
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
3486
3500
|
* </note>
|
|
@@ -5505,7 +5519,7 @@ export interface DeleteObjectsRequest {
|
|
|
5505
5519
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
5506
5520
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
5507
5521
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
5508
|
-
* <i>
|
|
5522
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
5509
5523
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
5510
5524
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
5511
5525
|
* <p>
|
|
@@ -5514,8 +5528,9 @@ export interface DeleteObjectsRequest {
|
|
|
5514
5528
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
5515
5529
|
* </note>
|
|
5516
5530
|
* <p>
|
|
5517
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
5518
|
-
*
|
|
5531
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
5532
|
+
* form <code>
|
|
5533
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
5519
5534
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
5520
5535
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
5521
5536
|
* @public
|
|
@@ -5637,8 +5652,9 @@ export interface DeleteObjectTaggingRequest {
|
|
|
5637
5652
|
* <p>
|
|
5638
5653
|
* <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
5639
5654
|
* <p>
|
|
5640
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
5641
|
-
*
|
|
5655
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
5656
|
+
* form <code>
|
|
5657
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
5642
5658
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
5643
5659
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
5644
5660
|
* @public
|
|
@@ -6102,7 +6118,7 @@ export interface GetBucketCorsRequest {
|
|
|
6102
6118
|
* <li>
|
|
6103
6119
|
* <p>
|
|
6104
6120
|
* <b>Directory buckets</b> -
|
|
6105
|
-
* Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket
|
|
6121
|
+
* Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket's lifetime.
|
|
6106
6122
|
* The <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a> (<code>aws/s3</code>) isn't supported.
|
|
6107
6123
|
* </p>
|
|
6108
6124
|
* </li>
|
|
@@ -6926,7 +6942,15 @@ export interface Transition {
|
|
|
6926
6942
|
Date?: Date | undefined;
|
|
6927
6943
|
/**
|
|
6928
6944
|
* <p>Indicates the number of days after creation when objects are transitioned to the
|
|
6929
|
-
* specified storage class.
|
|
6945
|
+
* specified storage class. If the specified storage class is <code>INTELLIGENT_TIERING</code>,
|
|
6946
|
+
* <code>GLACIER_IR</code>, <code>GLACIER</code>, or <code>DEEP_ARCHIVE</code>, valid values are
|
|
6947
|
+
* <code>0</code> or positive integers. If the specified storage class is <code>STANDARD_IA</code>
|
|
6948
|
+
* or <code>ONEZONE_IA</code>, valid values are positive integers greater than <code>30</code>. Be
|
|
6949
|
+
* aware that some storage classes have a minimum storage duration and that you're charged for
|
|
6950
|
+
* transitioning objects before their minimum storage duration. For more information, see
|
|
6951
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html#lifecycle-configuration-constraints">
|
|
6952
|
+
* Constraints and considerations for transitions</a> in the
|
|
6953
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
6930
6954
|
* @public
|
|
6931
6955
|
*/
|
|
6932
6956
|
Days?: number | undefined;
|
|
@@ -7104,8 +7128,9 @@ export interface GetBucketLifecycleConfigurationRequest {
|
|
|
7104
7128
|
export interface GetBucketLocationOutput {
|
|
7105
7129
|
/**
|
|
7106
7130
|
* <p>Specifies the Region where the bucket resides. For a list of all the Amazon S3 supported
|
|
7107
|
-
* location constraints by Region, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions and Endpoints</a
|
|
7108
|
-
* Region <code>us-east-1</code> have a LocationConstraint of
|
|
7131
|
+
* location constraints by Region, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions and Endpoints</a>.</p>
|
|
7132
|
+
* <p>Buckets in Region <code>us-east-1</code> have a LocationConstraint of
|
|
7133
|
+
* <code>null</code>. Buckets with a LocationConstraint of <code>EU</code> reside in <code>eu-west-1</code>.</p>
|
|
7109
7134
|
* @public
|
|
7110
7135
|
*/
|
|
7111
7136
|
LocationConstraint?: BucketLocationConstraint | undefined;
|
|
@@ -9344,7 +9369,7 @@ export interface GetObjectRequest {
|
|
|
9344
9369
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
9345
9370
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
9346
9371
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
9347
|
-
* <i>
|
|
9372
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
9348
9373
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
9349
9374
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9350
9375
|
* <p>
|
|
@@ -9355,8 +9380,9 @@ export interface GetObjectRequest {
|
|
|
9355
9380
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
9356
9381
|
* </note>
|
|
9357
9382
|
* <p>
|
|
9358
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
9359
|
-
*
|
|
9383
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
9384
|
+
* form <code>
|
|
9385
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9360
9386
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
9361
9387
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
9362
9388
|
* @public
|
|
@@ -9610,11 +9636,6 @@ export interface GetObjectRequest {
|
|
|
9610
9636
|
ExpectedBucketOwner?: string | undefined;
|
|
9611
9637
|
/**
|
|
9612
9638
|
* <p>To retrieve the checksum, this mode must be enabled.</p>
|
|
9613
|
-
* <p>
|
|
9614
|
-
* <b>General purpose buckets</b> - In addition, if you enable
|
|
9615
|
-
* checksum mode and the object is uploaded with a <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_Checksum.html">checksum</a> and encrypted with an
|
|
9616
|
-
* Key Management Service (KMS) key, you must have permission to use the <code>kms:Decrypt</code> action
|
|
9617
|
-
* to retrieve the checksum.</p>
|
|
9618
9639
|
* @public
|
|
9619
9640
|
*/
|
|
9620
9641
|
ChecksumMode?: ChecksumMode | undefined;
|
|
@@ -9888,7 +9909,7 @@ export interface GetObjectAttributesOutput {
|
|
|
9888
9909
|
/**
|
|
9889
9910
|
* <p>Specifies whether the object retrieved was (<code>true</code>) or was not
|
|
9890
9911
|
* (<code>false</code>) a delete marker. If <code>false</code>, this response header does
|
|
9891
|
-
* not appear in the response
|
|
9912
|
+
* not appear in the response. 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>
|
|
9892
9913
|
* <note>
|
|
9893
9914
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
9894
9915
|
* </note>
|
|
@@ -9977,7 +9998,7 @@ export interface GetObjectAttributesRequest {
|
|
|
9977
9998
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
9978
9999
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
9979
10000
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
9980
|
-
* <i>
|
|
10001
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
9981
10002
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
9982
10003
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9983
10004
|
* <p>
|
|
@@ -9986,8 +10007,9 @@ export interface GetObjectAttributesRequest {
|
|
|
9986
10007
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
9987
10008
|
* </note>
|
|
9988
10009
|
* <p>
|
|
9989
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
9990
|
-
*
|
|
10010
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
10011
|
+
* form <code>
|
|
10012
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
9991
10013
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
9992
10014
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
9993
10015
|
* @public
|
|
@@ -10353,8 +10375,9 @@ export interface GetObjectTaggingRequest {
|
|
|
10353
10375
|
* <p>
|
|
10354
10376
|
* <b>Access points</b> - When you use this action with an access point, you must provide the alias of the access point in place of the bucket name or specify the access point ARN. When using the access point ARN, you must direct requests to the access point hostname. The access point hostname takes the form <i>AccessPointName</i>-<i>AccountId</i>.s3-accesspoint.<i>Region</i>.amazonaws.com. When using this action with an access point through the Amazon Web Services SDKs, you provide the access point ARN in place of the bucket name. For more information about access point ARNs, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html">Using access points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
10355
10377
|
* <p>
|
|
10356
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
10357
|
-
*
|
|
10378
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
10379
|
+
* form <code>
|
|
10380
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
10358
10381
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
10359
10382
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
10360
10383
|
* @public
|
|
@@ -10573,7 +10596,7 @@ export interface HeadBucketRequest {
|
|
|
10573
10596
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
10574
10597
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
10575
10598
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
10576
|
-
* <i>
|
|
10599
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
10577
10600
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
10578
10601
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
10579
10602
|
* <p>
|
|
@@ -10587,8 +10610,9 @@ export interface HeadBucketRequest {
|
|
|
10587
10610
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
10588
10611
|
* </note>
|
|
10589
10612
|
* <p>
|
|
10590
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
10591
|
-
*
|
|
10613
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
10614
|
+
* form <code>
|
|
10615
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
10592
10616
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
10593
10617
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
10594
10618
|
* @public
|
|
@@ -10972,7 +10996,7 @@ export interface HeadObjectRequest {
|
|
|
10972
10996
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
10973
10997
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
10974
10998
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
10975
|
-
* <i>
|
|
10999
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
10976
11000
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
10977
11001
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
10978
11002
|
* <p>
|
|
@@ -10981,8 +11005,9 @@ export interface HeadObjectRequest {
|
|
|
10981
11005
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
10982
11006
|
* </note>
|
|
10983
11007
|
* <p>
|
|
10984
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
10985
|
-
*
|
|
11008
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
11009
|
+
* form <code>
|
|
11010
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
10986
11011
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
10987
11012
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
10988
11013
|
* @public
|
|
@@ -11775,7 +11800,7 @@ export interface ListMultipartUploadsRequest {
|
|
|
11775
11800
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
11776
11801
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
11777
11802
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
11778
|
-
* <i>
|
|
11803
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
11779
11804
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
11780
11805
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
11781
11806
|
* <p>
|
|
@@ -11784,8 +11809,9 @@ export interface ListMultipartUploadsRequest {
|
|
|
11784
11809
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
11785
11810
|
* </note>
|
|
11786
11811
|
* <p>
|
|
11787
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
11788
|
-
*
|
|
11812
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
11813
|
+
* form <code>
|
|
11814
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
11789
11815
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
11790
11816
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
11791
11817
|
* @public
|
|
@@ -12191,7 +12217,7 @@ export interface ListObjectsRequest {
|
|
|
12191
12217
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
12192
12218
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
12193
12219
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
12194
|
-
* <i>
|
|
12220
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
12195
12221
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
12196
12222
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
12197
12223
|
* <p>
|
|
@@ -12200,8 +12226,9 @@ export interface ListObjectsRequest {
|
|
|
12200
12226
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
12201
12227
|
* </note>
|
|
12202
12228
|
* <p>
|
|
12203
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
12204
|
-
*
|
|
12229
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
12230
|
+
* form <code>
|
|
12231
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
12205
12232
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
12206
12233
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
12207
12234
|
* @public
|
|
@@ -12416,7 +12443,7 @@ export interface ListObjectsV2Request {
|
|
|
12416
12443
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
12417
12444
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
12418
12445
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
12419
|
-
* <i>
|
|
12446
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
12420
12447
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
12421
12448
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
12422
12449
|
* <p>
|
|
@@ -12425,8 +12452,9 @@ export interface ListObjectsV2Request {
|
|
|
12425
12452
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
12426
12453
|
* </note>
|
|
12427
12454
|
* <p>
|
|
12428
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
12429
|
-
*
|
|
12455
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
12456
|
+
* form <code>
|
|
12457
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
12430
12458
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
12431
12459
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
12432
12460
|
* @public
|
|
@@ -12548,7 +12576,7 @@ export interface ListObjectsV2Request {
|
|
|
12548
12576
|
*/
|
|
12549
12577
|
export interface DeleteMarkerEntry {
|
|
12550
12578
|
/**
|
|
12551
|
-
* <p>The account that created the delete marker
|
|
12579
|
+
* <p>The account that created the delete marker. </p>
|
|
12552
12580
|
* @public
|
|
12553
12581
|
*/
|
|
12554
12582
|
Owner?: Owner | undefined;
|
|
@@ -12564,7 +12592,7 @@ export interface DeleteMarkerEntry {
|
|
|
12564
12592
|
VersionId?: string | undefined;
|
|
12565
12593
|
/**
|
|
12566
12594
|
* <p>Specifies whether the object is (true) or is not (false) the latest version of an
|
|
12567
|
-
* object
|
|
12595
|
+
* object. </p>
|
|
12568
12596
|
* @public
|
|
12569
12597
|
*/
|
|
12570
12598
|
IsLatest?: boolean | undefined;
|
|
@@ -12695,7 +12723,7 @@ export interface ListObjectVersionsOutput {
|
|
|
12695
12723
|
*/
|
|
12696
12724
|
Versions?: ObjectVersion[] | undefined;
|
|
12697
12725
|
/**
|
|
12698
|
-
* <p>Container for an object that is a delete marker
|
|
12726
|
+
* <p>Container for an object that is a delete marker. 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>
|
|
12699
12727
|
* @public
|
|
12700
12728
|
*/
|
|
12701
12729
|
DeleteMarkers?: DeleteMarkerEntry[] | undefined;
|
|
@@ -13040,7 +13068,7 @@ export interface ListPartsRequest {
|
|
|
13040
13068
|
* When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
|
|
13041
13069
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Zone (Availability Zone or Local Zone). Bucket names must follow the format <code>
|
|
13042
13070
|
* <i>bucket-base-name</i>--<i>zone-id</i>--x-s3</code> (for example, <code>
|
|
13043
|
-
* <i>
|
|
13071
|
+
* <i>amzn-s3-demo-bucket</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
|
|
13044
13072
|
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
|
|
13045
13073
|
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
13046
13074
|
* <p>
|
|
@@ -13049,8 +13077,9 @@ export interface ListPartsRequest {
|
|
|
13049
13077
|
* <p>Access points and Object Lambda access points are not supported by directory buckets.</p>
|
|
13050
13078
|
* </note>
|
|
13051
13079
|
* <p>
|
|
13052
|
-
* <b>S3 on Outposts</b> - When you use this action with
|
|
13053
|
-
*
|
|
13080
|
+
* <b>S3 on Outposts</b> - When you use this action with S3 on Outposts, you must direct requests to the S3 on Outposts hostname. The S3 on Outposts hostname takes the
|
|
13081
|
+
* form <code>
|
|
13082
|
+
* <i>AccessPointName</i>-<i>AccountId</i>.<i>outpostID</i>.s3-outposts.<i>Region</i>.amazonaws.com</code>. When you use this action with S3 on Outposts, the destination bucket must be the Outposts access point ARN or the access point alias. For more information about S3 on Outposts, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html">What is S3 on Outposts?</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
13054
13083
|
* <p>Note: To supply the Multi-region Access Point (MRAP) to Bucket, you need to install the "@aws-sdk/signature-v4-crt" package to your project dependencies.
|
|
13055
13084
|
* For more information, please go to https://github.com/aws/aws-sdk-js-v3#known-issues</p>
|
|
13056
13085
|
* @public
|
|
@@ -13151,7 +13180,7 @@ export interface PutBucketAccelerateConfigurationRequest {
|
|
|
13151
13180
|
*/
|
|
13152
13181
|
ExpectedBucketOwner?: string | undefined;
|
|
13153
13182
|
/**
|
|
13154
|
-
* <p>Indicates the algorithm used to create the checksum for the
|
|
13183
|
+
* <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
|
|
13155
13184
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
13156
13185
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
13157
13186
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|
|
@@ -13194,7 +13223,7 @@ export interface PutBucketAclRequest {
|
|
|
13194
13223
|
*/
|
|
13195
13224
|
ContentMD5?: string | undefined;
|
|
13196
13225
|
/**
|
|
13197
|
-
* <p>Indicates the algorithm used to create the checksum for the
|
|
13226
|
+
* <p>Indicates the algorithm used to create the checksum for the request when you use the SDK. This header will not provide any
|
|
13198
13227
|
* additional functionality if you don't use the SDK. When you send this header, there must be a corresponding <code>x-amz-checksum</code> or
|
|
13199
13228
|
* <code>x-amz-trailer</code> header sent. Otherwise, Amazon S3 fails the request with the HTTP status code <code>400 Bad Request</code>. For more
|
|
13200
13229
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html">Checking object integrity</a> in
|