@aws-sdk/client-s3 3.934.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
@@ -1,21 +1,81 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
1
  import { StreamingBlobTypes } from "@smithy/types";
3
- import { S3ServiceException as __BaseException } from "./S3ServiceException";
2
+ import {
3
+ AnalyticsS3ExportFileFormat,
4
+ ArchiveStatus,
5
+ BucketAccelerateStatus,
6
+ BucketCannedACL,
7
+ BucketLocationConstraint,
8
+ BucketLogsPermission,
9
+ BucketType,
10
+ BucketVersioningStatus,
11
+ ChecksumAlgorithm,
12
+ ChecksumMode,
13
+ ChecksumType,
14
+ CompressionType,
15
+ DataRedundancy,
16
+ DeleteMarkerReplicationStatus,
17
+ EncodingType,
18
+ EncryptionType,
19
+ Event,
20
+ ExistingObjectReplicationStatus,
21
+ ExpirationState,
22
+ ExpirationStatus,
23
+ FileHeaderInfo,
24
+ FilterRuleName,
25
+ IntelligentTieringAccessTier,
26
+ IntelligentTieringStatus,
27
+ InventoryConfigurationState,
28
+ InventoryFormat,
29
+ InventoryFrequency,
30
+ InventoryIncludedObjectVersions,
31
+ InventoryOptionalField,
32
+ JSONType,
33
+ LocationType,
34
+ MetadataDirective,
35
+ MetricsStatus,
36
+ MFADelete,
37
+ MFADeleteStatus,
38
+ ObjectAttributes,
39
+ ObjectCannedACL,
40
+ ObjectLockEnabled,
41
+ ObjectLockLegalHoldStatus,
42
+ ObjectLockMode,
43
+ ObjectLockRetentionMode,
44
+ ObjectOwnership,
45
+ ObjectStorageClass,
46
+ ObjectVersionStorageClass,
47
+ OptionalObjectAttributes,
48
+ OwnerOverride,
49
+ PartitionDateSource,
50
+ Payer,
51
+ Permission,
52
+ Protocol,
53
+ QuoteFields,
54
+ ReplicaModificationsStatus,
55
+ ReplicationRuleStatus,
56
+ ReplicationStatus,
57
+ ReplicationTimeStatus,
58
+ RequestCharged,
59
+ RequestPayer,
60
+ S3TablesBucketType,
61
+ ServerSideEncryption,
62
+ SessionMode,
63
+ SseKmsEncryptedObjectsStatus,
64
+ StorageClass,
65
+ StorageClassAnalysisSchemaVersion,
66
+ TableSseAlgorithm,
67
+ TaggingDirective,
68
+ Tier,
69
+ TransitionDefaultMinimumObjectSize,
70
+ TransitionStorageClass,
71
+ Type,
72
+ } from "./enums";
4
73
  export interface AbortIncompleteMultipartUpload {
5
74
  DaysAfterInitiation?: number | undefined;
6
75
  }
7
- export declare const RequestCharged: {
8
- readonly requester: "requester";
9
- };
10
- export type RequestCharged =
11
- (typeof RequestCharged)[keyof typeof RequestCharged];
12
76
  export interface AbortMultipartUploadOutput {
13
77
  RequestCharged?: RequestCharged | undefined;
14
78
  }
15
- export declare const RequestPayer: {
16
- readonly requester: "requester";
17
- };
18
- export type RequestPayer = (typeof RequestPayer)[keyof typeof RequestPayer];
19
79
  export interface AbortMultipartUploadRequest {
20
80
  Bucket: string | undefined;
21
81
  Key: string | undefined;
@@ -24,26 +84,9 @@ export interface AbortMultipartUploadRequest {
24
84
  ExpectedBucketOwner?: string | undefined;
25
85
  IfMatchInitiatedTime?: Date | undefined;
26
86
  }
27
- export declare class NoSuchUpload extends __BaseException {
28
- readonly name: "NoSuchUpload";
29
- readonly $fault: "client";
30
- constructor(opts: __ExceptionOptionType<NoSuchUpload, __BaseException>);
31
- }
32
- export declare const BucketAccelerateStatus: {
33
- readonly Enabled: "Enabled";
34
- readonly Suspended: "Suspended";
35
- };
36
- export type BucketAccelerateStatus =
37
- (typeof BucketAccelerateStatus)[keyof typeof BucketAccelerateStatus];
38
87
  export interface AccelerateConfiguration {
39
88
  Status?: BucketAccelerateStatus | undefined;
40
89
  }
41
- export declare const Type: {
42
- readonly AmazonCustomerByEmail: "AmazonCustomerByEmail";
43
- readonly CanonicalUser: "CanonicalUser";
44
- readonly Group: "Group";
45
- };
46
- export type Type = (typeof Type)[keyof typeof Type];
47
90
  export interface Grantee {
48
91
  DisplayName?: string | undefined;
49
92
  EmailAddress?: string | undefined;
@@ -51,14 +94,6 @@ export interface Grantee {
51
94
  URI?: string | undefined;
52
95
  Type: Type | undefined;
53
96
  }
54
- export declare const Permission: {
55
- readonly FULL_CONTROL: "FULL_CONTROL";
56
- readonly READ: "READ";
57
- readonly READ_ACP: "READ_ACP";
58
- readonly WRITE: "WRITE";
59
- readonly WRITE_ACP: "WRITE_ACP";
60
- };
61
- export type Permission = (typeof Permission)[keyof typeof Permission];
62
97
  export interface Grant {
63
98
  Grantee?: Grantee | undefined;
64
99
  Permission?: Permission | undefined;
@@ -71,26 +106,9 @@ export interface AccessControlPolicy {
71
106
  Grants?: Grant[] | undefined;
72
107
  Owner?: Owner | undefined;
73
108
  }
74
- export declare const OwnerOverride: {
75
- readonly Destination: "Destination";
76
- };
77
- export type OwnerOverride = (typeof OwnerOverride)[keyof typeof OwnerOverride];
78
109
  export interface AccessControlTranslation {
79
110
  Owner: OwnerOverride | undefined;
80
111
  }
81
- export declare const ChecksumType: {
82
- readonly COMPOSITE: "COMPOSITE";
83
- readonly FULL_OBJECT: "FULL_OBJECT";
84
- };
85
- export type ChecksumType = (typeof ChecksumType)[keyof typeof ChecksumType];
86
- export declare const ServerSideEncryption: {
87
- readonly AES256: "AES256";
88
- readonly aws_fsx: "aws:fsx";
89
- readonly aws_kms: "aws:kms";
90
- readonly aws_kms_dsse: "aws:kms:dsse";
91
- };
92
- export type ServerSideEncryption =
93
- (typeof ServerSideEncryption)[keyof typeof ServerSideEncryption];
94
112
  export interface CompleteMultipartUploadOutput {
95
113
  Location?: string | undefined;
96
114
  Bucket?: string | undefined;
@@ -164,65 +182,6 @@ export interface CopyObjectOutput {
164
182
  BucketKeyEnabled?: boolean | undefined;
165
183
  RequestCharged?: RequestCharged | undefined;
166
184
  }
167
- export declare const ObjectCannedACL: {
168
- readonly authenticated_read: "authenticated-read";
169
- readonly aws_exec_read: "aws-exec-read";
170
- readonly bucket_owner_full_control: "bucket-owner-full-control";
171
- readonly bucket_owner_read: "bucket-owner-read";
172
- readonly private: "private";
173
- readonly public_read: "public-read";
174
- readonly public_read_write: "public-read-write";
175
- };
176
- export type ObjectCannedACL =
177
- (typeof ObjectCannedACL)[keyof typeof ObjectCannedACL];
178
- export declare const ChecksumAlgorithm: {
179
- readonly CRC32: "CRC32";
180
- readonly CRC32C: "CRC32C";
181
- readonly CRC64NVME: "CRC64NVME";
182
- readonly SHA1: "SHA1";
183
- readonly SHA256: "SHA256";
184
- };
185
- export type ChecksumAlgorithm =
186
- (typeof ChecksumAlgorithm)[keyof typeof ChecksumAlgorithm];
187
- export declare const MetadataDirective: {
188
- readonly COPY: "COPY";
189
- readonly REPLACE: "REPLACE";
190
- };
191
- export type MetadataDirective =
192
- (typeof MetadataDirective)[keyof typeof MetadataDirective];
193
- export declare const ObjectLockLegalHoldStatus: {
194
- readonly OFF: "OFF";
195
- readonly ON: "ON";
196
- };
197
- export type ObjectLockLegalHoldStatus =
198
- (typeof ObjectLockLegalHoldStatus)[keyof typeof ObjectLockLegalHoldStatus];
199
- export declare const ObjectLockMode: {
200
- readonly COMPLIANCE: "COMPLIANCE";
201
- readonly GOVERNANCE: "GOVERNANCE";
202
- };
203
- export type ObjectLockMode =
204
- (typeof ObjectLockMode)[keyof typeof ObjectLockMode];
205
- export declare const StorageClass: {
206
- readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
207
- readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
208
- readonly FSX_OPENZFS: "FSX_OPENZFS";
209
- readonly GLACIER: "GLACIER";
210
- readonly GLACIER_IR: "GLACIER_IR";
211
- readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
212
- readonly ONEZONE_IA: "ONEZONE_IA";
213
- readonly OUTPOSTS: "OUTPOSTS";
214
- readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
215
- readonly SNOW: "SNOW";
216
- readonly STANDARD: "STANDARD";
217
- readonly STANDARD_IA: "STANDARD_IA";
218
- };
219
- export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
220
- export declare const TaggingDirective: {
221
- readonly COPY: "COPY";
222
- readonly REPLACE: "REPLACE";
223
- };
224
- export type TaggingDirective =
225
- (typeof TaggingDirective)[keyof typeof TaggingDirective];
226
185
  export interface CopyObjectRequest {
227
186
  ACL?: ObjectCannedACL | undefined;
228
187
  Bucket: string | undefined;
@@ -268,99 +227,18 @@ export interface CopyObjectRequest {
268
227
  ExpectedBucketOwner?: string | undefined;
269
228
  ExpectedSourceBucketOwner?: string | undefined;
270
229
  }
271
- export declare class ObjectNotInActiveTierError extends __BaseException {
272
- readonly name: "ObjectNotInActiveTierError";
273
- readonly $fault: "client";
274
- constructor(
275
- opts: __ExceptionOptionType<ObjectNotInActiveTierError, __BaseException>
276
- );
277
- }
278
- export declare class BucketAlreadyExists extends __BaseException {
279
- readonly name: "BucketAlreadyExists";
280
- readonly $fault: "client";
281
- constructor(
282
- opts: __ExceptionOptionType<BucketAlreadyExists, __BaseException>
283
- );
284
- }
285
- export declare class BucketAlreadyOwnedByYou extends __BaseException {
286
- readonly name: "BucketAlreadyOwnedByYou";
287
- readonly $fault: "client";
288
- constructor(
289
- opts: __ExceptionOptionType<BucketAlreadyOwnedByYou, __BaseException>
290
- );
291
- }
292
230
  export interface CreateBucketOutput {
293
231
  Location?: string | undefined;
294
232
  BucketArn?: string | undefined;
295
233
  }
296
- export declare const BucketCannedACL: {
297
- readonly authenticated_read: "authenticated-read";
298
- readonly private: "private";
299
- readonly public_read: "public-read";
300
- readonly public_read_write: "public-read-write";
301
- };
302
- export type BucketCannedACL =
303
- (typeof BucketCannedACL)[keyof typeof BucketCannedACL];
304
- export declare const DataRedundancy: {
305
- readonly SingleAvailabilityZone: "SingleAvailabilityZone";
306
- readonly SingleLocalZone: "SingleLocalZone";
307
- };
308
- export type DataRedundancy =
309
- (typeof DataRedundancy)[keyof typeof DataRedundancy];
310
- export declare const BucketType: {
311
- readonly Directory: "Directory";
312
- };
313
- export type BucketType = (typeof BucketType)[keyof typeof BucketType];
314
234
  export interface BucketInfo {
315
235
  DataRedundancy?: DataRedundancy | undefined;
316
236
  Type?: BucketType | undefined;
317
237
  }
318
- export declare const LocationType: {
319
- readonly AvailabilityZone: "AvailabilityZone";
320
- readonly LocalZone: "LocalZone";
321
- };
322
- export type LocationType = (typeof LocationType)[keyof typeof LocationType];
323
238
  export interface LocationInfo {
324
239
  Type?: LocationType | undefined;
325
240
  Name?: string | undefined;
326
241
  }
327
- export declare const BucketLocationConstraint: {
328
- readonly EU: "EU";
329
- readonly af_south_1: "af-south-1";
330
- readonly ap_east_1: "ap-east-1";
331
- readonly ap_northeast_1: "ap-northeast-1";
332
- readonly ap_northeast_2: "ap-northeast-2";
333
- readonly ap_northeast_3: "ap-northeast-3";
334
- readonly ap_south_1: "ap-south-1";
335
- readonly ap_south_2: "ap-south-2";
336
- readonly ap_southeast_1: "ap-southeast-1";
337
- readonly ap_southeast_2: "ap-southeast-2";
338
- readonly ap_southeast_3: "ap-southeast-3";
339
- readonly ap_southeast_4: "ap-southeast-4";
340
- readonly ap_southeast_5: "ap-southeast-5";
341
- readonly ca_central_1: "ca-central-1";
342
- readonly cn_north_1: "cn-north-1";
343
- readonly cn_northwest_1: "cn-northwest-1";
344
- readonly eu_central_1: "eu-central-1";
345
- readonly eu_central_2: "eu-central-2";
346
- readonly eu_north_1: "eu-north-1";
347
- readonly eu_south_1: "eu-south-1";
348
- readonly eu_south_2: "eu-south-2";
349
- readonly eu_west_1: "eu-west-1";
350
- readonly eu_west_2: "eu-west-2";
351
- readonly eu_west_3: "eu-west-3";
352
- readonly il_central_1: "il-central-1";
353
- readonly me_central_1: "me-central-1";
354
- readonly me_south_1: "me-south-1";
355
- readonly sa_east_1: "sa-east-1";
356
- readonly us_east_2: "us-east-2";
357
- readonly us_gov_east_1: "us-gov-east-1";
358
- readonly us_gov_west_1: "us-gov-west-1";
359
- readonly us_west_1: "us-west-1";
360
- readonly us_west_2: "us-west-2";
361
- };
362
- export type BucketLocationConstraint =
363
- (typeof BucketLocationConstraint)[keyof typeof BucketLocationConstraint];
364
242
  export interface Tag {
365
243
  Key: string | undefined;
366
244
  Value: string | undefined;
@@ -371,13 +249,6 @@ export interface CreateBucketConfiguration {
371
249
  Bucket?: BucketInfo | undefined;
372
250
  Tags?: Tag[] | undefined;
373
251
  }
374
- export declare const ObjectOwnership: {
375
- readonly BucketOwnerEnforced: "BucketOwnerEnforced";
376
- readonly BucketOwnerPreferred: "BucketOwnerPreferred";
377
- readonly ObjectWriter: "ObjectWriter";
378
- };
379
- export type ObjectOwnership =
380
- (typeof ObjectOwnership)[keyof typeof ObjectOwnership];
381
252
  export interface CreateBucketRequest {
382
253
  ACL?: BucketCannedACL | undefined;
383
254
  Bucket: string | undefined;
@@ -390,18 +261,6 @@ export interface CreateBucketRequest {
390
261
  ObjectLockEnabledForBucket?: boolean | undefined;
391
262
  ObjectOwnership?: ObjectOwnership | undefined;
392
263
  }
393
- export declare const InventoryConfigurationState: {
394
- readonly DISABLED: "DISABLED";
395
- readonly ENABLED: "ENABLED";
396
- };
397
- export type InventoryConfigurationState =
398
- (typeof InventoryConfigurationState)[keyof typeof InventoryConfigurationState];
399
- export declare const TableSseAlgorithm: {
400
- readonly AES256: "AES256";
401
- readonly aws_kms: "aws:kms";
402
- };
403
- export type TableSseAlgorithm =
404
- (typeof TableSseAlgorithm)[keyof typeof TableSseAlgorithm];
405
264
  export interface MetadataTableEncryptionConfiguration {
406
265
  SseAlgorithm: TableSseAlgorithm | undefined;
407
266
  KmsKeyArn?: string | undefined;
@@ -410,12 +269,6 @@ export interface InventoryTableConfiguration {
410
269
  ConfigurationState: InventoryConfigurationState | undefined;
411
270
  EncryptionConfiguration?: MetadataTableEncryptionConfiguration | undefined;
412
271
  }
413
- export declare const ExpirationState: {
414
- readonly DISABLED: "DISABLED";
415
- readonly ENABLED: "ENABLED";
416
- };
417
- export type ExpirationState =
418
- (typeof ExpirationState)[keyof typeof ExpirationState];
419
272
  export interface RecordExpiration {
420
273
  Expiration: ExpirationState | undefined;
421
274
  Days?: number | undefined;
@@ -511,11 +364,6 @@ export interface CreateSessionOutput {
511
364
  BucketKeyEnabled?: boolean | undefined;
512
365
  Credentials: SessionCredentials | undefined;
513
366
  }
514
- export declare const SessionMode: {
515
- readonly ReadOnly: "ReadOnly";
516
- readonly ReadWrite: "ReadWrite";
517
- };
518
- export type SessionMode = (typeof SessionMode)[keyof typeof SessionMode];
519
367
  export interface CreateSessionRequest {
520
368
  SessionMode?: SessionMode | undefined;
521
369
  Bucket: string | undefined;
@@ -524,11 +372,6 @@ export interface CreateSessionRequest {
524
372
  SSEKMSEncryptionContext?: string | undefined;
525
373
  BucketKeyEnabled?: boolean | undefined;
526
374
  }
527
- export declare class NoSuchBucket extends __BaseException {
528
- readonly name: "NoSuchBucket";
529
- readonly $fault: "client";
530
- constructor(opts: __ExceptionOptionType<NoSuchBucket, __BaseException>);
531
- }
532
375
  export interface DeleteBucketRequest {
533
376
  Bucket: string | undefined;
534
377
  ExpectedBucketOwner?: string | undefined;
@@ -718,11 +561,6 @@ export declare namespace AnalyticsFilter {
718
561
  _: (name: string, value: any) => T;
719
562
  }
720
563
  }
721
- export declare const AnalyticsS3ExportFileFormat: {
722
- readonly CSV: "CSV";
723
- };
724
- export type AnalyticsS3ExportFileFormat =
725
- (typeof AnalyticsS3ExportFileFormat)[keyof typeof AnalyticsS3ExportFileFormat];
726
564
  export interface AnalyticsS3BucketDestination {
727
565
  Format: AnalyticsS3ExportFileFormat | undefined;
728
566
  BucketAccountId?: string | undefined;
@@ -732,11 +570,6 @@ export interface AnalyticsS3BucketDestination {
732
570
  export interface AnalyticsExportDestination {
733
571
  S3BucketDestination: AnalyticsS3BucketDestination | undefined;
734
572
  }
735
- export declare const StorageClassAnalysisSchemaVersion: {
736
- readonly V_1: "V_1";
737
- };
738
- export type StorageClassAnalysisSchemaVersion =
739
- (typeof StorageClassAnalysisSchemaVersion)[keyof typeof StorageClassAnalysisSchemaVersion];
740
573
  export interface StorageClassAnalysisDataExport {
741
574
  OutputSchemaVersion: StorageClassAnalysisSchemaVersion | undefined;
742
575
  Destination: AnalyticsExportDestination | undefined;
@@ -776,11 +609,15 @@ export interface ServerSideEncryptionByDefault {
776
609
  SSEAlgorithm: ServerSideEncryption | undefined;
777
610
  KMSMasterKeyID?: string | undefined;
778
611
  }
612
+ export interface BlockedEncryptionTypes {
613
+ EncryptionType?: EncryptionType[] | undefined;
614
+ }
779
615
  export interface ServerSideEncryptionRule {
780
616
  ApplyServerSideEncryptionByDefault?:
781
617
  | ServerSideEncryptionByDefault
782
618
  | undefined;
783
619
  BucketKeyEnabled?: boolean | undefined;
620
+ BlockedEncryptionTypes?: BlockedEncryptionTypes | undefined;
784
621
  }
785
622
  export interface ServerSideEncryptionConfiguration {
786
623
  Rules: ServerSideEncryptionRule[] | undefined;
@@ -803,18 +640,6 @@ export interface IntelligentTieringFilter {
803
640
  Tag?: Tag | undefined;
804
641
  And?: IntelligentTieringAndOperator | undefined;
805
642
  }
806
- export declare const IntelligentTieringStatus: {
807
- readonly Disabled: "Disabled";
808
- readonly Enabled: "Enabled";
809
- };
810
- export type IntelligentTieringStatus =
811
- (typeof IntelligentTieringStatus)[keyof typeof IntelligentTieringStatus];
812
- export declare const IntelligentTieringAccessTier: {
813
- readonly ARCHIVE_ACCESS: "ARCHIVE_ACCESS";
814
- readonly DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS";
815
- };
816
- export type IntelligentTieringAccessTier =
817
- (typeof IntelligentTieringAccessTier)[keyof typeof IntelligentTieringAccessTier];
818
643
  export interface Tiering {
819
644
  Days: number | undefined;
820
645
  AccessTier: IntelligentTieringAccessTier | undefined;
@@ -841,13 +666,6 @@ export interface InventoryEncryption {
841
666
  SSES3?: SSES3 | undefined;
842
667
  SSEKMS?: SSEKMS | undefined;
843
668
  }
844
- export declare const InventoryFormat: {
845
- readonly CSV: "CSV";
846
- readonly ORC: "ORC";
847
- readonly Parquet: "Parquet";
848
- };
849
- export type InventoryFormat =
850
- (typeof InventoryFormat)[keyof typeof InventoryFormat];
851
669
  export interface InventoryS3BucketDestination {
852
670
  AccountId?: string | undefined;
853
671
  Bucket: string | undefined;
@@ -861,37 +679,6 @@ export interface InventoryDestination {
861
679
  export interface InventoryFilter {
862
680
  Prefix: string | undefined;
863
681
  }
864
- export declare const InventoryIncludedObjectVersions: {
865
- readonly All: "All";
866
- readonly Current: "Current";
867
- };
868
- export type InventoryIncludedObjectVersions =
869
- (typeof InventoryIncludedObjectVersions)[keyof typeof InventoryIncludedObjectVersions];
870
- export declare const InventoryOptionalField: {
871
- readonly BucketKeyStatus: "BucketKeyStatus";
872
- readonly ChecksumAlgorithm: "ChecksumAlgorithm";
873
- readonly ETag: "ETag";
874
- readonly EncryptionStatus: "EncryptionStatus";
875
- readonly IntelligentTieringAccessTier: "IntelligentTieringAccessTier";
876
- readonly IsMultipartUploaded: "IsMultipartUploaded";
877
- readonly LastModifiedDate: "LastModifiedDate";
878
- readonly ObjectAccessControlList: "ObjectAccessControlList";
879
- readonly ObjectLockLegalHoldStatus: "ObjectLockLegalHoldStatus";
880
- readonly ObjectLockMode: "ObjectLockMode";
881
- readonly ObjectLockRetainUntilDate: "ObjectLockRetainUntilDate";
882
- readonly ObjectOwner: "ObjectOwner";
883
- readonly ReplicationStatus: "ReplicationStatus";
884
- readonly Size: "Size";
885
- readonly StorageClass: "StorageClass";
886
- };
887
- export type InventoryOptionalField =
888
- (typeof InventoryOptionalField)[keyof typeof InventoryOptionalField];
889
- export declare const InventoryFrequency: {
890
- readonly Daily: "Daily";
891
- readonly Weekly: "Weekly";
892
- };
893
- export type InventoryFrequency =
894
- (typeof InventoryFrequency)[keyof typeof InventoryFrequency];
895
682
  export interface InventorySchedule {
896
683
  Frequency: InventoryFrequency | undefined;
897
684
  }
@@ -934,27 +721,11 @@ export interface NoncurrentVersionExpiration {
934
721
  NoncurrentDays?: number | undefined;
935
722
  NewerNoncurrentVersions?: number | undefined;
936
723
  }
937
- export declare const TransitionStorageClass: {
938
- readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
939
- readonly GLACIER: "GLACIER";
940
- readonly GLACIER_IR: "GLACIER_IR";
941
- readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
942
- readonly ONEZONE_IA: "ONEZONE_IA";
943
- readonly STANDARD_IA: "STANDARD_IA";
944
- };
945
- export type TransitionStorageClass =
946
- (typeof TransitionStorageClass)[keyof typeof TransitionStorageClass];
947
724
  export interface NoncurrentVersionTransition {
948
725
  NoncurrentDays?: number | undefined;
949
726
  StorageClass?: TransitionStorageClass | undefined;
950
727
  NewerNoncurrentVersions?: number | undefined;
951
728
  }
952
- export declare const ExpirationStatus: {
953
- readonly Disabled: "Disabled";
954
- readonly Enabled: "Enabled";
955
- };
956
- export type ExpirationStatus =
957
- (typeof ExpirationStatus)[keyof typeof ExpirationStatus];
958
729
  export interface Transition {
959
730
  Date?: Date | undefined;
960
731
  Days?: number | undefined;
@@ -971,12 +742,6 @@ export interface LifecycleRule {
971
742
  NoncurrentVersionExpiration?: NoncurrentVersionExpiration | undefined;
972
743
  AbortIncompleteMultipartUpload?: AbortIncompleteMultipartUpload | undefined;
973
744
  }
974
- export declare const TransitionDefaultMinimumObjectSize: {
975
- readonly all_storage_classes_128K: "all_storage_classes_128K";
976
- readonly varies_by_storage_class: "varies_by_storage_class";
977
- };
978
- export type TransitionDefaultMinimumObjectSize =
979
- (typeof TransitionDefaultMinimumObjectSize)[keyof typeof TransitionDefaultMinimumObjectSize];
980
745
  export interface GetBucketLifecycleConfigurationOutput {
981
746
  Rules?: LifecycleRule[] | undefined;
982
747
  TransitionDefaultMinimumObjectSize?:
@@ -994,23 +759,10 @@ export interface GetBucketLocationRequest {
994
759
  Bucket: string | undefined;
995
760
  ExpectedBucketOwner?: string | undefined;
996
761
  }
997
- export declare const BucketLogsPermission: {
998
- readonly FULL_CONTROL: "FULL_CONTROL";
999
- readonly READ: "READ";
1000
- readonly WRITE: "WRITE";
1001
- };
1002
- export type BucketLogsPermission =
1003
- (typeof BucketLogsPermission)[keyof typeof BucketLogsPermission];
1004
762
  export interface TargetGrant {
1005
763
  Grantee?: Grantee | undefined;
1006
764
  Permission?: BucketLogsPermission | undefined;
1007
765
  }
1008
- export declare const PartitionDateSource: {
1009
- readonly DeliveryTime: "DeliveryTime";
1010
- readonly EventTime: "EventTime";
1011
- };
1012
- export type PartitionDateSource =
1013
- (typeof PartitionDateSource)[keyof typeof PartitionDateSource];
1014
766
  export interface PartitionedPrefix {
1015
767
  PartitionDateSource?: PartitionDateSource | undefined;
1016
768
  }
@@ -1032,12 +784,6 @@ export interface GetBucketLoggingRequest {
1032
784
  Bucket: string | undefined;
1033
785
  ExpectedBucketOwner?: string | undefined;
1034
786
  }
1035
- export declare const S3TablesBucketType: {
1036
- readonly aws: "aws";
1037
- readonly customer: "customer";
1038
- };
1039
- export type S3TablesBucketType =
1040
- (typeof S3TablesBucketType)[keyof typeof S3TablesBucketType];
1041
787
  export interface DestinationResult {
1042
788
  TableBucketType?: S3TablesBucketType | undefined;
1043
789
  TableBucketArn?: string | undefined;
@@ -1177,42 +923,6 @@ export interface GetBucketNotificationConfigurationRequest {
1177
923
  ExpectedBucketOwner?: string | undefined;
1178
924
  }
1179
925
  export interface EventBridgeConfiguration {}
1180
- export declare const Event: {
1181
- readonly s3_IntelligentTiering: "s3:IntelligentTiering";
1182
- readonly s3_LifecycleExpiration_: "s3:LifecycleExpiration:*";
1183
- readonly s3_LifecycleExpiration_Delete: "s3:LifecycleExpiration:Delete";
1184
- readonly s3_LifecycleExpiration_DeleteMarkerCreated: "s3:LifecycleExpiration:DeleteMarkerCreated";
1185
- readonly s3_LifecycleTransition: "s3:LifecycleTransition";
1186
- readonly s3_ObjectAcl_Put: "s3:ObjectAcl:Put";
1187
- readonly s3_ObjectCreated_: "s3:ObjectCreated:*";
1188
- readonly s3_ObjectCreated_CompleteMultipartUpload: "s3:ObjectCreated:CompleteMultipartUpload";
1189
- readonly s3_ObjectCreated_Copy: "s3:ObjectCreated:Copy";
1190
- readonly s3_ObjectCreated_Post: "s3:ObjectCreated:Post";
1191
- readonly s3_ObjectCreated_Put: "s3:ObjectCreated:Put";
1192
- readonly s3_ObjectRemoved_: "s3:ObjectRemoved:*";
1193
- readonly s3_ObjectRemoved_Delete: "s3:ObjectRemoved:Delete";
1194
- readonly s3_ObjectRemoved_DeleteMarkerCreated: "s3:ObjectRemoved:DeleteMarkerCreated";
1195
- readonly s3_ObjectRestore_: "s3:ObjectRestore:*";
1196
- readonly s3_ObjectRestore_Completed: "s3:ObjectRestore:Completed";
1197
- readonly s3_ObjectRestore_Delete: "s3:ObjectRestore:Delete";
1198
- readonly s3_ObjectRestore_Post: "s3:ObjectRestore:Post";
1199
- readonly s3_ObjectTagging_: "s3:ObjectTagging:*";
1200
- readonly s3_ObjectTagging_Delete: "s3:ObjectTagging:Delete";
1201
- readonly s3_ObjectTagging_Put: "s3:ObjectTagging:Put";
1202
- readonly s3_ReducedRedundancyLostObject: "s3:ReducedRedundancyLostObject";
1203
- readonly s3_Replication_: "s3:Replication:*";
1204
- readonly s3_Replication_OperationFailedReplication: "s3:Replication:OperationFailedReplication";
1205
- readonly s3_Replication_OperationMissedThreshold: "s3:Replication:OperationMissedThreshold";
1206
- readonly s3_Replication_OperationNotTracked: "s3:Replication:OperationNotTracked";
1207
- readonly s3_Replication_OperationReplicatedAfterThreshold: "s3:Replication:OperationReplicatedAfterThreshold";
1208
- };
1209
- export type Event = (typeof Event)[keyof typeof Event];
1210
- export declare const FilterRuleName: {
1211
- readonly prefix: "prefix";
1212
- readonly suffix: "suffix";
1213
- };
1214
- export type FilterRuleName =
1215
- (typeof FilterRuleName)[keyof typeof FilterRuleName];
1216
926
  export interface FilterRule {
1217
927
  Name?: FilterRuleName | undefined;
1218
928
  Value?: string | undefined;
@@ -1277,12 +987,6 @@ export interface GetBucketPolicyStatusRequest {
1277
987
  Bucket: string | undefined;
1278
988
  ExpectedBucketOwner?: string | undefined;
1279
989
  }
1280
- export declare const DeleteMarkerReplicationStatus: {
1281
- readonly Disabled: "Disabled";
1282
- readonly Enabled: "Enabled";
1283
- };
1284
- export type DeleteMarkerReplicationStatus =
1285
- (typeof DeleteMarkerReplicationStatus)[keyof typeof DeleteMarkerReplicationStatus];
1286
990
  export interface DeleteMarkerReplication {
1287
991
  Status?: DeleteMarkerReplicationStatus | undefined;
1288
992
  }
@@ -1292,21 +996,10 @@ export interface EncryptionConfiguration {
1292
996
  export interface ReplicationTimeValue {
1293
997
  Minutes?: number | undefined;
1294
998
  }
1295
- export declare const MetricsStatus: {
1296
- readonly Disabled: "Disabled";
1297
- readonly Enabled: "Enabled";
1298
- };
1299
- export type MetricsStatus = (typeof MetricsStatus)[keyof typeof MetricsStatus];
1300
999
  export interface Metrics {
1301
1000
  Status: MetricsStatus | undefined;
1302
1001
  EventThreshold?: ReplicationTimeValue | undefined;
1303
1002
  }
1304
- export declare const ReplicationTimeStatus: {
1305
- readonly Disabled: "Disabled";
1306
- readonly Enabled: "Enabled";
1307
- };
1308
- export type ReplicationTimeStatus =
1309
- (typeof ReplicationTimeStatus)[keyof typeof ReplicationTimeStatus];
1310
1003
  export interface ReplicationTime {
1311
1004
  Status: ReplicationTimeStatus | undefined;
1312
1005
  Time: ReplicationTimeValue | undefined;
@@ -1320,12 +1013,6 @@ export interface Destination {
1320
1013
  ReplicationTime?: ReplicationTime | undefined;
1321
1014
  Metrics?: Metrics | undefined;
1322
1015
  }
1323
- export declare const ExistingObjectReplicationStatus: {
1324
- readonly Disabled: "Disabled";
1325
- readonly Enabled: "Enabled";
1326
- };
1327
- export type ExistingObjectReplicationStatus =
1328
- (typeof ExistingObjectReplicationStatus)[keyof typeof ExistingObjectReplicationStatus];
1329
1016
  export interface ExistingObjectReplication {
1330
1017
  Status: ExistingObjectReplicationStatus | undefined;
1331
1018
  }
@@ -1338,21 +1025,9 @@ export interface ReplicationRuleFilter {
1338
1025
  Tag?: Tag | undefined;
1339
1026
  And?: ReplicationRuleAndOperator | undefined;
1340
1027
  }
1341
- export declare const ReplicaModificationsStatus: {
1342
- readonly Disabled: "Disabled";
1343
- readonly Enabled: "Enabled";
1344
- };
1345
- export type ReplicaModificationsStatus =
1346
- (typeof ReplicaModificationsStatus)[keyof typeof ReplicaModificationsStatus];
1347
1028
  export interface ReplicaModifications {
1348
1029
  Status: ReplicaModificationsStatus | undefined;
1349
1030
  }
1350
- export declare const SseKmsEncryptedObjectsStatus: {
1351
- readonly Disabled: "Disabled";
1352
- readonly Enabled: "Enabled";
1353
- };
1354
- export type SseKmsEncryptedObjectsStatus =
1355
- (typeof SseKmsEncryptedObjectsStatus)[keyof typeof SseKmsEncryptedObjectsStatus];
1356
1031
  export interface SseKmsEncryptedObjects {
1357
1032
  Status: SseKmsEncryptedObjectsStatus | undefined;
1358
1033
  }
@@ -1360,12 +1035,6 @@ export interface SourceSelectionCriteria {
1360
1035
  SseKmsEncryptedObjects?: SseKmsEncryptedObjects | undefined;
1361
1036
  ReplicaModifications?: ReplicaModifications | undefined;
1362
1037
  }
1363
- export declare const ReplicationRuleStatus: {
1364
- readonly Disabled: "Disabled";
1365
- readonly Enabled: "Enabled";
1366
- };
1367
- export type ReplicationRuleStatus =
1368
- (typeof ReplicationRuleStatus)[keyof typeof ReplicationRuleStatus];
1369
1038
  export interface ReplicationRule {
1370
1039
  ID?: string | undefined;
1371
1040
  Priority?: number | undefined;
@@ -1388,11 +1057,6 @@ export interface GetBucketReplicationRequest {
1388
1057
  Bucket: string | undefined;
1389
1058
  ExpectedBucketOwner?: string | undefined;
1390
1059
  }
1391
- export declare const Payer: {
1392
- readonly BucketOwner: "BucketOwner";
1393
- readonly Requester: "Requester";
1394
- };
1395
- export type Payer = (typeof Payer)[keyof typeof Payer];
1396
1060
  export interface GetBucketRequestPaymentOutput {
1397
1061
  Payer?: Payer | undefined;
1398
1062
  }
@@ -1407,18 +1071,6 @@ export interface GetBucketTaggingRequest {
1407
1071
  Bucket: string | undefined;
1408
1072
  ExpectedBucketOwner?: string | undefined;
1409
1073
  }
1410
- export declare const MFADeleteStatus: {
1411
- readonly Disabled: "Disabled";
1412
- readonly Enabled: "Enabled";
1413
- };
1414
- export type MFADeleteStatus =
1415
- (typeof MFADeleteStatus)[keyof typeof MFADeleteStatus];
1416
- export declare const BucketVersioningStatus: {
1417
- readonly Enabled: "Enabled";
1418
- readonly Suspended: "Suspended";
1419
- };
1420
- export type BucketVersioningStatus =
1421
- (typeof BucketVersioningStatus)[keyof typeof BucketVersioningStatus];
1422
1074
  export interface GetBucketVersioningOutput {
1423
1075
  Status?: BucketVersioningStatus | undefined;
1424
1076
  MFADelete?: MFADeleteStatus | undefined;
@@ -1433,11 +1085,6 @@ export interface ErrorDocument {
1433
1085
  export interface IndexDocument {
1434
1086
  Suffix: string | undefined;
1435
1087
  }
1436
- export declare const Protocol: {
1437
- readonly http: "http";
1438
- readonly https: "https";
1439
- };
1440
- export type Protocol = (typeof Protocol)[keyof typeof Protocol];
1441
1088
  export interface RedirectAllRequestsTo {
1442
1089
  HostName: string | undefined;
1443
1090
  Protocol?: Protocol | undefined;
@@ -1467,15 +1114,6 @@ export interface GetBucketWebsiteRequest {
1467
1114
  Bucket: string | undefined;
1468
1115
  ExpectedBucketOwner?: string | undefined;
1469
1116
  }
1470
- export declare const ReplicationStatus: {
1471
- readonly COMPLETE: "COMPLETE";
1472
- readonly COMPLETED: "COMPLETED";
1473
- readonly FAILED: "FAILED";
1474
- readonly PENDING: "PENDING";
1475
- readonly REPLICA: "REPLICA";
1476
- };
1477
- export type ReplicationStatus =
1478
- (typeof ReplicationStatus)[keyof typeof ReplicationStatus];
1479
1117
  export interface GetObjectOutput {
1480
1118
  Body?: StreamingBlobTypes | undefined;
1481
1119
  DeleteMarker?: boolean | undefined;
@@ -1517,10 +1155,6 @@ export interface GetObjectOutput {
1517
1155
  ObjectLockRetainUntilDate?: Date | undefined;
1518
1156
  ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
1519
1157
  }
1520
- export declare const ChecksumMode: {
1521
- readonly ENABLED: "ENABLED";
1522
- };
1523
- export type ChecksumMode = (typeof ChecksumMode)[keyof typeof ChecksumMode];
1524
1158
  export interface GetObjectRequest {
1525
1159
  Bucket: string | undefined;
1526
1160
  IfMatch?: string | undefined;
@@ -1544,18 +1178,6 @@ export interface GetObjectRequest {
1544
1178
  ExpectedBucketOwner?: string | undefined;
1545
1179
  ChecksumMode?: ChecksumMode | undefined;
1546
1180
  }
1547
- export declare class InvalidObjectState extends __BaseException {
1548
- readonly name: "InvalidObjectState";
1549
- readonly $fault: "client";
1550
- StorageClass?: StorageClass | undefined;
1551
- AccessTier?: IntelligentTieringAccessTier | undefined;
1552
- constructor(opts: __ExceptionOptionType<InvalidObjectState, __BaseException>);
1553
- }
1554
- export declare class NoSuchKey extends __BaseException {
1555
- readonly name: "NoSuchKey";
1556
- readonly $fault: "client";
1557
- constructor(opts: __ExceptionOptionType<NoSuchKey, __BaseException>);
1558
- }
1559
1181
  export interface GetObjectAclOutput {
1560
1182
  Owner?: Owner | undefined;
1561
1183
  Grants?: Grant[] | undefined;
@@ -1604,15 +1226,6 @@ export interface GetObjectAttributesOutput {
1604
1226
  StorageClass?: StorageClass | undefined;
1605
1227
  ObjectSize?: number | undefined;
1606
1228
  }
1607
- export declare const ObjectAttributes: {
1608
- readonly CHECKSUM: "Checksum";
1609
- readonly ETAG: "ETag";
1610
- readonly OBJECT_PARTS: "ObjectParts";
1611
- readonly OBJECT_SIZE: "ObjectSize";
1612
- readonly STORAGE_CLASS: "StorageClass";
1613
- };
1614
- export type ObjectAttributes =
1615
- (typeof ObjectAttributes)[keyof typeof ObjectAttributes];
1616
1229
  export interface GetObjectAttributesRequest {
1617
1230
  Bucket: string | undefined;
1618
1231
  Key: string | undefined;
@@ -1639,17 +1252,6 @@ export interface GetObjectLegalHoldRequest {
1639
1252
  RequestPayer?: RequestPayer | undefined;
1640
1253
  ExpectedBucketOwner?: string | undefined;
1641
1254
  }
1642
- export declare const ObjectLockEnabled: {
1643
- readonly Enabled: "Enabled";
1644
- };
1645
- export type ObjectLockEnabled =
1646
- (typeof ObjectLockEnabled)[keyof typeof ObjectLockEnabled];
1647
- export declare const ObjectLockRetentionMode: {
1648
- readonly COMPLIANCE: "COMPLIANCE";
1649
- readonly GOVERNANCE: "GOVERNANCE";
1650
- };
1651
- export type ObjectLockRetentionMode =
1652
- (typeof ObjectLockRetentionMode)[keyof typeof ObjectLockRetentionMode];
1653
1255
  export interface DefaultRetention {
1654
1256
  Mode?: ObjectLockRetentionMode | undefined;
1655
1257
  Days?: number | undefined;
@@ -1728,16 +1330,6 @@ export interface HeadBucketRequest {
1728
1330
  Bucket: string | undefined;
1729
1331
  ExpectedBucketOwner?: string | undefined;
1730
1332
  }
1731
- export declare class NotFound extends __BaseException {
1732
- readonly name: "NotFound";
1733
- readonly $fault: "client";
1734
- constructor(opts: __ExceptionOptionType<NotFound, __BaseException>);
1735
- }
1736
- export declare const ArchiveStatus: {
1737
- readonly ARCHIVE_ACCESS: "ARCHIVE_ACCESS";
1738
- readonly DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS";
1739
- };
1740
- export type ArchiveStatus = (typeof ArchiveStatus)[keyof typeof ArchiveStatus];
1741
1333
  export interface HeadObjectOutput {
1742
1334
  DeleteMarker?: boolean | undefined;
1743
1335
  AcceptRanges?: string | undefined;
@@ -1877,10 +1469,6 @@ export interface ListDirectoryBucketsRequest {
1877
1469
  export interface CommonPrefix {
1878
1470
  Prefix?: string | undefined;
1879
1471
  }
1880
- export declare const EncodingType: {
1881
- readonly url: "url";
1882
- };
1883
- export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
1884
1472
  export interface Initiator {
1885
1473
  ID?: string | undefined;
1886
1474
  DisplayName?: string | undefined;
@@ -1925,3 +1513,535 @@ export interface RestoreStatus {
1925
1513
  IsRestoreInProgress?: boolean | undefined;
1926
1514
  RestoreExpiryDate?: Date | undefined;
1927
1515
  }
1516
+ export interface _Object {
1517
+ Key?: string | undefined;
1518
+ LastModified?: Date | undefined;
1519
+ ETag?: string | undefined;
1520
+ ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
1521
+ ChecksumType?: ChecksumType | undefined;
1522
+ Size?: number | undefined;
1523
+ StorageClass?: ObjectStorageClass | undefined;
1524
+ Owner?: Owner | undefined;
1525
+ RestoreStatus?: RestoreStatus | undefined;
1526
+ }
1527
+ export interface ListObjectsOutput {
1528
+ IsTruncated?: boolean | undefined;
1529
+ Marker?: string | undefined;
1530
+ NextMarker?: string | undefined;
1531
+ Contents?: _Object[] | undefined;
1532
+ Name?: string | undefined;
1533
+ Prefix?: string | undefined;
1534
+ Delimiter?: string | undefined;
1535
+ MaxKeys?: number | undefined;
1536
+ CommonPrefixes?: CommonPrefix[] | undefined;
1537
+ EncodingType?: EncodingType | undefined;
1538
+ RequestCharged?: RequestCharged | undefined;
1539
+ }
1540
+ export interface ListObjectsRequest {
1541
+ Bucket: string | undefined;
1542
+ Delimiter?: string | undefined;
1543
+ EncodingType?: EncodingType | undefined;
1544
+ Marker?: string | undefined;
1545
+ MaxKeys?: number | undefined;
1546
+ Prefix?: string | undefined;
1547
+ RequestPayer?: RequestPayer | undefined;
1548
+ ExpectedBucketOwner?: string | undefined;
1549
+ OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
1550
+ }
1551
+ export interface ListObjectsV2Output {
1552
+ IsTruncated?: boolean | undefined;
1553
+ Contents?: _Object[] | undefined;
1554
+ Name?: string | undefined;
1555
+ Prefix?: string | undefined;
1556
+ Delimiter?: string | undefined;
1557
+ MaxKeys?: number | undefined;
1558
+ CommonPrefixes?: CommonPrefix[] | undefined;
1559
+ EncodingType?: EncodingType | undefined;
1560
+ KeyCount?: number | undefined;
1561
+ ContinuationToken?: string | undefined;
1562
+ NextContinuationToken?: string | undefined;
1563
+ StartAfter?: string | undefined;
1564
+ RequestCharged?: RequestCharged | undefined;
1565
+ }
1566
+ export interface ListObjectsV2Request {
1567
+ Bucket: string | undefined;
1568
+ Delimiter?: string | undefined;
1569
+ EncodingType?: EncodingType | undefined;
1570
+ MaxKeys?: number | undefined;
1571
+ Prefix?: string | undefined;
1572
+ ContinuationToken?: string | undefined;
1573
+ FetchOwner?: boolean | undefined;
1574
+ StartAfter?: string | undefined;
1575
+ RequestPayer?: RequestPayer | undefined;
1576
+ ExpectedBucketOwner?: string | undefined;
1577
+ OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
1578
+ }
1579
+ export interface DeleteMarkerEntry {
1580
+ Owner?: Owner | undefined;
1581
+ Key?: string | undefined;
1582
+ VersionId?: string | undefined;
1583
+ IsLatest?: boolean | undefined;
1584
+ LastModified?: Date | undefined;
1585
+ }
1586
+ export interface ObjectVersion {
1587
+ ETag?: string | undefined;
1588
+ ChecksumAlgorithm?: ChecksumAlgorithm[] | undefined;
1589
+ ChecksumType?: ChecksumType | undefined;
1590
+ Size?: number | undefined;
1591
+ StorageClass?: ObjectVersionStorageClass | undefined;
1592
+ Key?: string | undefined;
1593
+ VersionId?: string | undefined;
1594
+ IsLatest?: boolean | undefined;
1595
+ LastModified?: Date | undefined;
1596
+ Owner?: Owner | undefined;
1597
+ RestoreStatus?: RestoreStatus | undefined;
1598
+ }
1599
+ export interface ListObjectVersionsOutput {
1600
+ IsTruncated?: boolean | undefined;
1601
+ KeyMarker?: string | undefined;
1602
+ VersionIdMarker?: string | undefined;
1603
+ NextKeyMarker?: string | undefined;
1604
+ NextVersionIdMarker?: string | undefined;
1605
+ Versions?: ObjectVersion[] | undefined;
1606
+ DeleteMarkers?: DeleteMarkerEntry[] | undefined;
1607
+ Name?: string | undefined;
1608
+ Prefix?: string | undefined;
1609
+ Delimiter?: string | undefined;
1610
+ MaxKeys?: number | undefined;
1611
+ CommonPrefixes?: CommonPrefix[] | undefined;
1612
+ EncodingType?: EncodingType | undefined;
1613
+ RequestCharged?: RequestCharged | undefined;
1614
+ }
1615
+ export interface ListObjectVersionsRequest {
1616
+ Bucket: string | undefined;
1617
+ Delimiter?: string | undefined;
1618
+ EncodingType?: EncodingType | undefined;
1619
+ KeyMarker?: string | undefined;
1620
+ MaxKeys?: number | undefined;
1621
+ Prefix?: string | undefined;
1622
+ VersionIdMarker?: string | undefined;
1623
+ ExpectedBucketOwner?: string | undefined;
1624
+ RequestPayer?: RequestPayer | undefined;
1625
+ OptionalObjectAttributes?: OptionalObjectAttributes[] | undefined;
1626
+ }
1627
+ export interface Part {
1628
+ PartNumber?: number | undefined;
1629
+ LastModified?: Date | undefined;
1630
+ ETag?: string | undefined;
1631
+ Size?: number | undefined;
1632
+ ChecksumCRC32?: string | undefined;
1633
+ ChecksumCRC32C?: string | undefined;
1634
+ ChecksumCRC64NVME?: string | undefined;
1635
+ ChecksumSHA1?: string | undefined;
1636
+ ChecksumSHA256?: string | undefined;
1637
+ }
1638
+ export interface ListPartsOutput {
1639
+ AbortDate?: Date | undefined;
1640
+ AbortRuleId?: string | undefined;
1641
+ Bucket?: string | undefined;
1642
+ Key?: string | undefined;
1643
+ UploadId?: string | undefined;
1644
+ PartNumberMarker?: string | undefined;
1645
+ NextPartNumberMarker?: string | undefined;
1646
+ MaxParts?: number | undefined;
1647
+ IsTruncated?: boolean | undefined;
1648
+ Parts?: Part[] | undefined;
1649
+ Initiator?: Initiator | undefined;
1650
+ Owner?: Owner | undefined;
1651
+ StorageClass?: StorageClass | undefined;
1652
+ RequestCharged?: RequestCharged | undefined;
1653
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1654
+ ChecksumType?: ChecksumType | undefined;
1655
+ }
1656
+ export interface ListPartsRequest {
1657
+ Bucket: string | undefined;
1658
+ Key: string | undefined;
1659
+ MaxParts?: number | undefined;
1660
+ PartNumberMarker?: string | undefined;
1661
+ UploadId: string | undefined;
1662
+ RequestPayer?: RequestPayer | undefined;
1663
+ ExpectedBucketOwner?: string | undefined;
1664
+ SSECustomerAlgorithm?: string | undefined;
1665
+ SSECustomerKey?: string | undefined;
1666
+ SSECustomerKeyMD5?: string | undefined;
1667
+ }
1668
+ export interface PutBucketAccelerateConfigurationRequest {
1669
+ Bucket: string | undefined;
1670
+ AccelerateConfiguration: AccelerateConfiguration | undefined;
1671
+ ExpectedBucketOwner?: string | undefined;
1672
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1673
+ }
1674
+ export interface PutBucketAclRequest {
1675
+ ACL?: BucketCannedACL | undefined;
1676
+ AccessControlPolicy?: AccessControlPolicy | undefined;
1677
+ Bucket: string | undefined;
1678
+ ContentMD5?: string | undefined;
1679
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1680
+ GrantFullControl?: string | undefined;
1681
+ GrantRead?: string | undefined;
1682
+ GrantReadACP?: string | undefined;
1683
+ GrantWrite?: string | undefined;
1684
+ GrantWriteACP?: string | undefined;
1685
+ ExpectedBucketOwner?: string | undefined;
1686
+ }
1687
+ export interface PutBucketAnalyticsConfigurationRequest {
1688
+ Bucket: string | undefined;
1689
+ Id: string | undefined;
1690
+ AnalyticsConfiguration: AnalyticsConfiguration | undefined;
1691
+ ExpectedBucketOwner?: string | undefined;
1692
+ }
1693
+ export interface CORSConfiguration {
1694
+ CORSRules: CORSRule[] | undefined;
1695
+ }
1696
+ export interface PutBucketCorsRequest {
1697
+ Bucket: string | undefined;
1698
+ CORSConfiguration: CORSConfiguration | undefined;
1699
+ ContentMD5?: string | undefined;
1700
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1701
+ ExpectedBucketOwner?: string | undefined;
1702
+ }
1703
+ export interface PutBucketEncryptionRequest {
1704
+ Bucket: string | undefined;
1705
+ ContentMD5?: string | undefined;
1706
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1707
+ ServerSideEncryptionConfiguration:
1708
+ | ServerSideEncryptionConfiguration
1709
+ | undefined;
1710
+ ExpectedBucketOwner?: string | undefined;
1711
+ }
1712
+ export interface PutBucketIntelligentTieringConfigurationRequest {
1713
+ Bucket: string | undefined;
1714
+ Id: string | undefined;
1715
+ ExpectedBucketOwner?: string | undefined;
1716
+ IntelligentTieringConfiguration: IntelligentTieringConfiguration | undefined;
1717
+ }
1718
+ export interface PutBucketInventoryConfigurationRequest {
1719
+ Bucket: string | undefined;
1720
+ Id: string | undefined;
1721
+ InventoryConfiguration: InventoryConfiguration | undefined;
1722
+ ExpectedBucketOwner?: string | undefined;
1723
+ }
1724
+ export interface PutBucketLifecycleConfigurationOutput {
1725
+ TransitionDefaultMinimumObjectSize?:
1726
+ | TransitionDefaultMinimumObjectSize
1727
+ | undefined;
1728
+ }
1729
+ export interface BucketLifecycleConfiguration {
1730
+ Rules: LifecycleRule[] | undefined;
1731
+ }
1732
+ export interface PutBucketLifecycleConfigurationRequest {
1733
+ Bucket: string | undefined;
1734
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1735
+ LifecycleConfiguration?: BucketLifecycleConfiguration | undefined;
1736
+ ExpectedBucketOwner?: string | undefined;
1737
+ TransitionDefaultMinimumObjectSize?:
1738
+ | TransitionDefaultMinimumObjectSize
1739
+ | undefined;
1740
+ }
1741
+ export interface BucketLoggingStatus {
1742
+ LoggingEnabled?: LoggingEnabled | undefined;
1743
+ }
1744
+ export interface PutBucketLoggingRequest {
1745
+ Bucket: string | undefined;
1746
+ BucketLoggingStatus: BucketLoggingStatus | undefined;
1747
+ ContentMD5?: string | undefined;
1748
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1749
+ ExpectedBucketOwner?: string | undefined;
1750
+ }
1751
+ export interface PutBucketMetricsConfigurationRequest {
1752
+ Bucket: string | undefined;
1753
+ Id: string | undefined;
1754
+ MetricsConfiguration: MetricsConfiguration | undefined;
1755
+ ExpectedBucketOwner?: string | undefined;
1756
+ }
1757
+ export interface PutBucketNotificationConfigurationRequest {
1758
+ Bucket: string | undefined;
1759
+ NotificationConfiguration: NotificationConfiguration | undefined;
1760
+ ExpectedBucketOwner?: string | undefined;
1761
+ SkipDestinationValidation?: boolean | undefined;
1762
+ }
1763
+ export interface PutBucketOwnershipControlsRequest {
1764
+ Bucket: string | undefined;
1765
+ ContentMD5?: string | undefined;
1766
+ ExpectedBucketOwner?: string | undefined;
1767
+ OwnershipControls: OwnershipControls | undefined;
1768
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1769
+ }
1770
+ export interface PutBucketPolicyRequest {
1771
+ Bucket: string | undefined;
1772
+ ContentMD5?: string | undefined;
1773
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1774
+ ConfirmRemoveSelfBucketAccess?: boolean | undefined;
1775
+ Policy: string | undefined;
1776
+ ExpectedBucketOwner?: string | undefined;
1777
+ }
1778
+ export interface PutBucketReplicationRequest {
1779
+ Bucket: string | undefined;
1780
+ ContentMD5?: string | undefined;
1781
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1782
+ ReplicationConfiguration: ReplicationConfiguration | undefined;
1783
+ Token?: string | undefined;
1784
+ ExpectedBucketOwner?: string | undefined;
1785
+ }
1786
+ export interface RequestPaymentConfiguration {
1787
+ Payer: Payer | undefined;
1788
+ }
1789
+ export interface PutBucketRequestPaymentRequest {
1790
+ Bucket: string | undefined;
1791
+ ContentMD5?: string | undefined;
1792
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1793
+ RequestPaymentConfiguration: RequestPaymentConfiguration | undefined;
1794
+ ExpectedBucketOwner?: string | undefined;
1795
+ }
1796
+ export interface Tagging {
1797
+ TagSet: Tag[] | undefined;
1798
+ }
1799
+ export interface PutBucketTaggingRequest {
1800
+ Bucket: string | undefined;
1801
+ ContentMD5?: string | undefined;
1802
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1803
+ Tagging: Tagging | undefined;
1804
+ ExpectedBucketOwner?: string | undefined;
1805
+ }
1806
+ export interface VersioningConfiguration {
1807
+ MFADelete?: MFADelete | undefined;
1808
+ Status?: BucketVersioningStatus | undefined;
1809
+ }
1810
+ export interface PutBucketVersioningRequest {
1811
+ Bucket: string | undefined;
1812
+ ContentMD5?: string | undefined;
1813
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1814
+ MFA?: string | undefined;
1815
+ VersioningConfiguration: VersioningConfiguration | undefined;
1816
+ ExpectedBucketOwner?: string | undefined;
1817
+ }
1818
+ export interface WebsiteConfiguration {
1819
+ ErrorDocument?: ErrorDocument | undefined;
1820
+ IndexDocument?: IndexDocument | undefined;
1821
+ RedirectAllRequestsTo?: RedirectAllRequestsTo | undefined;
1822
+ RoutingRules?: RoutingRule[] | undefined;
1823
+ }
1824
+ export interface PutBucketWebsiteRequest {
1825
+ Bucket: string | undefined;
1826
+ ContentMD5?: string | undefined;
1827
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1828
+ WebsiteConfiguration: WebsiteConfiguration | undefined;
1829
+ ExpectedBucketOwner?: string | undefined;
1830
+ }
1831
+ export interface PutObjectOutput {
1832
+ Expiration?: string | undefined;
1833
+ ETag?: string | undefined;
1834
+ ChecksumCRC32?: string | undefined;
1835
+ ChecksumCRC32C?: string | undefined;
1836
+ ChecksumCRC64NVME?: string | undefined;
1837
+ ChecksumSHA1?: string | undefined;
1838
+ ChecksumSHA256?: string | undefined;
1839
+ ChecksumType?: ChecksumType | undefined;
1840
+ ServerSideEncryption?: ServerSideEncryption | undefined;
1841
+ VersionId?: string | undefined;
1842
+ SSECustomerAlgorithm?: string | undefined;
1843
+ SSECustomerKeyMD5?: string | undefined;
1844
+ SSEKMSKeyId?: string | undefined;
1845
+ SSEKMSEncryptionContext?: string | undefined;
1846
+ BucketKeyEnabled?: boolean | undefined;
1847
+ Size?: number | undefined;
1848
+ RequestCharged?: RequestCharged | undefined;
1849
+ }
1850
+ export interface PutObjectRequest {
1851
+ ACL?: ObjectCannedACL | undefined;
1852
+ Body?: StreamingBlobTypes | undefined;
1853
+ Bucket: string | undefined;
1854
+ CacheControl?: string | undefined;
1855
+ ContentDisposition?: string | undefined;
1856
+ ContentEncoding?: string | undefined;
1857
+ ContentLanguage?: string | undefined;
1858
+ ContentLength?: number | undefined;
1859
+ ContentMD5?: string | undefined;
1860
+ ContentType?: string | undefined;
1861
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1862
+ ChecksumCRC32?: string | undefined;
1863
+ ChecksumCRC32C?: string | undefined;
1864
+ ChecksumCRC64NVME?: string | undefined;
1865
+ ChecksumSHA1?: string | undefined;
1866
+ ChecksumSHA256?: string | undefined;
1867
+ Expires?: Date | undefined;
1868
+ IfMatch?: string | undefined;
1869
+ IfNoneMatch?: string | undefined;
1870
+ GrantFullControl?: string | undefined;
1871
+ GrantRead?: string | undefined;
1872
+ GrantReadACP?: string | undefined;
1873
+ GrantWriteACP?: string | undefined;
1874
+ Key: string | undefined;
1875
+ WriteOffsetBytes?: number | undefined;
1876
+ Metadata?: Record<string, string> | undefined;
1877
+ ServerSideEncryption?: ServerSideEncryption | undefined;
1878
+ StorageClass?: StorageClass | undefined;
1879
+ WebsiteRedirectLocation?: string | undefined;
1880
+ SSECustomerAlgorithm?: string | undefined;
1881
+ SSECustomerKey?: string | undefined;
1882
+ SSECustomerKeyMD5?: string | undefined;
1883
+ SSEKMSKeyId?: string | undefined;
1884
+ SSEKMSEncryptionContext?: string | undefined;
1885
+ BucketKeyEnabled?: boolean | undefined;
1886
+ RequestPayer?: RequestPayer | undefined;
1887
+ Tagging?: string | undefined;
1888
+ ObjectLockMode?: ObjectLockMode | undefined;
1889
+ ObjectLockRetainUntilDate?: Date | undefined;
1890
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | undefined;
1891
+ ExpectedBucketOwner?: string | undefined;
1892
+ }
1893
+ export interface PutObjectAclOutput {
1894
+ RequestCharged?: RequestCharged | undefined;
1895
+ }
1896
+ export interface PutObjectAclRequest {
1897
+ ACL?: ObjectCannedACL | undefined;
1898
+ AccessControlPolicy?: AccessControlPolicy | undefined;
1899
+ Bucket: string | undefined;
1900
+ ContentMD5?: string | undefined;
1901
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1902
+ GrantFullControl?: string | undefined;
1903
+ GrantRead?: string | undefined;
1904
+ GrantReadACP?: string | undefined;
1905
+ GrantWrite?: string | undefined;
1906
+ GrantWriteACP?: string | undefined;
1907
+ Key: string | undefined;
1908
+ RequestPayer?: RequestPayer | undefined;
1909
+ VersionId?: string | undefined;
1910
+ ExpectedBucketOwner?: string | undefined;
1911
+ }
1912
+ export interface PutObjectLegalHoldOutput {
1913
+ RequestCharged?: RequestCharged | undefined;
1914
+ }
1915
+ export interface PutObjectLegalHoldRequest {
1916
+ Bucket: string | undefined;
1917
+ Key: string | undefined;
1918
+ LegalHold?: ObjectLockLegalHold | undefined;
1919
+ RequestPayer?: RequestPayer | undefined;
1920
+ VersionId?: string | undefined;
1921
+ ContentMD5?: string | undefined;
1922
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1923
+ ExpectedBucketOwner?: string | undefined;
1924
+ }
1925
+ export interface PutObjectLockConfigurationOutput {
1926
+ RequestCharged?: RequestCharged | undefined;
1927
+ }
1928
+ export interface PutObjectLockConfigurationRequest {
1929
+ Bucket: string | undefined;
1930
+ ObjectLockConfiguration?: ObjectLockConfiguration | undefined;
1931
+ RequestPayer?: RequestPayer | undefined;
1932
+ Token?: string | undefined;
1933
+ ContentMD5?: string | undefined;
1934
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1935
+ ExpectedBucketOwner?: string | undefined;
1936
+ }
1937
+ export interface PutObjectRetentionOutput {
1938
+ RequestCharged?: RequestCharged | undefined;
1939
+ }
1940
+ export interface PutObjectRetentionRequest {
1941
+ Bucket: string | undefined;
1942
+ Key: string | undefined;
1943
+ Retention?: ObjectLockRetention | undefined;
1944
+ RequestPayer?: RequestPayer | undefined;
1945
+ VersionId?: string | undefined;
1946
+ BypassGovernanceRetention?: boolean | undefined;
1947
+ ContentMD5?: string | undefined;
1948
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1949
+ ExpectedBucketOwner?: string | undefined;
1950
+ }
1951
+ export interface PutObjectTaggingOutput {
1952
+ VersionId?: string | undefined;
1953
+ }
1954
+ export interface PutObjectTaggingRequest {
1955
+ Bucket: string | undefined;
1956
+ Key: string | undefined;
1957
+ VersionId?: string | undefined;
1958
+ ContentMD5?: string | undefined;
1959
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1960
+ Tagging: Tagging | undefined;
1961
+ ExpectedBucketOwner?: string | undefined;
1962
+ RequestPayer?: RequestPayer | undefined;
1963
+ }
1964
+ export interface PutPublicAccessBlockRequest {
1965
+ Bucket: string | undefined;
1966
+ ContentMD5?: string | undefined;
1967
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
1968
+ PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
1969
+ ExpectedBucketOwner?: string | undefined;
1970
+ }
1971
+ export interface RenameObjectOutput {}
1972
+ export interface RenameObjectRequest {
1973
+ Bucket: string | undefined;
1974
+ Key: string | undefined;
1975
+ RenameSource: string | undefined;
1976
+ DestinationIfMatch?: string | undefined;
1977
+ DestinationIfNoneMatch?: string | undefined;
1978
+ DestinationIfModifiedSince?: Date | undefined;
1979
+ DestinationIfUnmodifiedSince?: Date | undefined;
1980
+ SourceIfMatch?: string | undefined;
1981
+ SourceIfNoneMatch?: string | undefined;
1982
+ SourceIfModifiedSince?: Date | undefined;
1983
+ SourceIfUnmodifiedSince?: Date | undefined;
1984
+ ClientToken?: string | undefined;
1985
+ }
1986
+ export interface RestoreObjectOutput {
1987
+ RequestCharged?: RequestCharged | undefined;
1988
+ RestoreOutputPath?: string | undefined;
1989
+ }
1990
+ export interface GlacierJobParameters {
1991
+ Tier: Tier | undefined;
1992
+ }
1993
+ export interface Encryption {
1994
+ EncryptionType: ServerSideEncryption | undefined;
1995
+ KMSKeyId?: string | undefined;
1996
+ KMSContext?: string | undefined;
1997
+ }
1998
+ export interface MetadataEntry {
1999
+ Name?: string | undefined;
2000
+ Value?: string | undefined;
2001
+ }
2002
+ export interface S3Location {
2003
+ BucketName: string | undefined;
2004
+ Prefix: string | undefined;
2005
+ Encryption?: Encryption | undefined;
2006
+ CannedACL?: ObjectCannedACL | undefined;
2007
+ AccessControlList?: Grant[] | undefined;
2008
+ Tagging?: Tagging | undefined;
2009
+ UserMetadata?: MetadataEntry[] | undefined;
2010
+ StorageClass?: StorageClass | undefined;
2011
+ }
2012
+ export interface OutputLocation {
2013
+ S3?: S3Location | undefined;
2014
+ }
2015
+ export interface CSVInput {
2016
+ FileHeaderInfo?: FileHeaderInfo | undefined;
2017
+ Comments?: string | undefined;
2018
+ QuoteEscapeCharacter?: string | undefined;
2019
+ RecordDelimiter?: string | undefined;
2020
+ FieldDelimiter?: string | undefined;
2021
+ QuoteCharacter?: string | undefined;
2022
+ AllowQuotedRecordDelimiter?: boolean | undefined;
2023
+ }
2024
+ export interface JSONInput {
2025
+ Type?: JSONType | undefined;
2026
+ }
2027
+ export interface ParquetInput {}
2028
+ export interface InputSerialization {
2029
+ CSV?: CSVInput | undefined;
2030
+ CompressionType?: CompressionType | undefined;
2031
+ JSON?: JSONInput | undefined;
2032
+ Parquet?: ParquetInput | undefined;
2033
+ }
2034
+ export interface CSVOutput {
2035
+ QuoteFields?: QuoteFields | undefined;
2036
+ QuoteEscapeCharacter?: string | undefined;
2037
+ RecordDelimiter?: string | undefined;
2038
+ FieldDelimiter?: string | undefined;
2039
+ QuoteCharacter?: string | undefined;
2040
+ }
2041
+ export interface JSONOutput {
2042
+ RecordDelimiter?: string | undefined;
2043
+ }
2044
+ export interface OutputSerialization {
2045
+ CSV?: CSVOutput | undefined;
2046
+ JSON?: JSONOutput | undefined;
2047
+ }