@aws-sdk/client-s3-control 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 (81) hide show
  1. package/dist-cjs/index.js +282 -282
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +281 -0
  4. package/dist-es/models/errors.js +165 -0
  5. package/dist-es/models/models_0.js +1 -370
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -2
  8. package/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
  9. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  10. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  11. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -1
  12. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
  13. package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +1 -1
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  15. package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
  16. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
  17. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  18. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  19. package/dist-types/commands/PutAccessPointScopeCommand.d.ts +1 -1
  20. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  23. package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  24. package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
  25. package/dist-types/commands/PutJobTaggingCommand.d.ts +1 -1
  26. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
  27. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  28. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
  29. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
  30. package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
  31. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  32. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
  37. package/dist-types/index.d.ts +3 -1
  38. package/dist-types/models/enums.d.ts +689 -0
  39. package/dist-types/models/errors.d.ts +160 -0
  40. package/dist-types/models/models_0.d.ts +1165 -753
  41. package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/index.d.ts +3 -1
  72. package/dist-types/ts3.4/models/enums.d.ts +371 -0
  73. package/dist-types/ts3.4/models/errors.d.ts +95 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +307 -412
  75. package/package.json +12 -12
  76. package/dist-es/models/index.js +0 -2
  77. package/dist-es/models/models_1.js +0 -77
  78. package/dist-types/models/index.d.ts +0 -2
  79. package/dist-types/models/models_1.d.ts +0 -1263
  80. package/dist-types/ts3.4/models/index.d.ts +0 -2
  81. package/dist-types/ts3.4/models/models_1.d.ts +0 -330
package/dist-cjs/index.js CHANGED
@@ -122,57 +122,6 @@ let S3ControlServiceException$1 = class S3ControlServiceException extends smithy
122
122
  }
123
123
  };
124
124
 
125
- const OwnerOverride = {
126
- Destination: "Destination",
127
- };
128
- const GranteeType = {
129
- DIRECTORY_GROUP: "DIRECTORY_GROUP",
130
- DIRECTORY_USER: "DIRECTORY_USER",
131
- IAM: "IAM",
132
- };
133
- const Permission = {
134
- READ: "READ",
135
- READWRITE: "READWRITE",
136
- WRITE: "WRITE",
137
- };
138
- const NetworkOrigin = {
139
- Internet: "Internet",
140
- VPC: "VPC",
141
- };
142
- const AsyncOperationName = {
143
- CreateMultiRegionAccessPoint: "CreateMultiRegionAccessPoint",
144
- DeleteMultiRegionAccessPoint: "DeleteMultiRegionAccessPoint",
145
- PutMultiRegionAccessPointPolicy: "PutMultiRegionAccessPointPolicy",
146
- };
147
- const S3PrefixType = {
148
- Object: "Object",
149
- };
150
- const ScopePermission = {
151
- AbortMultipartUpload: "AbortMultipartUpload",
152
- DeleteObject: "DeleteObject",
153
- GetObject: "GetObject",
154
- GetObjectAttributes: "GetObjectAttributes",
155
- ListBucket: "ListBucket",
156
- ListBucketMultipartUploads: "ListBucketMultipartUploads",
157
- ListMultipartUploadParts: "ListMultipartUploadParts",
158
- PutObject: "PutObject",
159
- };
160
- const ObjectLambdaAllowedFeature = {
161
- GetObjectPartNumber: "GetObject-PartNumber",
162
- GetObjectRange: "GetObject-Range",
163
- HeadObjectPartNumber: "HeadObject-PartNumber",
164
- HeadObjectRange: "HeadObject-Range",
165
- };
166
- const ObjectLambdaTransformationConfigurationAction = {
167
- GetObject: "GetObject",
168
- HeadObject: "HeadObject",
169
- ListObjects: "ListObjects",
170
- ListObjectsV2: "ListObjectsV2",
171
- };
172
- const ObjectLambdaAccessPointAliasStatus = {
173
- PROVISIONING: "PROVISIONING",
174
- READY: "READY",
175
- };
176
125
  let BucketAlreadyExists$1 = class BucketAlreadyExists extends S3ControlServiceException$1 {
177
126
  name = "BucketAlreadyExists";
178
127
  $fault = "client";
@@ -197,25 +146,6 @@ let BucketAlreadyOwnedByYou$1 = class BucketAlreadyOwnedByYou extends S3ControlS
197
146
  Object.setPrototypeOf(this, BucketAlreadyOwnedByYou.prototype);
198
147
  }
199
148
  };
200
- const BucketCannedACL = {
201
- authenticated_read: "authenticated-read",
202
- private: "private",
203
- public_read: "public-read",
204
- public_read_write: "public-read-write",
205
- };
206
- const BucketLocationConstraint = {
207
- EU: "EU",
208
- ap_northeast_1: "ap-northeast-1",
209
- ap_south_1: "ap-south-1",
210
- ap_southeast_1: "ap-southeast-1",
211
- ap_southeast_2: "ap-southeast-2",
212
- cn_north_1: "cn-north-1",
213
- eu_central_1: "eu-central-1",
214
- eu_west_1: "eu-west-1",
215
- sa_east_1: "sa-east-1",
216
- us_west_1: "us-west-1",
217
- us_west_2: "us-west-2",
218
- };
219
149
  let BadRequestException$1 = class BadRequestException extends S3ControlServiceException$1 {
220
150
  name = "BadRequestException";
221
151
  $fault = "client";
@@ -230,105 +160,6 @@ let BadRequestException$1 = class BadRequestException extends S3ControlServiceEx
230
160
  this.Message = opts.Message;
231
161
  }
232
162
  };
233
- const JobManifestFieldName = {
234
- Bucket: "Bucket",
235
- Ignore: "Ignore",
236
- Key: "Key",
237
- VersionId: "VersionId",
238
- };
239
- const JobManifestFormat = {
240
- S3BatchOperations_CSV_20180820: "S3BatchOperations_CSV_20180820",
241
- S3InventoryReport_CSV_20161130: "S3InventoryReport_CSV_20161130",
242
- };
243
- const S3StorageClass = {
244
- DEEP_ARCHIVE: "DEEP_ARCHIVE",
245
- GLACIER: "GLACIER",
246
- GLACIER_IR: "GLACIER_IR",
247
- INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
248
- ONEZONE_IA: "ONEZONE_IA",
249
- STANDARD: "STANDARD",
250
- STANDARD_IA: "STANDARD_IA",
251
- };
252
- const ReplicationStatus = {
253
- COMPLETED: "COMPLETED",
254
- FAILED: "FAILED",
255
- NONE: "NONE",
256
- REPLICA: "REPLICA",
257
- };
258
- const GeneratedManifestFormat = {
259
- S3InventoryReport_CSV_20211130: "S3InventoryReport_CSV_20211130",
260
- };
261
- const ComputeObjectChecksumAlgorithm = {
262
- CRC32: "CRC32",
263
- CRC32C: "CRC32C",
264
- CRC64NVME: "CRC64NVME",
265
- MD5: "MD5",
266
- SHA1: "SHA1",
267
- SHA256: "SHA256",
268
- };
269
- const ComputeObjectChecksumType = {
270
- COMPOSITE: "COMPOSITE",
271
- FULL_OBJECT: "FULL_OBJECT",
272
- };
273
- const S3GlacierJobTier = {
274
- BULK: "BULK",
275
- STANDARD: "STANDARD",
276
- };
277
- const S3GranteeTypeIdentifier = {
278
- CANONICAL: "id",
279
- EMAIL_ADDRESS: "emailAddress",
280
- GROUP: "uri",
281
- };
282
- const S3Permission = {
283
- FULL_CONTROL: "FULL_CONTROL",
284
- READ: "READ",
285
- READ_ACP: "READ_ACP",
286
- WRITE: "WRITE",
287
- WRITE_ACP: "WRITE_ACP",
288
- };
289
- const S3CannedAccessControlList = {
290
- AUTHENTICATED_READ: "authenticated-read",
291
- AWS_EXEC_READ: "aws-exec-read",
292
- BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control",
293
- BUCKET_OWNER_READ: "bucket-owner-read",
294
- PRIVATE: "private",
295
- PUBLIC_READ: "public-read",
296
- PUBLIC_READ_WRITE: "public-read-write",
297
- };
298
- const S3ChecksumAlgorithm = {
299
- CRC32: "CRC32",
300
- CRC32C: "CRC32C",
301
- CRC64NVME: "CRC64NVME",
302
- SHA1: "SHA1",
303
- SHA256: "SHA256",
304
- };
305
- const S3MetadataDirective = {
306
- COPY: "COPY",
307
- REPLACE: "REPLACE",
308
- };
309
- const S3SSEAlgorithm = {
310
- AES256: "AES256",
311
- KMS: "KMS",
312
- };
313
- const S3ObjectLockLegalHoldStatus = {
314
- OFF: "OFF",
315
- ON: "ON",
316
- };
317
- const S3ObjectLockMode = {
318
- COMPLIANCE: "COMPLIANCE",
319
- GOVERNANCE: "GOVERNANCE",
320
- };
321
- const S3ObjectLockRetentionMode = {
322
- COMPLIANCE: "COMPLIANCE",
323
- GOVERNANCE: "GOVERNANCE",
324
- };
325
- const JobReportFormat = {
326
- Report_CSV_20180820: "Report_CSV_20180820",
327
- };
328
- const JobReportScope = {
329
- AllTasks: "AllTasks",
330
- FailedTasksOnly: "FailedTasksOnly",
331
- };
332
163
  let IdempotencyException$1 = class IdempotencyException extends S3ControlServiceException$1 {
333
164
  name = "IdempotencyException";
334
165
  $fault = "client";
@@ -385,91 +216,6 @@ let NotFoundException$1 = class NotFoundException extends S3ControlServiceExcept
385
216
  this.Message = opts.Message;
386
217
  }
387
218
  };
388
- const JobStatus = {
389
- Active: "Active",
390
- Cancelled: "Cancelled",
391
- Cancelling: "Cancelling",
392
- Complete: "Complete",
393
- Completing: "Completing",
394
- Failed: "Failed",
395
- Failing: "Failing",
396
- New: "New",
397
- Paused: "Paused",
398
- Pausing: "Pausing",
399
- Preparing: "Preparing",
400
- Ready: "Ready",
401
- Suspended: "Suspended",
402
- };
403
- const TransitionStorageClass = {
404
- DEEP_ARCHIVE: "DEEP_ARCHIVE",
405
- GLACIER: "GLACIER",
406
- INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
407
- ONEZONE_IA: "ONEZONE_IA",
408
- STANDARD_IA: "STANDARD_IA",
409
- };
410
- const ExpirationStatus = {
411
- Disabled: "Disabled",
412
- Enabled: "Enabled",
413
- };
414
- const DeleteMarkerReplicationStatus = {
415
- Disabled: "Disabled",
416
- Enabled: "Enabled",
417
- };
418
- const MetricsStatus = {
419
- Disabled: "Disabled",
420
- Enabled: "Enabled",
421
- };
422
- const ReplicationTimeStatus = {
423
- Disabled: "Disabled",
424
- Enabled: "Enabled",
425
- };
426
- const ReplicationStorageClass = {
427
- DEEP_ARCHIVE: "DEEP_ARCHIVE",
428
- GLACIER: "GLACIER",
429
- GLACIER_IR: "GLACIER_IR",
430
- INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
431
- ONEZONE_IA: "ONEZONE_IA",
432
- OUTPOSTS: "OUTPOSTS",
433
- REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
434
- STANDARD: "STANDARD",
435
- STANDARD_IA: "STANDARD_IA",
436
- };
437
- const ExistingObjectReplicationStatus = {
438
- Disabled: "Disabled",
439
- Enabled: "Enabled",
440
- };
441
- const ReplicaModificationsStatus = {
442
- Disabled: "Disabled",
443
- Enabled: "Enabled",
444
- };
445
- const SseKmsEncryptedObjectsStatus = {
446
- Disabled: "Disabled",
447
- Enabled: "Enabled",
448
- };
449
- const ReplicationRuleStatus = {
450
- Disabled: "Disabled",
451
- Enabled: "Enabled",
452
- };
453
- const MFADeleteStatus = {
454
- Disabled: "Disabled",
455
- Enabled: "Enabled",
456
- };
457
- const BucketVersioningStatus = {
458
- Enabled: "Enabled",
459
- Suspended: "Suspended",
460
- };
461
- const Privilege = {
462
- Default: "Default",
463
- Minimal: "Minimal",
464
- };
465
- const MultiRegionAccessPointStatus = {
466
- CREATING: "CREATING",
467
- DELETING: "DELETING",
468
- INCONSISTENT_ACROSS_REGIONS: "INCONSISTENT_ACROSS_REGIONS",
469
- PARTIALLY_CREATED: "PARTIALLY_CREATED",
470
- PARTIALLY_DELETED: "PARTIALLY_DELETED",
471
- READY: "READY",
472
- };
473
219
  let NoSuchPublicAccessBlockConfiguration$1 = class NoSuchPublicAccessBlockConfiguration extends S3ControlServiceException$1 {
474
220
  name = "NoSuchPublicAccessBlockConfiguration";
475
221
  $fault = "client";
@@ -484,14 +230,6 @@ let NoSuchPublicAccessBlockConfiguration$1 = class NoSuchPublicAccessBlockConfig
484
230
  this.Message = opts.Message;
485
231
  }
486
232
  };
487
- const Format = {
488
- CSV: "CSV",
489
- Parquet: "Parquet",
490
- };
491
- const OutputSchemaVersion = {
492
- V_1: "V_1",
493
- };
494
-
495
233
  let InvalidNextTokenException$1 = class InvalidNextTokenException extends S3ControlServiceException$1 {
496
234
  name = "InvalidNextTokenException";
497
235
  $fault = "client";
@@ -520,22 +258,6 @@ let InvalidRequestException$1 = class InvalidRequestException extends S3ControlS
520
258
  this.Message = opts.Message;
521
259
  }
522
260
  };
523
- const OperationName = {
524
- LambdaInvoke: "LambdaInvoke",
525
- S3ComputeObjectChecksum: "S3ComputeObjectChecksum",
526
- S3DeleteObjectTagging: "S3DeleteObjectTagging",
527
- S3InitiateRestoreObject: "S3InitiateRestoreObject",
528
- S3PutObjectAcl: "S3PutObjectAcl",
529
- S3PutObjectCopy: "S3PutObjectCopy",
530
- S3PutObjectLegalHold: "S3PutObjectLegalHold",
531
- S3PutObjectRetention: "S3PutObjectRetention",
532
- S3PutObjectTagging: "S3PutObjectTagging",
533
- S3ReplicateObject: "S3ReplicateObject",
534
- };
535
- const MFADelete = {
536
- Disabled: "Disabled",
537
- Enabled: "Enabled",
538
- };
539
261
  let TooManyTagsException$1 = class TooManyTagsException extends S3ControlServiceException$1 {
540
262
  name = "TooManyTagsException";
541
263
  $fault = "client";
@@ -564,10 +286,6 @@ let JobStatusException$1 = class JobStatusException extends S3ControlServiceExce
564
286
  this.Message = opts.Message;
565
287
  }
566
288
  };
567
- const RequestedJobStatus = {
568
- Cancelled: "Cancelled",
569
- Ready: "Ready",
570
- };
571
289
 
572
290
  const _A = "Alias";
573
291
  const _AA = "ApplicationArn";
@@ -7998,6 +7716,288 @@ const paginateListStorageLensConfigurations = core.createPaginator(S3ControlClie
7998
7716
 
7999
7717
  const paginateListStorageLensGroups = core.createPaginator(S3ControlClient, ListStorageLensGroupsCommand, "NextToken", "NextToken", "");
8000
7718
 
7719
+ const OwnerOverride = {
7720
+ Destination: "Destination",
7721
+ };
7722
+ const GranteeType = {
7723
+ DIRECTORY_GROUP: "DIRECTORY_GROUP",
7724
+ DIRECTORY_USER: "DIRECTORY_USER",
7725
+ IAM: "IAM",
7726
+ };
7727
+ const Permission = {
7728
+ READ: "READ",
7729
+ READWRITE: "READWRITE",
7730
+ WRITE: "WRITE",
7731
+ };
7732
+ const NetworkOrigin = {
7733
+ Internet: "Internet",
7734
+ VPC: "VPC",
7735
+ };
7736
+ const AsyncOperationName = {
7737
+ CreateMultiRegionAccessPoint: "CreateMultiRegionAccessPoint",
7738
+ DeleteMultiRegionAccessPoint: "DeleteMultiRegionAccessPoint",
7739
+ PutMultiRegionAccessPointPolicy: "PutMultiRegionAccessPointPolicy",
7740
+ };
7741
+ const S3PrefixType = {
7742
+ Object: "Object",
7743
+ };
7744
+ const ScopePermission = {
7745
+ AbortMultipartUpload: "AbortMultipartUpload",
7746
+ DeleteObject: "DeleteObject",
7747
+ GetObject: "GetObject",
7748
+ GetObjectAttributes: "GetObjectAttributes",
7749
+ ListBucket: "ListBucket",
7750
+ ListBucketMultipartUploads: "ListBucketMultipartUploads",
7751
+ ListMultipartUploadParts: "ListMultipartUploadParts",
7752
+ PutObject: "PutObject",
7753
+ };
7754
+ const ObjectLambdaAllowedFeature = {
7755
+ GetObjectPartNumber: "GetObject-PartNumber",
7756
+ GetObjectRange: "GetObject-Range",
7757
+ HeadObjectPartNumber: "HeadObject-PartNumber",
7758
+ HeadObjectRange: "HeadObject-Range",
7759
+ };
7760
+ const ObjectLambdaTransformationConfigurationAction = {
7761
+ GetObject: "GetObject",
7762
+ HeadObject: "HeadObject",
7763
+ ListObjects: "ListObjects",
7764
+ ListObjectsV2: "ListObjectsV2",
7765
+ };
7766
+ const ObjectLambdaAccessPointAliasStatus = {
7767
+ PROVISIONING: "PROVISIONING",
7768
+ READY: "READY",
7769
+ };
7770
+ const BucketCannedACL = {
7771
+ authenticated_read: "authenticated-read",
7772
+ private: "private",
7773
+ public_read: "public-read",
7774
+ public_read_write: "public-read-write",
7775
+ };
7776
+ const BucketLocationConstraint = {
7777
+ EU: "EU",
7778
+ ap_northeast_1: "ap-northeast-1",
7779
+ ap_south_1: "ap-south-1",
7780
+ ap_southeast_1: "ap-southeast-1",
7781
+ ap_southeast_2: "ap-southeast-2",
7782
+ cn_north_1: "cn-north-1",
7783
+ eu_central_1: "eu-central-1",
7784
+ eu_west_1: "eu-west-1",
7785
+ sa_east_1: "sa-east-1",
7786
+ us_west_1: "us-west-1",
7787
+ us_west_2: "us-west-2",
7788
+ };
7789
+ const JobManifestFieldName = {
7790
+ Bucket: "Bucket",
7791
+ Ignore: "Ignore",
7792
+ Key: "Key",
7793
+ VersionId: "VersionId",
7794
+ };
7795
+ const JobManifestFormat = {
7796
+ S3BatchOperations_CSV_20180820: "S3BatchOperations_CSV_20180820",
7797
+ S3InventoryReport_CSV_20161130: "S3InventoryReport_CSV_20161130",
7798
+ };
7799
+ const S3StorageClass = {
7800
+ DEEP_ARCHIVE: "DEEP_ARCHIVE",
7801
+ GLACIER: "GLACIER",
7802
+ GLACIER_IR: "GLACIER_IR",
7803
+ INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
7804
+ ONEZONE_IA: "ONEZONE_IA",
7805
+ STANDARD: "STANDARD",
7806
+ STANDARD_IA: "STANDARD_IA",
7807
+ };
7808
+ const ReplicationStatus = {
7809
+ COMPLETED: "COMPLETED",
7810
+ FAILED: "FAILED",
7811
+ NONE: "NONE",
7812
+ REPLICA: "REPLICA",
7813
+ };
7814
+ const GeneratedManifestFormat = {
7815
+ S3InventoryReport_CSV_20211130: "S3InventoryReport_CSV_20211130",
7816
+ };
7817
+ const ComputeObjectChecksumAlgorithm = {
7818
+ CRC32: "CRC32",
7819
+ CRC32C: "CRC32C",
7820
+ CRC64NVME: "CRC64NVME",
7821
+ MD5: "MD5",
7822
+ SHA1: "SHA1",
7823
+ SHA256: "SHA256",
7824
+ };
7825
+ const ComputeObjectChecksumType = {
7826
+ COMPOSITE: "COMPOSITE",
7827
+ FULL_OBJECT: "FULL_OBJECT",
7828
+ };
7829
+ const S3GlacierJobTier = {
7830
+ BULK: "BULK",
7831
+ STANDARD: "STANDARD",
7832
+ };
7833
+ const S3GranteeTypeIdentifier = {
7834
+ CANONICAL: "id",
7835
+ EMAIL_ADDRESS: "emailAddress",
7836
+ GROUP: "uri",
7837
+ };
7838
+ const S3Permission = {
7839
+ FULL_CONTROL: "FULL_CONTROL",
7840
+ READ: "READ",
7841
+ READ_ACP: "READ_ACP",
7842
+ WRITE: "WRITE",
7843
+ WRITE_ACP: "WRITE_ACP",
7844
+ };
7845
+ const S3CannedAccessControlList = {
7846
+ AUTHENTICATED_READ: "authenticated-read",
7847
+ AWS_EXEC_READ: "aws-exec-read",
7848
+ BUCKET_OWNER_FULL_CONTROL: "bucket-owner-full-control",
7849
+ BUCKET_OWNER_READ: "bucket-owner-read",
7850
+ PRIVATE: "private",
7851
+ PUBLIC_READ: "public-read",
7852
+ PUBLIC_READ_WRITE: "public-read-write",
7853
+ };
7854
+ const S3ChecksumAlgorithm = {
7855
+ CRC32: "CRC32",
7856
+ CRC32C: "CRC32C",
7857
+ CRC64NVME: "CRC64NVME",
7858
+ SHA1: "SHA1",
7859
+ SHA256: "SHA256",
7860
+ };
7861
+ const S3MetadataDirective = {
7862
+ COPY: "COPY",
7863
+ REPLACE: "REPLACE",
7864
+ };
7865
+ const S3SSEAlgorithm = {
7866
+ AES256: "AES256",
7867
+ KMS: "KMS",
7868
+ };
7869
+ const S3ObjectLockLegalHoldStatus = {
7870
+ OFF: "OFF",
7871
+ ON: "ON",
7872
+ };
7873
+ const S3ObjectLockMode = {
7874
+ COMPLIANCE: "COMPLIANCE",
7875
+ GOVERNANCE: "GOVERNANCE",
7876
+ };
7877
+ const S3ObjectLockRetentionMode = {
7878
+ COMPLIANCE: "COMPLIANCE",
7879
+ GOVERNANCE: "GOVERNANCE",
7880
+ };
7881
+ const JobReportFormat = {
7882
+ Report_CSV_20180820: "Report_CSV_20180820",
7883
+ };
7884
+ const JobReportScope = {
7885
+ AllTasks: "AllTasks",
7886
+ FailedTasksOnly: "FailedTasksOnly",
7887
+ };
7888
+ const JobStatus = {
7889
+ Active: "Active",
7890
+ Cancelled: "Cancelled",
7891
+ Cancelling: "Cancelling",
7892
+ Complete: "Complete",
7893
+ Completing: "Completing",
7894
+ Failed: "Failed",
7895
+ Failing: "Failing",
7896
+ New: "New",
7897
+ Paused: "Paused",
7898
+ Pausing: "Pausing",
7899
+ Preparing: "Preparing",
7900
+ Ready: "Ready",
7901
+ Suspended: "Suspended",
7902
+ };
7903
+ const TransitionStorageClass = {
7904
+ DEEP_ARCHIVE: "DEEP_ARCHIVE",
7905
+ GLACIER: "GLACIER",
7906
+ INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
7907
+ ONEZONE_IA: "ONEZONE_IA",
7908
+ STANDARD_IA: "STANDARD_IA",
7909
+ };
7910
+ const ExpirationStatus = {
7911
+ Disabled: "Disabled",
7912
+ Enabled: "Enabled",
7913
+ };
7914
+ const DeleteMarkerReplicationStatus = {
7915
+ Disabled: "Disabled",
7916
+ Enabled: "Enabled",
7917
+ };
7918
+ const MetricsStatus = {
7919
+ Disabled: "Disabled",
7920
+ Enabled: "Enabled",
7921
+ };
7922
+ const ReplicationTimeStatus = {
7923
+ Disabled: "Disabled",
7924
+ Enabled: "Enabled",
7925
+ };
7926
+ const ReplicationStorageClass = {
7927
+ DEEP_ARCHIVE: "DEEP_ARCHIVE",
7928
+ GLACIER: "GLACIER",
7929
+ GLACIER_IR: "GLACIER_IR",
7930
+ INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
7931
+ ONEZONE_IA: "ONEZONE_IA",
7932
+ OUTPOSTS: "OUTPOSTS",
7933
+ REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY",
7934
+ STANDARD: "STANDARD",
7935
+ STANDARD_IA: "STANDARD_IA",
7936
+ };
7937
+ const ExistingObjectReplicationStatus = {
7938
+ Disabled: "Disabled",
7939
+ Enabled: "Enabled",
7940
+ };
7941
+ const ReplicaModificationsStatus = {
7942
+ Disabled: "Disabled",
7943
+ Enabled: "Enabled",
7944
+ };
7945
+ const SseKmsEncryptedObjectsStatus = {
7946
+ Disabled: "Disabled",
7947
+ Enabled: "Enabled",
7948
+ };
7949
+ const ReplicationRuleStatus = {
7950
+ Disabled: "Disabled",
7951
+ Enabled: "Enabled",
7952
+ };
7953
+ const MFADeleteStatus = {
7954
+ Disabled: "Disabled",
7955
+ Enabled: "Enabled",
7956
+ };
7957
+ const BucketVersioningStatus = {
7958
+ Enabled: "Enabled",
7959
+ Suspended: "Suspended",
7960
+ };
7961
+ const Privilege = {
7962
+ Default: "Default",
7963
+ Minimal: "Minimal",
7964
+ };
7965
+ const MultiRegionAccessPointStatus = {
7966
+ CREATING: "CREATING",
7967
+ DELETING: "DELETING",
7968
+ INCONSISTENT_ACROSS_REGIONS: "INCONSISTENT_ACROSS_REGIONS",
7969
+ PARTIALLY_CREATED: "PARTIALLY_CREATED",
7970
+ PARTIALLY_DELETED: "PARTIALLY_DELETED",
7971
+ READY: "READY",
7972
+ };
7973
+ const Format = {
7974
+ CSV: "CSV",
7975
+ Parquet: "Parquet",
7976
+ };
7977
+ const OutputSchemaVersion = {
7978
+ V_1: "V_1",
7979
+ };
7980
+ const OperationName = {
7981
+ LambdaInvoke: "LambdaInvoke",
7982
+ S3ComputeObjectChecksum: "S3ComputeObjectChecksum",
7983
+ S3DeleteObjectTagging: "S3DeleteObjectTagging",
7984
+ S3InitiateRestoreObject: "S3InitiateRestoreObject",
7985
+ S3PutObjectAcl: "S3PutObjectAcl",
7986
+ S3PutObjectCopy: "S3PutObjectCopy",
7987
+ S3PutObjectLegalHold: "S3PutObjectLegalHold",
7988
+ S3PutObjectRetention: "S3PutObjectRetention",
7989
+ S3PutObjectTagging: "S3PutObjectTagging",
7990
+ S3ReplicateObject: "S3ReplicateObject",
7991
+ };
7992
+ const MFADelete = {
7993
+ Disabled: "Disabled",
7994
+ Enabled: "Enabled",
7995
+ };
7996
+ const RequestedJobStatus = {
7997
+ Cancelled: "Cancelled",
7998
+ Ready: "Ready",
7999
+ };
8000
+
8001
8001
  Object.defineProperty(exports, "$Command", {
8002
8002
  enumerable: true,
8003
8003
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -2,5 +2,6 @@ export * from "./S3ControlClient";
2
2
  export * from "./S3Control";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
- export * from "./models";
5
+ export * from "./models/enums";
6
+ export * from "./models/errors";
6
7
  export { S3ControlServiceException } from "./models/S3ControlServiceException";