@aws-sdk/client-s3 3.933.0 → 3.935.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 (91) hide show
  1. package/dist-cjs/index.js +525 -491
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +392 -0
  4. package/dist-es/models/errors.js +173 -0
  5. package/dist-es/models/models_0.js +1 -436
  6. package/dist-es/models/models_1.js +1 -126
  7. package/dist-es/schemas/schemas_0.js +62 -33
  8. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  9. package/dist-types/commands/DeleteObjectCommand.d.ts +8 -3
  10. package/dist-types/commands/DeleteObjectsCommand.d.ts +5 -0
  11. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +7 -2
  12. package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
  13. package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
  14. package/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
  15. package/dist-types/commands/ListObjectsCommand.d.ts +1 -1
  16. package/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
  17. package/dist-types/commands/ListPartsCommand.d.ts +1 -1
  18. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  19. package/dist-types/commands/PutBucketAclCommand.d.ts +1 -1
  20. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
  22. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -2
  23. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  24. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  25. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  26. package/dist-types/commands/PutBucketLoggingCommand.d.ts +1 -1
  27. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  28. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  29. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  30. package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  31. package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  32. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  33. package/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -2
  34. package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
  35. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
  36. package/dist-types/commands/PutObjectAclCommand.d.ts +1 -1
  37. package/dist-types/commands/PutObjectCommand.d.ts +1 -1
  38. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  39. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  40. package/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
  41. package/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
  42. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  43. package/dist-types/commands/RenameObjectCommand.d.ts +1 -1
  44. package/dist-types/commands/RestoreObjectCommand.d.ts +2 -1
  45. package/dist-types/index.d.ts +4 -1
  46. package/dist-types/models/enums.d.ts +960 -0
  47. package/dist-types/models/errors.d.ts +207 -0
  48. package/dist-types/models/models_0.d.ts +3701 -929
  49. package/dist-types/models/models_1.d.ts +3 -3889
  50. package/dist-types/schemas/schemas_0.d.ts +2 -0
  51. package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/index.d.ts +4 -1
  83. package/dist-types/ts3.4/models/enums.d.ts +514 -0
  84. package/dist-types/ts3.4/models/errors.d.ts +87 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +607 -487
  86. package/dist-types/ts3.4/models/models_1.d.ts +11 -677
  87. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  88. package/package.json +16 -16
  89. package/dist-es/models/index.js +0 -2
  90. package/dist-types/models/index.d.ts +0 -2
  91. package/dist-types/ts3.4/models/index.d.ts +0 -2
@@ -0,0 +1,960 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const RequestCharged: {
6
+ readonly requester: "requester";
7
+ };
8
+ /**
9
+ * @public
10
+ */
11
+ export type RequestCharged = (typeof RequestCharged)[keyof typeof RequestCharged];
12
+ /**
13
+ * @public
14
+ * @enum
15
+ */
16
+ export declare const RequestPayer: {
17
+ readonly requester: "requester";
18
+ };
19
+ /**
20
+ * @public
21
+ */
22
+ export type RequestPayer = (typeof RequestPayer)[keyof typeof RequestPayer];
23
+ /**
24
+ * @public
25
+ * @enum
26
+ */
27
+ export declare const BucketAccelerateStatus: {
28
+ readonly Enabled: "Enabled";
29
+ readonly Suspended: "Suspended";
30
+ };
31
+ /**
32
+ * @public
33
+ */
34
+ export type BucketAccelerateStatus = (typeof BucketAccelerateStatus)[keyof typeof BucketAccelerateStatus];
35
+ /**
36
+ * @public
37
+ * @enum
38
+ */
39
+ export declare const Type: {
40
+ readonly AmazonCustomerByEmail: "AmazonCustomerByEmail";
41
+ readonly CanonicalUser: "CanonicalUser";
42
+ readonly Group: "Group";
43
+ };
44
+ /**
45
+ * @public
46
+ */
47
+ export type Type = (typeof Type)[keyof typeof Type];
48
+ /**
49
+ * @public
50
+ * @enum
51
+ */
52
+ export declare const Permission: {
53
+ readonly FULL_CONTROL: "FULL_CONTROL";
54
+ readonly READ: "READ";
55
+ readonly READ_ACP: "READ_ACP";
56
+ readonly WRITE: "WRITE";
57
+ readonly WRITE_ACP: "WRITE_ACP";
58
+ };
59
+ /**
60
+ * @public
61
+ */
62
+ export type Permission = (typeof Permission)[keyof typeof Permission];
63
+ /**
64
+ * @public
65
+ * @enum
66
+ */
67
+ export declare const OwnerOverride: {
68
+ readonly Destination: "Destination";
69
+ };
70
+ /**
71
+ * @public
72
+ */
73
+ export type OwnerOverride = (typeof OwnerOverride)[keyof typeof OwnerOverride];
74
+ /**
75
+ * @public
76
+ * @enum
77
+ */
78
+ export declare const ChecksumType: {
79
+ readonly COMPOSITE: "COMPOSITE";
80
+ readonly FULL_OBJECT: "FULL_OBJECT";
81
+ };
82
+ /**
83
+ * @public
84
+ */
85
+ export type ChecksumType = (typeof ChecksumType)[keyof typeof ChecksumType];
86
+ /**
87
+ * @public
88
+ * @enum
89
+ */
90
+ export declare const ServerSideEncryption: {
91
+ readonly AES256: "AES256";
92
+ readonly aws_fsx: "aws:fsx";
93
+ readonly aws_kms: "aws:kms";
94
+ readonly aws_kms_dsse: "aws:kms:dsse";
95
+ };
96
+ /**
97
+ * @public
98
+ */
99
+ export type ServerSideEncryption = (typeof ServerSideEncryption)[keyof typeof ServerSideEncryption];
100
+ /**
101
+ * @public
102
+ * @enum
103
+ */
104
+ export declare const ObjectCannedACL: {
105
+ readonly authenticated_read: "authenticated-read";
106
+ readonly aws_exec_read: "aws-exec-read";
107
+ readonly bucket_owner_full_control: "bucket-owner-full-control";
108
+ readonly bucket_owner_read: "bucket-owner-read";
109
+ readonly private: "private";
110
+ readonly public_read: "public-read";
111
+ readonly public_read_write: "public-read-write";
112
+ };
113
+ /**
114
+ * @public
115
+ */
116
+ export type ObjectCannedACL = (typeof ObjectCannedACL)[keyof typeof ObjectCannedACL];
117
+ /**
118
+ * @public
119
+ * @enum
120
+ */
121
+ export declare const ChecksumAlgorithm: {
122
+ readonly CRC32: "CRC32";
123
+ readonly CRC32C: "CRC32C";
124
+ readonly CRC64NVME: "CRC64NVME";
125
+ readonly SHA1: "SHA1";
126
+ readonly SHA256: "SHA256";
127
+ };
128
+ /**
129
+ * @public
130
+ */
131
+ export type ChecksumAlgorithm = (typeof ChecksumAlgorithm)[keyof typeof ChecksumAlgorithm];
132
+ /**
133
+ * @public
134
+ * @enum
135
+ */
136
+ export declare const MetadataDirective: {
137
+ readonly COPY: "COPY";
138
+ readonly REPLACE: "REPLACE";
139
+ };
140
+ /**
141
+ * @public
142
+ */
143
+ export type MetadataDirective = (typeof MetadataDirective)[keyof typeof MetadataDirective];
144
+ /**
145
+ * @public
146
+ * @enum
147
+ */
148
+ export declare const ObjectLockLegalHoldStatus: {
149
+ readonly OFF: "OFF";
150
+ readonly ON: "ON";
151
+ };
152
+ /**
153
+ * @public
154
+ */
155
+ export type ObjectLockLegalHoldStatus = (typeof ObjectLockLegalHoldStatus)[keyof typeof ObjectLockLegalHoldStatus];
156
+ /**
157
+ * @public
158
+ * @enum
159
+ */
160
+ export declare const ObjectLockMode: {
161
+ readonly COMPLIANCE: "COMPLIANCE";
162
+ readonly GOVERNANCE: "GOVERNANCE";
163
+ };
164
+ /**
165
+ * @public
166
+ */
167
+ export type ObjectLockMode = (typeof ObjectLockMode)[keyof typeof ObjectLockMode];
168
+ /**
169
+ * @public
170
+ * @enum
171
+ */
172
+ export declare const StorageClass: {
173
+ readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
174
+ readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
175
+ readonly FSX_OPENZFS: "FSX_OPENZFS";
176
+ readonly GLACIER: "GLACIER";
177
+ readonly GLACIER_IR: "GLACIER_IR";
178
+ readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
179
+ readonly ONEZONE_IA: "ONEZONE_IA";
180
+ readonly OUTPOSTS: "OUTPOSTS";
181
+ readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
182
+ readonly SNOW: "SNOW";
183
+ readonly STANDARD: "STANDARD";
184
+ readonly STANDARD_IA: "STANDARD_IA";
185
+ };
186
+ /**
187
+ * @public
188
+ */
189
+ export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
190
+ /**
191
+ * @public
192
+ * @enum
193
+ */
194
+ export declare const TaggingDirective: {
195
+ readonly COPY: "COPY";
196
+ readonly REPLACE: "REPLACE";
197
+ };
198
+ /**
199
+ * @public
200
+ */
201
+ export type TaggingDirective = (typeof TaggingDirective)[keyof typeof TaggingDirective];
202
+ /**
203
+ * @public
204
+ * @enum
205
+ */
206
+ export declare const BucketCannedACL: {
207
+ readonly authenticated_read: "authenticated-read";
208
+ readonly private: "private";
209
+ readonly public_read: "public-read";
210
+ readonly public_read_write: "public-read-write";
211
+ };
212
+ /**
213
+ * @public
214
+ */
215
+ export type BucketCannedACL = (typeof BucketCannedACL)[keyof typeof BucketCannedACL];
216
+ /**
217
+ * @public
218
+ * @enum
219
+ */
220
+ export declare const DataRedundancy: {
221
+ readonly SingleAvailabilityZone: "SingleAvailabilityZone";
222
+ readonly SingleLocalZone: "SingleLocalZone";
223
+ };
224
+ /**
225
+ * @public
226
+ */
227
+ export type DataRedundancy = (typeof DataRedundancy)[keyof typeof DataRedundancy];
228
+ /**
229
+ * @public
230
+ * @enum
231
+ */
232
+ export declare const BucketType: {
233
+ readonly Directory: "Directory";
234
+ };
235
+ /**
236
+ * @public
237
+ */
238
+ export type BucketType = (typeof BucketType)[keyof typeof BucketType];
239
+ /**
240
+ * @public
241
+ * @enum
242
+ */
243
+ export declare const LocationType: {
244
+ readonly AvailabilityZone: "AvailabilityZone";
245
+ readonly LocalZone: "LocalZone";
246
+ };
247
+ /**
248
+ * @public
249
+ */
250
+ export type LocationType = (typeof LocationType)[keyof typeof LocationType];
251
+ /**
252
+ * @public
253
+ * @enum
254
+ */
255
+ export declare const BucketLocationConstraint: {
256
+ readonly EU: "EU";
257
+ readonly af_south_1: "af-south-1";
258
+ readonly ap_east_1: "ap-east-1";
259
+ readonly ap_northeast_1: "ap-northeast-1";
260
+ readonly ap_northeast_2: "ap-northeast-2";
261
+ readonly ap_northeast_3: "ap-northeast-3";
262
+ readonly ap_south_1: "ap-south-1";
263
+ readonly ap_south_2: "ap-south-2";
264
+ readonly ap_southeast_1: "ap-southeast-1";
265
+ readonly ap_southeast_2: "ap-southeast-2";
266
+ readonly ap_southeast_3: "ap-southeast-3";
267
+ readonly ap_southeast_4: "ap-southeast-4";
268
+ readonly ap_southeast_5: "ap-southeast-5";
269
+ readonly ca_central_1: "ca-central-1";
270
+ readonly cn_north_1: "cn-north-1";
271
+ readonly cn_northwest_1: "cn-northwest-1";
272
+ readonly eu_central_1: "eu-central-1";
273
+ readonly eu_central_2: "eu-central-2";
274
+ readonly eu_north_1: "eu-north-1";
275
+ readonly eu_south_1: "eu-south-1";
276
+ readonly eu_south_2: "eu-south-2";
277
+ readonly eu_west_1: "eu-west-1";
278
+ readonly eu_west_2: "eu-west-2";
279
+ readonly eu_west_3: "eu-west-3";
280
+ readonly il_central_1: "il-central-1";
281
+ readonly me_central_1: "me-central-1";
282
+ readonly me_south_1: "me-south-1";
283
+ readonly sa_east_1: "sa-east-1";
284
+ readonly us_east_2: "us-east-2";
285
+ readonly us_gov_east_1: "us-gov-east-1";
286
+ readonly us_gov_west_1: "us-gov-west-1";
287
+ readonly us_west_1: "us-west-1";
288
+ readonly us_west_2: "us-west-2";
289
+ };
290
+ /**
291
+ * @public
292
+ */
293
+ export type BucketLocationConstraint = (typeof BucketLocationConstraint)[keyof typeof BucketLocationConstraint];
294
+ /**
295
+ * @public
296
+ * @enum
297
+ */
298
+ export declare const ObjectOwnership: {
299
+ readonly BucketOwnerEnforced: "BucketOwnerEnforced";
300
+ readonly BucketOwnerPreferred: "BucketOwnerPreferred";
301
+ readonly ObjectWriter: "ObjectWriter";
302
+ };
303
+ /**
304
+ * @public
305
+ */
306
+ export type ObjectOwnership = (typeof ObjectOwnership)[keyof typeof ObjectOwnership];
307
+ /**
308
+ * @public
309
+ * @enum
310
+ */
311
+ export declare const InventoryConfigurationState: {
312
+ readonly DISABLED: "DISABLED";
313
+ readonly ENABLED: "ENABLED";
314
+ };
315
+ /**
316
+ * @public
317
+ */
318
+ export type InventoryConfigurationState = (typeof InventoryConfigurationState)[keyof typeof InventoryConfigurationState];
319
+ /**
320
+ * @public
321
+ * @enum
322
+ */
323
+ export declare const TableSseAlgorithm: {
324
+ readonly AES256: "AES256";
325
+ readonly aws_kms: "aws:kms";
326
+ };
327
+ /**
328
+ * @public
329
+ */
330
+ export type TableSseAlgorithm = (typeof TableSseAlgorithm)[keyof typeof TableSseAlgorithm];
331
+ /**
332
+ * @public
333
+ * @enum
334
+ */
335
+ export declare const ExpirationState: {
336
+ readonly DISABLED: "DISABLED";
337
+ readonly ENABLED: "ENABLED";
338
+ };
339
+ /**
340
+ * @public
341
+ */
342
+ export type ExpirationState = (typeof ExpirationState)[keyof typeof ExpirationState];
343
+ /**
344
+ * @public
345
+ * @enum
346
+ */
347
+ export declare const SessionMode: {
348
+ readonly ReadOnly: "ReadOnly";
349
+ readonly ReadWrite: "ReadWrite";
350
+ };
351
+ /**
352
+ * @public
353
+ */
354
+ export type SessionMode = (typeof SessionMode)[keyof typeof SessionMode];
355
+ /**
356
+ * @public
357
+ * @enum
358
+ */
359
+ export declare const AnalyticsS3ExportFileFormat: {
360
+ readonly CSV: "CSV";
361
+ };
362
+ /**
363
+ * @public
364
+ */
365
+ export type AnalyticsS3ExportFileFormat = (typeof AnalyticsS3ExportFileFormat)[keyof typeof AnalyticsS3ExportFileFormat];
366
+ /**
367
+ * @public
368
+ * @enum
369
+ */
370
+ export declare const StorageClassAnalysisSchemaVersion: {
371
+ readonly V_1: "V_1";
372
+ };
373
+ /**
374
+ * @public
375
+ */
376
+ export type StorageClassAnalysisSchemaVersion = (typeof StorageClassAnalysisSchemaVersion)[keyof typeof StorageClassAnalysisSchemaVersion];
377
+ /**
378
+ * @public
379
+ * @enum
380
+ */
381
+ export declare const EncryptionType: {
382
+ readonly NONE: "NONE";
383
+ readonly SSE_C: "SSE-C";
384
+ };
385
+ /**
386
+ * @public
387
+ */
388
+ export type EncryptionType = (typeof EncryptionType)[keyof typeof EncryptionType];
389
+ /**
390
+ * @public
391
+ * @enum
392
+ */
393
+ export declare const IntelligentTieringStatus: {
394
+ readonly Disabled: "Disabled";
395
+ readonly Enabled: "Enabled";
396
+ };
397
+ /**
398
+ * @public
399
+ */
400
+ export type IntelligentTieringStatus = (typeof IntelligentTieringStatus)[keyof typeof IntelligentTieringStatus];
401
+ /**
402
+ * @public
403
+ * @enum
404
+ */
405
+ export declare const IntelligentTieringAccessTier: {
406
+ readonly ARCHIVE_ACCESS: "ARCHIVE_ACCESS";
407
+ readonly DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS";
408
+ };
409
+ /**
410
+ * @public
411
+ */
412
+ export type IntelligentTieringAccessTier = (typeof IntelligentTieringAccessTier)[keyof typeof IntelligentTieringAccessTier];
413
+ /**
414
+ * @public
415
+ * @enum
416
+ */
417
+ export declare const InventoryFormat: {
418
+ readonly CSV: "CSV";
419
+ readonly ORC: "ORC";
420
+ readonly Parquet: "Parquet";
421
+ };
422
+ /**
423
+ * @public
424
+ */
425
+ export type InventoryFormat = (typeof InventoryFormat)[keyof typeof InventoryFormat];
426
+ /**
427
+ * @public
428
+ * @enum
429
+ */
430
+ export declare const InventoryIncludedObjectVersions: {
431
+ readonly All: "All";
432
+ readonly Current: "Current";
433
+ };
434
+ /**
435
+ * @public
436
+ */
437
+ export type InventoryIncludedObjectVersions = (typeof InventoryIncludedObjectVersions)[keyof typeof InventoryIncludedObjectVersions];
438
+ /**
439
+ * @public
440
+ * @enum
441
+ */
442
+ export declare const InventoryOptionalField: {
443
+ readonly BucketKeyStatus: "BucketKeyStatus";
444
+ readonly ChecksumAlgorithm: "ChecksumAlgorithm";
445
+ readonly ETag: "ETag";
446
+ readonly EncryptionStatus: "EncryptionStatus";
447
+ readonly IntelligentTieringAccessTier: "IntelligentTieringAccessTier";
448
+ readonly IsMultipartUploaded: "IsMultipartUploaded";
449
+ readonly LastModifiedDate: "LastModifiedDate";
450
+ readonly ObjectAccessControlList: "ObjectAccessControlList";
451
+ readonly ObjectLockLegalHoldStatus: "ObjectLockLegalHoldStatus";
452
+ readonly ObjectLockMode: "ObjectLockMode";
453
+ readonly ObjectLockRetainUntilDate: "ObjectLockRetainUntilDate";
454
+ readonly ObjectOwner: "ObjectOwner";
455
+ readonly ReplicationStatus: "ReplicationStatus";
456
+ readonly Size: "Size";
457
+ readonly StorageClass: "StorageClass";
458
+ };
459
+ /**
460
+ * @public
461
+ */
462
+ export type InventoryOptionalField = (typeof InventoryOptionalField)[keyof typeof InventoryOptionalField];
463
+ /**
464
+ * @public
465
+ * @enum
466
+ */
467
+ export declare const InventoryFrequency: {
468
+ readonly Daily: "Daily";
469
+ readonly Weekly: "Weekly";
470
+ };
471
+ /**
472
+ * @public
473
+ */
474
+ export type InventoryFrequency = (typeof InventoryFrequency)[keyof typeof InventoryFrequency];
475
+ /**
476
+ * @public
477
+ * @enum
478
+ */
479
+ export declare const TransitionStorageClass: {
480
+ readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
481
+ readonly GLACIER: "GLACIER";
482
+ readonly GLACIER_IR: "GLACIER_IR";
483
+ readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
484
+ readonly ONEZONE_IA: "ONEZONE_IA";
485
+ readonly STANDARD_IA: "STANDARD_IA";
486
+ };
487
+ /**
488
+ * @public
489
+ */
490
+ export type TransitionStorageClass = (typeof TransitionStorageClass)[keyof typeof TransitionStorageClass];
491
+ /**
492
+ * @public
493
+ * @enum
494
+ */
495
+ export declare const ExpirationStatus: {
496
+ readonly Disabled: "Disabled";
497
+ readonly Enabled: "Enabled";
498
+ };
499
+ /**
500
+ * @public
501
+ */
502
+ export type ExpirationStatus = (typeof ExpirationStatus)[keyof typeof ExpirationStatus];
503
+ /**
504
+ * @public
505
+ * @enum
506
+ */
507
+ export declare const TransitionDefaultMinimumObjectSize: {
508
+ readonly all_storage_classes_128K: "all_storage_classes_128K";
509
+ readonly varies_by_storage_class: "varies_by_storage_class";
510
+ };
511
+ /**
512
+ * @public
513
+ */
514
+ export type TransitionDefaultMinimumObjectSize = (typeof TransitionDefaultMinimumObjectSize)[keyof typeof TransitionDefaultMinimumObjectSize];
515
+ /**
516
+ * @public
517
+ * @enum
518
+ */
519
+ export declare const BucketLogsPermission: {
520
+ readonly FULL_CONTROL: "FULL_CONTROL";
521
+ readonly READ: "READ";
522
+ readonly WRITE: "WRITE";
523
+ };
524
+ /**
525
+ * @public
526
+ */
527
+ export type BucketLogsPermission = (typeof BucketLogsPermission)[keyof typeof BucketLogsPermission];
528
+ /**
529
+ * @public
530
+ * @enum
531
+ */
532
+ export declare const PartitionDateSource: {
533
+ readonly DeliveryTime: "DeliveryTime";
534
+ readonly EventTime: "EventTime";
535
+ };
536
+ /**
537
+ * @public
538
+ */
539
+ export type PartitionDateSource = (typeof PartitionDateSource)[keyof typeof PartitionDateSource];
540
+ /**
541
+ * @public
542
+ * @enum
543
+ */
544
+ export declare const S3TablesBucketType: {
545
+ readonly aws: "aws";
546
+ readonly customer: "customer";
547
+ };
548
+ /**
549
+ * @public
550
+ */
551
+ export type S3TablesBucketType = (typeof S3TablesBucketType)[keyof typeof S3TablesBucketType];
552
+ /**
553
+ * @public
554
+ * @enum
555
+ */
556
+ export declare const Event: {
557
+ readonly s3_IntelligentTiering: "s3:IntelligentTiering";
558
+ readonly s3_LifecycleExpiration_: "s3:LifecycleExpiration:*";
559
+ readonly s3_LifecycleExpiration_Delete: "s3:LifecycleExpiration:Delete";
560
+ readonly s3_LifecycleExpiration_DeleteMarkerCreated: "s3:LifecycleExpiration:DeleteMarkerCreated";
561
+ readonly s3_LifecycleTransition: "s3:LifecycleTransition";
562
+ readonly s3_ObjectAcl_Put: "s3:ObjectAcl:Put";
563
+ readonly s3_ObjectCreated_: "s3:ObjectCreated:*";
564
+ readonly s3_ObjectCreated_CompleteMultipartUpload: "s3:ObjectCreated:CompleteMultipartUpload";
565
+ readonly s3_ObjectCreated_Copy: "s3:ObjectCreated:Copy";
566
+ readonly s3_ObjectCreated_Post: "s3:ObjectCreated:Post";
567
+ readonly s3_ObjectCreated_Put: "s3:ObjectCreated:Put";
568
+ readonly s3_ObjectRemoved_: "s3:ObjectRemoved:*";
569
+ readonly s3_ObjectRemoved_Delete: "s3:ObjectRemoved:Delete";
570
+ readonly s3_ObjectRemoved_DeleteMarkerCreated: "s3:ObjectRemoved:DeleteMarkerCreated";
571
+ readonly s3_ObjectRestore_: "s3:ObjectRestore:*";
572
+ readonly s3_ObjectRestore_Completed: "s3:ObjectRestore:Completed";
573
+ readonly s3_ObjectRestore_Delete: "s3:ObjectRestore:Delete";
574
+ readonly s3_ObjectRestore_Post: "s3:ObjectRestore:Post";
575
+ readonly s3_ObjectTagging_: "s3:ObjectTagging:*";
576
+ readonly s3_ObjectTagging_Delete: "s3:ObjectTagging:Delete";
577
+ readonly s3_ObjectTagging_Put: "s3:ObjectTagging:Put";
578
+ readonly s3_ReducedRedundancyLostObject: "s3:ReducedRedundancyLostObject";
579
+ readonly s3_Replication_: "s3:Replication:*";
580
+ readonly s3_Replication_OperationFailedReplication: "s3:Replication:OperationFailedReplication";
581
+ readonly s3_Replication_OperationMissedThreshold: "s3:Replication:OperationMissedThreshold";
582
+ readonly s3_Replication_OperationNotTracked: "s3:Replication:OperationNotTracked";
583
+ readonly s3_Replication_OperationReplicatedAfterThreshold: "s3:Replication:OperationReplicatedAfterThreshold";
584
+ };
585
+ /**
586
+ * @public
587
+ */
588
+ export type Event = (typeof Event)[keyof typeof Event];
589
+ /**
590
+ * @public
591
+ * @enum
592
+ */
593
+ export declare const FilterRuleName: {
594
+ readonly prefix: "prefix";
595
+ readonly suffix: "suffix";
596
+ };
597
+ /**
598
+ * @public
599
+ */
600
+ export type FilterRuleName = (typeof FilterRuleName)[keyof typeof FilterRuleName];
601
+ /**
602
+ * @public
603
+ * @enum
604
+ */
605
+ export declare const DeleteMarkerReplicationStatus: {
606
+ readonly Disabled: "Disabled";
607
+ readonly Enabled: "Enabled";
608
+ };
609
+ /**
610
+ * @public
611
+ */
612
+ export type DeleteMarkerReplicationStatus = (typeof DeleteMarkerReplicationStatus)[keyof typeof DeleteMarkerReplicationStatus];
613
+ /**
614
+ * @public
615
+ * @enum
616
+ */
617
+ export declare const MetricsStatus: {
618
+ readonly Disabled: "Disabled";
619
+ readonly Enabled: "Enabled";
620
+ };
621
+ /**
622
+ * @public
623
+ */
624
+ export type MetricsStatus = (typeof MetricsStatus)[keyof typeof MetricsStatus];
625
+ /**
626
+ * @public
627
+ * @enum
628
+ */
629
+ export declare const ReplicationTimeStatus: {
630
+ readonly Disabled: "Disabled";
631
+ readonly Enabled: "Enabled";
632
+ };
633
+ /**
634
+ * @public
635
+ */
636
+ export type ReplicationTimeStatus = (typeof ReplicationTimeStatus)[keyof typeof ReplicationTimeStatus];
637
+ /**
638
+ * @public
639
+ * @enum
640
+ */
641
+ export declare const ExistingObjectReplicationStatus: {
642
+ readonly Disabled: "Disabled";
643
+ readonly Enabled: "Enabled";
644
+ };
645
+ /**
646
+ * @public
647
+ */
648
+ export type ExistingObjectReplicationStatus = (typeof ExistingObjectReplicationStatus)[keyof typeof ExistingObjectReplicationStatus];
649
+ /**
650
+ * @public
651
+ * @enum
652
+ */
653
+ export declare const ReplicaModificationsStatus: {
654
+ readonly Disabled: "Disabled";
655
+ readonly Enabled: "Enabled";
656
+ };
657
+ /**
658
+ * @public
659
+ */
660
+ export type ReplicaModificationsStatus = (typeof ReplicaModificationsStatus)[keyof typeof ReplicaModificationsStatus];
661
+ /**
662
+ * @public
663
+ * @enum
664
+ */
665
+ export declare const SseKmsEncryptedObjectsStatus: {
666
+ readonly Disabled: "Disabled";
667
+ readonly Enabled: "Enabled";
668
+ };
669
+ /**
670
+ * @public
671
+ */
672
+ export type SseKmsEncryptedObjectsStatus = (typeof SseKmsEncryptedObjectsStatus)[keyof typeof SseKmsEncryptedObjectsStatus];
673
+ /**
674
+ * @public
675
+ * @enum
676
+ */
677
+ export declare const ReplicationRuleStatus: {
678
+ readonly Disabled: "Disabled";
679
+ readonly Enabled: "Enabled";
680
+ };
681
+ /**
682
+ * @public
683
+ */
684
+ export type ReplicationRuleStatus = (typeof ReplicationRuleStatus)[keyof typeof ReplicationRuleStatus];
685
+ /**
686
+ * @public
687
+ * @enum
688
+ */
689
+ export declare const Payer: {
690
+ readonly BucketOwner: "BucketOwner";
691
+ readonly Requester: "Requester";
692
+ };
693
+ /**
694
+ * @public
695
+ */
696
+ export type Payer = (typeof Payer)[keyof typeof Payer];
697
+ /**
698
+ * @public
699
+ * @enum
700
+ */
701
+ export declare const MFADeleteStatus: {
702
+ readonly Disabled: "Disabled";
703
+ readonly Enabled: "Enabled";
704
+ };
705
+ /**
706
+ * @public
707
+ */
708
+ export type MFADeleteStatus = (typeof MFADeleteStatus)[keyof typeof MFADeleteStatus];
709
+ /**
710
+ * @public
711
+ * @enum
712
+ */
713
+ export declare const BucketVersioningStatus: {
714
+ readonly Enabled: "Enabled";
715
+ readonly Suspended: "Suspended";
716
+ };
717
+ /**
718
+ * @public
719
+ */
720
+ export type BucketVersioningStatus = (typeof BucketVersioningStatus)[keyof typeof BucketVersioningStatus];
721
+ /**
722
+ * @public
723
+ * @enum
724
+ */
725
+ export declare const Protocol: {
726
+ readonly http: "http";
727
+ readonly https: "https";
728
+ };
729
+ /**
730
+ * @public
731
+ */
732
+ export type Protocol = (typeof Protocol)[keyof typeof Protocol];
733
+ /**
734
+ * @public
735
+ * @enum
736
+ */
737
+ export declare const ReplicationStatus: {
738
+ readonly COMPLETE: "COMPLETE";
739
+ readonly COMPLETED: "COMPLETED";
740
+ readonly FAILED: "FAILED";
741
+ readonly PENDING: "PENDING";
742
+ readonly REPLICA: "REPLICA";
743
+ };
744
+ /**
745
+ * @public
746
+ */
747
+ export type ReplicationStatus = (typeof ReplicationStatus)[keyof typeof ReplicationStatus];
748
+ /**
749
+ * @public
750
+ * @enum
751
+ */
752
+ export declare const ChecksumMode: {
753
+ readonly ENABLED: "ENABLED";
754
+ };
755
+ /**
756
+ * @public
757
+ */
758
+ export type ChecksumMode = (typeof ChecksumMode)[keyof typeof ChecksumMode];
759
+ /**
760
+ * @public
761
+ * @enum
762
+ */
763
+ export declare const ObjectAttributes: {
764
+ readonly CHECKSUM: "Checksum";
765
+ readonly ETAG: "ETag";
766
+ readonly OBJECT_PARTS: "ObjectParts";
767
+ readonly OBJECT_SIZE: "ObjectSize";
768
+ readonly STORAGE_CLASS: "StorageClass";
769
+ };
770
+ /**
771
+ * @public
772
+ */
773
+ export type ObjectAttributes = (typeof ObjectAttributes)[keyof typeof ObjectAttributes];
774
+ /**
775
+ * @public
776
+ * @enum
777
+ */
778
+ export declare const ObjectLockEnabled: {
779
+ readonly Enabled: "Enabled";
780
+ };
781
+ /**
782
+ * @public
783
+ */
784
+ export type ObjectLockEnabled = (typeof ObjectLockEnabled)[keyof typeof ObjectLockEnabled];
785
+ /**
786
+ * @public
787
+ * @enum
788
+ */
789
+ export declare const ObjectLockRetentionMode: {
790
+ readonly COMPLIANCE: "COMPLIANCE";
791
+ readonly GOVERNANCE: "GOVERNANCE";
792
+ };
793
+ /**
794
+ * @public
795
+ */
796
+ export type ObjectLockRetentionMode = (typeof ObjectLockRetentionMode)[keyof typeof ObjectLockRetentionMode];
797
+ /**
798
+ * @public
799
+ * @enum
800
+ */
801
+ export declare const ArchiveStatus: {
802
+ readonly ARCHIVE_ACCESS: "ARCHIVE_ACCESS";
803
+ readonly DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS";
804
+ };
805
+ /**
806
+ * @public
807
+ */
808
+ export type ArchiveStatus = (typeof ArchiveStatus)[keyof typeof ArchiveStatus];
809
+ /**
810
+ * @public
811
+ * @enum
812
+ */
813
+ export declare const EncodingType: {
814
+ readonly url: "url";
815
+ };
816
+ /**
817
+ * @public
818
+ */
819
+ export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
820
+ /**
821
+ * @public
822
+ * @enum
823
+ */
824
+ export declare const ObjectStorageClass: {
825
+ readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
826
+ readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
827
+ readonly FSX_OPENZFS: "FSX_OPENZFS";
828
+ readonly GLACIER: "GLACIER";
829
+ readonly GLACIER_IR: "GLACIER_IR";
830
+ readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
831
+ readonly ONEZONE_IA: "ONEZONE_IA";
832
+ readonly OUTPOSTS: "OUTPOSTS";
833
+ readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
834
+ readonly SNOW: "SNOW";
835
+ readonly STANDARD: "STANDARD";
836
+ readonly STANDARD_IA: "STANDARD_IA";
837
+ };
838
+ /**
839
+ * @public
840
+ */
841
+ export type ObjectStorageClass = (typeof ObjectStorageClass)[keyof typeof ObjectStorageClass];
842
+ /**
843
+ * @public
844
+ * @enum
845
+ */
846
+ export declare const OptionalObjectAttributes: {
847
+ readonly RESTORE_STATUS: "RestoreStatus";
848
+ };
849
+ /**
850
+ * @public
851
+ */
852
+ export type OptionalObjectAttributes = (typeof OptionalObjectAttributes)[keyof typeof OptionalObjectAttributes];
853
+ /**
854
+ * @public
855
+ * @enum
856
+ */
857
+ export declare const ObjectVersionStorageClass: {
858
+ readonly STANDARD: "STANDARD";
859
+ };
860
+ /**
861
+ * @public
862
+ */
863
+ export type ObjectVersionStorageClass = (typeof ObjectVersionStorageClass)[keyof typeof ObjectVersionStorageClass];
864
+ /**
865
+ * @public
866
+ * @enum
867
+ */
868
+ export declare const MFADelete: {
869
+ readonly Disabled: "Disabled";
870
+ readonly Enabled: "Enabled";
871
+ };
872
+ /**
873
+ * @public
874
+ */
875
+ export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
876
+ /**
877
+ * @public
878
+ * @enum
879
+ */
880
+ export declare const Tier: {
881
+ readonly Bulk: "Bulk";
882
+ readonly Expedited: "Expedited";
883
+ readonly Standard: "Standard";
884
+ };
885
+ /**
886
+ * @public
887
+ */
888
+ export type Tier = (typeof Tier)[keyof typeof Tier];
889
+ /**
890
+ * @public
891
+ * @enum
892
+ */
893
+ export declare const ExpressionType: {
894
+ readonly SQL: "SQL";
895
+ };
896
+ /**
897
+ * @public
898
+ */
899
+ export type ExpressionType = (typeof ExpressionType)[keyof typeof ExpressionType];
900
+ /**
901
+ * @public
902
+ * @enum
903
+ */
904
+ export declare const CompressionType: {
905
+ readonly BZIP2: "BZIP2";
906
+ readonly GZIP: "GZIP";
907
+ readonly NONE: "NONE";
908
+ };
909
+ /**
910
+ * @public
911
+ */
912
+ export type CompressionType = (typeof CompressionType)[keyof typeof CompressionType];
913
+ /**
914
+ * @public
915
+ * @enum
916
+ */
917
+ export declare const FileHeaderInfo: {
918
+ readonly IGNORE: "IGNORE";
919
+ readonly NONE: "NONE";
920
+ readonly USE: "USE";
921
+ };
922
+ /**
923
+ * @public
924
+ */
925
+ export type FileHeaderInfo = (typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
926
+ /**
927
+ * @public
928
+ * @enum
929
+ */
930
+ export declare const JSONType: {
931
+ readonly DOCUMENT: "DOCUMENT";
932
+ readonly LINES: "LINES";
933
+ };
934
+ /**
935
+ * @public
936
+ */
937
+ export type JSONType = (typeof JSONType)[keyof typeof JSONType];
938
+ /**
939
+ * @public
940
+ * @enum
941
+ */
942
+ export declare const QuoteFields: {
943
+ readonly ALWAYS: "ALWAYS";
944
+ readonly ASNEEDED: "ASNEEDED";
945
+ };
946
+ /**
947
+ * @public
948
+ */
949
+ export type QuoteFields = (typeof QuoteFields)[keyof typeof QuoteFields];
950
+ /**
951
+ * @public
952
+ * @enum
953
+ */
954
+ export declare const RestoreRequestType: {
955
+ readonly SELECT: "SELECT";
956
+ };
957
+ /**
958
+ * @public
959
+ */
960
+ export type RestoreRequestType = (typeof RestoreRequestType)[keyof typeof RestoreRequestType];