@aws-sdk/client-dynamodb 3.943.0 → 3.947.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 (90) hide show
  1. package/dist-cjs/index.js +36 -329
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/DynamoDBClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +36 -329
  8. package/dist-types/DynamoDB.d.ts +1 -1
  9. package/dist-types/DynamoDBClient.d.ts +11 -11
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/BatchExecuteStatementCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchGetItemCommand.d.ts +3 -3
  14. package/dist-types/commands/BatchWriteItemCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateBackupCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateGlobalTableCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateTableCommand.d.ts +3 -3
  18. package/dist-types/commands/DeleteBackupCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteItemCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteTableCommand.d.ts +3 -3
  22. package/dist-types/commands/DescribeBackupCommand.d.ts +3 -3
  23. package/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +3 -3
  24. package/dist-types/commands/DescribeContributorInsightsCommand.d.ts +3 -3
  25. package/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -3
  26. package/dist-types/commands/DescribeExportCommand.d.ts +3 -3
  27. package/dist-types/commands/DescribeGlobalTableCommand.d.ts +3 -3
  28. package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +3 -3
  29. package/dist-types/commands/DescribeImportCommand.d.ts +3 -3
  30. package/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +3 -3
  31. package/dist-types/commands/DescribeLimitsCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeTableCommand.d.ts +3 -3
  33. package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +3 -3
  34. package/dist-types/commands/DescribeTimeToLiveCommand.d.ts +3 -3
  35. package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +3 -3
  36. package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +3 -3
  37. package/dist-types/commands/ExecuteStatementCommand.d.ts +3 -3
  38. package/dist-types/commands/ExecuteTransactionCommand.d.ts +3 -3
  39. package/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +3 -3
  40. package/dist-types/commands/GetItemCommand.d.ts +3 -3
  41. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -3
  42. package/dist-types/commands/ImportTableCommand.d.ts +3 -3
  43. package/dist-types/commands/ListBackupsCommand.d.ts +3 -3
  44. package/dist-types/commands/ListContributorInsightsCommand.d.ts +3 -3
  45. package/dist-types/commands/ListExportsCommand.d.ts +3 -3
  46. package/dist-types/commands/ListGlobalTablesCommand.d.ts +3 -3
  47. package/dist-types/commands/ListImportsCommand.d.ts +3 -3
  48. package/dist-types/commands/ListTablesCommand.d.ts +3 -3
  49. package/dist-types/commands/ListTagsOfResourceCommand.d.ts +3 -3
  50. package/dist-types/commands/PutItemCommand.d.ts +3 -3
  51. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -3
  52. package/dist-types/commands/QueryCommand.d.ts +3 -3
  53. package/dist-types/commands/RestoreTableFromBackupCommand.d.ts +3 -3
  54. package/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +3 -3
  55. package/dist-types/commands/ScanCommand.d.ts +3 -3
  56. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  57. package/dist-types/commands/TransactGetItemsCommand.d.ts +3 -3
  58. package/dist-types/commands/TransactWriteItemsCommand.d.ts +3 -3
  59. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  60. package/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -3
  61. package/dist-types/commands/UpdateContributorInsightsCommand.d.ts +3 -3
  62. package/dist-types/commands/UpdateGlobalTableCommand.d.ts +3 -3
  63. package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +3 -3
  64. package/dist-types/commands/UpdateItemCommand.d.ts +3 -3
  65. package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +3 -3
  66. package/dist-types/commands/UpdateTableCommand.d.ts +3 -3
  67. package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +3 -3
  68. package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +3 -3
  69. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  70. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  71. package/dist-types/extensionConfiguration.d.ts +4 -4
  72. package/dist-types/models/DynamoDBServiceException.d.ts +1 -1
  73. package/dist-types/models/errors.d.ts +1 -1
  74. package/dist-types/pagination/Interfaces.d.ts +1 -1
  75. package/dist-types/pagination/ListContributorInsightsPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListExportsPaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListImportsPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListTablesPaginator.d.ts +1 -1
  79. package/dist-types/pagination/QueryPaginator.d.ts +1 -1
  80. package/dist-types/pagination/ScanPaginator.d.ts +1 -1
  81. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  82. package/dist-types/runtimeConfig.d.ts +1 -1
  83. package/dist-types/runtimeConfig.native.d.ts +1 -1
  84. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  85. package/dist-types/runtimeExtensions.d.ts +1 -1
  86. package/dist-types/schemas/schemas_0.d.ts +1 -1
  87. package/dist-types/ts3.4/DynamoDBClient.d.ts +4 -4
  88. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  89. package/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +1 -1
  90. package/package.json +14 -13
@@ -722,27 +722,9 @@ export var BackupDetails = [
722
722
  [_BA, _BN, _BSB, _BS, _BT, _BCDT, _BEDT],
723
723
  [0, 0, 1, 0, 0, 4, 4],
724
724
  ];
725
- export var BackupInUseException = [
726
- -3,
727
- n0,
728
- _BIUE,
729
- {
730
- [_e]: _c,
731
- },
732
- [_m],
733
- [0],
734
- ];
725
+ export var BackupInUseException = [-3, n0, _BIUE, { [_e]: _c }, [_m], [0]];
735
726
  TypeRegistry.for(n0).registerError(BackupInUseException, __BackupInUseException);
736
- export var BackupNotFoundException = [
737
- -3,
738
- n0,
739
- _BNFE,
740
- {
741
- [_e]: _c,
742
- },
743
- [_m],
744
- [0],
745
- ];
727
+ export var BackupNotFoundException = [-3, n0, _BNFE, { [_e]: _c }, [_m], [0]];
746
728
  TypeRegistry.for(n0).registerError(BackupNotFoundException, __BackupNotFoundException);
747
729
  export var BackupSummary = [
748
730
  3,
@@ -818,9 +800,7 @@ export var ConditionalCheckFailedException = [
818
800
  -3,
819
801
  n0,
820
802
  _CCFE,
821
- {
822
- [_e]: _c,
823
- },
803
+ { [_e]: _c },
824
804
  [_m, _I],
825
805
  [0, () => AttributeMap],
826
806
  ];
@@ -849,16 +829,7 @@ export var ContinuousBackupsDescription = [
849
829
  [_CBS, _PITRD],
850
830
  [0, () => PointInTimeRecoveryDescription],
851
831
  ];
852
- export var ContinuousBackupsUnavailableException = [
853
- -3,
854
- n0,
855
- _CBUE,
856
- {
857
- [_e]: _c,
858
- },
859
- [_m],
860
- [0],
861
- ];
832
+ export var ContinuousBackupsUnavailableException = [-3, n0, _CBUE, { [_e]: _c }, [_m], [0]];
862
833
  TypeRegistry.for(n0).registerError(ContinuousBackupsUnavailableException, __ContinuousBackupsUnavailableException);
863
834
  export var ContributorInsightsSummary = [3, n0, _CIS, 0, [_TN, _IN, _CISo, _CIM], [0, 0, 0, 0]];
864
835
  export var CreateBackupInput = [3, n0, _CBI, 0, [_TN, _BN], [0, 0]];
@@ -1019,16 +990,7 @@ export var DescribeTableReplicaAutoScalingOutput = [
1019
990
  ];
1020
991
  export var DescribeTimeToLiveInput = [3, n0, _DTTLI, 0, [_TN], [0]];
1021
992
  export var DescribeTimeToLiveOutput = [3, n0, _DTTLO, 0, [_TTLD], [() => TimeToLiveDescription]];
1022
- export var DuplicateItemException = [
1023
- -3,
1024
- n0,
1025
- _DIE,
1026
- {
1027
- [_e]: _c,
1028
- },
1029
- [_m],
1030
- [0],
1031
- ];
993
+ export var DuplicateItemException = [-3, n0, _DIE, { [_e]: _c }, [_m], [0]];
1032
994
  TypeRegistry.for(n0).registerError(DuplicateItemException, __DuplicateItemException);
1033
995
  export var EnableKinesisStreamingConfiguration = [3, n0, _EKSC, 0, [_ACDTP], [0]];
1034
996
  export var Endpoint = [3, n0, _End, 0, [_Ad, _CPIM], [0, 1]];
@@ -1072,16 +1034,7 @@ export var ExpectedAttributeValue = [
1072
1034
  [_V, _Exi, _CO, _AVL],
1073
1035
  [() => AttributeValue, 2, 0, () => AttributeValueList],
1074
1036
  ];
1075
- export var ExportConflictException = [
1076
- -3,
1077
- n0,
1078
- _ECE,
1079
- {
1080
- [_e]: _c,
1081
- },
1082
- [_m],
1083
- [0],
1084
- ];
1037
+ export var ExportConflictException = [-3, n0, _ECE, { [_e]: _c }, [_m], [0]];
1085
1038
  TypeRegistry.for(n0).registerError(ExportConflictException, __ExportConflictException);
1086
1039
  export var ExportDescription = [
1087
1040
  3,
@@ -1091,16 +1044,7 @@ export var ExportDescription = [
1091
1044
  [_EA, _ES, _ST, _ET, _EM, _TA, _TI, _ETx, _CT, _SB, _SBO, _SPr, _SSA, _SSKKI, _FC, _FM, _EF, _BSBi, _IC, _ETxp, _IES],
1092
1045
  [0, 0, 4, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, () => IncrementalExportSpecification],
1093
1046
  ];
1094
- export var ExportNotFoundException = [
1095
- -3,
1096
- n0,
1097
- _ENFE,
1098
- {
1099
- [_e]: _c,
1100
- },
1101
- [_m],
1102
- [0],
1103
- ];
1047
+ export var ExportNotFoundException = [-3, n0, _ENFE, { [_e]: _c }, [_m], [0]];
1104
1048
  TypeRegistry.for(n0).registerError(ExportNotFoundException, __ExportNotFoundException);
1105
1049
  export var ExportSummary = [3, n0, _ESx, 0, [_EA, _ES, _ETxp], [0, 0, 0]];
1106
1050
  export var ExportTableToPointInTimeInput = [
@@ -1204,16 +1148,7 @@ export var GlobalSecondaryIndexWarmThroughputDescription = [
1204
1148
  [1, 1, 0],
1205
1149
  ];
1206
1150
  export var GlobalTable = [3, n0, _GT, 0, [_GTN, _RG], [0, () => ReplicaList]];
1207
- export var GlobalTableAlreadyExistsException = [
1208
- -3,
1209
- n0,
1210
- _GTAEE,
1211
- {
1212
- [_e]: _c,
1213
- },
1214
- [_m],
1215
- [0],
1216
- ];
1151
+ export var GlobalTableAlreadyExistsException = [-3, n0, _GTAEE, { [_e]: _c }, [_m], [0]];
1217
1152
  TypeRegistry.for(n0).registerError(GlobalTableAlreadyExistsException, __GlobalTableAlreadyExistsException);
1218
1153
  export var GlobalTableDescription = [
1219
1154
  3,
@@ -1231,16 +1166,7 @@ export var GlobalTableGlobalSecondaryIndexSettingsUpdate = [
1231
1166
  [_IN, _PWCU, _PWCASSU],
1232
1167
  [0, 1, () => AutoScalingSettingsUpdate],
1233
1168
  ];
1234
- export var GlobalTableNotFoundException = [
1235
- -3,
1236
- n0,
1237
- _GTNFE,
1238
- {
1239
- [_e]: _c,
1240
- },
1241
- [_m],
1242
- [0],
1243
- ];
1169
+ export var GlobalTableNotFoundException = [-3, n0, _GTNFE, { [_e]: _c }, [_m], [0]];
1244
1170
  TypeRegistry.for(n0).registerError(GlobalTableNotFoundException, __GlobalTableNotFoundException);
1245
1171
  export var GlobalTableWitnessDescription = [3, n0, _GTWD, 0, [_RN, _WS], [0, 0]];
1246
1172
  export var GlobalTableWitnessGroupUpdate = [
@@ -1251,38 +1177,11 @@ export var GlobalTableWitnessGroupUpdate = [
1251
1177
  [_Cr, _De],
1252
1178
  [() => CreateGlobalTableWitnessGroupMemberAction, () => DeleteGlobalTableWitnessGroupMemberAction],
1253
1179
  ];
1254
- export var IdempotentParameterMismatchException = [
1255
- -3,
1256
- n0,
1257
- _IPME,
1258
- {
1259
- [_e]: _c,
1260
- },
1261
- [_M],
1262
- [0],
1263
- ];
1180
+ export var IdempotentParameterMismatchException = [-3, n0, _IPME, { [_e]: _c }, [_M], [0]];
1264
1181
  TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException, __IdempotentParameterMismatchException);
1265
- export var ImportConflictException = [
1266
- -3,
1267
- n0,
1268
- _ICE,
1269
- {
1270
- [_e]: _c,
1271
- },
1272
- [_m],
1273
- [0],
1274
- ];
1182
+ export var ImportConflictException = [-3, n0, _ICE, { [_e]: _c }, [_m], [0]];
1275
1183
  TypeRegistry.for(n0).registerError(ImportConflictException, __ImportConflictException);
1276
- export var ImportNotFoundException = [
1277
- -3,
1278
- n0,
1279
- _INFE,
1280
- {
1281
- [_e]: _c,
1282
- },
1283
- [_m],
1284
- [0],
1285
- ];
1184
+ export var ImportNotFoundException = [-3, n0, _INFE, { [_e]: _c }, [_m], [0]];
1286
1185
  TypeRegistry.for(n0).registerError(ImportNotFoundException, __ImportNotFoundException);
1287
1186
  export var ImportSummary = [
1288
1187
  3,
@@ -1330,62 +1229,16 @@ export var ImportTableInput = [
1330
1229
  ];
1331
1230
  export var ImportTableOutput = [3, n0, _ITO, 0, [_ITD], [() => ImportTableDescription]];
1332
1231
  export var IncrementalExportSpecification = [3, n0, _IES, 0, [_EFT, _ETT, _EVT], [4, 4, 0]];
1333
- export var IndexNotFoundException = [
1334
- -3,
1335
- n0,
1336
- _INFEn,
1337
- {
1338
- [_e]: _c,
1339
- },
1340
- [_m],
1341
- [0],
1342
- ];
1232
+ export var IndexNotFoundException = [-3, n0, _INFEn, { [_e]: _c }, [_m], [0]];
1343
1233
  TypeRegistry.for(n0).registerError(IndexNotFoundException, __IndexNotFoundException);
1344
1234
  export var InputFormatOptions = [3, n0, _IFO, 0, [_Cs], [() => CsvOptions]];
1345
- export var InternalServerError = [
1346
- -3,
1347
- n0,
1348
- _ISE,
1349
- {
1350
- [_e]: _s,
1351
- },
1352
- [_m],
1353
- [0],
1354
- ];
1235
+ export var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_m], [0]];
1355
1236
  TypeRegistry.for(n0).registerError(InternalServerError, __InternalServerError);
1356
- export var InvalidEndpointException = [
1357
- -3,
1358
- n0,
1359
- _IEE,
1360
- {
1361
- [_e]: _c,
1362
- [_hE]: 421,
1363
- },
1364
- [_M],
1365
- [0],
1366
- ];
1237
+ export var InvalidEndpointException = [-3, n0, _IEE, { [_e]: _c, [_hE]: 421 }, [_M], [0]];
1367
1238
  TypeRegistry.for(n0).registerError(InvalidEndpointException, __InvalidEndpointException);
1368
- export var InvalidExportTimeException = [
1369
- -3,
1370
- n0,
1371
- _IETE,
1372
- {
1373
- [_e]: _c,
1374
- },
1375
- [_m],
1376
- [0],
1377
- ];
1239
+ export var InvalidExportTimeException = [-3, n0, _IETE, { [_e]: _c }, [_m], [0]];
1378
1240
  TypeRegistry.for(n0).registerError(InvalidExportTimeException, __InvalidExportTimeException);
1379
- export var InvalidRestoreTimeException = [
1380
- -3,
1381
- n0,
1382
- _IRTE,
1383
- {
1384
- [_e]: _c,
1385
- },
1386
- [_m],
1387
- [0],
1388
- ];
1241
+ export var InvalidRestoreTimeException = [-3, n0, _IRTE, { [_e]: _c }, [_m], [0]];
1389
1242
  TypeRegistry.for(n0).registerError(InvalidRestoreTimeException, __InvalidRestoreTimeException);
1390
1243
  export var ItemCollectionMetrics = [
1391
1244
  3,
@@ -1395,16 +1248,7 @@ export var ItemCollectionMetrics = [
1395
1248
  [_ICK, _SERGB],
1396
1249
  [() => ItemCollectionKeyAttributeMap, 64 | 1],
1397
1250
  ];
1398
- export var ItemCollectionSizeLimitExceededException = [
1399
- -3,
1400
- n0,
1401
- _ICSLEE,
1402
- {
1403
- [_e]: _c,
1404
- },
1405
- [_m],
1406
- [0],
1407
- ];
1251
+ export var ItemCollectionSizeLimitExceededException = [-3, n0, _ICSLEE, { [_e]: _c }, [_m], [0]];
1408
1252
  TypeRegistry.for(n0).registerError(ItemCollectionSizeLimitExceededException, __ItemCollectionSizeLimitExceededException);
1409
1253
  export var ItemResponse = [3, n0, _IR, 0, [_I], [() => AttributeMap]];
1410
1254
  export var KeysAndAttributes = [
@@ -1440,16 +1284,7 @@ export var KinesisStreamingDestinationOutput = [
1440
1284
  [_TN, _SA, _DS, _EKSC],
1441
1285
  [0, 0, 0, () => EnableKinesisStreamingConfiguration],
1442
1286
  ];
1443
- export var LimitExceededException = [
1444
- -3,
1445
- n0,
1446
- _LEE,
1447
- {
1448
- [_e]: _c,
1449
- },
1450
- [_m],
1451
- [0],
1452
- ];
1287
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
1453
1288
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1454
1289
  export var ListBackupsInput = [
1455
1290
  3,
@@ -1529,27 +1364,9 @@ export var PointInTimeRecoveryDescription = [
1529
1364
  [0, 1, 4, 4],
1530
1365
  ];
1531
1366
  export var PointInTimeRecoverySpecification = [3, n0, _PITRSo, 0, [_PITRE, _RPID], [2, 1]];
1532
- export var PointInTimeRecoveryUnavailableException = [
1533
- -3,
1534
- n0,
1535
- _PITRUE,
1536
- {
1537
- [_e]: _c,
1538
- },
1539
- [_m],
1540
- [0],
1541
- ];
1367
+ export var PointInTimeRecoveryUnavailableException = [-3, n0, _PITRUE, { [_e]: _c }, [_m], [0]];
1542
1368
  TypeRegistry.for(n0).registerError(PointInTimeRecoveryUnavailableException, __PointInTimeRecoveryUnavailableException);
1543
- export var PolicyNotFoundException = [
1544
- -3,
1545
- n0,
1546
- _PNFE,
1547
- {
1548
- [_e]: _c,
1549
- },
1550
- [_m],
1551
- [0],
1552
- ];
1369
+ export var PolicyNotFoundException = [-3, n0, _PNFE, { [_e]: _c }, [_m], [0]];
1553
1370
  TypeRegistry.for(n0).registerError(PolicyNotFoundException, __PolicyNotFoundException);
1554
1371
  export var Projection = [3, n0, _Pr, 0, [_PTr, _NKA], [0, 64 | 0]];
1555
1372
  export var ProvisionedThroughput = [3, n0, _PT, 0, [_RCU, _WCU], [1, 1]];
@@ -1565,9 +1382,7 @@ export var ProvisionedThroughputExceededException = [
1565
1382
  -3,
1566
1383
  n0,
1567
1384
  _PTEE,
1568
- {
1569
- [_e]: _c,
1570
- },
1385
+ { [_e]: _c },
1571
1386
  [_m, _TR],
1572
1387
  [0, () => ThrottlingReasonList],
1573
1388
  ];
@@ -1616,17 +1431,7 @@ export var PutResourcePolicyInput = [
1616
1431
  _PRPI,
1617
1432
  0,
1618
1433
  [_RA, _Po, _ERI, _CRSRA],
1619
- [
1620
- 0,
1621
- 0,
1622
- 0,
1623
- [
1624
- 2,
1625
- {
1626
- [_hH]: _xacrsra,
1627
- },
1628
- ],
1629
- ],
1434
+ [0, 0, 0, [2, { [_hH]: _xacrsra }]],
1630
1435
  ];
1631
1436
  export var PutResourcePolicyOutput = [3, n0, _PRPO, 0, [_RIe], [0]];
1632
1437
  export var QueryInput = [
@@ -1664,16 +1469,7 @@ export var QueryOutput = [
1664
1469
  [() => ItemList, 1, 1, () => Key, () => ConsumedCapacity],
1665
1470
  ];
1666
1471
  export var Replica = [3, n0, _Re, 0, [_RN], [0]];
1667
- export var ReplicaAlreadyExistsException = [
1668
- -3,
1669
- n0,
1670
- _RAEE,
1671
- {
1672
- [_e]: _c,
1673
- },
1674
- [_m],
1675
- [0],
1676
- ];
1472
+ export var ReplicaAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
1677
1473
  TypeRegistry.for(n0).registerError(ReplicaAlreadyExistsException, __ReplicaAlreadyExistsException);
1678
1474
  export var ReplicaAutoScalingDescription = [
1679
1475
  3,
@@ -1770,16 +1566,7 @@ export var ReplicaGlobalSecondaryIndexSettingsUpdate = [
1770
1566
  [_IN, _PRCU, _PRCASSU],
1771
1567
  [0, 1, () => AutoScalingSettingsUpdate],
1772
1568
  ];
1773
- export var ReplicaNotFoundException = [
1774
- -3,
1775
- n0,
1776
- _RNFE,
1777
- {
1778
- [_e]: _c,
1779
- },
1780
- [_m],
1781
- [0],
1782
- ];
1569
+ export var ReplicaNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
1783
1570
  TypeRegistry.for(n0).registerError(ReplicaNotFoundException, __ReplicaNotFoundException);
1784
1571
  export var ReplicaSettingsDescription = [
1785
1572
  3,
@@ -1807,16 +1594,7 @@ export var ReplicaSettingsUpdate = [
1807
1594
  [_RN, _RPRCU, _RPRCASSU, _RGSISU, _RTC],
1808
1595
  [0, 1, () => AutoScalingSettingsUpdate, () => ReplicaGlobalSecondaryIndexSettingsUpdateList, 0],
1809
1596
  ];
1810
- export var ReplicatedWriteConflictException = [
1811
- -3,
1812
- n0,
1813
- _RWCE,
1814
- {
1815
- [_e]: _c,
1816
- },
1817
- [_m],
1818
- [0],
1819
- ];
1597
+ export var ReplicatedWriteConflictException = [-3, n0, _RWCE, { [_e]: _c }, [_m], [0]];
1820
1598
  TypeRegistry.for(n0).registerError(ReplicatedWriteConflictException, __ReplicatedWriteConflictException);
1821
1599
  export var ReplicationGroupUpdate = [
1822
1600
  3,
@@ -1842,34 +1620,14 @@ export var RequestLimitExceeded = [
1842
1620
  -3,
1843
1621
  n0,
1844
1622
  _RLE,
1845
- {
1846
- [_e]: _c,
1847
- },
1623
+ { [_e]: _c },
1848
1624
  [_m, _TR],
1849
1625
  [0, () => ThrottlingReasonList],
1850
1626
  ];
1851
1627
  TypeRegistry.for(n0).registerError(RequestLimitExceeded, __RequestLimitExceeded);
1852
- export var ResourceInUseException = [
1853
- -3,
1854
- n0,
1855
- _RIUE,
1856
- {
1857
- [_e]: _c,
1858
- },
1859
- [_m],
1860
- [0],
1861
- ];
1628
+ export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c }, [_m], [0]];
1862
1629
  TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
1863
- export var ResourceNotFoundException = [
1864
- -3,
1865
- n0,
1866
- _RNFEe,
1867
- {
1868
- [_e]: _c,
1869
- },
1870
- [_m],
1871
- [0],
1872
- ];
1630
+ export var ResourceNotFoundException = [-3, n0, _RNFEe, { [_e]: _c }, [_m], [0]];
1873
1631
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
1874
1632
  export var RestoreSummary = [3, n0, _RSes, 0, [_SBA, _STA, _RDT, _RIP], [0, 0, 4, 2]];
1875
1633
  export var RestoreTableFromBackupInput = [
@@ -1977,16 +1735,7 @@ export var SourceTableFeatureDetails = [
1977
1735
  export var SSEDescription = [3, n0, _SSED, 0, [_Sta, _SSET, _KMSMKA, _IEDT], [0, 0, 0, 4]];
1978
1736
  export var SSESpecification = [3, n0, _SSES, 0, [_Ena, _SSET, _KMSMKI], [2, 0, 0]];
1979
1737
  export var StreamSpecification = [3, n0, _SS, 0, [_SE, _SVT], [2, 0]];
1980
- export var TableAlreadyExistsException = [
1981
- -3,
1982
- n0,
1983
- _TAEE,
1984
- {
1985
- [_e]: _c,
1986
- },
1987
- [_m],
1988
- [0],
1989
- ];
1738
+ export var TableAlreadyExistsException = [-3, n0, _TAEE, { [_e]: _c }, [_m], [0]];
1990
1739
  TypeRegistry.for(n0).registerError(TableAlreadyExistsException, __TableAlreadyExistsException);
1991
1740
  export var TableAutoScalingDescription = [
1992
1741
  3,
@@ -2078,27 +1827,9 @@ export var TableDescription = [
2078
1827
  0,
2079
1828
  ],
2080
1829
  ];
2081
- export var TableInUseException = [
2082
- -3,
2083
- n0,
2084
- _TIUE,
2085
- {
2086
- [_e]: _c,
2087
- },
2088
- [_m],
2089
- [0],
2090
- ];
1830
+ export var TableInUseException = [-3, n0, _TIUE, { [_e]: _c }, [_m], [0]];
2091
1831
  TypeRegistry.for(n0).registerError(TableInUseException, __TableInUseException);
2092
- export var TableNotFoundException = [
2093
- -3,
2094
- n0,
2095
- _TNFE,
2096
- {
2097
- [_e]: _c,
2098
- },
2099
- [_m],
2100
- [0],
2101
- ];
1832
+ export var TableNotFoundException = [-3, n0, _TNFE, { [_e]: _c }, [_m], [0]];
2102
1833
  TypeRegistry.for(n0).registerError(TableNotFoundException, __TableNotFoundException);
2103
1834
  export var TableWarmThroughputDescription = [3, n0, _TWTD, 0, [_RUPS, _WUPS, _Sta], [1, 1, 0]];
2104
1835
  export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
@@ -2107,11 +1838,7 @@ export var ThrottlingException = [
2107
1838
  -3,
2108
1839
  n0,
2109
1840
  _TE,
2110
- {
2111
- [_e]: _c,
2112
- [_hE]: 400,
2113
- [_aQE]: [`Throttling`, 400],
2114
- },
1841
+ { [_e]: _c, [_hE]: 400, [_aQE]: [`Throttling`, 400] },
2115
1842
  [_m, _tR],
2116
1843
  [0, () => ThrottlingReasonList],
2117
1844
  ];
@@ -2140,34 +1867,14 @@ export var TransactionCanceledException = [
2140
1867
  -3,
2141
1868
  n0,
2142
1869
  _TCE,
2143
- {
2144
- [_e]: _c,
2145
- },
1870
+ { [_e]: _c },
2146
1871
  [_M, _CRan],
2147
1872
  [0, () => CancellationReasonList],
2148
1873
  ];
2149
1874
  TypeRegistry.for(n0).registerError(TransactionCanceledException, __TransactionCanceledException);
2150
- export var TransactionConflictException = [
2151
- -3,
2152
- n0,
2153
- _TCEr,
2154
- {
2155
- [_e]: _c,
2156
- },
2157
- [_m],
2158
- [0],
2159
- ];
1875
+ export var TransactionConflictException = [-3, n0, _TCEr, { [_e]: _c }, [_m], [0]];
2160
1876
  TypeRegistry.for(n0).registerError(TransactionConflictException, __TransactionConflictException);
2161
- export var TransactionInProgressException = [
2162
- -3,
2163
- n0,
2164
- _TIPE,
2165
- {
2166
- [_e]: _c,
2167
- },
2168
- [_M],
2169
- [0],
2170
- ];
1877
+ export var TransactionInProgressException = [-3, n0, _TIPE, { [_e]: _c }, [_M], [0]];
2171
1878
  TypeRegistry.for(n0).registerError(TransactionInProgressException, __TransactionInProgressException);
2172
1879
  export var TransactWriteItem = [
2173
1880
  3,
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
3
3
  import { BatchGetItemCommandInput, BatchGetItemCommandOutput } from "./commands/BatchGetItemCommand";
4
4
  import { BatchWriteItemCommandInput, BatchWriteItemCommandOutput } from "./commands/BatchWriteItemCommand";
@@ -1,14 +1,14 @@
1
1
  import { AccountIdEndpointMode, AccountIdEndpointModeInputConfig, AccountIdEndpointModeResolvedConfig } from "@aws-sdk/core/account-id-endpoint";
2
- import { EndpointDiscoveryInputConfig, EndpointDiscoveryResolvedConfig } from "@aws-sdk/middleware-endpoint-discovery";
3
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
4
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
5
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
6
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
7
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
8
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
9
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
10
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
11
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
2
+ import { type EndpointDiscoveryInputConfig, type EndpointDiscoveryResolvedConfig } from "@aws-sdk/middleware-endpoint-discovery";
3
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
4
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
5
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
6
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
8
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
9
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
10
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider as __Provider, Provider, UserAgent as __UserAgent } from "@smithy/types";
11
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
12
12
  import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
13
13
  import { BatchGetItemCommandInput, BatchGetItemCommandOutput } from "./commands/BatchGetItemCommand";
14
14
  import { BatchWriteItemCommandInput, BatchWriteItemCommandOutput } from "./commands/BatchWriteItemCommand";
@@ -67,7 +67,7 @@ import { UpdateTableCommandInput, UpdateTableCommandOutput } from "./commands/Up
67
67
  import { UpdateTableReplicaAutoScalingCommandInput, UpdateTableReplicaAutoScalingCommandOutput } from "./commands/UpdateTableReplicaAutoScalingCommand";
68
68
  import { UpdateTimeToLiveCommandInput, UpdateTimeToLiveCommandOutput } from "./commands/UpdateTimeToLiveCommand";
69
69
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
70
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
70
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
71
71
  export { __Client };
72
72
  /**
73
73
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { DynamoDBHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { DynamoDBHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { DynamoDBClientResolvedConfig } from "../DynamoDBClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type DynamoDBClientResolvedConfig } from "../DynamoDBClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
- import { BatchExecuteStatementInput, BatchExecuteStatementOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
+ import type { BatchExecuteStatementInput, BatchExecuteStatementOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
- import { BatchGetItemInput, BatchGetItemOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
+ import type { BatchGetItemInput, BatchGetItemOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
- import { BatchWriteItemInput, BatchWriteItemOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
+ import type { BatchWriteItemInput, BatchWriteItemOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
- import { CreateBackupInput, CreateBackupOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
+ import type { CreateBackupInput, CreateBackupOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
- import { CreateGlobalTableInput, CreateGlobalTableOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
+ import type { CreateGlobalTableInput, CreateGlobalTableOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
- import { CreateTableInput, CreateTableOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
+ import type { CreateTableInput, CreateTableOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */