@aws-sdk/client-appflow 3.34.0 → 3.37.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 (262) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/Appflow.js +0 -44
  3. package/dist-cjs/AppflowClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/CreateConnectorProfileCommand.js +2 -30
  5. package/{dist/cjs → dist-cjs}/commands/CreateFlowCommand.js +2 -30
  6. package/{dist/cjs → dist-cjs}/commands/DeleteConnectorProfileCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/DeleteFlowCommand.js +2 -29
  8. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorEntityCommand.js +2 -28
  9. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorProfilesCommand.js +2 -31
  10. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorsCommand.js +2 -31
  11. package/{dist/cjs → dist-cjs}/commands/DescribeFlowCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/DescribeFlowExecutionRecordsCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/ListConnectorEntitiesCommand.js +2 -30
  14. package/{dist/cjs → dist-cjs}/commands/ListFlowsCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/StartFlowCommand.js +2 -28
  17. package/{dist/cjs → dist-cjs}/commands/StopFlowCommand.js +2 -29
  18. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  20. package/{dist/cjs → dist-cjs}/commands/UpdateConnectorProfileCommand.js +2 -27
  21. package/{dist/cjs → dist-cjs}/commands/UpdateFlowCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  23. package/{dist/cjs → dist-cjs}/index.js +0 -1
  24. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  25. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -484
  26. package/{dist/cjs → dist-cjs}/pagination/DescribeConnectorProfilesPaginator.js +0 -11
  27. package/{dist/cjs → dist-cjs}/pagination/DescribeConnectorsPaginator.js +0 -11
  28. package/{dist/cjs → dist-cjs}/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -11
  29. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  30. package/{dist/cjs → dist-cjs}/pagination/ListFlowsPaginator.js +0 -11
  31. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +15 -21
  32. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  33. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  34. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  35. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  36. package/{dist/es → dist-es}/Appflow.js +0 -1
  37. package/{dist/es → dist-es}/AppflowClient.js +1 -2
  38. package/{dist/es → dist-es}/commands/CreateConnectorProfileCommand.js +2 -3
  39. package/{dist/es → dist-es}/commands/CreateFlowCommand.js +2 -3
  40. package/{dist/es → dist-es}/commands/DeleteConnectorProfileCommand.js +2 -3
  41. package/{dist/es → dist-es}/commands/DeleteFlowCommand.js +2 -3
  42. package/{dist/es → dist-es}/commands/DescribeConnectorEntityCommand.js +2 -3
  43. package/{dist/es → dist-es}/commands/DescribeConnectorProfilesCommand.js +2 -3
  44. package/{dist/es → dist-es}/commands/DescribeConnectorsCommand.js +2 -3
  45. package/{dist/es → dist-es}/commands/DescribeFlowCommand.js +2 -3
  46. package/{dist/es → dist-es}/commands/DescribeFlowExecutionRecordsCommand.js +2 -3
  47. package/{dist/es → dist-es}/commands/ListConnectorEntitiesCommand.js +2 -3
  48. package/{dist/es → dist-es}/commands/ListFlowsCommand.js +2 -3
  49. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  50. package/{dist/es → dist-es}/commands/StartFlowCommand.js +2 -3
  51. package/{dist/es → dist-es}/commands/StopFlowCommand.js +2 -3
  52. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  53. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  54. package/{dist/es → dist-es}/commands/UpdateConnectorProfileCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/UpdateFlowCommand.js +2 -3
  56. package/{dist/es → dist-es}/endpoints.js +1 -2
  57. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  58. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  59. package/{dist/es → dist-es}/models/models_0.js +0 -1
  60. package/{dist/es → dist-es}/pagination/DescribeConnectorProfilesPaginator.js +0 -1
  61. package/{dist/es → dist-es}/pagination/DescribeConnectorsPaginator.js +0 -1
  62. package/{dist/es → dist-es}/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -1
  63. package/dist-es/pagination/Interfaces.js +1 -0
  64. package/{dist/es → dist-es}/pagination/ListFlowsPaginator.js +0 -1
  65. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
  66. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  67. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  68. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  69. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  70. package/{dist/types → dist-types}/Appflow.d.ts +1 -1
  71. package/{dist/types → dist-types}/AppflowClient.d.ts +8 -8
  72. package/{dist/types → dist-types}/commands/CreateConnectorProfileCommand.d.ts +2 -2
  73. package/{dist/types → dist-types}/commands/CreateFlowCommand.d.ts +2 -2
  74. package/{dist/types → dist-types}/commands/DeleteConnectorProfileCommand.d.ts +2 -2
  75. package/{dist/types → dist-types}/commands/DeleteFlowCommand.d.ts +2 -2
  76. package/{dist/types → dist-types}/commands/DescribeConnectorEntityCommand.d.ts +2 -2
  77. package/{dist/types → dist-types}/commands/DescribeConnectorProfilesCommand.d.ts +2 -2
  78. package/{dist/types → dist-types}/commands/DescribeConnectorsCommand.d.ts +2 -2
  79. package/{dist/types → dist-types}/commands/DescribeFlowCommand.d.ts +2 -2
  80. package/{dist/types → dist-types}/commands/DescribeFlowExecutionRecordsCommand.d.ts +2 -2
  81. package/{dist/types → dist-types}/commands/ListConnectorEntitiesCommand.d.ts +2 -2
  82. package/{dist/types → dist-types}/commands/ListFlowsCommand.d.ts +2 -2
  83. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  84. package/{dist/types → dist-types}/commands/StartFlowCommand.d.ts +2 -2
  85. package/{dist/types → dist-types}/commands/StopFlowCommand.d.ts +2 -2
  86. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  87. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  88. package/{dist/types → dist-types}/commands/UpdateConnectorProfileCommand.d.ts +2 -2
  89. package/{dist/types → dist-types}/commands/UpdateFlowCommand.d.ts +2 -2
  90. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  91. package/{index.ts → dist-types/index.d.ts} +0 -0
  92. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  93. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  94. package/{dist/types → dist-types}/pagination/DescribeConnectorProfilesPaginator.d.ts +1 -1
  95. package/{dist/types → dist-types}/pagination/DescribeConnectorsPaginator.d.ts +1 -1
  96. package/{dist/types → dist-types}/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +1 -1
  97. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  98. package/{dist/types → dist-types}/pagination/ListFlowsPaginator.d.ts +1 -1
  99. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  100. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  101. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  102. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  103. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  104. package/{dist/types → dist-types}/ts3.4/Appflow.d.ts +20 -121
  105. package/{dist/types → dist-types}/ts3.4/AppflowClient.d.ts +32 -137
  106. package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +17 -0
  108. package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +4 -22
  109. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +17 -0
  114. package/{dist/types → dist-types}/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +4 -22
  115. package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +17 -0
  117. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  118. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  121. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +4 -22
  122. package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +4 -22
  123. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +17 -0
  124. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  125. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  126. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  127. package/dist-types/ts3.4/models/models_0.d.ts +2397 -0
  128. package/{dist/types → dist-types}/ts3.4/pagination/DescribeConnectorProfilesPaginator.d.ts +1 -1
  129. package/{dist/types → dist-types}/ts3.4/pagination/DescribeConnectorsPaginator.d.ts +1 -1
  130. package/{dist/types → dist-types}/ts3.4/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +1 -1
  131. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  132. package/{dist/types → dist-types}/ts3.4/pagination/ListFlowsPaginator.d.ts +1 -1
  133. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  134. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  135. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  136. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  137. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  138. package/package.json +45 -42
  139. package/Appflow.ts +0 -663
  140. package/AppflowClient.ts +0 -353
  141. package/commands/CreateConnectorProfileCommand.ts +0 -97
  142. package/commands/CreateFlowCommand.ts +0 -97
  143. package/commands/DeleteConnectorProfileCommand.ts +0 -94
  144. package/commands/DeleteFlowCommand.ts +0 -96
  145. package/commands/DescribeConnectorEntityCommand.ts +0 -95
  146. package/commands/DescribeConnectorProfilesCommand.ts +0 -101
  147. package/commands/DescribeConnectorsCommand.ts +0 -98
  148. package/commands/DescribeFlowCommand.ts +0 -94
  149. package/commands/DescribeFlowExecutionRecordsCommand.ts +0 -99
  150. package/commands/ListConnectorEntitiesCommand.ts +0 -97
  151. package/commands/ListFlowsCommand.ts +0 -94
  152. package/commands/ListTagsForResourceCommand.ts +0 -94
  153. package/commands/StartFlowCommand.ts +0 -95
  154. package/commands/StopFlowCommand.ts +0 -96
  155. package/commands/TagResourceCommand.ts +0 -94
  156. package/commands/UntagResourceCommand.ts +0 -94
  157. package/commands/UpdateConnectorProfileCommand.ts +0 -94
  158. package/commands/UpdateFlowCommand.ts +0 -94
  159. package/dist/cjs/Appflow.js.map +0 -1
  160. package/dist/cjs/AppflowClient.js +0 -84
  161. package/dist/cjs/AppflowClient.js.map +0 -1
  162. package/dist/cjs/commands/CreateConnectorProfileCommand.js.map +0 -1
  163. package/dist/cjs/commands/CreateFlowCommand.js.map +0 -1
  164. package/dist/cjs/commands/DeleteConnectorProfileCommand.js.map +0 -1
  165. package/dist/cjs/commands/DeleteFlowCommand.js.map +0 -1
  166. package/dist/cjs/commands/DescribeConnectorEntityCommand.js.map +0 -1
  167. package/dist/cjs/commands/DescribeConnectorProfilesCommand.js.map +0 -1
  168. package/dist/cjs/commands/DescribeConnectorsCommand.js.map +0 -1
  169. package/dist/cjs/commands/DescribeFlowCommand.js.map +0 -1
  170. package/dist/cjs/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
  171. package/dist/cjs/commands/ListConnectorEntitiesCommand.js.map +0 -1
  172. package/dist/cjs/commands/ListFlowsCommand.js.map +0 -1
  173. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  174. package/dist/cjs/commands/StartFlowCommand.js.map +0 -1
  175. package/dist/cjs/commands/StopFlowCommand.js.map +0 -1
  176. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  177. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  178. package/dist/cjs/commands/UpdateConnectorProfileCommand.js.map +0 -1
  179. package/dist/cjs/commands/UpdateFlowCommand.js.map +0 -1
  180. package/dist/cjs/endpoints.js.map +0 -1
  181. package/dist/cjs/index.js.map +0 -1
  182. package/dist/cjs/models/index.js.map +0 -1
  183. package/dist/cjs/models/models_0.js.map +0 -1
  184. package/dist/cjs/package.json +0 -91
  185. package/dist/cjs/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
  186. package/dist/cjs/pagination/DescribeConnectorsPaginator.js.map +0 -1
  187. package/dist/cjs/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
  188. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  189. package/dist/cjs/pagination/ListFlowsPaginator.js.map +0 -1
  190. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  191. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  192. package/dist/cjs/runtimeConfig.js.map +0 -1
  193. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  194. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  195. package/dist/es/Appflow.js.map +0 -1
  196. package/dist/es/AppflowClient.js.map +0 -1
  197. package/dist/es/commands/CreateConnectorProfileCommand.js.map +0 -1
  198. package/dist/es/commands/CreateFlowCommand.js.map +0 -1
  199. package/dist/es/commands/DeleteConnectorProfileCommand.js.map +0 -1
  200. package/dist/es/commands/DeleteFlowCommand.js.map +0 -1
  201. package/dist/es/commands/DescribeConnectorEntityCommand.js.map +0 -1
  202. package/dist/es/commands/DescribeConnectorProfilesCommand.js.map +0 -1
  203. package/dist/es/commands/DescribeConnectorsCommand.js.map +0 -1
  204. package/dist/es/commands/DescribeFlowCommand.js.map +0 -1
  205. package/dist/es/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
  206. package/dist/es/commands/ListConnectorEntitiesCommand.js.map +0 -1
  207. package/dist/es/commands/ListFlowsCommand.js.map +0 -1
  208. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  209. package/dist/es/commands/StartFlowCommand.js.map +0 -1
  210. package/dist/es/commands/StopFlowCommand.js.map +0 -1
  211. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  212. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  213. package/dist/es/commands/UpdateConnectorProfileCommand.js.map +0 -1
  214. package/dist/es/commands/UpdateFlowCommand.js.map +0 -1
  215. package/dist/es/endpoints.js.map +0 -1
  216. package/dist/es/index.js +0 -27
  217. package/dist/es/index.js.map +0 -1
  218. package/dist/es/models/index.js +0 -2
  219. package/dist/es/models/index.js.map +0 -1
  220. package/dist/es/models/models_0.js.map +0 -1
  221. package/dist/es/package.json +0 -91
  222. package/dist/es/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
  223. package/dist/es/pagination/DescribeConnectorsPaginator.js.map +0 -1
  224. package/dist/es/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
  225. package/dist/es/pagination/Interfaces.js +0 -2
  226. package/dist/es/pagination/Interfaces.js.map +0 -1
  227. package/dist/es/pagination/ListFlowsPaginator.js.map +0 -1
  228. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  229. package/dist/es/runtimeConfig.browser.js.map +0 -1
  230. package/dist/es/runtimeConfig.js.map +0 -1
  231. package/dist/es/runtimeConfig.native.js.map +0 -1
  232. package/dist/es/runtimeConfig.shared.js.map +0 -1
  233. package/dist/types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +0 -38
  234. package/dist/types/ts3.4/commands/CreateFlowCommand.d.ts +0 -38
  235. package/dist/types/ts3.4/commands/DeleteFlowCommand.d.ts +0 -37
  236. package/dist/types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +0 -36
  237. package/dist/types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +0 -39
  238. package/dist/types/ts3.4/commands/DescribeConnectorsCommand.d.ts +0 -39
  239. package/dist/types/ts3.4/commands/DescribeFlowCommand.d.ts +0 -35
  240. package/dist/types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +0 -38
  241. package/dist/types/ts3.4/commands/ListFlowsCommand.d.ts +0 -35
  242. package/dist/types/ts3.4/commands/StartFlowCommand.d.ts +0 -36
  243. package/dist/types/ts3.4/commands/StopFlowCommand.d.ts +0 -37
  244. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  245. package/dist/types/ts3.4/commands/UpdateFlowCommand.d.ts +0 -35
  246. package/dist/types/ts3.4/models/models_0.d.ts +0 -4030
  247. package/endpoints.ts +0 -57
  248. package/jest.config.js +0 -4
  249. package/models/models_0.ts +0 -5012
  250. package/pagination/DescribeConnectorProfilesPaginator.ts +0 -58
  251. package/pagination/DescribeConnectorsPaginator.ts +0 -57
  252. package/pagination/DescribeFlowExecutionRecordsPaginator.ts +0 -58
  253. package/pagination/Interfaces.ts +0 -7
  254. package/pagination/ListFlowsPaginator.ts +0 -54
  255. package/protocols/Aws_restJson1.ts +0 -5151
  256. package/runtimeConfig.browser.ts +0 -40
  257. package/runtimeConfig.native.ts +0 -16
  258. package/runtimeConfig.shared.ts +0 -16
  259. package/runtimeConfig.ts +0 -45
  260. package/tsconfig.es.json +0 -10
  261. package/tsconfig.json +0 -31
  262. package/tsconfig.types.json +0 -8
@@ -4,22 +4,13 @@ exports.paginateDescribeConnectorProfiles = void 0;
4
4
  const Appflow_1 = require("../Appflow");
5
5
  const AppflowClient_1 = require("../AppflowClient");
6
6
  const DescribeConnectorProfilesCommand_1 = require("../commands/DescribeConnectorProfilesCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new DescribeConnectorProfilesCommand_1.DescribeConnectorProfilesCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.describeConnectorProfiles(input, ...args);
20
12
  };
21
13
  async function* paginateDescribeConnectorProfiles(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateDescribeConnectorProfiles(config, input, ...additionalAr
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateDescribeConnectorProfiles = paginateDescribeConnectorProfiles;
46
- //# sourceMappingURL=DescribeConnectorProfilesPaginator.js.map
@@ -4,22 +4,13 @@ exports.paginateDescribeConnectors = void 0;
4
4
  const Appflow_1 = require("../Appflow");
5
5
  const AppflowClient_1 = require("../AppflowClient");
6
6
  const DescribeConnectorsCommand_1 = require("../commands/DescribeConnectorsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new DescribeConnectorsCommand_1.DescribeConnectorsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.describeConnectors(input, ...args);
20
12
  };
21
13
  async function* paginateDescribeConnectors(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -38,8 +29,6 @@ async function* paginateDescribeConnectors(config, input, ...additionalArguments
38
29
  token = page.nextToken;
39
30
  hasNext = !!token;
40
31
  }
41
- // @ts-ignore
42
32
  return undefined;
43
33
  }
44
34
  exports.paginateDescribeConnectors = paginateDescribeConnectors;
45
- //# sourceMappingURL=DescribeConnectorsPaginator.js.map
@@ -4,22 +4,13 @@ exports.paginateDescribeFlowExecutionRecords = void 0;
4
4
  const Appflow_1 = require("../Appflow");
5
5
  const AppflowClient_1 = require("../AppflowClient");
6
6
  const DescribeFlowExecutionRecordsCommand_1 = require("../commands/DescribeFlowExecutionRecordsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new DescribeFlowExecutionRecordsCommand_1.DescribeFlowExecutionRecordsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.describeFlowExecutionRecords(input, ...args);
20
12
  };
21
13
  async function* paginateDescribeFlowExecutionRecords(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateDescribeFlowExecutionRecords(config, input, ...additiona
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateDescribeFlowExecutionRecords = paginateDescribeFlowExecutionRecords;
46
- //# sourceMappingURL=DescribeFlowExecutionRecordsPaginator.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -4,22 +4,13 @@ exports.paginateListFlows = void 0;
4
4
  const Appflow_1 = require("../Appflow");
5
5
  const AppflowClient_1 = require("../AppflowClient");
6
6
  const ListFlowsCommand_1 = require("../commands/ListFlowsCommand");
7
- /**
8
- * @private
9
- */
10
7
  const makePagedClientRequest = async (client, input, ...args) => {
11
- // @ts-ignore
12
8
  return await client.send(new ListFlowsCommand_1.ListFlowsCommand(input), ...args);
13
9
  };
14
- /**
15
- * @private
16
- */
17
10
  const makePagedRequest = async (client, input, ...args) => {
18
- // @ts-ignore
19
11
  return await client.listFlows(input, ...args);
20
12
  };
21
13
  async function* paginateListFlows(config, input, ...additionalArguments) {
22
- // ToDo: replace with actual type instead of typeof input.nextToken
23
14
  let token = config.startingToken || undefined;
24
15
  let hasNext = true;
25
16
  let page;
@@ -39,8 +30,6 @@ async function* paginateListFlows(config, input, ...additionalArguments) {
39
30
  token = page.nextToken;
40
31
  hasNext = !!token;
41
32
  }
42
- // @ts-ignore
43
33
  return undefined;
44
34
  }
45
35
  exports.paginateListFlows = paginateListFlows;
46
- //# sourceMappingURL=ListFlowsPaginator.js.map
@@ -8,7 +8,7 @@ const serializeAws_restJson1CreateConnectorProfileCommand = async (input, contex
8
8
  const headers = {
9
9
  "content-type": "application/json",
10
10
  };
11
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/create-connector-profile";
11
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/create-connector-profile";
12
12
  let body;
13
13
  body = JSON.stringify({
14
14
  ...(input.connectionMode !== undefined &&
@@ -38,7 +38,7 @@ const serializeAws_restJson1CreateFlowCommand = async (input, context) => {
38
38
  const headers = {
39
39
  "content-type": "application/json",
40
40
  };
41
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/create-flow";
41
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/create-flow";
42
42
  let body;
43
43
  body = JSON.stringify({
44
44
  ...(input.description !== undefined && input.description !== null && { description: input.description }),
@@ -76,7 +76,7 @@ const serializeAws_restJson1DeleteConnectorProfileCommand = async (input, contex
76
76
  const headers = {
77
77
  "content-type": "application/json",
78
78
  };
79
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/delete-connector-profile";
79
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/delete-connector-profile";
80
80
  let body;
81
81
  body = JSON.stringify({
82
82
  ...(input.connectorProfileName !== undefined &&
@@ -99,7 +99,7 @@ const serializeAws_restJson1DeleteFlowCommand = async (input, context) => {
99
99
  const headers = {
100
100
  "content-type": "application/json",
101
101
  };
102
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/delete-flow";
102
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/delete-flow";
103
103
  let body;
104
104
  body = JSON.stringify({
105
105
  ...(input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName }),
@@ -121,7 +121,7 @@ const serializeAws_restJson1DescribeConnectorEntityCommand = async (input, conte
121
121
  const headers = {
122
122
  "content-type": "application/json",
123
123
  };
124
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-connector-entity";
124
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-connector-entity";
125
125
  let body;
126
126
  body = JSON.stringify({
127
127
  ...(input.connectorEntityName !== undefined &&
@@ -146,7 +146,7 @@ const serializeAws_restJson1DescribeConnectorProfilesCommand = async (input, con
146
146
  const headers = {
147
147
  "content-type": "application/json",
148
148
  };
149
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-connector-profiles";
149
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-connector-profiles";
150
150
  let body;
151
151
  body = JSON.stringify({
152
152
  ...(input.connectorProfileNames !== undefined &&
@@ -173,7 +173,7 @@ const serializeAws_restJson1DescribeConnectorsCommand = async (input, context) =
173
173
  const headers = {
174
174
  "content-type": "application/json",
175
175
  };
176
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-connectors";
176
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-connectors";
177
177
  let body;
178
178
  body = JSON.stringify({
179
179
  ...(input.connectorTypes !== undefined &&
@@ -198,7 +198,7 @@ const serializeAws_restJson1DescribeFlowCommand = async (input, context) => {
198
198
  const headers = {
199
199
  "content-type": "application/json",
200
200
  };
201
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-flow";
201
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-flow";
202
202
  let body;
203
203
  body = JSON.stringify({
204
204
  ...(input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName }),
@@ -219,7 +219,7 @@ const serializeAws_restJson1DescribeFlowExecutionRecordsCommand = async (input,
219
219
  const headers = {
220
220
  "content-type": "application/json",
221
221
  };
222
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-flow-execution-records";
222
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/describe-flow-execution-records";
223
223
  let body;
224
224
  body = JSON.stringify({
225
225
  ...(input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName }),
@@ -242,7 +242,7 @@ const serializeAws_restJson1ListConnectorEntitiesCommand = async (input, context
242
242
  const headers = {
243
243
  "content-type": "application/json",
244
244
  };
245
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/list-connector-entities";
245
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/list-connector-entities";
246
246
  let body;
247
247
  body = JSON.stringify({
248
248
  ...(input.connectorProfileName !== undefined &&
@@ -266,7 +266,7 @@ const serializeAws_restJson1ListFlowsCommand = async (input, context) => {
266
266
  const headers = {
267
267
  "content-type": "application/json",
268
268
  };
269
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/list-flows";
269
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/list-flows";
270
270
  let body;
271
271
  body = JSON.stringify({
272
272
  ...(input.maxResults !== undefined && input.maxResults !== null && { maxResults: input.maxResults }),
@@ -314,7 +314,7 @@ const serializeAws_restJson1StartFlowCommand = async (input, context) => {
314
314
  const headers = {
315
315
  "content-type": "application/json",
316
316
  };
317
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/start-flow";
317
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/start-flow";
318
318
  let body;
319
319
  body = JSON.stringify({
320
320
  ...(input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName }),
@@ -335,7 +335,7 @@ const serializeAws_restJson1StopFlowCommand = async (input, context) => {
335
335
  const headers = {
336
336
  "content-type": "application/json",
337
337
  };
338
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/stop-flow";
338
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/stop-flow";
339
339
  let body;
340
340
  body = JSON.stringify({
341
341
  ...(input.flowName !== undefined && input.flowName !== null && { flowName: input.flowName }),
@@ -417,7 +417,7 @@ const serializeAws_restJson1UpdateConnectorProfileCommand = async (input, contex
417
417
  const headers = {
418
418
  "content-type": "application/json",
419
419
  };
420
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/update-connector-profile";
420
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/update-connector-profile";
421
421
  let body;
422
422
  body = JSON.stringify({
423
423
  ...(input.connectionMode !== undefined &&
@@ -445,7 +445,7 @@ const serializeAws_restJson1UpdateFlowCommand = async (input, context) => {
445
445
  const headers = {
446
446
  "content-type": "application/json",
447
447
  };
448
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/update-flow";
448
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/update-flow";
449
449
  let body;
450
450
  body = JSON.stringify({
451
451
  ...(input.description !== undefined && input.description !== null && { description: input.description }),
@@ -3951,14 +3951,12 @@ const deserializeMetadata = (output) => {
3951
3951
  cfId: output.headers["x-amz-cf-id"],
3952
3952
  });
3953
3953
  };
3954
- // Collect low-level response body stream to Uint8Array.
3955
3954
  const collectBody = (streamBody = new Uint8Array(), context) => {
3956
3955
  if (streamBody instanceof Uint8Array) {
3957
3956
  return Promise.resolve(streamBody);
3958
3957
  }
3959
3958
  return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
3960
3959
  };
3961
- // Encode Uint8Array data into string with utf-8.
3962
3960
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
3963
3961
  const isSerializableHeaderValue = (value) => value !== undefined &&
3964
3962
  value !== null &&
@@ -3971,9 +3969,6 @@ const parseBody = (streamBody, context) => collectBodyString(streamBody, context
3971
3969
  }
3972
3970
  return {};
3973
3971
  });
3974
- /**
3975
- * Load an error code for the aws.rest-json-1.1 protocol.
3976
- */
3977
3972
  const loadRestJsonErrorCode = (output, data) => {
3978
3973
  const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
3979
3974
  const sanitizeErrorCode = (rawValue) => {
@@ -3998,4 +3993,3 @@ const loadRestJsonErrorCode = (output, data) => {
3998
3993
  }
3999
3994
  return "";
4000
3995
  };
4001
- //# sourceMappingURL=Aws_restJson1.js.map
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
7
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
8
8
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -12,9 +12,6 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
12
12
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
13
13
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
14
14
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
15
- /**
16
- * @internal
17
- */
18
15
  const getRuntimeConfig = (config) => {
19
16
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
20
17
  const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
@@ -38,4 +35,3 @@ const getRuntimeConfig = (config) => {
38
35
  };
39
36
  };
40
37
  exports.getRuntimeConfig = getRuntimeConfig;
41
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const package_json_1 = tslib_1.__importDefault(require("./package.json"));
5
+ const package_json_1 = tslib_1.__importDefault(require("../package.json"));
6
6
  const client_sts_1 = require("@aws-sdk/client-sts");
7
7
  const config_resolver_1 = require("@aws-sdk/config-resolver");
8
8
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -16,9 +16,6 @@ const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
16
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
17
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
18
18
  const smithy_client_1 = require("@aws-sdk/smithy-client");
19
- /**
20
- * @internal
21
- */
22
19
  const getRuntimeConfig = (config) => {
23
20
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
24
21
  smithy_client_1.emitWarningIfUnsupportedVersion(process.version);
@@ -43,4 +40,3 @@ const getRuntimeConfig = (config) => {
43
40
  };
44
41
  };
45
42
  exports.getRuntimeConfig = getRuntimeConfig;
46
- //# sourceMappingURL=runtimeConfig.js.map
@@ -3,9 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const sha256_js_1 = require("@aws-crypto/sha256-js");
5
5
  const runtimeConfig_browser_1 = require("./runtimeConfig.browser");
6
- /**
7
- * @internal
8
- */
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a;
11
8
  const browserDefaults = runtimeConfig_browser_1.getRuntimeConfig(config);
@@ -17,4 +14,3 @@ const getRuntimeConfig = (config) => {
17
14
  };
18
15
  };
19
16
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,11 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
- const endpoints_1 = require("./endpoints");
5
4
  const url_parser_1 = require("@aws-sdk/url-parser");
6
- /**
7
- * @internal
8
- */
5
+ const endpoints_1 = require("./endpoints");
9
6
  const getRuntimeConfig = (config) => {
10
7
  var _a, _b, _c, _d, _e;
11
8
  return ({
@@ -18,4 +15,3 @@ const getRuntimeConfig = (config) => {
18
15
  });
19
16
  };
20
17
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -278,4 +278,3 @@ var Appflow = (function (_super) {
278
278
  return Appflow;
279
279
  }(AppflowClient));
280
280
  export { Appflow };
281
- //# sourceMappingURL=Appflow.js.map
@@ -1,5 +1,4 @@
1
1
  import { __extends } from "tslib";
2
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
3
2
  import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
4
3
  import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
5
4
  import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
@@ -8,6 +7,7 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
8
7
  import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
9
8
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
10
9
  import { Client as __Client, } from "@aws-sdk/smithy-client";
10
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
11
  var AppflowClient = (function (_super) {
12
12
  __extends(AppflowClient, _super);
13
13
  function AppflowClient(configuration) {
@@ -35,4 +35,3 @@ var AppflowClient = (function (_super) {
35
35
  return AppflowClient;
36
36
  }(__Client));
37
37
  export { AppflowClient };
38
- //# sourceMappingURL=AppflowClient.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { CreateConnectorProfileRequest, CreateConnectorProfileResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1CreateConnectorProfileCommand, serializeAws_restJson1CreateConnectorProfileCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreateConnectorProfileRequest, CreateConnectorProfileResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CreateConnectorProfileCommand, serializeAws_restJson1CreateConnectorProfileCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateConnectorProfileCommand = (function (_super) {
7
7
  __extends(CreateConnectorProfileCommand, _super);
8
8
  function CreateConnectorProfileCommand(input) {
@@ -37,4 +37,3 @@ var CreateConnectorProfileCommand = (function (_super) {
37
37
  return CreateConnectorProfileCommand;
38
38
  }($Command));
39
39
  export { CreateConnectorProfileCommand };
40
- //# sourceMappingURL=CreateConnectorProfileCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1CreateFlowCommand, serializeAws_restJson1CreateFlowCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CreateFlowCommand, serializeAws_restJson1CreateFlowCommand, } from "../protocols/Aws_restJson1";
6
6
  var CreateFlowCommand = (function (_super) {
7
7
  __extends(CreateFlowCommand, _super);
8
8
  function CreateFlowCommand(input) {
@@ -37,4 +37,3 @@ var CreateFlowCommand = (function (_super) {
37
37
  return CreateFlowCommand;
38
38
  }($Command));
39
39
  export { CreateFlowCommand };
40
- //# sourceMappingURL=CreateFlowCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteConnectorProfileCommand, serializeAws_restJson1DeleteConnectorProfileCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteConnectorProfileCommand, serializeAws_restJson1DeleteConnectorProfileCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteConnectorProfileCommand = (function (_super) {
7
7
  __extends(DeleteConnectorProfileCommand, _super);
8
8
  function DeleteConnectorProfileCommand(input) {
@@ -37,4 +37,3 @@ var DeleteConnectorProfileCommand = (function (_super) {
37
37
  return DeleteConnectorProfileCommand;
38
38
  }($Command));
39
39
  export { DeleteConnectorProfileCommand };
40
- //# sourceMappingURL=DeleteConnectorProfileCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteFlowCommand, serializeAws_restJson1DeleteFlowCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteFlowCommand, serializeAws_restJson1DeleteFlowCommand, } from "../protocols/Aws_restJson1";
6
6
  var DeleteFlowCommand = (function (_super) {
7
7
  __extends(DeleteFlowCommand, _super);
8
8
  function DeleteFlowCommand(input) {
@@ -37,4 +37,3 @@ var DeleteFlowCommand = (function (_super) {
37
37
  return DeleteFlowCommand;
38
38
  }($Command));
39
39
  export { DeleteFlowCommand };
40
- //# sourceMappingURL=DeleteFlowCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeConnectorEntityRequest, DescribeConnectorEntityResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeConnectorEntityCommand, serializeAws_restJson1DescribeConnectorEntityCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeConnectorEntityRequest, DescribeConnectorEntityResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeConnectorEntityCommand, serializeAws_restJson1DescribeConnectorEntityCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeConnectorEntityCommand = (function (_super) {
7
7
  __extends(DescribeConnectorEntityCommand, _super);
8
8
  function DescribeConnectorEntityCommand(input) {
@@ -37,4 +37,3 @@ var DescribeConnectorEntityCommand = (function (_super) {
37
37
  return DescribeConnectorEntityCommand;
38
38
  }($Command));
39
39
  export { DescribeConnectorEntityCommand };
40
- //# sourceMappingURL=DescribeConnectorEntityCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeConnectorProfilesRequest, DescribeConnectorProfilesResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeConnectorProfilesCommand, serializeAws_restJson1DescribeConnectorProfilesCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeConnectorProfilesRequest, DescribeConnectorProfilesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeConnectorProfilesCommand, serializeAws_restJson1DescribeConnectorProfilesCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeConnectorProfilesCommand = (function (_super) {
7
7
  __extends(DescribeConnectorProfilesCommand, _super);
8
8
  function DescribeConnectorProfilesCommand(input) {
@@ -37,4 +37,3 @@ var DescribeConnectorProfilesCommand = (function (_super) {
37
37
  return DescribeConnectorProfilesCommand;
38
38
  }($Command));
39
39
  export { DescribeConnectorProfilesCommand };
40
- //# sourceMappingURL=DescribeConnectorProfilesCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeConnectorsCommand, serializeAws_restJson1DescribeConnectorsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeConnectorsCommand, serializeAws_restJson1DescribeConnectorsCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeConnectorsCommand = (function (_super) {
7
7
  __extends(DescribeConnectorsCommand, _super);
8
8
  function DescribeConnectorsCommand(input) {
@@ -37,4 +37,3 @@ var DescribeConnectorsCommand = (function (_super) {
37
37
  return DescribeConnectorsCommand;
38
38
  }($Command));
39
39
  export { DescribeConnectorsCommand };
40
- //# sourceMappingURL=DescribeConnectorsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeFlowCommand, serializeAws_restJson1DescribeFlowCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeFlowCommand, serializeAws_restJson1DescribeFlowCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeFlowCommand = (function (_super) {
7
7
  __extends(DescribeFlowCommand, _super);
8
8
  function DescribeFlowCommand(input) {
@@ -37,4 +37,3 @@ var DescribeFlowCommand = (function (_super) {
37
37
  return DescribeFlowCommand;
38
38
  }($Command));
39
39
  export { DescribeFlowCommand };
40
- //# sourceMappingURL=DescribeFlowCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeFlowExecutionRecordsCommand, serializeAws_restJson1DescribeFlowExecutionRecordsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeFlowExecutionRecordsCommand, serializeAws_restJson1DescribeFlowExecutionRecordsCommand, } from "../protocols/Aws_restJson1";
6
6
  var DescribeFlowExecutionRecordsCommand = (function (_super) {
7
7
  __extends(DescribeFlowExecutionRecordsCommand, _super);
8
8
  function DescribeFlowExecutionRecordsCommand(input) {
@@ -37,4 +37,3 @@ var DescribeFlowExecutionRecordsCommand = (function (_super) {
37
37
  return DescribeFlowExecutionRecordsCommand;
38
38
  }($Command));
39
39
  export { DescribeFlowExecutionRecordsCommand };
40
- //# sourceMappingURL=DescribeFlowExecutionRecordsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListConnectorEntitiesRequest, ListConnectorEntitiesResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListConnectorEntitiesCommand, serializeAws_restJson1ListConnectorEntitiesCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListConnectorEntitiesRequest, ListConnectorEntitiesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListConnectorEntitiesCommand, serializeAws_restJson1ListConnectorEntitiesCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListConnectorEntitiesCommand = (function (_super) {
7
7
  __extends(ListConnectorEntitiesCommand, _super);
8
8
  function ListConnectorEntitiesCommand(input) {
@@ -37,4 +37,3 @@ var ListConnectorEntitiesCommand = (function (_super) {
37
37
  return ListConnectorEntitiesCommand;
38
38
  }($Command));
39
39
  export { ListConnectorEntitiesCommand };
40
- //# sourceMappingURL=ListConnectorEntitiesCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListFlowsCommand, serializeAws_restJson1ListFlowsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListFlowsCommand, serializeAws_restJson1ListFlowsCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListFlowsCommand = (function (_super) {
7
7
  __extends(ListFlowsCommand, _super);
8
8
  function ListFlowsCommand(input) {
@@ -37,4 +37,3 @@ var ListFlowsCommand = (function (_super) {
37
37
  return ListFlowsCommand;
38
38
  }($Command));
39
39
  export { ListFlowsCommand };
40
- //# sourceMappingURL=ListFlowsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
6
  var ListTagsForResourceCommand = (function (_super) {
7
7
  __extends(ListTagsForResourceCommand, _super);
8
8
  function ListTagsForResourceCommand(input) {
@@ -37,4 +37,3 @@ var ListTagsForResourceCommand = (function (_super) {
37
37
  return ListTagsForResourceCommand;
38
38
  }($Command));
39
39
  export { ListTagsForResourceCommand };
40
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1StartFlowCommand, serializeAws_restJson1StartFlowCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1StartFlowCommand, serializeAws_restJson1StartFlowCommand, } from "../protocols/Aws_restJson1";
6
6
  var StartFlowCommand = (function (_super) {
7
7
  __extends(StartFlowCommand, _super);
8
8
  function StartFlowCommand(input) {
@@ -37,4 +37,3 @@ var StartFlowCommand = (function (_super) {
37
37
  return StartFlowCommand;
38
38
  }($Command));
39
39
  export { StartFlowCommand };
40
- //# sourceMappingURL=StartFlowCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { StopFlowRequest, StopFlowResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1StopFlowCommand, serializeAws_restJson1StopFlowCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { StopFlowRequest, StopFlowResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1StopFlowCommand, serializeAws_restJson1StopFlowCommand, } from "../protocols/Aws_restJson1";
6
6
  var StopFlowCommand = (function (_super) {
7
7
  __extends(StopFlowCommand, _super);
8
8
  function StopFlowCommand(input) {
@@ -37,4 +37,3 @@ var StopFlowCommand = (function (_super) {
37
37
  return StopFlowCommand;
38
38
  }($Command));
39
39
  export { StopFlowCommand };
40
- //# sourceMappingURL=StopFlowCommand.js.map