@aws-sdk/client-appflow 3.32.0 → 3.36.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 (247) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/Appflow.js +0 -1
  3. package/{dist/cjs → dist-cjs}/AppflowClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/CreateConnectorProfileCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/CreateFlowCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/DeleteConnectorProfileCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/DeleteFlowCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorEntityCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorProfilesCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorsCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/DescribeFlowCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/DescribeFlowExecutionRecordsCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/ListConnectorEntitiesCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/ListFlowsCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/StartFlowCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/StopFlowCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/UpdateConnectorProfileCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/UpdateFlowCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  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 -1
  26. package/{dist/cjs → dist-cjs}/pagination/DescribeConnectorProfilesPaginator.js +0 -1
  27. package/{dist/cjs → dist-cjs}/pagination/DescribeConnectorsPaginator.js +0 -1
  28. package/{dist/cjs → dist-cjs}/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -1
  29. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  30. package/{dist/cjs → dist-cjs}/pagination/ListFlowsPaginator.js +0 -1
  31. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +15 -16
  32. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  33. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  34. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  35. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  36. package/{dist/es → dist-es}/Appflow.js +1 -45
  37. package/dist-es/AppflowClient.js +37 -0
  38. package/{dist/es → dist-es}/commands/CreateConnectorProfileCommand.js +4 -33
  39. package/{dist/es → dist-es}/commands/CreateFlowCommand.js +4 -33
  40. package/{dist/es → dist-es}/commands/DeleteConnectorProfileCommand.js +4 -30
  41. package/{dist/es → dist-es}/commands/DeleteFlowCommand.js +4 -32
  42. package/{dist/es → dist-es}/commands/DescribeConnectorEntityCommand.js +4 -31
  43. package/{dist/es → dist-es}/commands/DescribeConnectorProfilesCommand.js +4 -34
  44. package/{dist/es → dist-es}/commands/DescribeConnectorsCommand.js +4 -34
  45. package/{dist/es → dist-es}/commands/DescribeFlowCommand.js +4 -30
  46. package/{dist/es → dist-es}/commands/DescribeFlowExecutionRecordsCommand.js +4 -30
  47. package/{dist/es → dist-es}/commands/ListConnectorEntitiesCommand.js +4 -33
  48. package/{dist/es → dist-es}/commands/ListFlowsCommand.js +4 -30
  49. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  50. package/{dist/es → dist-es}/commands/StartFlowCommand.js +4 -31
  51. package/{dist/es → dist-es}/commands/StopFlowCommand.js +4 -32
  52. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  53. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  54. package/{dist/es → dist-es}/commands/UpdateConnectorProfileCommand.js +4 -30
  55. package/{dist/es → dist-es}/commands/UpdateFlowCommand.js +4 -30
  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 -484
  60. package/{dist/es → dist-es}/pagination/DescribeConnectorProfilesPaginator.js +16 -29
  61. package/{dist/es → dist-es}/pagination/DescribeConnectorsPaginator.js +16 -29
  62. package/{dist/es → dist-es}/pagination/DescribeFlowExecutionRecordsPaginator.js +16 -29
  63. package/dist-es/pagination/Interfaces.js +1 -0
  64. package/{dist/es → dist-es}/pagination/ListFlowsPaginator.js +16 -29
  65. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +438 -444
  66. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  67. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  68. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  69. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  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 +1 -0
  101. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  102. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  103. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  104. package/{dist/types → dist-types}/ts3.4/Appflow.d.ts +1 -1
  105. package/{dist/types → dist-types}/ts3.4/AppflowClient.d.ts +8 -8
  106. package/{dist/types → dist-types}/ts3.4/commands/CreateConnectorProfileCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/ts3.4/commands/CreateFlowCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/ts3.4/commands/DeleteFlowCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectorsCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/ts3.4/commands/DescribeFlowCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/ts3.4/commands/ListFlowsCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/ts3.4/commands/StartFlowCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/ts3.4/commands/StopFlowCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowCommand.d.ts +2 -2
  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 → dist-types}/ts3.4/models/models_0.d.ts +0 -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 -0
  135. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  136. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  137. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  138. package/package.json +52 -49
  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.map +0 -1
  161. package/dist/cjs/commands/CreateConnectorProfileCommand.js.map +0 -1
  162. package/dist/cjs/commands/CreateFlowCommand.js.map +0 -1
  163. package/dist/cjs/commands/DeleteConnectorProfileCommand.js.map +0 -1
  164. package/dist/cjs/commands/DeleteFlowCommand.js.map +0 -1
  165. package/dist/cjs/commands/DescribeConnectorEntityCommand.js.map +0 -1
  166. package/dist/cjs/commands/DescribeConnectorProfilesCommand.js.map +0 -1
  167. package/dist/cjs/commands/DescribeConnectorsCommand.js.map +0 -1
  168. package/dist/cjs/commands/DescribeFlowCommand.js.map +0 -1
  169. package/dist/cjs/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
  170. package/dist/cjs/commands/ListConnectorEntitiesCommand.js.map +0 -1
  171. package/dist/cjs/commands/ListFlowsCommand.js.map +0 -1
  172. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  173. package/dist/cjs/commands/StartFlowCommand.js.map +0 -1
  174. package/dist/cjs/commands/StopFlowCommand.js.map +0 -1
  175. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  176. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  177. package/dist/cjs/commands/UpdateConnectorProfileCommand.js.map +0 -1
  178. package/dist/cjs/commands/UpdateFlowCommand.js.map +0 -1
  179. package/dist/cjs/endpoints.js.map +0 -1
  180. package/dist/cjs/index.js.map +0 -1
  181. package/dist/cjs/models/index.js.map +0 -1
  182. package/dist/cjs/models/models_0.js.map +0 -1
  183. package/dist/cjs/package.json +0 -91
  184. package/dist/cjs/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
  185. package/dist/cjs/pagination/DescribeConnectorsPaginator.js.map +0 -1
  186. package/dist/cjs/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
  187. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  188. package/dist/cjs/pagination/ListFlowsPaginator.js.map +0 -1
  189. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  190. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  191. package/dist/cjs/runtimeConfig.js.map +0 -1
  192. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  193. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  194. package/dist/es/Appflow.js.map +0 -1
  195. package/dist/es/AppflowClient.js +0 -86
  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/endpoints.ts +0 -57
  234. package/jest.config.js +0 -4
  235. package/models/models_0.ts +0 -5012
  236. package/pagination/DescribeConnectorProfilesPaginator.ts +0 -58
  237. package/pagination/DescribeConnectorsPaginator.ts +0 -57
  238. package/pagination/DescribeFlowExecutionRecordsPaginator.ts +0 -58
  239. package/pagination/Interfaces.ts +0 -7
  240. package/pagination/ListFlowsPaginator.ts +0 -54
  241. package/protocols/Aws_restJson1.ts +0 -5151
  242. package/runtimeConfig.browser.ts +0 -40
  243. package/runtimeConfig.native.ts +0 -16
  244. package/runtimeConfig.shared.ts +0 -16
  245. package/runtimeConfig.ts +0 -45
  246. package/tsconfig.es.json +0 -12
  247. package/tsconfig.json +0 -32
@@ -2,7 +2,8 @@
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
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
6
7
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
7
8
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
8
9
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -38,4 +39,3 @@ const getRuntimeConfig = (config) => {
38
39
  };
39
40
  };
40
41
  exports.getRuntimeConfig = getRuntimeConfig;
41
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,7 +2,8 @@
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
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
6
7
  const client_sts_1 = require("@aws-sdk/client-sts");
7
8
  const config_resolver_1 = require("@aws-sdk/config-resolver");
8
9
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -43,4 +44,3 @@ const getRuntimeConfig = (config) => {
43
44
  };
44
45
  };
45
46
  exports.getRuntimeConfig = getRuntimeConfig;
46
- //# sourceMappingURL=runtimeConfig.js.map
@@ -17,4 +17,3 @@ const getRuntimeConfig = (config) => {
17
17
  };
18
18
  };
19
19
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,8 +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");
5
+ const endpoints_1 = require("./endpoints");
6
6
  /**
7
7
  * @internal
8
8
  */
@@ -18,4 +18,3 @@ const getRuntimeConfig = (config) => {
18
18
  });
19
19
  };
20
20
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -18,50 +18,7 @@ import { TagResourceCommand } from "./commands/TagResourceCommand";
18
18
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
19
19
  import { UpdateConnectorProfileCommand, } from "./commands/UpdateConnectorProfileCommand";
20
20
  import { UpdateFlowCommand } from "./commands/UpdateFlowCommand";
21
- /**
22
- * <p>Welcome to the Amazon AppFlow API reference. This guide is for developers who need
23
- * detailed information about the Amazon AppFlow API operations, data types, and errors. </p>
24
- *
25
- * <p>Amazon AppFlow is a fully managed integration service that enables you to securely
26
- * transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
27
- * Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>
28
- *
29
- *
30
- *
31
- * <p>Use the following links to get started on the Amazon AppFlow API:</p>
32
- *
33
- * <ul>
34
- * <li>
35
- * <p>
36
- * <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>
37
- * </li>
38
- * <li>
39
- * <p>
40
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Types.html">Data
41
- * types</a>: An alphabetical list of all Amazon AppFlow data types.</p>
42
- * </li>
43
- * <li>
44
- * <p>
45
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonParameters.html">Common parameters</a>: Parameters that all Query operations can use.</p>
46
- * </li>
47
- * <li>
48
- * <p>
49
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonErrors.html">Common
50
- * errors</a>: Client and server errors that all operations can return.</p>
51
- * </li>
52
- * </ul>
53
- *
54
- * <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
55
- * Guide</a>.</p>
56
- * <p>Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include
57
- * applicable OAuth attributes (such as <code>auth-code</code> and <code>redirecturi</code>) with
58
- * the connector-specific <code>ConnectorProfileProperties</code> when creating a new connector
59
- * profile using Amazon AppFlow API operations. For example, Salesforce users can refer to the
60
- * <a href="https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm">
61
- * <i>Authorize Apps with OAuth</i>
62
- * </a> documentation.</p>
63
- */
64
- var Appflow = /** @class */ (function (_super) {
21
+ var Appflow = (function (_super) {
65
22
  __extends(Appflow, _super);
66
23
  function Appflow() {
67
24
  return _super !== null && _super.apply(this, arguments) || this;
@@ -321,4 +278,3 @@ var Appflow = /** @class */ (function (_super) {
321
278
  return Appflow;
322
279
  }(AppflowClient));
323
280
  export { Appflow };
324
- //# sourceMappingURL=Appflow.js.map
@@ -0,0 +1,37 @@
1
+ import { __extends } from "tslib";
2
+ import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
3
+ import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
4
+ import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
5
+ import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
6
+ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
7
+ import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
8
+ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
9
+ import { Client as __Client, } from "@aws-sdk/smithy-client";
10
+ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
11
+ var AppflowClient = (function (_super) {
12
+ __extends(AppflowClient, _super);
13
+ function AppflowClient(configuration) {
14
+ var _this = this;
15
+ var _config_0 = __getRuntimeConfig(configuration);
16
+ var _config_1 = resolveRegionConfig(_config_0);
17
+ var _config_2 = resolveEndpointsConfig(_config_1);
18
+ var _config_3 = resolveRetryConfig(_config_2);
19
+ var _config_4 = resolveHostHeaderConfig(_config_3);
20
+ var _config_5 = resolveAwsAuthConfig(_config_4);
21
+ var _config_6 = resolveUserAgentConfig(_config_5);
22
+ _this = _super.call(this, _config_6) || this;
23
+ _this.config = _config_6;
24
+ _this.middlewareStack.use(getRetryPlugin(_this.config));
25
+ _this.middlewareStack.use(getContentLengthPlugin(_this.config));
26
+ _this.middlewareStack.use(getHostHeaderPlugin(_this.config));
27
+ _this.middlewareStack.use(getLoggerPlugin(_this.config));
28
+ _this.middlewareStack.use(getAwsAuthPlugin(_this.config));
29
+ _this.middlewareStack.use(getUserAgentPlugin(_this.config));
30
+ return _this;
31
+ }
32
+ AppflowClient.prototype.destroy = function () {
33
+ _super.prototype.destroy.call(this);
34
+ };
35
+ return AppflowClient;
36
+ }(__Client));
37
+ export { AppflowClient };
@@ -1,43 +1,15 @@
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";
6
- /**
7
- * <p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota
8
- * of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota
9
- * allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support
10
- * channel. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { AppflowClient, CreateConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
15
- * // const { AppflowClient, CreateConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
16
- * const client = new AppflowClient(config);
17
- * const command = new CreateConnectorProfileCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateConnectorProfileCommandInput} for command's `input` shape.
22
- * @see {@link CreateConnectorProfileCommandOutput} for command's `response` shape.
23
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- var CreateConnectorProfileCommand = /** @class */ (function (_super) {
4
+ import { CreateConnectorProfileRequest, CreateConnectorProfileResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CreateConnectorProfileCommand, serializeAws_restJson1CreateConnectorProfileCommand, } from "../protocols/Aws_restJson1";
6
+ var CreateConnectorProfileCommand = (function (_super) {
27
7
  __extends(CreateConnectorProfileCommand, _super);
28
- // Start section: command_properties
29
- // End section: command_properties
30
8
  function CreateConnectorProfileCommand(input) {
31
- var _this =
32
- // Start section: command_constructor
33
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
34
10
  _this.input = input;
35
11
  return _this;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  CreateConnectorProfileCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
42
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -65,4 +37,3 @@ var CreateConnectorProfileCommand = /** @class */ (function (_super) {
65
37
  return CreateConnectorProfileCommand;
66
38
  }($Command));
67
39
  export { CreateConnectorProfileCommand };
68
- //# sourceMappingURL=CreateConnectorProfileCommand.js.map
@@ -1,43 +1,15 @@
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";
6
- /**
7
- * <p> Enables your application to create a new flow using Amazon AppFlow. You must create a
8
- * connector profile before calling this API. Please note that the Request Syntax below shows
9
- * syntax for multiple destinations, however, you can only transfer data to one item in this list
10
- * at a time. Amazon AppFlow does not currently support flows to multiple destinations at once. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { AppflowClient, CreateFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
15
- * // const { AppflowClient, CreateFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
16
- * const client = new AppflowClient(config);
17
- * const command = new CreateFlowCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateFlowCommandInput} for command's `input` shape.
22
- * @see {@link CreateFlowCommandOutput} for command's `response` shape.
23
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- var CreateFlowCommand = /** @class */ (function (_super) {
4
+ import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CreateFlowCommand, serializeAws_restJson1CreateFlowCommand, } from "../protocols/Aws_restJson1";
6
+ var CreateFlowCommand = (function (_super) {
27
7
  __extends(CreateFlowCommand, _super);
28
- // Start section: command_properties
29
- // End section: command_properties
30
8
  function CreateFlowCommand(input) {
31
- var _this =
32
- // Start section: command_constructor
33
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
34
10
  _this.input = input;
35
11
  return _this;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  CreateFlowCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
42
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -65,4 +37,3 @@ var CreateFlowCommand = /** @class */ (function (_super) {
65
37
  return CreateFlowCommand;
66
38
  }($Command));
67
39
  export { CreateFlowCommand };
68
- //# sourceMappingURL=CreateFlowCommand.js.map
@@ -1,40 +1,15 @@
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";
6
- /**
7
- * <p> Enables you to delete an existing connector profile. </p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppflowClient, DeleteConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
12
- * // const { AppflowClient, DeleteConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
13
- * const client = new AppflowClient(config);
14
- * const command = new DeleteConnectorProfileCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteConnectorProfileCommandInput} for command's `input` shape.
19
- * @see {@link DeleteConnectorProfileCommandOutput} for command's `response` shape.
20
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteConnectorProfileCommand = /** @class */ (function (_super) {
4
+ import { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteConnectorProfileCommand, serializeAws_restJson1DeleteConnectorProfileCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteConnectorProfileCommand = (function (_super) {
24
7
  __extends(DeleteConnectorProfileCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteConnectorProfileCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DeleteConnectorProfileCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var DeleteConnectorProfileCommand = /** @class */ (function (_super) {
62
37
  return DeleteConnectorProfileCommand;
63
38
  }($Command));
64
39
  export { DeleteConnectorProfileCommand };
65
- //# sourceMappingURL=DeleteConnectorProfileCommand.js.map
@@ -1,42 +1,15 @@
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";
6
- /**
7
- * <p> Enables your application to delete an existing flow. Before deleting the flow, Amazon
8
- * AppFlow validates the request by checking the flow configuration and status. You can delete
9
- * flows one at a time. </p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { AppflowClient, DeleteFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
14
- * // const { AppflowClient, DeleteFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
15
- * const client = new AppflowClient(config);
16
- * const command = new DeleteFlowCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link DeleteFlowCommandInput} for command's `input` shape.
21
- * @see {@link DeleteFlowCommandOutput} for command's `response` shape.
22
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
- var DeleteFlowCommand = /** @class */ (function (_super) {
4
+ import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteFlowCommand, serializeAws_restJson1DeleteFlowCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteFlowCommand = (function (_super) {
26
7
  __extends(DeleteFlowCommand, _super);
27
- // Start section: command_properties
28
- // End section: command_properties
29
8
  function DeleteFlowCommand(input) {
30
- var _this =
31
- // Start section: command_constructor
32
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
33
10
  _this.input = input;
34
11
  return _this;
35
- // End section: command_constructor
36
12
  }
37
- /**
38
- * @internal
39
- */
40
13
  DeleteFlowCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
41
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
42
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -64,4 +37,3 @@ var DeleteFlowCommand = /** @class */ (function (_super) {
64
37
  return DeleteFlowCommand;
65
38
  }($Command));
66
39
  export { DeleteFlowCommand };
67
- //# sourceMappingURL=DeleteFlowCommand.js.map
@@ -1,41 +1,15 @@
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";
6
- /**
7
- * <p> Provides details regarding the entity used with the connector, with a description of the
8
- * data model for each entity. </p>
9
- * @example
10
- * Use a bare-bones client and the command you need to make an API call.
11
- * ```javascript
12
- * import { AppflowClient, DescribeConnectorEntityCommand } from "@aws-sdk/client-appflow"; // ES Modules import
13
- * // const { AppflowClient, DescribeConnectorEntityCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
14
- * const client = new AppflowClient(config);
15
- * const command = new DescribeConnectorEntityCommand(input);
16
- * const response = await client.send(command);
17
- * ```
18
- *
19
- * @see {@link DescribeConnectorEntityCommandInput} for command's `input` shape.
20
- * @see {@link DescribeConnectorEntityCommandOutput} for command's `response` shape.
21
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
22
- *
23
- */
24
- var DescribeConnectorEntityCommand = /** @class */ (function (_super) {
4
+ import { DescribeConnectorEntityRequest, DescribeConnectorEntityResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeConnectorEntityCommand, serializeAws_restJson1DescribeConnectorEntityCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeConnectorEntityCommand = (function (_super) {
25
7
  __extends(DescribeConnectorEntityCommand, _super);
26
- // Start section: command_properties
27
- // End section: command_properties
28
8
  function DescribeConnectorEntityCommand(input) {
29
- var _this =
30
- // Start section: command_constructor
31
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
32
10
  _this.input = input;
33
11
  return _this;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  DescribeConnectorEntityCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
40
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -63,4 +37,3 @@ var DescribeConnectorEntityCommand = /** @class */ (function (_super) {
63
37
  return DescribeConnectorEntityCommand;
64
38
  }($Command));
65
39
  export { DescribeConnectorEntityCommand };
66
- //# sourceMappingURL=DescribeConnectorEntityCommand.js.map
@@ -1,44 +1,15 @@
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";
6
- /**
7
- * <p> Returns a list of <code>connector-profile</code> details matching the provided
8
- * <code>connector-profile</code> names and <code>connector-types</code>. Both input lists are
9
- * optional, and you can use them to filter the result. </p>
10
- * <p>If no names or <code>connector-types</code> are provided, returns all connector profiles
11
- * in a paginated form. If there is no match, this operation returns an empty list.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { AppflowClient, DescribeConnectorProfilesCommand } from "@aws-sdk/client-appflow"; // ES Modules import
16
- * // const { AppflowClient, DescribeConnectorProfilesCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
17
- * const client = new AppflowClient(config);
18
- * const command = new DescribeConnectorProfilesCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeConnectorProfilesCommandInput} for command's `input` shape.
23
- * @see {@link DescribeConnectorProfilesCommandOutput} for command's `response` shape.
24
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- var DescribeConnectorProfilesCommand = /** @class */ (function (_super) {
4
+ import { DescribeConnectorProfilesRequest, DescribeConnectorProfilesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeConnectorProfilesCommand, serializeAws_restJson1DescribeConnectorProfilesCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeConnectorProfilesCommand = (function (_super) {
28
7
  __extends(DescribeConnectorProfilesCommand, _super);
29
- // Start section: command_properties
30
- // End section: command_properties
31
8
  function DescribeConnectorProfilesCommand(input) {
32
- var _this =
33
- // Start section: command_constructor
34
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
35
10
  _this.input = input;
36
11
  return _this;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  DescribeConnectorProfilesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
43
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -66,4 +37,3 @@ var DescribeConnectorProfilesCommand = /** @class */ (function (_super) {
66
37
  return DescribeConnectorProfilesCommand;
67
38
  }($Command));
68
39
  export { DescribeConnectorProfilesCommand };
69
- //# sourceMappingURL=DescribeConnectorProfilesCommand.js.map
@@ -1,44 +1,15 @@
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";
6
- /**
7
- * <p> Describes the connectors vended by Amazon AppFlow for specified connector types. If you
8
- * don't specify a connector type, this operation describes all connectors vended by Amazon
9
- * AppFlow. If there are more connectors than can be returned in one page, the response contains
10
- * a <code>nextToken</code> object, which can be be passed in to the next call to the
11
- * <code>DescribeConnectors</code> API operation to retrieve the next page. </p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { AppflowClient, DescribeConnectorsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
16
- * // const { AppflowClient, DescribeConnectorsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
17
- * const client = new AppflowClient(config);
18
- * const command = new DescribeConnectorsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeConnectorsCommandInput} for command's `input` shape.
23
- * @see {@link DescribeConnectorsCommandOutput} for command's `response` shape.
24
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
- var DescribeConnectorsCommand = /** @class */ (function (_super) {
4
+ import { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeConnectorsCommand, serializeAws_restJson1DescribeConnectorsCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeConnectorsCommand = (function (_super) {
28
7
  __extends(DescribeConnectorsCommand, _super);
29
- // Start section: command_properties
30
- // End section: command_properties
31
8
  function DescribeConnectorsCommand(input) {
32
- var _this =
33
- // Start section: command_constructor
34
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
35
10
  _this.input = input;
36
11
  return _this;
37
- // End section: command_constructor
38
12
  }
39
- /**
40
- * @internal
41
- */
42
13
  DescribeConnectorsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
43
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
44
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -66,4 +37,3 @@ var DescribeConnectorsCommand = /** @class */ (function (_super) {
66
37
  return DescribeConnectorsCommand;
67
38
  }($Command));
68
39
  export { DescribeConnectorsCommand };
69
- //# sourceMappingURL=DescribeConnectorsCommand.js.map
@@ -1,40 +1,15 @@
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";
6
- /**
7
- * <p> Provides a description of the specified flow. </p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppflowClient, DescribeFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
12
- * // const { AppflowClient, DescribeFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
13
- * const client = new AppflowClient(config);
14
- * const command = new DescribeFlowCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeFlowCommandInput} for command's `input` shape.
19
- * @see {@link DescribeFlowCommandOutput} for command's `response` shape.
20
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeFlowCommand = /** @class */ (function (_super) {
4
+ import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeFlowCommand, serializeAws_restJson1DescribeFlowCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeFlowCommand = (function (_super) {
24
7
  __extends(DescribeFlowCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeFlowCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeFlowCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var DescribeFlowCommand = /** @class */ (function (_super) {
62
37
  return DescribeFlowCommand;
63
38
  }($Command));
64
39
  export { DescribeFlowCommand };
65
- //# sourceMappingURL=DescribeFlowCommand.js.map
@@ -1,40 +1,15 @@
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";
6
- /**
7
- * <p> Fetches the execution history of the flow. </p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { AppflowClient, DescribeFlowExecutionRecordsCommand } from "@aws-sdk/client-appflow"; // ES Modules import
12
- * // const { AppflowClient, DescribeFlowExecutionRecordsCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
13
- * const client = new AppflowClient(config);
14
- * const command = new DescribeFlowExecutionRecordsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeFlowExecutionRecordsCommandInput} for command's `input` shape.
19
- * @see {@link DescribeFlowExecutionRecordsCommandOutput} for command's `response` shape.
20
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeFlowExecutionRecordsCommand = /** @class */ (function (_super) {
4
+ import { DescribeFlowExecutionRecordsRequest, DescribeFlowExecutionRecordsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeFlowExecutionRecordsCommand, serializeAws_restJson1DescribeFlowExecutionRecordsCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeFlowExecutionRecordsCommand = (function (_super) {
24
7
  __extends(DescribeFlowExecutionRecordsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeFlowExecutionRecordsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DescribeFlowExecutionRecordsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var DescribeFlowExecutionRecordsCommand = /** @class */ (function (_super) {
62
37
  return DescribeFlowExecutionRecordsCommand;
63
38
  }($Command));
64
39
  export { DescribeFlowExecutionRecordsCommand };
65
- //# sourceMappingURL=DescribeFlowExecutionRecordsCommand.js.map