@aws-sdk/client-dynamodb 3.590.0 → 3.592.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 (119) hide show
  1. package/dist-cjs/index.js +0 -57
  2. package/dist-types/commands/BatchExecuteStatementCommand.d.ts +2 -1
  3. package/dist-types/commands/BatchGetItemCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchWriteItemCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateBackupCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateGlobalTableCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateTableCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteBackupCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteItemCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteTableCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeBackupCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeContributorInsightsCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeEndpointsCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeExportCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeGlobalTableCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeImportCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeLimitsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeTableCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeTimeToLiveCommand.d.ts +2 -1
  25. package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +2 -1
  26. package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +2 -1
  27. package/dist-types/commands/ExecuteStatementCommand.d.ts +2 -1
  28. package/dist-types/commands/ExecuteTransactionCommand.d.ts +2 -1
  29. package/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +2 -1
  30. package/dist-types/commands/GetItemCommand.d.ts +2 -1
  31. package/dist-types/commands/GetResourcePolicyCommand.d.ts +2 -1
  32. package/dist-types/commands/ImportTableCommand.d.ts +2 -1
  33. package/dist-types/commands/ListBackupsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListContributorInsightsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListExportsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListGlobalTablesCommand.d.ts +2 -1
  37. package/dist-types/commands/ListImportsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListTablesCommand.d.ts +2 -1
  39. package/dist-types/commands/ListTagsOfResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/PutItemCommand.d.ts +2 -1
  41. package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
  42. package/dist-types/commands/QueryCommand.d.ts +2 -1
  43. package/dist-types/commands/RestoreTableFromBackupCommand.d.ts +2 -1
  44. package/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +2 -1
  45. package/dist-types/commands/ScanCommand.d.ts +2 -1
  46. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/TransactGetItemsCommand.d.ts +2 -1
  48. package/dist-types/commands/TransactWriteItemsCommand.d.ts +2 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateContributorInsightsCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateGlobalTableCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateItemCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateTableCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +2 -1
  59. package/dist-types/index.d.ts +2 -2
  60. package/dist-types/models/DynamoDBServiceException.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/GetItemCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ImportTableCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/PutItemCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/QueryCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/ScanCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +2 -1
  119. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -186,7 +186,6 @@ var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider");
186
186
  var import_middleware_endpoint = require("@smithy/middleware-endpoint");
187
187
  var import_middleware_serde = require("@smithy/middleware-serde");
188
188
 
189
- var import_types = require("@smithy/types");
190
189
 
191
190
  // src/endpoint/EndpointParameters.ts
192
191
  var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
@@ -4183,7 +4182,6 @@ var DynamoDBClient = _DynamoDBClient;
4183
4182
 
4184
4183
 
4185
4184
 
4186
-
4187
4185
  var _BatchExecuteStatementCommand = class _BatchExecuteStatementCommand extends import_smithy_client.Command.classBuilder().ep({
4188
4186
  ...commonParams
4189
4187
  }).m(function(Command, cs, config, o) {
@@ -4200,7 +4198,6 @@ var BatchExecuteStatementCommand = _BatchExecuteStatementCommand;
4200
4198
 
4201
4199
 
4202
4200
 
4203
-
4204
4201
  var _BatchGetItemCommand = class _BatchGetItemCommand extends import_smithy_client.Command.classBuilder().ep({
4205
4202
  ...commonParams
4206
4203
  }).m(function(Command, cs, config, o) {
@@ -4217,7 +4214,6 @@ var BatchGetItemCommand = _BatchGetItemCommand;
4217
4214
 
4218
4215
 
4219
4216
 
4220
-
4221
4217
  var _BatchWriteItemCommand = class _BatchWriteItemCommand extends import_smithy_client.Command.classBuilder().ep({
4222
4218
  ...commonParams
4223
4219
  }).m(function(Command, cs, config, o) {
@@ -4234,7 +4230,6 @@ var BatchWriteItemCommand = _BatchWriteItemCommand;
4234
4230
 
4235
4231
 
4236
4232
 
4237
-
4238
4233
  var _CreateBackupCommand = class _CreateBackupCommand extends import_smithy_client.Command.classBuilder().ep({
4239
4234
  ...commonParams
4240
4235
  }).m(function(Command, cs, config, o) {
@@ -4251,7 +4246,6 @@ var CreateBackupCommand = _CreateBackupCommand;
4251
4246
 
4252
4247
 
4253
4248
 
4254
-
4255
4249
  var _CreateGlobalTableCommand = class _CreateGlobalTableCommand extends import_smithy_client.Command.classBuilder().ep({
4256
4250
  ...commonParams
4257
4251
  }).m(function(Command, cs, config, o) {
@@ -4268,7 +4262,6 @@ var CreateGlobalTableCommand = _CreateGlobalTableCommand;
4268
4262
 
4269
4263
 
4270
4264
 
4271
-
4272
4265
  var _CreateTableCommand = class _CreateTableCommand extends import_smithy_client.Command.classBuilder().ep({
4273
4266
  ...commonParams
4274
4267
  }).m(function(Command, cs, config, o) {
@@ -4285,7 +4278,6 @@ var CreateTableCommand = _CreateTableCommand;
4285
4278
 
4286
4279
 
4287
4280
 
4288
-
4289
4281
  var _DeleteBackupCommand = class _DeleteBackupCommand extends import_smithy_client.Command.classBuilder().ep({
4290
4282
  ...commonParams
4291
4283
  }).m(function(Command, cs, config, o) {
@@ -4302,7 +4294,6 @@ var DeleteBackupCommand = _DeleteBackupCommand;
4302
4294
 
4303
4295
 
4304
4296
 
4305
-
4306
4297
  var _DeleteItemCommand = class _DeleteItemCommand extends import_smithy_client.Command.classBuilder().ep({
4307
4298
  ...commonParams
4308
4299
  }).m(function(Command, cs, config, o) {
@@ -4319,7 +4310,6 @@ var DeleteItemCommand = _DeleteItemCommand;
4319
4310
 
4320
4311
 
4321
4312
 
4322
-
4323
4313
  var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
4324
4314
  ...commonParams
4325
4315
  }).m(function(Command, cs, config, o) {
@@ -4336,7 +4326,6 @@ var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
4336
4326
 
4337
4327
 
4338
4328
 
4339
-
4340
4329
  var _DeleteTableCommand = class _DeleteTableCommand extends import_smithy_client.Command.classBuilder().ep({
4341
4330
  ...commonParams
4342
4331
  }).m(function(Command, cs, config, o) {
@@ -4353,7 +4342,6 @@ var DeleteTableCommand = _DeleteTableCommand;
4353
4342
 
4354
4343
 
4355
4344
 
4356
-
4357
4345
  var _DescribeBackupCommand = class _DescribeBackupCommand extends import_smithy_client.Command.classBuilder().ep({
4358
4346
  ...commonParams
4359
4347
  }).m(function(Command, cs, config, o) {
@@ -4370,7 +4358,6 @@ var DescribeBackupCommand = _DescribeBackupCommand;
4370
4358
 
4371
4359
 
4372
4360
 
4373
-
4374
4361
  var _DescribeContinuousBackupsCommand = class _DescribeContinuousBackupsCommand extends import_smithy_client.Command.classBuilder().ep({
4375
4362
  ...commonParams
4376
4363
  }).m(function(Command, cs, config, o) {
@@ -4387,7 +4374,6 @@ var DescribeContinuousBackupsCommand = _DescribeContinuousBackupsCommand;
4387
4374
 
4388
4375
 
4389
4376
 
4390
-
4391
4377
  var _DescribeContributorInsightsCommand = class _DescribeContributorInsightsCommand extends import_smithy_client.Command.classBuilder().ep({
4392
4378
  ...commonParams
4393
4379
  }).m(function(Command, cs, config, o) {
@@ -4404,7 +4390,6 @@ var DescribeContributorInsightsCommand = _DescribeContributorInsightsCommand;
4404
4390
 
4405
4391
 
4406
4392
 
4407
-
4408
4393
  var _DescribeExportCommand = class _DescribeExportCommand extends import_smithy_client.Command.classBuilder().ep({
4409
4394
  ...commonParams
4410
4395
  }).m(function(Command, cs, config, o) {
@@ -4421,7 +4406,6 @@ var DescribeExportCommand = _DescribeExportCommand;
4421
4406
 
4422
4407
 
4423
4408
 
4424
-
4425
4409
  var _DescribeGlobalTableCommand = class _DescribeGlobalTableCommand extends import_smithy_client.Command.classBuilder().ep({
4426
4410
  ...commonParams
4427
4411
  }).m(function(Command, cs, config, o) {
@@ -4438,7 +4422,6 @@ var DescribeGlobalTableCommand = _DescribeGlobalTableCommand;
4438
4422
 
4439
4423
 
4440
4424
 
4441
-
4442
4425
  var _DescribeGlobalTableSettingsCommand = class _DescribeGlobalTableSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
4443
4426
  ...commonParams
4444
4427
  }).m(function(Command, cs, config, o) {
@@ -4455,7 +4438,6 @@ var DescribeGlobalTableSettingsCommand = _DescribeGlobalTableSettingsCommand;
4455
4438
 
4456
4439
 
4457
4440
 
4458
-
4459
4441
  var _DescribeImportCommand = class _DescribeImportCommand extends import_smithy_client.Command.classBuilder().ep({
4460
4442
  ...commonParams
4461
4443
  }).m(function(Command, cs, config, o) {
@@ -4472,7 +4454,6 @@ var DescribeImportCommand = _DescribeImportCommand;
4472
4454
 
4473
4455
 
4474
4456
 
4475
-
4476
4457
  var _DescribeKinesisStreamingDestinationCommand = class _DescribeKinesisStreamingDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
4477
4458
  ...commonParams
4478
4459
  }).m(function(Command, cs, config, o) {
@@ -4489,7 +4470,6 @@ var DescribeKinesisStreamingDestinationCommand = _DescribeKinesisStreamingDestin
4489
4470
 
4490
4471
 
4491
4472
 
4492
-
4493
4473
  var _DescribeLimitsCommand = class _DescribeLimitsCommand extends import_smithy_client.Command.classBuilder().ep({
4494
4474
  ...commonParams
4495
4475
  }).m(function(Command, cs, config, o) {
@@ -4506,7 +4486,6 @@ var DescribeLimitsCommand = _DescribeLimitsCommand;
4506
4486
 
4507
4487
 
4508
4488
 
4509
-
4510
4489
  var _DescribeTableCommand = class _DescribeTableCommand extends import_smithy_client.Command.classBuilder().ep({
4511
4490
  ...commonParams
4512
4491
  }).m(function(Command, cs, config, o) {
@@ -4523,7 +4502,6 @@ var DescribeTableCommand = _DescribeTableCommand;
4523
4502
 
4524
4503
 
4525
4504
 
4526
-
4527
4505
  var _DescribeTableReplicaAutoScalingCommand = class _DescribeTableReplicaAutoScalingCommand extends import_smithy_client.Command.classBuilder().ep({
4528
4506
  ...commonParams
4529
4507
  }).m(function(Command, cs, config, o) {
@@ -4540,7 +4518,6 @@ var DescribeTableReplicaAutoScalingCommand = _DescribeTableReplicaAutoScalingCom
4540
4518
 
4541
4519
 
4542
4520
 
4543
-
4544
4521
  var _DescribeTimeToLiveCommand = class _DescribeTimeToLiveCommand extends import_smithy_client.Command.classBuilder().ep({
4545
4522
  ...commonParams
4546
4523
  }).m(function(Command, cs, config, o) {
@@ -4557,7 +4534,6 @@ var DescribeTimeToLiveCommand = _DescribeTimeToLiveCommand;
4557
4534
 
4558
4535
 
4559
4536
 
4560
-
4561
4537
  var _DisableKinesisStreamingDestinationCommand = class _DisableKinesisStreamingDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
4562
4538
  ...commonParams
4563
4539
  }).m(function(Command, cs, config, o) {
@@ -4574,7 +4550,6 @@ var DisableKinesisStreamingDestinationCommand = _DisableKinesisStreamingDestinat
4574
4550
 
4575
4551
 
4576
4552
 
4577
-
4578
4553
  var _EnableKinesisStreamingDestinationCommand = class _EnableKinesisStreamingDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
4579
4554
  ...commonParams
4580
4555
  }).m(function(Command, cs, config, o) {
@@ -4591,7 +4566,6 @@ var EnableKinesisStreamingDestinationCommand = _EnableKinesisStreamingDestinatio
4591
4566
 
4592
4567
 
4593
4568
 
4594
-
4595
4569
  var _ExecuteStatementCommand = class _ExecuteStatementCommand extends import_smithy_client.Command.classBuilder().ep({
4596
4570
  ...commonParams
4597
4571
  }).m(function(Command, cs, config, o) {
@@ -4608,7 +4582,6 @@ var ExecuteStatementCommand = _ExecuteStatementCommand;
4608
4582
 
4609
4583
 
4610
4584
 
4611
-
4612
4585
  var _ExecuteTransactionCommand = class _ExecuteTransactionCommand extends import_smithy_client.Command.classBuilder().ep({
4613
4586
  ...commonParams
4614
4587
  }).m(function(Command, cs, config, o) {
@@ -4625,7 +4598,6 @@ var ExecuteTransactionCommand = _ExecuteTransactionCommand;
4625
4598
 
4626
4599
 
4627
4600
 
4628
-
4629
4601
  var _ExportTableToPointInTimeCommand = class _ExportTableToPointInTimeCommand extends import_smithy_client.Command.classBuilder().ep({
4630
4602
  ...commonParams
4631
4603
  }).m(function(Command, cs, config, o) {
@@ -4642,7 +4614,6 @@ var ExportTableToPointInTimeCommand = _ExportTableToPointInTimeCommand;
4642
4614
 
4643
4615
 
4644
4616
 
4645
-
4646
4617
  var _GetItemCommand = class _GetItemCommand extends import_smithy_client.Command.classBuilder().ep({
4647
4618
  ...commonParams
4648
4619
  }).m(function(Command, cs, config, o) {
@@ -4659,7 +4630,6 @@ var GetItemCommand = _GetItemCommand;
4659
4630
 
4660
4631
 
4661
4632
 
4662
-
4663
4633
  var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
4664
4634
  ...commonParams
4665
4635
  }).m(function(Command, cs, config, o) {
@@ -4676,7 +4646,6 @@ var GetResourcePolicyCommand = _GetResourcePolicyCommand;
4676
4646
 
4677
4647
 
4678
4648
 
4679
-
4680
4649
  var _ImportTableCommand = class _ImportTableCommand extends import_smithy_client.Command.classBuilder().ep({
4681
4650
  ...commonParams
4682
4651
  }).m(function(Command, cs, config, o) {
@@ -4693,7 +4662,6 @@ var ImportTableCommand = _ImportTableCommand;
4693
4662
 
4694
4663
 
4695
4664
 
4696
-
4697
4665
  var _ListBackupsCommand = class _ListBackupsCommand extends import_smithy_client.Command.classBuilder().ep({
4698
4666
  ...commonParams
4699
4667
  }).m(function(Command, cs, config, o) {
@@ -4710,7 +4678,6 @@ var ListBackupsCommand = _ListBackupsCommand;
4710
4678
 
4711
4679
 
4712
4680
 
4713
-
4714
4681
  var _ListContributorInsightsCommand = class _ListContributorInsightsCommand extends import_smithy_client.Command.classBuilder().ep({
4715
4682
  ...commonParams
4716
4683
  }).m(function(Command, cs, config, o) {
@@ -4727,7 +4694,6 @@ var ListContributorInsightsCommand = _ListContributorInsightsCommand;
4727
4694
 
4728
4695
 
4729
4696
 
4730
-
4731
4697
  var _ListExportsCommand = class _ListExportsCommand extends import_smithy_client.Command.classBuilder().ep({
4732
4698
  ...commonParams
4733
4699
  }).m(function(Command, cs, config, o) {
@@ -4744,7 +4710,6 @@ var ListExportsCommand = _ListExportsCommand;
4744
4710
 
4745
4711
 
4746
4712
 
4747
-
4748
4713
  var _ListGlobalTablesCommand = class _ListGlobalTablesCommand extends import_smithy_client.Command.classBuilder().ep({
4749
4714
  ...commonParams
4750
4715
  }).m(function(Command, cs, config, o) {
@@ -4761,7 +4726,6 @@ var ListGlobalTablesCommand = _ListGlobalTablesCommand;
4761
4726
 
4762
4727
 
4763
4728
 
4764
-
4765
4729
  var _ListImportsCommand = class _ListImportsCommand extends import_smithy_client.Command.classBuilder().ep({
4766
4730
  ...commonParams
4767
4731
  }).m(function(Command, cs, config, o) {
@@ -4778,7 +4742,6 @@ var ListImportsCommand = _ListImportsCommand;
4778
4742
 
4779
4743
 
4780
4744
 
4781
-
4782
4745
  var _ListTablesCommand = class _ListTablesCommand extends import_smithy_client.Command.classBuilder().ep({
4783
4746
  ...commonParams
4784
4747
  }).m(function(Command, cs, config, o) {
@@ -4795,7 +4758,6 @@ var ListTablesCommand = _ListTablesCommand;
4795
4758
 
4796
4759
 
4797
4760
 
4798
-
4799
4761
  var _ListTagsOfResourceCommand = class _ListTagsOfResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4800
4762
  ...commonParams
4801
4763
  }).m(function(Command, cs, config, o) {
@@ -4812,7 +4774,6 @@ var ListTagsOfResourceCommand = _ListTagsOfResourceCommand;
4812
4774
 
4813
4775
 
4814
4776
 
4815
-
4816
4777
  var _PutItemCommand = class _PutItemCommand extends import_smithy_client.Command.classBuilder().ep({
4817
4778
  ...commonParams
4818
4779
  }).m(function(Command, cs, config, o) {
@@ -4829,7 +4790,6 @@ var PutItemCommand = _PutItemCommand;
4829
4790
 
4830
4791
 
4831
4792
 
4832
-
4833
4793
  var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep({
4834
4794
  ...commonParams
4835
4795
  }).m(function(Command, cs, config, o) {
@@ -4846,7 +4806,6 @@ var PutResourcePolicyCommand = _PutResourcePolicyCommand;
4846
4806
 
4847
4807
 
4848
4808
 
4849
-
4850
4809
  var _QueryCommand = class _QueryCommand extends import_smithy_client.Command.classBuilder().ep({
4851
4810
  ...commonParams
4852
4811
  }).m(function(Command, cs, config, o) {
@@ -4863,7 +4822,6 @@ var QueryCommand = _QueryCommand;
4863
4822
 
4864
4823
 
4865
4824
 
4866
-
4867
4825
  var _RestoreTableFromBackupCommand = class _RestoreTableFromBackupCommand extends import_smithy_client.Command.classBuilder().ep({
4868
4826
  ...commonParams
4869
4827
  }).m(function(Command, cs, config, o) {
@@ -4880,7 +4838,6 @@ var RestoreTableFromBackupCommand = _RestoreTableFromBackupCommand;
4880
4838
 
4881
4839
 
4882
4840
 
4883
-
4884
4841
  var _RestoreTableToPointInTimeCommand = class _RestoreTableToPointInTimeCommand extends import_smithy_client.Command.classBuilder().ep({
4885
4842
  ...commonParams
4886
4843
  }).m(function(Command, cs, config, o) {
@@ -4897,7 +4854,6 @@ var RestoreTableToPointInTimeCommand = _RestoreTableToPointInTimeCommand;
4897
4854
 
4898
4855
 
4899
4856
 
4900
-
4901
4857
  var _ScanCommand = class _ScanCommand extends import_smithy_client.Command.classBuilder().ep({
4902
4858
  ...commonParams
4903
4859
  }).m(function(Command, cs, config, o) {
@@ -4914,7 +4870,6 @@ var ScanCommand = _ScanCommand;
4914
4870
 
4915
4871
 
4916
4872
 
4917
-
4918
4873
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4919
4874
  ...commonParams
4920
4875
  }).m(function(Command, cs, config, o) {
@@ -4931,7 +4886,6 @@ var TagResourceCommand = _TagResourceCommand;
4931
4886
 
4932
4887
 
4933
4888
 
4934
-
4935
4889
  var _TransactGetItemsCommand = class _TransactGetItemsCommand extends import_smithy_client.Command.classBuilder().ep({
4936
4890
  ...commonParams
4937
4891
  }).m(function(Command, cs, config, o) {
@@ -4948,7 +4902,6 @@ var TransactGetItemsCommand = _TransactGetItemsCommand;
4948
4902
 
4949
4903
 
4950
4904
 
4951
-
4952
4905
  var _TransactWriteItemsCommand = class _TransactWriteItemsCommand extends import_smithy_client.Command.classBuilder().ep({
4953
4906
  ...commonParams
4954
4907
  }).m(function(Command, cs, config, o) {
@@ -4965,7 +4918,6 @@ var TransactWriteItemsCommand = _TransactWriteItemsCommand;
4965
4918
 
4966
4919
 
4967
4920
 
4968
-
4969
4921
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4970
4922
  ...commonParams
4971
4923
  }).m(function(Command, cs, config, o) {
@@ -4982,7 +4934,6 @@ var UntagResourceCommand = _UntagResourceCommand;
4982
4934
 
4983
4935
 
4984
4936
 
4985
-
4986
4937
  var _UpdateContinuousBackupsCommand = class _UpdateContinuousBackupsCommand extends import_smithy_client.Command.classBuilder().ep({
4987
4938
  ...commonParams
4988
4939
  }).m(function(Command, cs, config, o) {
@@ -4999,7 +4950,6 @@ var UpdateContinuousBackupsCommand = _UpdateContinuousBackupsCommand;
4999
4950
 
5000
4951
 
5001
4952
 
5002
-
5003
4953
  var _UpdateContributorInsightsCommand = class _UpdateContributorInsightsCommand extends import_smithy_client.Command.classBuilder().ep({
5004
4954
  ...commonParams
5005
4955
  }).m(function(Command, cs, config, o) {
@@ -5016,7 +4966,6 @@ var UpdateContributorInsightsCommand = _UpdateContributorInsightsCommand;
5016
4966
 
5017
4967
 
5018
4968
 
5019
-
5020
4969
  var _UpdateGlobalTableCommand = class _UpdateGlobalTableCommand extends import_smithy_client.Command.classBuilder().ep({
5021
4970
  ...commonParams
5022
4971
  }).m(function(Command, cs, config, o) {
@@ -5033,7 +4982,6 @@ var UpdateGlobalTableCommand = _UpdateGlobalTableCommand;
5033
4982
 
5034
4983
 
5035
4984
 
5036
-
5037
4985
  var _UpdateGlobalTableSettingsCommand = class _UpdateGlobalTableSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
5038
4986
  ...commonParams
5039
4987
  }).m(function(Command, cs, config, o) {
@@ -5050,7 +4998,6 @@ var UpdateGlobalTableSettingsCommand = _UpdateGlobalTableSettingsCommand;
5050
4998
 
5051
4999
 
5052
5000
 
5053
-
5054
5001
  var _UpdateItemCommand = class _UpdateItemCommand extends import_smithy_client.Command.classBuilder().ep({
5055
5002
  ...commonParams
5056
5003
  }).m(function(Command, cs, config, o) {
@@ -5067,7 +5014,6 @@ var UpdateItemCommand = _UpdateItemCommand;
5067
5014
 
5068
5015
 
5069
5016
 
5070
-
5071
5017
  var _UpdateKinesisStreamingDestinationCommand = class _UpdateKinesisStreamingDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
5072
5018
  ...commonParams
5073
5019
  }).m(function(Command, cs, config, o) {
@@ -5084,7 +5030,6 @@ var UpdateKinesisStreamingDestinationCommand = _UpdateKinesisStreamingDestinatio
5084
5030
 
5085
5031
 
5086
5032
 
5087
-
5088
5033
  var _UpdateTableCommand = class _UpdateTableCommand extends import_smithy_client.Command.classBuilder().ep({
5089
5034
  ...commonParams
5090
5035
  }).m(function(Command, cs, config, o) {
@@ -5101,7 +5046,6 @@ var UpdateTableCommand = _UpdateTableCommand;
5101
5046
 
5102
5047
 
5103
5048
 
5104
-
5105
5049
  var _UpdateTableReplicaAutoScalingCommand = class _UpdateTableReplicaAutoScalingCommand extends import_smithy_client.Command.classBuilder().ep({
5106
5050
  ...commonParams
5107
5051
  }).m(function(Command, cs, config, o) {
@@ -5118,7 +5062,6 @@ var UpdateTableReplicaAutoScalingCommand = _UpdateTableReplicaAutoScalingCommand
5118
5062
 
5119
5063
 
5120
5064
 
5121
-
5122
5065
  var _UpdateTimeToLiveCommand = class _UpdateTimeToLiveCommand extends import_smithy_client.Command.classBuilder().ep({
5123
5066
  ...commonParams
5124
5067
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { BatchExecuteStatementInput, BatchExecuteStatementOutput } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchGetItemInput, BatchGetItemOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchWriteItemInput, BatchWriteItemOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateBackupInput, CreateBackupOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateGlobalTableInput, CreateGlobalTableOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateTableInput, CreateTableOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteBackupInput, DeleteBackupOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteItemInput, DeleteItemOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteTableInput, DeleteTableOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeBackupInput, DescribeBackupOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeContinuousBackupsInput, DescribeContinuousBackupsOutput } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeContributorInsightsInput, DescribeContributorInsightsOutput } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeExportInput, DescribeExportOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeGlobalTableInput, DescribeGlobalTableOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeGlobalTableSettingsInput, DescribeGlobalTableSettingsOutput } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeImportInput, DescribeImportOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeKinesisStreamingDestinationInput, DescribeKinesisStreamingDesti
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeLimitsInput, DescribeLimitsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeTableInput, DescribeTableOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeTableReplicaAutoScalingInput, DescribeTableReplicaAutoScalingOu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *