@aws-sdk/client-appflow 3.34.0 → 3.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (262) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/Appflow.js +0 -44
  3. package/dist-cjs/AppflowClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/CreateConnectorProfileCommand.js +2 -30
  5. package/{dist/cjs → dist-cjs}/commands/CreateFlowCommand.js +2 -30
  6. package/{dist/cjs → dist-cjs}/commands/DeleteConnectorProfileCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/DeleteFlowCommand.js +2 -29
  8. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorEntityCommand.js +2 -28
  9. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorProfilesCommand.js +2 -31
  10. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorsCommand.js +2 -31
  11. package/{dist/cjs → dist-cjs}/commands/DescribeFlowCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/DescribeFlowExecutionRecordsCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/ListConnectorEntitiesCommand.js +2 -30
  14. package/{dist/cjs → dist-cjs}/commands/ListFlowsCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/StartFlowCommand.js +2 -28
  17. package/{dist/cjs → dist-cjs}/commands/StopFlowCommand.js +2 -29
  18. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  20. package/{dist/cjs → dist-cjs}/commands/UpdateConnectorProfileCommand.js +2 -27
  21. package/{dist/cjs → dist-cjs}/commands/UpdateFlowCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  23. package/{dist/cjs → dist-cjs}/index.js +0 -1
  24. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  25. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -484
  26. package/{dist/cjs → dist-cjs}/pagination/DescribeConnectorProfilesPaginator.js +0 -11
  27. package/{dist/cjs → dist-cjs}/pagination/DescribeConnectorsPaginator.js +0 -11
  28. package/{dist/cjs → dist-cjs}/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -11
  29. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  30. package/{dist/cjs → dist-cjs}/pagination/ListFlowsPaginator.js +0 -11
  31. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +15 -21
  32. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  33. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  34. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  35. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  36. package/{dist/es → dist-es}/Appflow.js +0 -1
  37. package/{dist/es → dist-es}/AppflowClient.js +1 -2
  38. package/{dist/es → dist-es}/commands/CreateConnectorProfileCommand.js +2 -3
  39. package/{dist/es → dist-es}/commands/CreateFlowCommand.js +2 -3
  40. package/{dist/es → dist-es}/commands/DeleteConnectorProfileCommand.js +2 -3
  41. package/{dist/es → dist-es}/commands/DeleteFlowCommand.js +2 -3
  42. package/{dist/es → dist-es}/commands/DescribeConnectorEntityCommand.js +2 -3
  43. package/{dist/es → dist-es}/commands/DescribeConnectorProfilesCommand.js +2 -3
  44. package/{dist/es → dist-es}/commands/DescribeConnectorsCommand.js +2 -3
  45. package/{dist/es → dist-es}/commands/DescribeFlowCommand.js +2 -3
  46. package/{dist/es → dist-es}/commands/DescribeFlowExecutionRecordsCommand.js +2 -3
  47. package/{dist/es → dist-es}/commands/ListConnectorEntitiesCommand.js +2 -3
  48. package/{dist/es → dist-es}/commands/ListFlowsCommand.js +2 -3
  49. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  50. package/{dist/es → dist-es}/commands/StartFlowCommand.js +2 -3
  51. package/{dist/es → dist-es}/commands/StopFlowCommand.js +2 -3
  52. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  53. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  54. package/{dist/es → dist-es}/commands/UpdateConnectorProfileCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/UpdateFlowCommand.js +2 -3
  56. package/{dist/es → dist-es}/endpoints.js +1 -2
  57. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  58. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  59. package/{dist/es → dist-es}/models/models_0.js +0 -1
  60. package/{dist/es → dist-es}/pagination/DescribeConnectorProfilesPaginator.js +0 -1
  61. package/{dist/es → dist-es}/pagination/DescribeConnectorsPaginator.js +0 -1
  62. package/{dist/es → dist-es}/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -1
  63. package/dist-es/pagination/Interfaces.js +1 -0
  64. package/{dist/es → dist-es}/pagination/ListFlowsPaginator.js +0 -1
  65. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
  66. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  67. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  68. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  69. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  70. package/{dist/types → dist-types}/Appflow.d.ts +1 -1
  71. package/{dist/types → dist-types}/AppflowClient.d.ts +8 -8
  72. package/{dist/types → dist-types}/commands/CreateConnectorProfileCommand.d.ts +2 -2
  73. package/{dist/types → dist-types}/commands/CreateFlowCommand.d.ts +2 -2
  74. package/{dist/types → dist-types}/commands/DeleteConnectorProfileCommand.d.ts +2 -2
  75. package/{dist/types → dist-types}/commands/DeleteFlowCommand.d.ts +2 -2
  76. package/{dist/types → dist-types}/commands/DescribeConnectorEntityCommand.d.ts +2 -2
  77. package/{dist/types → dist-types}/commands/DescribeConnectorProfilesCommand.d.ts +2 -2
  78. package/{dist/types → dist-types}/commands/DescribeConnectorsCommand.d.ts +2 -2
  79. package/{dist/types → dist-types}/commands/DescribeFlowCommand.d.ts +2 -2
  80. package/{dist/types → dist-types}/commands/DescribeFlowExecutionRecordsCommand.d.ts +2 -2
  81. package/{dist/types → dist-types}/commands/ListConnectorEntitiesCommand.d.ts +2 -2
  82. package/{dist/types → dist-types}/commands/ListFlowsCommand.d.ts +2 -2
  83. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  84. package/{dist/types → dist-types}/commands/StartFlowCommand.d.ts +2 -2
  85. package/{dist/types → dist-types}/commands/StopFlowCommand.d.ts +2 -2
  86. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  87. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  88. package/{dist/types → dist-types}/commands/UpdateConnectorProfileCommand.d.ts +2 -2
  89. package/{dist/types → dist-types}/commands/UpdateFlowCommand.d.ts +2 -2
  90. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  91. package/{index.ts → dist-types/index.d.ts} +0 -0
  92. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  93. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  94. package/{dist/types → dist-types}/pagination/DescribeConnectorProfilesPaginator.d.ts +1 -1
  95. package/{dist/types → dist-types}/pagination/DescribeConnectorsPaginator.d.ts +1 -1
  96. package/{dist/types → dist-types}/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +1 -1
  97. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  98. package/{dist/types → dist-types}/pagination/ListFlowsPaginator.d.ts +1 -1
  99. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  100. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  101. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  102. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  103. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  104. package/{dist/types → dist-types}/ts3.4/Appflow.d.ts +20 -121
  105. package/{dist/types → dist-types}/ts3.4/AppflowClient.d.ts +32 -137
  106. package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +17 -0
  107. package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +17 -0
  108. package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +4 -22
  109. package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +17 -0
  110. package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +17 -0
  111. package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +17 -0
  114. package/{dist/types → dist-types}/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +4 -22
  115. package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +17 -0
  117. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  118. package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  121. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +4 -22
  122. package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +4 -22
  123. package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +17 -0
  124. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  125. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  126. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  127. package/dist-types/ts3.4/models/models_0.d.ts +2397 -0
  128. package/{dist/types → dist-types}/ts3.4/pagination/DescribeConnectorProfilesPaginator.d.ts +1 -1
  129. package/{dist/types → dist-types}/ts3.4/pagination/DescribeConnectorsPaginator.d.ts +1 -1
  130. package/{dist/types → dist-types}/ts3.4/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +1 -1
  131. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  132. package/{dist/types → dist-types}/ts3.4/pagination/ListFlowsPaginator.d.ts +1 -1
  133. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  134. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  135. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  136. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  137. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  138. package/package.json +45 -42
  139. package/Appflow.ts +0 -663
  140. package/AppflowClient.ts +0 -353
  141. package/commands/CreateConnectorProfileCommand.ts +0 -97
  142. package/commands/CreateFlowCommand.ts +0 -97
  143. package/commands/DeleteConnectorProfileCommand.ts +0 -94
  144. package/commands/DeleteFlowCommand.ts +0 -96
  145. package/commands/DescribeConnectorEntityCommand.ts +0 -95
  146. package/commands/DescribeConnectorProfilesCommand.ts +0 -101
  147. package/commands/DescribeConnectorsCommand.ts +0 -98
  148. package/commands/DescribeFlowCommand.ts +0 -94
  149. package/commands/DescribeFlowExecutionRecordsCommand.ts +0 -99
  150. package/commands/ListConnectorEntitiesCommand.ts +0 -97
  151. package/commands/ListFlowsCommand.ts +0 -94
  152. package/commands/ListTagsForResourceCommand.ts +0 -94
  153. package/commands/StartFlowCommand.ts +0 -95
  154. package/commands/StopFlowCommand.ts +0 -96
  155. package/commands/TagResourceCommand.ts +0 -94
  156. package/commands/UntagResourceCommand.ts +0 -94
  157. package/commands/UpdateConnectorProfileCommand.ts +0 -94
  158. package/commands/UpdateFlowCommand.ts +0 -94
  159. package/dist/cjs/Appflow.js.map +0 -1
  160. package/dist/cjs/AppflowClient.js +0 -84
  161. package/dist/cjs/AppflowClient.js.map +0 -1
  162. package/dist/cjs/commands/CreateConnectorProfileCommand.js.map +0 -1
  163. package/dist/cjs/commands/CreateFlowCommand.js.map +0 -1
  164. package/dist/cjs/commands/DeleteConnectorProfileCommand.js.map +0 -1
  165. package/dist/cjs/commands/DeleteFlowCommand.js.map +0 -1
  166. package/dist/cjs/commands/DescribeConnectorEntityCommand.js.map +0 -1
  167. package/dist/cjs/commands/DescribeConnectorProfilesCommand.js.map +0 -1
  168. package/dist/cjs/commands/DescribeConnectorsCommand.js.map +0 -1
  169. package/dist/cjs/commands/DescribeFlowCommand.js.map +0 -1
  170. package/dist/cjs/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
  171. package/dist/cjs/commands/ListConnectorEntitiesCommand.js.map +0 -1
  172. package/dist/cjs/commands/ListFlowsCommand.js.map +0 -1
  173. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  174. package/dist/cjs/commands/StartFlowCommand.js.map +0 -1
  175. package/dist/cjs/commands/StopFlowCommand.js.map +0 -1
  176. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  177. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  178. package/dist/cjs/commands/UpdateConnectorProfileCommand.js.map +0 -1
  179. package/dist/cjs/commands/UpdateFlowCommand.js.map +0 -1
  180. package/dist/cjs/endpoints.js.map +0 -1
  181. package/dist/cjs/index.js.map +0 -1
  182. package/dist/cjs/models/index.js.map +0 -1
  183. package/dist/cjs/models/models_0.js.map +0 -1
  184. package/dist/cjs/package.json +0 -91
  185. package/dist/cjs/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
  186. package/dist/cjs/pagination/DescribeConnectorsPaginator.js.map +0 -1
  187. package/dist/cjs/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
  188. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  189. package/dist/cjs/pagination/ListFlowsPaginator.js.map +0 -1
  190. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  191. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  192. package/dist/cjs/runtimeConfig.js.map +0 -1
  193. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  194. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  195. package/dist/es/Appflow.js.map +0 -1
  196. package/dist/es/AppflowClient.js.map +0 -1
  197. package/dist/es/commands/CreateConnectorProfileCommand.js.map +0 -1
  198. package/dist/es/commands/CreateFlowCommand.js.map +0 -1
  199. package/dist/es/commands/DeleteConnectorProfileCommand.js.map +0 -1
  200. package/dist/es/commands/DeleteFlowCommand.js.map +0 -1
  201. package/dist/es/commands/DescribeConnectorEntityCommand.js.map +0 -1
  202. package/dist/es/commands/DescribeConnectorProfilesCommand.js.map +0 -1
  203. package/dist/es/commands/DescribeConnectorsCommand.js.map +0 -1
  204. package/dist/es/commands/DescribeFlowCommand.js.map +0 -1
  205. package/dist/es/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
  206. package/dist/es/commands/ListConnectorEntitiesCommand.js.map +0 -1
  207. package/dist/es/commands/ListFlowsCommand.js.map +0 -1
  208. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  209. package/dist/es/commands/StartFlowCommand.js.map +0 -1
  210. package/dist/es/commands/StopFlowCommand.js.map +0 -1
  211. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  212. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  213. package/dist/es/commands/UpdateConnectorProfileCommand.js.map +0 -1
  214. package/dist/es/commands/UpdateFlowCommand.js.map +0 -1
  215. package/dist/es/endpoints.js.map +0 -1
  216. package/dist/es/index.js +0 -27
  217. package/dist/es/index.js.map +0 -1
  218. package/dist/es/models/index.js +0 -2
  219. package/dist/es/models/index.js.map +0 -1
  220. package/dist/es/models/models_0.js.map +0 -1
  221. package/dist/es/package.json +0 -91
  222. package/dist/es/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
  223. package/dist/es/pagination/DescribeConnectorsPaginator.js.map +0 -1
  224. package/dist/es/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
  225. package/dist/es/pagination/Interfaces.js +0 -2
  226. package/dist/es/pagination/Interfaces.js.map +0 -1
  227. package/dist/es/pagination/ListFlowsPaginator.js.map +0 -1
  228. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  229. package/dist/es/runtimeConfig.browser.js.map +0 -1
  230. package/dist/es/runtimeConfig.js.map +0 -1
  231. package/dist/es/runtimeConfig.native.js.map +0 -1
  232. package/dist/es/runtimeConfig.shared.js.map +0 -1
  233. package/dist/types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +0 -38
  234. package/dist/types/ts3.4/commands/CreateFlowCommand.d.ts +0 -38
  235. package/dist/types/ts3.4/commands/DeleteFlowCommand.d.ts +0 -37
  236. package/dist/types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +0 -36
  237. package/dist/types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +0 -39
  238. package/dist/types/ts3.4/commands/DescribeConnectorsCommand.d.ts +0 -39
  239. package/dist/types/ts3.4/commands/DescribeFlowCommand.d.ts +0 -35
  240. package/dist/types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +0 -38
  241. package/dist/types/ts3.4/commands/ListFlowsCommand.d.ts +0 -35
  242. package/dist/types/ts3.4/commands/StartFlowCommand.d.ts +0 -36
  243. package/dist/types/ts3.4/commands/StopFlowCommand.d.ts +0 -37
  244. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  245. package/dist/types/ts3.4/commands/UpdateFlowCommand.d.ts +0 -35
  246. package/dist/types/ts3.4/models/models_0.d.ts +0 -4030
  247. package/endpoints.ts +0 -57
  248. package/jest.config.js +0 -4
  249. package/models/models_0.ts +0 -5012
  250. package/pagination/DescribeConnectorProfilesPaginator.ts +0 -58
  251. package/pagination/DescribeConnectorsPaginator.ts +0 -57
  252. package/pagination/DescribeFlowExecutionRecordsPaginator.ts +0 -58
  253. package/pagination/Interfaces.ts +0 -7
  254. package/pagination/ListFlowsPaginator.ts +0 -54
  255. package/protocols/Aws_restJson1.ts +0 -5151
  256. package/runtimeConfig.browser.ts +0 -40
  257. package/runtimeConfig.native.ts +0 -16
  258. package/runtimeConfig.shared.ts +0 -16
  259. package/runtimeConfig.ts +0 -45
  260. package/tsconfig.es.json +0 -10
  261. package/tsconfig.json +0 -31
  262. package/tsconfig.types.json +0 -8
@@ -1,4030 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- export declare enum AggregationType {
3
- NONE = "None",
4
- SINGLE_FILE = "SingleFile"
5
- }
6
- /**
7
- * <p> The aggregation settings that you can use to customize the output format of your flow
8
- * data. </p>
9
- */
10
- export interface AggregationConfig {
11
- /**
12
- * <p> Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave
13
- * them unaggregated. </p>
14
- */
15
- aggregationType?: AggregationType | string;
16
- }
17
- export declare namespace AggregationConfig {
18
- /**
19
- * @internal
20
- */
21
- const filterSensitiveLog: (obj: AggregationConfig) => any;
22
- }
23
- export declare enum AmplitudeConnectorOperator {
24
- BETWEEN = "BETWEEN"
25
- }
26
- /**
27
- * <p> The connector-specific credentials required when using Amplitude. </p>
28
- */
29
- export interface AmplitudeConnectorProfileCredentials {
30
- /**
31
- * <p> A unique alphanumeric identifier used to authenticate a user, developer, or calling
32
- * program to your API. </p>
33
- */
34
- apiKey: string | undefined;
35
- /**
36
- * <p> The Secret Access Key portion of the credentials. </p>
37
- */
38
- secretKey: string | undefined;
39
- }
40
- export declare namespace AmplitudeConnectorProfileCredentials {
41
- /**
42
- * @internal
43
- */
44
- const filterSensitiveLog: (obj: AmplitudeConnectorProfileCredentials) => any;
45
- }
46
- /**
47
- * <p> The connector-specific profile properties required when using Amplitude. </p>
48
- */
49
- export interface AmplitudeConnectorProfileProperties {
50
- }
51
- export declare namespace AmplitudeConnectorProfileProperties {
52
- /**
53
- * @internal
54
- */
55
- const filterSensitiveLog: (obj: AmplitudeConnectorProfileProperties) => any;
56
- }
57
- /**
58
- * <p> The connector metadata specific to Amplitude. </p>
59
- */
60
- export interface AmplitudeMetadata {
61
- }
62
- export declare namespace AmplitudeMetadata {
63
- /**
64
- * @internal
65
- */
66
- const filterSensitiveLog: (obj: AmplitudeMetadata) => any;
67
- }
68
- /**
69
- * <p> The properties that are applied when Amplitude is being used as a source. </p>
70
- */
71
- export interface AmplitudeSourceProperties {
72
- /**
73
- * <p> The object specified in the Amplitude flow source. </p>
74
- */
75
- object: string | undefined;
76
- }
77
- export declare namespace AmplitudeSourceProperties {
78
- /**
79
- * @internal
80
- */
81
- const filterSensitiveLog: (obj: AmplitudeSourceProperties) => any;
82
- }
83
- /**
84
- * <p> The basic auth credentials required for basic authentication. </p>
85
- */
86
- export interface BasicAuthCredentials {
87
- /**
88
- * <p> The username to use to connect to a resource. </p>
89
- */
90
- username: string | undefined;
91
- /**
92
- * <p> The password to use to connect to a resource.</p>
93
- */
94
- password: string | undefined;
95
- }
96
- export declare namespace BasicAuthCredentials {
97
- /**
98
- * @internal
99
- */
100
- const filterSensitiveLog: (obj: BasicAuthCredentials) => any;
101
- }
102
- /**
103
- * <p> There was a conflict when processing the request (for example, a flow with the given name
104
- * already exists within the account. Check for conflicting resource names and try again. </p>
105
- */
106
- export interface ConflictException extends __SmithyException, $MetadataBearer {
107
- name: "ConflictException";
108
- $fault: "client";
109
- message?: string;
110
- }
111
- export declare namespace ConflictException {
112
- /**
113
- * @internal
114
- */
115
- const filterSensitiveLog: (obj: ConflictException) => any;
116
- }
117
- export declare enum ConnectionMode {
118
- PRIVATE = "Private",
119
- PUBLIC = "Public"
120
- }
121
- /**
122
- * <p> An error occurred when authenticating with the connector endpoint. </p>
123
- */
124
- export interface ConnectorAuthenticationException extends __SmithyException, $MetadataBearer {
125
- name: "ConnectorAuthenticationException";
126
- $fault: "client";
127
- message?: string;
128
- }
129
- export declare namespace ConnectorAuthenticationException {
130
- /**
131
- * @internal
132
- */
133
- const filterSensitiveLog: (obj: ConnectorAuthenticationException) => any;
134
- }
135
- /**
136
- * <p> The connector metadata specific to Amazon Connect Customer Profiles. </p>
137
- */
138
- export interface CustomerProfilesMetadata {
139
- }
140
- export declare namespace CustomerProfilesMetadata {
141
- /**
142
- * @internal
143
- */
144
- const filterSensitiveLog: (obj: CustomerProfilesMetadata) => any;
145
- }
146
- /**
147
- * <p> The connector metadata specific to Datadog. </p>
148
- */
149
- export interface DatadogMetadata {
150
- }
151
- export declare namespace DatadogMetadata {
152
- /**
153
- * @internal
154
- */
155
- const filterSensitiveLog: (obj: DatadogMetadata) => any;
156
- }
157
- /**
158
- * <p> The connector metadata specific to Dynatrace. </p>
159
- */
160
- export interface DynatraceMetadata {
161
- }
162
- export declare namespace DynatraceMetadata {
163
- /**
164
- * @internal
165
- */
166
- const filterSensitiveLog: (obj: DynatraceMetadata) => any;
167
- }
168
- /**
169
- * <p> The connector metadata specific to Amazon EventBridge. </p>
170
- */
171
- export interface EventBridgeMetadata {
172
- }
173
- export declare namespace EventBridgeMetadata {
174
- /**
175
- * @internal
176
- */
177
- const filterSensitiveLog: (obj: EventBridgeMetadata) => any;
178
- }
179
- /**
180
- * <p> The connector metadata specific to Google Analytics. </p>
181
- */
182
- export interface GoogleAnalyticsMetadata {
183
- /**
184
- * <p> The desired authorization scope for the Google Analytics account. </p>
185
- */
186
- oAuthScopes?: string[];
187
- }
188
- export declare namespace GoogleAnalyticsMetadata {
189
- /**
190
- * @internal
191
- */
192
- const filterSensitiveLog: (obj: GoogleAnalyticsMetadata) => any;
193
- }
194
- /**
195
- * <p> The connector metadata specific to Amazon Honeycode. </p>
196
- */
197
- export interface HoneycodeMetadata {
198
- /**
199
- * <p> The desired authorization scope for the Amazon Honeycode account. </p>
200
- */
201
- oAuthScopes?: string[];
202
- }
203
- export declare namespace HoneycodeMetadata {
204
- /**
205
- * @internal
206
- */
207
- const filterSensitiveLog: (obj: HoneycodeMetadata) => any;
208
- }
209
- /**
210
- * <p> The connector metadata specific to Infor Nexus. </p>
211
- */
212
- export interface InforNexusMetadata {
213
- }
214
- export declare namespace InforNexusMetadata {
215
- /**
216
- * @internal
217
- */
218
- const filterSensitiveLog: (obj: InforNexusMetadata) => any;
219
- }
220
- /**
221
- * <p> The connector metadata specific to Marketo. </p>
222
- */
223
- export interface MarketoMetadata {
224
- }
225
- export declare namespace MarketoMetadata {
226
- /**
227
- * @internal
228
- */
229
- const filterSensitiveLog: (obj: MarketoMetadata) => any;
230
- }
231
- /**
232
- * <p> The connector metadata specific to Amazon Redshift. </p>
233
- */
234
- export interface RedshiftMetadata {
235
- }
236
- export declare namespace RedshiftMetadata {
237
- /**
238
- * @internal
239
- */
240
- const filterSensitiveLog: (obj: RedshiftMetadata) => any;
241
- }
242
- /**
243
- * <p> The connector metadata specific to Amazon S3. </p>
244
- */
245
- export interface S3Metadata {
246
- }
247
- export declare namespace S3Metadata {
248
- /**
249
- * @internal
250
- */
251
- const filterSensitiveLog: (obj: S3Metadata) => any;
252
- }
253
- /**
254
- * <p> The connector metadata specific to Salesforce. </p>
255
- */
256
- export interface SalesforceMetadata {
257
- /**
258
- * <p> The desired authorization scope for the Salesforce account. </p>
259
- */
260
- oAuthScopes?: string[];
261
- }
262
- export declare namespace SalesforceMetadata {
263
- /**
264
- * @internal
265
- */
266
- const filterSensitiveLog: (obj: SalesforceMetadata) => any;
267
- }
268
- /**
269
- * <p> The connector metadata specific to SAPOData. </p>
270
- */
271
- export interface SAPODataMetadata {
272
- }
273
- export declare namespace SAPODataMetadata {
274
- /**
275
- * @internal
276
- */
277
- const filterSensitiveLog: (obj: SAPODataMetadata) => any;
278
- }
279
- /**
280
- * <p> The connector metadata specific to ServiceNow. </p>
281
- */
282
- export interface ServiceNowMetadata {
283
- }
284
- export declare namespace ServiceNowMetadata {
285
- /**
286
- * @internal
287
- */
288
- const filterSensitiveLog: (obj: ServiceNowMetadata) => any;
289
- }
290
- /**
291
- * <p> The connector metadata specific to Singular. </p>
292
- */
293
- export interface SingularMetadata {
294
- }
295
- export declare namespace SingularMetadata {
296
- /**
297
- * @internal
298
- */
299
- const filterSensitiveLog: (obj: SingularMetadata) => any;
300
- }
301
- /**
302
- * <p> The connector metadata specific to Slack. </p>
303
- */
304
- export interface SlackMetadata {
305
- /**
306
- * <p> The desired authorization scope for the Slack account. </p>
307
- */
308
- oAuthScopes?: string[];
309
- }
310
- export declare namespace SlackMetadata {
311
- /**
312
- * @internal
313
- */
314
- const filterSensitiveLog: (obj: SlackMetadata) => any;
315
- }
316
- /**
317
- * <p> The connector metadata specific to Snowflake. </p>
318
- */
319
- export interface SnowflakeMetadata {
320
- /**
321
- * <p> Specifies the supported Amazon Web Services Regions when using Snowflake. </p>
322
- */
323
- supportedRegions?: string[];
324
- }
325
- export declare namespace SnowflakeMetadata {
326
- /**
327
- * @internal
328
- */
329
- const filterSensitiveLog: (obj: SnowflakeMetadata) => any;
330
- }
331
- /**
332
- * <p> The connector metadata specific to Trend Micro. </p>
333
- */
334
- export interface TrendmicroMetadata {
335
- }
336
- export declare namespace TrendmicroMetadata {
337
- /**
338
- * @internal
339
- */
340
- const filterSensitiveLog: (obj: TrendmicroMetadata) => any;
341
- }
342
- /**
343
- * <p> The connector metadata specific to Upsolver. </p>
344
- */
345
- export interface UpsolverMetadata {
346
- }
347
- export declare namespace UpsolverMetadata {
348
- /**
349
- * @internal
350
- */
351
- const filterSensitiveLog: (obj: UpsolverMetadata) => any;
352
- }
353
- /**
354
- * <p> The connector metadata specific to Veeva. </p>
355
- */
356
- export interface VeevaMetadata {
357
- }
358
- export declare namespace VeevaMetadata {
359
- /**
360
- * @internal
361
- */
362
- const filterSensitiveLog: (obj: VeevaMetadata) => any;
363
- }
364
- /**
365
- * <p> The connector metadata specific to Zendesk. </p>
366
- */
367
- export interface ZendeskMetadata {
368
- /**
369
- * <p> The desired authorization scope for the Zendesk account. </p>
370
- */
371
- oAuthScopes?: string[];
372
- }
373
- export declare namespace ZendeskMetadata {
374
- /**
375
- * @internal
376
- */
377
- const filterSensitiveLog: (obj: ZendeskMetadata) => any;
378
- }
379
- /**
380
- * <p> A structure to specify connector-specific metadata such as <code>oAuthScopes</code>,
381
- * <code>supportedRegions</code>, <code>privateLinkServiceUrl</code>, and so on. </p>
382
- */
383
- export interface ConnectorMetadata {
384
- /**
385
- * <p> The connector metadata specific to Amplitude. </p>
386
- */
387
- Amplitude?: AmplitudeMetadata;
388
- /**
389
- * <p> The connector metadata specific to Datadog. </p>
390
- */
391
- Datadog?: DatadogMetadata;
392
- /**
393
- * <p> The connector metadata specific to Dynatrace. </p>
394
- */
395
- Dynatrace?: DynatraceMetadata;
396
- /**
397
- * <p> The connector metadata specific to Google Analytics. </p>
398
- */
399
- GoogleAnalytics?: GoogleAnalyticsMetadata;
400
- /**
401
- * <p> The connector metadata specific to Infor Nexus. </p>
402
- */
403
- InforNexus?: InforNexusMetadata;
404
- /**
405
- * <p> The connector metadata specific to Marketo. </p>
406
- */
407
- Marketo?: MarketoMetadata;
408
- /**
409
- * <p> The connector metadata specific to Amazon Redshift. </p>
410
- */
411
- Redshift?: RedshiftMetadata;
412
- /**
413
- * <p> The connector metadata specific to Amazon S3. </p>
414
- */
415
- S3?: S3Metadata;
416
- /**
417
- * <p> The connector metadata specific to Salesforce. </p>
418
- */
419
- Salesforce?: SalesforceMetadata;
420
- /**
421
- * <p> The connector metadata specific to ServiceNow. </p>
422
- */
423
- ServiceNow?: ServiceNowMetadata;
424
- /**
425
- * <p> The connector metadata specific to Singular. </p>
426
- */
427
- Singular?: SingularMetadata;
428
- /**
429
- * <p> The connector metadata specific to Slack. </p>
430
- */
431
- Slack?: SlackMetadata;
432
- /**
433
- * <p> The connector metadata specific to Snowflake. </p>
434
- */
435
- Snowflake?: SnowflakeMetadata;
436
- /**
437
- * <p> The connector metadata specific to Trend Micro. </p>
438
- */
439
- Trendmicro?: TrendmicroMetadata;
440
- /**
441
- * <p> The connector metadata specific to Veeva. </p>
442
- */
443
- Veeva?: VeevaMetadata;
444
- /**
445
- * <p> The connector metadata specific to Zendesk. </p>
446
- */
447
- Zendesk?: ZendeskMetadata;
448
- /**
449
- * <p> The connector metadata specific to Amazon EventBridge. </p>
450
- */
451
- EventBridge?: EventBridgeMetadata;
452
- /**
453
- * <p> The connector metadata specific to Upsolver. </p>
454
- */
455
- Upsolver?: UpsolverMetadata;
456
- /**
457
- * <p> The connector metadata specific to Amazon Connect Customer Profiles. </p>
458
- */
459
- CustomerProfiles?: CustomerProfilesMetadata;
460
- /**
461
- * <p> The connector metadata specific to Amazon Honeycode. </p>
462
- */
463
- Honeycode?: HoneycodeMetadata;
464
- /**
465
- * <p> The connector metadata specific to SAPOData. </p>
466
- */
467
- SAPOData?: SAPODataMetadata;
468
- }
469
- export declare namespace ConnectorMetadata {
470
- /**
471
- * @internal
472
- */
473
- const filterSensitiveLog: (obj: ConnectorMetadata) => any;
474
- }
475
- export declare enum ConnectorType {
476
- AMPLITUDE = "Amplitude",
477
- CUSTOMERPROFILES = "CustomerProfiles",
478
- DATADOG = "Datadog",
479
- DYNATRACE = "Dynatrace",
480
- EVENTBRIDGE = "EventBridge",
481
- GOOGLEANALYTICS = "Googleanalytics",
482
- HONEYCODE = "Honeycode",
483
- INFORNEXUS = "Infornexus",
484
- LOOKOUTMETRICS = "LookoutMetrics",
485
- MARKETO = "Marketo",
486
- REDSHIFT = "Redshift",
487
- S3 = "S3",
488
- SALESFORCE = "Salesforce",
489
- SAPODATA = "SAPOData",
490
- SERVICENOW = "Servicenow",
491
- SINGULAR = "Singular",
492
- SLACK = "Slack",
493
- SNOWFLAKE = "Snowflake",
494
- TRENDMICRO = "Trendmicro",
495
- UPSOLVER = "Upsolver",
496
- VEEVA = "Veeva",
497
- ZENDESK = "Zendesk"
498
- }
499
- export declare enum ScheduleFrequencyType {
500
- BYMINUTE = "BYMINUTE",
501
- DAILY = "DAILY",
502
- HOURLY = "HOURLY",
503
- MONTHLY = "MONTHLY",
504
- ONCE = "ONCE",
505
- WEEKLY = "WEEKLY"
506
- }
507
- export declare enum TriggerType {
508
- EVENT = "Event",
509
- ONDEMAND = "OnDemand",
510
- SCHEDULED = "Scheduled"
511
- }
512
- /**
513
- * <p> The configuration settings related to a given connector. </p>
514
- */
515
- export interface ConnectorConfiguration {
516
- /**
517
- * <p> Specifies whether the connector can be used as a source. </p>
518
- */
519
- canUseAsSource?: boolean;
520
- /**
521
- * <p> Specifies whether the connector can be used as a destination. </p>
522
- */
523
- canUseAsDestination?: boolean;
524
- /**
525
- * <p> Lists the connectors that are available for use as destinations. </p>
526
- */
527
- supportedDestinationConnectors?: (ConnectorType | string)[];
528
- /**
529
- * <p> Specifies the supported flow frequency for that connector. </p>
530
- */
531
- supportedSchedulingFrequencies?: (ScheduleFrequencyType | string)[];
532
- /**
533
- * <p> Specifies if PrivateLink is enabled for that connector. </p>
534
- */
535
- isPrivateLinkEnabled?: boolean;
536
- /**
537
- * <p> Specifies if a PrivateLink endpoint URL is required. </p>
538
- */
539
- isPrivateLinkEndpointUrlRequired?: boolean;
540
- /**
541
- * <p> Specifies the supported trigger types for the flow. </p>
542
- */
543
- supportedTriggerTypes?: (TriggerType | string)[];
544
- /**
545
- * <p> Specifies connector-specific metadata such as <code>oAuthScopes</code>,
546
- * <code>supportedRegions</code>, <code>privateLinkServiceUrl</code>, and so on. </p>
547
- */
548
- connectorMetadata?: ConnectorMetadata;
549
- }
550
- export declare namespace ConnectorConfiguration {
551
- /**
552
- * @internal
553
- */
554
- const filterSensitiveLog: (obj: ConnectorConfiguration) => any;
555
- }
556
- /**
557
- * <p> The high-level entity that can be queried in Amazon AppFlow. For example, a Salesforce
558
- * entity might be an <i>Account</i> or <i>Opportunity</i>, whereas a
559
- * ServiceNow entity might be an <i>Incident</i>. </p>
560
- */
561
- export interface ConnectorEntity {
562
- /**
563
- * <p> The name of the connector entity. </p>
564
- */
565
- name: string | undefined;
566
- /**
567
- * <p> The label applied to the connector entity. </p>
568
- */
569
- label?: string;
570
- /**
571
- * <p> Specifies whether the connector entity is a parent or a category and has more entities
572
- * nested underneath it. If another call is made with <code>entitiesPath =
573
- * "the_current_entity_name_with_hasNestedEntities_true"</code>, then it returns the nested
574
- * entities underneath it. This provides a way to retrieve all supported entities in a recursive
575
- * fashion. </p>
576
- */
577
- hasNestedEntities?: boolean;
578
- }
579
- export declare namespace ConnectorEntity {
580
- /**
581
- * @internal
582
- */
583
- const filterSensitiveLog: (obj: ConnectorEntity) => any;
584
- }
585
- export declare enum WriteOperationType {
586
- INSERT = "INSERT",
587
- UPDATE = "UPDATE",
588
- UPSERT = "UPSERT"
589
- }
590
- /**
591
- * <p> The properties that can be applied to a field when connector is being used as a
592
- * destination. </p>
593
- */
594
- export interface DestinationFieldProperties {
595
- /**
596
- * <p> Specifies if the destination field can be created by the current user. </p>
597
- */
598
- isCreatable?: boolean;
599
- /**
600
- * <p> Specifies if the destination field can have a null value. </p>
601
- */
602
- isNullable?: boolean;
603
- /**
604
- * <p> Specifies if the flow run can either insert new rows in the destination field if they do
605
- * not already exist, or update them if they do. </p>
606
- */
607
- isUpsertable?: boolean;
608
- /**
609
- * <p> Specifies whether the field can be updated during an <code>UPDATE</code> or
610
- * <code>UPSERT</code> write operation. </p>
611
- */
612
- isUpdatable?: boolean;
613
- /**
614
- * <p> A list of supported write operations. For each write operation listed, this field can be
615
- * used in <code>idFieldNames</code> when that write operation is present as a destination
616
- * option. </p>
617
- */
618
- supportedWriteOperations?: (WriteOperationType | string)[];
619
- }
620
- export declare namespace DestinationFieldProperties {
621
- /**
622
- * @internal
623
- */
624
- const filterSensitiveLog: (obj: DestinationFieldProperties) => any;
625
- }
626
- /**
627
- * <p> The properties that can be applied to a field when the connector is being used as a
628
- * source. </p>
629
- */
630
- export interface SourceFieldProperties {
631
- /**
632
- * <p> Indicates whether the field can be returned in a search result. </p>
633
- */
634
- isRetrievable?: boolean;
635
- /**
636
- * <p> Indicates if the field can be queried. </p>
637
- */
638
- isQueryable?: boolean;
639
- }
640
- export declare namespace SourceFieldProperties {
641
- /**
642
- * @internal
643
- */
644
- const filterSensitiveLog: (obj: SourceFieldProperties) => any;
645
- }
646
- export declare enum Operator {
647
- ADDITION = "ADDITION",
648
- BETWEEN = "BETWEEN",
649
- CONTAINS = "CONTAINS",
650
- DIVISION = "DIVISION",
651
- EQUAL_TO = "EQUAL_TO",
652
- GREATER_THAN = "GREATER_THAN",
653
- GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
654
- LESS_THAN = "LESS_THAN",
655
- LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
656
- MASK_ALL = "MASK_ALL",
657
- MASK_FIRST_N = "MASK_FIRST_N",
658
- MASK_LAST_N = "MASK_LAST_N",
659
- MULTIPLICATION = "MULTIPLICATION",
660
- NOT_EQUAL_TO = "NOT_EQUAL_TO",
661
- NO_OP = "NO_OP",
662
- PROJECTION = "PROJECTION",
663
- SUBTRACTION = "SUBTRACTION",
664
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
665
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
666
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
667
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
668
- }
669
- /**
670
- * <p> Contains details regarding the supported field type and the operators that can be applied
671
- * for filtering. </p>
672
- */
673
- export interface FieldTypeDetails {
674
- /**
675
- * <p> The type of field, such as string, integer, date, and so on. </p>
676
- */
677
- fieldType: string | undefined;
678
- /**
679
- * <p> The list of operators supported by a field. </p>
680
- */
681
- filterOperators: (Operator | string)[] | undefined;
682
- /**
683
- * <p> The list of values that a field can contain. For example, a Boolean
684
- * <code>fieldType</code> can have two values: "true" and "false". </p>
685
- */
686
- supportedValues?: string[];
687
- }
688
- export declare namespace FieldTypeDetails {
689
- /**
690
- * @internal
691
- */
692
- const filterSensitiveLog: (obj: FieldTypeDetails) => any;
693
- }
694
- /**
695
- * <p> Contains details regarding all the supported <code>FieldTypes</code> and their
696
- * corresponding <code>filterOperators</code> and <code>supportedValues</code>. </p>
697
- */
698
- export interface SupportedFieldTypeDetails {
699
- /**
700
- * <p> The initial supported version for <code>fieldType</code>. If this is later changed to a
701
- * different version, v2 will be introduced. </p>
702
- */
703
- v1: FieldTypeDetails | undefined;
704
- }
705
- export declare namespace SupportedFieldTypeDetails {
706
- /**
707
- * @internal
708
- */
709
- const filterSensitiveLog: (obj: SupportedFieldTypeDetails) => any;
710
- }
711
- /**
712
- * <p> Describes the data model of a connector field. For example, for an
713
- * <i>account</i> entity, the fields would be <i>account name</i>,
714
- * <i>account ID</i>, and so on. </p>
715
- */
716
- export interface ConnectorEntityField {
717
- /**
718
- * <p> The unique identifier of the connector field. </p>
719
- */
720
- identifier: string | undefined;
721
- /**
722
- * <p> The label applied to a connector entity field. </p>
723
- */
724
- label?: string;
725
- /**
726
- * <p> Contains details regarding the supported <code>FieldType</code>, including the
727
- * corresponding <code>filterOperators</code> and <code>supportedValues</code>. </p>
728
- */
729
- supportedFieldTypeDetails?: SupportedFieldTypeDetails;
730
- /**
731
- * <p> A description of the connector entity field. </p>
732
- */
733
- description?: string;
734
- /**
735
- * <p> The properties that can be applied to a field when the connector is being used as a
736
- * source. </p>
737
- */
738
- sourceProperties?: SourceFieldProperties;
739
- /**
740
- * <p> The properties applied to a field when the connector is being used as a destination.
741
- * </p>
742
- */
743
- destinationProperties?: DestinationFieldProperties;
744
- }
745
- export declare namespace ConnectorEntityField {
746
- /**
747
- * @internal
748
- */
749
- const filterSensitiveLog: (obj: ConnectorEntityField) => any;
750
- }
751
- /**
752
- * <p> Used by select connectors for which the OAuth workflow is supported, such as Salesforce,
753
- * Google Analytics, Marketo, Zendesk, and Slack. </p>
754
- */
755
- export interface ConnectorOAuthRequest {
756
- /**
757
- * <p> The code provided by the connector when it has been authenticated via the connected app.
758
- * </p>
759
- */
760
- authCode?: string;
761
- /**
762
- * <p> The URL to which the authentication server redirects the browser after authorization has
763
- * been granted. </p>
764
- */
765
- redirectUri?: string;
766
- }
767
- export declare namespace ConnectorOAuthRequest {
768
- /**
769
- * @internal
770
- */
771
- const filterSensitiveLog: (obj: ConnectorOAuthRequest) => any;
772
- }
773
- export declare enum DatadogConnectorOperator {
774
- ADDITION = "ADDITION",
775
- BETWEEN = "BETWEEN",
776
- DIVISION = "DIVISION",
777
- EQUAL_TO = "EQUAL_TO",
778
- MASK_ALL = "MASK_ALL",
779
- MASK_FIRST_N = "MASK_FIRST_N",
780
- MASK_LAST_N = "MASK_LAST_N",
781
- MULTIPLICATION = "MULTIPLICATION",
782
- NO_OP = "NO_OP",
783
- PROJECTION = "PROJECTION",
784
- SUBTRACTION = "SUBTRACTION",
785
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
786
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
787
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
788
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
789
- }
790
- export declare enum DynatraceConnectorOperator {
791
- ADDITION = "ADDITION",
792
- BETWEEN = "BETWEEN",
793
- DIVISION = "DIVISION",
794
- EQUAL_TO = "EQUAL_TO",
795
- MASK_ALL = "MASK_ALL",
796
- MASK_FIRST_N = "MASK_FIRST_N",
797
- MASK_LAST_N = "MASK_LAST_N",
798
- MULTIPLICATION = "MULTIPLICATION",
799
- NO_OP = "NO_OP",
800
- PROJECTION = "PROJECTION",
801
- SUBTRACTION = "SUBTRACTION",
802
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
803
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
804
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
805
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
806
- }
807
- export declare enum GoogleAnalyticsConnectorOperator {
808
- BETWEEN = "BETWEEN",
809
- PROJECTION = "PROJECTION"
810
- }
811
- export declare enum InforNexusConnectorOperator {
812
- ADDITION = "ADDITION",
813
- BETWEEN = "BETWEEN",
814
- DIVISION = "DIVISION",
815
- EQUAL_TO = "EQUAL_TO",
816
- MASK_ALL = "MASK_ALL",
817
- MASK_FIRST_N = "MASK_FIRST_N",
818
- MASK_LAST_N = "MASK_LAST_N",
819
- MULTIPLICATION = "MULTIPLICATION",
820
- NO_OP = "NO_OP",
821
- PROJECTION = "PROJECTION",
822
- SUBTRACTION = "SUBTRACTION",
823
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
824
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
825
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
826
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
827
- }
828
- export declare enum MarketoConnectorOperator {
829
- ADDITION = "ADDITION",
830
- BETWEEN = "BETWEEN",
831
- DIVISION = "DIVISION",
832
- GREATER_THAN = "GREATER_THAN",
833
- LESS_THAN = "LESS_THAN",
834
- MASK_ALL = "MASK_ALL",
835
- MASK_FIRST_N = "MASK_FIRST_N",
836
- MASK_LAST_N = "MASK_LAST_N",
837
- MULTIPLICATION = "MULTIPLICATION",
838
- NO_OP = "NO_OP",
839
- PROJECTION = "PROJECTION",
840
- SUBTRACTION = "SUBTRACTION",
841
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
842
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
843
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
844
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
845
- }
846
- export declare enum S3ConnectorOperator {
847
- ADDITION = "ADDITION",
848
- BETWEEN = "BETWEEN",
849
- DIVISION = "DIVISION",
850
- EQUAL_TO = "EQUAL_TO",
851
- GREATER_THAN = "GREATER_THAN",
852
- GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
853
- LESS_THAN = "LESS_THAN",
854
- LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
855
- MASK_ALL = "MASK_ALL",
856
- MASK_FIRST_N = "MASK_FIRST_N",
857
- MASK_LAST_N = "MASK_LAST_N",
858
- MULTIPLICATION = "MULTIPLICATION",
859
- NOT_EQUAL_TO = "NOT_EQUAL_TO",
860
- NO_OP = "NO_OP",
861
- PROJECTION = "PROJECTION",
862
- SUBTRACTION = "SUBTRACTION",
863
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
864
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
865
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
866
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
867
- }
868
- export declare enum SalesforceConnectorOperator {
869
- ADDITION = "ADDITION",
870
- BETWEEN = "BETWEEN",
871
- CONTAINS = "CONTAINS",
872
- DIVISION = "DIVISION",
873
- EQUAL_TO = "EQUAL_TO",
874
- GREATER_THAN = "GREATER_THAN",
875
- GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
876
- LESS_THAN = "LESS_THAN",
877
- LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
878
- MASK_ALL = "MASK_ALL",
879
- MASK_FIRST_N = "MASK_FIRST_N",
880
- MASK_LAST_N = "MASK_LAST_N",
881
- MULTIPLICATION = "MULTIPLICATION",
882
- NOT_EQUAL_TO = "NOT_EQUAL_TO",
883
- NO_OP = "NO_OP",
884
- PROJECTION = "PROJECTION",
885
- SUBTRACTION = "SUBTRACTION",
886
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
887
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
888
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
889
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
890
- }
891
- export declare enum SAPODataConnectorOperator {
892
- ADDITION = "ADDITION",
893
- BETWEEN = "BETWEEN",
894
- CONTAINS = "CONTAINS",
895
- DIVISION = "DIVISION",
896
- EQUAL_TO = "EQUAL_TO",
897
- GREATER_THAN = "GREATER_THAN",
898
- GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
899
- LESS_THAN = "LESS_THAN",
900
- LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
901
- MASK_ALL = "MASK_ALL",
902
- MASK_FIRST_N = "MASK_FIRST_N",
903
- MASK_LAST_N = "MASK_LAST_N",
904
- MULTIPLICATION = "MULTIPLICATION",
905
- NOT_EQUAL_TO = "NOT_EQUAL_TO",
906
- NO_OP = "NO_OP",
907
- PROJECTION = "PROJECTION",
908
- SUBTRACTION = "SUBTRACTION",
909
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
910
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
911
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
912
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
913
- }
914
- export declare enum ServiceNowConnectorOperator {
915
- ADDITION = "ADDITION",
916
- BETWEEN = "BETWEEN",
917
- CONTAINS = "CONTAINS",
918
- DIVISION = "DIVISION",
919
- EQUAL_TO = "EQUAL_TO",
920
- GREATER_THAN = "GREATER_THAN",
921
- GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
922
- LESS_THAN = "LESS_THAN",
923
- LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
924
- MASK_ALL = "MASK_ALL",
925
- MASK_FIRST_N = "MASK_FIRST_N",
926
- MASK_LAST_N = "MASK_LAST_N",
927
- MULTIPLICATION = "MULTIPLICATION",
928
- NOT_EQUAL_TO = "NOT_EQUAL_TO",
929
- NO_OP = "NO_OP",
930
- PROJECTION = "PROJECTION",
931
- SUBTRACTION = "SUBTRACTION",
932
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
933
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
934
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
935
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
936
- }
937
- export declare enum SingularConnectorOperator {
938
- ADDITION = "ADDITION",
939
- DIVISION = "DIVISION",
940
- EQUAL_TO = "EQUAL_TO",
941
- MASK_ALL = "MASK_ALL",
942
- MASK_FIRST_N = "MASK_FIRST_N",
943
- MASK_LAST_N = "MASK_LAST_N",
944
- MULTIPLICATION = "MULTIPLICATION",
945
- NO_OP = "NO_OP",
946
- PROJECTION = "PROJECTION",
947
- SUBTRACTION = "SUBTRACTION",
948
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
949
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
950
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
951
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
952
- }
953
- export declare enum SlackConnectorOperator {
954
- ADDITION = "ADDITION",
955
- BETWEEN = "BETWEEN",
956
- DIVISION = "DIVISION",
957
- EQUAL_TO = "EQUAL_TO",
958
- GREATER_THAN = "GREATER_THAN",
959
- GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
960
- LESS_THAN = "LESS_THAN",
961
- LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
962
- MASK_ALL = "MASK_ALL",
963
- MASK_FIRST_N = "MASK_FIRST_N",
964
- MASK_LAST_N = "MASK_LAST_N",
965
- MULTIPLICATION = "MULTIPLICATION",
966
- NO_OP = "NO_OP",
967
- PROJECTION = "PROJECTION",
968
- SUBTRACTION = "SUBTRACTION",
969
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
970
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
971
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
972
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
973
- }
974
- export declare enum TrendmicroConnectorOperator {
975
- ADDITION = "ADDITION",
976
- DIVISION = "DIVISION",
977
- EQUAL_TO = "EQUAL_TO",
978
- MASK_ALL = "MASK_ALL",
979
- MASK_FIRST_N = "MASK_FIRST_N",
980
- MASK_LAST_N = "MASK_LAST_N",
981
- MULTIPLICATION = "MULTIPLICATION",
982
- NO_OP = "NO_OP",
983
- PROJECTION = "PROJECTION",
984
- SUBTRACTION = "SUBTRACTION",
985
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
986
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
987
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
988
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
989
- }
990
- export declare enum VeevaConnectorOperator {
991
- ADDITION = "ADDITION",
992
- BETWEEN = "BETWEEN",
993
- CONTAINS = "CONTAINS",
994
- DIVISION = "DIVISION",
995
- EQUAL_TO = "EQUAL_TO",
996
- GREATER_THAN = "GREATER_THAN",
997
- GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
998
- LESS_THAN = "LESS_THAN",
999
- LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
1000
- MASK_ALL = "MASK_ALL",
1001
- MASK_FIRST_N = "MASK_FIRST_N",
1002
- MASK_LAST_N = "MASK_LAST_N",
1003
- MULTIPLICATION = "MULTIPLICATION",
1004
- NOT_EQUAL_TO = "NOT_EQUAL_TO",
1005
- NO_OP = "NO_OP",
1006
- PROJECTION = "PROJECTION",
1007
- SUBTRACTION = "SUBTRACTION",
1008
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
1009
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
1010
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1011
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1012
- }
1013
- export declare enum ZendeskConnectorOperator {
1014
- ADDITION = "ADDITION",
1015
- DIVISION = "DIVISION",
1016
- GREATER_THAN = "GREATER_THAN",
1017
- MASK_ALL = "MASK_ALL",
1018
- MASK_FIRST_N = "MASK_FIRST_N",
1019
- MASK_LAST_N = "MASK_LAST_N",
1020
- MULTIPLICATION = "MULTIPLICATION",
1021
- NO_OP = "NO_OP",
1022
- PROJECTION = "PROJECTION",
1023
- SUBTRACTION = "SUBTRACTION",
1024
- VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
1025
- VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
1026
- VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
1027
- VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
1028
- }
1029
- /**
1030
- * <p> The operation to be performed on the provided source fields. </p>
1031
- */
1032
- export interface ConnectorOperator {
1033
- /**
1034
- * <p> The operation to be performed on the provided Amplitude source fields. </p>
1035
- */
1036
- Amplitude?: AmplitudeConnectorOperator | string;
1037
- /**
1038
- * <p> The operation to be performed on the provided Datadog source fields. </p>
1039
- */
1040
- Datadog?: DatadogConnectorOperator | string;
1041
- /**
1042
- * <p> The operation to be performed on the provided Dynatrace source fields. </p>
1043
- */
1044
- Dynatrace?: DynatraceConnectorOperator | string;
1045
- /**
1046
- * <p> The operation to be performed on the provided Google Analytics source fields. </p>
1047
- */
1048
- GoogleAnalytics?: GoogleAnalyticsConnectorOperator | string;
1049
- /**
1050
- * <p> The operation to be performed on the provided Infor Nexus source fields. </p>
1051
- */
1052
- InforNexus?: InforNexusConnectorOperator | string;
1053
- /**
1054
- * <p> The operation to be performed on the provided Marketo source fields. </p>
1055
- */
1056
- Marketo?: MarketoConnectorOperator | string;
1057
- /**
1058
- * <p> The operation to be performed on the provided Amazon S3 source fields. </p>
1059
- */
1060
- S3?: S3ConnectorOperator | string;
1061
- /**
1062
- * <p> The operation to be performed on the provided Salesforce source fields. </p>
1063
- */
1064
- Salesforce?: SalesforceConnectorOperator | string;
1065
- /**
1066
- * <p> The operation to be performed on the provided ServiceNow source fields. </p>
1067
- */
1068
- ServiceNow?: ServiceNowConnectorOperator | string;
1069
- /**
1070
- * <p> The operation to be performed on the provided Singular source fields. </p>
1071
- */
1072
- Singular?: SingularConnectorOperator | string;
1073
- /**
1074
- * <p> The operation to be performed on the provided Slack source fields. </p>
1075
- */
1076
- Slack?: SlackConnectorOperator | string;
1077
- /**
1078
- * <p> The operation to be performed on the provided Trend Micro source fields. </p>
1079
- */
1080
- Trendmicro?: TrendmicroConnectorOperator | string;
1081
- /**
1082
- * <p> The operation to be performed on the provided Veeva source fields. </p>
1083
- */
1084
- Veeva?: VeevaConnectorOperator | string;
1085
- /**
1086
- * <p> The operation to be performed on the provided Zendesk source fields. </p>
1087
- */
1088
- Zendesk?: ZendeskConnectorOperator | string;
1089
- /**
1090
- * <p> The operation to be performed on the provided SAPOData source fields. </p>
1091
- */
1092
- SAPOData?: SAPODataConnectorOperator | string;
1093
- }
1094
- export declare namespace ConnectorOperator {
1095
- /**
1096
- * @internal
1097
- */
1098
- const filterSensitiveLog: (obj: ConnectorOperator) => any;
1099
- }
1100
- /**
1101
- * <p> The connector-specific profile properties required by Datadog. </p>
1102
- */
1103
- export interface DatadogConnectorProfileProperties {
1104
- /**
1105
- * <p> The location of the Datadog resource. </p>
1106
- */
1107
- instanceUrl: string | undefined;
1108
- }
1109
- export declare namespace DatadogConnectorProfileProperties {
1110
- /**
1111
- * @internal
1112
- */
1113
- const filterSensitiveLog: (obj: DatadogConnectorProfileProperties) => any;
1114
- }
1115
- /**
1116
- * <p> The connector-specific profile properties required by Dynatrace. </p>
1117
- */
1118
- export interface DynatraceConnectorProfileProperties {
1119
- /**
1120
- * <p> The location of the Dynatrace resource. </p>
1121
- */
1122
- instanceUrl: string | undefined;
1123
- }
1124
- export declare namespace DynatraceConnectorProfileProperties {
1125
- /**
1126
- * @internal
1127
- */
1128
- const filterSensitiveLog: (obj: DynatraceConnectorProfileProperties) => any;
1129
- }
1130
- /**
1131
- * <p> The connector-specific profile properties required by Google Analytics. </p>
1132
- */
1133
- export interface GoogleAnalyticsConnectorProfileProperties {
1134
- }
1135
- export declare namespace GoogleAnalyticsConnectorProfileProperties {
1136
- /**
1137
- * @internal
1138
- */
1139
- const filterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileProperties) => any;
1140
- }
1141
- /**
1142
- * <p> The connector-specific properties required when using Amazon Honeycode. </p>
1143
- */
1144
- export interface HoneycodeConnectorProfileProperties {
1145
- }
1146
- export declare namespace HoneycodeConnectorProfileProperties {
1147
- /**
1148
- * @internal
1149
- */
1150
- const filterSensitiveLog: (obj: HoneycodeConnectorProfileProperties) => any;
1151
- }
1152
- /**
1153
- * <p> The connector-specific profile properties required by Infor Nexus. </p>
1154
- */
1155
- export interface InforNexusConnectorProfileProperties {
1156
- /**
1157
- * <p> The location of the Infor Nexus resource. </p>
1158
- */
1159
- instanceUrl: string | undefined;
1160
- }
1161
- export declare namespace InforNexusConnectorProfileProperties {
1162
- /**
1163
- * @internal
1164
- */
1165
- const filterSensitiveLog: (obj: InforNexusConnectorProfileProperties) => any;
1166
- }
1167
- /**
1168
- * <p> The connector-specific profile properties required when using Marketo. </p>
1169
- */
1170
- export interface MarketoConnectorProfileProperties {
1171
- /**
1172
- * <p> The location of the Marketo resource. </p>
1173
- */
1174
- instanceUrl: string | undefined;
1175
- }
1176
- export declare namespace MarketoConnectorProfileProperties {
1177
- /**
1178
- * @internal
1179
- */
1180
- const filterSensitiveLog: (obj: MarketoConnectorProfileProperties) => any;
1181
- }
1182
- /**
1183
- * <p> The connector-specific profile properties when using Amazon Redshift. </p>
1184
- */
1185
- export interface RedshiftConnectorProfileProperties {
1186
- /**
1187
- * <p> The JDBC URL of the Amazon Redshift cluster. </p>
1188
- */
1189
- databaseUrl: string | undefined;
1190
- /**
1191
- * <p> A name for the associated Amazon S3 bucket. </p>
1192
- */
1193
- bucketName: string | undefined;
1194
- /**
1195
- * <p> The object key for the destination bucket in which Amazon AppFlow places the files.
1196
- * </p>
1197
- */
1198
- bucketPrefix?: string;
1199
- /**
1200
- * <p> The Amazon Resource Name (ARN) of the IAM role. </p>
1201
- */
1202
- roleArn: string | undefined;
1203
- }
1204
- export declare namespace RedshiftConnectorProfileProperties {
1205
- /**
1206
- * @internal
1207
- */
1208
- const filterSensitiveLog: (obj: RedshiftConnectorProfileProperties) => any;
1209
- }
1210
- /**
1211
- * <p> The connector-specific profile properties required when using Salesforce. </p>
1212
- */
1213
- export interface SalesforceConnectorProfileProperties {
1214
- /**
1215
- * <p> The location of the Salesforce resource. </p>
1216
- */
1217
- instanceUrl?: string;
1218
- /**
1219
- * <p> Indicates whether the connector profile applies to a sandbox or production environment.
1220
- * </p>
1221
- */
1222
- isSandboxEnvironment?: boolean;
1223
- }
1224
- export declare namespace SalesforceConnectorProfileProperties {
1225
- /**
1226
- * @internal
1227
- */
1228
- const filterSensitiveLog: (obj: SalesforceConnectorProfileProperties) => any;
1229
- }
1230
- /**
1231
- * <p> The OAuth properties required for OAuth type authentication. </p>
1232
- */
1233
- export interface OAuthProperties {
1234
- /**
1235
- * <p> The token url required to fetch access/refresh tokens using authorization code and also to refresh expired
1236
- * access token using refresh token.</p>
1237
- */
1238
- tokenUrl: string | undefined;
1239
- /**
1240
- * <p> The authorization code url required to redirect to SAP Login Page to fetch authorization code for OAuth type
1241
- * authentication. </p>
1242
- */
1243
- authCodeUrl: string | undefined;
1244
- /**
1245
- * <p> The OAuth scopes required for OAuth type authentication. </p>
1246
- */
1247
- oAuthScopes: string[] | undefined;
1248
- }
1249
- export declare namespace OAuthProperties {
1250
- /**
1251
- * @internal
1252
- */
1253
- const filterSensitiveLog: (obj: OAuthProperties) => any;
1254
- }
1255
- /**
1256
- * <p> The connector-specific profile properties required when using SAPOData. </p>
1257
- */
1258
- export interface SAPODataConnectorProfileProperties {
1259
- /**
1260
- * <p> The location of the SAPOData resource. </p>
1261
- */
1262
- applicationHostUrl: string | undefined;
1263
- /**
1264
- * <p> The application path to catalog service. </p>
1265
- */
1266
- applicationServicePath: string | undefined;
1267
- /**
1268
- * <p> The port number of the SAPOData instance. </p>
1269
- */
1270
- portNumber: number | undefined;
1271
- /**
1272
- * <p> The client number for the client creating the connection. </p>
1273
- */
1274
- clientNumber: string | undefined;
1275
- /**
1276
- * <p> The logon language of SAPOData instance. </p>
1277
- */
1278
- logonLanguage?: string;
1279
- /**
1280
- * <p> The SAPOData Private Link service name to be used for private data transfers. </p>
1281
- */
1282
- privateLinkServiceName?: string;
1283
- /**
1284
- * <p> The SAPOData OAuth properties required for OAuth type authentication. </p>
1285
- */
1286
- oAuthProperties?: OAuthProperties;
1287
- }
1288
- export declare namespace SAPODataConnectorProfileProperties {
1289
- /**
1290
- * @internal
1291
- */
1292
- const filterSensitiveLog: (obj: SAPODataConnectorProfileProperties) => any;
1293
- }
1294
- /**
1295
- * <p> The connector-specific profile properties required when using ServiceNow. </p>
1296
- */
1297
- export interface ServiceNowConnectorProfileProperties {
1298
- /**
1299
- * <p> The location of the ServiceNow resource. </p>
1300
- */
1301
- instanceUrl: string | undefined;
1302
- }
1303
- export declare namespace ServiceNowConnectorProfileProperties {
1304
- /**
1305
- * @internal
1306
- */
1307
- const filterSensitiveLog: (obj: ServiceNowConnectorProfileProperties) => any;
1308
- }
1309
- /**
1310
- * <p> The connector-specific profile properties required when using Singular. </p>
1311
- */
1312
- export interface SingularConnectorProfileProperties {
1313
- }
1314
- export declare namespace SingularConnectorProfileProperties {
1315
- /**
1316
- * @internal
1317
- */
1318
- const filterSensitiveLog: (obj: SingularConnectorProfileProperties) => any;
1319
- }
1320
- /**
1321
- * <p> The connector-specific profile properties required when using Slack. </p>
1322
- */
1323
- export interface SlackConnectorProfileProperties {
1324
- /**
1325
- * <p> The location of the Slack resource. </p>
1326
- */
1327
- instanceUrl: string | undefined;
1328
- }
1329
- export declare namespace SlackConnectorProfileProperties {
1330
- /**
1331
- * @internal
1332
- */
1333
- const filterSensitiveLog: (obj: SlackConnectorProfileProperties) => any;
1334
- }
1335
- /**
1336
- * <p> The connector-specific profile properties required when using Snowflake. </p>
1337
- */
1338
- export interface SnowflakeConnectorProfileProperties {
1339
- /**
1340
- * <p> The name of the Snowflake warehouse. </p>
1341
- */
1342
- warehouse: string | undefined;
1343
- /**
1344
- * <p> The name of the Amazon S3 stage that was created while setting up an Amazon S3 stage in
1345
- * the Snowflake account. This is written in the following format: < Database><
1346
- * Schema><Stage Name>. </p>
1347
- */
1348
- stage: string | undefined;
1349
- /**
1350
- * <p> The name of the Amazon S3 bucket associated with Snowflake. </p>
1351
- */
1352
- bucketName: string | undefined;
1353
- /**
1354
- * <p> The bucket path that refers to the Amazon S3 bucket associated with Snowflake. </p>
1355
- */
1356
- bucketPrefix?: string;
1357
- /**
1358
- * <p> The Snowflake Private Link service name to be used for private data transfers. </p>
1359
- */
1360
- privateLinkServiceName?: string;
1361
- /**
1362
- * <p> The name of the account. </p>
1363
- */
1364
- accountName?: string;
1365
- /**
1366
- * <p> The Amazon Web Services Region of the Snowflake account. </p>
1367
- */
1368
- region?: string;
1369
- }
1370
- export declare namespace SnowflakeConnectorProfileProperties {
1371
- /**
1372
- * @internal
1373
- */
1374
- const filterSensitiveLog: (obj: SnowflakeConnectorProfileProperties) => any;
1375
- }
1376
- /**
1377
- * <p> The connector-specific profile properties required when using Trend Micro. </p>
1378
- */
1379
- export interface TrendmicroConnectorProfileProperties {
1380
- }
1381
- export declare namespace TrendmicroConnectorProfileProperties {
1382
- /**
1383
- * @internal
1384
- */
1385
- const filterSensitiveLog: (obj: TrendmicroConnectorProfileProperties) => any;
1386
- }
1387
- /**
1388
- * <p> The connector-specific profile properties required when using Veeva. </p>
1389
- */
1390
- export interface VeevaConnectorProfileProperties {
1391
- /**
1392
- * <p> The location of the Veeva resource. </p>
1393
- */
1394
- instanceUrl: string | undefined;
1395
- }
1396
- export declare namespace VeevaConnectorProfileProperties {
1397
- /**
1398
- * @internal
1399
- */
1400
- const filterSensitiveLog: (obj: VeevaConnectorProfileProperties) => any;
1401
- }
1402
- /**
1403
- * <p> The connector-specific profile properties required when using Zendesk. </p>
1404
- */
1405
- export interface ZendeskConnectorProfileProperties {
1406
- /**
1407
- * <p> The location of the Zendesk resource. </p>
1408
- */
1409
- instanceUrl: string | undefined;
1410
- }
1411
- export declare namespace ZendeskConnectorProfileProperties {
1412
- /**
1413
- * @internal
1414
- */
1415
- const filterSensitiveLog: (obj: ZendeskConnectorProfileProperties) => any;
1416
- }
1417
- /**
1418
- * <p> The connector-specific profile properties required by each connector. </p>
1419
- */
1420
- export interface ConnectorProfileProperties {
1421
- /**
1422
- * <p> The connector-specific properties required by Amplitude. </p>
1423
- */
1424
- Amplitude?: AmplitudeConnectorProfileProperties;
1425
- /**
1426
- * <p> The connector-specific properties required by Datadog. </p>
1427
- */
1428
- Datadog?: DatadogConnectorProfileProperties;
1429
- /**
1430
- * <p> The connector-specific properties required by Dynatrace. </p>
1431
- */
1432
- Dynatrace?: DynatraceConnectorProfileProperties;
1433
- /**
1434
- * <p> The connector-specific properties required Google Analytics. </p>
1435
- */
1436
- GoogleAnalytics?: GoogleAnalyticsConnectorProfileProperties;
1437
- /**
1438
- * <p> The connector-specific properties required by Amazon Honeycode. </p>
1439
- */
1440
- Honeycode?: HoneycodeConnectorProfileProperties;
1441
- /**
1442
- * <p> The connector-specific properties required by Infor Nexus. </p>
1443
- */
1444
- InforNexus?: InforNexusConnectorProfileProperties;
1445
- /**
1446
- * <p> The connector-specific properties required by Marketo. </p>
1447
- */
1448
- Marketo?: MarketoConnectorProfileProperties;
1449
- /**
1450
- * <p> The connector-specific properties required by Amazon Redshift. </p>
1451
- */
1452
- Redshift?: RedshiftConnectorProfileProperties;
1453
- /**
1454
- * <p> The connector-specific properties required by Salesforce. </p>
1455
- */
1456
- Salesforce?: SalesforceConnectorProfileProperties;
1457
- /**
1458
- * <p> The connector-specific properties required by serviceNow. </p>
1459
- */
1460
- ServiceNow?: ServiceNowConnectorProfileProperties;
1461
- /**
1462
- * <p> The connector-specific properties required by Singular. </p>
1463
- */
1464
- Singular?: SingularConnectorProfileProperties;
1465
- /**
1466
- * <p> The connector-specific properties required by Slack. </p>
1467
- */
1468
- Slack?: SlackConnectorProfileProperties;
1469
- /**
1470
- * <p> The connector-specific properties required by Snowflake. </p>
1471
- */
1472
- Snowflake?: SnowflakeConnectorProfileProperties;
1473
- /**
1474
- * <p> The connector-specific properties required by Trend Micro. </p>
1475
- */
1476
- Trendmicro?: TrendmicroConnectorProfileProperties;
1477
- /**
1478
- * <p> The connector-specific properties required by Veeva. </p>
1479
- */
1480
- Veeva?: VeevaConnectorProfileProperties;
1481
- /**
1482
- * <p> The connector-specific properties required by Zendesk. </p>
1483
- */
1484
- Zendesk?: ZendeskConnectorProfileProperties;
1485
- /**
1486
- * <p> The connector-specific profile properties required when using SAPOData. </p>
1487
- */
1488
- SAPOData?: SAPODataConnectorProfileProperties;
1489
- }
1490
- export declare namespace ConnectorProfileProperties {
1491
- /**
1492
- * @internal
1493
- */
1494
- const filterSensitiveLog: (obj: ConnectorProfileProperties) => any;
1495
- }
1496
- export declare enum PrivateConnectionProvisioningFailureCause {
1497
- ACCESS_DENIED = "ACCESS_DENIED",
1498
- CONNECTOR_AUTHENTICATION = "CONNECTOR_AUTHENTICATION",
1499
- CONNECTOR_SERVER = "CONNECTOR_SERVER",
1500
- INTERNAL_SERVER = "INTERNAL_SERVER",
1501
- VALIDATION = "VALIDATION"
1502
- }
1503
- export declare enum PrivateConnectionProvisioningStatus {
1504
- CREATED = "CREATED",
1505
- FAILED = "FAILED",
1506
- PENDING = "PENDING"
1507
- }
1508
- /**
1509
- * <p> Specifies the private connection provisioning state. </p>
1510
- */
1511
- export interface PrivateConnectionProvisioningState {
1512
- /**
1513
- * <p> Specifies the private connection provisioning status. </p>
1514
- */
1515
- status?: PrivateConnectionProvisioningStatus | string;
1516
- /**
1517
- * <p> Specifies the private connection provisioning failure reason. </p>
1518
- */
1519
- failureMessage?: string;
1520
- /**
1521
- * <p> Specifies the private connection provisioning failure cause. </p>
1522
- */
1523
- failureCause?: PrivateConnectionProvisioningFailureCause | string;
1524
- }
1525
- export declare namespace PrivateConnectionProvisioningState {
1526
- /**
1527
- * @internal
1528
- */
1529
- const filterSensitiveLog: (obj: PrivateConnectionProvisioningState) => any;
1530
- }
1531
- /**
1532
- * <p> Describes an instance of a connector. This includes the provided name, credentials ARN,
1533
- * connection-mode, and so on. To keep the API intuitive and extensible, the fields that are
1534
- * common to all types of connector profiles are explicitly specified at the top level. The rest
1535
- * of the connector-specific properties are available via the
1536
- * <code>connectorProfileProperties</code> field. </p>
1537
- */
1538
- export interface ConnectorProfile {
1539
- /**
1540
- * <p> The Amazon Resource Name (ARN) of the connector profile. </p>
1541
- */
1542
- connectorProfileArn?: string;
1543
- /**
1544
- * <p> The name of the connector profile. The name is unique for each
1545
- * <code>ConnectorProfile</code> in the Amazon Web Services account. </p>
1546
- */
1547
- connectorProfileName?: string;
1548
- /**
1549
- * <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
1550
- */
1551
- connectorType?: ConnectorType | string;
1552
- /**
1553
- * <p> Indicates the connection mode and if it is public or private. </p>
1554
- */
1555
- connectionMode?: ConnectionMode | string;
1556
- /**
1557
- * <p> The Amazon Resource Name (ARN) of the connector profile credentials. </p>
1558
- */
1559
- credentialsArn?: string;
1560
- /**
1561
- * <p> The connector-specific properties of the profile configuration. </p>
1562
- */
1563
- connectorProfileProperties?: ConnectorProfileProperties;
1564
- /**
1565
- * <p> Specifies when the connector profile was created. </p>
1566
- */
1567
- createdAt?: Date;
1568
- /**
1569
- * <p> Specifies when the connector profile was last updated. </p>
1570
- */
1571
- lastUpdatedAt?: Date;
1572
- /**
1573
- * <p> Specifies the private connection provisioning state. </p>
1574
- */
1575
- privateConnectionProvisioningState?: PrivateConnectionProvisioningState;
1576
- }
1577
- export declare namespace ConnectorProfile {
1578
- /**
1579
- * @internal
1580
- */
1581
- const filterSensitiveLog: (obj: ConnectorProfile) => any;
1582
- }
1583
- /**
1584
- * <p> The connector-specific credentials required by Datadog. </p>
1585
- */
1586
- export interface DatadogConnectorProfileCredentials {
1587
- /**
1588
- * <p> A unique alphanumeric identifier used to authenticate a user, developer, or calling
1589
- * program to your API. </p>
1590
- */
1591
- apiKey: string | undefined;
1592
- /**
1593
- * <p> Application keys, in conjunction with your API key, give you full access to Datadog’s
1594
- * programmatic API. Application keys are associated with the user account that created them. The
1595
- * application key is used to log all requests made to the API. </p>
1596
- */
1597
- applicationKey: string | undefined;
1598
- }
1599
- export declare namespace DatadogConnectorProfileCredentials {
1600
- /**
1601
- * @internal
1602
- */
1603
- const filterSensitiveLog: (obj: DatadogConnectorProfileCredentials) => any;
1604
- }
1605
- /**
1606
- * <p> The connector-specific profile credentials required by Dynatrace. </p>
1607
- */
1608
- export interface DynatraceConnectorProfileCredentials {
1609
- /**
1610
- * <p> The API tokens used by Dynatrace API to authenticate various API calls. </p>
1611
- */
1612
- apiToken: string | undefined;
1613
- }
1614
- export declare namespace DynatraceConnectorProfileCredentials {
1615
- /**
1616
- * @internal
1617
- */
1618
- const filterSensitiveLog: (obj: DynatraceConnectorProfileCredentials) => any;
1619
- }
1620
- /**
1621
- * <p> The connector-specific profile credentials required by Google Analytics. </p>
1622
- */
1623
- export interface GoogleAnalyticsConnectorProfileCredentials {
1624
- /**
1625
- * <p> The identifier for the desired client. </p>
1626
- */
1627
- clientId: string | undefined;
1628
- /**
1629
- * <p> The client secret used by the OAuth client to authenticate to the authorization server.
1630
- * </p>
1631
- */
1632
- clientSecret: string | undefined;
1633
- /**
1634
- * <p> The credentials used to access protected Google Analytics resources. </p>
1635
- */
1636
- accessToken?: string;
1637
- /**
1638
- * <p> The credentials used to acquire new access tokens. This is required only for OAuth2
1639
- * access tokens, and is not required for OAuth1 access tokens. </p>
1640
- */
1641
- refreshToken?: string;
1642
- /**
1643
- * <p> The OAuth requirement needed to request security tokens from the connector endpoint.
1644
- * </p>
1645
- */
1646
- oAuthRequest?: ConnectorOAuthRequest;
1647
- }
1648
- export declare namespace GoogleAnalyticsConnectorProfileCredentials {
1649
- /**
1650
- * @internal
1651
- */
1652
- const filterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileCredentials) => any;
1653
- }
1654
- /**
1655
- * <p> The connector-specific credentials required when using Amazon Honeycode. </p>
1656
- */
1657
- export interface HoneycodeConnectorProfileCredentials {
1658
- /**
1659
- * <p> The credentials used to access protected Amazon Honeycode resources. </p>
1660
- */
1661
- accessToken?: string;
1662
- /**
1663
- * <p> The credentials used to acquire new access tokens. </p>
1664
- */
1665
- refreshToken?: string;
1666
- /**
1667
- * <p> Used by select connectors for which the OAuth workflow is supported, such as Salesforce,
1668
- * Google Analytics, Marketo, Zendesk, and Slack. </p>
1669
- */
1670
- oAuthRequest?: ConnectorOAuthRequest;
1671
- }
1672
- export declare namespace HoneycodeConnectorProfileCredentials {
1673
- /**
1674
- * @internal
1675
- */
1676
- const filterSensitiveLog: (obj: HoneycodeConnectorProfileCredentials) => any;
1677
- }
1678
- /**
1679
- * <p> The connector-specific profile credentials required by Infor Nexus. </p>
1680
- */
1681
- export interface InforNexusConnectorProfileCredentials {
1682
- /**
1683
- * <p> The Access Key portion of the credentials. </p>
1684
- */
1685
- accessKeyId: string | undefined;
1686
- /**
1687
- * <p> The identifier for the user. </p>
1688
- */
1689
- userId: string | undefined;
1690
- /**
1691
- * <p> The secret key used to sign requests. </p>
1692
- */
1693
- secretAccessKey: string | undefined;
1694
- /**
1695
- * <p> The encryption keys used to encrypt data. </p>
1696
- */
1697
- datakey: string | undefined;
1698
- }
1699
- export declare namespace InforNexusConnectorProfileCredentials {
1700
- /**
1701
- * @internal
1702
- */
1703
- const filterSensitiveLog: (obj: InforNexusConnectorProfileCredentials) => any;
1704
- }
1705
- /**
1706
- * <p> The connector-specific profile credentials required by Marketo. </p>
1707
- */
1708
- export interface MarketoConnectorProfileCredentials {
1709
- /**
1710
- * <p> The identifier for the desired client. </p>
1711
- */
1712
- clientId: string | undefined;
1713
- /**
1714
- * <p> The client secret used by the OAuth client to authenticate to the authorization server.
1715
- * </p>
1716
- */
1717
- clientSecret: string | undefined;
1718
- /**
1719
- * <p> The credentials used to access protected Marketo resources. </p>
1720
- */
1721
- accessToken?: string;
1722
- /**
1723
- * <p> The OAuth requirement needed to request security tokens from the connector endpoint.
1724
- * </p>
1725
- */
1726
- oAuthRequest?: ConnectorOAuthRequest;
1727
- }
1728
- export declare namespace MarketoConnectorProfileCredentials {
1729
- /**
1730
- * @internal
1731
- */
1732
- const filterSensitiveLog: (obj: MarketoConnectorProfileCredentials) => any;
1733
- }
1734
- /**
1735
- * <p> The connector-specific profile credentials required when using Amazon Redshift. </p>
1736
- */
1737
- export interface RedshiftConnectorProfileCredentials {
1738
- /**
1739
- * <p> The name of the user. </p>
1740
- */
1741
- username: string | undefined;
1742
- /**
1743
- * <p> The password that corresponds to the user name. </p>
1744
- */
1745
- password: string | undefined;
1746
- }
1747
- export declare namespace RedshiftConnectorProfileCredentials {
1748
- /**
1749
- * @internal
1750
- */
1751
- const filterSensitiveLog: (obj: RedshiftConnectorProfileCredentials) => any;
1752
- }
1753
- /**
1754
- * <p> The connector-specific profile credentials required when using Salesforce. </p>
1755
- */
1756
- export interface SalesforceConnectorProfileCredentials {
1757
- /**
1758
- * <p> The credentials used to access protected Salesforce resources. </p>
1759
- */
1760
- accessToken?: string;
1761
- /**
1762
- * <p> The credentials used to acquire new access tokens. </p>
1763
- */
1764
- refreshToken?: string;
1765
- /**
1766
- * <p> The OAuth requirement needed to request security tokens from the connector endpoint.
1767
- * </p>
1768
- */
1769
- oAuthRequest?: ConnectorOAuthRequest;
1770
- /**
1771
- * <p> The secret manager ARN, which contains the client ID and client secret of the connected
1772
- * app. </p>
1773
- */
1774
- clientCredentialsArn?: string;
1775
- }
1776
- export declare namespace SalesforceConnectorProfileCredentials {
1777
- /**
1778
- * @internal
1779
- */
1780
- const filterSensitiveLog: (obj: SalesforceConnectorProfileCredentials) => any;
1781
- }
1782
- /**
1783
- * <p> The OAuth credentials required for OAuth type authentication. </p>
1784
- */
1785
- export interface OAuthCredentials {
1786
- /**
1787
- * <p> The identifier for the desired client. </p>
1788
- */
1789
- clientId: string | undefined;
1790
- /**
1791
- * <p> The client secret used by the OAuth client to authenticate to the authorization server.
1792
- * </p>
1793
- */
1794
- clientSecret: string | undefined;
1795
- /**
1796
- * <p> The access token used to access protected SAPOData resources. </p>
1797
- */
1798
- accessToken?: string;
1799
- /**
1800
- * <p> The refresh token used to refresh expired access token. </p>
1801
- */
1802
- refreshToken?: string;
1803
- /**
1804
- * <p> The OAuth requirement needed to request security tokens from the connector endpoint.
1805
- * </p>
1806
- */
1807
- oAuthRequest?: ConnectorOAuthRequest;
1808
- }
1809
- export declare namespace OAuthCredentials {
1810
- /**
1811
- * @internal
1812
- */
1813
- const filterSensitiveLog: (obj: OAuthCredentials) => any;
1814
- }
1815
- /**
1816
- * <p> The connector-specific profile credentials required when using SAPOData. </p>
1817
- */
1818
- export interface SAPODataConnectorProfileCredentials {
1819
- /**
1820
- * <p> The SAPOData basic authentication credentials. </p>
1821
- */
1822
- basicAuthCredentials?: BasicAuthCredentials;
1823
- /**
1824
- * <p> The SAPOData OAuth type authentication credentials. </p>
1825
- */
1826
- oAuthCredentials?: OAuthCredentials;
1827
- }
1828
- export declare namespace SAPODataConnectorProfileCredentials {
1829
- /**
1830
- * @internal
1831
- */
1832
- const filterSensitiveLog: (obj: SAPODataConnectorProfileCredentials) => any;
1833
- }
1834
- /**
1835
- * <p> The connector-specific profile credentials required when using ServiceNow. </p>
1836
- */
1837
- export interface ServiceNowConnectorProfileCredentials {
1838
- /**
1839
- * <p> The name of the user. </p>
1840
- */
1841
- username: string | undefined;
1842
- /**
1843
- * <p> The password that corresponds to the user name. </p>
1844
- */
1845
- password: string | undefined;
1846
- }
1847
- export declare namespace ServiceNowConnectorProfileCredentials {
1848
- /**
1849
- * @internal
1850
- */
1851
- const filterSensitiveLog: (obj: ServiceNowConnectorProfileCredentials) => any;
1852
- }
1853
- /**
1854
- * <p> The connector-specific profile credentials required when using Singular. </p>
1855
- */
1856
- export interface SingularConnectorProfileCredentials {
1857
- /**
1858
- * <p> A unique alphanumeric identifier used to authenticate a user, developer, or calling
1859
- * program to your API. </p>
1860
- */
1861
- apiKey: string | undefined;
1862
- }
1863
- export declare namespace SingularConnectorProfileCredentials {
1864
- /**
1865
- * @internal
1866
- */
1867
- const filterSensitiveLog: (obj: SingularConnectorProfileCredentials) => any;
1868
- }
1869
- /**
1870
- * <p> The connector-specific profile credentials required when using Slack. </p>
1871
- */
1872
- export interface SlackConnectorProfileCredentials {
1873
- /**
1874
- * <p> The identifier for the client. </p>
1875
- */
1876
- clientId: string | undefined;
1877
- /**
1878
- * <p> The client secret used by the OAuth client to authenticate to the authorization server.
1879
- * </p>
1880
- */
1881
- clientSecret: string | undefined;
1882
- /**
1883
- * <p> The credentials used to access protected Slack resources. </p>
1884
- */
1885
- accessToken?: string;
1886
- /**
1887
- * <p> The OAuth requirement needed to request security tokens from the connector endpoint.
1888
- * </p>
1889
- */
1890
- oAuthRequest?: ConnectorOAuthRequest;
1891
- }
1892
- export declare namespace SlackConnectorProfileCredentials {
1893
- /**
1894
- * @internal
1895
- */
1896
- const filterSensitiveLog: (obj: SlackConnectorProfileCredentials) => any;
1897
- }
1898
- /**
1899
- * <p> The connector-specific profile credentials required when using Snowflake. </p>
1900
- */
1901
- export interface SnowflakeConnectorProfileCredentials {
1902
- /**
1903
- * <p> The name of the user. </p>
1904
- */
1905
- username: string | undefined;
1906
- /**
1907
- * <p> The password that corresponds to the user name. </p>
1908
- */
1909
- password: string | undefined;
1910
- }
1911
- export declare namespace SnowflakeConnectorProfileCredentials {
1912
- /**
1913
- * @internal
1914
- */
1915
- const filterSensitiveLog: (obj: SnowflakeConnectorProfileCredentials) => any;
1916
- }
1917
- /**
1918
- * <p> The connector-specific profile credentials required when using Trend Micro. </p>
1919
- */
1920
- export interface TrendmicroConnectorProfileCredentials {
1921
- /**
1922
- * <p> The Secret Access Key portion of the credentials. </p>
1923
- */
1924
- apiSecretKey: string | undefined;
1925
- }
1926
- export declare namespace TrendmicroConnectorProfileCredentials {
1927
- /**
1928
- * @internal
1929
- */
1930
- const filterSensitiveLog: (obj: TrendmicroConnectorProfileCredentials) => any;
1931
- }
1932
- /**
1933
- * <p> The connector-specific profile credentials required when using Veeva. </p>
1934
- */
1935
- export interface VeevaConnectorProfileCredentials {
1936
- /**
1937
- * <p> The name of the user. </p>
1938
- */
1939
- username: string | undefined;
1940
- /**
1941
- * <p> The password that corresponds to the user name. </p>
1942
- */
1943
- password: string | undefined;
1944
- }
1945
- export declare namespace VeevaConnectorProfileCredentials {
1946
- /**
1947
- * @internal
1948
- */
1949
- const filterSensitiveLog: (obj: VeevaConnectorProfileCredentials) => any;
1950
- }
1951
- /**
1952
- * <p> The connector-specific profile credentials required when using Zendesk. </p>
1953
- */
1954
- export interface ZendeskConnectorProfileCredentials {
1955
- /**
1956
- * <p> The identifier for the desired client. </p>
1957
- */
1958
- clientId: string | undefined;
1959
- /**
1960
- * <p> The client secret used by the OAuth client to authenticate to the authorization server.
1961
- * </p>
1962
- */
1963
- clientSecret: string | undefined;
1964
- /**
1965
- * <p> The credentials used to access protected Zendesk resources. </p>
1966
- */
1967
- accessToken?: string;
1968
- /**
1969
- * <p> The OAuth requirement needed to request security tokens from the connector endpoint.
1970
- * </p>
1971
- */
1972
- oAuthRequest?: ConnectorOAuthRequest;
1973
- }
1974
- export declare namespace ZendeskConnectorProfileCredentials {
1975
- /**
1976
- * @internal
1977
- */
1978
- const filterSensitiveLog: (obj: ZendeskConnectorProfileCredentials) => any;
1979
- }
1980
- /**
1981
- * <p> The connector-specific credentials required by a connector. </p>
1982
- */
1983
- export interface ConnectorProfileCredentials {
1984
- /**
1985
- * <p> The connector-specific credentials required when using Amplitude. </p>
1986
- */
1987
- Amplitude?: AmplitudeConnectorProfileCredentials;
1988
- /**
1989
- * <p> The connector-specific credentials required when using Datadog. </p>
1990
- */
1991
- Datadog?: DatadogConnectorProfileCredentials;
1992
- /**
1993
- * <p> The connector-specific credentials required when using Dynatrace. </p>
1994
- */
1995
- Dynatrace?: DynatraceConnectorProfileCredentials;
1996
- /**
1997
- * <p> The connector-specific credentials required when using Google Analytics. </p>
1998
- */
1999
- GoogleAnalytics?: GoogleAnalyticsConnectorProfileCredentials;
2000
- /**
2001
- * <p> The connector-specific credentials required when using Amazon Honeycode. </p>
2002
- */
2003
- Honeycode?: HoneycodeConnectorProfileCredentials;
2004
- /**
2005
- * <p> The connector-specific credentials required when using Infor Nexus. </p>
2006
- */
2007
- InforNexus?: InforNexusConnectorProfileCredentials;
2008
- /**
2009
- * <p> The connector-specific credentials required when using Marketo. </p>
2010
- */
2011
- Marketo?: MarketoConnectorProfileCredentials;
2012
- /**
2013
- * <p> The connector-specific credentials required when using Amazon Redshift. </p>
2014
- */
2015
- Redshift?: RedshiftConnectorProfileCredentials;
2016
- /**
2017
- * <p> The connector-specific credentials required when using Salesforce. </p>
2018
- */
2019
- Salesforce?: SalesforceConnectorProfileCredentials;
2020
- /**
2021
- * <p> The connector-specific credentials required when using ServiceNow. </p>
2022
- */
2023
- ServiceNow?: ServiceNowConnectorProfileCredentials;
2024
- /**
2025
- * <p> The connector-specific credentials required when using Singular. </p>
2026
- */
2027
- Singular?: SingularConnectorProfileCredentials;
2028
- /**
2029
- * <p> The connector-specific credentials required when using Slack. </p>
2030
- */
2031
- Slack?: SlackConnectorProfileCredentials;
2032
- /**
2033
- * <p> The connector-specific credentials required when using Snowflake. </p>
2034
- */
2035
- Snowflake?: SnowflakeConnectorProfileCredentials;
2036
- /**
2037
- * <p> The connector-specific credentials required when using Trend Micro. </p>
2038
- */
2039
- Trendmicro?: TrendmicroConnectorProfileCredentials;
2040
- /**
2041
- * <p> The connector-specific credentials required when using Veeva. </p>
2042
- */
2043
- Veeva?: VeevaConnectorProfileCredentials;
2044
- /**
2045
- * <p> The connector-specific credentials required when using Zendesk. </p>
2046
- */
2047
- Zendesk?: ZendeskConnectorProfileCredentials;
2048
- /**
2049
- * <p> The connector-specific profile credentials required when using SAPOData. </p>
2050
- */
2051
- SAPOData?: SAPODataConnectorProfileCredentials;
2052
- }
2053
- export declare namespace ConnectorProfileCredentials {
2054
- /**
2055
- * @internal
2056
- */
2057
- const filterSensitiveLog: (obj: ConnectorProfileCredentials) => any;
2058
- }
2059
- /**
2060
- * <p> Defines the connector-specific configuration and credentials for the connector profile.
2061
- * </p>
2062
- */
2063
- export interface ConnectorProfileConfig {
2064
- /**
2065
- * <p> The connector-specific properties of the profile configuration. </p>
2066
- */
2067
- connectorProfileProperties: ConnectorProfileProperties | undefined;
2068
- /**
2069
- * <p> The connector-specific credentials required by each connector. </p>
2070
- */
2071
- connectorProfileCredentials: ConnectorProfileCredentials | undefined;
2072
- }
2073
- export declare namespace ConnectorProfileConfig {
2074
- /**
2075
- * @internal
2076
- */
2077
- const filterSensitiveLog: (obj: ConnectorProfileConfig) => any;
2078
- }
2079
- /**
2080
- * <p> An error occurred when retrieving data from the connector endpoint. </p>
2081
- */
2082
- export interface ConnectorServerException extends __SmithyException, $MetadataBearer {
2083
- name: "ConnectorServerException";
2084
- $fault: "client";
2085
- message?: string;
2086
- }
2087
- export declare namespace ConnectorServerException {
2088
- /**
2089
- * @internal
2090
- */
2091
- const filterSensitiveLog: (obj: ConnectorServerException) => any;
2092
- }
2093
- export interface CreateConnectorProfileRequest {
2094
- /**
2095
- * <p> The name of the connector profile. The name is unique for each
2096
- * <code>ConnectorProfile</code> in your Amazon Web Services account. </p>
2097
- */
2098
- connectorProfileName: string | undefined;
2099
- /**
2100
- * <p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for
2101
- * encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If
2102
- * you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
2103
- * </p>
2104
- */
2105
- kmsArn?: string;
2106
- /**
2107
- * <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
2108
- */
2109
- connectorType: ConnectorType | string | undefined;
2110
- /**
2111
- * <p> Indicates the connection mode and specifies whether it is public or private. Private
2112
- * flows use Amazon Web Services PrivateLink to route data over Amazon Web Services infrastructure without exposing it to the
2113
- * public internet. </p>
2114
- */
2115
- connectionMode: ConnectionMode | string | undefined;
2116
- /**
2117
- * <p> Defines the connector-specific configuration and credentials. </p>
2118
- */
2119
- connectorProfileConfig: ConnectorProfileConfig | undefined;
2120
- }
2121
- export declare namespace CreateConnectorProfileRequest {
2122
- /**
2123
- * @internal
2124
- */
2125
- const filterSensitiveLog: (obj: CreateConnectorProfileRequest) => any;
2126
- }
2127
- export interface CreateConnectorProfileResponse {
2128
- /**
2129
- * <p> The Amazon Resource Name (ARN) of the connector profile. </p>
2130
- */
2131
- connectorProfileArn?: string;
2132
- }
2133
- export declare namespace CreateConnectorProfileResponse {
2134
- /**
2135
- * @internal
2136
- */
2137
- const filterSensitiveLog: (obj: CreateConnectorProfileResponse) => any;
2138
- }
2139
- /**
2140
- * <p> An internal service error occurred during the processing of your request. Try again
2141
- * later. </p>
2142
- */
2143
- export interface InternalServerException extends __SmithyException, $MetadataBearer {
2144
- name: "InternalServerException";
2145
- $fault: "server";
2146
- message?: string;
2147
- }
2148
- export declare namespace InternalServerException {
2149
- /**
2150
- * @internal
2151
- */
2152
- const filterSensitiveLog: (obj: InternalServerException) => any;
2153
- }
2154
- /**
2155
- * <p> The request would cause a service quota (such as the number of flows) to be exceeded.
2156
- * </p>
2157
- */
2158
- export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
2159
- name: "ServiceQuotaExceededException";
2160
- $fault: "client";
2161
- message?: string;
2162
- }
2163
- export declare namespace ServiceQuotaExceededException {
2164
- /**
2165
- * @internal
2166
- */
2167
- const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
2168
- }
2169
- /**
2170
- * <p> The request has invalid or missing parameters. </p>
2171
- */
2172
- export interface ValidationException extends __SmithyException, $MetadataBearer {
2173
- name: "ValidationException";
2174
- $fault: "client";
2175
- message?: string;
2176
- }
2177
- export declare namespace ValidationException {
2178
- /**
2179
- * @internal
2180
- */
2181
- const filterSensitiveLog: (obj: ValidationException) => any;
2182
- }
2183
- /**
2184
- * <p> The properties that are applied when Amazon Connect Customer Profiles is used as a
2185
- * destination. </p>
2186
- */
2187
- export interface CustomerProfilesDestinationProperties {
2188
- /**
2189
- * <p> The unique name of the Amazon Connect Customer Profiles domain. </p>
2190
- */
2191
- domainName: string | undefined;
2192
- /**
2193
- * <p> The object specified in the Amazon Connect Customer Profiles flow destination. </p>
2194
- */
2195
- objectTypeName?: string;
2196
- }
2197
- export declare namespace CustomerProfilesDestinationProperties {
2198
- /**
2199
- * @internal
2200
- */
2201
- const filterSensitiveLog: (obj: CustomerProfilesDestinationProperties) => any;
2202
- }
2203
- /**
2204
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
2205
- * destination. For example, this setting would determine if the flow should fail after one
2206
- * insertion error, or continue and attempt to insert every record regardless of the initial
2207
- * failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
2208
- * </p>
2209
- */
2210
- export interface ErrorHandlingConfig {
2211
- /**
2212
- * <p> Specifies if the flow should fail after the first instance of a failure when attempting
2213
- * to place data in the destination. </p>
2214
- */
2215
- failOnFirstDestinationError?: boolean;
2216
- /**
2217
- * <p> Specifies the Amazon S3 bucket prefix. </p>
2218
- */
2219
- bucketPrefix?: string;
2220
- /**
2221
- * <p> Specifies the name of the Amazon S3 bucket. </p>
2222
- */
2223
- bucketName?: string;
2224
- }
2225
- export declare namespace ErrorHandlingConfig {
2226
- /**
2227
- * @internal
2228
- */
2229
- const filterSensitiveLog: (obj: ErrorHandlingConfig) => any;
2230
- }
2231
- /**
2232
- * <p> The properties that are applied when Amazon EventBridge is being used as a destination.
2233
- * </p>
2234
- */
2235
- export interface EventBridgeDestinationProperties {
2236
- /**
2237
- * <p> The object specified in the Amazon EventBridge flow destination. </p>
2238
- */
2239
- object: string | undefined;
2240
- /**
2241
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
2242
- * destination. For example, this setting would determine if the flow should fail after one
2243
- * insertion error, or continue and attempt to insert every record regardless of the initial
2244
- * failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
2245
- * </p>
2246
- */
2247
- errorHandlingConfig?: ErrorHandlingConfig;
2248
- }
2249
- export declare namespace EventBridgeDestinationProperties {
2250
- /**
2251
- * @internal
2252
- */
2253
- const filterSensitiveLog: (obj: EventBridgeDestinationProperties) => any;
2254
- }
2255
- /**
2256
- * <p> The properties that are applied when Amazon Honeycode is used as a destination. </p>
2257
- */
2258
- export interface HoneycodeDestinationProperties {
2259
- /**
2260
- * <p> The object specified in the Amazon Honeycode flow destination. </p>
2261
- */
2262
- object: string | undefined;
2263
- /**
2264
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
2265
- * destination. For example, this setting would determine if the flow should fail after one
2266
- * insertion error, or continue and attempt to insert every record regardless of the initial
2267
- * failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
2268
- * </p>
2269
- */
2270
- errorHandlingConfig?: ErrorHandlingConfig;
2271
- }
2272
- export declare namespace HoneycodeDestinationProperties {
2273
- /**
2274
- * @internal
2275
- */
2276
- const filterSensitiveLog: (obj: HoneycodeDestinationProperties) => any;
2277
- }
2278
- /**
2279
- * <p> The properties that are applied when Amazon Lookout for Metrics is used as a destination.
2280
- * </p>
2281
- */
2282
- export interface LookoutMetricsDestinationProperties {
2283
- }
2284
- export declare namespace LookoutMetricsDestinationProperties {
2285
- /**
2286
- * @internal
2287
- */
2288
- const filterSensitiveLog: (obj: LookoutMetricsDestinationProperties) => any;
2289
- }
2290
- /**
2291
- * <p> The properties that are applied when Amazon Redshift is being used as a destination.
2292
- * </p>
2293
- */
2294
- export interface RedshiftDestinationProperties {
2295
- /**
2296
- * <p> The object specified in the Amazon Redshift flow destination. </p>
2297
- */
2298
- object: string | undefined;
2299
- /**
2300
- * <p> The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
2301
- * </p>
2302
- */
2303
- intermediateBucketName: string | undefined;
2304
- /**
2305
- * <p> The object key for the bucket in which Amazon AppFlow places the destination files.
2306
- * </p>
2307
- */
2308
- bucketPrefix?: string;
2309
- /**
2310
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
2311
- * Amazon Redshift destination. For example, this setting would determine if the flow should fail
2312
- * after one insertion error, or continue and attempt to insert every record regardless of the
2313
- * initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector
2314
- * details. </p>
2315
- */
2316
- errorHandlingConfig?: ErrorHandlingConfig;
2317
- }
2318
- export declare namespace RedshiftDestinationProperties {
2319
- /**
2320
- * @internal
2321
- */
2322
- const filterSensitiveLog: (obj: RedshiftDestinationProperties) => any;
2323
- }
2324
- export declare enum FileType {
2325
- CSV = "CSV",
2326
- JSON = "JSON",
2327
- PARQUET = "PARQUET"
2328
- }
2329
- export declare enum PrefixFormat {
2330
- DAY = "DAY",
2331
- HOUR = "HOUR",
2332
- MINUTE = "MINUTE",
2333
- MONTH = "MONTH",
2334
- YEAR = "YEAR"
2335
- }
2336
- export declare enum PrefixType {
2337
- FILENAME = "FILENAME",
2338
- PATH = "PATH",
2339
- PATH_AND_FILENAME = "PATH_AND_FILENAME"
2340
- }
2341
- /**
2342
- * <p> Determines the prefix that Amazon AppFlow applies to the destination folder name. You can
2343
- * name your destination folders according to the flow frequency and date. </p>
2344
- */
2345
- export interface PrefixConfig {
2346
- /**
2347
- * <p> Determines the format of the prefix, and whether it applies to the file name, file path,
2348
- * or both. </p>
2349
- */
2350
- prefixType?: PrefixType | string;
2351
- /**
2352
- * <p> Determines the level of granularity that's included in the prefix. </p>
2353
- */
2354
- prefixFormat?: PrefixFormat | string;
2355
- }
2356
- export declare namespace PrefixConfig {
2357
- /**
2358
- * @internal
2359
- */
2360
- const filterSensitiveLog: (obj: PrefixConfig) => any;
2361
- }
2362
- /**
2363
- * <p> The configuration that determines how Amazon AppFlow should format the flow output data
2364
- * when Amazon S3 is used as the destination. </p>
2365
- */
2366
- export interface S3OutputFormatConfig {
2367
- /**
2368
- * <p> Indicates the file type that Amazon AppFlow places in the Amazon S3 bucket. </p>
2369
- */
2370
- fileType?: FileType | string;
2371
- /**
2372
- * <p> Determines the prefix that Amazon AppFlow applies to the folder name in the Amazon S3
2373
- * bucket. You can name folders according to the flow frequency and date. </p>
2374
- */
2375
- prefixConfig?: PrefixConfig;
2376
- /**
2377
- * <p> The aggregation settings that you can use to customize the output format of your flow
2378
- * data. </p>
2379
- */
2380
- aggregationConfig?: AggregationConfig;
2381
- }
2382
- export declare namespace S3OutputFormatConfig {
2383
- /**
2384
- * @internal
2385
- */
2386
- const filterSensitiveLog: (obj: S3OutputFormatConfig) => any;
2387
- }
2388
- /**
2389
- * <p> The properties that are applied when Amazon S3 is used as a destination. </p>
2390
- */
2391
- export interface S3DestinationProperties {
2392
- /**
2393
- * <p> The Amazon S3 bucket name in which Amazon AppFlow places the transferred data. </p>
2394
- */
2395
- bucketName: string | undefined;
2396
- /**
2397
- * <p> The object key for the destination bucket in which Amazon AppFlow places the files.
2398
- * </p>
2399
- */
2400
- bucketPrefix?: string;
2401
- /**
2402
- * <p> The configuration that determines how Amazon AppFlow should format the flow output data
2403
- * when Amazon S3 is used as the destination. </p>
2404
- */
2405
- s3OutputFormatConfig?: S3OutputFormatConfig;
2406
- }
2407
- export declare namespace S3DestinationProperties {
2408
- /**
2409
- * @internal
2410
- */
2411
- const filterSensitiveLog: (obj: S3DestinationProperties) => any;
2412
- }
2413
- /**
2414
- * <p> The properties that are applied when Salesforce is being used as a destination. </p>
2415
- */
2416
- export interface SalesforceDestinationProperties {
2417
- /**
2418
- * <p> The object specified in the Salesforce flow destination. </p>
2419
- */
2420
- object: string | undefined;
2421
- /**
2422
- * <p> The name of the field that Amazon AppFlow uses as an ID when performing a write operation
2423
- * such as update or delete. </p>
2424
- */
2425
- idFieldNames?: string[];
2426
- /**
2427
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
2428
- * Salesforce destination. For example, this setting would determine if the flow should fail
2429
- * after one insertion error, or continue and attempt to insert every record regardless of the
2430
- * initial failure. <code>ErrorHandlingConfig</code> is a part of the destination connector
2431
- * details. </p>
2432
- */
2433
- errorHandlingConfig?: ErrorHandlingConfig;
2434
- /**
2435
- * <p> This specifies the type of write operation to be performed in Salesforce. When the value
2436
- * is <code>UPSERT</code>, then <code>idFieldNames</code> is required. </p>
2437
- */
2438
- writeOperationType?: WriteOperationType | string;
2439
- }
2440
- export declare namespace SalesforceDestinationProperties {
2441
- /**
2442
- * @internal
2443
- */
2444
- const filterSensitiveLog: (obj: SalesforceDestinationProperties) => any;
2445
- }
2446
- /**
2447
- * <p> The properties that are applied when Snowflake is being used as a destination. </p>
2448
- */
2449
- export interface SnowflakeDestinationProperties {
2450
- /**
2451
- * <p> The object specified in the Snowflake flow destination. </p>
2452
- */
2453
- object: string | undefined;
2454
- /**
2455
- * <p> The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake. </p>
2456
- */
2457
- intermediateBucketName: string | undefined;
2458
- /**
2459
- * <p> The object key for the destination bucket in which Amazon AppFlow places the files.
2460
- * </p>
2461
- */
2462
- bucketPrefix?: string;
2463
- /**
2464
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
2465
- * Snowflake destination. For example, this setting would determine if the flow should fail after
2466
- * one insertion error, or continue and attempt to insert every record regardless of the initial
2467
- * failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
2468
- * </p>
2469
- */
2470
- errorHandlingConfig?: ErrorHandlingConfig;
2471
- }
2472
- export declare namespace SnowflakeDestinationProperties {
2473
- /**
2474
- * @internal
2475
- */
2476
- const filterSensitiveLog: (obj: SnowflakeDestinationProperties) => any;
2477
- }
2478
- /**
2479
- * <p> The configuration that determines how Amazon AppFlow formats the flow output data when
2480
- * Upsolver is used as the destination. </p>
2481
- */
2482
- export interface UpsolverS3OutputFormatConfig {
2483
- /**
2484
- * <p> Indicates the file type that Amazon AppFlow places in the Upsolver Amazon S3 bucket.
2485
- * </p>
2486
- */
2487
- fileType?: FileType | string;
2488
- /**
2489
- * <p> Determines the prefix that Amazon AppFlow applies to the destination folder name. You can
2490
- * name your destination folders according to the flow frequency and date. </p>
2491
- */
2492
- prefixConfig: PrefixConfig | undefined;
2493
- /**
2494
- * <p> The aggregation settings that you can use to customize the output format of your flow
2495
- * data. </p>
2496
- */
2497
- aggregationConfig?: AggregationConfig;
2498
- }
2499
- export declare namespace UpsolverS3OutputFormatConfig {
2500
- /**
2501
- * @internal
2502
- */
2503
- const filterSensitiveLog: (obj: UpsolverS3OutputFormatConfig) => any;
2504
- }
2505
- /**
2506
- * <p> The properties that are applied when Upsolver is used as a destination. </p>
2507
- */
2508
- export interface UpsolverDestinationProperties {
2509
- /**
2510
- * <p> The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
2511
- * </p>
2512
- */
2513
- bucketName: string | undefined;
2514
- /**
2515
- * <p> The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow
2516
- * places the files. </p>
2517
- */
2518
- bucketPrefix?: string;
2519
- /**
2520
- * <p> The configuration that determines how data is formatted when Upsolver is used as the flow
2521
- * destination. </p>
2522
- */
2523
- s3OutputFormatConfig: UpsolverS3OutputFormatConfig | undefined;
2524
- }
2525
- export declare namespace UpsolverDestinationProperties {
2526
- /**
2527
- * @internal
2528
- */
2529
- const filterSensitiveLog: (obj: UpsolverDestinationProperties) => any;
2530
- }
2531
- /**
2532
- * <p>The properties that are applied when Zendesk is used as a destination.</p>
2533
- */
2534
- export interface ZendeskDestinationProperties {
2535
- /**
2536
- * <p>The object specified in the Zendesk flow destination.</p>
2537
- */
2538
- object: string | undefined;
2539
- /**
2540
- * <p> A list of field names that can be used as an ID field when performing a write operation.
2541
- * </p>
2542
- */
2543
- idFieldNames?: string[];
2544
- /**
2545
- * <p> The settings that determine how Amazon AppFlow handles an error when placing data in the
2546
- * destination. For example, this setting would determine if the flow should fail after one
2547
- * insertion error, or continue and attempt to insert every record regardless of the initial
2548
- * failure. <code>ErrorHandlingConfig</code> is a part of the destination connector details.
2549
- * </p>
2550
- */
2551
- errorHandlingConfig?: ErrorHandlingConfig;
2552
- /**
2553
- * <p> The possible write operations in the destination connector. When this value is not
2554
- * provided, this defaults to the <code>INSERT</code> operation. </p>
2555
- */
2556
- writeOperationType?: WriteOperationType | string;
2557
- }
2558
- export declare namespace ZendeskDestinationProperties {
2559
- /**
2560
- * @internal
2561
- */
2562
- const filterSensitiveLog: (obj: ZendeskDestinationProperties) => any;
2563
- }
2564
- /**
2565
- * <p> This stores the information that is required to query a particular connector. </p>
2566
- */
2567
- export interface DestinationConnectorProperties {
2568
- /**
2569
- * <p> The properties required to query Amazon Redshift. </p>
2570
- */
2571
- Redshift?: RedshiftDestinationProperties;
2572
- /**
2573
- * <p> The properties required to query Amazon S3. </p>
2574
- */
2575
- S3?: S3DestinationProperties;
2576
- /**
2577
- * <p> The properties required to query Salesforce. </p>
2578
- */
2579
- Salesforce?: SalesforceDestinationProperties;
2580
- /**
2581
- * <p> The properties required to query Snowflake. </p>
2582
- */
2583
- Snowflake?: SnowflakeDestinationProperties;
2584
- /**
2585
- * <p> The properties required to query Amazon EventBridge. </p>
2586
- */
2587
- EventBridge?: EventBridgeDestinationProperties;
2588
- /**
2589
- * <p> The properties required to query Amazon Lookout for Metrics. </p>
2590
- */
2591
- LookoutMetrics?: LookoutMetricsDestinationProperties;
2592
- /**
2593
- * <p> The properties required to query Upsolver. </p>
2594
- */
2595
- Upsolver?: UpsolverDestinationProperties;
2596
- /**
2597
- * <p> The properties required to query Amazon Honeycode. </p>
2598
- */
2599
- Honeycode?: HoneycodeDestinationProperties;
2600
- /**
2601
- * <p> The properties required to query Amazon Connect Customer Profiles. </p>
2602
- */
2603
- CustomerProfiles?: CustomerProfilesDestinationProperties;
2604
- /**
2605
- * <p>The properties required to query Zendesk.</p>
2606
- */
2607
- Zendesk?: ZendeskDestinationProperties;
2608
- }
2609
- export declare namespace DestinationConnectorProperties {
2610
- /**
2611
- * @internal
2612
- */
2613
- const filterSensitiveLog: (obj: DestinationConnectorProperties) => any;
2614
- }
2615
- /**
2616
- * <p> Contains information about the configuration of destination connectors present in the
2617
- * flow. </p>
2618
- */
2619
- export interface DestinationFlowConfig {
2620
- /**
2621
- * <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
2622
- */
2623
- connectorType: ConnectorType | string | undefined;
2624
- /**
2625
- * <p> The name of the connector profile. This name must be unique for each connector profile in
2626
- * the Amazon Web Services account. </p>
2627
- */
2628
- connectorProfileName?: string;
2629
- /**
2630
- * <p> This stores the information that is required to query a particular connector. </p>
2631
- */
2632
- destinationConnectorProperties: DestinationConnectorProperties | undefined;
2633
- }
2634
- export declare namespace DestinationFlowConfig {
2635
- /**
2636
- * @internal
2637
- */
2638
- const filterSensitiveLog: (obj: DestinationFlowConfig) => any;
2639
- }
2640
- /**
2641
- * <p> Specifies the configuration used when importing incremental records from the source.
2642
- * </p>
2643
- */
2644
- export interface IncrementalPullConfig {
2645
- /**
2646
- * <p> A field that specifies the date time or timestamp field as the criteria to use when
2647
- * importing incremental records from the source. </p>
2648
- */
2649
- datetimeTypeFieldName?: string;
2650
- }
2651
- export declare namespace IncrementalPullConfig {
2652
- /**
2653
- * @internal
2654
- */
2655
- const filterSensitiveLog: (obj: IncrementalPullConfig) => any;
2656
- }
2657
- /**
2658
- * <p> The properties that are applied when Datadog is being used as a source. </p>
2659
- */
2660
- export interface DatadogSourceProperties {
2661
- /**
2662
- * <p> The object specified in the Datadog flow source. </p>
2663
- */
2664
- object: string | undefined;
2665
- }
2666
- export declare namespace DatadogSourceProperties {
2667
- /**
2668
- * @internal
2669
- */
2670
- const filterSensitiveLog: (obj: DatadogSourceProperties) => any;
2671
- }
2672
- /**
2673
- * <p> The properties that are applied when Dynatrace is being used as a source. </p>
2674
- */
2675
- export interface DynatraceSourceProperties {
2676
- /**
2677
- * <p> The object specified in the Dynatrace flow source. </p>
2678
- */
2679
- object: string | undefined;
2680
- }
2681
- export declare namespace DynatraceSourceProperties {
2682
- /**
2683
- * @internal
2684
- */
2685
- const filterSensitiveLog: (obj: DynatraceSourceProperties) => any;
2686
- }
2687
- /**
2688
- * <p> The properties that are applied when Google Analytics is being used as a source. </p>
2689
- */
2690
- export interface GoogleAnalyticsSourceProperties {
2691
- /**
2692
- * <p> The object specified in the Google Analytics flow source. </p>
2693
- */
2694
- object: string | undefined;
2695
- }
2696
- export declare namespace GoogleAnalyticsSourceProperties {
2697
- /**
2698
- * @internal
2699
- */
2700
- const filterSensitiveLog: (obj: GoogleAnalyticsSourceProperties) => any;
2701
- }
2702
- /**
2703
- * <p> The properties that are applied when Infor Nexus is being used as a source. </p>
2704
- */
2705
- export interface InforNexusSourceProperties {
2706
- /**
2707
- * <p> The object specified in the Infor Nexus flow source. </p>
2708
- */
2709
- object: string | undefined;
2710
- }
2711
- export declare namespace InforNexusSourceProperties {
2712
- /**
2713
- * @internal
2714
- */
2715
- const filterSensitiveLog: (obj: InforNexusSourceProperties) => any;
2716
- }
2717
- /**
2718
- * <p> The properties that are applied when Marketo is being used as a source. </p>
2719
- */
2720
- export interface MarketoSourceProperties {
2721
- /**
2722
- * <p> The object specified in the Marketo flow source. </p>
2723
- */
2724
- object: string | undefined;
2725
- }
2726
- export declare namespace MarketoSourceProperties {
2727
- /**
2728
- * @internal
2729
- */
2730
- const filterSensitiveLog: (obj: MarketoSourceProperties) => any;
2731
- }
2732
- /**
2733
- * <p> The properties that are applied when Amazon S3 is being used as the flow source. </p>
2734
- */
2735
- export interface S3SourceProperties {
2736
- /**
2737
- * <p> The Amazon S3 bucket name where the source files are stored. </p>
2738
- */
2739
- bucketName: string | undefined;
2740
- /**
2741
- * <p> The object key for the Amazon S3 bucket in which the source files are stored. </p>
2742
- */
2743
- bucketPrefix?: string;
2744
- }
2745
- export declare namespace S3SourceProperties {
2746
- /**
2747
- * @internal
2748
- */
2749
- const filterSensitiveLog: (obj: S3SourceProperties) => any;
2750
- }
2751
- /**
2752
- * <p> The properties that are applied when Salesforce is being used as a source. </p>
2753
- */
2754
- export interface SalesforceSourceProperties {
2755
- /**
2756
- * <p> The object specified in the Salesforce flow source. </p>
2757
- */
2758
- object: string | undefined;
2759
- /**
2760
- * <p> The flag that enables dynamic fetching of new (recently added) fields in the Salesforce
2761
- * objects while running a flow. </p>
2762
- */
2763
- enableDynamicFieldUpdate?: boolean;
2764
- /**
2765
- * <p> Indicates whether Amazon AppFlow includes deleted files in the flow run. </p>
2766
- */
2767
- includeDeletedRecords?: boolean;
2768
- }
2769
- export declare namespace SalesforceSourceProperties {
2770
- /**
2771
- * @internal
2772
- */
2773
- const filterSensitiveLog: (obj: SalesforceSourceProperties) => any;
2774
- }
2775
- /**
2776
- * <p> The properties that are applied when using SAPOData as a flow source. </p>
2777
- */
2778
- export interface SAPODataSourceProperties {
2779
- /**
2780
- * <p> The object path specified in the SAPOData flow source. </p>
2781
- */
2782
- objectPath?: string;
2783
- }
2784
- export declare namespace SAPODataSourceProperties {
2785
- /**
2786
- * @internal
2787
- */
2788
- const filterSensitiveLog: (obj: SAPODataSourceProperties) => any;
2789
- }
2790
- /**
2791
- * <p> The properties that are applied when ServiceNow is being used as a source. </p>
2792
- */
2793
- export interface ServiceNowSourceProperties {
2794
- /**
2795
- * <p> The object specified in the ServiceNow flow source. </p>
2796
- */
2797
- object: string | undefined;
2798
- }
2799
- export declare namespace ServiceNowSourceProperties {
2800
- /**
2801
- * @internal
2802
- */
2803
- const filterSensitiveLog: (obj: ServiceNowSourceProperties) => any;
2804
- }
2805
- /**
2806
- * <p> The properties that are applied when Singular is being used as a source. </p>
2807
- */
2808
- export interface SingularSourceProperties {
2809
- /**
2810
- * <p> The object specified in the Singular flow source. </p>
2811
- */
2812
- object: string | undefined;
2813
- }
2814
- export declare namespace SingularSourceProperties {
2815
- /**
2816
- * @internal
2817
- */
2818
- const filterSensitiveLog: (obj: SingularSourceProperties) => any;
2819
- }
2820
- /**
2821
- * <p> The properties that are applied when Slack is being used as a source. </p>
2822
- */
2823
- export interface SlackSourceProperties {
2824
- /**
2825
- * <p> The object specified in the Slack flow source. </p>
2826
- */
2827
- object: string | undefined;
2828
- }
2829
- export declare namespace SlackSourceProperties {
2830
- /**
2831
- * @internal
2832
- */
2833
- const filterSensitiveLog: (obj: SlackSourceProperties) => any;
2834
- }
2835
- /**
2836
- * <p> The properties that are applied when using Trend Micro as a flow source. </p>
2837
- */
2838
- export interface TrendmicroSourceProperties {
2839
- /**
2840
- * <p> The object specified in the Trend Micro flow source. </p>
2841
- */
2842
- object: string | undefined;
2843
- }
2844
- export declare namespace TrendmicroSourceProperties {
2845
- /**
2846
- * @internal
2847
- */
2848
- const filterSensitiveLog: (obj: TrendmicroSourceProperties) => any;
2849
- }
2850
- /**
2851
- * <p> The properties that are applied when using Veeva as a flow source. </p>
2852
- */
2853
- export interface VeevaSourceProperties {
2854
- /**
2855
- * <p> The object specified in the Veeva flow source. </p>
2856
- */
2857
- object: string | undefined;
2858
- /**
2859
- * <p>The document type specified in the Veeva document extract flow.</p>
2860
- */
2861
- documentType?: string;
2862
- /**
2863
- * <p>Boolean value to include source files in Veeva document extract flow.</p>
2864
- */
2865
- includeSourceFiles?: boolean;
2866
- /**
2867
- * <p>Boolean value to include file renditions in Veeva document extract flow.</p>
2868
- */
2869
- includeRenditions?: boolean;
2870
- /**
2871
- * <p>Boolean value to include All Versions of files in Veeva document extract flow.</p>
2872
- */
2873
- includeAllVersions?: boolean;
2874
- }
2875
- export declare namespace VeevaSourceProperties {
2876
- /**
2877
- * @internal
2878
- */
2879
- const filterSensitiveLog: (obj: VeevaSourceProperties) => any;
2880
- }
2881
- /**
2882
- * <p> The properties that are applied when using Zendesk as a flow source. </p>
2883
- */
2884
- export interface ZendeskSourceProperties {
2885
- /**
2886
- * <p> The object specified in the Zendesk flow source. </p>
2887
- */
2888
- object: string | undefined;
2889
- }
2890
- export declare namespace ZendeskSourceProperties {
2891
- /**
2892
- * @internal
2893
- */
2894
- const filterSensitiveLog: (obj: ZendeskSourceProperties) => any;
2895
- }
2896
- /**
2897
- * <p> Specifies the information that is required to query a particular connector. </p>
2898
- */
2899
- export interface SourceConnectorProperties {
2900
- /**
2901
- * <p> Specifies the information that is required for querying Amplitude. </p>
2902
- */
2903
- Amplitude?: AmplitudeSourceProperties;
2904
- /**
2905
- * <p> Specifies the information that is required for querying Datadog. </p>
2906
- */
2907
- Datadog?: DatadogSourceProperties;
2908
- /**
2909
- * <p> Specifies the information that is required for querying Dynatrace. </p>
2910
- */
2911
- Dynatrace?: DynatraceSourceProperties;
2912
- /**
2913
- * <p> Specifies the information that is required for querying Google Analytics. </p>
2914
- */
2915
- GoogleAnalytics?: GoogleAnalyticsSourceProperties;
2916
- /**
2917
- * <p> Specifies the information that is required for querying Infor Nexus. </p>
2918
- */
2919
- InforNexus?: InforNexusSourceProperties;
2920
- /**
2921
- * <p> Specifies the information that is required for querying Marketo. </p>
2922
- */
2923
- Marketo?: MarketoSourceProperties;
2924
- /**
2925
- * <p> Specifies the information that is required for querying Amazon S3. </p>
2926
- */
2927
- S3?: S3SourceProperties;
2928
- /**
2929
- * <p> Specifies the information that is required for querying Salesforce. </p>
2930
- */
2931
- Salesforce?: SalesforceSourceProperties;
2932
- /**
2933
- * <p> Specifies the information that is required for querying ServiceNow. </p>
2934
- */
2935
- ServiceNow?: ServiceNowSourceProperties;
2936
- /**
2937
- * <p> Specifies the information that is required for querying Singular. </p>
2938
- */
2939
- Singular?: SingularSourceProperties;
2940
- /**
2941
- * <p> Specifies the information that is required for querying Slack. </p>
2942
- */
2943
- Slack?: SlackSourceProperties;
2944
- /**
2945
- * <p> Specifies the information that is required for querying Trend Micro. </p>
2946
- */
2947
- Trendmicro?: TrendmicroSourceProperties;
2948
- /**
2949
- * <p> Specifies the information that is required for querying Veeva. </p>
2950
- */
2951
- Veeva?: VeevaSourceProperties;
2952
- /**
2953
- * <p> Specifies the information that is required for querying Zendesk. </p>
2954
- */
2955
- Zendesk?: ZendeskSourceProperties;
2956
- /**
2957
- * <p> The properties that are applied when using SAPOData as a flow source. </p>
2958
- */
2959
- SAPOData?: SAPODataSourceProperties;
2960
- }
2961
- export declare namespace SourceConnectorProperties {
2962
- /**
2963
- * @internal
2964
- */
2965
- const filterSensitiveLog: (obj: SourceConnectorProperties) => any;
2966
- }
2967
- /**
2968
- * <p> Contains information about the configuration of the source connector used in the flow.
2969
- * </p>
2970
- */
2971
- export interface SourceFlowConfig {
2972
- /**
2973
- * <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
2974
- */
2975
- connectorType: ConnectorType | string | undefined;
2976
- /**
2977
- * <p> The name of the connector profile. This name must be unique for each connector profile in
2978
- * the Amazon Web Services account. </p>
2979
- */
2980
- connectorProfileName?: string;
2981
- /**
2982
- * <p> Specifies the information that is required to query a particular source connector.
2983
- * </p>
2984
- */
2985
- sourceConnectorProperties: SourceConnectorProperties | undefined;
2986
- /**
2987
- * <p> Defines the configuration for a scheduled incremental data pull. If a valid configuration
2988
- * is provided, the fields specified in the configuration are used when querying for the
2989
- * incremental data pull. </p>
2990
- */
2991
- incrementalPullConfig?: IncrementalPullConfig;
2992
- }
2993
- export declare namespace SourceFlowConfig {
2994
- /**
2995
- * @internal
2996
- */
2997
- const filterSensitiveLog: (obj: SourceFlowConfig) => any;
2998
- }
2999
- export declare enum OperatorPropertiesKeys {
3000
- CONCAT_FORMAT = "CONCAT_FORMAT",
3001
- DATA_TYPE = "DATA_TYPE",
3002
- DESTINATION_DATA_TYPE = "DESTINATION_DATA_TYPE",
3003
- EXCLUDE_SOURCE_FIELDS_LIST = "EXCLUDE_SOURCE_FIELDS_LIST",
3004
- LOWER_BOUND = "LOWER_BOUND",
3005
- MASK_LENGTH = "MASK_LENGTH",
3006
- MASK_VALUE = "MASK_VALUE",
3007
- MATH_OPERATION_FIELDS_ORDER = "MATH_OPERATION_FIELDS_ORDER",
3008
- SOURCE_DATA_TYPE = "SOURCE_DATA_TYPE",
3009
- SUBFIELD_CATEGORY_MAP = "SUBFIELD_CATEGORY_MAP",
3010
- TRUNCATE_LENGTH = "TRUNCATE_LENGTH",
3011
- UPPER_BOUND = "UPPER_BOUND",
3012
- VALIDATION_ACTION = "VALIDATION_ACTION",
3013
- VALUE = "VALUE",
3014
- VALUES = "VALUES"
3015
- }
3016
- export declare enum TaskType {
3017
- ARITHMETIC = "Arithmetic",
3018
- FILTER = "Filter",
3019
- MAP = "Map",
3020
- MAP_ALL = "Map_all",
3021
- MASK = "Mask",
3022
- MERGE = "Merge",
3023
- TRUNCATE = "Truncate",
3024
- VALIDATE = "Validate"
3025
- }
3026
- /**
3027
- * <p> A class for modeling different type of tasks. Task implementation varies based on the
3028
- * <code>TaskType</code>. </p>
3029
- */
3030
- export interface Task {
3031
- /**
3032
- * <p> The source fields to which a particular task is applied. </p>
3033
- */
3034
- sourceFields: string[] | undefined;
3035
- /**
3036
- * <p> The operation to be performed on the provided source fields. </p>
3037
- */
3038
- connectorOperator?: ConnectorOperator;
3039
- /**
3040
- * <p> A field in a destination connector, or a field value against which Amazon AppFlow
3041
- * validates a source field. </p>
3042
- */
3043
- destinationField?: string;
3044
- /**
3045
- * <p> Specifies the particular task implementation that Amazon AppFlow performs. </p>
3046
- */
3047
- taskType: TaskType | string | undefined;
3048
- /**
3049
- * <p> A map used to store task-related information. The execution service looks for particular
3050
- * information based on the <code>TaskType</code>. </p>
3051
- */
3052
- taskProperties?: {
3053
- [key: string]: string;
3054
- };
3055
- }
3056
- export declare namespace Task {
3057
- /**
3058
- * @internal
3059
- */
3060
- const filterSensitiveLog: (obj: Task) => any;
3061
- }
3062
- export declare enum DataPullMode {
3063
- COMPLETE = "Complete",
3064
- INCREMENTAL = "Incremental"
3065
- }
3066
- /**
3067
- * <p> Specifies the configuration details of a schedule-triggered flow as defined by the user.
3068
- * Currently, these settings only apply to the <code>Scheduled</code> trigger type. </p>
3069
- */
3070
- export interface ScheduledTriggerProperties {
3071
- /**
3072
- * <p> The scheduling expression that determines the rate at which the schedule will run, for
3073
- * example <code>rate(5minutes)</code>. </p>
3074
- */
3075
- scheduleExpression: string | undefined;
3076
- /**
3077
- * <p> Specifies whether a scheduled flow has an incremental data transfer or a complete data
3078
- * transfer for each flow run. </p>
3079
- */
3080
- dataPullMode?: DataPullMode | string;
3081
- /**
3082
- * <p> Specifies the scheduled start time for a schedule-triggered flow. </p>
3083
- */
3084
- scheduleStartTime?: Date;
3085
- /**
3086
- * <p> Specifies the scheduled end time for a schedule-triggered flow. </p>
3087
- */
3088
- scheduleEndTime?: Date;
3089
- /**
3090
- * <p> Specifies the time zone used when referring to the date and time of a scheduled-triggered
3091
- * flow, such as <code>America/New_York</code>. </p>
3092
- */
3093
- timezone?: string;
3094
- /**
3095
- * <p> Specifies the optional offset that is added to the time interval for a schedule-triggered
3096
- * flow. </p>
3097
- */
3098
- scheduleOffset?: number;
3099
- /**
3100
- * <p> Specifies the date range for the records to import from the connector in the first flow
3101
- * run. </p>
3102
- */
3103
- firstExecutionFrom?: Date;
3104
- }
3105
- export declare namespace ScheduledTriggerProperties {
3106
- /**
3107
- * @internal
3108
- */
3109
- const filterSensitiveLog: (obj: ScheduledTriggerProperties) => any;
3110
- }
3111
- /**
3112
- * <p> Specifies the configuration details that control the trigger for a flow. Currently, these
3113
- * settings only apply to the <code>Scheduled</code> trigger type. </p>
3114
- */
3115
- export interface TriggerProperties {
3116
- /**
3117
- * <p> Specifies the configuration details of a schedule-triggered flow as defined by the user.
3118
- * </p>
3119
- */
3120
- Scheduled?: ScheduledTriggerProperties;
3121
- }
3122
- export declare namespace TriggerProperties {
3123
- /**
3124
- * @internal
3125
- */
3126
- const filterSensitiveLog: (obj: TriggerProperties) => any;
3127
- }
3128
- /**
3129
- * <p> The trigger settings that determine how and when Amazon AppFlow runs the specified flow.
3130
- * </p>
3131
- */
3132
- export interface TriggerConfig {
3133
- /**
3134
- * <p> Specifies the type of flow trigger. This can be <code>OnDemand</code>,
3135
- * <code>Scheduled</code>, or <code>Event</code>. </p>
3136
- */
3137
- triggerType: TriggerType | string | undefined;
3138
- /**
3139
- * <p> Specifies the configuration details of a schedule-triggered flow as defined by the user.
3140
- * Currently, these settings only apply to the <code>Scheduled</code> trigger type. </p>
3141
- */
3142
- triggerProperties?: TriggerProperties;
3143
- }
3144
- export declare namespace TriggerConfig {
3145
- /**
3146
- * @internal
3147
- */
3148
- const filterSensitiveLog: (obj: TriggerConfig) => any;
3149
- }
3150
- export interface CreateFlowRequest {
3151
- /**
3152
- * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
3153
- * (-) only. </p>
3154
- */
3155
- flowName: string | undefined;
3156
- /**
3157
- * <p> A description of the flow you want to create. </p>
3158
- */
3159
- description?: string;
3160
- /**
3161
- * <p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for
3162
- * encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If
3163
- * you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
3164
- * </p>
3165
- */
3166
- kmsArn?: string;
3167
- /**
3168
- * <p> The trigger settings that determine how and when the flow runs. </p>
3169
- */
3170
- triggerConfig: TriggerConfig | undefined;
3171
- /**
3172
- * <p> The configuration that controls how Amazon AppFlow retrieves data from the source
3173
- * connector. </p>
3174
- */
3175
- sourceFlowConfig: SourceFlowConfig | undefined;
3176
- /**
3177
- * <p> The configuration that controls how Amazon AppFlow places data in the destination
3178
- * connector. </p>
3179
- */
3180
- destinationFlowConfigList: DestinationFlowConfig[] | undefined;
3181
- /**
3182
- * <p> A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
3183
- * </p>
3184
- */
3185
- tasks: Task[] | undefined;
3186
- /**
3187
- * <p> The tags used to organize, track, or control access for your flow. </p>
3188
- */
3189
- tags?: {
3190
- [key: string]: string;
3191
- };
3192
- }
3193
- export declare namespace CreateFlowRequest {
3194
- /**
3195
- * @internal
3196
- */
3197
- const filterSensitiveLog: (obj: CreateFlowRequest) => any;
3198
- }
3199
- export declare enum FlowStatus {
3200
- ACTIVE = "Active",
3201
- DELETED = "Deleted",
3202
- DEPRECATED = "Deprecated",
3203
- DRAFT = "Draft",
3204
- ERRORED = "Errored",
3205
- SUSPENDED = "Suspended"
3206
- }
3207
- export interface CreateFlowResponse {
3208
- /**
3209
- * <p> The flow's Amazon Resource Name (ARN). </p>
3210
- */
3211
- flowArn?: string;
3212
- /**
3213
- * <p> Indicates the current status of the flow. </p>
3214
- */
3215
- flowStatus?: FlowStatus | string;
3216
- }
3217
- export declare namespace CreateFlowResponse {
3218
- /**
3219
- * @internal
3220
- */
3221
- const filterSensitiveLog: (obj: CreateFlowResponse) => any;
3222
- }
3223
- /**
3224
- * <p> The resource specified in the request (such as the source or destination connector
3225
- * profile) is not found. </p>
3226
- */
3227
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
3228
- name: "ResourceNotFoundException";
3229
- $fault: "client";
3230
- message?: string;
3231
- }
3232
- export declare namespace ResourceNotFoundException {
3233
- /**
3234
- * @internal
3235
- */
3236
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
3237
- }
3238
- export interface DeleteConnectorProfileRequest {
3239
- /**
3240
- * <p> The name of the connector profile. The name is unique for each
3241
- * <code>ConnectorProfile</code> in your account. </p>
3242
- */
3243
- connectorProfileName: string | undefined;
3244
- /**
3245
- * <p> Indicates whether Amazon AppFlow should delete the profile, even if it is currently in
3246
- * use in one or more flows. </p>
3247
- */
3248
- forceDelete?: boolean;
3249
- }
3250
- export declare namespace DeleteConnectorProfileRequest {
3251
- /**
3252
- * @internal
3253
- */
3254
- const filterSensitiveLog: (obj: DeleteConnectorProfileRequest) => any;
3255
- }
3256
- export interface DeleteConnectorProfileResponse {
3257
- }
3258
- export declare namespace DeleteConnectorProfileResponse {
3259
- /**
3260
- * @internal
3261
- */
3262
- const filterSensitiveLog: (obj: DeleteConnectorProfileResponse) => any;
3263
- }
3264
- export interface DeleteFlowRequest {
3265
- /**
3266
- * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
3267
- * (-) only. </p>
3268
- */
3269
- flowName: string | undefined;
3270
- /**
3271
- * <p> Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
3272
- * </p>
3273
- */
3274
- forceDelete?: boolean;
3275
- }
3276
- export declare namespace DeleteFlowRequest {
3277
- /**
3278
- * @internal
3279
- */
3280
- const filterSensitiveLog: (obj: DeleteFlowRequest) => any;
3281
- }
3282
- export interface DeleteFlowResponse {
3283
- }
3284
- export declare namespace DeleteFlowResponse {
3285
- /**
3286
- * @internal
3287
- */
3288
- const filterSensitiveLog: (obj: DeleteFlowResponse) => any;
3289
- }
3290
- export interface DescribeConnectorEntityRequest {
3291
- /**
3292
- * <p> The entity name for that connector. </p>
3293
- */
3294
- connectorEntityName: string | undefined;
3295
- /**
3296
- * <p> The type of connector application, such as Salesforce, Amplitude, and so on. </p>
3297
- */
3298
- connectorType?: ConnectorType | string;
3299
- /**
3300
- * <p> The name of the connector profile. The name is unique for each
3301
- * <code>ConnectorProfile</code> in the Amazon Web Services account. </p>
3302
- */
3303
- connectorProfileName?: string;
3304
- }
3305
- export declare namespace DescribeConnectorEntityRequest {
3306
- /**
3307
- * @internal
3308
- */
3309
- const filterSensitiveLog: (obj: DescribeConnectorEntityRequest) => any;
3310
- }
3311
- export interface DescribeConnectorEntityResponse {
3312
- /**
3313
- * <p> Describes the fields for that connector entity. For example, for an
3314
- * <i>account</i> entity, the fields would be <i>account name</i>,
3315
- * <i>account ID</i>, and so on. </p>
3316
- */
3317
- connectorEntityFields: ConnectorEntityField[] | undefined;
3318
- }
3319
- export declare namespace DescribeConnectorEntityResponse {
3320
- /**
3321
- * @internal
3322
- */
3323
- const filterSensitiveLog: (obj: DescribeConnectorEntityResponse) => any;
3324
- }
3325
- export interface DescribeConnectorProfilesRequest {
3326
- /**
3327
- * <p> The name of the connector profile. The name is unique for each
3328
- * <code>ConnectorProfile</code> in the Amazon Web Services account. </p>
3329
- */
3330
- connectorProfileNames?: string[];
3331
- /**
3332
- * <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
3333
- */
3334
- connectorType?: ConnectorType | string;
3335
- /**
3336
- * <p> Specifies the maximum number of items that should be returned in the result set. The
3337
- * default for <code>maxResults</code> is 20 (for all paginated API operations). </p>
3338
- */
3339
- maxResults?: number;
3340
- /**
3341
- * <p> The pagination token for the next page of data. </p>
3342
- */
3343
- nextToken?: string;
3344
- }
3345
- export declare namespace DescribeConnectorProfilesRequest {
3346
- /**
3347
- * @internal
3348
- */
3349
- const filterSensitiveLog: (obj: DescribeConnectorProfilesRequest) => any;
3350
- }
3351
- export interface DescribeConnectorProfilesResponse {
3352
- /**
3353
- * <p> Returns information about the connector profiles associated with the flow. </p>
3354
- */
3355
- connectorProfileDetails?: ConnectorProfile[];
3356
- /**
3357
- * <p> The pagination token for the next page of data. If <code>nextToken=null</code>, this
3358
- * means that all records have been fetched. </p>
3359
- */
3360
- nextToken?: string;
3361
- }
3362
- export declare namespace DescribeConnectorProfilesResponse {
3363
- /**
3364
- * @internal
3365
- */
3366
- const filterSensitiveLog: (obj: DescribeConnectorProfilesResponse) => any;
3367
- }
3368
- export interface DescribeConnectorsRequest {
3369
- /**
3370
- * <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
3371
- */
3372
- connectorTypes?: (ConnectorType | string)[];
3373
- /**
3374
- * <p> The pagination token for the next page of data. </p>
3375
- */
3376
- nextToken?: string;
3377
- }
3378
- export declare namespace DescribeConnectorsRequest {
3379
- /**
3380
- * @internal
3381
- */
3382
- const filterSensitiveLog: (obj: DescribeConnectorsRequest) => any;
3383
- }
3384
- export interface DescribeConnectorsResponse {
3385
- /**
3386
- * <p> The configuration that is applied to the connectors used in the flow. </p>
3387
- */
3388
- connectorConfigurations?: {
3389
- [key: string]: ConnectorConfiguration;
3390
- };
3391
- /**
3392
- * <p> The pagination token for the next page of data. </p>
3393
- */
3394
- nextToken?: string;
3395
- }
3396
- export declare namespace DescribeConnectorsResponse {
3397
- /**
3398
- * @internal
3399
- */
3400
- const filterSensitiveLog: (obj: DescribeConnectorsResponse) => any;
3401
- }
3402
- export interface DescribeFlowRequest {
3403
- /**
3404
- * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
3405
- * (-) only. </p>
3406
- */
3407
- flowName: string | undefined;
3408
- }
3409
- export declare namespace DescribeFlowRequest {
3410
- /**
3411
- * @internal
3412
- */
3413
- const filterSensitiveLog: (obj: DescribeFlowRequest) => any;
3414
- }
3415
- export declare enum ExecutionStatus {
3416
- ERROR = "Error",
3417
- INPROGRESS = "InProgress",
3418
- SUCCESSFUL = "Successful"
3419
- }
3420
- /**
3421
- * <p> Describes the details of the flow run, including the timestamp, status, and message.
3422
- * </p>
3423
- */
3424
- export interface ExecutionDetails {
3425
- /**
3426
- * <p> Describes the details of the most recent flow run. </p>
3427
- */
3428
- mostRecentExecutionMessage?: string;
3429
- /**
3430
- * <p> Specifies the time of the most recent flow run. </p>
3431
- */
3432
- mostRecentExecutionTime?: Date;
3433
- /**
3434
- * <p> Specifies the status of the most recent flow run. </p>
3435
- */
3436
- mostRecentExecutionStatus?: ExecutionStatus | string;
3437
- }
3438
- export declare namespace ExecutionDetails {
3439
- /**
3440
- * @internal
3441
- */
3442
- const filterSensitiveLog: (obj: ExecutionDetails) => any;
3443
- }
3444
- export interface DescribeFlowResponse {
3445
- /**
3446
- * <p> The flow's Amazon Resource Name (ARN). </p>
3447
- */
3448
- flowArn?: string;
3449
- /**
3450
- * <p> A description of the flow. </p>
3451
- */
3452
- description?: string;
3453
- /**
3454
- * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
3455
- * (-) only. </p>
3456
- */
3457
- flowName?: string;
3458
- /**
3459
- * <p> The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for
3460
- * encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If
3461
- * you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
3462
- * </p>
3463
- */
3464
- kmsArn?: string;
3465
- /**
3466
- * <p> Indicates the current status of the flow. </p>
3467
- */
3468
- flowStatus?: FlowStatus | string;
3469
- /**
3470
- * <p> Contains an error message if the flow status is in a suspended or error state. This
3471
- * applies only to scheduled or event-triggered flows. </p>
3472
- */
3473
- flowStatusMessage?: string;
3474
- /**
3475
- * <p> The configuration that controls how Amazon AppFlow retrieves data from the source
3476
- * connector. </p>
3477
- */
3478
- sourceFlowConfig?: SourceFlowConfig;
3479
- /**
3480
- * <p> The configuration that controls how Amazon AppFlow transfers data to the destination
3481
- * connector. </p>
3482
- */
3483
- destinationFlowConfigList?: DestinationFlowConfig[];
3484
- /**
3485
- * <p> Describes the details of the most recent flow run. </p>
3486
- */
3487
- lastRunExecutionDetails?: ExecutionDetails;
3488
- /**
3489
- * <p> The trigger settings that determine how and when the flow runs. </p>
3490
- */
3491
- triggerConfig?: TriggerConfig;
3492
- /**
3493
- * <p> A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
3494
- * </p>
3495
- */
3496
- tasks?: Task[];
3497
- /**
3498
- * <p> Specifies when the flow was created. </p>
3499
- */
3500
- createdAt?: Date;
3501
- /**
3502
- * <p> Specifies when the flow was last updated. </p>
3503
- */
3504
- lastUpdatedAt?: Date;
3505
- /**
3506
- * <p> The ARN of the user who created the flow. </p>
3507
- */
3508
- createdBy?: string;
3509
- /**
3510
- * <p> Specifies the user name of the account that performed the most recent update. </p>
3511
- */
3512
- lastUpdatedBy?: string;
3513
- /**
3514
- * <p> The tags used to organize, track, or control access for your flow. </p>
3515
- */
3516
- tags?: {
3517
- [key: string]: string;
3518
- };
3519
- }
3520
- export declare namespace DescribeFlowResponse {
3521
- /**
3522
- * @internal
3523
- */
3524
- const filterSensitiveLog: (obj: DescribeFlowResponse) => any;
3525
- }
3526
- export interface DescribeFlowExecutionRecordsRequest {
3527
- /**
3528
- * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
3529
- * (-) only. </p>
3530
- */
3531
- flowName: string | undefined;
3532
- /**
3533
- * <p> Specifies the maximum number of items that should be returned in the result set. The
3534
- * default for <code>maxResults</code> is 20 (for all paginated API operations). </p>
3535
- */
3536
- maxResults?: number;
3537
- /**
3538
- * <p> The pagination token for the next page of data. </p>
3539
- */
3540
- nextToken?: string;
3541
- }
3542
- export declare namespace DescribeFlowExecutionRecordsRequest {
3543
- /**
3544
- * @internal
3545
- */
3546
- const filterSensitiveLog: (obj: DescribeFlowExecutionRecordsRequest) => any;
3547
- }
3548
- /**
3549
- * <p> Provides details in the event of a failed flow, including the failure count and the
3550
- * related error messages. </p>
3551
- */
3552
- export interface ErrorInfo {
3553
- /**
3554
- * <p> Specifies the failure count for the attempted flow. </p>
3555
- */
3556
- putFailuresCount?: number;
3557
- /**
3558
- * <p> Specifies the error message that appears if a flow fails. </p>
3559
- */
3560
- executionMessage?: string;
3561
- }
3562
- export declare namespace ErrorInfo {
3563
- /**
3564
- * @internal
3565
- */
3566
- const filterSensitiveLog: (obj: ErrorInfo) => any;
3567
- }
3568
- /**
3569
- * <p> Specifies the end result of the flow run. </p>
3570
- */
3571
- export interface ExecutionResult {
3572
- /**
3573
- * <p> Provides any error message information related to the flow run. </p>
3574
- */
3575
- errorInfo?: ErrorInfo;
3576
- /**
3577
- * <p> The total number of bytes processed by the flow run. </p>
3578
- */
3579
- bytesProcessed?: number;
3580
- /**
3581
- * <p> The total number of bytes written as a result of the flow run. </p>
3582
- */
3583
- bytesWritten?: number;
3584
- /**
3585
- * <p> The number of records processed in the flow run. </p>
3586
- */
3587
- recordsProcessed?: number;
3588
- }
3589
- export declare namespace ExecutionResult {
3590
- /**
3591
- * @internal
3592
- */
3593
- const filterSensitiveLog: (obj: ExecutionResult) => any;
3594
- }
3595
- /**
3596
- * <p> Specifies information about the past flow run instances for a given flow. </p>
3597
- */
3598
- export interface ExecutionRecord {
3599
- /**
3600
- * <p> Specifies the identifier of the given flow run. </p>
3601
- */
3602
- executionId?: string;
3603
- /**
3604
- * <p> Specifies the flow run status and whether it is in progress, has completed successfully,
3605
- * or has failed. </p>
3606
- */
3607
- executionStatus?: ExecutionStatus | string;
3608
- /**
3609
- * <p> Describes the result of the given flow run. </p>
3610
- */
3611
- executionResult?: ExecutionResult;
3612
- /**
3613
- * <p> Specifies the start time of the flow run. </p>
3614
- */
3615
- startedAt?: Date;
3616
- /**
3617
- * <p> Specifies the time of the most recent update. </p>
3618
- */
3619
- lastUpdatedAt?: Date;
3620
- /**
3621
- * <p> The timestamp that determines the first new or updated record to be transferred in the
3622
- * flow run. </p>
3623
- */
3624
- dataPullStartTime?: Date;
3625
- /**
3626
- * <p> The timestamp that indicates the last new or updated record to be transferred in the flow
3627
- * run. </p>
3628
- */
3629
- dataPullEndTime?: Date;
3630
- }
3631
- export declare namespace ExecutionRecord {
3632
- /**
3633
- * @internal
3634
- */
3635
- const filterSensitiveLog: (obj: ExecutionRecord) => any;
3636
- }
3637
- export interface DescribeFlowExecutionRecordsResponse {
3638
- /**
3639
- * <p> Returns a list of all instances when this flow was run. </p>
3640
- */
3641
- flowExecutions?: ExecutionRecord[];
3642
- /**
3643
- * <p> The pagination token for the next page of data. </p>
3644
- */
3645
- nextToken?: string;
3646
- }
3647
- export declare namespace DescribeFlowExecutionRecordsResponse {
3648
- /**
3649
- * @internal
3650
- */
3651
- const filterSensitiveLog: (obj: DescribeFlowExecutionRecordsResponse) => any;
3652
- }
3653
- /**
3654
- * <p> The properties of the flow, such as its source, destination, trigger type, and so on.
3655
- * </p>
3656
- */
3657
- export interface FlowDefinition {
3658
- /**
3659
- * <p> The flow's Amazon Resource Name (ARN). </p>
3660
- */
3661
- flowArn?: string;
3662
- /**
3663
- * <p> A user-entered description of the flow. </p>
3664
- */
3665
- description?: string;
3666
- /**
3667
- * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
3668
- * (-) only. </p>
3669
- */
3670
- flowName?: string;
3671
- /**
3672
- * <p> Indicates the current status of the flow. </p>
3673
- */
3674
- flowStatus?: FlowStatus | string;
3675
- /**
3676
- * <p> Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
3677
- * </p>
3678
- */
3679
- sourceConnectorType?: ConnectorType | string;
3680
- /**
3681
- * <p> Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and
3682
- * so on. </p>
3683
- */
3684
- destinationConnectorType?: ConnectorType | string;
3685
- /**
3686
- * <p> Specifies the type of flow trigger. This can be <code>OnDemand</code>,
3687
- * <code>Scheduled</code>, or <code>Event</code>. </p>
3688
- */
3689
- triggerType?: TriggerType | string;
3690
- /**
3691
- * <p> Specifies when the flow was created. </p>
3692
- */
3693
- createdAt?: Date;
3694
- /**
3695
- * <p> Specifies when the flow was last updated. </p>
3696
- */
3697
- lastUpdatedAt?: Date;
3698
- /**
3699
- * <p> The ARN of the user who created the flow. </p>
3700
- */
3701
- createdBy?: string;
3702
- /**
3703
- * <p> Specifies the account user name that most recently updated the flow. </p>
3704
- */
3705
- lastUpdatedBy?: string;
3706
- /**
3707
- * <p> The tags used to organize, track, or control access for your flow. </p>
3708
- */
3709
- tags?: {
3710
- [key: string]: string;
3711
- };
3712
- /**
3713
- * <p> Describes the details of the most recent flow run. </p>
3714
- */
3715
- lastRunExecutionDetails?: ExecutionDetails;
3716
- }
3717
- export declare namespace FlowDefinition {
3718
- /**
3719
- * @internal
3720
- */
3721
- const filterSensitiveLog: (obj: FlowDefinition) => any;
3722
- }
3723
- export interface ListConnectorEntitiesRequest {
3724
- /**
3725
- * <p> The name of the connector profile. The name is unique for each
3726
- * <code>ConnectorProfile</code> in the Amazon Web Services account, and is used to query the downstream
3727
- * connector. </p>
3728
- */
3729
- connectorProfileName?: string;
3730
- /**
3731
- * <p> The type of connector, such as Salesforce, Amplitude, and so on. </p>
3732
- */
3733
- connectorType?: ConnectorType | string;
3734
- /**
3735
- * <p> This optional parameter is specific to connector implementation. Some connectors support
3736
- * multiple levels or categories of entities. You can find out the list of roots for such
3737
- * providers by sending a request without the <code>entitiesPath</code> parameter. If the
3738
- * connector supports entities at different roots, this initial request returns the list of
3739
- * roots. Otherwise, this request returns all entities supported by the provider. </p>
3740
- */
3741
- entitiesPath?: string;
3742
- }
3743
- export declare namespace ListConnectorEntitiesRequest {
3744
- /**
3745
- * @internal
3746
- */
3747
- const filterSensitiveLog: (obj: ListConnectorEntitiesRequest) => any;
3748
- }
3749
- export interface ListConnectorEntitiesResponse {
3750
- /**
3751
- * <p> The response of <code>ListConnectorEntities</code> lists entities grouped by category.
3752
- * This map's key represents the group name, and its value contains the list of entities
3753
- * belonging to that group. </p>
3754
- */
3755
- connectorEntityMap: {
3756
- [key: string]: ConnectorEntity[];
3757
- } | undefined;
3758
- }
3759
- export declare namespace ListConnectorEntitiesResponse {
3760
- /**
3761
- * @internal
3762
- */
3763
- const filterSensitiveLog: (obj: ListConnectorEntitiesResponse) => any;
3764
- }
3765
- export interface ListFlowsRequest {
3766
- /**
3767
- * <p> Specifies the maximum number of items that should be returned in the result set. </p>
3768
- */
3769
- maxResults?: number;
3770
- /**
3771
- * <p> The pagination token for next page of data. </p>
3772
- */
3773
- nextToken?: string;
3774
- }
3775
- export declare namespace ListFlowsRequest {
3776
- /**
3777
- * @internal
3778
- */
3779
- const filterSensitiveLog: (obj: ListFlowsRequest) => any;
3780
- }
3781
- export interface ListFlowsResponse {
3782
- /**
3783
- * <p> The list of flows associated with your account. </p>
3784
- */
3785
- flows?: FlowDefinition[];
3786
- /**
3787
- * <p> The pagination token for next page of data. </p>
3788
- */
3789
- nextToken?: string;
3790
- }
3791
- export declare namespace ListFlowsResponse {
3792
- /**
3793
- * @internal
3794
- */
3795
- const filterSensitiveLog: (obj: ListFlowsResponse) => any;
3796
- }
3797
- export interface ListTagsForResourceRequest {
3798
- /**
3799
- * <p> The Amazon Resource Name (ARN) of the specified flow. </p>
3800
- */
3801
- resourceArn: string | undefined;
3802
- }
3803
- export declare namespace ListTagsForResourceRequest {
3804
- /**
3805
- * @internal
3806
- */
3807
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3808
- }
3809
- export interface ListTagsForResourceResponse {
3810
- /**
3811
- * <p> The tags used to organize, track, or control access for your flow. </p>
3812
- */
3813
- tags?: {
3814
- [key: string]: string;
3815
- };
3816
- }
3817
- export declare namespace ListTagsForResourceResponse {
3818
- /**
3819
- * @internal
3820
- */
3821
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3822
- }
3823
- export interface StartFlowRequest {
3824
- /**
3825
- * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
3826
- * (-) only. </p>
3827
- */
3828
- flowName: string | undefined;
3829
- }
3830
- export declare namespace StartFlowRequest {
3831
- /**
3832
- * @internal
3833
- */
3834
- const filterSensitiveLog: (obj: StartFlowRequest) => any;
3835
- }
3836
- export interface StartFlowResponse {
3837
- /**
3838
- * <p> The flow's Amazon Resource Name (ARN). </p>
3839
- */
3840
- flowArn?: string;
3841
- /**
3842
- * <p> Indicates the current status of the flow. </p>
3843
- */
3844
- flowStatus?: FlowStatus | string;
3845
- /**
3846
- * <p> Returns the internal execution ID of an on-demand flow when the flow is started. For
3847
- * scheduled or event-triggered flows, this value is null. </p>
3848
- */
3849
- executionId?: string;
3850
- }
3851
- export declare namespace StartFlowResponse {
3852
- /**
3853
- * @internal
3854
- */
3855
- const filterSensitiveLog: (obj: StartFlowResponse) => any;
3856
- }
3857
- export interface StopFlowRequest {
3858
- /**
3859
- * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
3860
- * (-) only. </p>
3861
- */
3862
- flowName: string | undefined;
3863
- }
3864
- export declare namespace StopFlowRequest {
3865
- /**
3866
- * @internal
3867
- */
3868
- const filterSensitiveLog: (obj: StopFlowRequest) => any;
3869
- }
3870
- export interface StopFlowResponse {
3871
- /**
3872
- * <p> The flow's Amazon Resource Name (ARN). </p>
3873
- */
3874
- flowArn?: string;
3875
- /**
3876
- * <p> Indicates the current status of the flow. </p>
3877
- */
3878
- flowStatus?: FlowStatus | string;
3879
- }
3880
- export declare namespace StopFlowResponse {
3881
- /**
3882
- * @internal
3883
- */
3884
- const filterSensitiveLog: (obj: StopFlowResponse) => any;
3885
- }
3886
- /**
3887
- * <p> The requested operation is not supported for the current flow. </p>
3888
- */
3889
- export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
3890
- name: "UnsupportedOperationException";
3891
- $fault: "client";
3892
- message?: string;
3893
- }
3894
- export declare namespace UnsupportedOperationException {
3895
- /**
3896
- * @internal
3897
- */
3898
- const filterSensitiveLog: (obj: UnsupportedOperationException) => any;
3899
- }
3900
- export interface TagResourceRequest {
3901
- /**
3902
- * <p> The Amazon Resource Name (ARN) of the flow that you want to tag. </p>
3903
- */
3904
- resourceArn: string | undefined;
3905
- /**
3906
- * <p> The tags used to organize, track, or control access for your flow. </p>
3907
- */
3908
- tags: {
3909
- [key: string]: string;
3910
- } | undefined;
3911
- }
3912
- export declare namespace TagResourceRequest {
3913
- /**
3914
- * @internal
3915
- */
3916
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3917
- }
3918
- export interface TagResourceResponse {
3919
- }
3920
- export declare namespace TagResourceResponse {
3921
- /**
3922
- * @internal
3923
- */
3924
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3925
- }
3926
- export interface UntagResourceRequest {
3927
- /**
3928
- * <p> The Amazon Resource Name (ARN) of the flow that you want to untag. </p>
3929
- */
3930
- resourceArn: string | undefined;
3931
- /**
3932
- * <p> The tag keys associated with the tag that you want to remove from your flow. </p>
3933
- */
3934
- tagKeys: string[] | undefined;
3935
- }
3936
- export declare namespace UntagResourceRequest {
3937
- /**
3938
- * @internal
3939
- */
3940
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3941
- }
3942
- export interface UntagResourceResponse {
3943
- }
3944
- export declare namespace UntagResourceResponse {
3945
- /**
3946
- * @internal
3947
- */
3948
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3949
- }
3950
- export interface UpdateConnectorProfileRequest {
3951
- /**
3952
- * <p> The name of the connector profile and is unique for each <code>ConnectorProfile</code> in
3953
- * the Amazon Web Services account. </p>
3954
- */
3955
- connectorProfileName: string | undefined;
3956
- /**
3957
- * <p> Indicates the connection mode and if it is public or private. </p>
3958
- */
3959
- connectionMode: ConnectionMode | string | undefined;
3960
- /**
3961
- * <p> Defines the connector-specific profile configuration and credentials. </p>
3962
- */
3963
- connectorProfileConfig: ConnectorProfileConfig | undefined;
3964
- }
3965
- export declare namespace UpdateConnectorProfileRequest {
3966
- /**
3967
- * @internal
3968
- */
3969
- const filterSensitiveLog: (obj: UpdateConnectorProfileRequest) => any;
3970
- }
3971
- export interface UpdateConnectorProfileResponse {
3972
- /**
3973
- * <p> The Amazon Resource Name (ARN) of the connector profile. </p>
3974
- */
3975
- connectorProfileArn?: string;
3976
- }
3977
- export declare namespace UpdateConnectorProfileResponse {
3978
- /**
3979
- * @internal
3980
- */
3981
- const filterSensitiveLog: (obj: UpdateConnectorProfileResponse) => any;
3982
- }
3983
- export interface UpdateFlowRequest {
3984
- /**
3985
- * <p> The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens
3986
- * (-) only. </p>
3987
- */
3988
- flowName: string | undefined;
3989
- /**
3990
- * <p> A description of the flow. </p>
3991
- */
3992
- description?: string;
3993
- /**
3994
- * <p> The trigger settings that determine how and when the flow runs. </p>
3995
- */
3996
- triggerConfig: TriggerConfig | undefined;
3997
- /**
3998
- * <p> Contains information about the configuration of the source connector used in the flow.
3999
- * </p>
4000
- */
4001
- sourceFlowConfig: SourceFlowConfig | undefined;
4002
- /**
4003
- * <p> The configuration that controls how Amazon AppFlow transfers data to the destination
4004
- * connector. </p>
4005
- */
4006
- destinationFlowConfigList: DestinationFlowConfig[] | undefined;
4007
- /**
4008
- * <p> A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
4009
- * </p>
4010
- */
4011
- tasks: Task[] | undefined;
4012
- }
4013
- export declare namespace UpdateFlowRequest {
4014
- /**
4015
- * @internal
4016
- */
4017
- const filterSensitiveLog: (obj: UpdateFlowRequest) => any;
4018
- }
4019
- export interface UpdateFlowResponse {
4020
- /**
4021
- * <p>Indicates the current status of the flow. </p>
4022
- */
4023
- flowStatus?: FlowStatus | string;
4024
- }
4025
- export declare namespace UpdateFlowResponse {
4026
- /**
4027
- * @internal
4028
- */
4029
- const filterSensitiveLog: (obj: UpdateFlowResponse) => any;
4030
- }