@aws-sdk/client-s3 3.835.0 → 3.839.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 (27) hide show
  1. package/dist-cjs/index.js +3 -0
  2. package/dist-es/models/models_0.js +3 -0
  3. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +1 -1
  4. package/dist-types/commands/CopyObjectCommand.d.ts +3 -3
  5. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -3
  6. package/dist-types/commands/CreateSessionCommand.d.ts +2 -2
  7. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
  8. package/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
  9. package/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
  10. package/dist-types/commands/GetObjectCommand.d.ts +2 -2
  11. package/dist-types/commands/HeadObjectCommand.d.ts +2 -2
  12. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
  13. package/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  14. package/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
  15. package/dist-types/commands/ListPartsCommand.d.ts +1 -1
  16. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
  17. package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  18. package/dist-types/commands/PutObjectCommand.d.ts +3 -3
  19. package/dist-types/commands/RenameObjectCommand.d.ts +12 -10
  20. package/dist-types/commands/RestoreObjectCommand.d.ts +2 -2
  21. package/dist-types/commands/UploadPartCommand.d.ts +1 -1
  22. package/dist-types/commands/UploadPartCopyCommand.d.ts +1 -1
  23. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -2
  24. package/dist-types/models/models_0.d.ts +39 -11
  25. package/dist-types/models/models_1.d.ts +26 -11
  26. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  27. package/package.json +16 -16
package/dist-cjs/index.js CHANGED
@@ -382,6 +382,7 @@ var ChecksumType = {
382
382
  };
383
383
  var ServerSideEncryption = {
384
384
  AES256: "AES256",
385
+ aws_fsx: "aws:fsx",
385
386
  aws_kms: "aws:kms",
386
387
  aws_kms_dsse: "aws:kms:dsse"
387
388
  };
@@ -416,6 +417,7 @@ var ObjectLockMode = {
416
417
  var StorageClass = {
417
418
  DEEP_ARCHIVE: "DEEP_ARCHIVE",
418
419
  EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
420
+ FSX_OPENZFS: "FSX_OPENZFS",
419
421
  GLACIER: "GLACIER",
420
422
  GLACIER_IR: "GLACIER_IR",
421
423
  INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
@@ -820,6 +822,7 @@ var EncodingType = {
820
822
  var ObjectStorageClass = {
821
823
  DEEP_ARCHIVE: "DEEP_ARCHIVE",
822
824
  EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
825
+ FSX_OPENZFS: "FSX_OPENZFS",
823
826
  GLACIER: "GLACIER",
824
827
  GLACIER_IR: "GLACIER_IR",
825
828
  INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
@@ -43,6 +43,7 @@ export const ChecksumType = {
43
43
  };
44
44
  export const ServerSideEncryption = {
45
45
  AES256: "AES256",
46
+ aws_fsx: "aws:fsx",
46
47
  aws_kms: "aws:kms",
47
48
  aws_kms_dsse: "aws:kms:dsse",
48
49
  };
@@ -77,6 +78,7 @@ export const ObjectLockMode = {
77
78
  export const StorageClass = {
78
79
  DEEP_ARCHIVE: "DEEP_ARCHIVE",
79
80
  EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
81
+ FSX_OPENZFS: "FSX_OPENZFS",
80
82
  GLACIER: "GLACIER",
81
83
  GLACIER_IR: "GLACIER_IR",
82
84
  INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
@@ -446,6 +448,7 @@ export const EncodingType = {
446
448
  export const ObjectStorageClass = {
447
449
  DEEP_ARCHIVE: "DEEP_ARCHIVE",
448
450
  EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
451
+ FSX_OPENZFS: "FSX_OPENZFS",
449
452
  GLACIER: "GLACIER",
450
453
  GLACIER_IR: "GLACIER_IR",
451
454
  INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
@@ -249,7 +249,7 @@ declare const CompleteMultipartUploadCommand_base: {
249
249
  * // ChecksumSHA1: "STRING_VALUE",
250
250
  * // ChecksumSHA256: "STRING_VALUE",
251
251
  * // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
252
- * // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
252
+ * // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
253
253
  * // VersionId: "STRING_VALUE",
254
254
  * // SSEKMSKeyId: "STRING_VALUE",
255
255
  * // BucketKeyEnabled: true || false,
@@ -270,8 +270,8 @@ declare const CopyObjectCommand_base: {
270
270
  * },
271
271
  * MetadataDirective: "COPY" || "REPLACE",
272
272
  * TaggingDirective: "COPY" || "REPLACE",
273
- * ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
274
- * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
273
+ * ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
274
+ * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
275
275
  * WebsiteRedirectLocation: "STRING_VALUE",
276
276
  * SSECustomerAlgorithm: "STRING_VALUE",
277
277
  * SSECustomerKey: "STRING_VALUE",
@@ -306,7 +306,7 @@ declare const CopyObjectCommand_base: {
306
306
  * // Expiration: "STRING_VALUE",
307
307
  * // CopySourceVersionId: "STRING_VALUE",
308
308
  * // VersionId: "STRING_VALUE",
309
- * // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
309
+ * // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
310
310
  * // SSECustomerAlgorithm: "STRING_VALUE",
311
311
  * // SSECustomerKeyMD5: "STRING_VALUE",
312
312
  * // SSEKMSKeyId: "STRING_VALUE",
@@ -325,8 +325,8 @@ declare const CreateMultipartUploadCommand_base: {
325
325
  * Metadata: { // Metadata
326
326
  * "<keys>": "STRING_VALUE",
327
327
  * },
328
- * ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
329
- * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
328
+ * ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
329
+ * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
330
330
  * WebsiteRedirectLocation: "STRING_VALUE",
331
331
  * SSECustomerAlgorithm: "STRING_VALUE",
332
332
  * SSECustomerKey: "STRING_VALUE",
@@ -351,7 +351,7 @@ declare const CreateMultipartUploadCommand_base: {
351
351
  * // Bucket: "STRING_VALUE",
352
352
  * // Key: "STRING_VALUE",
353
353
  * // UploadId: "STRING_VALUE",
354
- * // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
354
+ * // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
355
355
  * // SSECustomerAlgorithm: "STRING_VALUE",
356
356
  * // SSECustomerKeyMD5: "STRING_VALUE",
357
357
  * // SSEKMSKeyId: "STRING_VALUE",
@@ -145,7 +145,7 @@ declare const CreateSessionCommand_base: {
145
145
  * const input = { // CreateSessionRequest
146
146
  * SessionMode: "ReadOnly" || "ReadWrite",
147
147
  * Bucket: "STRING_VALUE", // required
148
- * ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
148
+ * ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
149
149
  * SSEKMSKeyId: "STRING_VALUE",
150
150
  * SSEKMSEncryptionContext: "STRING_VALUE",
151
151
  * BucketKeyEnabled: true || false,
@@ -153,7 +153,7 @@ declare const CreateSessionCommand_base: {
153
153
  * const command = new CreateSessionCommand(input);
154
154
  * const response = await client.send(command);
155
155
  * // { // CreateSessionOutput
156
- * // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
156
+ * // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
157
157
  * // SSEKMSKeyId: "STRING_VALUE",
158
158
  * // SSEKMSEncryptionContext: "STRING_VALUE",
159
159
  * // BucketKeyEnabled: true || false,
@@ -106,7 +106,7 @@ declare const GetBucketEncryptionCommand_base: {
106
106
  * // Rules: [ // ServerSideEncryptionRules // required
107
107
  * // { // ServerSideEncryptionRule
108
108
  * // ApplyServerSideEncryptionByDefault: { // ServerSideEncryptionByDefault
109
- * // SSEAlgorithm: "AES256" || "aws:kms" || "aws:kms:dsse", // required
109
+ * // SSEAlgorithm: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse", // required
110
110
  * // KMSMasterKeyID: "STRING_VALUE",
111
111
  * // },
112
112
  * // BucketKeyEnabled: true || false,
@@ -111,7 +111,7 @@ declare const GetBucketReplicationCommand_base: {
111
111
  * // Destination: { // Destination
112
112
  * // Bucket: "STRING_VALUE", // required
113
113
  * // Account: "STRING_VALUE",
114
- * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
114
+ * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
115
115
  * // AccessControlTranslation: { // AccessControlTranslation
116
116
  * // Owner: "Destination", // required
117
117
  * // },
@@ -302,7 +302,7 @@ declare const GetObjectAttributesCommand_base: {
302
302
  * // },
303
303
  * // ],
304
304
  * // },
305
- * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
305
+ * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
306
306
  * // ObjectSize: Number("long"),
307
307
  * // };
308
308
  *
@@ -266,7 +266,7 @@ declare const GetObjectCommand_base: {
266
266
  * // Expires: new Date("TIMESTAMP"),
267
267
  * // ExpiresString: "STRING_VALUE",
268
268
  * // WebsiteRedirectLocation: "STRING_VALUE",
269
- * // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
269
+ * // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
270
270
  * // Metadata: { // Metadata
271
271
  * // "<keys>": "STRING_VALUE",
272
272
  * // },
@@ -274,7 +274,7 @@ declare const GetObjectCommand_base: {
274
274
  * // SSECustomerKeyMD5: "STRING_VALUE",
275
275
  * // SSEKMSKeyId: "STRING_VALUE",
276
276
  * // BucketKeyEnabled: true || false,
277
- * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
277
+ * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
278
278
  * // RequestCharged: "requester",
279
279
  * // ReplicationStatus: "COMPLETE" || "PENDING" || "FAILED" || "REPLICA" || "COMPLETED",
280
280
  * // PartsCount: Number("int"),
@@ -247,7 +247,7 @@ declare const HeadObjectCommand_base: {
247
247
  * // Expires: new Date("TIMESTAMP"),
248
248
  * // ExpiresString: "STRING_VALUE",
249
249
  * // WebsiteRedirectLocation: "STRING_VALUE",
250
- * // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
250
+ * // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
251
251
  * // Metadata: { // Metadata
252
252
  * // "<keys>": "STRING_VALUE",
253
253
  * // },
@@ -255,7 +255,7 @@ declare const HeadObjectCommand_base: {
255
255
  * // SSECustomerKeyMD5: "STRING_VALUE",
256
256
  * // SSEKMSKeyId: "STRING_VALUE",
257
257
  * // BucketKeyEnabled: true || false,
258
- * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
258
+ * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
259
259
  * // RequestCharged: "requester",
260
260
  * // ReplicationStatus: "COMPLETE" || "PENDING" || "FAILED" || "REPLICA" || "COMPLETED",
261
261
  * // PartsCount: Number("int"),
@@ -202,7 +202,7 @@ declare const ListMultipartUploadsCommand_base: {
202
202
  * // UploadId: "STRING_VALUE",
203
203
  * // Key: "STRING_VALUE",
204
204
  * // Initiated: new Date("TIMESTAMP"),
205
- * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
205
+ * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
206
206
  * // Owner: { // Owner
207
207
  * // DisplayName: "STRING_VALUE",
208
208
  * // ID: "STRING_VALUE",
@@ -108,7 +108,7 @@ declare const ListObjectsCommand_base: {
108
108
  * // ],
109
109
  * // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
110
110
  * // Size: Number("long"),
111
- * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
111
+ * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
112
112
  * // Owner: { // Owner
113
113
  * // DisplayName: "STRING_VALUE",
114
114
  * // ID: "STRING_VALUE",
@@ -165,7 +165,7 @@ declare const ListObjectsV2Command_base: {
165
165
  * // ],
166
166
  * // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
167
167
  * // Size: Number("long"),
168
- * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
168
+ * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
169
169
  * // Owner: { // Owner
170
170
  * // DisplayName: "STRING_VALUE",
171
171
  * // ID: "STRING_VALUE",
@@ -173,7 +173,7 @@ declare const ListPartsCommand_base: {
173
173
  * // DisplayName: "STRING_VALUE",
174
174
  * // ID: "STRING_VALUE",
175
175
  * // },
176
- * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
176
+ * // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
177
177
  * // RequestCharged: "requester",
178
178
  * // ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
179
179
  * // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
@@ -168,7 +168,7 @@ declare const PutBucketEncryptionCommand_base: {
168
168
  * Rules: [ // ServerSideEncryptionRules // required
169
169
  * { // ServerSideEncryptionRule
170
170
  * ApplyServerSideEncryptionByDefault: { // ServerSideEncryptionByDefault
171
- * SSEAlgorithm: "AES256" || "aws:kms" || "aws:kms:dsse", // required
171
+ * SSEAlgorithm: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse", // required
172
172
  * KMSMasterKeyID: "STRING_VALUE",
173
173
  * },
174
174
  * BucketKeyEnabled: true || false,
@@ -148,7 +148,7 @@ declare const PutBucketReplicationCommand_base: {
148
148
  * Destination: { // Destination
149
149
  * Bucket: "STRING_VALUE", // required
150
150
  * Account: "STRING_VALUE",
151
- * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
151
+ * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
152
152
  * AccessControlTranslation: { // AccessControlTranslation
153
153
  * Owner: "Destination", // required
154
154
  * },
@@ -226,8 +226,8 @@ declare const PutObjectCommand_base: {
226
226
  * Metadata: { // Metadata
227
227
  * "<keys>": "STRING_VALUE",
228
228
  * },
229
- * ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
230
- * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
229
+ * ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
230
+ * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
231
231
  * WebsiteRedirectLocation: "STRING_VALUE",
232
232
  * SSECustomerAlgorithm: "STRING_VALUE",
233
233
  * SSECustomerKey: "STRING_VALUE",
@@ -253,7 +253,7 @@ declare const PutObjectCommand_base: {
253
253
  * // ChecksumSHA1: "STRING_VALUE",
254
254
  * // ChecksumSHA256: "STRING_VALUE",
255
255
  * // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
256
- * // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
256
+ * // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
257
257
  * // VersionId: "STRING_VALUE",
258
258
  * // SSECustomerAlgorithm: "STRING_VALUE",
259
259
  * // SSECustomerKeyMD5: "STRING_VALUE",
@@ -52,13 +52,14 @@ declare const RenameObjectCommand_base: {
52
52
  * <dl>
53
53
  * <dt>Permissions</dt>
54
54
  * <dd>
55
- * <p> To grant access to the <code>RenameObject</code> operation on a directory bucket, we recommend that you
56
- * use the <code>CreateSession</code> operation for session-based authorization.
57
- * Specifically, you grant the <code>s3express:CreateSession</code> permission to the
58
- * directory bucket in a bucket policy or an IAM identity-based policy. Then, you
59
- * make the <code>CreateSession</code> API call on the directory bucket to obtain a
60
- * session token. With the session token in your request header, you can make API
61
- * requests to this operation. After the session token expires, you make another
55
+ * <p> To grant access to the <code>RenameObject</code> operation on a directory
56
+ * bucket, we recommend that you use the <code>CreateSession</code> operation for
57
+ * session-based authorization. Specifically, you grant the
58
+ * <code>s3express:CreateSession</code> permission to the directory bucket in a
59
+ * bucket policy or an IAM identity-based policy. Then, you make the
60
+ * <code>CreateSession</code> API call on the directory bucket to obtain a session
61
+ * token. With the session token in your request header, you can make API requests to
62
+ * this operation. After the session token expires, you make another
62
63
  * <code>CreateSession</code> API call to generate a new session token for use.
63
64
  * The Amazon Web Services CLI and SDKs will create and manage your session including refreshing
64
65
  * the session token automatically to avoid service interruptions when a session
@@ -69,9 +70,10 @@ declare const RenameObjectCommand_base: {
69
70
  * API operations, including <code>RenameObject</code>. For more information about
70
71
  * authorization, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html">
71
72
  * <code>CreateSession</code>
72
- * </a>. To learn more about Zonal endpoint APT operations, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-create-session.html">Authorizing Zonal endpoint API
73
- * operations with CreateSession</a> in the <i>Amazon S3 User
74
- * Guide</i>. </p>
73
+ * </a>. To learn more about Zonal endpoint API
74
+ * operations, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-create-session.html">Authorizing
75
+ * Zonal endpoint API operations with CreateSession</a> in the <i>Amazon S3
76
+ * User Guide</i>. </p>
75
77
  * </dd>
76
78
  * <dt>HTTP Host header syntax</dt>
77
79
  * <dd>
@@ -286,7 +286,7 @@ declare const RestoreObjectCommand_base: {
286
286
  * BucketName: "STRING_VALUE", // required
287
287
  * Prefix: "STRING_VALUE", // required
288
288
  * Encryption: { // Encryption
289
- * EncryptionType: "AES256" || "aws:kms" || "aws:kms:dsse", // required
289
+ * EncryptionType: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse", // required
290
290
  * KMSKeyId: "STRING_VALUE",
291
291
  * KMSContext: "STRING_VALUE",
292
292
  * },
@@ -317,7 +317,7 @@ declare const RestoreObjectCommand_base: {
317
317
  * Value: "STRING_VALUE",
318
318
  * },
319
319
  * ],
320
- * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
320
+ * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
321
321
  * },
322
322
  * },
323
323
  * },
@@ -247,7 +247,7 @@ declare const UploadPartCommand_base: {
247
247
  * const command = new UploadPartCommand(input);
248
248
  * const response = await client.send(command);
249
249
  * // { // UploadPartOutput
250
- * // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
250
+ * // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
251
251
  * // ETag: "STRING_VALUE",
252
252
  * // ChecksumCRC32: "STRING_VALUE",
253
253
  * // ChecksumCRC32C: "STRING_VALUE",
@@ -293,7 +293,7 @@ declare const UploadPartCopyCommand_base: {
293
293
  * // ChecksumSHA1: "STRING_VALUE",
294
294
  * // ChecksumSHA256: "STRING_VALUE",
295
295
  * // },
296
- * // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
296
+ * // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
297
297
  * // SSECustomerAlgorithm: "STRING_VALUE",
298
298
  * // SSECustomerKeyMD5: "STRING_VALUE",
299
299
  * // SSEKMSKeyId: "STRING_VALUE",
@@ -107,11 +107,11 @@ declare const WriteGetObjectResponseCommand_base: {
107
107
  * ReplicationStatus: "COMPLETE" || "PENDING" || "FAILED" || "REPLICA" || "COMPLETED",
108
108
  * RequestCharged: "requester",
109
109
  * Restore: "STRING_VALUE",
110
- * ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
110
+ * ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
111
111
  * SSECustomerAlgorithm: "STRING_VALUE",
112
112
  * SSEKMSKeyId: "STRING_VALUE",
113
113
  * SSECustomerKeyMD5: "STRING_VALUE",
114
- * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
114
+ * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
115
115
  * TagCount: Number("int"),
116
116
  * VersionId: "STRING_VALUE",
117
117
  * BucketKeyEnabled: true || false,
@@ -372,6 +372,7 @@ export type ChecksumType = (typeof ChecksumType)[keyof typeof ChecksumType];
372
372
  */
373
373
  export declare const ServerSideEncryption: {
374
374
  readonly AES256: "AES256";
375
+ readonly aws_fsx: "aws:fsx";
375
376
  readonly aws_kms: "aws:kms";
376
377
  readonly aws_kms_dsse: "aws:kms:dsse";
377
378
  };
@@ -475,8 +476,11 @@ export interface CompleteMultipartUploadOutput {
475
476
  */
476
477
  ChecksumType?: ChecksumType | undefined;
477
478
  /**
478
- * <p>The server-side encryption algorithm used when storing this object in Amazon S3 (for example,
479
- * <code>AES256</code>, <code>aws:kms</code>).</p>
479
+ * <p>The server-side encryption algorithm used when storing this object in Amazon S3.</p>
480
+ * <note>
481
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
482
+ * </note>
483
+ * <p></p>
480
484
  * @public
481
485
  */
482
486
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -860,8 +864,10 @@ export interface CopyObjectOutput {
860
864
  */
861
865
  VersionId?: string | undefined;
862
866
  /**
863
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
864
- * example, <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
867
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
868
+ * <note>
869
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
870
+ * </note>
865
871
  * @public
866
872
  */
867
873
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -987,6 +993,7 @@ export type ObjectLockMode = (typeof ObjectLockMode)[keyof typeof ObjectLockMode
987
993
  export declare const StorageClass: {
988
994
  readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
989
995
  readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
996
+ readonly FSX_OPENZFS: "FSX_OPENZFS";
990
997
  readonly GLACIER: "GLACIER";
991
998
  readonly GLACIER_IR: "GLACIER_IR";
992
999
  readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
@@ -1458,6 +1465,10 @@ export interface CopyObjectRequest {
1458
1465
  * configuration.
1459
1466
  * </p>
1460
1467
  * </li>
1468
+ * <li>
1469
+ * <p>
1470
+ * <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
1471
+ * </li>
1461
1472
  * </ul>
1462
1473
  * @public
1463
1474
  */
@@ -2223,8 +2234,10 @@ export interface CreateMultipartUploadOutput {
2223
2234
  */
2224
2235
  UploadId?: string | undefined;
2225
2236
  /**
2226
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
2227
- * example, <code>AES256</code>, <code>aws:kms</code>).</p>
2237
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
2238
+ * <note>
2239
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
2240
+ * </note>
2228
2241
  * @public
2229
2242
  */
2230
2243
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -2676,8 +2689,7 @@ export interface CreateMultipartUploadRequest {
2676
2689
  */
2677
2690
  Metadata?: Record<string, string> | undefined;
2678
2691
  /**
2679
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
2680
- * example, <code>AES256</code>, <code>aws:kms</code>).</p>
2692
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
2681
2693
  * <ul>
2682
2694
  * <li>
2683
2695
  * <p>
@@ -2700,6 +2712,10 @@ export interface CreateMultipartUploadRequest {
2700
2712
  * </p>
2701
2713
  * </note>
2702
2714
  * </li>
2715
+ * <li>
2716
+ * <p>
2717
+ * <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
2718
+ * </li>
2703
2719
  * </ul>
2704
2720
  * @public
2705
2721
  */
@@ -2918,6 +2934,9 @@ export interface SessionCredentials {
2918
2934
  export interface CreateSessionOutput {
2919
2935
  /**
2920
2936
  * <p>The server-side encryption algorithm used when you store objects in the directory bucket.</p>
2937
+ * <note>
2938
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
2939
+ * </note>
2921
2940
  * @public
2922
2941
  */
2923
2942
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -2987,6 +3006,8 @@ export interface CreateSessionRequest {
2987
3006
  * <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.
2988
3007
  * For more
2989
3008
  * 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>
3009
+ * <p>
3010
+ * <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
2990
3011
  * @public
2991
3012
  */
2992
3013
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -7012,6 +7033,7 @@ export interface LifecycleRule {
7012
7033
  * <code>Filter</code> must have exactly one of <code>Prefix</code>, <code>Tag</code>,
7013
7034
  * <code>ObjectSizeGreaterThan</code>, <code>ObjectSizeLessThan</code>, or <code>And</code> specified. <code>Filter</code> is required if the
7014
7035
  * <code>LifecycleRule</code> does not contain a <code>Prefix</code> element.</p>
7036
+ * <p>For more information about <code>Tag</code> filters, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-filters.html">Adding filters to Lifecycle rules</a> in the <i>Amazon S3 User Guide</i>.</p>
7015
7037
  * <note>
7016
7038
  * <p>
7017
7039
  * <code>Tag</code> filters are not supported for directory buckets.</p>
@@ -9251,7 +9273,10 @@ export interface GetObjectOutput {
9251
9273
  */
9252
9274
  WebsiteRedirectLocation?: string | undefined;
9253
9275
  /**
9254
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
9276
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
9277
+ * <note>
9278
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
9279
+ * </note>
9255
9280
  * @public
9256
9281
  */
9257
9282
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -10861,8 +10886,10 @@ export interface HeadObjectOutput {
10861
10886
  */
10862
10887
  WebsiteRedirectLocation?: string | undefined;
10863
10888
  /**
10864
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
10865
- * example, <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
10889
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
10890
+ * <note>
10891
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
10892
+ * </note>
10866
10893
  * @public
10867
10894
  */
10868
10895
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -12017,6 +12044,7 @@ export interface RestoreStatus {
12017
12044
  export declare const ObjectStorageClass: {
12018
12045
  readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
12019
12046
  readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
12047
+ readonly FSX_OPENZFS: "FSX_OPENZFS";
12020
12048
  readonly GLACIER: "GLACIER";
12021
12049
  readonly GLACIER_IR: "GLACIER_IR";
12022
12050
  readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
@@ -967,7 +967,10 @@ export interface PutObjectOutput {
967
967
  */
968
968
  ChecksumType?: ChecksumType | undefined;
969
969
  /**
970
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
970
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
971
+ * <note>
972
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
973
+ * </note>
971
974
  * @public
972
975
  */
973
976
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -1364,8 +1367,7 @@ export interface PutObjectRequest {
1364
1367
  */
1365
1368
  Metadata?: Record<string, string> | undefined;
1366
1369
  /**
1367
- * <p>The server-side encryption algorithm that was used when you store this object in Amazon S3
1368
- * (for example, <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
1370
+ * <p>The server-side encryption algorithm that was used when you store this object in Amazon S3 or Amazon FSx.</p>
1369
1371
  * <ul>
1370
1372
  * <li>
1371
1373
  * <p>
@@ -1400,6 +1402,10 @@ export interface PutObjectRequest {
1400
1402
  * </p>
1401
1403
  * </note>
1402
1404
  * </li>
1405
+ * <li>
1406
+ * <p>
1407
+ * <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
1408
+ * </li>
1403
1409
  * </ul>
1404
1410
  * @public
1405
1411
  */
@@ -2185,14 +2191,17 @@ export interface RenameObjectRequest {
2185
2191
  */
2186
2192
  SourceIfUnmodifiedSince?: Date | undefined;
2187
2193
  /**
2188
- * <p> A unique string with a max of 64 ASCII characters in the ASCII range of 33 - 126.
2189
- * <code>RenameObject</code> supports idempotency using a client token. To make an
2194
+ * <p> A unique string with a max of 64 ASCII characters in the ASCII range of 33 - 126.</p>
2195
+ * <note>
2196
+ * <p>
2197
+ * <code>RenameObject</code> supports idempotency using a client token. To make an
2190
2198
  * idempotent API request using <code>RenameObject</code>, specify a client token in the
2191
2199
  * request. You should not reuse the same client token for other API requests. If you retry a
2192
2200
  * request that completed successfully using the same client token and the same parameters,
2193
2201
  * the retry succeeds without performing any further actions. If you retry a successful
2194
2202
  * request using the same client token, but one or more of the parameters are different, the
2195
2203
  * retry fails and an <code>IdempotentParameterMismatch</code> error is returned. </p>
2204
+ * </note>
2196
2205
  * @public
2197
2206
  */
2198
2207
  ClientToken?: string | undefined;
@@ -3119,8 +3128,10 @@ export interface SelectObjectContentRequest {
3119
3128
  */
3120
3129
  export interface UploadPartOutput {
3121
3130
  /**
3122
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
3123
- * example, <code>AES256</code>, <code>aws:kms</code>).</p>
3131
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
3132
+ * <note>
3133
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
3134
+ * </note>
3124
3135
  * @public
3125
3136
  */
3126
3137
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -3447,8 +3458,10 @@ export interface UploadPartCopyOutput {
3447
3458
  */
3448
3459
  CopyPartResult?: CopyPartResult | undefined;
3449
3460
  /**
3450
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for
3451
- * example, <code>AES256</code>, <code>aws:kms</code>).</p>
3461
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
3462
+ * <note>
3463
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
3464
+ * </note>
3452
3465
  * @public
3453
3466
  */
3454
3467
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -4043,8 +4056,10 @@ export interface WriteGetObjectResponseRequest {
4043
4056
  */
4044
4057
  Restore?: string | undefined;
4045
4058
  /**
4046
- * <p> The server-side encryption algorithm used when storing requested object in Amazon S3 (for
4047
- * example, AES256, <code>aws:kms</code>).</p>
4059
+ * <p> The server-side encryption algorithm used when storing requested object in Amazon S3 or Amazon FSx.</p>
4060
+ * <note>
4061
+ * <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
4062
+ * </note>
4048
4063
  * @public
4049
4064
  */
4050
4065
  ServerSideEncryption?: ServerSideEncryption | undefined;
@@ -85,6 +85,7 @@ export declare const ChecksumType: {
85
85
  export type ChecksumType = (typeof ChecksumType)[keyof typeof ChecksumType];
86
86
  export declare const ServerSideEncryption: {
87
87
  readonly AES256: "AES256";
88
+ readonly aws_fsx: "aws:fsx";
88
89
  readonly aws_kms: "aws:kms";
89
90
  readonly aws_kms_dsse: "aws:kms:dsse";
90
91
  };
@@ -204,6 +205,7 @@ export type ObjectLockMode =
204
205
  export declare const StorageClass: {
205
206
  readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
206
207
  readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
208
+ readonly FSX_OPENZFS: "FSX_OPENZFS";
207
209
  readonly GLACIER: "GLACIER";
208
210
  readonly GLACIER_IR: "GLACIER_IR";
209
211
  readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
@@ -1829,6 +1831,7 @@ export interface RestoreStatus {
1829
1831
  export declare const ObjectStorageClass: {
1830
1832
  readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
1831
1833
  readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
1834
+ readonly FSX_OPENZFS: "FSX_OPENZFS";
1832
1835
  readonly GLACIER: "GLACIER";
1833
1836
  readonly GLACIER_IR: "GLACIER_IR";
1834
1837
  readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.835.0",
4
+ "version": "3.839.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",
@@ -29,27 +29,27 @@
29
29
  "@aws-crypto/sha1-browser": "5.2.0",
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "3.835.0",
33
- "@aws-sdk/credential-provider-node": "3.835.0",
32
+ "@aws-sdk/core": "3.839.0",
33
+ "@aws-sdk/credential-provider-node": "3.839.0",
34
34
  "@aws-sdk/middleware-bucket-endpoint": "3.830.0",
35
35
  "@aws-sdk/middleware-expect-continue": "3.821.0",
36
- "@aws-sdk/middleware-flexible-checksums": "3.835.0",
36
+ "@aws-sdk/middleware-flexible-checksums": "3.839.0",
37
37
  "@aws-sdk/middleware-host-header": "3.821.0",
38
38
  "@aws-sdk/middleware-location-constraint": "3.821.0",
39
39
  "@aws-sdk/middleware-logger": "3.821.0",
40
40
  "@aws-sdk/middleware-recursion-detection": "3.821.0",
41
- "@aws-sdk/middleware-sdk-s3": "3.835.0",
41
+ "@aws-sdk/middleware-sdk-s3": "3.839.0",
42
42
  "@aws-sdk/middleware-ssec": "3.821.0",
43
- "@aws-sdk/middleware-user-agent": "3.835.0",
43
+ "@aws-sdk/middleware-user-agent": "3.839.0",
44
44
  "@aws-sdk/region-config-resolver": "3.821.0",
45
- "@aws-sdk/signature-v4-multi-region": "3.835.0",
45
+ "@aws-sdk/signature-v4-multi-region": "3.839.0",
46
46
  "@aws-sdk/types": "3.821.0",
47
47
  "@aws-sdk/util-endpoints": "3.828.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.821.0",
49
- "@aws-sdk/util-user-agent-node": "3.835.0",
49
+ "@aws-sdk/util-user-agent-node": "3.839.0",
50
50
  "@aws-sdk/xml-builder": "3.821.0",
51
51
  "@smithy/config-resolver": "^4.1.4",
52
- "@smithy/core": "^3.5.3",
52
+ "@smithy/core": "^3.6.0",
53
53
  "@smithy/eventstream-serde-browser": "^4.0.4",
54
54
  "@smithy/eventstream-serde-config-resolver": "^4.1.2",
55
55
  "@smithy/eventstream-serde-node": "^4.0.4",
@@ -60,33 +60,33 @@
60
60
  "@smithy/invalid-dependency": "^4.0.4",
61
61
  "@smithy/md5-js": "^4.0.4",
62
62
  "@smithy/middleware-content-length": "^4.0.4",
63
- "@smithy/middleware-endpoint": "^4.1.12",
64
- "@smithy/middleware-retry": "^4.1.13",
63
+ "@smithy/middleware-endpoint": "^4.1.13",
64
+ "@smithy/middleware-retry": "^4.1.14",
65
65
  "@smithy/middleware-serde": "^4.0.8",
66
66
  "@smithy/middleware-stack": "^4.0.4",
67
67
  "@smithy/node-config-provider": "^4.1.3",
68
68
  "@smithy/node-http-handler": "^4.0.6",
69
69
  "@smithy/protocol-http": "^5.1.2",
70
- "@smithy/smithy-client": "^4.4.4",
70
+ "@smithy/smithy-client": "^4.4.5",
71
71
  "@smithy/types": "^4.3.1",
72
72
  "@smithy/url-parser": "^4.0.4",
73
73
  "@smithy/util-base64": "^4.0.0",
74
74
  "@smithy/util-body-length-browser": "^4.0.0",
75
75
  "@smithy/util-body-length-node": "^4.0.0",
76
- "@smithy/util-defaults-mode-browser": "^4.0.20",
77
- "@smithy/util-defaults-mode-node": "^4.0.20",
76
+ "@smithy/util-defaults-mode-browser": "^4.0.21",
77
+ "@smithy/util-defaults-mode-node": "^4.0.21",
78
78
  "@smithy/util-endpoints": "^3.0.6",
79
79
  "@smithy/util-middleware": "^4.0.4",
80
80
  "@smithy/util-retry": "^4.0.6",
81
81
  "@smithy/util-stream": "^4.2.2",
82
82
  "@smithy/util-utf8": "^4.0.0",
83
- "@smithy/util-waiter": "^4.0.5",
83
+ "@smithy/util-waiter": "^4.0.6",
84
84
  "@types/uuid": "^9.0.1",
85
85
  "tslib": "^2.6.2",
86
86
  "uuid": "^9.0.1"
87
87
  },
88
88
  "devDependencies": {
89
- "@aws-sdk/signature-v4-crt": "3.835.0",
89
+ "@aws-sdk/signature-v4-crt": "3.839.0",
90
90
  "@tsconfig/node18": "18.2.4",
91
91
  "@types/node": "^18.19.69",
92
92
  "concurrently": "7.0.0",