@aws-sdk/client-redshift-data 3.34.0 → 3.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (255) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/{dist/cjs → dist-cjs}/RedshiftData.js +1 -1
  3. package/dist-cjs/RedshiftData.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/RedshiftDataClient.js +8 -8
  5. package/dist-cjs/RedshiftDataClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/BatchExecuteStatementCommand.js +2 -2
  7. package/dist-cjs/commands/BatchExecuteStatementCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/CancelStatementCommand.js +2 -2
  9. package/dist-cjs/commands/CancelStatementCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/DescribeStatementCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeStatementCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/DescribeTableCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeTableCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/ExecuteStatementCommand.js +2 -2
  15. package/dist-cjs/commands/ExecuteStatementCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/GetStatementResultCommand.js +2 -2
  17. package/dist-cjs/commands/GetStatementResultCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/ListDatabasesCommand.js +2 -2
  19. package/{dist/cjs/commands/DescribeTableCommand.js.map → dist-cjs/commands/ListDatabasesCommand.js.map} +1 -1
  20. package/{dist/cjs → dist-cjs}/commands/ListSchemasCommand.js +2 -2
  21. package/dist-cjs/commands/ListSchemasCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/ListStatementsCommand.js +2 -2
  23. package/dist-cjs/commands/ListStatementsCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/ListTablesCommand.js +2 -2
  25. package/dist-cjs/commands/ListTablesCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
  27. package/dist-cjs/endpoints.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/index.js +0 -0
  29. package/dist-cjs/index.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/models/index.js +0 -0
  31. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  32. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  33. package/dist-cjs/models/models_0.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/pagination/DescribeTablePaginator.js +1 -1
  35. package/dist-cjs/pagination/DescribeTablePaginator.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/pagination/GetStatementResultPaginator.js +1 -1
  37. package/dist-cjs/pagination/GetStatementResultPaginator.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  39. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  40. package/{dist/cjs → dist-cjs}/pagination/ListDatabasesPaginator.js +1 -1
  41. package/dist-cjs/pagination/ListDatabasesPaginator.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/pagination/ListSchemasPaginator.js +1 -1
  43. package/dist-cjs/pagination/ListSchemasPaginator.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/pagination/ListStatementsPaginator.js +1 -1
  45. package/dist-cjs/pagination/ListStatementsPaginator.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/pagination/ListTablesPaginator.js +1 -1
  47. package/dist-cjs/pagination/ListTablesPaginator.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -0
  49. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -1
  51. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/runtimeConfig.js +3 -2
  53. package/dist-cjs/runtimeConfig.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
  55. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  56. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  57. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  58. package/{dist/es → dist-es}/RedshiftData.js +1 -1
  59. package/dist-es/RedshiftData.js.map +1 -0
  60. package/{dist/es → dist-es}/RedshiftDataClient.js +1 -1
  61. package/dist-es/RedshiftDataClient.js.map +1 -0
  62. package/{dist/es → dist-es}/commands/BatchExecuteStatementCommand.js +2 -2
  63. package/dist-es/commands/BatchExecuteStatementCommand.js.map +1 -0
  64. package/{dist/es → dist-es}/commands/CancelStatementCommand.js +2 -2
  65. package/dist-es/commands/CancelStatementCommand.js.map +1 -0
  66. package/{dist/es → dist-es}/commands/DescribeStatementCommand.js +2 -2
  67. package/dist-es/commands/DescribeStatementCommand.js.map +1 -0
  68. package/{dist/es → dist-es}/commands/DescribeTableCommand.js +2 -2
  69. package/dist-es/commands/DescribeTableCommand.js.map +1 -0
  70. package/{dist/es → dist-es}/commands/ExecuteStatementCommand.js +2 -2
  71. package/dist-es/commands/ExecuteStatementCommand.js.map +1 -0
  72. package/{dist/es → dist-es}/commands/GetStatementResultCommand.js +2 -2
  73. package/dist-es/commands/GetStatementResultCommand.js.map +1 -0
  74. package/{dist/es → dist-es}/commands/ListDatabasesCommand.js +2 -2
  75. package/dist-es/commands/ListDatabasesCommand.js.map +1 -0
  76. package/{dist/es → dist-es}/commands/ListSchemasCommand.js +2 -2
  77. package/dist-es/commands/ListSchemasCommand.js.map +1 -0
  78. package/{dist/es → dist-es}/commands/ListStatementsCommand.js +2 -2
  79. package/dist-es/commands/ListStatementsCommand.js.map +1 -0
  80. package/{dist/es → dist-es}/commands/ListTablesCommand.js +2 -2
  81. package/dist-es/commands/ListTablesCommand.js.map +1 -0
  82. package/{dist/es → dist-es}/endpoints.js +0 -0
  83. package/dist-es/endpoints.js.map +1 -0
  84. package/{dist/es → dist-es}/index.js +0 -0
  85. package/dist-es/index.js.map +1 -0
  86. package/{dist/es → dist-es}/models/index.js +0 -0
  87. package/dist-es/models/index.js.map +1 -0
  88. package/{dist/es → dist-es}/models/models_0.js +0 -0
  89. package/dist-es/models/models_0.js.map +1 -0
  90. package/{dist/es → dist-es}/pagination/DescribeTablePaginator.js +1 -1
  91. package/dist-es/pagination/DescribeTablePaginator.js.map +1 -0
  92. package/{dist/es → dist-es}/pagination/GetStatementResultPaginator.js +1 -1
  93. package/dist-es/pagination/GetStatementResultPaginator.js.map +1 -0
  94. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  95. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  96. package/{dist/es → dist-es}/pagination/ListDatabasesPaginator.js +1 -1
  97. package/dist-es/pagination/ListDatabasesPaginator.js.map +1 -0
  98. package/{dist/es → dist-es}/pagination/ListSchemasPaginator.js +1 -1
  99. package/dist-es/pagination/ListSchemasPaginator.js.map +1 -0
  100. package/{dist/es → dist-es}/pagination/ListStatementsPaginator.js +1 -1
  101. package/dist-es/pagination/ListStatementsPaginator.js.map +1 -0
  102. package/{dist/es → dist-es}/pagination/ListTablesPaginator.js +1 -1
  103. package/dist-es/pagination/ListTablesPaginator.js.map +1 -0
  104. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -0
  105. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  106. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -1
  107. package/dist-es/runtimeConfig.browser.js.map +1 -0
  108. package/{dist/es → dist-es}/runtimeConfig.js +2 -2
  109. package/dist-es/runtimeConfig.js.map +1 -0
  110. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
  111. package/dist-es/runtimeConfig.native.js.map +1 -0
  112. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -1
  113. package/dist-es/runtimeConfig.shared.js.map +1 -0
  114. package/{dist/types → dist-types}/RedshiftData.d.ts +2 -2
  115. package/{dist/types → dist-types}/RedshiftDataClient.d.ts +8 -8
  116. package/{dist/types → dist-types}/commands/BatchExecuteStatementCommand.d.ts +3 -3
  117. package/{dist/types → dist-types}/commands/CancelStatementCommand.d.ts +3 -3
  118. package/{dist/types → dist-types}/commands/DescribeStatementCommand.d.ts +3 -3
  119. package/{dist/types → dist-types}/commands/DescribeTableCommand.d.ts +3 -3
  120. package/{dist/types → dist-types}/commands/ExecuteStatementCommand.d.ts +3 -3
  121. package/{dist/types → dist-types}/commands/GetStatementResultCommand.d.ts +3 -3
  122. package/{dist/types → dist-types}/commands/ListDatabasesCommand.d.ts +3 -3
  123. package/{dist/types → dist-types}/commands/ListSchemasCommand.d.ts +3 -3
  124. package/{dist/types → dist-types}/commands/ListStatementsCommand.d.ts +3 -3
  125. package/{dist/types → dist-types}/commands/ListTablesCommand.d.ts +3 -3
  126. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  127. package/{dist/types → dist-types}/index.d.ts +0 -0
  128. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  129. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  130. package/{dist/types → dist-types}/pagination/DescribeTablePaginator.d.ts +1 -1
  131. package/{dist/types → dist-types}/pagination/GetStatementResultPaginator.d.ts +1 -1
  132. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  133. package/{dist/types → dist-types}/pagination/ListDatabasesPaginator.d.ts +1 -1
  134. package/{dist/types → dist-types}/pagination/ListSchemasPaginator.d.ts +1 -1
  135. package/{dist/types → dist-types}/pagination/ListStatementsPaginator.d.ts +1 -1
  136. package/{dist/types → dist-types}/pagination/ListTablesPaginator.d.ts +1 -1
  137. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  138. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  139. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  140. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  141. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  142. package/{dist/types → dist-types}/ts3.4/RedshiftData.d.ts +2 -2
  143. package/{dist/types → dist-types}/ts3.4/RedshiftDataClient.d.ts +8 -8
  144. package/{dist/types → dist-types}/ts3.4/commands/BatchExecuteStatementCommand.d.ts +3 -3
  145. package/{dist/types → dist-types}/ts3.4/commands/CancelStatementCommand.d.ts +3 -3
  146. package/{dist/types → dist-types}/ts3.4/commands/DescribeStatementCommand.d.ts +3 -3
  147. package/{dist/types → dist-types}/ts3.4/commands/DescribeTableCommand.d.ts +3 -3
  148. package/{dist/types → dist-types}/ts3.4/commands/ExecuteStatementCommand.d.ts +3 -3
  149. package/{dist/types → dist-types}/ts3.4/commands/GetStatementResultCommand.d.ts +3 -3
  150. package/{dist/types → dist-types}/ts3.4/commands/ListDatabasesCommand.d.ts +3 -3
  151. package/{dist/types → dist-types}/ts3.4/commands/ListSchemasCommand.d.ts +3 -3
  152. package/{dist/types → dist-types}/ts3.4/commands/ListStatementsCommand.d.ts +3 -3
  153. package/{dist/types → dist-types}/ts3.4/commands/ListTablesCommand.d.ts +3 -3
  154. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  155. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  156. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  157. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  158. package/{dist/types → dist-types}/ts3.4/pagination/DescribeTablePaginator.d.ts +1 -1
  159. package/{dist/types → dist-types}/ts3.4/pagination/GetStatementResultPaginator.d.ts +1 -1
  160. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  161. package/{dist/types → dist-types}/ts3.4/pagination/ListDatabasesPaginator.d.ts +1 -1
  162. package/{dist/types → dist-types}/ts3.4/pagination/ListSchemasPaginator.d.ts +1 -1
  163. package/{dist/types → dist-types}/ts3.4/pagination/ListStatementsPaginator.d.ts +1 -1
  164. package/{dist/types → dist-types}/ts3.4/pagination/ListTablesPaginator.d.ts +1 -1
  165. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  166. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  167. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +1 -1
  168. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  169. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  170. package/package.json +42 -42
  171. package/{RedshiftData.ts → src/RedshiftData.ts} +3 -2
  172. package/{RedshiftDataClient.ts → src/RedshiftDataClient.ts} +28 -27
  173. package/{commands → src/commands}/BatchExecuteStatementCommand.ts +8 -7
  174. package/{commands → src/commands}/CancelStatementCommand.ts +8 -7
  175. package/{commands → src/commands}/DescribeStatementCommand.ts +8 -7
  176. package/{commands → src/commands}/DescribeTableCommand.ts +8 -7
  177. package/{commands → src/commands}/ExecuteStatementCommand.ts +8 -7
  178. package/{commands → src/commands}/GetStatementResultCommand.ts +8 -7
  179. package/{commands → src/commands}/ListDatabasesCommand.ts +8 -7
  180. package/{commands → src/commands}/ListSchemasCommand.ts +8 -7
  181. package/{commands → src/commands}/ListStatementsCommand.ts +8 -7
  182. package/{commands → src/commands}/ListTablesCommand.ts +8 -7
  183. package/{endpoints.ts → src/endpoints.ts} +1 -1
  184. package/{index.ts → src/index.ts} +0 -0
  185. package/{models → src/models}/index.ts +0 -0
  186. package/{models → src/models}/models_0.ts +0 -0
  187. package/{pagination → src/pagination}/DescribeTablePaginator.ts +4 -3
  188. package/{pagination → src/pagination}/GetStatementResultPaginator.ts +4 -3
  189. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  190. package/{pagination → src/pagination}/ListDatabasesPaginator.ts +4 -3
  191. package/{pagination → src/pagination}/ListSchemasPaginator.ts +3 -2
  192. package/{pagination → src/pagination}/ListStatementsPaginator.ts +4 -3
  193. package/{pagination → src/pagination}/ListTablesPaginator.ts +3 -2
  194. package/{protocols → src/protocols}/Aws_json1_1.ts +31 -30
  195. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
  196. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
  197. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  198. package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
  199. package/tsconfig.es.json +1 -1
  200. package/tsconfig.json +4 -2
  201. package/tsconfig.types.json +3 -2
  202. package/dist/cjs/RedshiftData.js.map +0 -1
  203. package/dist/cjs/RedshiftDataClient.js.map +0 -1
  204. package/dist/cjs/commands/BatchExecuteStatementCommand.js.map +0 -1
  205. package/dist/cjs/commands/CancelStatementCommand.js.map +0 -1
  206. package/dist/cjs/commands/DescribeStatementCommand.js.map +0 -1
  207. package/dist/cjs/commands/ExecuteStatementCommand.js.map +0 -1
  208. package/dist/cjs/commands/GetStatementResultCommand.js.map +0 -1
  209. package/dist/cjs/commands/ListDatabasesCommand.js.map +0 -1
  210. package/dist/cjs/commands/ListSchemasCommand.js.map +0 -1
  211. package/dist/cjs/commands/ListStatementsCommand.js.map +0 -1
  212. package/dist/cjs/commands/ListTablesCommand.js.map +0 -1
  213. package/dist/cjs/endpoints.js.map +0 -1
  214. package/dist/cjs/index.js.map +0 -1
  215. package/dist/cjs/models/models_0.js.map +0 -1
  216. package/dist/cjs/package.json +0 -91
  217. package/dist/cjs/pagination/DescribeTablePaginator.js.map +0 -1
  218. package/dist/cjs/pagination/GetStatementResultPaginator.js.map +0 -1
  219. package/dist/cjs/pagination/ListDatabasesPaginator.js.map +0 -1
  220. package/dist/cjs/pagination/ListSchemasPaginator.js.map +0 -1
  221. package/dist/cjs/pagination/ListStatementsPaginator.js.map +0 -1
  222. package/dist/cjs/pagination/ListTablesPaginator.js.map +0 -1
  223. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  224. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  225. package/dist/cjs/runtimeConfig.js.map +0 -1
  226. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  227. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  228. package/dist/es/RedshiftData.js.map +0 -1
  229. package/dist/es/RedshiftDataClient.js.map +0 -1
  230. package/dist/es/commands/BatchExecuteStatementCommand.js.map +0 -1
  231. package/dist/es/commands/CancelStatementCommand.js.map +0 -1
  232. package/dist/es/commands/DescribeStatementCommand.js.map +0 -1
  233. package/dist/es/commands/DescribeTableCommand.js.map +0 -1
  234. package/dist/es/commands/ExecuteStatementCommand.js.map +0 -1
  235. package/dist/es/commands/GetStatementResultCommand.js.map +0 -1
  236. package/dist/es/commands/ListDatabasesCommand.js.map +0 -1
  237. package/dist/es/commands/ListSchemasCommand.js.map +0 -1
  238. package/dist/es/commands/ListStatementsCommand.js.map +0 -1
  239. package/dist/es/commands/ListTablesCommand.js.map +0 -1
  240. package/dist/es/endpoints.js.map +0 -1
  241. package/dist/es/index.js.map +0 -1
  242. package/dist/es/models/index.js.map +0 -1
  243. package/dist/es/models/models_0.js.map +0 -1
  244. package/dist/es/package.json +0 -91
  245. package/dist/es/pagination/DescribeTablePaginator.js.map +0 -1
  246. package/dist/es/pagination/GetStatementResultPaginator.js.map +0 -1
  247. package/dist/es/pagination/ListDatabasesPaginator.js.map +0 -1
  248. package/dist/es/pagination/ListSchemasPaginator.js.map +0 -1
  249. package/dist/es/pagination/ListStatementsPaginator.js.map +0 -1
  250. package/dist/es/pagination/ListTablesPaginator.js.map +0 -1
  251. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  252. package/dist/es/runtimeConfig.browser.js.map +0 -1
  253. package/dist/es/runtimeConfig.js.map +0 -1
  254. package/dist/es/runtimeConfig.native.js.map +0 -1
  255. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,5 +1,4 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
3
2
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
3
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
5
4
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -7,12 +6,13 @@ import { Hash } from "@aws-sdk/hash-node";
7
6
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
8
7
  import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
9
8
  import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
9
+ import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
10
10
  import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
11
11
  import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
12
12
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
+ import packageInfo from "../package.json";
14
15
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
16
  export var getRuntimeConfig = function (config) {
17
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
18
18
  emitWarningIfUnsupportedVersion(process.version);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtimeConfig.js","sourceRoot":"","sources":["../src/runtimeConfig.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,iCAAiC,EAAE,MAAM,qBAAqB,CAAC;AACxE,OAAO,EAAE,+BAA+B,EAAE,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AACvG,OAAO,EAAE,eAAe,IAAI,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AACjG,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AAC5G,OAAO,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,+BAA+B,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAC;AAC9E,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gCAAgC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,yBAAyB,CAAC;AAG3D,OAAO,WAAW,MAAM,iBAAiB,CAAC;AAE1C,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAKpF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAgC;;IAC/D,+BAA+B,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IACjD,IAAM,kBAAkB,GAAG,sBAAsB,CAAC,MAAM,CAAC,CAAC;IAC1D,sCACK,kBAAkB,GAClB,MAAM,KACT,OAAO,EAAE,MAAM,EACf,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,UAAU,EAClD,aAAa,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,aAAa,mCAAI,QAAQ,EAChD,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,mBAAmB,EACnE,yBAAyB,EACvB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,yBAAyB,mCAAI,iCAAiC,CAAC,yBAAyB,CAAC,EACnG,wBAAwB,EACtB,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,wBAAwB,mCAChC,gBAAgB,CAAC,EAAE,SAAS,EAAE,kBAAkB,CAAC,SAAS,EAAE,aAAa,EAAE,WAAW,CAAC,OAAO,EAAE,CAAC,EACnG,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,cAAc,CAAC,+BAA+B,CAAC,EACnF,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,cAAc,CAAC,0BAA0B,EAAE,+BAA+B,CAAC,EACrG,cAAc,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,cAAc,mCAAI,IAAI,eAAe,EAAE,EAC/D,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,cAAc,CAAC,8BAA8B,CAAC,EAC9E,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,QAAQ,CAAC,EACnD,eAAe,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,eAAe,mCAAI,eAAe,EAC3D,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,QAAQ,EAC5C,WAAW,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,WAAW,mCAAI,MAAM,IAC1C;AACJ,CAAC,CAAC"}
File without changes
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtimeConfig.native.js","sourceRoot":"","sources":["../src/runtimeConfig.native.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAG/C,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,yBAAyB,CAAC;AAKtF,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAgC;;IAC/D,IAAM,eAAe,GAAG,uBAAuB,CAAC,MAAM,CAAC,CAAC;IACxD,sCACK,eAAe,GACf,MAAM,KACT,OAAO,EAAE,cAAc,EACvB,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAI,MAAM,IAChC;AACJ,CAAC,CAAC"}
@@ -1,5 +1,5 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { parseUrl } from "@aws-sdk/url-parser";
2
+ import { defaultRegionInfoProvider } from "./endpoints";
3
3
  export var getRuntimeConfig = function (config) {
4
4
  var _a, _b, _c, _d, _e;
5
5
  return ({
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtimeConfig.shared.js","sourceRoot":"","sources":["../src/runtimeConfig.shared.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAE/C,OAAO,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAMxD,MAAM,CAAC,IAAM,gBAAgB,GAAG,UAAC,MAAgC;;IAAK,OAAA,CAAC;QACrE,UAAU,EAAE,YAAY;QACxB,iBAAiB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,iBAAiB,mCAAI,KAAK;QACrD,MAAM,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,MAAM,mCAAK,EAAe;QAC1C,kBAAkB,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,kBAAkB,mCAAI,yBAAyB;QAC3E,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,eAAe;QAC/C,SAAS,EAAE,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,SAAS,mCAAI,QAAQ;KACzC,CAAC,CAAA;CAAA,CAAC"}
@@ -1,4 +1,4 @@
1
- import { RedshiftDataClient } from "./RedshiftDataClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
3
3
  import { CancelStatementCommandInput, CancelStatementCommandOutput } from "./commands/CancelStatementCommand";
4
4
  import { DescribeStatementCommandInput, DescribeStatementCommandOutput } from "./commands/DescribeStatementCommand";
@@ -9,7 +9,7 @@ import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "./command
9
9
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
10
10
  import { ListStatementsCommandInput, ListStatementsCommandOutput } from "./commands/ListStatementsCommand";
11
11
  import { ListTablesCommandInput, ListTablesCommandOutput } from "./commands/ListTablesCommand";
12
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
12
+ import { RedshiftDataClient } from "./RedshiftDataClient";
13
13
  /**
14
14
  * <p>You can use the Amazon Redshift Data API to run queries on Amazon Redshift tables. You
15
15
  * can run SQL statements, which are committed if the statement succeeds. </p>
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
2
10
  import { CancelStatementCommandInput, CancelStatementCommandOutput } from "./commands/CancelStatementCommand";
3
11
  import { DescribeStatementCommandInput, DescribeStatementCommandOutput } from "./commands/DescribeStatementCommand";
@@ -8,14 +16,6 @@ import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "./command
8
16
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
9
17
  import { ListStatementsCommandInput, ListStatementsCommandOutput } from "./commands/ListStatementsCommand";
10
18
  import { ListTablesCommandInput, ListTablesCommandOutput } from "./commands/ListTablesCommand";
11
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
12
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
13
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
14
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
15
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
16
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
17
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
18
- import { Provider, RegionInfoProvider, Credentials as __Credentials, 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 "@aws-sdk/types";
19
19
  export declare type ServiceInputTypes = BatchExecuteStatementCommandInput | CancelStatementCommandInput | DescribeStatementCommandInput | DescribeTableCommandInput | ExecuteStatementCommandInput | GetStatementResultCommandInput | ListDatabasesCommandInput | ListSchemasCommandInput | ListStatementsCommandInput | ListTablesCommandInput;
20
20
  export declare type ServiceOutputTypes = BatchExecuteStatementCommandOutput | CancelStatementCommandOutput | DescribeStatementCommandOutput | DescribeTableCommandOutput | ExecuteStatementCommandOutput | GetStatementResultCommandOutput | ListDatabasesCommandOutput | ListSchemasCommandOutput | ListStatementsCommandOutput | ListTablesCommandOutput;
21
21
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { BatchExecuteStatementInput, BatchExecuteStatementOutput } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { BatchExecuteStatementInput, BatchExecuteStatementOutput } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface BatchExecuteStatementCommandInput extends BatchExecuteStatementInput {
6
6
  }
7
7
  export interface BatchExecuteStatementCommandOutput extends BatchExecuteStatementOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { CancelStatementRequest, CancelStatementResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CancelStatementRequest, CancelStatementResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface CancelStatementCommandInput extends CancelStatementRequest {
6
6
  }
7
7
  export interface CancelStatementCommandOutput extends CancelStatementResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { DescribeStatementRequest, DescribeStatementResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeStatementRequest, DescribeStatementResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface DescribeStatementCommandInput extends DescribeStatementRequest {
6
6
  }
7
7
  export interface DescribeStatementCommandOutput extends DescribeStatementResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { DescribeTableRequest, DescribeTableResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeTableRequest, DescribeTableResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface DescribeTableCommandInput extends DescribeTableRequest {
6
6
  }
7
7
  export interface DescribeTableCommandOutput extends DescribeTableResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ExecuteStatementInput, ExecuteStatementOutput } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ExecuteStatementInput, ExecuteStatementOutput } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface ExecuteStatementCommandInput extends ExecuteStatementInput {
6
6
  }
7
7
  export interface ExecuteStatementCommandOutput extends ExecuteStatementOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { GetStatementResultRequest, GetStatementResultResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetStatementResultRequest, GetStatementResultResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface GetStatementResultCommandInput extends GetStatementResultRequest {
6
6
  }
7
7
  export interface GetStatementResultCommandOutput extends GetStatementResultResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ListDatabasesRequest, ListDatabasesResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListDatabasesRequest, ListDatabasesResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface ListDatabasesCommandInput extends ListDatabasesRequest {
6
6
  }
7
7
  export interface ListDatabasesCommandOutput extends ListDatabasesResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface ListSchemasCommandInput extends ListSchemasRequest {
6
6
  }
7
7
  export interface ListSchemasCommandOutput extends ListSchemasResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ListStatementsRequest, ListStatementsResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListStatementsRequest, ListStatementsResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface ListStatementsCommandInput extends ListStatementsRequest {
6
6
  }
7
7
  export interface ListStatementsCommandOutput extends ListStatementsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface ListTablesCommandInput extends ListTablesRequest {
6
6
  }
7
7
  export interface ListTablesCommandOutput extends ListTablesResponse, __MetadataBearer {
File without changes
File without changes
File without changes
File without changes
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { DescribeTableCommandInput, DescribeTableCommandOutput } from "../commands/DescribeTableCommand";
2
3
  import { RedshiftDataPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateDescribeTable(config: RedshiftDataPaginationConfiguration, input: DescribeTableCommandInput, ...additionalArguments: any): Paginator<DescribeTableCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { GetStatementResultCommandInput, GetStatementResultCommandOutput } from "../commands/GetStatementResultCommand";
2
3
  import { RedshiftDataPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateGetStatementResult(config: RedshiftDataPaginationConfiguration, input: GetStatementResultCommandInput, ...additionalArguments: any): Paginator<GetStatementResultCommandOutput>;
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { RedshiftData } from "../RedshiftData";
2
3
  import { RedshiftDataClient } from "../RedshiftDataClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface RedshiftDataPaginationConfiguration extends PaginationConfiguration {
5
5
  client: RedshiftData | RedshiftDataClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "../commands/ListDatabasesCommand";
2
3
  import { RedshiftDataPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListDatabases(config: RedshiftDataPaginationConfiguration, input: ListDatabasesCommandInput, ...additionalArguments: any): Paginator<ListDatabasesCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
2
3
  import { RedshiftDataPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListSchemas(config: RedshiftDataPaginationConfiguration, input: ListSchemasCommandInput, ...additionalArguments: any): Paginator<ListSchemasCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListStatementsCommandInput, ListStatementsCommandOutput } from "../commands/ListStatementsCommand";
2
3
  import { RedshiftDataPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListStatements(config: RedshiftDataPaginationConfiguration, input: ListStatementsCommandInput, ...additionalArguments: any): Paginator<ListStatementsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand";
2
3
  import { RedshiftDataPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListTables(config: RedshiftDataPaginationConfiguration, input: ListTablesCommandInput, ...additionalArguments: any): Paginator<ListTablesCommandOutput>;
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "../commands/BatchExecuteStatementCommand";
2
4
  import { CancelStatementCommandInput, CancelStatementCommandOutput } from "../commands/CancelStatementCommand";
3
5
  import { DescribeStatementCommandInput, DescribeStatementCommandOutput } from "../commands/DescribeStatementCommand";
@@ -8,8 +10,6 @@ import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "../comman
8
10
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
9
11
  import { ListStatementsCommandInput, ListStatementsCommandOutput } from "../commands/ListStatementsCommand";
10
12
  import { ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand";
11
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
12
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
13
13
  export declare const serializeAws_json1_1BatchExecuteStatementCommand: (input: BatchExecuteStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
14
14
  export declare const serializeAws_json1_1CancelStatementCommand: (input: CancelStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
15
  export declare const serializeAws_json1_1DescribeStatementCommand: (input: DescribeStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: RedshiftDataClientConfig) => {
8
8
  base64Decoder: import("@aws-sdk/types").Decoder;
9
9
  base64Encoder: import("@aws-sdk/types").Encoder;
10
10
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
12
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
13
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
14
  region: string | import("@aws-sdk/types").Provider<string>;
@@ -1,4 +1,4 @@
1
- import { RedshiftDataClient } from "./RedshiftDataClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
3
3
  import { CancelStatementCommandInput, CancelStatementCommandOutput } from "./commands/CancelStatementCommand";
4
4
  import { DescribeStatementCommandInput, DescribeStatementCommandOutput } from "./commands/DescribeStatementCommand";
@@ -9,7 +9,7 @@ import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "./command
9
9
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
10
10
  import { ListStatementsCommandInput, ListStatementsCommandOutput } from "./commands/ListStatementsCommand";
11
11
  import { ListTablesCommandInput, ListTablesCommandOutput } from "./commands/ListTablesCommand";
12
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
12
+ import { RedshiftDataClient } from "./RedshiftDataClient";
13
13
  /**
14
14
  * <p>You can use the Amazon Redshift Data API to run queries on Amazon Redshift tables. You
15
15
  * can run SQL statements, which are committed if the statement succeeds. </p>
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "./commands/BatchExecuteStatementCommand";
2
10
  import { CancelStatementCommandInput, CancelStatementCommandOutput } from "./commands/CancelStatementCommand";
3
11
  import { DescribeStatementCommandInput, DescribeStatementCommandOutput } from "./commands/DescribeStatementCommand";
@@ -8,14 +16,6 @@ import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "./command
8
16
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "./commands/ListSchemasCommand";
9
17
  import { ListStatementsCommandInput, ListStatementsCommandOutput } from "./commands/ListStatementsCommand";
10
18
  import { ListTablesCommandInput, ListTablesCommandOutput } from "./commands/ListTablesCommand";
11
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
12
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
13
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
14
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
15
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
16
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
17
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
18
- import { Provider, RegionInfoProvider, Credentials as __Credentials, 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 "@aws-sdk/types";
19
19
  export declare type ServiceInputTypes = BatchExecuteStatementCommandInput | CancelStatementCommandInput | DescribeStatementCommandInput | DescribeTableCommandInput | ExecuteStatementCommandInput | GetStatementResultCommandInput | ListDatabasesCommandInput | ListSchemasCommandInput | ListStatementsCommandInput | ListTablesCommandInput;
20
20
  export declare type ServiceOutputTypes = BatchExecuteStatementCommandOutput | CancelStatementCommandOutput | DescribeStatementCommandOutput | DescribeTableCommandOutput | ExecuteStatementCommandOutput | GetStatementResultCommandOutput | ListDatabasesCommandOutput | ListSchemasCommandOutput | ListStatementsCommandOutput | ListTablesCommandOutput;
21
21
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { BatchExecuteStatementInput, BatchExecuteStatementOutput } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { BatchExecuteStatementInput, BatchExecuteStatementOutput } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface BatchExecuteStatementCommandInput extends BatchExecuteStatementInput {
6
6
  }
7
7
  export interface BatchExecuteStatementCommandOutput extends BatchExecuteStatementOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { CancelStatementRequest, CancelStatementResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CancelStatementRequest, CancelStatementResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface CancelStatementCommandInput extends CancelStatementRequest {
6
6
  }
7
7
  export interface CancelStatementCommandOutput extends CancelStatementResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { DescribeStatementRequest, DescribeStatementResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeStatementRequest, DescribeStatementResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface DescribeStatementCommandInput extends DescribeStatementRequest {
6
6
  }
7
7
  export interface DescribeStatementCommandOutput extends DescribeStatementResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { DescribeTableRequest, DescribeTableResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DescribeTableRequest, DescribeTableResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface DescribeTableCommandInput extends DescribeTableRequest {
6
6
  }
7
7
  export interface DescribeTableCommandOutput extends DescribeTableResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ExecuteStatementInput, ExecuteStatementOutput } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ExecuteStatementInput, ExecuteStatementOutput } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface ExecuteStatementCommandInput extends ExecuteStatementInput {
6
6
  }
7
7
  export interface ExecuteStatementCommandOutput extends ExecuteStatementOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { GetStatementResultRequest, GetStatementResultResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetStatementResultRequest, GetStatementResultResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface GetStatementResultCommandInput extends GetStatementResultRequest {
6
6
  }
7
7
  export interface GetStatementResultCommandOutput extends GetStatementResultResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ListDatabasesRequest, ListDatabasesResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListDatabasesRequest, ListDatabasesResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface ListDatabasesCommandInput extends ListDatabasesRequest {
6
6
  }
7
7
  export interface ListDatabasesCommandOutput extends ListDatabasesResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface ListSchemasCommandInput extends ListSchemasRequest {
6
6
  }
7
7
  export interface ListSchemasCommandOutput extends ListSchemasResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ListStatementsRequest, ListStatementsResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListStatementsRequest, ListStatementsResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface ListStatementsCommandInput extends ListStatementsRequest {
6
6
  }
7
7
  export interface ListStatementsCommandOutput extends ListStatementsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
2
- import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListTablesRequest, ListTablesResponse } from "../models/models_0";
4
+ import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient";
5
5
  export interface ListTablesCommandInput extends ListTablesRequest {
6
6
  }
7
7
  export interface ListTablesCommandOutput extends ListTablesResponse, __MetadataBearer {
File without changes
File without changes
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { DescribeTableCommandInput, DescribeTableCommandOutput } from "../commands/DescribeTableCommand";
2
3
  import { RedshiftDataPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateDescribeTable(config: RedshiftDataPaginationConfiguration, input: DescribeTableCommandInput, ...additionalArguments: any): Paginator<DescribeTableCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { GetStatementResultCommandInput, GetStatementResultCommandOutput } from "../commands/GetStatementResultCommand";
2
3
  import { RedshiftDataPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateGetStatementResult(config: RedshiftDataPaginationConfiguration, input: GetStatementResultCommandInput, ...additionalArguments: any): Paginator<GetStatementResultCommandOutput>;
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { RedshiftData } from "../RedshiftData";
2
3
  import { RedshiftDataClient } from "../RedshiftDataClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface RedshiftDataPaginationConfiguration extends PaginationConfiguration {
5
5
  client: RedshiftData | RedshiftDataClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "../commands/ListDatabasesCommand";
2
3
  import { RedshiftDataPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListDatabases(config: RedshiftDataPaginationConfiguration, input: ListDatabasesCommandInput, ...additionalArguments: any): Paginator<ListDatabasesCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
2
3
  import { RedshiftDataPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListSchemas(config: RedshiftDataPaginationConfiguration, input: ListSchemasCommandInput, ...additionalArguments: any): Paginator<ListSchemasCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListStatementsCommandInput, ListStatementsCommandOutput } from "../commands/ListStatementsCommand";
2
3
  import { RedshiftDataPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListStatements(config: RedshiftDataPaginationConfiguration, input: ListStatementsCommandInput, ...additionalArguments: any): Paginator<ListStatementsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand";
2
3
  import { RedshiftDataPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListTables(config: RedshiftDataPaginationConfiguration, input: ListTablesCommandInput, ...additionalArguments: any): Paginator<ListTablesCommandOutput>;
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { BatchExecuteStatementCommandInput, BatchExecuteStatementCommandOutput } from "../commands/BatchExecuteStatementCommand";
2
4
  import { CancelStatementCommandInput, CancelStatementCommandOutput } from "../commands/CancelStatementCommand";
3
5
  import { DescribeStatementCommandInput, DescribeStatementCommandOutput } from "../commands/DescribeStatementCommand";
@@ -8,8 +10,6 @@ import { ListDatabasesCommandInput, ListDatabasesCommandOutput } from "../comman
8
10
  import { ListSchemasCommandInput, ListSchemasCommandOutput } from "../commands/ListSchemasCommand";
9
11
  import { ListStatementsCommandInput, ListStatementsCommandOutput } from "../commands/ListStatementsCommand";
10
12
  import { ListTablesCommandInput, ListTablesCommandOutput } from "../commands/ListTablesCommand";
11
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
12
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
13
13
  export declare const serializeAws_json1_1BatchExecuteStatementCommand: (input: BatchExecuteStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
14
14
  export declare const serializeAws_json1_1CancelStatementCommand: (input: CancelStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
15
15
  export declare const serializeAws_json1_1DescribeStatementCommand: (input: DescribeStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: RedshiftDataClientConfig) => {
8
8
  base64Decoder: import("@aws-sdk/types").Decoder;
9
9
  base64Encoder: import("@aws-sdk/types").Encoder;
10
10
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
12
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
13
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
14
  region: string | import("@aws-sdk/types").Provider<string>;