@aws-sdk/client-redshift-data 3.33.0 → 3.36.1

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 (228) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/RedshiftData.js +1 -9
  3. package/{dist/cjs → dist-cjs}/RedshiftDataClient.js +8 -21
  4. package/dist-cjs/commands/BatchExecuteStatementCommand.js +36 -0
  5. package/{dist/cjs → dist-cjs}/commands/CancelStatementCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/DescribeStatementCommand.js +2 -29
  7. package/dist-cjs/commands/DescribeTableCommand.js +36 -0
  8. package/dist-cjs/commands/ExecuteStatementCommand.js +36 -0
  9. package/{dist/cjs → dist-cjs}/commands/GetStatementResultCommand.js +2 -28
  10. package/dist-cjs/commands/ListDatabasesCommand.js +36 -0
  11. package/dist-cjs/commands/ListSchemasCommand.js +36 -0
  12. package/{dist/cjs → dist-cjs}/commands/ListStatementsCommand.js +2 -28
  13. package/dist-cjs/commands/ListTablesCommand.js +36 -0
  14. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  15. package/{dist/cjs → dist-cjs}/index.js +0 -1
  16. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  17. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -97
  18. package/{dist/cjs → dist-cjs}/pagination/DescribeTablePaginator.js +1 -12
  19. package/{dist/cjs → dist-cjs}/pagination/GetStatementResultPaginator.js +1 -12
  20. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  21. package/{dist/cjs → dist-cjs}/pagination/ListDatabasesPaginator.js +1 -12
  22. package/{dist/cjs → dist-cjs}/pagination/ListSchemasPaginator.js +1 -12
  23. package/{dist/cjs → dist-cjs}/pagination/ListStatementsPaginator.js +1 -12
  24. package/{dist/cjs → dist-cjs}/pagination/ListTablesPaginator.js +1 -12
  25. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  26. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  27. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  28. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  29. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  30. package/{dist/es → dist-es}/RedshiftData.js +2 -10
  31. package/{dist/es → dist-es}/RedshiftDataClient.js +2 -15
  32. package/dist-es/commands/BatchExecuteStatementCommand.js +39 -0
  33. package/{dist/es → dist-es}/commands/CancelStatementCommand.js +4 -30
  34. package/{dist/es → dist-es}/commands/DescribeStatementCommand.js +4 -32
  35. package/dist-es/commands/DescribeTableCommand.js +39 -0
  36. package/dist-es/commands/ExecuteStatementCommand.js +39 -0
  37. package/{dist/es → dist-es}/commands/GetStatementResultCommand.js +4 -31
  38. package/dist-es/commands/ListDatabasesCommand.js +39 -0
  39. package/dist-es/commands/ListSchemasCommand.js +39 -0
  40. package/{dist/es → dist-es}/commands/ListStatementsCommand.js +4 -31
  41. package/dist-es/commands/ListTablesCommand.js +39 -0
  42. package/{dist/es → dist-es}/endpoints.js +1 -2
  43. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  44. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  45. package/{dist/es → dist-es}/models/models_0.js +0 -97
  46. package/{dist/es → dist-es}/pagination/DescribeTablePaginator.js +17 -30
  47. package/{dist/es → dist-es}/pagination/GetStatementResultPaginator.js +17 -30
  48. package/dist-es/pagination/Interfaces.js +1 -0
  49. package/{dist/es → dist-es}/pagination/ListDatabasesPaginator.js +17 -30
  50. package/{dist/es → dist-es}/pagination/ListSchemasPaginator.js +17 -30
  51. package/{dist/es → dist-es}/pagination/ListStatementsPaginator.js +17 -30
  52. package/{dist/es → dist-es}/pagination/ListTablesPaginator.js +17 -30
  53. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +178 -184
  54. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  55. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  56. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  57. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  58. package/{dist/types → dist-types}/RedshiftData.d.ts +2 -2
  59. package/{dist/types → dist-types}/RedshiftDataClient.d.ts +8 -8
  60. package/{dist/types → dist-types}/commands/BatchExecuteStatementCommand.d.ts +3 -3
  61. package/{dist/types → dist-types}/commands/CancelStatementCommand.d.ts +3 -3
  62. package/{dist/types → dist-types}/commands/DescribeStatementCommand.d.ts +3 -3
  63. package/{dist/types → dist-types}/commands/DescribeTableCommand.d.ts +3 -3
  64. package/{dist/types → dist-types}/commands/ExecuteStatementCommand.d.ts +3 -3
  65. package/{dist/types → dist-types}/commands/GetStatementResultCommand.d.ts +3 -3
  66. package/{dist/types → dist-types}/commands/ListDatabasesCommand.d.ts +3 -3
  67. package/{dist/types → dist-types}/commands/ListSchemasCommand.d.ts +3 -3
  68. package/{dist/types → dist-types}/commands/ListStatementsCommand.d.ts +3 -3
  69. package/{dist/types → dist-types}/commands/ListTablesCommand.d.ts +3 -3
  70. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  71. package/{index.ts → dist-types/index.d.ts} +0 -0
  72. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  73. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  74. package/{dist/types → dist-types}/pagination/DescribeTablePaginator.d.ts +1 -1
  75. package/{dist/types → dist-types}/pagination/GetStatementResultPaginator.d.ts +1 -1
  76. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  77. package/{dist/types → dist-types}/pagination/ListDatabasesPaginator.d.ts +1 -1
  78. package/{dist/types → dist-types}/pagination/ListSchemasPaginator.d.ts +1 -1
  79. package/{dist/types → dist-types}/pagination/ListStatementsPaginator.d.ts +1 -1
  80. package/{dist/types → dist-types}/pagination/ListTablesPaginator.d.ts +1 -1
  81. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  82. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  83. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  84. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  85. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  86. package/dist-types/ts3.4/RedshiftData.d.ts +55 -0
  87. package/{dist/types → dist-types}/ts3.4/RedshiftDataClient.d.ts +32 -101
  88. package/dist-types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +17 -0
  89. package/dist-types/ts3.4/commands/CancelStatementCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/DescribeStatementCommand.d.ts +17 -0
  91. package/dist-types/ts3.4/commands/DescribeTableCommand.d.ts +17 -0
  92. package/dist-types/ts3.4/commands/ExecuteStatementCommand.d.ts +17 -0
  93. package/dist-types/ts3.4/commands/GetStatementResultCommand.d.ts +17 -0
  94. package/dist-types/ts3.4/commands/ListDatabasesCommand.d.ts +17 -0
  95. package/dist-types/ts3.4/commands/ListSchemasCommand.d.ts +17 -0
  96. package/dist-types/ts3.4/commands/ListStatementsCommand.d.ts +17 -0
  97. package/dist-types/ts3.4/commands/ListTablesCommand.d.ts +17 -0
  98. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  99. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  100. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  101. package/dist-types/ts3.4/models/models_0.d.ts +613 -0
  102. package/{dist/types → dist-types}/ts3.4/pagination/DescribeTablePaginator.d.ts +1 -1
  103. package/{dist/types → dist-types}/ts3.4/pagination/GetStatementResultPaginator.d.ts +1 -1
  104. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  105. package/{dist/types → dist-types}/ts3.4/pagination/ListDatabasesPaginator.d.ts +1 -1
  106. package/{dist/types → dist-types}/ts3.4/pagination/ListSchemasPaginator.d.ts +1 -1
  107. package/{dist/types → dist-types}/ts3.4/pagination/ListStatementsPaginator.d.ts +1 -1
  108. package/{dist/types → dist-types}/ts3.4/pagination/ListTablesPaginator.d.ts +1 -1
  109. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  110. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  111. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  112. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  113. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  114. package/package.json +52 -49
  115. package/RedshiftData.ts +0 -451
  116. package/RedshiftDataClient.ts +0 -272
  117. package/commands/BatchExecuteStatementCommand.ts +0 -108
  118. package/commands/CancelStatementCommand.ts +0 -94
  119. package/commands/DescribeStatementCommand.ts +0 -96
  120. package/commands/DescribeTableCommand.ts +0 -109
  121. package/commands/ExecuteStatementCommand.ts +0 -108
  122. package/commands/GetStatementResultCommand.ts +0 -95
  123. package/commands/ListDatabasesCommand.ts +0 -108
  124. package/commands/ListSchemasCommand.ts +0 -108
  125. package/commands/ListStatementsCommand.ts +0 -95
  126. package/commands/ListTablesCommand.ts +0 -109
  127. package/dist/cjs/RedshiftData.js.map +0 -1
  128. package/dist/cjs/RedshiftDataClient.js.map +0 -1
  129. package/dist/cjs/commands/BatchExecuteStatementCommand.js +0 -75
  130. package/dist/cjs/commands/BatchExecuteStatementCommand.js.map +0 -1
  131. package/dist/cjs/commands/CancelStatementCommand.js.map +0 -1
  132. package/dist/cjs/commands/DescribeStatementCommand.js.map +0 -1
  133. package/dist/cjs/commands/DescribeTableCommand.js +0 -76
  134. package/dist/cjs/commands/DescribeTableCommand.js.map +0 -1
  135. package/dist/cjs/commands/ExecuteStatementCommand.js +0 -75
  136. package/dist/cjs/commands/ExecuteStatementCommand.js.map +0 -1
  137. package/dist/cjs/commands/GetStatementResultCommand.js.map +0 -1
  138. package/dist/cjs/commands/ListDatabasesCommand.js +0 -75
  139. package/dist/cjs/commands/ListDatabasesCommand.js.map +0 -1
  140. package/dist/cjs/commands/ListSchemasCommand.js +0 -75
  141. package/dist/cjs/commands/ListSchemasCommand.js.map +0 -1
  142. package/dist/cjs/commands/ListStatementsCommand.js.map +0 -1
  143. package/dist/cjs/commands/ListTablesCommand.js +0 -76
  144. package/dist/cjs/commands/ListTablesCommand.js.map +0 -1
  145. package/dist/cjs/endpoints.js.map +0 -1
  146. package/dist/cjs/index.js.map +0 -1
  147. package/dist/cjs/models/index.js.map +0 -1
  148. package/dist/cjs/models/models_0.js.map +0 -1
  149. package/dist/cjs/package.json +0 -91
  150. package/dist/cjs/pagination/DescribeTablePaginator.js.map +0 -1
  151. package/dist/cjs/pagination/GetStatementResultPaginator.js.map +0 -1
  152. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  153. package/dist/cjs/pagination/ListDatabasesPaginator.js.map +0 -1
  154. package/dist/cjs/pagination/ListSchemasPaginator.js.map +0 -1
  155. package/dist/cjs/pagination/ListStatementsPaginator.js.map +0 -1
  156. package/dist/cjs/pagination/ListTablesPaginator.js.map +0 -1
  157. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  158. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  159. package/dist/cjs/runtimeConfig.js.map +0 -1
  160. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  161. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  162. package/dist/es/RedshiftData.js.map +0 -1
  163. package/dist/es/RedshiftDataClient.js.map +0 -1
  164. package/dist/es/commands/BatchExecuteStatementCommand.js +0 -79
  165. package/dist/es/commands/BatchExecuteStatementCommand.js.map +0 -1
  166. package/dist/es/commands/CancelStatementCommand.js.map +0 -1
  167. package/dist/es/commands/DescribeStatementCommand.js.map +0 -1
  168. package/dist/es/commands/DescribeTableCommand.js +0 -80
  169. package/dist/es/commands/DescribeTableCommand.js.map +0 -1
  170. package/dist/es/commands/ExecuteStatementCommand.js +0 -79
  171. package/dist/es/commands/ExecuteStatementCommand.js.map +0 -1
  172. package/dist/es/commands/GetStatementResultCommand.js.map +0 -1
  173. package/dist/es/commands/ListDatabasesCommand.js +0 -79
  174. package/dist/es/commands/ListDatabasesCommand.js.map +0 -1
  175. package/dist/es/commands/ListSchemasCommand.js +0 -79
  176. package/dist/es/commands/ListSchemasCommand.js.map +0 -1
  177. package/dist/es/commands/ListStatementsCommand.js.map +0 -1
  178. package/dist/es/commands/ListTablesCommand.js +0 -80
  179. package/dist/es/commands/ListTablesCommand.js.map +0 -1
  180. package/dist/es/endpoints.js.map +0 -1
  181. package/dist/es/index.js +0 -21
  182. package/dist/es/index.js.map +0 -1
  183. package/dist/es/models/index.js +0 -2
  184. package/dist/es/models/index.js.map +0 -1
  185. package/dist/es/models/models_0.js.map +0 -1
  186. package/dist/es/package.json +0 -91
  187. package/dist/es/pagination/DescribeTablePaginator.js.map +0 -1
  188. package/dist/es/pagination/GetStatementResultPaginator.js.map +0 -1
  189. package/dist/es/pagination/Interfaces.js +0 -2
  190. package/dist/es/pagination/Interfaces.js.map +0 -1
  191. package/dist/es/pagination/ListDatabasesPaginator.js.map +0 -1
  192. package/dist/es/pagination/ListSchemasPaginator.js.map +0 -1
  193. package/dist/es/pagination/ListStatementsPaginator.js.map +0 -1
  194. package/dist/es/pagination/ListTablesPaginator.js.map +0 -1
  195. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  196. package/dist/es/runtimeConfig.browser.js.map +0 -1
  197. package/dist/es/runtimeConfig.js.map +0 -1
  198. package/dist/es/runtimeConfig.native.js.map +0 -1
  199. package/dist/es/runtimeConfig.shared.js.map +0 -1
  200. package/dist/types/ts3.4/RedshiftData.d.ts +0 -171
  201. package/dist/types/ts3.4/commands/BatchExecuteStatementCommand.d.ts +0 -49
  202. package/dist/types/ts3.4/commands/CancelStatementCommand.d.ts +0 -35
  203. package/dist/types/ts3.4/commands/DescribeStatementCommand.d.ts +0 -37
  204. package/dist/types/ts3.4/commands/DescribeTableCommand.d.ts +0 -50
  205. package/dist/types/ts3.4/commands/ExecuteStatementCommand.d.ts +0 -49
  206. package/dist/types/ts3.4/commands/GetStatementResultCommand.d.ts +0 -36
  207. package/dist/types/ts3.4/commands/ListDatabasesCommand.d.ts +0 -49
  208. package/dist/types/ts3.4/commands/ListSchemasCommand.d.ts +0 -49
  209. package/dist/types/ts3.4/commands/ListStatementsCommand.d.ts +0 -36
  210. package/dist/types/ts3.4/commands/ListTablesCommand.d.ts +0 -50
  211. package/dist/types/ts3.4/models/models_0.d.ts +0 -1103
  212. package/endpoints.ts +0 -57
  213. package/jest.config.js +0 -4
  214. package/models/models_0.ts +0 -1379
  215. package/pagination/DescribeTablePaginator.ts +0 -58
  216. package/pagination/GetStatementResultPaginator.ts +0 -57
  217. package/pagination/Interfaces.ts +0 -7
  218. package/pagination/ListDatabasesPaginator.ts +0 -58
  219. package/pagination/ListSchemasPaginator.ts +0 -54
  220. package/pagination/ListStatementsPaginator.ts +0 -58
  221. package/pagination/ListTablesPaginator.ts +0 -54
  222. package/protocols/Aws_json1_1.ts +0 -1614
  223. package/runtimeConfig.browser.ts +0 -40
  224. package/runtimeConfig.native.ts +0 -16
  225. package/runtimeConfig.shared.ts +0 -16
  226. package/runtimeConfig.ts +0 -45
  227. package/tsconfig.es.json +0 -12
  228. package/tsconfig.json +0 -32
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
18
+
19
+
20
+ ### Features
21
+
22
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
23
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
24
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
25
+
26
+
27
+
28
+
29
+
30
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
31
+
32
+
33
+ ### Features
34
+
35
+ * **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
36
+ * **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
37
+
38
+
39
+
40
+
41
+
42
+ # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
43
+
44
+
45
+ ### Features
46
+
47
+ * **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
7
54
 
8
55
  **Note:** Version bump only for package @aws-sdk/client-redshift-data
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RedshiftData = void 0;
4
- const RedshiftDataClient_1 = require("./RedshiftDataClient");
5
4
  const BatchExecuteStatementCommand_1 = require("./commands/BatchExecuteStatementCommand");
6
5
  const CancelStatementCommand_1 = require("./commands/CancelStatementCommand");
7
6
  const DescribeStatementCommand_1 = require("./commands/DescribeStatementCommand");
@@ -12,13 +11,7 @@ const ListDatabasesCommand_1 = require("./commands/ListDatabasesCommand");
12
11
  const ListSchemasCommand_1 = require("./commands/ListSchemasCommand");
13
12
  const ListStatementsCommand_1 = require("./commands/ListStatementsCommand");
14
13
  const ListTablesCommand_1 = require("./commands/ListTablesCommand");
15
- /**
16
- * <p>You can use the Amazon Redshift Data API to run queries on Amazon Redshift tables. You
17
- * can run SQL statements, which are committed if the statement succeeds. </p>
18
- * <p>For more information about the Amazon Redshift Data API, see
19
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the
20
- * <i>Amazon Redshift Cluster Management Guide</i>. </p>
21
- */
14
+ const RedshiftDataClient_1 = require("./RedshiftDataClient");
22
15
  class RedshiftData extends RedshiftDataClient_1.RedshiftDataClient {
23
16
  batchExecuteStatement(args, optionsOrCb, cb) {
24
17
  const command = new BatchExecuteStatementCommand_1.BatchExecuteStatementCommand(args);
@@ -162,4 +155,3 @@ class RedshiftData extends RedshiftDataClient_1.RedshiftDataClient {
162
155
  }
163
156
  }
164
157
  exports.RedshiftData = RedshiftData;
165
- //# sourceMappingURL=RedshiftData.js.map
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.RedshiftDataClient = void 0;
4
- const runtimeConfig_1 = require("./runtimeConfig");
5
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
6
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
7
6
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
@@ -10,22 +9,16 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
9
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
11
10
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
12
11
  const smithy_client_1 = require("@aws-sdk/smithy-client");
13
- /**
14
- * <p>You can use the Amazon Redshift Data API to run queries on Amazon Redshift tables. You
15
- * can run SQL statements, which are committed if the statement succeeds. </p>
16
- * <p>For more information about the Amazon Redshift Data API, see
17
- * <a href="https://docs.aws.amazon.com/redshift/latest/mgmt/data-api.html">Using the Amazon Redshift Data API</a> in the
18
- * <i>Amazon Redshift Cluster Management Guide</i>. </p>
19
- */
12
+ const runtimeConfig_1 = require("./runtimeConfig");
20
13
  class RedshiftDataClient extends smithy_client_1.Client {
21
14
  constructor(configuration) {
22
- let _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
23
- let _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
24
- let _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
25
- let _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
26
- let _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
27
- let _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
28
- let _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
+ const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
+ const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
+ const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
+ const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
+ const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
+ const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
29
22
  super(_config_6);
30
23
  this.config = _config_6;
31
24
  this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
@@ -35,14 +28,8 @@ class RedshiftDataClient extends smithy_client_1.Client {
35
28
  this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
36
29
  this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
37
30
  }
38
- /**
39
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
40
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
41
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
42
- */
43
31
  destroy() {
44
32
  super.destroy();
45
33
  }
46
34
  }
47
35
  exports.RedshiftDataClient = RedshiftDataClient;
48
- //# sourceMappingURL=RedshiftDataClient.js.map
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.BatchExecuteStatementCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class BatchExecuteStatementCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "RedshiftDataClient";
18
+ const commandName = "BatchExecuteStatementCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.BatchExecuteStatementInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.BatchExecuteStatementOutput.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1BatchExecuteStatementCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1BatchExecuteStatementCommand(output, context);
34
+ }
35
+ }
36
+ exports.BatchExecuteStatementCommand = BatchExecuteStatementCommand;
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CancelStatementCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Cancels a running query. To be canceled, a query must be running. </p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { RedshiftDataClient, CancelStatementCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
14
- * // const { RedshiftDataClient, CancelStatementCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
15
- * const client = new RedshiftDataClient(config);
16
- * const command = new CancelStatementCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link CancelStatementCommandInput} for command's `input` shape.
21
- * @see {@link CancelStatementCommandOutput} for command's `response` shape.
22
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
25
8
  class CancelStatementCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class CancelStatementCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.CancelStatementCommand = CancelStatementCommand;
61
- //# sourceMappingURL=CancelStatementCommand.js.map
@@ -1,41 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeStatementCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Describes the details about a specific instance when a query was run by the Amazon Redshift Data API. The information
10
- * includes when the query started, when it finished, the query status, the number of rows returned, and the SQL
11
- * statement. </p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { RedshiftDataClient, DescribeStatementCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
16
- * // const { RedshiftDataClient, DescribeStatementCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
17
- * const client = new RedshiftDataClient(config);
18
- * const command = new DescribeStatementCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeStatementCommandInput} for command's `input` shape.
23
- * @see {@link DescribeStatementCommandOutput} for command's `response` shape.
24
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
27
8
  class DescribeStatementCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class DescribeStatementCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.DescribeStatementCommand = DescribeStatementCommand;
63
- //# sourceMappingURL=DescribeStatementCommand.js.map
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeTableCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class DescribeTableCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "RedshiftDataClient";
18
+ const commandName = "DescribeTableCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.DescribeTableRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DescribeTableResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1DescribeTableCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1DescribeTableCommand(output, context);
34
+ }
35
+ }
36
+ exports.DescribeTableCommand = DescribeTableCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ExecuteStatementCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class ExecuteStatementCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "RedshiftDataClient";
18
+ const commandName = "ExecuteStatementCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ExecuteStatementInput.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ExecuteStatementOutput.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1ExecuteStatementCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1ExecuteStatementCommand(output, context);
34
+ }
35
+ }
36
+ exports.ExecuteStatementCommand = ExecuteStatementCommand;
@@ -1,40 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GetStatementResultCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>Fetches the temporarily cached result of an SQL statement.
10
- * A token is returned to page through the statement results. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { RedshiftDataClient, GetStatementResultCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
15
- * // const { RedshiftDataClient, GetStatementResultCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
16
- * const client = new RedshiftDataClient(config);
17
- * const command = new GetStatementResultCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetStatementResultCommandInput} for command's `input` shape.
22
- * @see {@link GetStatementResultCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
26
8
  class GetStatementResultCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class GetStatementResultCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.GetStatementResultCommand = GetStatementResultCommand;
62
- //# sourceMappingURL=GetStatementResultCommand.js.map
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListDatabasesCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class ListDatabasesCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "RedshiftDataClient";
18
+ const commandName = "ListDatabasesCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListDatabasesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListDatabasesResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1ListDatabasesCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1ListDatabasesCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListDatabasesCommand = ListDatabasesCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListSchemasCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class ListSchemasCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "RedshiftDataClient";
18
+ const commandName = "ListSchemasCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListSchemasRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListSchemasResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1ListSchemasCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1ListSchemasCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListSchemasCommand = ListSchemasCommand;
@@ -1,40 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListStatementsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p>List of SQL statements. By default, only finished statements are shown.
10
- * A token is returned to page through the statement list. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { RedshiftDataClient, ListStatementsCommand } from "@aws-sdk/client-redshift-data"; // ES Modules import
15
- * // const { RedshiftDataClient, ListStatementsCommand } = require("@aws-sdk/client-redshift-data"); // CommonJS import
16
- * const client = new RedshiftDataClient(config);
17
- * const command = new ListStatementsCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ListStatementsCommandInput} for command's `input` shape.
22
- * @see {@link ListStatementsCommandOutput} for command's `response` shape.
23
- * @see {@link RedshiftDataClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
26
8
  class ListStatementsCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class ListStatementsCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.ListStatementsCommand = ListStatementsCommand;
62
- //# sourceMappingURL=ListStatementsCommand.js.map
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListTablesCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class ListTablesCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "RedshiftDataClient";
18
+ const commandName = "ListTablesCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ListTablesRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ListTablesResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1ListTablesCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1ListTablesCommand(output, context);
34
+ }
35
+ }
36
+ exports.ListTablesCommand = ListTablesCommand;
@@ -54,4 +54,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
54
54
  partitionHash,
55
55
  });
56
56
  exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
57
- //# sourceMappingURL=endpoints.js.map
@@ -21,4 +21,3 @@ tslib_1.__exportStar(require("./commands/ListTablesCommand"), exports);
21
21
  tslib_1.__exportStar(require("./pagination/ListTablesPaginator"), exports);
22
22
  tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
23
23
  tslib_1.__exportStar(require("./models/index"), exports);
24
- //# sourceMappingURL=index.js.map
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./models_0"), exports);
5
- //# sourceMappingURL=index.js.map