@aws-sdk/client-dynamodb 3.1044.0 → 3.1046.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 (226) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +178 -180
  5. package/dist-cjs/models/DynamoDBServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +20 -24
  8. package/dist-cjs/runtimeConfig.shared.js +12 -13
  9. package/dist-es/DynamoDB.js +1 -1
  10. package/dist-es/DynamoDBClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/BatchExecuteStatementCommand.js +2 -2
  13. package/dist-es/commands/BatchGetItemCommand.js +2 -2
  14. package/dist-es/commands/BatchWriteItemCommand.js +2 -2
  15. package/dist-es/commands/CreateBackupCommand.js +2 -2
  16. package/dist-es/commands/CreateGlobalTableCommand.js +2 -2
  17. package/dist-es/commands/CreateTableCommand.js +2 -2
  18. package/dist-es/commands/DeleteBackupCommand.js +2 -2
  19. package/dist-es/commands/DeleteItemCommand.js +2 -2
  20. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  21. package/dist-es/commands/DeleteTableCommand.js +2 -2
  22. package/dist-es/commands/DescribeBackupCommand.js +2 -2
  23. package/dist-es/commands/DescribeContinuousBackupsCommand.js +2 -2
  24. package/dist-es/commands/DescribeContributorInsightsCommand.js +2 -2
  25. package/dist-es/commands/DescribeEndpointsCommand.js +2 -2
  26. package/dist-es/commands/DescribeExportCommand.js +2 -2
  27. package/dist-es/commands/DescribeGlobalTableCommand.js +2 -2
  28. package/dist-es/commands/DescribeGlobalTableSettingsCommand.js +2 -2
  29. package/dist-es/commands/DescribeImportCommand.js +2 -2
  30. package/dist-es/commands/DescribeKinesisStreamingDestinationCommand.js +2 -2
  31. package/dist-es/commands/DescribeLimitsCommand.js +2 -2
  32. package/dist-es/commands/DescribeTableCommand.js +2 -2
  33. package/dist-es/commands/DescribeTableReplicaAutoScalingCommand.js +2 -2
  34. package/dist-es/commands/DescribeTimeToLiveCommand.js +2 -2
  35. package/dist-es/commands/DisableKinesisStreamingDestinationCommand.js +2 -2
  36. package/dist-es/commands/EnableKinesisStreamingDestinationCommand.js +2 -2
  37. package/dist-es/commands/ExecuteStatementCommand.js +2 -2
  38. package/dist-es/commands/ExecuteTransactionCommand.js +2 -2
  39. package/dist-es/commands/ExportTableToPointInTimeCommand.js +2 -2
  40. package/dist-es/commands/GetItemCommand.js +2 -2
  41. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  42. package/dist-es/commands/ImportTableCommand.js +2 -2
  43. package/dist-es/commands/ListBackupsCommand.js +2 -2
  44. package/dist-es/commands/ListContributorInsightsCommand.js +2 -2
  45. package/dist-es/commands/ListExportsCommand.js +2 -2
  46. package/dist-es/commands/ListGlobalTablesCommand.js +2 -2
  47. package/dist-es/commands/ListImportsCommand.js +2 -2
  48. package/dist-es/commands/ListTablesCommand.js +2 -2
  49. package/dist-es/commands/ListTagsOfResourceCommand.js +2 -2
  50. package/dist-es/commands/PutItemCommand.js +2 -2
  51. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  52. package/dist-es/commands/QueryCommand.js +2 -2
  53. package/dist-es/commands/RestoreTableFromBackupCommand.js +2 -2
  54. package/dist-es/commands/RestoreTableToPointInTimeCommand.js +2 -2
  55. package/dist-es/commands/ScanCommand.js +2 -2
  56. package/dist-es/commands/TagResourceCommand.js +2 -2
  57. package/dist-es/commands/TransactGetItemsCommand.js +2 -2
  58. package/dist-es/commands/TransactWriteItemsCommand.js +2 -2
  59. package/dist-es/commands/UntagResourceCommand.js +2 -2
  60. package/dist-es/commands/UpdateContinuousBackupsCommand.js +2 -2
  61. package/dist-es/commands/UpdateContributorInsightsCommand.js +2 -2
  62. package/dist-es/commands/UpdateGlobalTableCommand.js +2 -2
  63. package/dist-es/commands/UpdateGlobalTableSettingsCommand.js +2 -2
  64. package/dist-es/commands/UpdateItemCommand.js +2 -2
  65. package/dist-es/commands/UpdateKinesisStreamingDestinationCommand.js +2 -2
  66. package/dist-es/commands/UpdateTableCommand.js +2 -2
  67. package/dist-es/commands/UpdateTableReplicaAutoScalingCommand.js +2 -2
  68. package/dist-es/commands/UpdateTimeToLiveCommand.js +2 -2
  69. package/dist-es/endpoint/bdd.js +1 -1
  70. package/dist-es/endpoint/endpointResolver.js +1 -1
  71. package/dist-es/models/DynamoDBServiceException.js +1 -1
  72. package/dist-es/runtimeConfig.browser.js +4 -6
  73. package/dist-es/runtimeConfig.js +4 -8
  74. package/dist-es/runtimeConfig.shared.js +4 -5
  75. package/dist-es/runtimeExtensions.js +2 -2
  76. package/dist-es/waiters/waitForContributorInsightsEnabled.js +1 -1
  77. package/dist-es/waiters/waitForExportCompleted.js +1 -1
  78. package/dist-es/waiters/waitForImportCompleted.js +1 -1
  79. package/dist-es/waiters/waitForKinesisStreamingDestinationActive.js +1 -1
  80. package/dist-es/waiters/waitForTableExists.js +1 -1
  81. package/dist-es/waiters/waitForTableNotExists.js +1 -1
  82. package/dist-types/DynamoDB.d.ts +1 -1
  83. package/dist-types/DynamoDBClient.d.ts +5 -5
  84. package/dist-types/commands/BatchExecuteStatementCommand.d.ts +6 -4
  85. package/dist-types/commands/BatchGetItemCommand.d.ts +6 -4
  86. package/dist-types/commands/BatchWriteItemCommand.d.ts +6 -4
  87. package/dist-types/commands/CreateBackupCommand.d.ts +6 -4
  88. package/dist-types/commands/CreateGlobalTableCommand.d.ts +6 -4
  89. package/dist-types/commands/CreateTableCommand.d.ts +6 -4
  90. package/dist-types/commands/DeleteBackupCommand.d.ts +6 -4
  91. package/dist-types/commands/DeleteItemCommand.d.ts +6 -4
  92. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  93. package/dist-types/commands/DeleteTableCommand.d.ts +6 -4
  94. package/dist-types/commands/DescribeBackupCommand.d.ts +6 -4
  95. package/dist-types/commands/DescribeContinuousBackupsCommand.d.ts +6 -4
  96. package/dist-types/commands/DescribeContributorInsightsCommand.d.ts +6 -4
  97. package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -4
  98. package/dist-types/commands/DescribeExportCommand.d.ts +6 -4
  99. package/dist-types/commands/DescribeGlobalTableCommand.d.ts +6 -4
  100. package/dist-types/commands/DescribeGlobalTableSettingsCommand.d.ts +6 -4
  101. package/dist-types/commands/DescribeImportCommand.d.ts +6 -4
  102. package/dist-types/commands/DescribeKinesisStreamingDestinationCommand.d.ts +6 -4
  103. package/dist-types/commands/DescribeLimitsCommand.d.ts +6 -4
  104. package/dist-types/commands/DescribeTableCommand.d.ts +6 -4
  105. package/dist-types/commands/DescribeTableReplicaAutoScalingCommand.d.ts +6 -4
  106. package/dist-types/commands/DescribeTimeToLiveCommand.d.ts +6 -4
  107. package/dist-types/commands/DisableKinesisStreamingDestinationCommand.d.ts +6 -4
  108. package/dist-types/commands/EnableKinesisStreamingDestinationCommand.d.ts +6 -4
  109. package/dist-types/commands/ExecuteStatementCommand.d.ts +6 -4
  110. package/dist-types/commands/ExecuteTransactionCommand.d.ts +6 -4
  111. package/dist-types/commands/ExportTableToPointInTimeCommand.d.ts +6 -4
  112. package/dist-types/commands/GetItemCommand.d.ts +6 -4
  113. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  114. package/dist-types/commands/ImportTableCommand.d.ts +6 -4
  115. package/dist-types/commands/ListBackupsCommand.d.ts +6 -4
  116. package/dist-types/commands/ListContributorInsightsCommand.d.ts +6 -4
  117. package/dist-types/commands/ListExportsCommand.d.ts +6 -4
  118. package/dist-types/commands/ListGlobalTablesCommand.d.ts +6 -4
  119. package/dist-types/commands/ListImportsCommand.d.ts +6 -4
  120. package/dist-types/commands/ListTablesCommand.d.ts +6 -4
  121. package/dist-types/commands/ListTagsOfResourceCommand.d.ts +6 -4
  122. package/dist-types/commands/PutItemCommand.d.ts +6 -4
  123. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  124. package/dist-types/commands/QueryCommand.d.ts +6 -4
  125. package/dist-types/commands/RestoreTableFromBackupCommand.d.ts +6 -4
  126. package/dist-types/commands/RestoreTableToPointInTimeCommand.d.ts +6 -4
  127. package/dist-types/commands/ScanCommand.d.ts +6 -4
  128. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  129. package/dist-types/commands/TransactGetItemsCommand.d.ts +6 -4
  130. package/dist-types/commands/TransactWriteItemsCommand.d.ts +6 -4
  131. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  132. package/dist-types/commands/UpdateContinuousBackupsCommand.d.ts +6 -4
  133. package/dist-types/commands/UpdateContributorInsightsCommand.d.ts +6 -4
  134. package/dist-types/commands/UpdateGlobalTableCommand.d.ts +6 -4
  135. package/dist-types/commands/UpdateGlobalTableSettingsCommand.d.ts +6 -4
  136. package/dist-types/commands/UpdateItemCommand.d.ts +6 -4
  137. package/dist-types/commands/UpdateKinesisStreamingDestinationCommand.d.ts +6 -4
  138. package/dist-types/commands/UpdateTableCommand.d.ts +6 -4
  139. package/dist-types/commands/UpdateTableReplicaAutoScalingCommand.d.ts +6 -4
  140. package/dist-types/commands/UpdateTimeToLiveCommand.d.ts +6 -4
  141. package/dist-types/endpoint/bdd.d.ts +1 -1
  142. package/dist-types/extensionConfiguration.d.ts +1 -1
  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 +2 -2
  146. package/dist-types/runtimeConfig.d.ts +2 -2
  147. package/dist-types/runtimeConfig.native.d.ts +2 -2
  148. package/dist-types/ts3.4/DynamoDB.d.ts +1 -1
  149. package/dist-types/ts3.4/DynamoDBClient.d.ts +8 -14
  150. package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/BatchGetItemCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/BatchWriteItemCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/CreateGlobalTableCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/CreateTableCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/commands/DeleteItemCommand.d.ts +6 -4
  158. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  159. package/dist-types/ts3.4/commands/DeleteTableCommand.d.ts +6 -4
  160. package/dist-types/ts3.4/commands/DescribeBackupCommand.d.ts +6 -4
  161. package/dist-types/ts3.4/commands/DescribeContinuousBackupsCommand.d.ts +6 -4
  162. package/dist-types/ts3.4/commands/DescribeContributorInsightsCommand.d.ts +6 -4
  163. package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +6 -4
  164. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +6 -4
  165. package/dist-types/ts3.4/commands/DescribeGlobalTableCommand.d.ts +6 -4
  166. package/dist-types/ts3.4/commands/DescribeGlobalTableSettingsCommand.d.ts +6 -4
  167. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +6 -4
  168. package/dist-types/ts3.4/commands/DescribeKinesisStreamingDestinationCommand.d.ts +6 -4
  169. package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +6 -4
  170. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +6 -4
  171. package/dist-types/ts3.4/commands/DescribeTableReplicaAutoScalingCommand.d.ts +6 -4
  172. package/dist-types/ts3.4/commands/DescribeTimeToLiveCommand.d.ts +6 -4
  173. package/dist-types/ts3.4/commands/DisableKinesisStreamingDestinationCommand.d.ts +6 -4
  174. package/dist-types/ts3.4/commands/EnableKinesisStreamingDestinationCommand.d.ts +6 -4
  175. package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +6 -4
  176. package/dist-types/ts3.4/commands/ExecuteTransactionCommand.d.ts +6 -4
  177. package/dist-types/ts3.4/commands/ExportTableToPointInTimeCommand.d.ts +6 -4
  178. package/dist-types/ts3.4/commands/GetItemCommand.d.ts +6 -4
  179. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  180. package/dist-types/ts3.4/commands/ImportTableCommand.d.ts +6 -4
  181. package/dist-types/ts3.4/commands/ListBackupsCommand.d.ts +6 -4
  182. package/dist-types/ts3.4/commands/ListContributorInsightsCommand.d.ts +6 -4
  183. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +6 -4
  184. package/dist-types/ts3.4/commands/ListGlobalTablesCommand.d.ts +6 -4
  185. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +6 -4
  186. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +6 -4
  187. package/dist-types/ts3.4/commands/ListTagsOfResourceCommand.d.ts +6 -4
  188. package/dist-types/ts3.4/commands/PutItemCommand.d.ts +6 -4
  189. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  190. package/dist-types/ts3.4/commands/QueryCommand.d.ts +6 -4
  191. package/dist-types/ts3.4/commands/RestoreTableFromBackupCommand.d.ts +6 -4
  192. package/dist-types/ts3.4/commands/RestoreTableToPointInTimeCommand.d.ts +6 -4
  193. package/dist-types/ts3.4/commands/ScanCommand.d.ts +6 -4
  194. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  195. package/dist-types/ts3.4/commands/TransactGetItemsCommand.d.ts +6 -4
  196. package/dist-types/ts3.4/commands/TransactWriteItemsCommand.d.ts +6 -4
  197. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  198. package/dist-types/ts3.4/commands/UpdateContinuousBackupsCommand.d.ts +6 -4
  199. package/dist-types/ts3.4/commands/UpdateContributorInsightsCommand.d.ts +6 -4
  200. package/dist-types/ts3.4/commands/UpdateGlobalTableCommand.d.ts +6 -4
  201. package/dist-types/ts3.4/commands/UpdateGlobalTableSettingsCommand.d.ts +6 -4
  202. package/dist-types/ts3.4/commands/UpdateItemCommand.d.ts +6 -4
  203. package/dist-types/ts3.4/commands/UpdateKinesisStreamingDestinationCommand.d.ts +6 -4
  204. package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +6 -4
  205. package/dist-types/ts3.4/commands/UpdateTableReplicaAutoScalingCommand.d.ts +6 -4
  206. package/dist-types/ts3.4/commands/UpdateTimeToLiveCommand.d.ts +6 -4
  207. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  208. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  209. package/dist-types/ts3.4/models/DynamoDBServiceException.d.ts +1 -1
  210. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  211. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  212. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  213. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  214. package/dist-types/ts3.4/waiters/waitForContributorInsightsEnabled.d.ts +1 -1
  215. package/dist-types/ts3.4/waiters/waitForExportCompleted.d.ts +1 -1
  216. package/dist-types/ts3.4/waiters/waitForImportCompleted.d.ts +1 -1
  217. package/dist-types/ts3.4/waiters/waitForKinesisStreamingDestinationActive.d.ts +1 -1
  218. package/dist-types/ts3.4/waiters/waitForTableExists.d.ts +1 -1
  219. package/dist-types/ts3.4/waiters/waitForTableNotExists.d.ts +1 -1
  220. package/dist-types/waiters/waitForContributorInsightsEnabled.d.ts +1 -1
  221. package/dist-types/waiters/waitForExportCompleted.d.ts +1 -1
  222. package/dist-types/waiters/waitForImportCompleted.d.ts +1 -1
  223. package/dist-types/waiters/waitForKinesisStreamingDestinationActive.d.ts +1 -1
  224. package/dist-types/waiters/waitForTableExists.d.ts +1 -1
  225. package/dist-types/waiters/waitForTableNotExists.d.ts +1 -1
  226. package/package.json +16 -38
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { PutResourcePolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { Query$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { RestoreTableFromBackup$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { RestoreTableToPointInTime$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { Scan$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { TagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { TransactGetItems$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { TransactWriteItems$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UntagResource$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateContinuousBackups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateContributorInsights$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateGlobalTable$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateGlobalTableSettings$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateItem$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateKinesisStreamingDestination$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateTable$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateTableReplicaAutoScaling$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,5 +1,5 @@
1
- import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
4
  import { UpdateTimeToLive$ } from "../schemas/schemas_0";
5
5
  export { $Command };
@@ -1,4 +1,4 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  const I = "ref", J = "argv";
3
3
  const a = -1, b = true, c = false, d = "isSet", e = "booleanEquals", f = "PartitionResult", g = "stringEquals", h = "getAttr", i = "https://dynamodb.{Region}.{PartitionResult#dualStackDnsSuffix}", j = "aws.parseArn", k = (n) => "ParsedArn_ssa_" + n + "", l = "service", m = "dynamodb", n = "isValidHostLabel", o = "accountId", p = "FirstArn", q = (n) => "https://{ParsedArn_ssa_" + n + "#accountId}.ddb.{Region}.{PartitionResult#dualStackDnsSuffix}", s = (n) => "https://{ParsedArn_ssa_" + n + "#accountId}.ddb.{Region}.{PartitionResult#dnsSuffix}", t = { [I]: "Endpoint" }, u = { [I]: "Region" }, v = { [I]: f }, w = { [I]: "AccountIdEndpointMode" }, x = { "fn": h, [J]: [v, "name"] }, y = { "fn": h, [J]: [{ [I]: "ParsedArn_ssa_2" }, "region"] }, z = { [I]: "ParsedArn_ssa_2" }, A = { [I]: "ResourceArnList" }, B = { "fn": h, [J]: [{ [I]: "ParsedArn_ssa_1" }, "region"] }, C = { [I]: "ParsedArn_ssa_1" }, D = { [I]: "AccountId" }, E = {}, F = { "metricValues": ["O"] }, G = [u], H = [{ [I]: "ResourceArn" }];
4
4
  const _data = {
@@ -1,5 +1,5 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/core/endpoints";
3
3
  import { bdd } from "./bdd";
4
4
  const cache = new EndpointCache({
5
5
  size: 50,
@@ -1,4 +1,4 @@
1
- import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
1
+ import { ServiceException as __ServiceException, } from "@smithy/core/client";
2
2
  export { __ServiceException };
3
3
  export class DynamoDBServiceException extends __ServiceException {
4
4
  constructor(options) {
@@ -2,13 +2,11 @@ import packageInfo from "../package.json";
2
2
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
3
  import { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE } from "@aws-sdk/core/account-id-endpoint";
4
4
  import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
5
- import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
+ import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
6
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
+ import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/core/retry";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
6
9
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
7
- import { invalidProvider } from "@smithy/invalid-dependency";
8
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
9
- import { calculateBodyLength } from "@smithy/util-body-length-browser";
10
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
11
- import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
11
  export const getRuntimeConfig = (config) => {
14
12
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -5,15 +5,11 @@ import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchem
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
6
6
  import { NODE_ENDPOINT_DISCOVERY_CONFIG_OPTIONS } from "@aws-sdk/middleware-endpoint-discovery";
7
7
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
8
- import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
9
- import { Hash } from "@smithy/hash-node";
10
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
11
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
8
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
9
+ import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
10
+ import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
11
+ import { calculateBodyLength, Hash } from "@smithy/core/serde";
12
12
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
13
- import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { calculateBodyLength } from "@smithy/util-body-length-node";
15
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
16
- import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
17
13
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
18
14
  export const getRuntimeConfig = (config) => {
19
15
  emitWarningIfUnsupportedVersion(process.version);
@@ -1,11 +1,10 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
3
3
  import { DynamoDBJsonCodec } from "@aws-sdk/dynamodb-codec";
4
- import { NoOpLogger } from "@smithy/smithy-client";
5
- import { parseUrl } from "@smithy/url-parser";
6
- import { fromBase64, toBase64 } from "@smithy/util-base64";
7
- import { Retry, StandardRetryStrategy } from "@smithy/util-retry";
8
- import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
4
+ import { NoOpLogger } from "@smithy/core/client";
5
+ import { parseUrl } from "@smithy/core/protocols";
6
+ import { Retry, StandardRetryStrategy } from "@smithy/core/retry";
7
+ import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
9
8
  import { defaultDynamoDBHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
10
9
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
11
10
  import { errorTypeRegistries } from "./schemas/schemas_0";
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { DescribeContributorInsightsCommand, } from "../commands/DescribeContributorInsightsCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { DescribeExportCommand, } from "../commands/DescribeExportCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { DescribeImportCommand, } from "../commands/DescribeImportCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { DescribeKinesisStreamingDestinationCommand, } from "../commands/DescribeKinesisStreamingDestinationCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { DescribeTableCommand, } from "../commands/DescribeTableCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/core/client";
2
2
  import { DescribeTableCommand, } from "../commands/DescribeTableCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,5 +1,5 @@
1
+ import { type WaiterResult } from "@smithy/core/client";
1
2
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
- import type { WaiterResult } from "@smithy/util-waiter";
3
3
  import { type BatchExecuteStatementCommandInput, type BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
4
4
  import { type BatchGetItemCommandInput, type BatchGetItemCommandOutput } from "./commands/BatchGetItemCommand";
5
5
  import { type BatchWriteItemCommandInput, type BatchWriteItemCommandOutput } from "./commands/BatchWriteItemCommand";
@@ -2,11 +2,11 @@ import { AccountIdEndpointMode, AccountIdEndpointModeInputConfig, AccountIdEndpo
2
2
  import { type EndpointDiscoveryInputConfig, type EndpointDiscoveryResolvedConfig } from "@aws-sdk/middleware-endpoint-discovery";
3
3
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
4
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";
5
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
6
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
7
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
8
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
9
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
10
10
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
11
11
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
12
12
  import type { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
4
  import type { BatchExecuteStatementInput, BatchExecuteStatementOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface BatchExecuteStatementCommandInput extends BatchExecuteStatement
22
22
  export interface BatchExecuteStatementCommandOutput extends BatchExecuteStatementOutput, __MetadataBearer {
23
23
  }
24
24
  declare const BatchExecuteStatementCommand_base: {
25
- new (input: BatchExecuteStatementCommandInput): import("@smithy/smithy-client").CommandImpl<BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchExecuteStatementCommandInput): import("@smithy/smithy-client").CommandImpl<BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: BatchExecuteStatementCommandInput): import("@smithy/core/client").CommandImpl<BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchExecuteStatementCommandInput): import("@smithy/core/client").CommandImpl<BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This operation allows you to perform batch reads or writes on data stored in DynamoDB,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
4
  import type { BatchGetItemInput, BatchGetItemOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface BatchGetItemCommandInput extends BatchGetItemInput {
22
22
  export interface BatchGetItemCommandOutput extends BatchGetItemOutput, __MetadataBearer {
23
23
  }
24
24
  declare const BatchGetItemCommand_base: {
25
- new (input: BatchGetItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetItemCommandInput, BatchGetItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetItemCommandInput, BatchGetItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: BatchGetItemCommandInput): import("@smithy/core/client").CommandImpl<BatchGetItemCommandInput, BatchGetItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetItemCommandInput): import("@smithy/core/client").CommandImpl<BatchGetItemCommandInput, BatchGetItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>BatchGetItem</code> operation returns the attributes of one or more items
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
4
  import type { BatchWriteItemInput, BatchWriteItemOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface BatchWriteItemCommandInput extends BatchWriteItemInput {
22
22
  export interface BatchWriteItemCommandOutput extends BatchWriteItemOutput, __MetadataBearer {
23
23
  }
24
24
  declare const BatchWriteItemCommand_base: {
25
- new (input: BatchWriteItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchWriteItemCommandInput, BatchWriteItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchWriteItemCommandInput): import("@smithy/smithy-client").CommandImpl<BatchWriteItemCommandInput, BatchWriteItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: BatchWriteItemCommandInput): import("@smithy/core/client").CommandImpl<BatchWriteItemCommandInput, BatchWriteItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchWriteItemCommandInput): import("@smithy/core/client").CommandImpl<BatchWriteItemCommandInput, BatchWriteItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>BatchWriteItem</code> operation puts or deletes multiple items in one or
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
4
  import type { CreateBackupInput, CreateBackupOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateBackupCommandInput extends CreateBackupInput {
22
22
  export interface CreateBackupCommandOutput extends CreateBackupOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateBackupCommand_base: {
25
- new (input: CreateBackupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackupCommandInput, CreateBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateBackupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBackupCommandInput, CreateBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateBackupCommandInput): import("@smithy/core/client").CommandImpl<CreateBackupCommandInput, CreateBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateBackupCommandInput): import("@smithy/core/client").CommandImpl<CreateBackupCommandInput, CreateBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a backup for an existing table.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
4
  import type { CreateGlobalTableInput, CreateGlobalTableOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateGlobalTableCommandInput extends CreateGlobalTableInput {
22
22
  export interface CreateGlobalTableCommandOutput extends CreateGlobalTableOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateGlobalTableCommand_base: {
25
- new (input: CreateGlobalTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGlobalTableCommandInput, CreateGlobalTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGlobalTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGlobalTableCommandInput, CreateGlobalTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateGlobalTableCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalTableCommandInput, CreateGlobalTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateGlobalTableCommandInput): import("@smithy/core/client").CommandImpl<CreateGlobalTableCommandInput, CreateGlobalTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a global table from an existing table. A global table creates a replication
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
4
  import type { CreateTableInput, CreateTableOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateTableCommandInput extends CreateTableInput {
22
22
  export interface CreateTableCommandOutput extends CreateTableOutput, __MetadataBearer {
23
23
  }
24
24
  declare const CreateTableCommand_base: {
25
- new (input: CreateTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTableCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateTableCommandInput): import("@smithy/core/client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTableCommandInput): import("@smithy/core/client").CommandImpl<CreateTableCommandInput, CreateTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>CreateTable</code> operation adds a new table to your account. In an Amazon Web Services account, table names must be unique within each Region. That is, you can
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
4
  import type { DeleteBackupInput, DeleteBackupOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteBackupCommandInput extends DeleteBackupInput {
22
22
  export interface DeleteBackupCommandOutput extends DeleteBackupOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteBackupCommand_base: {
25
- new (input: DeleteBackupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackupCommandInput, DeleteBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteBackupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBackupCommandInput, DeleteBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteBackupCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackupCommandInput, DeleteBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteBackupCommandInput): import("@smithy/core/client").CommandImpl<DeleteBackupCommandInput, DeleteBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an existing backup of a table.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
4
  import type { DeleteItemInput, DeleteItemOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteItemCommandInput extends DeleteItemInput {
22
22
  export interface DeleteItemCommandOutput extends DeleteItemOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteItemCommand_base: {
25
- new (input: DeleteItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteItemCommandInput, DeleteItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteItemCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteItemCommandInput, DeleteItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteItemCommandInput, DeleteItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteItemCommandInput): import("@smithy/core/client").CommandImpl<DeleteItemCommandInput, DeleteItemCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a single item in a table by primary key. You can perform a conditional delete
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
4
  import type { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyIn
22
22
  export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteResourcePolicyCommand_base: {
25
- new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteResourcePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the resource-based policy attached to the resource, which can be a table or
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
4
  import type { DeleteTableInput, DeleteTableOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteTableCommandInput extends DeleteTableInput {
22
22
  export interface DeleteTableCommandOutput extends DeleteTableOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTableCommand_base: {
25
- new (input: DeleteTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTableCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteTableCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTableCommandInput): import("@smithy/core/client").CommandImpl<DeleteTableCommandInput, DeleteTableCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>The <code>DeleteTable</code> operation deletes a table and all of its items. After a
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBClient";
4
4
  import type { DescribeBackupInput, DescribeBackupOutput } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeBackupCommandInput extends DescribeBackupInput {
22
22
  export interface DescribeBackupCommandOutput extends DescribeBackupOutput, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeBackupCommand_base: {
25
- new (input: DescribeBackupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBackupCommandInput, DescribeBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeBackupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBackupCommandInput, DescribeBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeBackupCommandInput): import("@smithy/core/client").CommandImpl<DescribeBackupCommandInput, DescribeBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeBackupCommandInput): import("@smithy/core/client").CommandImpl<DescribeBackupCommandInput, DescribeBackupCommandOutput, DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Describes an existing backup of a table.</p>