@aws-sdk/client-appflow 3.35.0 → 3.38.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 (212) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/dist-cjs/Appflow.js +0 -44
  3. package/dist-cjs/AppflowClient.js +0 -49
  4. package/dist-cjs/commands/CreateConnectorProfileCommand.js +0 -28
  5. package/dist-cjs/commands/CreateFlowCommand.js +0 -28
  6. package/dist-cjs/commands/DeleteConnectorProfileCommand.js +0 -25
  7. package/dist-cjs/commands/DeleteFlowCommand.js +0 -27
  8. package/dist-cjs/commands/DescribeConnectorEntityCommand.js +0 -26
  9. package/dist-cjs/commands/DescribeConnectorProfilesCommand.js +0 -29
  10. package/dist-cjs/commands/DescribeConnectorsCommand.js +0 -29
  11. package/dist-cjs/commands/DescribeFlowCommand.js +0 -25
  12. package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js +0 -25
  13. package/dist-cjs/commands/ListConnectorEntitiesCommand.js +0 -28
  14. package/dist-cjs/commands/ListFlowsCommand.js +0 -25
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  16. package/dist-cjs/commands/StartFlowCommand.js +0 -26
  17. package/dist-cjs/commands/StopFlowCommand.js +0 -27
  18. package/dist-cjs/commands/TagResourceCommand.js +0 -25
  19. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  20. package/dist-cjs/commands/UpdateConnectorProfileCommand.js +0 -25
  21. package/dist-cjs/commands/UpdateFlowCommand.js +0 -25
  22. package/dist-cjs/commands/index.js +21 -0
  23. package/dist-cjs/endpoints.js +1 -2
  24. package/dist-cjs/index.js +4 -26
  25. package/dist-cjs/models/index.js +0 -1
  26. package/dist-cjs/models/models_0.js +13 -486
  27. package/dist-cjs/pagination/DescribeConnectorProfilesPaginator.js +0 -11
  28. package/dist-cjs/pagination/DescribeConnectorsPaginator.js +0 -11
  29. package/dist-cjs/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -11
  30. package/dist-cjs/pagination/Interfaces.js +0 -1
  31. package/dist-cjs/pagination/ListFlowsPaginator.js +0 -11
  32. package/dist-cjs/pagination/index.js +8 -0
  33. package/dist-cjs/protocols/Aws_restJson1.js +18 -6
  34. package/dist-cjs/runtimeConfig.browser.js +1 -6
  35. package/dist-cjs/runtimeConfig.js +2 -7
  36. package/dist-cjs/runtimeConfig.native.js +0 -4
  37. package/dist-cjs/runtimeConfig.shared.js +0 -4
  38. package/dist-es/Appflow.js +0 -1
  39. package/dist-es/AppflowClient.js +0 -1
  40. package/dist-es/commands/CreateConnectorProfileCommand.js +0 -1
  41. package/dist-es/commands/CreateFlowCommand.js +0 -1
  42. package/dist-es/commands/DeleteConnectorProfileCommand.js +0 -1
  43. package/dist-es/commands/DeleteFlowCommand.js +0 -1
  44. package/dist-es/commands/DescribeConnectorEntityCommand.js +0 -1
  45. package/dist-es/commands/DescribeConnectorProfilesCommand.js +0 -1
  46. package/dist-es/commands/DescribeConnectorsCommand.js +0 -1
  47. package/dist-es/commands/DescribeFlowCommand.js +0 -1
  48. package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +0 -1
  49. package/dist-es/commands/ListConnectorEntitiesCommand.js +0 -1
  50. package/dist-es/commands/ListFlowsCommand.js +0 -1
  51. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  52. package/dist-es/commands/StartFlowCommand.js +0 -1
  53. package/dist-es/commands/StopFlowCommand.js +0 -1
  54. package/dist-es/commands/TagResourceCommand.js +0 -1
  55. package/dist-es/commands/UntagResourceCommand.js +0 -1
  56. package/dist-es/commands/UpdateConnectorProfileCommand.js +0 -1
  57. package/dist-es/commands/UpdateFlowCommand.js +0 -1
  58. package/dist-es/commands/index.js +18 -0
  59. package/dist-es/endpoints.js +1 -2
  60. package/dist-es/index.js +4 -26
  61. package/dist-es/models/index.js +0 -1
  62. package/dist-es/models/models_0.js +9 -1
  63. package/dist-es/pagination/DescribeConnectorProfilesPaginator.js +0 -1
  64. package/dist-es/pagination/DescribeConnectorsPaginator.js +0 -1
  65. package/dist-es/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -1
  66. package/dist-es/pagination/Interfaces.js +0 -1
  67. package/dist-es/pagination/ListFlowsPaginator.js +0 -1
  68. package/dist-es/pagination/index.js +5 -0
  69. package/dist-es/protocols/Aws_restJson1.js +16 -2
  70. package/dist-es/runtimeConfig.browser.js +1 -2
  71. package/dist-es/runtimeConfig.js +2 -3
  72. package/dist-es/runtimeConfig.native.js +0 -1
  73. package/dist-es/runtimeConfig.shared.js +0 -1
  74. package/dist-types/commands/index.d.ts +18 -0
  75. package/dist-types/index.d.ts +4 -25
  76. package/dist-types/models/models_0.d.ts +23 -0
  77. package/dist-types/pagination/index.d.ts +5 -0
  78. package/dist-types/ts3.4/Appflow.d.ts +19 -120
  79. package/dist-types/ts3.4/AppflowClient.d.ts +24 -129
  80. package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +2 -23
  81. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +2 -23
  82. package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +2 -20
  83. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +2 -22
  84. package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +2 -21
  85. package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +2 -24
  86. package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +2 -24
  87. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +2 -20
  88. package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +2 -20
  89. package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +2 -23
  90. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +2 -20
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  92. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +2 -21
  93. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +2 -22
  94. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
  95. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  96. package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +2 -20
  97. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +2 -20
  98. package/dist-types/ts3.4/commands/index.d.ts +18 -0
  99. package/dist-types/ts3.4/index.d.ts +4 -25
  100. package/dist-types/ts3.4/models/models_0.d.ts +731 -2349
  101. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  102. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  103. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  104. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  105. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  106. package/package.json +33 -30
  107. package/dist-cjs/Appflow.js.map +0 -1
  108. package/dist-cjs/AppflowClient.js.map +0 -1
  109. package/dist-cjs/commands/CreateConnectorProfileCommand.js.map +0 -1
  110. package/dist-cjs/commands/CreateFlowCommand.js.map +0 -1
  111. package/dist-cjs/commands/DeleteConnectorProfileCommand.js.map +0 -1
  112. package/dist-cjs/commands/DeleteFlowCommand.js.map +0 -1
  113. package/dist-cjs/commands/DescribeConnectorEntityCommand.js.map +0 -1
  114. package/dist-cjs/commands/DescribeConnectorProfilesCommand.js.map +0 -1
  115. package/dist-cjs/commands/DescribeConnectorsCommand.js.map +0 -1
  116. package/dist-cjs/commands/DescribeFlowCommand.js.map +0 -1
  117. package/dist-cjs/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
  118. package/dist-cjs/commands/ListConnectorEntitiesCommand.js.map +0 -1
  119. package/dist-cjs/commands/ListFlowsCommand.js.map +0 -1
  120. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  121. package/dist-cjs/commands/StartFlowCommand.js.map +0 -1
  122. package/dist-cjs/commands/StopFlowCommand.js.map +0 -1
  123. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  124. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  125. package/dist-cjs/commands/UpdateConnectorProfileCommand.js.map +0 -1
  126. package/dist-cjs/commands/UpdateFlowCommand.js.map +0 -1
  127. package/dist-cjs/endpoints.js.map +0 -1
  128. package/dist-cjs/index.js.map +0 -1
  129. package/dist-cjs/models/index.js.map +0 -1
  130. package/dist-cjs/models/models_0.js.map +0 -1
  131. package/dist-cjs/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
  132. package/dist-cjs/pagination/DescribeConnectorsPaginator.js.map +0 -1
  133. package/dist-cjs/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
  134. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  135. package/dist-cjs/pagination/ListFlowsPaginator.js.map +0 -1
  136. package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
  137. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  138. package/dist-cjs/runtimeConfig.js.map +0 -1
  139. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  140. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  141. package/dist-es/Appflow.js.map +0 -1
  142. package/dist-es/AppflowClient.js.map +0 -1
  143. package/dist-es/commands/CreateConnectorProfileCommand.js.map +0 -1
  144. package/dist-es/commands/CreateFlowCommand.js.map +0 -1
  145. package/dist-es/commands/DeleteConnectorProfileCommand.js.map +0 -1
  146. package/dist-es/commands/DeleteFlowCommand.js.map +0 -1
  147. package/dist-es/commands/DescribeConnectorEntityCommand.js.map +0 -1
  148. package/dist-es/commands/DescribeConnectorProfilesCommand.js.map +0 -1
  149. package/dist-es/commands/DescribeConnectorsCommand.js.map +0 -1
  150. package/dist-es/commands/DescribeFlowCommand.js.map +0 -1
  151. package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
  152. package/dist-es/commands/ListConnectorEntitiesCommand.js.map +0 -1
  153. package/dist-es/commands/ListFlowsCommand.js.map +0 -1
  154. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  155. package/dist-es/commands/StartFlowCommand.js.map +0 -1
  156. package/dist-es/commands/StopFlowCommand.js.map +0 -1
  157. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  158. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  159. package/dist-es/commands/UpdateConnectorProfileCommand.js.map +0 -1
  160. package/dist-es/commands/UpdateFlowCommand.js.map +0 -1
  161. package/dist-es/endpoints.js.map +0 -1
  162. package/dist-es/index.js.map +0 -1
  163. package/dist-es/models/index.js.map +0 -1
  164. package/dist-es/models/models_0.js.map +0 -1
  165. package/dist-es/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
  166. package/dist-es/pagination/DescribeConnectorsPaginator.js.map +0 -1
  167. package/dist-es/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
  168. package/dist-es/pagination/Interfaces.js.map +0 -1
  169. package/dist-es/pagination/ListFlowsPaginator.js.map +0 -1
  170. package/dist-es/protocols/Aws_restJson1.js.map +0 -1
  171. package/dist-es/runtimeConfig.browser.js.map +0 -1
  172. package/dist-es/runtimeConfig.js.map +0 -1
  173. package/dist-es/runtimeConfig.native.js.map +0 -1
  174. package/dist-es/runtimeConfig.shared.js.map +0 -1
  175. package/jest.config.js +0 -4
  176. package/src/Appflow.ts +0 -664
  177. package/src/AppflowClient.ts +0 -354
  178. package/src/commands/CreateConnectorProfileCommand.ts +0 -98
  179. package/src/commands/CreateFlowCommand.ts +0 -98
  180. package/src/commands/DeleteConnectorProfileCommand.ts +0 -95
  181. package/src/commands/DeleteFlowCommand.ts +0 -97
  182. package/src/commands/DescribeConnectorEntityCommand.ts +0 -96
  183. package/src/commands/DescribeConnectorProfilesCommand.ts +0 -102
  184. package/src/commands/DescribeConnectorsCommand.ts +0 -99
  185. package/src/commands/DescribeFlowCommand.ts +0 -95
  186. package/src/commands/DescribeFlowExecutionRecordsCommand.ts +0 -100
  187. package/src/commands/ListConnectorEntitiesCommand.ts +0 -98
  188. package/src/commands/ListFlowsCommand.ts +0 -95
  189. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  190. package/src/commands/StartFlowCommand.ts +0 -96
  191. package/src/commands/StopFlowCommand.ts +0 -97
  192. package/src/commands/TagResourceCommand.ts +0 -95
  193. package/src/commands/UntagResourceCommand.ts +0 -95
  194. package/src/commands/UpdateConnectorProfileCommand.ts +0 -95
  195. package/src/commands/UpdateFlowCommand.ts +0 -95
  196. package/src/endpoints.ts +0 -57
  197. package/src/index.ts +0 -26
  198. package/src/models/index.ts +0 -1
  199. package/src/models/models_0.ts +0 -5012
  200. package/src/pagination/DescribeConnectorProfilesPaginator.ts +0 -59
  201. package/src/pagination/DescribeConnectorsPaginator.ts +0 -58
  202. package/src/pagination/DescribeFlowExecutionRecordsPaginator.ts +0 -59
  203. package/src/pagination/Interfaces.ts +0 -8
  204. package/src/pagination/ListFlowsPaginator.ts +0 -55
  205. package/src/protocols/Aws_restJson1.ts +0 -5153
  206. package/src/runtimeConfig.browser.ts +0 -41
  207. package/src/runtimeConfig.native.ts +0 -17
  208. package/src/runtimeConfig.shared.ts +0 -17
  209. package/src/runtimeConfig.ts +0 -46
  210. package/tsconfig.es.json +0 -10
  211. package/tsconfig.json +0 -33
  212. package/tsconfig.types.json +0 -9
@@ -1,4 +1,5 @@
1
1
  import { __assign } from "tslib";
2
+ import packageInfo from "../package.json";
2
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
3
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
4
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -6,17 +7,15 @@ import { Hash } from "@aws-sdk/hash-node";
6
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
7
8
  import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
8
9
  import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
9
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
10
10
  import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
11
11
  import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
12
12
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
- import packageInfo from "../package.json";
15
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
+ import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
16
  export var getRuntimeConfig = function (config) {
17
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
18
18
  emitWarningIfUnsupportedVersion(process.version);
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
21
21
  };
22
- //# sourceMappingURL=runtimeConfig.js.map
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
6
6
  var browserDefaults = getBrowserRuntimeConfig(config);
7
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
8
8
  };
9
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -11,4 +11,3 @@ export var getRuntimeConfig = function (config) {
11
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
12
12
  });
13
13
  };
14
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -0,0 +1,18 @@
1
+ export * from "./CreateConnectorProfileCommand";
2
+ export * from "./CreateFlowCommand";
3
+ export * from "./DeleteConnectorProfileCommand";
4
+ export * from "./DeleteFlowCommand";
5
+ export * from "./DescribeConnectorEntityCommand";
6
+ export * from "./DescribeConnectorProfilesCommand";
7
+ export * from "./DescribeConnectorsCommand";
8
+ export * from "./DescribeFlowCommand";
9
+ export * from "./DescribeFlowExecutionRecordsCommand";
10
+ export * from "./ListConnectorEntitiesCommand";
11
+ export * from "./ListFlowsCommand";
12
+ export * from "./ListTagsForResourceCommand";
13
+ export * from "./StartFlowCommand";
14
+ export * from "./StopFlowCommand";
15
+ export * from "./TagResourceCommand";
16
+ export * from "./UntagResourceCommand";
17
+ export * from "./UpdateConnectorProfileCommand";
18
+ export * from "./UpdateFlowCommand";
@@ -1,26 +1,5 @@
1
- export * from "./AppflowClient";
2
1
  export * from "./Appflow";
3
- export * from "./commands/CreateConnectorProfileCommand";
4
- export * from "./commands/CreateFlowCommand";
5
- export * from "./commands/DeleteConnectorProfileCommand";
6
- export * from "./commands/DeleteFlowCommand";
7
- export * from "./commands/DescribeConnectorEntityCommand";
8
- export * from "./commands/DescribeConnectorProfilesCommand";
9
- export * from "./pagination/DescribeConnectorProfilesPaginator";
10
- export * from "./commands/DescribeConnectorsCommand";
11
- export * from "./pagination/DescribeConnectorsPaginator";
12
- export * from "./commands/DescribeFlowCommand";
13
- export * from "./commands/DescribeFlowExecutionRecordsCommand";
14
- export * from "./pagination/DescribeFlowExecutionRecordsPaginator";
15
- export * from "./commands/ListConnectorEntitiesCommand";
16
- export * from "./commands/ListFlowsCommand";
17
- export * from "./pagination/ListFlowsPaginator";
18
- export * from "./commands/ListTagsForResourceCommand";
19
- export * from "./commands/StartFlowCommand";
20
- export * from "./commands/StopFlowCommand";
21
- export * from "./commands/TagResourceCommand";
22
- export * from "./commands/UntagResourceCommand";
23
- export * from "./commands/UpdateConnectorProfileCommand";
24
- export * from "./commands/UpdateFlowCommand";
25
- export * from "./pagination/Interfaces";
26
- export * from "./models/index";
2
+ export * from "./AppflowClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
@@ -2729,6 +2729,25 @@ export declare namespace MarketoSourceProperties {
2729
2729
  */
2730
2730
  const filterSensitiveLog: (obj: MarketoSourceProperties) => any;
2731
2731
  }
2732
+ export declare enum S3InputFileType {
2733
+ CSV = "CSV",
2734
+ JSON = "JSON"
2735
+ }
2736
+ /**
2737
+ * <p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>
2738
+ */
2739
+ export interface S3InputFormatConfig {
2740
+ /**
2741
+ * <p> The file type that Amazon AppFlow gets from your Amazon S3 bucket. </p>
2742
+ */
2743
+ s3InputFileType?: S3InputFileType | string;
2744
+ }
2745
+ export declare namespace S3InputFormatConfig {
2746
+ /**
2747
+ * @internal
2748
+ */
2749
+ const filterSensitiveLog: (obj: S3InputFormatConfig) => any;
2750
+ }
2732
2751
  /**
2733
2752
  * <p> The properties that are applied when Amazon S3 is being used as the flow source. </p>
2734
2753
  */
@@ -2741,6 +2760,10 @@ export interface S3SourceProperties {
2741
2760
  * <p> The object key for the Amazon S3 bucket in which the source files are stored. </p>
2742
2761
  */
2743
2762
  bucketPrefix?: string;
2763
+ /**
2764
+ * <p> When you use Amazon S3 as the source, the configuration format that you provide the flow input data. </p>
2765
+ */
2766
+ s3InputFormatConfig?: S3InputFormatConfig;
2744
2767
  }
2745
2768
  export declare namespace S3SourceProperties {
2746
2769
  /**
@@ -0,0 +1,5 @@
1
+ export * from "./DescribeConnectorProfilesPaginator";
2
+ export * from "./DescribeConnectorsPaginator";
3
+ export * from "./DescribeFlowExecutionRecordsPaginator";
4
+ export * from "./Interfaces";
5
+ export * from "./ListFlowsPaginator";
@@ -18,178 +18,77 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
18
18
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
19
19
  import { UpdateConnectorProfileCommandInput, UpdateConnectorProfileCommandOutput } from "./commands/UpdateConnectorProfileCommand";
20
20
  import { UpdateFlowCommandInput, UpdateFlowCommandOutput } 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
- */
21
+
64
22
  export declare class Appflow extends AppflowClient {
65
- /**
66
- * <p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota
67
- * of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota
68
- * allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support
69
- * channel. </p>
70
- */
23
+
71
24
  createConnectorProfile(args: CreateConnectorProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateConnectorProfileCommandOutput>;
72
25
  createConnectorProfile(args: CreateConnectorProfileCommandInput, cb: (err: any, data?: CreateConnectorProfileCommandOutput) => void): void;
73
26
  createConnectorProfile(args: CreateConnectorProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConnectorProfileCommandOutput) => void): void;
74
- /**
75
- * <p> Enables your application to create a new flow using Amazon AppFlow. You must create a
76
- * connector profile before calling this API. Please note that the Request Syntax below shows
77
- * syntax for multiple destinations, however, you can only transfer data to one item in this list
78
- * at a time. Amazon AppFlow does not currently support flows to multiple destinations at once. </p>
79
- */
27
+
80
28
  createFlow(args: CreateFlowCommandInput, options?: __HttpHandlerOptions): Promise<CreateFlowCommandOutput>;
81
29
  createFlow(args: CreateFlowCommandInput, cb: (err: any, data?: CreateFlowCommandOutput) => void): void;
82
30
  createFlow(args: CreateFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFlowCommandOutput) => void): void;
83
- /**
84
- * <p> Enables you to delete an existing connector profile. </p>
85
- */
31
+
86
32
  deleteConnectorProfile(args: DeleteConnectorProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectorProfileCommandOutput>;
87
33
  deleteConnectorProfile(args: DeleteConnectorProfileCommandInput, cb: (err: any, data?: DeleteConnectorProfileCommandOutput) => void): void;
88
34
  deleteConnectorProfile(args: DeleteConnectorProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectorProfileCommandOutput) => void): void;
89
- /**
90
- * <p> Enables your application to delete an existing flow. Before deleting the flow, Amazon
91
- * AppFlow validates the request by checking the flow configuration and status. You can delete
92
- * flows one at a time. </p>
93
- */
35
+
94
36
  deleteFlow(args: DeleteFlowCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFlowCommandOutput>;
95
37
  deleteFlow(args: DeleteFlowCommandInput, cb: (err: any, data?: DeleteFlowCommandOutput) => void): void;
96
38
  deleteFlow(args: DeleteFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFlowCommandOutput) => void): void;
97
- /**
98
- * <p> Provides details regarding the entity used with the connector, with a description of the
99
- * data model for each entity. </p>
100
- */
39
+
101
40
  describeConnectorEntity(args: DescribeConnectorEntityCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectorEntityCommandOutput>;
102
41
  describeConnectorEntity(args: DescribeConnectorEntityCommandInput, cb: (err: any, data?: DescribeConnectorEntityCommandOutput) => void): void;
103
42
  describeConnectorEntity(args: DescribeConnectorEntityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectorEntityCommandOutput) => void): void;
104
- /**
105
- * <p> Returns a list of <code>connector-profile</code> details matching the provided
106
- * <code>connector-profile</code> names and <code>connector-types</code>. Both input lists are
107
- * optional, and you can use them to filter the result. </p>
108
- * <p>If no names or <code>connector-types</code> are provided, returns all connector profiles
109
- * in a paginated form. If there is no match, this operation returns an empty list.</p>
110
- */
43
+
111
44
  describeConnectorProfiles(args: DescribeConnectorProfilesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectorProfilesCommandOutput>;
112
45
  describeConnectorProfiles(args: DescribeConnectorProfilesCommandInput, cb: (err: any, data?: DescribeConnectorProfilesCommandOutput) => void): void;
113
46
  describeConnectorProfiles(args: DescribeConnectorProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectorProfilesCommandOutput) => void): void;
114
- /**
115
- * <p> Describes the connectors vended by Amazon AppFlow for specified connector types. If you
116
- * don't specify a connector type, this operation describes all connectors vended by Amazon
117
- * AppFlow. If there are more connectors than can be returned in one page, the response contains
118
- * a <code>nextToken</code> object, which can be be passed in to the next call to the
119
- * <code>DescribeConnectors</code> API operation to retrieve the next page. </p>
120
- */
47
+
121
48
  describeConnectors(args: DescribeConnectorsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConnectorsCommandOutput>;
122
49
  describeConnectors(args: DescribeConnectorsCommandInput, cb: (err: any, data?: DescribeConnectorsCommandOutput) => void): void;
123
50
  describeConnectors(args: DescribeConnectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectorsCommandOutput) => void): void;
124
- /**
125
- * <p> Provides a description of the specified flow. </p>
126
- */
51
+
127
52
  describeFlow(args: DescribeFlowCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFlowCommandOutput>;
128
53
  describeFlow(args: DescribeFlowCommandInput, cb: (err: any, data?: DescribeFlowCommandOutput) => void): void;
129
54
  describeFlow(args: DescribeFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFlowCommandOutput) => void): void;
130
- /**
131
- * <p> Fetches the execution history of the flow. </p>
132
- */
55
+
133
56
  describeFlowExecutionRecords(args: DescribeFlowExecutionRecordsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFlowExecutionRecordsCommandOutput>;
134
57
  describeFlowExecutionRecords(args: DescribeFlowExecutionRecordsCommandInput, cb: (err: any, data?: DescribeFlowExecutionRecordsCommandOutput) => void): void;
135
58
  describeFlowExecutionRecords(args: DescribeFlowExecutionRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFlowExecutionRecordsCommandOutput) => void): void;
136
- /**
137
- * <p> Returns the list of available connector entities supported by Amazon AppFlow. For
138
- * example, you can query Salesforce for <i>Account</i> and
139
- * <i>Opportunity</i> entities, or query ServiceNow for the
140
- * <i>Incident</i> entity. </p>
141
- */
59
+
142
60
  listConnectorEntities(args: ListConnectorEntitiesCommandInput, options?: __HttpHandlerOptions): Promise<ListConnectorEntitiesCommandOutput>;
143
61
  listConnectorEntities(args: ListConnectorEntitiesCommandInput, cb: (err: any, data?: ListConnectorEntitiesCommandOutput) => void): void;
144
62
  listConnectorEntities(args: ListConnectorEntitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConnectorEntitiesCommandOutput) => void): void;
145
- /**
146
- * <p> Lists all of the flows associated with your account. </p>
147
- */
63
+
148
64
  listFlows(args: ListFlowsCommandInput, options?: __HttpHandlerOptions): Promise<ListFlowsCommandOutput>;
149
65
  listFlows(args: ListFlowsCommandInput, cb: (err: any, data?: ListFlowsCommandOutput) => void): void;
150
66
  listFlows(args: ListFlowsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFlowsCommandOutput) => void): void;
151
- /**
152
- * <p> Retrieves the tags that are associated with a specified flow. </p>
153
- */
67
+
154
68
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
155
69
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
156
70
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
157
- /**
158
- * <p> Activates an existing flow. For on-demand flows, this operation runs the flow
159
- * immediately. For schedule and event-triggered flows, this operation activates the flow. </p>
160
- */
71
+
161
72
  startFlow(args: StartFlowCommandInput, options?: __HttpHandlerOptions): Promise<StartFlowCommandOutput>;
162
73
  startFlow(args: StartFlowCommandInput, cb: (err: any, data?: StartFlowCommandOutput) => void): void;
163
74
  startFlow(args: StartFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartFlowCommandOutput) => void): void;
164
- /**
165
- * <p> Deactivates the existing flow. For on-demand flows, this operation returns an
166
- * <code>unsupportedOperationException</code> error message. For schedule and event-triggered
167
- * flows, this operation deactivates the flow. </p>
168
- */
75
+
169
76
  stopFlow(args: StopFlowCommandInput, options?: __HttpHandlerOptions): Promise<StopFlowCommandOutput>;
170
77
  stopFlow(args: StopFlowCommandInput, cb: (err: any, data?: StopFlowCommandOutput) => void): void;
171
78
  stopFlow(args: StopFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopFlowCommandOutput) => void): void;
172
- /**
173
- * <p> Applies a tag to the specified flow. </p>
174
- */
79
+
175
80
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
176
81
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
177
82
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
178
- /**
179
- * <p> Removes a tag from the specified flow. </p>
180
- */
83
+
181
84
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
182
85
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
183
86
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
184
- /**
185
- * <p> Updates a given connector profile associated with your account. </p>
186
- */
87
+
187
88
  updateConnectorProfile(args: UpdateConnectorProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConnectorProfileCommandOutput>;
188
89
  updateConnectorProfile(args: UpdateConnectorProfileCommandInput, cb: (err: any, data?: UpdateConnectorProfileCommandOutput) => void): void;
189
90
  updateConnectorProfile(args: UpdateConnectorProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConnectorProfileCommandOutput) => void): void;
190
- /**
191
- * <p> Updates an existing flow. </p>
192
- */
91
+
193
92
  updateFlow(args: UpdateFlowCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFlowCommandOutput>;
194
93
  updateFlow(args: UpdateFlowCommandInput, cb: (err: any, data?: UpdateFlowCommandOutput) => void): void;
195
94
  updateFlow(args: UpdateFlowCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFlowCommandOutput) => void): void;
@@ -27,164 +27,59 @@ import { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "./commands/Upda
27
27
  export declare type ServiceInputTypes = CreateConnectorProfileCommandInput | CreateFlowCommandInput | DeleteConnectorProfileCommandInput | DeleteFlowCommandInput | DescribeConnectorEntityCommandInput | DescribeConnectorProfilesCommandInput | DescribeConnectorsCommandInput | DescribeFlowCommandInput | DescribeFlowExecutionRecordsCommandInput | ListConnectorEntitiesCommandInput | ListFlowsCommandInput | ListTagsForResourceCommandInput | StartFlowCommandInput | StopFlowCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConnectorProfileCommandInput | UpdateFlowCommandInput;
28
28
  export declare type ServiceOutputTypes = CreateConnectorProfileCommandOutput | CreateFlowCommandOutput | DeleteConnectorProfileCommandOutput | DeleteFlowCommandOutput | DescribeConnectorEntityCommandOutput | DescribeConnectorProfilesCommandOutput | DescribeConnectorsCommandOutput | DescribeFlowCommandOutput | DescribeFlowExecutionRecordsCommandOutput | ListConnectorEntitiesCommandOutput | ListFlowsCommandOutput | ListTagsForResourceCommandOutput | StartFlowCommandOutput | StopFlowCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConnectorProfileCommandOutput | UpdateFlowCommandOutput;
29
29
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
30
- /**
31
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
32
- */
30
+
33
31
  requestHandler?: __HttpHandler;
34
- /**
35
- * A constructor for a class implementing the {@link __Hash} interface
36
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
37
- * @internal
38
- */
32
+
39
33
  sha256?: __HashConstructor;
40
- /**
41
- * The function that will be used to convert strings into HTTP endpoints.
42
- * @internal
43
- */
34
+
44
35
  urlParser?: __UrlParser;
45
- /**
46
- * A function that can calculate the length of a request body.
47
- * @internal
48
- */
36
+
49
37
  bodyLengthChecker?: (body: any) => number | undefined;
50
- /**
51
- * A function that converts a stream into an array of bytes.
52
- * @internal
53
- */
38
+
54
39
  streamCollector?: __StreamCollector;
55
- /**
56
- * The function that will be used to convert a base64-encoded string to a byte array.
57
- * @internal
58
- */
40
+
59
41
  base64Decoder?: __Decoder;
60
- /**
61
- * The function that will be used to convert binary data to a base64-encoded string.
62
- * @internal
63
- */
42
+
64
43
  base64Encoder?: __Encoder;
65
- /**
66
- * The function that will be used to convert a UTF8-encoded string to a byte array.
67
- * @internal
68
- */
44
+
69
45
  utf8Decoder?: __Decoder;
70
- /**
71
- * The function that will be used to convert binary data to a UTF-8 encoded string.
72
- * @internal
73
- */
46
+
74
47
  utf8Encoder?: __Encoder;
75
- /**
76
- * The runtime environment.
77
- * @internal
78
- */
48
+
79
49
  runtime?: string;
80
- /**
81
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
82
- * trait of an operation.
83
- */
50
+
84
51
  disableHostPrefix?: boolean;
85
- /**
86
- * Value for how many times a request will be made at most in case of retry.
87
- */
52
+
88
53
  maxAttempts?: number | __Provider<number>;
89
- /**
90
- * Specifies which retry algorithm to use.
91
- */
54
+
92
55
  retryMode?: string | __Provider<string>;
93
- /**
94
- * Optional logger for logging debug/info/warn/error.
95
- */
56
+
96
57
  logger?: __Logger;
97
- /**
98
- * Unique service identifier.
99
- * @internal
100
- */
58
+
101
59
  serviceId?: string;
102
- /**
103
- * The AWS region to which this client will send requests
104
- */
60
+
105
61
  region?: string | __Provider<string>;
106
- /**
107
- * Default credentials provider; Not available in browser runtime.
108
- * @internal
109
- */
62
+
110
63
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
111
- /**
112
- * Fetch related hostname, signing name or signing region with given region.
113
- * @internal
114
- */
64
+
115
65
  regionInfoProvider?: RegionInfoProvider;
116
- /**
117
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
118
- * @internal
119
- */
66
+
120
67
  defaultUserAgentProvider?: Provider<__UserAgent>;
121
68
  }
122
69
  declare type AppflowClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
123
- /**
124
- * The configuration interface of AppflowClient class constructor that set the region, credentials and other options.
125
- */
70
+
126
71
  export interface AppflowClientConfig extends AppflowClientConfigType {
127
72
  }
128
73
  declare type AppflowClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
129
- /**
130
- * The resolved configuration interface of AppflowClient class. This is resolved and normalized from the {@link AppflowClientConfig | constructor configuration interface}.
131
- */
74
+
132
75
  export interface AppflowClientResolvedConfig extends AppflowClientResolvedConfigType {
133
76
  }
134
- /**
135
- * <p>Welcome to the Amazon AppFlow API reference. This guide is for developers who need
136
- * detailed information about the Amazon AppFlow API operations, data types, and errors. </p>
137
- *
138
- * <p>Amazon AppFlow is a fully managed integration service that enables you to securely
139
- * transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
140
- * Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>
141
- *
142
- *
143
- *
144
- * <p>Use the following links to get started on the Amazon AppFlow API:</p>
145
- *
146
- * <ul>
147
- * <li>
148
- * <p>
149
- * <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>
150
- * </li>
151
- * <li>
152
- * <p>
153
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Types.html">Data
154
- * types</a>: An alphabetical list of all Amazon AppFlow data types.</p>
155
- * </li>
156
- * <li>
157
- * <p>
158
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonParameters.html">Common parameters</a>: Parameters that all Query operations can use.</p>
159
- * </li>
160
- * <li>
161
- * <p>
162
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonErrors.html">Common
163
- * errors</a>: Client and server errors that all operations can return.</p>
164
- * </li>
165
- * </ul>
166
- *
167
- * <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
168
- * Guide</a>.</p>
169
- * <p>Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include
170
- * applicable OAuth attributes (such as <code>auth-code</code> and <code>redirecturi</code>) with
171
- * the connector-specific <code>ConnectorProfileProperties</code> when creating a new connector
172
- * profile using Amazon AppFlow API operations. For example, Salesforce users can refer to the
173
- * <a href="https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm">
174
- * <i>Authorize Apps with OAuth</i>
175
- * </a> documentation.</p>
176
- */
77
+
177
78
  export declare class AppflowClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppflowClientResolvedConfig> {
178
- /**
179
- * The resolved configuration of AppflowClient class. This is resolved and normalized from the {@link AppflowClientConfig | constructor configuration interface}.
180
- */
79
+
181
80
  readonly config: AppflowClientResolvedConfig;
182
81
  constructor(configuration: AppflowClientConfig);
183
- /**
184
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
185
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
186
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
187
- */
82
+
188
83
  destroy(): void;
189
84
  }
190
85
  export {};
@@ -6,32 +6,11 @@ export interface CreateConnectorProfileCommandInput extends CreateConnectorProfi
6
6
  }
7
7
  export interface CreateConnectorProfileCommandOutput extends CreateConnectorProfileResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota
11
- * of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota
12
- * allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support
13
- * channel. </p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { AppflowClient, CreateConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
18
- * // const { AppflowClient, CreateConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
19
- * const client = new AppflowClient(config);
20
- * const command = new CreateConnectorProfileCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link CreateConnectorProfileCommandInput} for command's `input` shape.
25
- * @see {@link CreateConnectorProfileCommandOutput} for command's `response` shape.
26
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class CreateConnectorProfileCommand extends $Command<CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput, AppflowClientResolvedConfig> {
30
11
  readonly input: CreateConnectorProfileCommandInput;
31
12
  constructor(input: CreateConnectorProfileCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,32 +6,11 @@ export interface CreateFlowCommandInput extends CreateFlowRequest {
6
6
  }
7
7
  export interface CreateFlowCommandOutput extends CreateFlowResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p> Enables your application to create a new flow using Amazon AppFlow. You must create a
11
- * connector profile before calling this API. Please note that the Request Syntax below shows
12
- * syntax for multiple destinations, however, you can only transfer data to one item in this list
13
- * at a time. Amazon AppFlow does not currently support flows to multiple destinations at once. </p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { AppflowClient, CreateFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
18
- * // const { AppflowClient, CreateFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
19
- * const client = new AppflowClient(config);
20
- * const command = new CreateFlowCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link CreateFlowCommandInput} for command's `input` shape.
25
- * @see {@link CreateFlowCommandOutput} for command's `response` shape.
26
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class CreateFlowCommand extends $Command<CreateFlowCommandInput, CreateFlowCommandOutput, AppflowClientResolvedConfig> {
30
11
  readonly input: CreateFlowCommandInput;
31
12
  constructor(input: CreateFlowCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFlowCommandInput, CreateFlowCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DeleteConnectorProfileCommandInput extends DeleteConnectorProfi
6
6
  }
7
7
  export interface DeleteConnectorProfileCommandOutput extends DeleteConnectorProfileResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p> Enables you to delete an existing connector profile. </p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { AppflowClient, DeleteConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
15
- * // const { AppflowClient, DeleteConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
16
- * const client = new AppflowClient(config);
17
- * const command = new DeleteConnectorProfileCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteConnectorProfileCommandInput} for command's `input` shape.
22
- * @see {@link DeleteConnectorProfileCommandOutput} for command's `response` shape.
23
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteConnectorProfileCommand extends $Command<DeleteConnectorProfileCommandInput, DeleteConnectorProfileCommandOutput, AppflowClientResolvedConfig> {
27
11
  readonly input: DeleteConnectorProfileCommandInput;
28
12
  constructor(input: DeleteConnectorProfileCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppflowClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteConnectorProfileCommandInput, DeleteConnectorProfileCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;