@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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 10/15/2021 ([#2902](https://github.com/aws/aws-sdk-js-v3/issues/2902)) ([2730b54](https://github.com/aws/aws-sdk-js-v3/commit/2730b5424377944a5a2ad5e1ad7d3ca4135dae1c))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **clients:** emitDeclarationOnly in tsconfig.types.json ([#2893](https://github.com/aws/aws-sdk-js-v3/issues/2893)) ([6dc3d56](https://github.com/aws/aws-sdk-js-v3/commit/6dc3d56c20809c90cbdc4dd48627eeebc64af99d))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
29
+
30
+
31
+ ### Features
32
+
33
+ * publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
34
+ * **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
35
+ * **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
36
+
37
+
38
+
39
+
40
+
41
+ # [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
42
+
43
+
44
+ ### Features
45
+
46
+ * **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
47
+ * **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
48
+
49
+
50
+
51
+
52
+
6
53
  # [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
7
54
 
8
55
 
@@ -20,49 +20,6 @@ const TagResourceCommand_1 = require("./commands/TagResourceCommand");
20
20
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
21
21
  const UpdateConnectorProfileCommand_1 = require("./commands/UpdateConnectorProfileCommand");
22
22
  const UpdateFlowCommand_1 = require("./commands/UpdateFlowCommand");
23
- /**
24
- * <p>Welcome to the Amazon AppFlow API reference. This guide is for developers who need
25
- * detailed information about the Amazon AppFlow API operations, data types, and errors. </p>
26
- *
27
- * <p>Amazon AppFlow is a fully managed integration service that enables you to securely
28
- * transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
29
- * Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>
30
- *
31
- *
32
- *
33
- * <p>Use the following links to get started on the Amazon AppFlow API:</p>
34
- *
35
- * <ul>
36
- * <li>
37
- * <p>
38
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Operations.html">Actions</a>: An alphabetical list of all Amazon AppFlow API operations.</p>
39
- * </li>
40
- * <li>
41
- * <p>
42
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Types.html">Data
43
- * types</a>: An alphabetical list of all Amazon AppFlow data types.</p>
44
- * </li>
45
- * <li>
46
- * <p>
47
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonParameters.html">Common parameters</a>: Parameters that all Query operations can use.</p>
48
- * </li>
49
- * <li>
50
- * <p>
51
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonErrors.html">Common
52
- * errors</a>: Client and server errors that all operations can return.</p>
53
- * </li>
54
- * </ul>
55
- *
56
- * <p>If you're new to Amazon AppFlow, we recommend that you review the <a href="https://docs.aws.amazon.com/appflow/latest/userguide/what-is-appflow.html">Amazon AppFlow User
57
- * Guide</a>.</p>
58
- * <p>Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include
59
- * applicable OAuth attributes (such as <code>auth-code</code> and <code>redirecturi</code>) with
60
- * the connector-specific <code>ConnectorProfileProperties</code> when creating a new connector
61
- * profile using Amazon AppFlow API operations. For example, Salesforce users can refer to the
62
- * <a href="https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm">
63
- * <i>Authorize Apps with OAuth</i>
64
- * </a> documentation.</p>
65
- */
66
23
  class Appflow extends AppflowClient_1.AppflowClient {
67
24
  createConnectorProfile(args, optionsOrCb, cb) {
68
25
  const command = new CreateConnectorProfileCommand_1.CreateConnectorProfileCommand(args);
@@ -318,4 +275,3 @@ class Appflow extends AppflowClient_1.AppflowClient {
318
275
  }
319
276
  }
320
277
  exports.Appflow = Appflow;
321
- //# sourceMappingURL=Appflow.js.map
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AppflowClient = void 0;
4
+ const config_resolver_1 = require("@aws-sdk/config-resolver");
5
+ const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
+ const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
7
+ const middleware_logger_1 = require("@aws-sdk/middleware-logger");
8
+ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
9
+ const middleware_signing_1 = require("@aws-sdk/middleware-signing");
10
+ const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
11
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
+ const runtimeConfig_1 = require("./runtimeConfig");
13
+ class AppflowClient extends smithy_client_1.Client {
14
+ constructor(configuration) {
15
+ const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
+ const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
+ const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
+ const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
+ const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
+ const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
+ const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
22
+ super(_config_6);
23
+ this.config = _config_6;
24
+ this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
+ this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
+ this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
+ this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
+ this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
+ this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
30
+ }
31
+ destroy() {
32
+ super.destroy();
33
+ }
34
+ }
35
+ exports.AppflowClient = AppflowClient;
@@ -1,42 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateConnectorProfileCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota
10
- * of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota
11
- * allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support
12
- * channel. </p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { AppflowClient, CreateConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
17
- * // const { AppflowClient, CreateConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
18
- * const client = new AppflowClient(config);
19
- * const command = new CreateConnectorProfileCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link CreateConnectorProfileCommandInput} for command's `input` shape.
24
- * @see {@link CreateConnectorProfileCommandOutput} for command's `response` shape.
25
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
28
8
  class CreateConnectorProfileCommand extends smithy_client_1.Command {
29
- // Start section: command_properties
30
- // End section: command_properties
31
9
  constructor(input) {
32
- // Start section: command_constructor
33
10
  super();
34
11
  this.input = input;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  resolveMiddleware(clientStack, configuration, options) {
41
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -61,4 +34,3 @@ class CreateConnectorProfileCommand extends smithy_client_1.Command {
61
34
  }
62
35
  }
63
36
  exports.CreateConnectorProfileCommand = CreateConnectorProfileCommand;
64
- //# sourceMappingURL=CreateConnectorProfileCommand.js.map
@@ -1,42 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CreateFlowCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p> Enables your application to create a new flow using Amazon AppFlow. You must create a
10
- * connector profile before calling this API. Please note that the Request Syntax below shows
11
- * syntax for multiple destinations, however, you can only transfer data to one item in this list
12
- * at a time. Amazon AppFlow does not currently support flows to multiple destinations at once. </p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { AppflowClient, CreateFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
17
- * // const { AppflowClient, CreateFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
18
- * const client = new AppflowClient(config);
19
- * const command = new CreateFlowCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link CreateFlowCommandInput} for command's `input` shape.
24
- * @see {@link CreateFlowCommandOutput} for command's `response` shape.
25
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
28
8
  class CreateFlowCommand extends smithy_client_1.Command {
29
- // Start section: command_properties
30
- // End section: command_properties
31
9
  constructor(input) {
32
- // Start section: command_constructor
33
10
  super();
34
11
  this.input = input;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  resolveMiddleware(clientStack, configuration, options) {
41
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -61,4 +34,3 @@ class CreateFlowCommand extends smithy_client_1.Command {
61
34
  }
62
35
  }
63
36
  exports.CreateFlowCommand = CreateFlowCommand;
64
- //# sourceMappingURL=CreateFlowCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteConnectorProfileCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p> Enables you to delete an existing connector profile. </p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppflowClient, DeleteConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
14
- * // const { AppflowClient, DeleteConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
15
- * const client = new AppflowClient(config);
16
- * const command = new DeleteConnectorProfileCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DeleteConnectorProfileCommandInput} for command's `input` shape.
21
- * @see {@link DeleteConnectorProfileCommandOutput} for command's `response` shape.
22
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DeleteConnectorProfileCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DeleteConnectorProfileCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DeleteConnectorProfileCommand = DeleteConnectorProfileCommand;
61
- //# sourceMappingURL=DeleteConnectorProfileCommand.js.map
@@ -1,41 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DeleteFlowCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p> Enables your application to delete an existing flow. Before deleting the flow, Amazon
10
- * AppFlow validates the request by checking the flow configuration and status. You can delete
11
- * flows one at a time. </p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { AppflowClient, DeleteFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
16
- * // const { AppflowClient, DeleteFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
17
- * const client = new AppflowClient(config);
18
- * const command = new DeleteFlowCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeleteFlowCommandInput} for command's `input` shape.
23
- * @see {@link DeleteFlowCommandOutput} for command's `response` shape.
24
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
27
8
  class DeleteFlowCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class DeleteFlowCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.DeleteFlowCommand = DeleteFlowCommand;
63
- //# sourceMappingURL=DeleteFlowCommand.js.map
@@ -1,40 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeConnectorEntityCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p> Provides details regarding the entity used with the connector, with a description of the
10
- * data model for each entity. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { AppflowClient, DescribeConnectorEntityCommand } from "@aws-sdk/client-appflow"; // ES Modules import
15
- * // const { AppflowClient, DescribeConnectorEntityCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
16
- * const client = new AppflowClient(config);
17
- * const command = new DescribeConnectorEntityCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeConnectorEntityCommandInput} for command's `input` shape.
22
- * @see {@link DescribeConnectorEntityCommandOutput} for command's `response` shape.
23
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
26
8
  class DescribeConnectorEntityCommand extends smithy_client_1.Command {
27
- // Start section: command_properties
28
- // End section: command_properties
29
9
  constructor(input) {
30
- // Start section: command_constructor
31
10
  super();
32
11
  this.input = input;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  resolveMiddleware(clientStack, configuration, options) {
39
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -59,4 +34,3 @@ class DescribeConnectorEntityCommand extends smithy_client_1.Command {
59
34
  }
60
35
  }
61
36
  exports.DescribeConnectorEntityCommand = DescribeConnectorEntityCommand;
62
- //# sourceMappingURL=DescribeConnectorEntityCommand.js.map
@@ -1,43 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeConnectorProfilesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p> Returns a list of <code>connector-profile</code> details matching the provided
10
- * <code>connector-profile</code> names and <code>connector-types</code>. Both input lists are
11
- * optional, and you can use them to filter the result. </p>
12
- * <p>If no names or <code>connector-types</code> are provided, returns all connector profiles
13
- * in a paginated form. If there is no match, this operation returns an empty list.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { AppflowClient, DescribeConnectorProfilesCommand } from "@aws-sdk/client-appflow"; // ES Modules import
18
- * // const { AppflowClient, DescribeConnectorProfilesCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
19
- * const client = new AppflowClient(config);
20
- * const command = new DescribeConnectorProfilesCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link DescribeConnectorProfilesCommandInput} for command's `input` shape.
25
- * @see {@link DescribeConnectorProfilesCommandOutput} for command's `response` shape.
26
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
29
8
  class DescribeConnectorProfilesCommand extends smithy_client_1.Command {
30
- // Start section: command_properties
31
- // End section: command_properties
32
9
  constructor(input) {
33
- // Start section: command_constructor
34
10
  super();
35
11
  this.input = input;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  resolveMiddleware(clientStack, configuration, options) {
42
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +34,3 @@ class DescribeConnectorProfilesCommand extends smithy_client_1.Command {
62
34
  }
63
35
  }
64
36
  exports.DescribeConnectorProfilesCommand = DescribeConnectorProfilesCommand;
65
- //# sourceMappingURL=DescribeConnectorProfilesCommand.js.map
@@ -1,43 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeConnectorsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p> Describes the connectors vended by Amazon AppFlow for specified connector types. If you
10
- * don't specify a connector type, this operation describes all connectors vended by Amazon
11
- * AppFlow. If there are more connectors than can be returned in one page, the response contains
12
- * a <code>nextToken</code> object, which can be be passed in to the next call to the
13
- * <code>DescribeConnectors</code> API operation to retrieve the next page. </p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { AppflowClient, DescribeConnectorsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
18
- * // const { AppflowClient, DescribeConnectorsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
19
- * const client = new AppflowClient(config);
20
- * const command = new DescribeConnectorsCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link DescribeConnectorsCommandInput} for command's `input` shape.
25
- * @see {@link DescribeConnectorsCommandOutput} for command's `response` shape.
26
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
29
8
  class DescribeConnectorsCommand extends smithy_client_1.Command {
30
- // Start section: command_properties
31
- // End section: command_properties
32
9
  constructor(input) {
33
- // Start section: command_constructor
34
10
  super();
35
11
  this.input = input;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  resolveMiddleware(clientStack, configuration, options) {
42
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +34,3 @@ class DescribeConnectorsCommand extends smithy_client_1.Command {
62
34
  }
63
35
  }
64
36
  exports.DescribeConnectorsCommand = DescribeConnectorsCommand;
65
- //# sourceMappingURL=DescribeConnectorsCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeFlowCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p> Provides a description of the specified flow. </p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppflowClient, DescribeFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
14
- * // const { AppflowClient, DescribeFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
15
- * const client = new AppflowClient(config);
16
- * const command = new DescribeFlowCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeFlowCommandInput} for command's `input` shape.
21
- * @see {@link DescribeFlowCommandOutput} for command's `response` shape.
22
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DescribeFlowCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DescribeFlowCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DescribeFlowCommand = DescribeFlowCommand;
61
- //# sourceMappingURL=DescribeFlowCommand.js.map
@@ -1,39 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DescribeFlowExecutionRecordsCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p> Fetches the execution history of the flow. </p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppflowClient, DescribeFlowExecutionRecordsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
14
- * // const { AppflowClient, DescribeFlowExecutionRecordsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
15
- * const client = new AppflowClient(config);
16
- * const command = new DescribeFlowExecutionRecordsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DescribeFlowExecutionRecordsCommandInput} for command's `input` shape.
21
- * @see {@link DescribeFlowExecutionRecordsCommandOutput} for command's `response` shape.
22
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
25
8
  class DescribeFlowExecutionRecordsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class DescribeFlowExecutionRecordsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.DescribeFlowExecutionRecordsCommand = DescribeFlowExecutionRecordsCommand;
61
- //# sourceMappingURL=DescribeFlowExecutionRecordsCommand.js.map
@@ -1,42 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ListConnectorEntitiesCommand = void 0;
4
- const models_0_1 = require("../models/models_0");
5
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
6
4
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
7
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
- /**
9
- * <p> Returns the list of available connector entities supported by Amazon AppFlow. For
10
- * example, you can query Salesforce for <i>Account</i> and
11
- * <i>Opportunity</i> entities, or query ServiceNow for the
12
- * <i>Incident</i> entity. </p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { AppflowClient, ListConnectorEntitiesCommand } from "@aws-sdk/client-appflow"; // ES Modules import
17
- * // const { AppflowClient, ListConnectorEntitiesCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
18
- * const client = new AppflowClient(config);
19
- * const command = new ListConnectorEntitiesCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link ListConnectorEntitiesCommandInput} for command's `input` shape.
24
- * @see {@link ListConnectorEntitiesCommandOutput} for command's `response` shape.
25
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
28
8
  class ListConnectorEntitiesCommand extends smithy_client_1.Command {
29
- // Start section: command_properties
30
- // End section: command_properties
31
9
  constructor(input) {
32
- // Start section: command_constructor
33
10
  super();
34
11
  this.input = input;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  resolveMiddleware(clientStack, configuration, options) {
41
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -61,4 +34,3 @@ class ListConnectorEntitiesCommand extends smithy_client_1.Command {
61
34
  }
62
35
  }
63
36
  exports.ListConnectorEntitiesCommand = ListConnectorEntitiesCommand;
64
- //# sourceMappingURL=ListConnectorEntitiesCommand.js.map