@depup/aws-sdk__client-dynamodb 3.1029.0-depup.0 → 3.1092.0-depup.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 (255) hide show
  1. package/README.md +6 -5
  2. package/changes.json +12 -8
  3. package/dist-cjs/index.js +3733 -942
  4. package/dist-es/DynamoDB.js +1 -1
  5. package/dist-es/DynamoDBClient.js +7 -10
  6. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  7. package/dist-es/commandBuilder.js +42 -0
  8. package/dist-es/commands/BatchExecuteStatementCommand.js +2 -14
  9. package/dist-es/commands/BatchGetItemCommand.js +2 -17
  10. package/dist-es/commands/BatchWriteItemCommand.js +2 -17
  11. package/dist-es/commands/CreateBackupCommand.js +2 -17
  12. package/dist-es/commands/CreateGlobalTableCommand.js +2 -17
  13. package/dist-es/commands/CreateTableCommand.js +2 -17
  14. package/dist-es/commands/DeleteBackupCommand.js +2 -17
  15. package/dist-es/commands/DeleteItemCommand.js +2 -17
  16. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -17
  17. package/dist-es/commands/DeleteTableCommand.js +2 -17
  18. package/dist-es/commands/DescribeBackupCommand.js +2 -17
  19. package/dist-es/commands/DescribeContinuousBackupsCommand.js +2 -17
  20. package/dist-es/commands/DescribeContributorInsightsCommand.js +2 -17
  21. package/dist-es/commands/DescribeEndpointsCommand.js +2 -14
  22. package/dist-es/commands/DescribeExportCommand.js +2 -17
  23. package/dist-es/commands/DescribeGlobalTableCommand.js +2 -17
  24. package/dist-es/commands/DescribeGlobalTableSettingsCommand.js +2 -17
  25. package/dist-es/commands/DescribeImportCommand.js +2 -17
  26. package/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +2 -17
  27. package/dist-es/commands/DescribeLimitsCommand.js +2 -14
  28. package/dist-es/commands/DescribeTableCommand.js +2 -17
  29. package/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +2 -17
  30. package/dist-es/commands/DescribeTimeToLiveCommand.js +2 -17
  31. package/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +2 -17
  32. package/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +2 -17
  33. package/dist-es/commands/ExecuteStatementCommand.js +2 -14
  34. package/dist-es/commands/ExecuteTransactionCommand.js +2 -14
  35. package/dist-es/commands/ExportTableToPointInTimeCommand.js +2 -17
  36. package/dist-es/commands/GetItemCommand.js +2 -17
  37. package/dist-es/commands/GetResourcePolicyCommand.js +2 -17
  38. package/dist-es/commands/ImportTableCommand.js +2 -17
  39. package/dist-es/commands/ListBackupsCommand.js +2 -17
  40. package/dist-es/commands/ListContributorInsightsCommand.js +2 -17
  41. package/dist-es/commands/ListExportsCommand.js +2 -17
  42. package/dist-es/commands/ListGlobalTablesCommand.js +2 -14
  43. package/dist-es/commands/ListImportsCommand.js +2 -17
  44. package/dist-es/commands/ListTablesCommand.js +2 -14
  45. package/dist-es/commands/ListTagsOfResourceCommand.js +2 -17
  46. package/dist-es/commands/PutItemCommand.js +2 -17
  47. package/dist-es/commands/PutResourcePolicyCommand.js +2 -17
  48. package/dist-es/commands/QueryCommand.js +2 -17
  49. package/dist-es/commands/RestoreTableFromBackupCommand.js +2 -17
  50. package/dist-es/commands/RestoreTableToPointInTimeCommand.js +2 -17
  51. package/dist-es/commands/ScanCommand.js +2 -17
  52. package/dist-es/commands/TagResourceCommand.js +2 -17
  53. package/dist-es/commands/TransactGetItemsCommand.js +2 -17
  54. package/dist-es/commands/TransactWriteItemsCommand.js +2 -17
  55. package/dist-es/commands/UntagResourceCommand.js +2 -17
  56. package/dist-es/commands/UpdateContinuousBackupsCommand.js +2 -17
  57. package/dist-es/commands/UpdateContributorInsightsCommand.js +2 -17
  58. package/dist-es/commands/UpdateGlobalTableCommand.js +2 -17
  59. package/dist-es/commands/UpdateGlobalTableSettingsCommand.js +2 -17
  60. package/dist-es/commands/UpdateItemCommand.js +2 -17
  61. package/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +2 -17
  62. package/dist-es/commands/UpdateTableCommand.js +2 -17
  63. package/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +2 -17
  64. package/dist-es/commands/UpdateTimeToLiveCommand.js +2 -17
  65. package/dist-es/endpoint/bdd.js +136 -0
  66. package/dist-es/endpoint/endpointResolver.js +4 -4
  67. package/dist-es/index.js +1 -0
  68. package/dist-es/models/DynamoDBServiceException.js +1 -1
  69. package/dist-es/runtimeConfig.browser.js +6 -10
  70. package/dist-es/runtimeConfig.js +6 -12
  71. package/dist-es/runtimeConfig.native.js +0 -2
  72. package/dist-es/runtimeConfig.shared.js +5 -11
  73. package/dist-es/runtimeExtensions.js +3 -3
  74. package/dist-es/waiters/waitForContributorInsightsEnabled.js +1 -1
  75. package/dist-es/waiters/waitForExportCompleted.js +2 -2
  76. package/dist-es/waiters/waitForImportCompleted.js +2 -2
  77. package/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +1 -1
  78. package/dist-es/waiters/waitForTableExists.js +3 -3
  79. package/dist-es/waiters/waitForTableNotExists.js +3 -3
  80. package/dist-types/DynamoDB.d.ts +8 -7
  81. package/dist-types/DynamoDBClient.d.ts +6 -7
  82. package/dist-types/commandBuilder.d.ts +66 -0
  83. package/dist-types/commands/BatchExecuteStatementCommand.d.ts +3 -6
  84. package/dist-types/commands/BatchGetItemCommand.d.ts +3 -6
  85. package/dist-types/commands/BatchWriteItemCommand.d.ts +3 -6
  86. package/dist-types/commands/CreateBackupCommand.d.ts +3 -6
  87. package/dist-types/commands/CreateGlobalTableCommand.d.ts +3 -6
  88. package/dist-types/commands/CreateTableCommand.d.ts +3 -6
  89. package/dist-types/commands/DeleteBackupCommand.d.ts +3 -6
  90. package/dist-types/commands/DeleteItemCommand.d.ts +3 -6
  91. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -6
  92. package/dist-types/commands/DeleteTableCommand.d.ts +3 -6
  93. package/dist-types/commands/DescribeBackupCommand.d.ts +3 -6
  94. package/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +3 -6
  95. package/dist-types/commands/DescribeContributorInsightsCommand.d.ts +3 -6
  96. package/dist-types/commands/DescribeEndpointsCommand.d.ts +3 -6
  97. package/dist-types/commands/DescribeExportCommand.d.ts +3 -6
  98. package/dist-types/commands/DescribeGlobalTableCommand.d.ts +3 -6
  99. package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +3 -6
  100. package/dist-types/commands/DescribeImportCommand.d.ts +3 -6
  101. package/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +3 -6
  102. package/dist-types/commands/DescribeLimitsCommand.d.ts +3 -6
  103. package/dist-types/commands/DescribeTableCommand.d.ts +3 -6
  104. package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +3 -6
  105. package/dist-types/commands/DescribeTimeToLiveCommand.d.ts +3 -6
  106. package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +3 -6
  107. package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +3 -6
  108. package/dist-types/commands/ExecuteStatementCommand.d.ts +3 -6
  109. package/dist-types/commands/ExecuteTransactionCommand.d.ts +3 -6
  110. package/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +3 -6
  111. package/dist-types/commands/GetItemCommand.d.ts +3 -6
  112. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -6
  113. package/dist-types/commands/ImportTableCommand.d.ts +3 -6
  114. package/dist-types/commands/ListBackupsCommand.d.ts +3 -6
  115. package/dist-types/commands/ListContributorInsightsCommand.d.ts +3 -6
  116. package/dist-types/commands/ListExportsCommand.d.ts +3 -6
  117. package/dist-types/commands/ListGlobalTablesCommand.d.ts +3 -6
  118. package/dist-types/commands/ListImportsCommand.d.ts +3 -6
  119. package/dist-types/commands/ListTablesCommand.d.ts +3 -6
  120. package/dist-types/commands/ListTagsOfResourceCommand.d.ts +3 -6
  121. package/dist-types/commands/PutItemCommand.d.ts +3 -6
  122. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -6
  123. package/dist-types/commands/QueryCommand.d.ts +3 -6
  124. package/dist-types/commands/RestoreTableFromBackupCommand.d.ts +3 -6
  125. package/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +3 -6
  126. package/dist-types/commands/ScanCommand.d.ts +3 -6
  127. package/dist-types/commands/TagResourceCommand.d.ts +3 -6
  128. package/dist-types/commands/TransactGetItemsCommand.d.ts +3 -6
  129. package/dist-types/commands/TransactWriteItemsCommand.d.ts +3 -6
  130. package/dist-types/commands/UntagResourceCommand.d.ts +3 -6
  131. package/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +3 -6
  132. package/dist-types/commands/UpdateContributorInsightsCommand.d.ts +3 -6
  133. package/dist-types/commands/UpdateGlobalTableCommand.d.ts +3 -6
  134. package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +3 -6
  135. package/dist-types/commands/UpdateItemCommand.d.ts +3 -6
  136. package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +3 -6
  137. package/dist-types/commands/UpdateTableCommand.d.ts +3 -6
  138. package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +3 -6
  139. package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +3 -6
  140. package/dist-types/endpoint/bdd.d.ts +2 -0
  141. package/dist-types/extensionConfiguration.d.ts +1 -1
  142. package/dist-types/index.d.ts +1 -0
  143. package/dist-types/models/DynamoDBServiceException.d.ts +1 -1
  144. package/dist-types/models/errors.d.ts +1 -1
  145. package/dist-types/runtimeConfig.browser.d.ts +6 -6
  146. package/dist-types/runtimeConfig.d.ts +7 -7
  147. package/dist-types/runtimeConfig.native.d.ts +6 -6
  148. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  149. package/dist-types/ts3.4/DynamoDB.d.ts +204 -308
  150. package/dist-types/ts3.4/DynamoDBClient.d.ts +39 -98
  151. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  152. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  153. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  154. package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +14 -26
  155. package/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +12 -21
  156. package/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +12 -21
  157. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +12 -21
  158. package/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +13 -25
  159. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +12 -21
  160. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +12 -21
  161. package/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +12 -21
  162. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +14 -26
  163. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +12 -21
  164. package/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +12 -21
  165. package/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +13 -22
  166. package/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +13 -22
  167. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +13 -25
  168. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +12 -21
  169. package/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +14 -26
  170. package/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +13 -22
  171. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +12 -21
  172. package/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +13 -22
  173. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +11 -20
  174. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +12 -21
  175. package/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +13 -22
  176. package/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +14 -26
  177. package/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +13 -22
  178. package/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +13 -22
  179. package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +13 -25
  180. package/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +14 -26
  181. package/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +14 -26
  182. package/dist-types/ts3.4/commands/GetItemCommand.d.ts +13 -16
  183. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +13 -25
  184. package/dist-types/ts3.4/commands/ImportTableCommand.d.ts +12 -21
  185. package/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +11 -20
  186. package/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +13 -25
  187. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +11 -20
  188. package/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +12 -24
  189. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +11 -20
  190. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +11 -20
  191. package/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +14 -26
  192. package/dist-types/ts3.4/commands/PutItemCommand.d.ts +13 -16
  193. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +13 -25
  194. package/dist-types/ts3.4/commands/QueryCommand.d.ts +13 -16
  195. package/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +14 -26
  196. package/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +13 -22
  197. package/dist-types/ts3.4/commands/ScanCommand.d.ts +13 -16
  198. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +11 -18
  199. package/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +13 -25
  200. package/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +14 -26
  201. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +11 -18
  202. package/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +14 -26
  203. package/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +13 -22
  204. package/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +13 -25
  205. package/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +13 -22
  206. package/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +12 -21
  207. package/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +13 -22
  208. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +12 -21
  209. package/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +13 -22
  210. package/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +13 -25
  211. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  212. package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  213. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  214. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -2
  215. package/dist-types/ts3.4/index.d.ts +1 -0
  216. package/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +1 -1
  217. package/dist-types/ts3.4/models/enums.d.ts +13 -26
  218. package/dist-types/ts3.4/models/errors.d.ts +37 -131
  219. package/dist-types/ts3.4/models/models_0.d.ts +40 -120
  220. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  221. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +1 -4
  222. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +1 -4
  223. package/dist-types/ts3.4/pagination/ListTablesPaginator.d.ts +1 -4
  224. package/dist-types/ts3.4/pagination/QueryPaginator.d.ts +1 -4
  225. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +16 -32
  226. package/dist-types/ts3.4/runtimeConfig.d.ts +15 -22
  227. package/dist-types/ts3.4/runtimeConfig.native.d.ts +17 -33
  228. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -5
  229. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  230. package/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +10 -6
  231. package/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +10 -6
  232. package/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +10 -6
  233. package/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +12 -6
  234. package/dist-types/ts3.4/waiters/waitForTableExists.d.ts +10 -6
  235. package/dist-types/ts3.4/waiters/waitForTableNotExists.d.ts +11 -6
  236. package/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +5 -4
  237. package/dist-types/waiters/waitForExportCompleted.d.ts +5 -4
  238. package/dist-types/waiters/waitForImportCompleted.d.ts +5 -4
  239. package/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +5 -4
  240. package/dist-types/waiters/waitForTableExists.d.ts +5 -4
  241. package/dist-types/waiters/waitForTableNotExists.d.ts +6 -4
  242. package/package.json +66 -94
  243. package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -46
  244. package/dist-cjs/endpoint/endpointResolver.js +0 -27
  245. package/dist-cjs/endpoint/ruleset.js +0 -7
  246. package/dist-cjs/models/DynamoDBServiceException.js +0 -12
  247. package/dist-cjs/models/errors.js +0 -478
  248. package/dist-cjs/runtimeConfig.browser.js +0 -41
  249. package/dist-cjs/runtimeConfig.js +0 -58
  250. package/dist-cjs/runtimeConfig.native.js +0 -15
  251. package/dist-cjs/runtimeConfig.shared.js +0 -53
  252. package/dist-cjs/schemas/schemas_0.js +0 -2391
  253. package/dist-es/endpoint/ruleset.js +0 -4
  254. package/dist-types/endpoint/ruleset.d.ts +0 -2
  255. package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
package/README.md CHANGED
@@ -13,17 +13,18 @@ npm install @depup/aws-sdk__client-dynamodb
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@aws-sdk/client-dynamodb](https://www.npmjs.com/package/@aws-sdk/client-dynamodb) @ 3.1029.0 |
17
- | Processed | 2026-04-10 |
16
+ | Original | [@aws-sdk/client-dynamodb](https://www.npmjs.com/package/@aws-sdk/client-dynamodb) @ 3.1092.0 |
17
+ | Processed | 2026-07-21 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 3 |
19
+ | Deps updated | 4 |
20
20
 
21
21
  ## Dependency Changes
22
22
 
23
23
  | Dependency | From | To |
24
24
  |------------|------|-----|
25
- | @smithy/middleware-retry | ^4.5.0 | ^4.5.1 |
26
- | @smithy/util-retry | ^4.3.0 | ^4.3.1 |
25
+ | @smithy/core | ^3.29.4 | ^3.29.6 |
26
+ | @smithy/fetch-http-handler | ^5.6.6 | ^5.6.8 |
27
+ | @smithy/node-http-handler | ^4.9.6 | ^4.9.8 |
27
28
  | tslib | ^2.6.2 | ^2.8.1 |
28
29
 
29
30
  ---
package/changes.json CHANGED
@@ -1,18 +1,22 @@
1
1
  {
2
2
  "bumped": {
3
- "@smithy/middleware-retry": {
4
- "from": "^4.5.0",
5
- "to": "^4.5.1"
3
+ "@smithy/core": {
4
+ "from": "^3.29.4",
5
+ "to": "^3.29.6"
6
6
  },
7
- "@smithy/util-retry": {
8
- "from": "^4.3.0",
9
- "to": "^4.3.1"
7
+ "@smithy/fetch-http-handler": {
8
+ "from": "^5.6.6",
9
+ "to": "^5.6.8"
10
+ },
11
+ "@smithy/node-http-handler": {
12
+ "from": "^4.9.6",
13
+ "to": "^4.9.8"
10
14
  },
11
15
  "tslib": {
12
16
  "from": "^2.6.2",
13
17
  "to": "^2.8.1"
14
18
  }
15
19
  },
16
- "timestamp": "2026-04-10T20:14:20.609Z",
17
- "totalUpdated": 3
20
+ "timestamp": "2026-07-21T19:24:45.021Z",
21
+ "totalUpdated": 4
18
22
  }