@aws-sdk/client-redshift-data 3.31.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 (263) hide show
  1. package/CHANGELOG.md +39 -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 +14 -14
  5. package/dist-cjs/RedshiftDataClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/BatchExecuteStatementCommand.js +5 -5
  7. package/dist-cjs/commands/BatchExecuteStatementCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/CancelStatementCommand.js +5 -5
  9. package/dist-cjs/commands/CancelStatementCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/DescribeStatementCommand.js +5 -5
  11. package/dist-cjs/commands/DescribeStatementCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/DescribeTableCommand.js +5 -5
  13. package/dist-cjs/commands/DescribeTableCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/ExecuteStatementCommand.js +5 -5
  15. package/dist-cjs/commands/ExecuteStatementCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/GetStatementResultCommand.js +5 -5
  17. package/dist-cjs/commands/GetStatementResultCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/ListDatabasesCommand.js +5 -5
  19. package/dist-cjs/commands/ListDatabasesCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/ListSchemasCommand.js +5 -5
  21. package/dist-cjs/commands/ListSchemasCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/ListStatementsCommand.js +5 -5
  23. package/dist-cjs/commands/ListStatementsCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/ListTablesCommand.js +5 -5
  25. package/dist-cjs/commands/ListTablesCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  27. package/dist-cjs/endpoints.js.map +1 -0
  28. package/dist-cjs/index.js +24 -0
  29. package/dist-cjs/index.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  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 +97 -97
  49. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  50. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  51. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  53. package/dist-cjs/runtimeConfig.js.map +1 -0
  54. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  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 +2 -9
  59. package/dist-es/RedshiftData.js.map +1 -0
  60. package/{dist/es → dist-es}/RedshiftDataClient.js +2 -14
  61. package/dist-es/RedshiftDataClient.js.map +1 -0
  62. package/dist-es/commands/BatchExecuteStatementCommand.js +40 -0
  63. package/dist-es/commands/BatchExecuteStatementCommand.js.map +1 -0
  64. package/{dist/es → dist-es}/commands/CancelStatementCommand.js +4 -29
  65. package/dist-es/commands/CancelStatementCommand.js.map +1 -0
  66. package/{dist/es → dist-es}/commands/DescribeStatementCommand.js +4 -31
  67. package/dist-es/commands/DescribeStatementCommand.js.map +1 -0
  68. package/dist-es/commands/DescribeTableCommand.js +40 -0
  69. package/dist-es/commands/DescribeTableCommand.js.map +1 -0
  70. package/dist-es/commands/ExecuteStatementCommand.js +40 -0
  71. package/dist-es/commands/ExecuteStatementCommand.js.map +1 -0
  72. package/{dist/es → dist-es}/commands/GetStatementResultCommand.js +4 -30
  73. package/dist-es/commands/GetStatementResultCommand.js.map +1 -0
  74. package/dist-es/commands/ListDatabasesCommand.js +40 -0
  75. package/dist-es/commands/ListDatabasesCommand.js.map +1 -0
  76. package/dist-es/commands/ListSchemasCommand.js +40 -0
  77. package/dist-es/commands/ListSchemasCommand.js.map +1 -0
  78. package/{dist/es → dist-es}/commands/ListStatementsCommand.js +4 -30
  79. package/dist-es/commands/ListStatementsCommand.js.map +1 -0
  80. package/dist-es/commands/ListTablesCommand.js +40 -0
  81. package/dist-es/commands/ListTablesCommand.js.map +1 -0
  82. package/{dist/es → dist-es}/endpoints.js +1 -1
  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 -96
  89. package/dist-es/models/models_0.js.map +1 -0
  90. package/{dist/es → dist-es}/pagination/DescribeTablePaginator.js +17 -29
  91. package/dist-es/pagination/DescribeTablePaginator.js.map +1 -0
  92. package/{dist/es → dist-es}/pagination/GetStatementResultPaginator.js +17 -29
  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 +17 -29
  97. package/dist-es/pagination/ListDatabasesPaginator.js.map +1 -0
  98. package/{dist/es → dist-es}/pagination/ListSchemasPaginator.js +17 -29
  99. package/dist-es/pagination/ListSchemasPaginator.js.map +1 -0
  100. package/{dist/es → dist-es}/pagination/ListStatementsPaginator.js +17 -29
  101. package/dist-es/pagination/ListStatementsPaginator.js.map +1 -0
  102. package/{dist/es → dist-es}/pagination/ListTablesPaginator.js +17 -29
  103. package/dist-es/pagination/ListTablesPaginator.js.map +1 -0
  104. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +178 -183
  105. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  106. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  107. package/dist-es/runtimeConfig.browser.js.map +1 -0
  108. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  109. package/dist-es/runtimeConfig.js.map +1 -0
  110. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  111. package/dist-es/runtimeConfig.native.js.map +1 -0
  112. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  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 +1 -0
  139. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  140. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -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 +1 -0
  167. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  168. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  169. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  170. package/package.json +50 -50
  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 -3
  200. package/tsconfig.json +7 -7
  201. package/tsconfig.types.json +9 -0
  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/DescribeTableCommand.js.map +0 -1
  208. package/dist/cjs/commands/ExecuteStatementCommand.js.map +0 -1
  209. package/dist/cjs/commands/GetStatementResultCommand.js.map +0 -1
  210. package/dist/cjs/commands/ListDatabasesCommand.js.map +0 -1
  211. package/dist/cjs/commands/ListSchemasCommand.js.map +0 -1
  212. package/dist/cjs/commands/ListStatementsCommand.js.map +0 -1
  213. package/dist/cjs/commands/ListTablesCommand.js.map +0 -1
  214. package/dist/cjs/endpoints.js.map +0 -1
  215. package/dist/cjs/index.js +0 -24
  216. package/dist/cjs/index.js.map +0 -1
  217. package/dist/cjs/models/models_0.js.map +0 -1
  218. package/dist/cjs/package.json +0 -91
  219. package/dist/cjs/pagination/DescribeTablePaginator.js.map +0 -1
  220. package/dist/cjs/pagination/GetStatementResultPaginator.js.map +0 -1
  221. package/dist/cjs/pagination/ListDatabasesPaginator.js.map +0 -1
  222. package/dist/cjs/pagination/ListSchemasPaginator.js.map +0 -1
  223. package/dist/cjs/pagination/ListStatementsPaginator.js.map +0 -1
  224. package/dist/cjs/pagination/ListTablesPaginator.js.map +0 -1
  225. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  226. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  227. package/dist/cjs/runtimeConfig.js.map +0 -1
  228. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  229. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  230. package/dist/es/RedshiftData.js.map +0 -1
  231. package/dist/es/RedshiftDataClient.js.map +0 -1
  232. package/dist/es/commands/BatchExecuteStatementCommand.js +0 -79
  233. package/dist/es/commands/BatchExecuteStatementCommand.js.map +0 -1
  234. package/dist/es/commands/CancelStatementCommand.js.map +0 -1
  235. package/dist/es/commands/DescribeStatementCommand.js.map +0 -1
  236. package/dist/es/commands/DescribeTableCommand.js +0 -80
  237. package/dist/es/commands/DescribeTableCommand.js.map +0 -1
  238. package/dist/es/commands/ExecuteStatementCommand.js +0 -79
  239. package/dist/es/commands/ExecuteStatementCommand.js.map +0 -1
  240. package/dist/es/commands/GetStatementResultCommand.js.map +0 -1
  241. package/dist/es/commands/ListDatabasesCommand.js +0 -79
  242. package/dist/es/commands/ListDatabasesCommand.js.map +0 -1
  243. package/dist/es/commands/ListSchemasCommand.js +0 -79
  244. package/dist/es/commands/ListSchemasCommand.js.map +0 -1
  245. package/dist/es/commands/ListStatementsCommand.js.map +0 -1
  246. package/dist/es/commands/ListTablesCommand.js +0 -80
  247. package/dist/es/commands/ListTablesCommand.js.map +0 -1
  248. package/dist/es/endpoints.js.map +0 -1
  249. package/dist/es/index.js.map +0 -1
  250. package/dist/es/models/index.js.map +0 -1
  251. package/dist/es/models/models_0.js.map +0 -1
  252. package/dist/es/package.json +0 -91
  253. package/dist/es/pagination/DescribeTablePaginator.js.map +0 -1
  254. package/dist/es/pagination/GetStatementResultPaginator.js.map +0 -1
  255. package/dist/es/pagination/ListDatabasesPaginator.js.map +0 -1
  256. package/dist/es/pagination/ListSchemasPaginator.js.map +0 -1
  257. package/dist/es/pagination/ListStatementsPaginator.js.map +0 -1
  258. package/dist/es/pagination/ListTablesPaginator.js.map +0 -1
  259. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  260. package/dist/es/runtimeConfig.browser.js.map +0 -1
  261. package/dist/es/runtimeConfig.js.map +0 -1
  262. package/dist/es/runtimeConfig.native.js.map +0 -1
  263. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"models_0.js","sourceRoot":"","sources":["../../src/models/models_0.ts"],"names":[],"mappings":"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"}
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateDescribeTable = void 0;
4
+ const DescribeTableCommand_1 = require("../commands/DescribeTableCommand");
4
5
  const RedshiftData_1 = require("../RedshiftData");
5
6
  const RedshiftDataClient_1 = require("../RedshiftDataClient");
6
- const DescribeTableCommand_1 = require("../commands/DescribeTableCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeTablePaginator.js","sourceRoot":"","sources":["../../src/pagination/DescribeTablePaginator.ts"],"names":[],"mappings":";;;AAEA,2EAI0C;AAC1C,kDAA+C;AAC/C,8DAA2D;AAG3D;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAA0B,EAC1B,KAAgC,EAChC,GAAG,IAAS,EACyB,EAAE;IACvC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,2CAAoB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACrE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAoB,EACpB,KAAgC,EAChC,GAAG,IAAS,EACyB,EAAE;IACvC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,aAAa,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACpD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,qBAAqB,CAC1C,MAA2C,EAC3C,KAAgC,EAChC,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAgC,CAAC;IACrC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;QACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACtC,IAAI,MAAM,CAAC,MAAM,YAAY,2BAAY,EAAE;YACzC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,uCAAkB,EAAE;YACtD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,4DAA4D,CAAC,CAAC;SAC/E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;QACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,sDAyBC"}
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateGetStatementResult = void 0;
4
+ const GetStatementResultCommand_1 = require("../commands/GetStatementResultCommand");
4
5
  const RedshiftData_1 = require("../RedshiftData");
5
6
  const RedshiftDataClient_1 = require("../RedshiftDataClient");
6
- const GetStatementResultCommand_1 = require("../commands/GetStatementResultCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetStatementResultPaginator.js","sourceRoot":"","sources":["../../src/pagination/GetStatementResultPaginator.ts"],"names":[],"mappings":";;;AAEA,qFAI+C;AAC/C,kDAA+C;AAC/C,8DAA2D;AAG3D;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAA0B,EAC1B,KAAqC,EACrC,GAAG,IAAS,EAC8B,EAAE;IAC5C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,qDAAyB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AAC1E,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAoB,EACpB,KAAqC,EACrC,GAAG,IAAS,EAC8B,EAAE;IAC5C,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,kBAAkB,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACzD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,0BAA0B,CAC/C,MAA2C,EAC3C,KAAqC,EACrC,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAqC,CAAC;IAC1C,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;QACxB,IAAI,MAAM,CAAC,MAAM,YAAY,2BAAY,EAAE;YACzC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,uCAAkB,EAAE;YACtD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,4DAA4D,CAAC,CAAC;SAC/E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;QACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAxBD,gEAwBC"}
File without changes
@@ -1 +1 @@
1
- {"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["../../../pagination/Interfaces.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"Interfaces.js","sourceRoot":"","sources":["../../src/pagination/Interfaces.ts"],"names":[],"mappings":""}
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListDatabases = void 0;
4
+ const ListDatabasesCommand_1 = require("../commands/ListDatabasesCommand");
4
5
  const RedshiftData_1 = require("../RedshiftData");
5
6
  const RedshiftDataClient_1 = require("../RedshiftDataClient");
6
- const ListDatabasesCommand_1 = require("../commands/ListDatabasesCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListDatabasesPaginator.js","sourceRoot":"","sources":["../../src/pagination/ListDatabasesPaginator.ts"],"names":[],"mappings":";;;AAEA,2EAI0C;AAC1C,kDAA+C;AAC/C,8DAA2D;AAG3D;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAA0B,EAC1B,KAAgC,EAChC,GAAG,IAAS,EACyB,EAAE;IACvC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,2CAAoB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACrE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAoB,EACpB,KAAgC,EAChC,GAAG,IAAS,EACyB,EAAE;IACvC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,aAAa,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACpD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,qBAAqB,CAC1C,MAA2C,EAC3C,KAAgC,EAChC,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAgC,CAAC;IACrC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;QACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACtC,IAAI,MAAM,CAAC,MAAM,YAAY,2BAAY,EAAE;YACzC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,uCAAkB,EAAE;YACtD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,4DAA4D,CAAC,CAAC;SAC/E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;QACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,sDAyBC"}
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListSchemas = void 0;
4
+ const ListSchemasCommand_1 = require("../commands/ListSchemasCommand");
4
5
  const RedshiftData_1 = require("../RedshiftData");
5
6
  const RedshiftDataClient_1 = require("../RedshiftDataClient");
6
- const ListSchemasCommand_1 = require("../commands/ListSchemasCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSchemasPaginator.js","sourceRoot":"","sources":["../../src/pagination/ListSchemasPaginator.ts"],"names":[],"mappings":";;;AAEA,uEAAuH;AACvH,kDAA+C;AAC/C,8DAA2D;AAG3D;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAA0B,EAC1B,KAA8B,EAC9B,GAAG,IAAS,EACuB,EAAE;IACrC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,uCAAkB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACnE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAoB,EACpB,KAA8B,EAC9B,GAAG,IAAS,EACuB,EAAE;IACrC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,WAAW,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AAClD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,mBAAmB,CACxC,MAA2C,EAC3C,KAA8B,EAC9B,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAA8B,CAAC;IACnC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;QACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACtC,IAAI,MAAM,CAAC,MAAM,YAAY,2BAAY,EAAE;YACzC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,uCAAkB,EAAE;YACtD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,4DAA4D,CAAC,CAAC;SAC/E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;QACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,kDAyBC"}
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListStatements = void 0;
4
+ const ListStatementsCommand_1 = require("../commands/ListStatementsCommand");
4
5
  const RedshiftData_1 = require("../RedshiftData");
5
6
  const RedshiftDataClient_1 = require("../RedshiftDataClient");
6
- const ListStatementsCommand_1 = require("../commands/ListStatementsCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListStatementsPaginator.js","sourceRoot":"","sources":["../../src/pagination/ListStatementsPaginator.ts"],"names":[],"mappings":";;;AAEA,6EAI2C;AAC3C,kDAA+C;AAC/C,8DAA2D;AAG3D;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAA0B,EAC1B,KAAiC,EACjC,GAAG,IAAS,EAC0B,EAAE;IACxC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,6CAAqB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AACtE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAoB,EACpB,KAAiC,EACjC,GAAG,IAAS,EAC0B,EAAE;IACxC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,cAAc,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACrD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,sBAAsB,CAC3C,MAA2C,EAC3C,KAAiC,EACjC,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAAiC,CAAC;IACtC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;QACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACtC,IAAI,MAAM,CAAC,MAAM,YAAY,2BAAY,EAAE;YACzC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,uCAAkB,EAAE;YACtD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,4DAA4D,CAAC,CAAC;SAC/E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;QACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,wDAyBC"}
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListTables = void 0;
4
+ const ListTablesCommand_1 = require("../commands/ListTablesCommand");
4
5
  const RedshiftData_1 = require("../RedshiftData");
5
6
  const RedshiftDataClient_1 = require("../RedshiftDataClient");
6
- const ListTablesCommand_1 = require("../commands/ListTablesCommand");
7
7
  /**
8
8
  * @private
9
9
  */
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListTablesPaginator.js","sourceRoot":"","sources":["../../src/pagination/ListTablesPaginator.ts"],"names":[],"mappings":";;;AAEA,qEAAmH;AACnH,kDAA+C;AAC/C,8DAA2D;AAG3D;;GAEG;AACH,MAAM,sBAAsB,GAAG,KAAK,EAClC,MAA0B,EAC1B,KAA6B,EAC7B,GAAG,IAAS,EACsB,EAAE;IACpC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,IAAI,CAAC,IAAI,qCAAiB,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC;AAClE,CAAC,CAAC;AACF;;GAEG;AACH,MAAM,gBAAgB,GAAG,KAAK,EAC5B,MAAoB,EACpB,KAA6B,EAC7B,GAAG,IAAS,EACsB,EAAE;IACpC,aAAa;IACb,OAAO,MAAM,MAAM,CAAC,UAAU,CAAC,KAAK,EAAE,GAAG,IAAI,CAAC,CAAC;AACjD,CAAC,CAAC;AACK,KAAK,SAAS,CAAC,CAAC,kBAAkB,CACvC,MAA2C,EAC3C,KAA6B,EAC7B,GAAG,mBAAwB;IAE3B,mEAAmE;IACnE,IAAI,KAAK,GAAuC,MAAM,CAAC,aAAa,IAAI,SAAS,CAAC;IAClF,IAAI,OAAO,GAAG,IAAI,CAAC;IACnB,IAAI,IAA6B,CAAC;IAClC,OAAO,OAAO,EAAE;QACd,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC;QACxB,KAAK,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC;QACtC,IAAI,MAAM,CAAC,MAAM,YAAY,2BAAY,EAAE;YACzC,IAAI,GAAG,MAAM,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SAC7E;aAAM,IAAI,MAAM,CAAC,MAAM,YAAY,uCAAkB,EAAE;YACtD,IAAI,GAAG,MAAM,sBAAsB,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,mBAAmB,CAAC,CAAC;SACnF;aAAM;YACL,MAAM,IAAI,KAAK,CAAC,4DAA4D,CAAC,CAAC;SAC/E;QACD,MAAM,IAAI,CAAC;QACX,KAAK,GAAG,IAAI,CAAC,SAAS,CAAC;QACvB,OAAO,GAAG,CAAC,CAAC,KAAK,CAAC;KACnB;IACD,aAAa;IACb,OAAO,SAAS,CAAC;AACnB,CAAC;AAzBD,gDAyBC"}
@@ -893,30 +893,30 @@ const serializeAws_json1_1SqlParametersList = (input, context) => {
893
893
  };
894
894
  const deserializeAws_json1_1ActiveStatementsExceededException = (output, context) => {
895
895
  return {
896
- Message: (0, smithy_client_1.expectString)(output.Message),
896
+ Message: smithy_client_1.expectString(output.Message),
897
897
  };
898
898
  };
899
899
  const deserializeAws_json1_1BatchExecuteStatementException = (output, context) => {
900
900
  return {
901
- Message: (0, smithy_client_1.expectString)(output.Message),
902
- StatementId: (0, smithy_client_1.expectString)(output.StatementId),
901
+ Message: smithy_client_1.expectString(output.Message),
902
+ StatementId: smithy_client_1.expectString(output.StatementId),
903
903
  };
904
904
  };
905
905
  const deserializeAws_json1_1BatchExecuteStatementOutput = (output, context) => {
906
906
  return {
907
- ClusterIdentifier: (0, smithy_client_1.expectString)(output.ClusterIdentifier),
907
+ ClusterIdentifier: smithy_client_1.expectString(output.ClusterIdentifier),
908
908
  CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
909
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
909
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
910
910
  : undefined,
911
- Database: (0, smithy_client_1.expectString)(output.Database),
912
- DbUser: (0, smithy_client_1.expectString)(output.DbUser),
913
- Id: (0, smithy_client_1.expectString)(output.Id),
914
- SecretArn: (0, smithy_client_1.expectString)(output.SecretArn),
911
+ Database: smithy_client_1.expectString(output.Database),
912
+ DbUser: smithy_client_1.expectString(output.DbUser),
913
+ Id: smithy_client_1.expectString(output.Id),
914
+ SecretArn: smithy_client_1.expectString(output.SecretArn),
915
915
  };
916
916
  };
917
917
  const deserializeAws_json1_1CancelStatementResponse = (output, context) => {
918
918
  return {
919
- Status: (0, smithy_client_1.expectBoolean)(output.Status),
919
+ Status: smithy_client_1.expectBoolean(output.Status),
920
920
  };
921
921
  };
922
922
  const deserializeAws_json1_1ColumnList = (output, context) => {
@@ -931,19 +931,19 @@ const deserializeAws_json1_1ColumnList = (output, context) => {
931
931
  };
932
932
  const deserializeAws_json1_1ColumnMetadata = (output, context) => {
933
933
  return {
934
- columnDefault: (0, smithy_client_1.expectString)(output.columnDefault),
935
- isCaseSensitive: (0, smithy_client_1.expectBoolean)(output.isCaseSensitive),
936
- isCurrency: (0, smithy_client_1.expectBoolean)(output.isCurrency),
937
- isSigned: (0, smithy_client_1.expectBoolean)(output.isSigned),
938
- label: (0, smithy_client_1.expectString)(output.label),
939
- length: (0, smithy_client_1.expectInt32)(output.length),
940
- name: (0, smithy_client_1.expectString)(output.name),
941
- nullable: (0, smithy_client_1.expectInt32)(output.nullable),
942
- precision: (0, smithy_client_1.expectInt32)(output.precision),
943
- scale: (0, smithy_client_1.expectInt32)(output.scale),
944
- schemaName: (0, smithy_client_1.expectString)(output.schemaName),
945
- tableName: (0, smithy_client_1.expectString)(output.tableName),
946
- typeName: (0, smithy_client_1.expectString)(output.typeName),
934
+ columnDefault: smithy_client_1.expectString(output.columnDefault),
935
+ isCaseSensitive: smithy_client_1.expectBoolean(output.isCaseSensitive),
936
+ isCurrency: smithy_client_1.expectBoolean(output.isCurrency),
937
+ isSigned: smithy_client_1.expectBoolean(output.isSigned),
938
+ label: smithy_client_1.expectString(output.label),
939
+ length: smithy_client_1.expectInt32(output.length),
940
+ name: smithy_client_1.expectString(output.name),
941
+ nullable: smithy_client_1.expectInt32(output.nullable),
942
+ precision: smithy_client_1.expectInt32(output.precision),
943
+ scale: smithy_client_1.expectInt32(output.scale),
944
+ schemaName: smithy_client_1.expectString(output.schemaName),
945
+ tableName: smithy_client_1.expectString(output.tableName),
946
+ typeName: smithy_client_1.expectString(output.typeName),
947
947
  };
948
948
  };
949
949
  const deserializeAws_json1_1ColumnMetadataList = (output, context) => {
@@ -963,36 +963,36 @@ const deserializeAws_json1_1DatabaseList = (output, context) => {
963
963
  if (entry === null) {
964
964
  return null;
965
965
  }
966
- return (0, smithy_client_1.expectString)(entry);
966
+ return smithy_client_1.expectString(entry);
967
967
  });
968
968
  };
969
969
  const deserializeAws_json1_1DescribeStatementResponse = (output, context) => {
970
970
  return {
971
- ClusterIdentifier: (0, smithy_client_1.expectString)(output.ClusterIdentifier),
971
+ ClusterIdentifier: smithy_client_1.expectString(output.ClusterIdentifier),
972
972
  CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
973
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
973
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
974
974
  : undefined,
975
- Database: (0, smithy_client_1.expectString)(output.Database),
976
- DbUser: (0, smithy_client_1.expectString)(output.DbUser),
977
- Duration: (0, smithy_client_1.expectLong)(output.Duration),
978
- Error: (0, smithy_client_1.expectString)(output.Error),
979
- HasResultSet: (0, smithy_client_1.expectBoolean)(output.HasResultSet),
980
- Id: (0, smithy_client_1.expectString)(output.Id),
975
+ Database: smithy_client_1.expectString(output.Database),
976
+ DbUser: smithy_client_1.expectString(output.DbUser),
977
+ Duration: smithy_client_1.expectLong(output.Duration),
978
+ Error: smithy_client_1.expectString(output.Error),
979
+ HasResultSet: smithy_client_1.expectBoolean(output.HasResultSet),
980
+ Id: smithy_client_1.expectString(output.Id),
981
981
  QueryParameters: output.QueryParameters !== undefined && output.QueryParameters !== null
982
982
  ? deserializeAws_json1_1SqlParametersList(output.QueryParameters, context)
983
983
  : undefined,
984
- QueryString: (0, smithy_client_1.expectString)(output.QueryString),
985
- RedshiftPid: (0, smithy_client_1.expectLong)(output.RedshiftPid),
986
- RedshiftQueryId: (0, smithy_client_1.expectLong)(output.RedshiftQueryId),
987
- ResultRows: (0, smithy_client_1.expectLong)(output.ResultRows),
988
- ResultSize: (0, smithy_client_1.expectLong)(output.ResultSize),
989
- SecretArn: (0, smithy_client_1.expectString)(output.SecretArn),
990
- Status: (0, smithy_client_1.expectString)(output.Status),
984
+ QueryString: smithy_client_1.expectString(output.QueryString),
985
+ RedshiftPid: smithy_client_1.expectLong(output.RedshiftPid),
986
+ RedshiftQueryId: smithy_client_1.expectLong(output.RedshiftQueryId),
987
+ ResultRows: smithy_client_1.expectLong(output.ResultRows),
988
+ ResultSize: smithy_client_1.expectLong(output.ResultSize),
989
+ SecretArn: smithy_client_1.expectString(output.SecretArn),
990
+ Status: smithy_client_1.expectString(output.Status),
991
991
  SubStatements: output.SubStatements !== undefined && output.SubStatements !== null
992
992
  ? deserializeAws_json1_1SubStatementList(output.SubStatements, context)
993
993
  : undefined,
994
994
  UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
995
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.UpdatedAt)))
995
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.UpdatedAt)))
996
996
  : undefined,
997
997
  };
998
998
  };
@@ -1001,26 +1001,26 @@ const deserializeAws_json1_1DescribeTableResponse = (output, context) => {
1001
1001
  ColumnList: output.ColumnList !== undefined && output.ColumnList !== null
1002
1002
  ? deserializeAws_json1_1ColumnList(output.ColumnList, context)
1003
1003
  : undefined,
1004
- NextToken: (0, smithy_client_1.expectString)(output.NextToken),
1005
- TableName: (0, smithy_client_1.expectString)(output.TableName),
1004
+ NextToken: smithy_client_1.expectString(output.NextToken),
1005
+ TableName: smithy_client_1.expectString(output.TableName),
1006
1006
  };
1007
1007
  };
1008
1008
  const deserializeAws_json1_1ExecuteStatementException = (output, context) => {
1009
1009
  return {
1010
- Message: (0, smithy_client_1.expectString)(output.Message),
1011
- StatementId: (0, smithy_client_1.expectString)(output.StatementId),
1010
+ Message: smithy_client_1.expectString(output.Message),
1011
+ StatementId: smithy_client_1.expectString(output.StatementId),
1012
1012
  };
1013
1013
  };
1014
1014
  const deserializeAws_json1_1ExecuteStatementOutput = (output, context) => {
1015
1015
  return {
1016
- ClusterIdentifier: (0, smithy_client_1.expectString)(output.ClusterIdentifier),
1016
+ ClusterIdentifier: smithy_client_1.expectString(output.ClusterIdentifier),
1017
1017
  CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
1018
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
1018
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
1019
1019
  : undefined,
1020
- Database: (0, smithy_client_1.expectString)(output.Database),
1021
- DbUser: (0, smithy_client_1.expectString)(output.DbUser),
1022
- Id: (0, smithy_client_1.expectString)(output.Id),
1023
- SecretArn: (0, smithy_client_1.expectString)(output.SecretArn),
1020
+ Database: smithy_client_1.expectString(output.Database),
1021
+ DbUser: smithy_client_1.expectString(output.DbUser),
1022
+ Id: smithy_client_1.expectString(output.Id),
1023
+ SecretArn: smithy_client_1.expectString(output.SecretArn),
1024
1024
  };
1025
1025
  };
1026
1026
  const deserializeAws_json1_1Field = (output, context) => {
@@ -1029,20 +1029,20 @@ const deserializeAws_json1_1Field = (output, context) => {
1029
1029
  blobValue: context.base64Decoder(output.blobValue),
1030
1030
  };
1031
1031
  }
1032
- if ((0, smithy_client_1.expectBoolean)(output.booleanValue) !== undefined) {
1033
- return { booleanValue: (0, smithy_client_1.expectBoolean)(output.booleanValue) };
1032
+ if (smithy_client_1.expectBoolean(output.booleanValue) !== undefined) {
1033
+ return { booleanValue: smithy_client_1.expectBoolean(output.booleanValue) };
1034
1034
  }
1035
- if ((0, smithy_client_1.limitedParseDouble)(output.doubleValue) !== undefined) {
1036
- return { doubleValue: (0, smithy_client_1.limitedParseDouble)(output.doubleValue) };
1035
+ if (smithy_client_1.limitedParseDouble(output.doubleValue) !== undefined) {
1036
+ return { doubleValue: smithy_client_1.limitedParseDouble(output.doubleValue) };
1037
1037
  }
1038
- if ((0, smithy_client_1.expectBoolean)(output.isNull) !== undefined) {
1039
- return { isNull: (0, smithy_client_1.expectBoolean)(output.isNull) };
1038
+ if (smithy_client_1.expectBoolean(output.isNull) !== undefined) {
1039
+ return { isNull: smithy_client_1.expectBoolean(output.isNull) };
1040
1040
  }
1041
- if ((0, smithy_client_1.expectLong)(output.longValue) !== undefined) {
1042
- return { longValue: (0, smithy_client_1.expectLong)(output.longValue) };
1041
+ if (smithy_client_1.expectLong(output.longValue) !== undefined) {
1042
+ return { longValue: smithy_client_1.expectLong(output.longValue) };
1043
1043
  }
1044
- if ((0, smithy_client_1.expectString)(output.stringValue) !== undefined) {
1045
- return { stringValue: (0, smithy_client_1.expectString)(output.stringValue) };
1044
+ if (smithy_client_1.expectString(output.stringValue) !== undefined) {
1045
+ return { stringValue: smithy_client_1.expectString(output.stringValue) };
1046
1046
  }
1047
1047
  return { $unknown: Object.entries(output)[0] };
1048
1048
  };
@@ -1053,7 +1053,7 @@ const deserializeAws_json1_1FieldList = (output, context) => {
1053
1053
  if (entry === null) {
1054
1054
  return null;
1055
1055
  }
1056
- return deserializeAws_json1_1Field((0, smithy_client_1.expectUnion)(entry), context);
1056
+ return deserializeAws_json1_1Field(smithy_client_1.expectUnion(entry), context);
1057
1057
  });
1058
1058
  };
1059
1059
  const deserializeAws_json1_1GetStatementResultResponse = (output, context) => {
@@ -1061,16 +1061,16 @@ const deserializeAws_json1_1GetStatementResultResponse = (output, context) => {
1061
1061
  ColumnMetadata: output.ColumnMetadata !== undefined && output.ColumnMetadata !== null
1062
1062
  ? deserializeAws_json1_1ColumnMetadataList(output.ColumnMetadata, context)
1063
1063
  : undefined,
1064
- NextToken: (0, smithy_client_1.expectString)(output.NextToken),
1064
+ NextToken: smithy_client_1.expectString(output.NextToken),
1065
1065
  Records: output.Records !== undefined && output.Records !== null
1066
1066
  ? deserializeAws_json1_1SqlRecords(output.Records, context)
1067
1067
  : undefined,
1068
- TotalNumRows: (0, smithy_client_1.expectLong)(output.TotalNumRows),
1068
+ TotalNumRows: smithy_client_1.expectLong(output.TotalNumRows),
1069
1069
  };
1070
1070
  };
1071
1071
  const deserializeAws_json1_1InternalServerException = (output, context) => {
1072
1072
  return {
1073
- Message: (0, smithy_client_1.expectString)(output.Message),
1073
+ Message: smithy_client_1.expectString(output.Message),
1074
1074
  };
1075
1075
  };
1076
1076
  const deserializeAws_json1_1ListDatabasesResponse = (output, context) => {
@@ -1078,12 +1078,12 @@ const deserializeAws_json1_1ListDatabasesResponse = (output, context) => {
1078
1078
  Databases: output.Databases !== undefined && output.Databases !== null
1079
1079
  ? deserializeAws_json1_1DatabaseList(output.Databases, context)
1080
1080
  : undefined,
1081
- NextToken: (0, smithy_client_1.expectString)(output.NextToken),
1081
+ NextToken: smithy_client_1.expectString(output.NextToken),
1082
1082
  };
1083
1083
  };
1084
1084
  const deserializeAws_json1_1ListSchemasResponse = (output, context) => {
1085
1085
  return {
1086
- NextToken: (0, smithy_client_1.expectString)(output.NextToken),
1086
+ NextToken: smithy_client_1.expectString(output.NextToken),
1087
1087
  Schemas: output.Schemas !== undefined && output.Schemas !== null
1088
1088
  ? deserializeAws_json1_1SchemaList(output.Schemas, context)
1089
1089
  : undefined,
@@ -1091,7 +1091,7 @@ const deserializeAws_json1_1ListSchemasResponse = (output, context) => {
1091
1091
  };
1092
1092
  const deserializeAws_json1_1ListStatementsResponse = (output, context) => {
1093
1093
  return {
1094
- NextToken: (0, smithy_client_1.expectString)(output.NextToken),
1094
+ NextToken: smithy_client_1.expectString(output.NextToken),
1095
1095
  Statements: output.Statements !== undefined && output.Statements !== null
1096
1096
  ? deserializeAws_json1_1StatementList(output.Statements, context)
1097
1097
  : undefined,
@@ -1099,7 +1099,7 @@ const deserializeAws_json1_1ListStatementsResponse = (output, context) => {
1099
1099
  };
1100
1100
  const deserializeAws_json1_1ListTablesResponse = (output, context) => {
1101
1101
  return {
1102
- NextToken: (0, smithy_client_1.expectString)(output.NextToken),
1102
+ NextToken: smithy_client_1.expectString(output.NextToken),
1103
1103
  Tables: output.Tables !== undefined && output.Tables !== null
1104
1104
  ? deserializeAws_json1_1TableList(output.Tables, context)
1105
1105
  : undefined,
@@ -1107,8 +1107,8 @@ const deserializeAws_json1_1ListTablesResponse = (output, context) => {
1107
1107
  };
1108
1108
  const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
1109
1109
  return {
1110
- Message: (0, smithy_client_1.expectString)(output.Message),
1111
- ResourceId: (0, smithy_client_1.expectString)(output.ResourceId),
1110
+ Message: smithy_client_1.expectString(output.Message),
1111
+ ResourceId: smithy_client_1.expectString(output.ResourceId),
1112
1112
  };
1113
1113
  };
1114
1114
  const deserializeAws_json1_1SchemaList = (output, context) => {
@@ -1118,13 +1118,13 @@ const deserializeAws_json1_1SchemaList = (output, context) => {
1118
1118
  if (entry === null) {
1119
1119
  return null;
1120
1120
  }
1121
- return (0, smithy_client_1.expectString)(entry);
1121
+ return smithy_client_1.expectString(entry);
1122
1122
  });
1123
1123
  };
1124
1124
  const deserializeAws_json1_1SqlParameter = (output, context) => {
1125
1125
  return {
1126
- name: (0, smithy_client_1.expectString)(output.name),
1127
- value: (0, smithy_client_1.expectString)(output.value),
1126
+ name: smithy_client_1.expectString(output.name),
1127
+ value: smithy_client_1.expectString(output.value),
1128
1128
  };
1129
1129
  };
1130
1130
  const deserializeAws_json1_1SqlParametersList = (output, context) => {
@@ -1150,22 +1150,22 @@ const deserializeAws_json1_1SqlRecords = (output, context) => {
1150
1150
  const deserializeAws_json1_1StatementData = (output, context) => {
1151
1151
  return {
1152
1152
  CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
1153
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
1153
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
1154
1154
  : undefined,
1155
- Id: (0, smithy_client_1.expectString)(output.Id),
1156
- IsBatchStatement: (0, smithy_client_1.expectBoolean)(output.IsBatchStatement),
1155
+ Id: smithy_client_1.expectString(output.Id),
1156
+ IsBatchStatement: smithy_client_1.expectBoolean(output.IsBatchStatement),
1157
1157
  QueryParameters: output.QueryParameters !== undefined && output.QueryParameters !== null
1158
1158
  ? deserializeAws_json1_1SqlParametersList(output.QueryParameters, context)
1159
1159
  : undefined,
1160
- QueryString: (0, smithy_client_1.expectString)(output.QueryString),
1160
+ QueryString: smithy_client_1.expectString(output.QueryString),
1161
1161
  QueryStrings: output.QueryStrings !== undefined && output.QueryStrings !== null
1162
1162
  ? deserializeAws_json1_1StatementStringList(output.QueryStrings, context)
1163
1163
  : undefined,
1164
- SecretArn: (0, smithy_client_1.expectString)(output.SecretArn),
1165
- StatementName: (0, smithy_client_1.expectString)(output.StatementName),
1166
- Status: (0, smithy_client_1.expectString)(output.Status),
1164
+ SecretArn: smithy_client_1.expectString(output.SecretArn),
1165
+ StatementName: smithy_client_1.expectString(output.StatementName),
1166
+ Status: smithy_client_1.expectString(output.Status),
1167
1167
  UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
1168
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.UpdatedAt)))
1168
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.UpdatedAt)))
1169
1169
  : undefined,
1170
1170
  };
1171
1171
  };
@@ -1186,25 +1186,25 @@ const deserializeAws_json1_1StatementStringList = (output, context) => {
1186
1186
  if (entry === null) {
1187
1187
  return null;
1188
1188
  }
1189
- return (0, smithy_client_1.expectString)(entry);
1189
+ return smithy_client_1.expectString(entry);
1190
1190
  });
1191
1191
  };
1192
1192
  const deserializeAws_json1_1SubStatementData = (output, context) => {
1193
1193
  return {
1194
1194
  CreatedAt: output.CreatedAt !== undefined && output.CreatedAt !== null
1195
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreatedAt)))
1195
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreatedAt)))
1196
1196
  : undefined,
1197
- Duration: (0, smithy_client_1.expectLong)(output.Duration),
1198
- Error: (0, smithy_client_1.expectString)(output.Error),
1199
- HasResultSet: (0, smithy_client_1.expectBoolean)(output.HasResultSet),
1200
- Id: (0, smithy_client_1.expectString)(output.Id),
1201
- QueryString: (0, smithy_client_1.expectString)(output.QueryString),
1202
- RedshiftQueryId: (0, smithy_client_1.expectLong)(output.RedshiftQueryId),
1203
- ResultRows: (0, smithy_client_1.expectLong)(output.ResultRows),
1204
- ResultSize: (0, smithy_client_1.expectLong)(output.ResultSize),
1205
- Status: (0, smithy_client_1.expectString)(output.Status),
1197
+ Duration: smithy_client_1.expectLong(output.Duration),
1198
+ Error: smithy_client_1.expectString(output.Error),
1199
+ HasResultSet: smithy_client_1.expectBoolean(output.HasResultSet),
1200
+ Id: smithy_client_1.expectString(output.Id),
1201
+ QueryString: smithy_client_1.expectString(output.QueryString),
1202
+ RedshiftQueryId: smithy_client_1.expectLong(output.RedshiftQueryId),
1203
+ ResultRows: smithy_client_1.expectLong(output.ResultRows),
1204
+ ResultSize: smithy_client_1.expectLong(output.ResultSize),
1205
+ Status: smithy_client_1.expectString(output.Status),
1206
1206
  UpdatedAt: output.UpdatedAt !== undefined && output.UpdatedAt !== null
1207
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.UpdatedAt)))
1207
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.UpdatedAt)))
1208
1208
  : undefined,
1209
1209
  };
1210
1210
  };
@@ -1230,14 +1230,14 @@ const deserializeAws_json1_1TableList = (output, context) => {
1230
1230
  };
1231
1231
  const deserializeAws_json1_1TableMember = (output, context) => {
1232
1232
  return {
1233
- name: (0, smithy_client_1.expectString)(output.name),
1234
- schema: (0, smithy_client_1.expectString)(output.schema),
1235
- type: (0, smithy_client_1.expectString)(output.type),
1233
+ name: smithy_client_1.expectString(output.name),
1234
+ schema: smithy_client_1.expectString(output.schema),
1235
+ type: smithy_client_1.expectString(output.type),
1236
1236
  };
1237
1237
  };
1238
1238
  const deserializeAws_json1_1ValidationException = (output, context) => {
1239
1239
  return {
1240
- Message: (0, smithy_client_1.expectString)(output.Message),
1240
+ Message: smithy_client_1.expectString(output.Message),
1241
1241
  };
1242
1242
  };
1243
1243
  const deserializeMetadata = (output) => {