@aws-sdk/client-dynamodb 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 (35) hide show
  1. package/dist-cjs/index.js +241 -240
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +240 -0
  4. package/dist-es/models/errors.js +440 -0
  5. package/dist-es/models/models_0.js +1 -680
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/BatchExecuteStatementCommand.d.ts +1 -1
  8. package/dist-types/commands/BatchGetItemCommand.d.ts +1 -1
  9. package/dist-types/commands/BatchWriteItemCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteItemCommand.d.ts +1 -1
  11. package/dist-types/commands/ExecuteStatementCommand.d.ts +1 -1
  12. package/dist-types/commands/ExecuteTransactionCommand.d.ts +1 -1
  13. package/dist-types/commands/GetItemCommand.d.ts +1 -1
  14. package/dist-types/commands/PutItemCommand.d.ts +1 -1
  15. package/dist-types/commands/QueryCommand.d.ts +1 -1
  16. package/dist-types/commands/ScanCommand.d.ts +1 -1
  17. package/dist-types/commands/TransactGetItemsCommand.d.ts +1 -1
  18. package/dist-types/commands/TransactWriteItemsCommand.d.ts +2 -3
  19. package/dist-types/commands/UpdateItemCommand.d.ts +1 -1
  20. package/dist-types/index.d.ts +3 -1
  21. package/dist-types/models/enums.d.ts +576 -0
  22. package/dist-types/models/errors.d.ts +804 -0
  23. package/dist-types/models/models_0.d.ts +73 -1379
  24. package/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +4 -2
  25. package/dist-types/ts3.4/index.d.ts +3 -1
  26. package/dist-types/ts3.4/models/enums.d.ts +306 -0
  27. package/dist-types/ts3.4/models/errors.d.ts +286 -0
  28. package/dist-types/ts3.4/models/models_0.d.ts +50 -587
  29. package/package.json +12 -12
  30. package/dist-es/models/index.js +0 -2
  31. package/dist-es/models/models_1.js +0 -1
  32. package/dist-types/models/index.d.ts +0 -2
  33. package/dist-types/models/models_1.d.ts +0 -73
  34. package/dist-types/ts3.4/models/index.d.ts +0 -2
  35. package/dist-types/ts3.4/models/models_1.d.ts +0 -11
package/dist-cjs/index.js CHANGED
@@ -42,66 +42,6 @@ let DynamoDBServiceException$1 = class DynamoDBServiceException extends smithyCl
42
42
  }
43
43
  };
44
44
 
45
- const ApproximateCreationDateTimePrecision = {
46
- MICROSECOND: "MICROSECOND",
47
- MILLISECOND: "MILLISECOND",
48
- };
49
- const AttributeAction = {
50
- ADD: "ADD",
51
- DELETE: "DELETE",
52
- PUT: "PUT",
53
- };
54
- const ScalarAttributeType = {
55
- B: "B",
56
- N: "N",
57
- S: "S",
58
- };
59
- const BackupStatus = {
60
- AVAILABLE: "AVAILABLE",
61
- CREATING: "CREATING",
62
- DELETED: "DELETED",
63
- };
64
- const BackupType = {
65
- AWS_BACKUP: "AWS_BACKUP",
66
- SYSTEM: "SYSTEM",
67
- USER: "USER",
68
- };
69
- const BillingMode = {
70
- PAY_PER_REQUEST: "PAY_PER_REQUEST",
71
- PROVISIONED: "PROVISIONED",
72
- };
73
- const KeyType = {
74
- HASH: "HASH",
75
- RANGE: "RANGE",
76
- };
77
- const ProjectionType = {
78
- ALL: "ALL",
79
- INCLUDE: "INCLUDE",
80
- KEYS_ONLY: "KEYS_ONLY",
81
- };
82
- const SSEType = {
83
- AES256: "AES256",
84
- KMS: "KMS",
85
- };
86
- const SSEStatus = {
87
- DISABLED: "DISABLED",
88
- DISABLING: "DISABLING",
89
- ENABLED: "ENABLED",
90
- ENABLING: "ENABLING",
91
- UPDATING: "UPDATING",
92
- };
93
- const StreamViewType = {
94
- KEYS_ONLY: "KEYS_ONLY",
95
- NEW_AND_OLD_IMAGES: "NEW_AND_OLD_IMAGES",
96
- NEW_IMAGE: "NEW_IMAGE",
97
- OLD_IMAGE: "OLD_IMAGE",
98
- };
99
- const TimeToLiveStatus = {
100
- DISABLED: "DISABLED",
101
- DISABLING: "DISABLING",
102
- ENABLED: "ENABLED",
103
- ENABLING: "ENABLING",
104
- };
105
45
  let BackupInUseException$1 = class BackupInUseException extends DynamoDBServiceException$1 {
106
46
  name = "BackupInUseException";
107
47
  $fault = "client";
@@ -126,34 +66,6 @@ let BackupNotFoundException$1 = class BackupNotFoundException extends DynamoDBSe
126
66
  Object.setPrototypeOf(this, BackupNotFoundException.prototype);
127
67
  }
128
68
  };
129
- const BackupTypeFilter = {
130
- ALL: "ALL",
131
- AWS_BACKUP: "AWS_BACKUP",
132
- SYSTEM: "SYSTEM",
133
- USER: "USER",
134
- };
135
- const ReturnConsumedCapacity = {
136
- INDEXES: "INDEXES",
137
- NONE: "NONE",
138
- TOTAL: "TOTAL",
139
- };
140
- const ReturnValuesOnConditionCheckFailure = {
141
- ALL_OLD: "ALL_OLD",
142
- NONE: "NONE",
143
- };
144
- const BatchStatementErrorCodeEnum = {
145
- AccessDenied: "AccessDenied",
146
- ConditionalCheckFailed: "ConditionalCheckFailed",
147
- DuplicateItem: "DuplicateItem",
148
- InternalServerError: "InternalServerError",
149
- ItemCollectionSizeLimitExceeded: "ItemCollectionSizeLimitExceeded",
150
- ProvisionedThroughputExceeded: "ProvisionedThroughputExceeded",
151
- RequestLimitExceeded: "RequestLimitExceeded",
152
- ResourceNotFound: "ResourceNotFound",
153
- ThrottlingError: "ThrottlingError",
154
- TransactionConflict: "TransactionConflict",
155
- ValidationError: "ValidationError",
156
- };
157
69
  let InternalServerError$1 = class InternalServerError extends DynamoDBServiceException$1 {
158
70
  name = "InternalServerError";
159
71
  $fault = "server";
@@ -234,10 +146,6 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Dynamo
234
146
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
235
147
  }
236
148
  };
237
- const ReturnItemCollectionMetrics = {
238
- NONE: "NONE",
239
- SIZE: "SIZE",
240
- };
241
149
  let ItemCollectionSizeLimitExceededException$1 = class ItemCollectionSizeLimitExceededException extends DynamoDBServiceException$1 {
242
150
  name = "ItemCollectionSizeLimitExceededException";
243
151
  $fault = "client";
@@ -263,33 +171,6 @@ let ReplicatedWriteConflictException$1 = class ReplicatedWriteConflictException
263
171
  Object.setPrototypeOf(this, ReplicatedWriteConflictException.prototype);
264
172
  }
265
173
  };
266
- const ComparisonOperator = {
267
- BEGINS_WITH: "BEGINS_WITH",
268
- BETWEEN: "BETWEEN",
269
- CONTAINS: "CONTAINS",
270
- EQ: "EQ",
271
- GE: "GE",
272
- GT: "GT",
273
- IN: "IN",
274
- LE: "LE",
275
- LT: "LT",
276
- NE: "NE",
277
- NOT_CONTAINS: "NOT_CONTAINS",
278
- NOT_NULL: "NOT_NULL",
279
- NULL: "NULL",
280
- };
281
- const ConditionalOperator = {
282
- AND: "AND",
283
- OR: "OR",
284
- };
285
- const ContinuousBackupsStatus = {
286
- DISABLED: "DISABLED",
287
- ENABLED: "ENABLED",
288
- };
289
- const PointInTimeRecoveryStatus = {
290
- DISABLED: "DISABLED",
291
- ENABLED: "ENABLED",
292
- };
293
174
  let ContinuousBackupsUnavailableException$1 = class ContinuousBackupsUnavailableException extends DynamoDBServiceException$1 {
294
175
  name = "ContinuousBackupsUnavailableException";
295
176
  $fault = "client";
@@ -302,21 +183,6 @@ let ContinuousBackupsUnavailableException$1 = class ContinuousBackupsUnavailable
302
183
  Object.setPrototypeOf(this, ContinuousBackupsUnavailableException.prototype);
303
184
  }
304
185
  };
305
- const ContributorInsightsAction = {
306
- DISABLE: "DISABLE",
307
- ENABLE: "ENABLE",
308
- };
309
- const ContributorInsightsMode = {
310
- ACCESSED_AND_THROTTLED_KEYS: "ACCESSED_AND_THROTTLED_KEYS",
311
- THROTTLED_KEYS: "THROTTLED_KEYS",
312
- };
313
- const ContributorInsightsStatus = {
314
- DISABLED: "DISABLED",
315
- DISABLING: "DISABLING",
316
- ENABLED: "ENABLED",
317
- ENABLING: "ENABLING",
318
- FAILED: "FAILED",
319
- };
320
186
  let LimitExceededException$1 = class LimitExceededException extends DynamoDBServiceException$1 {
321
187
  name = "LimitExceededException";
322
188
  $fault = "client";
@@ -353,44 +219,6 @@ let TableNotFoundException$1 = class TableNotFoundException extends DynamoDBServ
353
219
  Object.setPrototypeOf(this, TableNotFoundException.prototype);
354
220
  }
355
221
  };
356
- const GlobalTableStatus = {
357
- ACTIVE: "ACTIVE",
358
- CREATING: "CREATING",
359
- DELETING: "DELETING",
360
- UPDATING: "UPDATING",
361
- };
362
- const IndexStatus = {
363
- ACTIVE: "ACTIVE",
364
- CREATING: "CREATING",
365
- DELETING: "DELETING",
366
- UPDATING: "UPDATING",
367
- };
368
- const ReplicaStatus = {
369
- ACTIVE: "ACTIVE",
370
- ARCHIVED: "ARCHIVED",
371
- ARCHIVING: "ARCHIVING",
372
- CREATING: "CREATING",
373
- CREATION_FAILED: "CREATION_FAILED",
374
- DELETING: "DELETING",
375
- INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
376
- REGION_DISABLED: "REGION_DISABLED",
377
- REPLICATION_NOT_AUTHORIZED: "REPLICATION_NOT_AUTHORIZED",
378
- UPDATING: "UPDATING",
379
- };
380
- const TableClass = {
381
- STANDARD: "STANDARD",
382
- STANDARD_INFREQUENT_ACCESS: "STANDARD_INFREQUENT_ACCESS",
383
- };
384
- const TableStatus = {
385
- ACTIVE: "ACTIVE",
386
- ARCHIVED: "ARCHIVED",
387
- ARCHIVING: "ARCHIVING",
388
- CREATING: "CREATING",
389
- DELETING: "DELETING",
390
- INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
391
- REPLICATION_NOT_AUTHORIZED: "REPLICATION_NOT_AUTHORIZED",
392
- UPDATING: "UPDATING",
393
- };
394
222
  let GlobalTableAlreadyExistsException$1 = class GlobalTableAlreadyExistsException extends DynamoDBServiceException$1 {
395
223
  name = "GlobalTableAlreadyExistsException";
396
224
  $fault = "client";
@@ -403,15 +231,6 @@ let GlobalTableAlreadyExistsException$1 = class GlobalTableAlreadyExistsExceptio
403
231
  Object.setPrototypeOf(this, GlobalTableAlreadyExistsException.prototype);
404
232
  }
405
233
  };
406
- const WitnessStatus = {
407
- ACTIVE: "ACTIVE",
408
- CREATING: "CREATING",
409
- DELETING: "DELETING",
410
- };
411
- const MultiRegionConsistency = {
412
- EVENTUAL: "EVENTUAL",
413
- STRONG: "STRONG",
414
- };
415
234
  let ResourceInUseException$1 = class ResourceInUseException extends DynamoDBServiceException$1 {
416
235
  name = "ResourceInUseException";
417
236
  $fault = "client";
@@ -424,13 +243,6 @@ let ResourceInUseException$1 = class ResourceInUseException extends DynamoDBServ
424
243
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
425
244
  }
426
245
  };
427
- const ReturnValue = {
428
- ALL_NEW: "ALL_NEW",
429
- ALL_OLD: "ALL_OLD",
430
- NONE: "NONE",
431
- UPDATED_NEW: "UPDATED_NEW",
432
- UPDATED_OLD: "UPDATED_OLD",
433
- };
434
246
  let TransactionConflictException$1 = class TransactionConflictException extends DynamoDBServiceException$1 {
435
247
  name = "TransactionConflictException";
436
248
  $fault = "client";
@@ -455,27 +267,6 @@ let PolicyNotFoundException$1 = class PolicyNotFoundException extends DynamoDBSe
455
267
  Object.setPrototypeOf(this, PolicyNotFoundException.prototype);
456
268
  }
457
269
  };
458
- const ExportFormat = {
459
- DYNAMODB_JSON: "DYNAMODB_JSON",
460
- ION: "ION",
461
- };
462
- const ExportStatus = {
463
- COMPLETED: "COMPLETED",
464
- FAILED: "FAILED",
465
- IN_PROGRESS: "IN_PROGRESS",
466
- };
467
- const ExportType = {
468
- FULL_EXPORT: "FULL_EXPORT",
469
- INCREMENTAL_EXPORT: "INCREMENTAL_EXPORT",
470
- };
471
- const ExportViewType = {
472
- NEW_AND_OLD_IMAGES: "NEW_AND_OLD_IMAGES",
473
- NEW_IMAGE: "NEW_IMAGE",
474
- };
475
- const S3SseAlgorithm = {
476
- AES256: "AES256",
477
- KMS: "KMS",
478
- };
479
270
  let ExportNotFoundException$1 = class ExportNotFoundException extends DynamoDBServiceException$1 {
480
271
  name = "ExportNotFoundException";
481
272
  $fault = "client";
@@ -500,23 +291,6 @@ let GlobalTableNotFoundException$1 = class GlobalTableNotFoundException extends
500
291
  Object.setPrototypeOf(this, GlobalTableNotFoundException.prototype);
501
292
  }
502
293
  };
503
- const ImportStatus = {
504
- CANCELLED: "CANCELLED",
505
- CANCELLING: "CANCELLING",
506
- COMPLETED: "COMPLETED",
507
- FAILED: "FAILED",
508
- IN_PROGRESS: "IN_PROGRESS",
509
- };
510
- const InputCompressionType = {
511
- GZIP: "GZIP",
512
- NONE: "NONE",
513
- ZSTD: "ZSTD",
514
- };
515
- const InputFormat = {
516
- CSV: "CSV",
517
- DYNAMODB_JSON: "DYNAMODB_JSON",
518
- ION: "ION",
519
- };
520
294
  let ImportNotFoundException$1 = class ImportNotFoundException extends DynamoDBServiceException$1 {
521
295
  name = "ImportNotFoundException";
522
296
  $fault = "client";
@@ -529,14 +303,6 @@ let ImportNotFoundException$1 = class ImportNotFoundException extends DynamoDBSe
529
303
  Object.setPrototypeOf(this, ImportNotFoundException.prototype);
530
304
  }
531
305
  };
532
- const DestinationStatus = {
533
- ACTIVE: "ACTIVE",
534
- DISABLED: "DISABLED",
535
- DISABLING: "DISABLING",
536
- ENABLE_FAILED: "ENABLE_FAILED",
537
- ENABLING: "ENABLING",
538
- UPDATING: "UPDATING",
539
- };
540
306
  let DuplicateItemException$1 = class DuplicateItemException extends DynamoDBServiceException$1 {
541
307
  name = "DuplicateItemException";
542
308
  $fault = "client";
@@ -625,12 +391,6 @@ let ImportConflictException$1 = class ImportConflictException extends DynamoDBSe
625
391
  Object.setPrototypeOf(this, ImportConflictException.prototype);
626
392
  }
627
393
  };
628
- const Select = {
629
- ALL_ATTRIBUTES: "ALL_ATTRIBUTES",
630
- ALL_PROJECTED_ATTRIBUTES: "ALL_PROJECTED_ATTRIBUTES",
631
- COUNT: "COUNT",
632
- SPECIFIC_ATTRIBUTES: "SPECIFIC_ATTRIBUTES",
633
- };
634
394
  let TableAlreadyExistsException$1 = class TableAlreadyExistsException extends DynamoDBServiceException$1 {
635
395
  name = "TableAlreadyExistsException";
636
396
  $fault = "client";
@@ -4643,6 +4403,247 @@ const waitUntilTableNotExists = async (params, input) => {
4643
4403
  return utilWaiter.checkExceptions(result);
4644
4404
  };
4645
4405
 
4406
+ const ApproximateCreationDateTimePrecision = {
4407
+ MICROSECOND: "MICROSECOND",
4408
+ MILLISECOND: "MILLISECOND",
4409
+ };
4410
+ const AttributeAction = {
4411
+ ADD: "ADD",
4412
+ DELETE: "DELETE",
4413
+ PUT: "PUT",
4414
+ };
4415
+ const ScalarAttributeType = {
4416
+ B: "B",
4417
+ N: "N",
4418
+ S: "S",
4419
+ };
4420
+ const BackupStatus = {
4421
+ AVAILABLE: "AVAILABLE",
4422
+ CREATING: "CREATING",
4423
+ DELETED: "DELETED",
4424
+ };
4425
+ const BackupType = {
4426
+ AWS_BACKUP: "AWS_BACKUP",
4427
+ SYSTEM: "SYSTEM",
4428
+ USER: "USER",
4429
+ };
4430
+ const BillingMode = {
4431
+ PAY_PER_REQUEST: "PAY_PER_REQUEST",
4432
+ PROVISIONED: "PROVISIONED",
4433
+ };
4434
+ const KeyType = {
4435
+ HASH: "HASH",
4436
+ RANGE: "RANGE",
4437
+ };
4438
+ const ProjectionType = {
4439
+ ALL: "ALL",
4440
+ INCLUDE: "INCLUDE",
4441
+ KEYS_ONLY: "KEYS_ONLY",
4442
+ };
4443
+ const SSEType = {
4444
+ AES256: "AES256",
4445
+ KMS: "KMS",
4446
+ };
4447
+ const SSEStatus = {
4448
+ DISABLED: "DISABLED",
4449
+ DISABLING: "DISABLING",
4450
+ ENABLED: "ENABLED",
4451
+ ENABLING: "ENABLING",
4452
+ UPDATING: "UPDATING",
4453
+ };
4454
+ const StreamViewType = {
4455
+ KEYS_ONLY: "KEYS_ONLY",
4456
+ NEW_AND_OLD_IMAGES: "NEW_AND_OLD_IMAGES",
4457
+ NEW_IMAGE: "NEW_IMAGE",
4458
+ OLD_IMAGE: "OLD_IMAGE",
4459
+ };
4460
+ const TimeToLiveStatus = {
4461
+ DISABLED: "DISABLED",
4462
+ DISABLING: "DISABLING",
4463
+ ENABLED: "ENABLED",
4464
+ ENABLING: "ENABLING",
4465
+ };
4466
+ const BackupTypeFilter = {
4467
+ ALL: "ALL",
4468
+ AWS_BACKUP: "AWS_BACKUP",
4469
+ SYSTEM: "SYSTEM",
4470
+ USER: "USER",
4471
+ };
4472
+ const ReturnConsumedCapacity = {
4473
+ INDEXES: "INDEXES",
4474
+ NONE: "NONE",
4475
+ TOTAL: "TOTAL",
4476
+ };
4477
+ const ReturnValuesOnConditionCheckFailure = {
4478
+ ALL_OLD: "ALL_OLD",
4479
+ NONE: "NONE",
4480
+ };
4481
+ const BatchStatementErrorCodeEnum = {
4482
+ AccessDenied: "AccessDenied",
4483
+ ConditionalCheckFailed: "ConditionalCheckFailed",
4484
+ DuplicateItem: "DuplicateItem",
4485
+ InternalServerError: "InternalServerError",
4486
+ ItemCollectionSizeLimitExceeded: "ItemCollectionSizeLimitExceeded",
4487
+ ProvisionedThroughputExceeded: "ProvisionedThroughputExceeded",
4488
+ RequestLimitExceeded: "RequestLimitExceeded",
4489
+ ResourceNotFound: "ResourceNotFound",
4490
+ ThrottlingError: "ThrottlingError",
4491
+ TransactionConflict: "TransactionConflict",
4492
+ ValidationError: "ValidationError",
4493
+ };
4494
+ const ReturnItemCollectionMetrics = {
4495
+ NONE: "NONE",
4496
+ SIZE: "SIZE",
4497
+ };
4498
+ const ComparisonOperator = {
4499
+ BEGINS_WITH: "BEGINS_WITH",
4500
+ BETWEEN: "BETWEEN",
4501
+ CONTAINS: "CONTAINS",
4502
+ EQ: "EQ",
4503
+ GE: "GE",
4504
+ GT: "GT",
4505
+ IN: "IN",
4506
+ LE: "LE",
4507
+ LT: "LT",
4508
+ NE: "NE",
4509
+ NOT_CONTAINS: "NOT_CONTAINS",
4510
+ NOT_NULL: "NOT_NULL",
4511
+ NULL: "NULL",
4512
+ };
4513
+ const ConditionalOperator = {
4514
+ AND: "AND",
4515
+ OR: "OR",
4516
+ };
4517
+ const ContinuousBackupsStatus = {
4518
+ DISABLED: "DISABLED",
4519
+ ENABLED: "ENABLED",
4520
+ };
4521
+ const PointInTimeRecoveryStatus = {
4522
+ DISABLED: "DISABLED",
4523
+ ENABLED: "ENABLED",
4524
+ };
4525
+ const ContributorInsightsAction = {
4526
+ DISABLE: "DISABLE",
4527
+ ENABLE: "ENABLE",
4528
+ };
4529
+ const ContributorInsightsMode = {
4530
+ ACCESSED_AND_THROTTLED_KEYS: "ACCESSED_AND_THROTTLED_KEYS",
4531
+ THROTTLED_KEYS: "THROTTLED_KEYS",
4532
+ };
4533
+ const ContributorInsightsStatus = {
4534
+ DISABLED: "DISABLED",
4535
+ DISABLING: "DISABLING",
4536
+ ENABLED: "ENABLED",
4537
+ ENABLING: "ENABLING",
4538
+ FAILED: "FAILED",
4539
+ };
4540
+ const GlobalTableStatus = {
4541
+ ACTIVE: "ACTIVE",
4542
+ CREATING: "CREATING",
4543
+ DELETING: "DELETING",
4544
+ UPDATING: "UPDATING",
4545
+ };
4546
+ const IndexStatus = {
4547
+ ACTIVE: "ACTIVE",
4548
+ CREATING: "CREATING",
4549
+ DELETING: "DELETING",
4550
+ UPDATING: "UPDATING",
4551
+ };
4552
+ const ReplicaStatus = {
4553
+ ACTIVE: "ACTIVE",
4554
+ ARCHIVED: "ARCHIVED",
4555
+ ARCHIVING: "ARCHIVING",
4556
+ CREATING: "CREATING",
4557
+ CREATION_FAILED: "CREATION_FAILED",
4558
+ DELETING: "DELETING",
4559
+ INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
4560
+ REGION_DISABLED: "REGION_DISABLED",
4561
+ REPLICATION_NOT_AUTHORIZED: "REPLICATION_NOT_AUTHORIZED",
4562
+ UPDATING: "UPDATING",
4563
+ };
4564
+ const TableClass = {
4565
+ STANDARD: "STANDARD",
4566
+ STANDARD_INFREQUENT_ACCESS: "STANDARD_INFREQUENT_ACCESS",
4567
+ };
4568
+ const TableStatus = {
4569
+ ACTIVE: "ACTIVE",
4570
+ ARCHIVED: "ARCHIVED",
4571
+ ARCHIVING: "ARCHIVING",
4572
+ CREATING: "CREATING",
4573
+ DELETING: "DELETING",
4574
+ INACCESSIBLE_ENCRYPTION_CREDENTIALS: "INACCESSIBLE_ENCRYPTION_CREDENTIALS",
4575
+ REPLICATION_NOT_AUTHORIZED: "REPLICATION_NOT_AUTHORIZED",
4576
+ UPDATING: "UPDATING",
4577
+ };
4578
+ const WitnessStatus = {
4579
+ ACTIVE: "ACTIVE",
4580
+ CREATING: "CREATING",
4581
+ DELETING: "DELETING",
4582
+ };
4583
+ const MultiRegionConsistency = {
4584
+ EVENTUAL: "EVENTUAL",
4585
+ STRONG: "STRONG",
4586
+ };
4587
+ const ReturnValue = {
4588
+ ALL_NEW: "ALL_NEW",
4589
+ ALL_OLD: "ALL_OLD",
4590
+ NONE: "NONE",
4591
+ UPDATED_NEW: "UPDATED_NEW",
4592
+ UPDATED_OLD: "UPDATED_OLD",
4593
+ };
4594
+ const ExportFormat = {
4595
+ DYNAMODB_JSON: "DYNAMODB_JSON",
4596
+ ION: "ION",
4597
+ };
4598
+ const ExportStatus = {
4599
+ COMPLETED: "COMPLETED",
4600
+ FAILED: "FAILED",
4601
+ IN_PROGRESS: "IN_PROGRESS",
4602
+ };
4603
+ const ExportType = {
4604
+ FULL_EXPORT: "FULL_EXPORT",
4605
+ INCREMENTAL_EXPORT: "INCREMENTAL_EXPORT",
4606
+ };
4607
+ const ExportViewType = {
4608
+ NEW_AND_OLD_IMAGES: "NEW_AND_OLD_IMAGES",
4609
+ NEW_IMAGE: "NEW_IMAGE",
4610
+ };
4611
+ const S3SseAlgorithm = {
4612
+ AES256: "AES256",
4613
+ KMS: "KMS",
4614
+ };
4615
+ const ImportStatus = {
4616
+ CANCELLED: "CANCELLED",
4617
+ CANCELLING: "CANCELLING",
4618
+ COMPLETED: "COMPLETED",
4619
+ FAILED: "FAILED",
4620
+ IN_PROGRESS: "IN_PROGRESS",
4621
+ };
4622
+ const InputCompressionType = {
4623
+ GZIP: "GZIP",
4624
+ NONE: "NONE",
4625
+ ZSTD: "ZSTD",
4626
+ };
4627
+ const InputFormat = {
4628
+ CSV: "CSV",
4629
+ DYNAMODB_JSON: "DYNAMODB_JSON",
4630
+ ION: "ION",
4631
+ };
4632
+ const DestinationStatus = {
4633
+ ACTIVE: "ACTIVE",
4634
+ DISABLED: "DISABLED",
4635
+ DISABLING: "DISABLING",
4636
+ ENABLE_FAILED: "ENABLE_FAILED",
4637
+ ENABLING: "ENABLING",
4638
+ UPDATING: "UPDATING",
4639
+ };
4640
+ const Select = {
4641
+ ALL_ATTRIBUTES: "ALL_ATTRIBUTES",
4642
+ ALL_PROJECTED_ATTRIBUTES: "ALL_PROJECTED_ATTRIBUTES",
4643
+ COUNT: "COUNT",
4644
+ SPECIFIC_ATTRIBUTES: "SPECIFIC_ATTRIBUTES",
4645
+ };
4646
+
4646
4647
  Object.defineProperty(exports, "$Command", {
4647
4648
  enumerable: true,
4648
4649
  get: function () { return smithyClient.Command; }
package/dist-es/index.js CHANGED
@@ -3,5 +3,6 @@ export * from "./DynamoDB";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./waiters";
6
- export * from "./models";
6
+ export * from "./models/enums";
7
+ export * from "./models/errors";
7
8
  export { DynamoDBServiceException } from "./models/DynamoDBServiceException";