@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
@@ -0,0 +1,2397 @@
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
+ export interface AggregationConfig {
8
+
9
+ aggregationType?: AggregationType | string;
10
+ }
11
+ export declare namespace AggregationConfig {
12
+
13
+ const filterSensitiveLog: (obj: AggregationConfig) => any;
14
+ }
15
+ export declare enum AmplitudeConnectorOperator {
16
+ BETWEEN = "BETWEEN"
17
+ }
18
+
19
+ export interface AmplitudeConnectorProfileCredentials {
20
+
21
+ apiKey: string | undefined;
22
+
23
+ secretKey: string | undefined;
24
+ }
25
+ export declare namespace AmplitudeConnectorProfileCredentials {
26
+
27
+ const filterSensitiveLog: (obj: AmplitudeConnectorProfileCredentials) => any;
28
+ }
29
+
30
+ export interface AmplitudeConnectorProfileProperties {
31
+ }
32
+ export declare namespace AmplitudeConnectorProfileProperties {
33
+
34
+ const filterSensitiveLog: (obj: AmplitudeConnectorProfileProperties) => any;
35
+ }
36
+
37
+ export interface AmplitudeMetadata {
38
+ }
39
+ export declare namespace AmplitudeMetadata {
40
+
41
+ const filterSensitiveLog: (obj: AmplitudeMetadata) => any;
42
+ }
43
+
44
+ export interface AmplitudeSourceProperties {
45
+
46
+ object: string | undefined;
47
+ }
48
+ export declare namespace AmplitudeSourceProperties {
49
+
50
+ const filterSensitiveLog: (obj: AmplitudeSourceProperties) => any;
51
+ }
52
+
53
+ export interface BasicAuthCredentials {
54
+
55
+ username: string | undefined;
56
+
57
+ password: string | undefined;
58
+ }
59
+ export declare namespace BasicAuthCredentials {
60
+
61
+ const filterSensitiveLog: (obj: BasicAuthCredentials) => any;
62
+ }
63
+
64
+ export interface ConflictException extends __SmithyException, $MetadataBearer {
65
+ name: "ConflictException";
66
+ $fault: "client";
67
+ message?: string;
68
+ }
69
+ export declare namespace ConflictException {
70
+
71
+ const filterSensitiveLog: (obj: ConflictException) => any;
72
+ }
73
+ export declare enum ConnectionMode {
74
+ PRIVATE = "Private",
75
+ PUBLIC = "Public"
76
+ }
77
+
78
+ export interface ConnectorAuthenticationException extends __SmithyException, $MetadataBearer {
79
+ name: "ConnectorAuthenticationException";
80
+ $fault: "client";
81
+ message?: string;
82
+ }
83
+ export declare namespace ConnectorAuthenticationException {
84
+
85
+ const filterSensitiveLog: (obj: ConnectorAuthenticationException) => any;
86
+ }
87
+
88
+ export interface CustomerProfilesMetadata {
89
+ }
90
+ export declare namespace CustomerProfilesMetadata {
91
+
92
+ const filterSensitiveLog: (obj: CustomerProfilesMetadata) => any;
93
+ }
94
+
95
+ export interface DatadogMetadata {
96
+ }
97
+ export declare namespace DatadogMetadata {
98
+
99
+ const filterSensitiveLog: (obj: DatadogMetadata) => any;
100
+ }
101
+
102
+ export interface DynatraceMetadata {
103
+ }
104
+ export declare namespace DynatraceMetadata {
105
+
106
+ const filterSensitiveLog: (obj: DynatraceMetadata) => any;
107
+ }
108
+
109
+ export interface EventBridgeMetadata {
110
+ }
111
+ export declare namespace EventBridgeMetadata {
112
+
113
+ const filterSensitiveLog: (obj: EventBridgeMetadata) => any;
114
+ }
115
+
116
+ export interface GoogleAnalyticsMetadata {
117
+
118
+ oAuthScopes?: string[];
119
+ }
120
+ export declare namespace GoogleAnalyticsMetadata {
121
+
122
+ const filterSensitiveLog: (obj: GoogleAnalyticsMetadata) => any;
123
+ }
124
+
125
+ export interface HoneycodeMetadata {
126
+
127
+ oAuthScopes?: string[];
128
+ }
129
+ export declare namespace HoneycodeMetadata {
130
+
131
+ const filterSensitiveLog: (obj: HoneycodeMetadata) => any;
132
+ }
133
+
134
+ export interface InforNexusMetadata {
135
+ }
136
+ export declare namespace InforNexusMetadata {
137
+
138
+ const filterSensitiveLog: (obj: InforNexusMetadata) => any;
139
+ }
140
+
141
+ export interface MarketoMetadata {
142
+ }
143
+ export declare namespace MarketoMetadata {
144
+
145
+ const filterSensitiveLog: (obj: MarketoMetadata) => any;
146
+ }
147
+
148
+ export interface RedshiftMetadata {
149
+ }
150
+ export declare namespace RedshiftMetadata {
151
+
152
+ const filterSensitiveLog: (obj: RedshiftMetadata) => any;
153
+ }
154
+
155
+ export interface S3Metadata {
156
+ }
157
+ export declare namespace S3Metadata {
158
+
159
+ const filterSensitiveLog: (obj: S3Metadata) => any;
160
+ }
161
+
162
+ export interface SalesforceMetadata {
163
+
164
+ oAuthScopes?: string[];
165
+ }
166
+ export declare namespace SalesforceMetadata {
167
+
168
+ const filterSensitiveLog: (obj: SalesforceMetadata) => any;
169
+ }
170
+
171
+ export interface SAPODataMetadata {
172
+ }
173
+ export declare namespace SAPODataMetadata {
174
+
175
+ const filterSensitiveLog: (obj: SAPODataMetadata) => any;
176
+ }
177
+
178
+ export interface ServiceNowMetadata {
179
+ }
180
+ export declare namespace ServiceNowMetadata {
181
+
182
+ const filterSensitiveLog: (obj: ServiceNowMetadata) => any;
183
+ }
184
+
185
+ export interface SingularMetadata {
186
+ }
187
+ export declare namespace SingularMetadata {
188
+
189
+ const filterSensitiveLog: (obj: SingularMetadata) => any;
190
+ }
191
+
192
+ export interface SlackMetadata {
193
+
194
+ oAuthScopes?: string[];
195
+ }
196
+ export declare namespace SlackMetadata {
197
+
198
+ const filterSensitiveLog: (obj: SlackMetadata) => any;
199
+ }
200
+
201
+ export interface SnowflakeMetadata {
202
+
203
+ supportedRegions?: string[];
204
+ }
205
+ export declare namespace SnowflakeMetadata {
206
+
207
+ const filterSensitiveLog: (obj: SnowflakeMetadata) => any;
208
+ }
209
+
210
+ export interface TrendmicroMetadata {
211
+ }
212
+ export declare namespace TrendmicroMetadata {
213
+
214
+ const filterSensitiveLog: (obj: TrendmicroMetadata) => any;
215
+ }
216
+
217
+ export interface UpsolverMetadata {
218
+ }
219
+ export declare namespace UpsolverMetadata {
220
+
221
+ const filterSensitiveLog: (obj: UpsolverMetadata) => any;
222
+ }
223
+
224
+ export interface VeevaMetadata {
225
+ }
226
+ export declare namespace VeevaMetadata {
227
+
228
+ const filterSensitiveLog: (obj: VeevaMetadata) => any;
229
+ }
230
+
231
+ export interface ZendeskMetadata {
232
+
233
+ oAuthScopes?: string[];
234
+ }
235
+ export declare namespace ZendeskMetadata {
236
+
237
+ const filterSensitiveLog: (obj: ZendeskMetadata) => any;
238
+ }
239
+
240
+ export interface ConnectorMetadata {
241
+
242
+ Amplitude?: AmplitudeMetadata;
243
+
244
+ Datadog?: DatadogMetadata;
245
+
246
+ Dynatrace?: DynatraceMetadata;
247
+
248
+ GoogleAnalytics?: GoogleAnalyticsMetadata;
249
+
250
+ InforNexus?: InforNexusMetadata;
251
+
252
+ Marketo?: MarketoMetadata;
253
+
254
+ Redshift?: RedshiftMetadata;
255
+
256
+ S3?: S3Metadata;
257
+
258
+ Salesforce?: SalesforceMetadata;
259
+
260
+ ServiceNow?: ServiceNowMetadata;
261
+
262
+ Singular?: SingularMetadata;
263
+
264
+ Slack?: SlackMetadata;
265
+
266
+ Snowflake?: SnowflakeMetadata;
267
+
268
+ Trendmicro?: TrendmicroMetadata;
269
+
270
+ Veeva?: VeevaMetadata;
271
+
272
+ Zendesk?: ZendeskMetadata;
273
+
274
+ EventBridge?: EventBridgeMetadata;
275
+
276
+ Upsolver?: UpsolverMetadata;
277
+
278
+ CustomerProfiles?: CustomerProfilesMetadata;
279
+
280
+ Honeycode?: HoneycodeMetadata;
281
+
282
+ SAPOData?: SAPODataMetadata;
283
+ }
284
+ export declare namespace ConnectorMetadata {
285
+
286
+ const filterSensitiveLog: (obj: ConnectorMetadata) => any;
287
+ }
288
+ export declare enum ConnectorType {
289
+ AMPLITUDE = "Amplitude",
290
+ CUSTOMERPROFILES = "CustomerProfiles",
291
+ DATADOG = "Datadog",
292
+ DYNATRACE = "Dynatrace",
293
+ EVENTBRIDGE = "EventBridge",
294
+ GOOGLEANALYTICS = "Googleanalytics",
295
+ HONEYCODE = "Honeycode",
296
+ INFORNEXUS = "Infornexus",
297
+ LOOKOUTMETRICS = "LookoutMetrics",
298
+ MARKETO = "Marketo",
299
+ REDSHIFT = "Redshift",
300
+ S3 = "S3",
301
+ SALESFORCE = "Salesforce",
302
+ SAPODATA = "SAPOData",
303
+ SERVICENOW = "Servicenow",
304
+ SINGULAR = "Singular",
305
+ SLACK = "Slack",
306
+ SNOWFLAKE = "Snowflake",
307
+ TRENDMICRO = "Trendmicro",
308
+ UPSOLVER = "Upsolver",
309
+ VEEVA = "Veeva",
310
+ ZENDESK = "Zendesk"
311
+ }
312
+ export declare enum ScheduleFrequencyType {
313
+ BYMINUTE = "BYMINUTE",
314
+ DAILY = "DAILY",
315
+ HOURLY = "HOURLY",
316
+ MONTHLY = "MONTHLY",
317
+ ONCE = "ONCE",
318
+ WEEKLY = "WEEKLY"
319
+ }
320
+ export declare enum TriggerType {
321
+ EVENT = "Event",
322
+ ONDEMAND = "OnDemand",
323
+ SCHEDULED = "Scheduled"
324
+ }
325
+
326
+ export interface ConnectorConfiguration {
327
+
328
+ canUseAsSource?: boolean;
329
+
330
+ canUseAsDestination?: boolean;
331
+
332
+ supportedDestinationConnectors?: (ConnectorType | string)[];
333
+
334
+ supportedSchedulingFrequencies?: (ScheduleFrequencyType | string)[];
335
+
336
+ isPrivateLinkEnabled?: boolean;
337
+
338
+ isPrivateLinkEndpointUrlRequired?: boolean;
339
+
340
+ supportedTriggerTypes?: (TriggerType | string)[];
341
+
342
+ connectorMetadata?: ConnectorMetadata;
343
+ }
344
+ export declare namespace ConnectorConfiguration {
345
+
346
+ const filterSensitiveLog: (obj: ConnectorConfiguration) => any;
347
+ }
348
+
349
+ export interface ConnectorEntity {
350
+
351
+ name: string | undefined;
352
+
353
+ label?: string;
354
+
355
+ hasNestedEntities?: boolean;
356
+ }
357
+ export declare namespace ConnectorEntity {
358
+
359
+ const filterSensitiveLog: (obj: ConnectorEntity) => any;
360
+ }
361
+ export declare enum WriteOperationType {
362
+ INSERT = "INSERT",
363
+ UPDATE = "UPDATE",
364
+ UPSERT = "UPSERT"
365
+ }
366
+
367
+ export interface DestinationFieldProperties {
368
+
369
+ isCreatable?: boolean;
370
+
371
+ isNullable?: boolean;
372
+
373
+ isUpsertable?: boolean;
374
+
375
+ isUpdatable?: boolean;
376
+
377
+ supportedWriteOperations?: (WriteOperationType | string)[];
378
+ }
379
+ export declare namespace DestinationFieldProperties {
380
+
381
+ const filterSensitiveLog: (obj: DestinationFieldProperties) => any;
382
+ }
383
+
384
+ export interface SourceFieldProperties {
385
+
386
+ isRetrievable?: boolean;
387
+
388
+ isQueryable?: boolean;
389
+ }
390
+ export declare namespace SourceFieldProperties {
391
+
392
+ const filterSensitiveLog: (obj: SourceFieldProperties) => any;
393
+ }
394
+ export declare enum Operator {
395
+ ADDITION = "ADDITION",
396
+ BETWEEN = "BETWEEN",
397
+ CONTAINS = "CONTAINS",
398
+ DIVISION = "DIVISION",
399
+ EQUAL_TO = "EQUAL_TO",
400
+ GREATER_THAN = "GREATER_THAN",
401
+ GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
402
+ LESS_THAN = "LESS_THAN",
403
+ LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
404
+ MASK_ALL = "MASK_ALL",
405
+ MASK_FIRST_N = "MASK_FIRST_N",
406
+ MASK_LAST_N = "MASK_LAST_N",
407
+ MULTIPLICATION = "MULTIPLICATION",
408
+ NOT_EQUAL_TO = "NOT_EQUAL_TO",
409
+ NO_OP = "NO_OP",
410
+ PROJECTION = "PROJECTION",
411
+ SUBTRACTION = "SUBTRACTION",
412
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
413
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
414
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
415
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
416
+ }
417
+
418
+ export interface FieldTypeDetails {
419
+
420
+ fieldType: string | undefined;
421
+
422
+ filterOperators: (Operator | string)[] | undefined;
423
+
424
+ supportedValues?: string[];
425
+ }
426
+ export declare namespace FieldTypeDetails {
427
+
428
+ const filterSensitiveLog: (obj: FieldTypeDetails) => any;
429
+ }
430
+
431
+ export interface SupportedFieldTypeDetails {
432
+
433
+ v1: FieldTypeDetails | undefined;
434
+ }
435
+ export declare namespace SupportedFieldTypeDetails {
436
+
437
+ const filterSensitiveLog: (obj: SupportedFieldTypeDetails) => any;
438
+ }
439
+
440
+ export interface ConnectorEntityField {
441
+
442
+ identifier: string | undefined;
443
+
444
+ label?: string;
445
+
446
+ supportedFieldTypeDetails?: SupportedFieldTypeDetails;
447
+
448
+ description?: string;
449
+
450
+ sourceProperties?: SourceFieldProperties;
451
+
452
+ destinationProperties?: DestinationFieldProperties;
453
+ }
454
+ export declare namespace ConnectorEntityField {
455
+
456
+ const filterSensitiveLog: (obj: ConnectorEntityField) => any;
457
+ }
458
+
459
+ export interface ConnectorOAuthRequest {
460
+
461
+ authCode?: string;
462
+
463
+ redirectUri?: string;
464
+ }
465
+ export declare namespace ConnectorOAuthRequest {
466
+
467
+ const filterSensitiveLog: (obj: ConnectorOAuthRequest) => any;
468
+ }
469
+ export declare enum DatadogConnectorOperator {
470
+ ADDITION = "ADDITION",
471
+ BETWEEN = "BETWEEN",
472
+ DIVISION = "DIVISION",
473
+ EQUAL_TO = "EQUAL_TO",
474
+ MASK_ALL = "MASK_ALL",
475
+ MASK_FIRST_N = "MASK_FIRST_N",
476
+ MASK_LAST_N = "MASK_LAST_N",
477
+ MULTIPLICATION = "MULTIPLICATION",
478
+ NO_OP = "NO_OP",
479
+ PROJECTION = "PROJECTION",
480
+ SUBTRACTION = "SUBTRACTION",
481
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
482
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
483
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
484
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
485
+ }
486
+ export declare enum DynatraceConnectorOperator {
487
+ ADDITION = "ADDITION",
488
+ BETWEEN = "BETWEEN",
489
+ DIVISION = "DIVISION",
490
+ EQUAL_TO = "EQUAL_TO",
491
+ MASK_ALL = "MASK_ALL",
492
+ MASK_FIRST_N = "MASK_FIRST_N",
493
+ MASK_LAST_N = "MASK_LAST_N",
494
+ MULTIPLICATION = "MULTIPLICATION",
495
+ NO_OP = "NO_OP",
496
+ PROJECTION = "PROJECTION",
497
+ SUBTRACTION = "SUBTRACTION",
498
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
499
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
500
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
501
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
502
+ }
503
+ export declare enum GoogleAnalyticsConnectorOperator {
504
+ BETWEEN = "BETWEEN",
505
+ PROJECTION = "PROJECTION"
506
+ }
507
+ export declare enum InforNexusConnectorOperator {
508
+ ADDITION = "ADDITION",
509
+ BETWEEN = "BETWEEN",
510
+ DIVISION = "DIVISION",
511
+ EQUAL_TO = "EQUAL_TO",
512
+ MASK_ALL = "MASK_ALL",
513
+ MASK_FIRST_N = "MASK_FIRST_N",
514
+ MASK_LAST_N = "MASK_LAST_N",
515
+ MULTIPLICATION = "MULTIPLICATION",
516
+ NO_OP = "NO_OP",
517
+ PROJECTION = "PROJECTION",
518
+ SUBTRACTION = "SUBTRACTION",
519
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
520
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
521
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
522
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
523
+ }
524
+ export declare enum MarketoConnectorOperator {
525
+ ADDITION = "ADDITION",
526
+ BETWEEN = "BETWEEN",
527
+ DIVISION = "DIVISION",
528
+ GREATER_THAN = "GREATER_THAN",
529
+ LESS_THAN = "LESS_THAN",
530
+ MASK_ALL = "MASK_ALL",
531
+ MASK_FIRST_N = "MASK_FIRST_N",
532
+ MASK_LAST_N = "MASK_LAST_N",
533
+ MULTIPLICATION = "MULTIPLICATION",
534
+ NO_OP = "NO_OP",
535
+ PROJECTION = "PROJECTION",
536
+ SUBTRACTION = "SUBTRACTION",
537
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
538
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
539
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
540
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
541
+ }
542
+ export declare enum S3ConnectorOperator {
543
+ ADDITION = "ADDITION",
544
+ BETWEEN = "BETWEEN",
545
+ DIVISION = "DIVISION",
546
+ EQUAL_TO = "EQUAL_TO",
547
+ GREATER_THAN = "GREATER_THAN",
548
+ GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
549
+ LESS_THAN = "LESS_THAN",
550
+ LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
551
+ MASK_ALL = "MASK_ALL",
552
+ MASK_FIRST_N = "MASK_FIRST_N",
553
+ MASK_LAST_N = "MASK_LAST_N",
554
+ MULTIPLICATION = "MULTIPLICATION",
555
+ NOT_EQUAL_TO = "NOT_EQUAL_TO",
556
+ NO_OP = "NO_OP",
557
+ PROJECTION = "PROJECTION",
558
+ SUBTRACTION = "SUBTRACTION",
559
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
560
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
561
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
562
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
563
+ }
564
+ export declare enum SalesforceConnectorOperator {
565
+ ADDITION = "ADDITION",
566
+ BETWEEN = "BETWEEN",
567
+ CONTAINS = "CONTAINS",
568
+ DIVISION = "DIVISION",
569
+ EQUAL_TO = "EQUAL_TO",
570
+ GREATER_THAN = "GREATER_THAN",
571
+ GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
572
+ LESS_THAN = "LESS_THAN",
573
+ LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
574
+ MASK_ALL = "MASK_ALL",
575
+ MASK_FIRST_N = "MASK_FIRST_N",
576
+ MASK_LAST_N = "MASK_LAST_N",
577
+ MULTIPLICATION = "MULTIPLICATION",
578
+ NOT_EQUAL_TO = "NOT_EQUAL_TO",
579
+ NO_OP = "NO_OP",
580
+ PROJECTION = "PROJECTION",
581
+ SUBTRACTION = "SUBTRACTION",
582
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
583
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
584
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
585
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
586
+ }
587
+ export declare enum SAPODataConnectorOperator {
588
+ ADDITION = "ADDITION",
589
+ BETWEEN = "BETWEEN",
590
+ CONTAINS = "CONTAINS",
591
+ DIVISION = "DIVISION",
592
+ EQUAL_TO = "EQUAL_TO",
593
+ GREATER_THAN = "GREATER_THAN",
594
+ GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
595
+ LESS_THAN = "LESS_THAN",
596
+ LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
597
+ MASK_ALL = "MASK_ALL",
598
+ MASK_FIRST_N = "MASK_FIRST_N",
599
+ MASK_LAST_N = "MASK_LAST_N",
600
+ MULTIPLICATION = "MULTIPLICATION",
601
+ NOT_EQUAL_TO = "NOT_EQUAL_TO",
602
+ NO_OP = "NO_OP",
603
+ PROJECTION = "PROJECTION",
604
+ SUBTRACTION = "SUBTRACTION",
605
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
606
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
607
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
608
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
609
+ }
610
+ export declare enum ServiceNowConnectorOperator {
611
+ ADDITION = "ADDITION",
612
+ BETWEEN = "BETWEEN",
613
+ CONTAINS = "CONTAINS",
614
+ DIVISION = "DIVISION",
615
+ EQUAL_TO = "EQUAL_TO",
616
+ GREATER_THAN = "GREATER_THAN",
617
+ GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
618
+ LESS_THAN = "LESS_THAN",
619
+ LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
620
+ MASK_ALL = "MASK_ALL",
621
+ MASK_FIRST_N = "MASK_FIRST_N",
622
+ MASK_LAST_N = "MASK_LAST_N",
623
+ MULTIPLICATION = "MULTIPLICATION",
624
+ NOT_EQUAL_TO = "NOT_EQUAL_TO",
625
+ NO_OP = "NO_OP",
626
+ PROJECTION = "PROJECTION",
627
+ SUBTRACTION = "SUBTRACTION",
628
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
629
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
630
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
631
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
632
+ }
633
+ export declare enum SingularConnectorOperator {
634
+ ADDITION = "ADDITION",
635
+ DIVISION = "DIVISION",
636
+ EQUAL_TO = "EQUAL_TO",
637
+ MASK_ALL = "MASK_ALL",
638
+ MASK_FIRST_N = "MASK_FIRST_N",
639
+ MASK_LAST_N = "MASK_LAST_N",
640
+ MULTIPLICATION = "MULTIPLICATION",
641
+ NO_OP = "NO_OP",
642
+ PROJECTION = "PROJECTION",
643
+ SUBTRACTION = "SUBTRACTION",
644
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
645
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
646
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
647
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
648
+ }
649
+ export declare enum SlackConnectorOperator {
650
+ ADDITION = "ADDITION",
651
+ BETWEEN = "BETWEEN",
652
+ DIVISION = "DIVISION",
653
+ EQUAL_TO = "EQUAL_TO",
654
+ GREATER_THAN = "GREATER_THAN",
655
+ GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
656
+ LESS_THAN = "LESS_THAN",
657
+ LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
658
+ MASK_ALL = "MASK_ALL",
659
+ MASK_FIRST_N = "MASK_FIRST_N",
660
+ MASK_LAST_N = "MASK_LAST_N",
661
+ MULTIPLICATION = "MULTIPLICATION",
662
+ NO_OP = "NO_OP",
663
+ PROJECTION = "PROJECTION",
664
+ SUBTRACTION = "SUBTRACTION",
665
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
666
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
667
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
668
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
669
+ }
670
+ export declare enum TrendmicroConnectorOperator {
671
+ ADDITION = "ADDITION",
672
+ DIVISION = "DIVISION",
673
+ EQUAL_TO = "EQUAL_TO",
674
+ MASK_ALL = "MASK_ALL",
675
+ MASK_FIRST_N = "MASK_FIRST_N",
676
+ MASK_LAST_N = "MASK_LAST_N",
677
+ MULTIPLICATION = "MULTIPLICATION",
678
+ NO_OP = "NO_OP",
679
+ PROJECTION = "PROJECTION",
680
+ SUBTRACTION = "SUBTRACTION",
681
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
682
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
683
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
684
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
685
+ }
686
+ export declare enum VeevaConnectorOperator {
687
+ ADDITION = "ADDITION",
688
+ BETWEEN = "BETWEEN",
689
+ CONTAINS = "CONTAINS",
690
+ DIVISION = "DIVISION",
691
+ EQUAL_TO = "EQUAL_TO",
692
+ GREATER_THAN = "GREATER_THAN",
693
+ GREATER_THAN_OR_EQUAL_TO = "GREATER_THAN_OR_EQUAL_TO",
694
+ LESS_THAN = "LESS_THAN",
695
+ LESS_THAN_OR_EQUAL_TO = "LESS_THAN_OR_EQUAL_TO",
696
+ MASK_ALL = "MASK_ALL",
697
+ MASK_FIRST_N = "MASK_FIRST_N",
698
+ MASK_LAST_N = "MASK_LAST_N",
699
+ MULTIPLICATION = "MULTIPLICATION",
700
+ NOT_EQUAL_TO = "NOT_EQUAL_TO",
701
+ NO_OP = "NO_OP",
702
+ PROJECTION = "PROJECTION",
703
+ SUBTRACTION = "SUBTRACTION",
704
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
705
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
706
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
707
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
708
+ }
709
+ export declare enum ZendeskConnectorOperator {
710
+ ADDITION = "ADDITION",
711
+ DIVISION = "DIVISION",
712
+ GREATER_THAN = "GREATER_THAN",
713
+ MASK_ALL = "MASK_ALL",
714
+ MASK_FIRST_N = "MASK_FIRST_N",
715
+ MASK_LAST_N = "MASK_LAST_N",
716
+ MULTIPLICATION = "MULTIPLICATION",
717
+ NO_OP = "NO_OP",
718
+ PROJECTION = "PROJECTION",
719
+ SUBTRACTION = "SUBTRACTION",
720
+ VALIDATE_NON_NEGATIVE = "VALIDATE_NON_NEGATIVE",
721
+ VALIDATE_NON_NULL = "VALIDATE_NON_NULL",
722
+ VALIDATE_NON_ZERO = "VALIDATE_NON_ZERO",
723
+ VALIDATE_NUMERIC = "VALIDATE_NUMERIC"
724
+ }
725
+
726
+ export interface ConnectorOperator {
727
+
728
+ Amplitude?: AmplitudeConnectorOperator | string;
729
+
730
+ Datadog?: DatadogConnectorOperator | string;
731
+
732
+ Dynatrace?: DynatraceConnectorOperator | string;
733
+
734
+ GoogleAnalytics?: GoogleAnalyticsConnectorOperator | string;
735
+
736
+ InforNexus?: InforNexusConnectorOperator | string;
737
+
738
+ Marketo?: MarketoConnectorOperator | string;
739
+
740
+ S3?: S3ConnectorOperator | string;
741
+
742
+ Salesforce?: SalesforceConnectorOperator | string;
743
+
744
+ ServiceNow?: ServiceNowConnectorOperator | string;
745
+
746
+ Singular?: SingularConnectorOperator | string;
747
+
748
+ Slack?: SlackConnectorOperator | string;
749
+
750
+ Trendmicro?: TrendmicroConnectorOperator | string;
751
+
752
+ Veeva?: VeevaConnectorOperator | string;
753
+
754
+ Zendesk?: ZendeskConnectorOperator | string;
755
+
756
+ SAPOData?: SAPODataConnectorOperator | string;
757
+ }
758
+ export declare namespace ConnectorOperator {
759
+
760
+ const filterSensitiveLog: (obj: ConnectorOperator) => any;
761
+ }
762
+
763
+ export interface DatadogConnectorProfileProperties {
764
+
765
+ instanceUrl: string | undefined;
766
+ }
767
+ export declare namespace DatadogConnectorProfileProperties {
768
+
769
+ const filterSensitiveLog: (obj: DatadogConnectorProfileProperties) => any;
770
+ }
771
+
772
+ export interface DynatraceConnectorProfileProperties {
773
+
774
+ instanceUrl: string | undefined;
775
+ }
776
+ export declare namespace DynatraceConnectorProfileProperties {
777
+
778
+ const filterSensitiveLog: (obj: DynatraceConnectorProfileProperties) => any;
779
+ }
780
+
781
+ export interface GoogleAnalyticsConnectorProfileProperties {
782
+ }
783
+ export declare namespace GoogleAnalyticsConnectorProfileProperties {
784
+
785
+ const filterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileProperties) => any;
786
+ }
787
+
788
+ export interface HoneycodeConnectorProfileProperties {
789
+ }
790
+ export declare namespace HoneycodeConnectorProfileProperties {
791
+
792
+ const filterSensitiveLog: (obj: HoneycodeConnectorProfileProperties) => any;
793
+ }
794
+
795
+ export interface InforNexusConnectorProfileProperties {
796
+
797
+ instanceUrl: string | undefined;
798
+ }
799
+ export declare namespace InforNexusConnectorProfileProperties {
800
+
801
+ const filterSensitiveLog: (obj: InforNexusConnectorProfileProperties) => any;
802
+ }
803
+
804
+ export interface MarketoConnectorProfileProperties {
805
+
806
+ instanceUrl: string | undefined;
807
+ }
808
+ export declare namespace MarketoConnectorProfileProperties {
809
+
810
+ const filterSensitiveLog: (obj: MarketoConnectorProfileProperties) => any;
811
+ }
812
+
813
+ export interface RedshiftConnectorProfileProperties {
814
+
815
+ databaseUrl: string | undefined;
816
+
817
+ bucketName: string | undefined;
818
+
819
+ bucketPrefix?: string;
820
+
821
+ roleArn: string | undefined;
822
+ }
823
+ export declare namespace RedshiftConnectorProfileProperties {
824
+
825
+ const filterSensitiveLog: (obj: RedshiftConnectorProfileProperties) => any;
826
+ }
827
+
828
+ export interface SalesforceConnectorProfileProperties {
829
+
830
+ instanceUrl?: string;
831
+
832
+ isSandboxEnvironment?: boolean;
833
+ }
834
+ export declare namespace SalesforceConnectorProfileProperties {
835
+
836
+ const filterSensitiveLog: (obj: SalesforceConnectorProfileProperties) => any;
837
+ }
838
+
839
+ export interface OAuthProperties {
840
+
841
+ tokenUrl: string | undefined;
842
+
843
+ authCodeUrl: string | undefined;
844
+
845
+ oAuthScopes: string[] | undefined;
846
+ }
847
+ export declare namespace OAuthProperties {
848
+
849
+ const filterSensitiveLog: (obj: OAuthProperties) => any;
850
+ }
851
+
852
+ export interface SAPODataConnectorProfileProperties {
853
+
854
+ applicationHostUrl: string | undefined;
855
+
856
+ applicationServicePath: string | undefined;
857
+
858
+ portNumber: number | undefined;
859
+
860
+ clientNumber: string | undefined;
861
+
862
+ logonLanguage?: string;
863
+
864
+ privateLinkServiceName?: string;
865
+
866
+ oAuthProperties?: OAuthProperties;
867
+ }
868
+ export declare namespace SAPODataConnectorProfileProperties {
869
+
870
+ const filterSensitiveLog: (obj: SAPODataConnectorProfileProperties) => any;
871
+ }
872
+
873
+ export interface ServiceNowConnectorProfileProperties {
874
+
875
+ instanceUrl: string | undefined;
876
+ }
877
+ export declare namespace ServiceNowConnectorProfileProperties {
878
+
879
+ const filterSensitiveLog: (obj: ServiceNowConnectorProfileProperties) => any;
880
+ }
881
+
882
+ export interface SingularConnectorProfileProperties {
883
+ }
884
+ export declare namespace SingularConnectorProfileProperties {
885
+
886
+ const filterSensitiveLog: (obj: SingularConnectorProfileProperties) => any;
887
+ }
888
+
889
+ export interface SlackConnectorProfileProperties {
890
+
891
+ instanceUrl: string | undefined;
892
+ }
893
+ export declare namespace SlackConnectorProfileProperties {
894
+
895
+ const filterSensitiveLog: (obj: SlackConnectorProfileProperties) => any;
896
+ }
897
+
898
+ export interface SnowflakeConnectorProfileProperties {
899
+
900
+ warehouse: string | undefined;
901
+
902
+ stage: string | undefined;
903
+
904
+ bucketName: string | undefined;
905
+
906
+ bucketPrefix?: string;
907
+
908
+ privateLinkServiceName?: string;
909
+
910
+ accountName?: string;
911
+
912
+ region?: string;
913
+ }
914
+ export declare namespace SnowflakeConnectorProfileProperties {
915
+
916
+ const filterSensitiveLog: (obj: SnowflakeConnectorProfileProperties) => any;
917
+ }
918
+
919
+ export interface TrendmicroConnectorProfileProperties {
920
+ }
921
+ export declare namespace TrendmicroConnectorProfileProperties {
922
+
923
+ const filterSensitiveLog: (obj: TrendmicroConnectorProfileProperties) => any;
924
+ }
925
+
926
+ export interface VeevaConnectorProfileProperties {
927
+
928
+ instanceUrl: string | undefined;
929
+ }
930
+ export declare namespace VeevaConnectorProfileProperties {
931
+
932
+ const filterSensitiveLog: (obj: VeevaConnectorProfileProperties) => any;
933
+ }
934
+
935
+ export interface ZendeskConnectorProfileProperties {
936
+
937
+ instanceUrl: string | undefined;
938
+ }
939
+ export declare namespace ZendeskConnectorProfileProperties {
940
+
941
+ const filterSensitiveLog: (obj: ZendeskConnectorProfileProperties) => any;
942
+ }
943
+
944
+ export interface ConnectorProfileProperties {
945
+
946
+ Amplitude?: AmplitudeConnectorProfileProperties;
947
+
948
+ Datadog?: DatadogConnectorProfileProperties;
949
+
950
+ Dynatrace?: DynatraceConnectorProfileProperties;
951
+
952
+ GoogleAnalytics?: GoogleAnalyticsConnectorProfileProperties;
953
+
954
+ Honeycode?: HoneycodeConnectorProfileProperties;
955
+
956
+ InforNexus?: InforNexusConnectorProfileProperties;
957
+
958
+ Marketo?: MarketoConnectorProfileProperties;
959
+
960
+ Redshift?: RedshiftConnectorProfileProperties;
961
+
962
+ Salesforce?: SalesforceConnectorProfileProperties;
963
+
964
+ ServiceNow?: ServiceNowConnectorProfileProperties;
965
+
966
+ Singular?: SingularConnectorProfileProperties;
967
+
968
+ Slack?: SlackConnectorProfileProperties;
969
+
970
+ Snowflake?: SnowflakeConnectorProfileProperties;
971
+
972
+ Trendmicro?: TrendmicroConnectorProfileProperties;
973
+
974
+ Veeva?: VeevaConnectorProfileProperties;
975
+
976
+ Zendesk?: ZendeskConnectorProfileProperties;
977
+
978
+ SAPOData?: SAPODataConnectorProfileProperties;
979
+ }
980
+ export declare namespace ConnectorProfileProperties {
981
+
982
+ const filterSensitiveLog: (obj: ConnectorProfileProperties) => any;
983
+ }
984
+ export declare enum PrivateConnectionProvisioningFailureCause {
985
+ ACCESS_DENIED = "ACCESS_DENIED",
986
+ CONNECTOR_AUTHENTICATION = "CONNECTOR_AUTHENTICATION",
987
+ CONNECTOR_SERVER = "CONNECTOR_SERVER",
988
+ INTERNAL_SERVER = "INTERNAL_SERVER",
989
+ VALIDATION = "VALIDATION"
990
+ }
991
+ export declare enum PrivateConnectionProvisioningStatus {
992
+ CREATED = "CREATED",
993
+ FAILED = "FAILED",
994
+ PENDING = "PENDING"
995
+ }
996
+
997
+ export interface PrivateConnectionProvisioningState {
998
+
999
+ status?: PrivateConnectionProvisioningStatus | string;
1000
+
1001
+ failureMessage?: string;
1002
+
1003
+ failureCause?: PrivateConnectionProvisioningFailureCause | string;
1004
+ }
1005
+ export declare namespace PrivateConnectionProvisioningState {
1006
+
1007
+ const filterSensitiveLog: (obj: PrivateConnectionProvisioningState) => any;
1008
+ }
1009
+
1010
+ export interface ConnectorProfile {
1011
+
1012
+ connectorProfileArn?: string;
1013
+
1014
+ connectorProfileName?: string;
1015
+
1016
+ connectorType?: ConnectorType | string;
1017
+
1018
+ connectionMode?: ConnectionMode | string;
1019
+
1020
+ credentialsArn?: string;
1021
+
1022
+ connectorProfileProperties?: ConnectorProfileProperties;
1023
+
1024
+ createdAt?: Date;
1025
+
1026
+ lastUpdatedAt?: Date;
1027
+
1028
+ privateConnectionProvisioningState?: PrivateConnectionProvisioningState;
1029
+ }
1030
+ export declare namespace ConnectorProfile {
1031
+
1032
+ const filterSensitiveLog: (obj: ConnectorProfile) => any;
1033
+ }
1034
+
1035
+ export interface DatadogConnectorProfileCredentials {
1036
+
1037
+ apiKey: string | undefined;
1038
+
1039
+ applicationKey: string | undefined;
1040
+ }
1041
+ export declare namespace DatadogConnectorProfileCredentials {
1042
+
1043
+ const filterSensitiveLog: (obj: DatadogConnectorProfileCredentials) => any;
1044
+ }
1045
+
1046
+ export interface DynatraceConnectorProfileCredentials {
1047
+
1048
+ apiToken: string | undefined;
1049
+ }
1050
+ export declare namespace DynatraceConnectorProfileCredentials {
1051
+
1052
+ const filterSensitiveLog: (obj: DynatraceConnectorProfileCredentials) => any;
1053
+ }
1054
+
1055
+ export interface GoogleAnalyticsConnectorProfileCredentials {
1056
+
1057
+ clientId: string | undefined;
1058
+
1059
+ clientSecret: string | undefined;
1060
+
1061
+ accessToken?: string;
1062
+
1063
+ refreshToken?: string;
1064
+
1065
+ oAuthRequest?: ConnectorOAuthRequest;
1066
+ }
1067
+ export declare namespace GoogleAnalyticsConnectorProfileCredentials {
1068
+
1069
+ const filterSensitiveLog: (obj: GoogleAnalyticsConnectorProfileCredentials) => any;
1070
+ }
1071
+
1072
+ export interface HoneycodeConnectorProfileCredentials {
1073
+
1074
+ accessToken?: string;
1075
+
1076
+ refreshToken?: string;
1077
+
1078
+ oAuthRequest?: ConnectorOAuthRequest;
1079
+ }
1080
+ export declare namespace HoneycodeConnectorProfileCredentials {
1081
+
1082
+ const filterSensitiveLog: (obj: HoneycodeConnectorProfileCredentials) => any;
1083
+ }
1084
+
1085
+ export interface InforNexusConnectorProfileCredentials {
1086
+
1087
+ accessKeyId: string | undefined;
1088
+
1089
+ userId: string | undefined;
1090
+
1091
+ secretAccessKey: string | undefined;
1092
+
1093
+ datakey: string | undefined;
1094
+ }
1095
+ export declare namespace InforNexusConnectorProfileCredentials {
1096
+
1097
+ const filterSensitiveLog: (obj: InforNexusConnectorProfileCredentials) => any;
1098
+ }
1099
+
1100
+ export interface MarketoConnectorProfileCredentials {
1101
+
1102
+ clientId: string | undefined;
1103
+
1104
+ clientSecret: string | undefined;
1105
+
1106
+ accessToken?: string;
1107
+
1108
+ oAuthRequest?: ConnectorOAuthRequest;
1109
+ }
1110
+ export declare namespace MarketoConnectorProfileCredentials {
1111
+
1112
+ const filterSensitiveLog: (obj: MarketoConnectorProfileCredentials) => any;
1113
+ }
1114
+
1115
+ export interface RedshiftConnectorProfileCredentials {
1116
+
1117
+ username: string | undefined;
1118
+
1119
+ password: string | undefined;
1120
+ }
1121
+ export declare namespace RedshiftConnectorProfileCredentials {
1122
+
1123
+ const filterSensitiveLog: (obj: RedshiftConnectorProfileCredentials) => any;
1124
+ }
1125
+
1126
+ export interface SalesforceConnectorProfileCredentials {
1127
+
1128
+ accessToken?: string;
1129
+
1130
+ refreshToken?: string;
1131
+
1132
+ oAuthRequest?: ConnectorOAuthRequest;
1133
+
1134
+ clientCredentialsArn?: string;
1135
+ }
1136
+ export declare namespace SalesforceConnectorProfileCredentials {
1137
+
1138
+ const filterSensitiveLog: (obj: SalesforceConnectorProfileCredentials) => any;
1139
+ }
1140
+
1141
+ export interface OAuthCredentials {
1142
+
1143
+ clientId: string | undefined;
1144
+
1145
+ clientSecret: string | undefined;
1146
+
1147
+ accessToken?: string;
1148
+
1149
+ refreshToken?: string;
1150
+
1151
+ oAuthRequest?: ConnectorOAuthRequest;
1152
+ }
1153
+ export declare namespace OAuthCredentials {
1154
+
1155
+ const filterSensitiveLog: (obj: OAuthCredentials) => any;
1156
+ }
1157
+
1158
+ export interface SAPODataConnectorProfileCredentials {
1159
+
1160
+ basicAuthCredentials?: BasicAuthCredentials;
1161
+
1162
+ oAuthCredentials?: OAuthCredentials;
1163
+ }
1164
+ export declare namespace SAPODataConnectorProfileCredentials {
1165
+
1166
+ const filterSensitiveLog: (obj: SAPODataConnectorProfileCredentials) => any;
1167
+ }
1168
+
1169
+ export interface ServiceNowConnectorProfileCredentials {
1170
+
1171
+ username: string | undefined;
1172
+
1173
+ password: string | undefined;
1174
+ }
1175
+ export declare namespace ServiceNowConnectorProfileCredentials {
1176
+
1177
+ const filterSensitiveLog: (obj: ServiceNowConnectorProfileCredentials) => any;
1178
+ }
1179
+
1180
+ export interface SingularConnectorProfileCredentials {
1181
+
1182
+ apiKey: string | undefined;
1183
+ }
1184
+ export declare namespace SingularConnectorProfileCredentials {
1185
+
1186
+ const filterSensitiveLog: (obj: SingularConnectorProfileCredentials) => any;
1187
+ }
1188
+
1189
+ export interface SlackConnectorProfileCredentials {
1190
+
1191
+ clientId: string | undefined;
1192
+
1193
+ clientSecret: string | undefined;
1194
+
1195
+ accessToken?: string;
1196
+
1197
+ oAuthRequest?: ConnectorOAuthRequest;
1198
+ }
1199
+ export declare namespace SlackConnectorProfileCredentials {
1200
+
1201
+ const filterSensitiveLog: (obj: SlackConnectorProfileCredentials) => any;
1202
+ }
1203
+
1204
+ export interface SnowflakeConnectorProfileCredentials {
1205
+
1206
+ username: string | undefined;
1207
+
1208
+ password: string | undefined;
1209
+ }
1210
+ export declare namespace SnowflakeConnectorProfileCredentials {
1211
+
1212
+ const filterSensitiveLog: (obj: SnowflakeConnectorProfileCredentials) => any;
1213
+ }
1214
+
1215
+ export interface TrendmicroConnectorProfileCredentials {
1216
+
1217
+ apiSecretKey: string | undefined;
1218
+ }
1219
+ export declare namespace TrendmicroConnectorProfileCredentials {
1220
+
1221
+ const filterSensitiveLog: (obj: TrendmicroConnectorProfileCredentials) => any;
1222
+ }
1223
+
1224
+ export interface VeevaConnectorProfileCredentials {
1225
+
1226
+ username: string | undefined;
1227
+
1228
+ password: string | undefined;
1229
+ }
1230
+ export declare namespace VeevaConnectorProfileCredentials {
1231
+
1232
+ const filterSensitiveLog: (obj: VeevaConnectorProfileCredentials) => any;
1233
+ }
1234
+
1235
+ export interface ZendeskConnectorProfileCredentials {
1236
+
1237
+ clientId: string | undefined;
1238
+
1239
+ clientSecret: string | undefined;
1240
+
1241
+ accessToken?: string;
1242
+
1243
+ oAuthRequest?: ConnectorOAuthRequest;
1244
+ }
1245
+ export declare namespace ZendeskConnectorProfileCredentials {
1246
+
1247
+ const filterSensitiveLog: (obj: ZendeskConnectorProfileCredentials) => any;
1248
+ }
1249
+
1250
+ export interface ConnectorProfileCredentials {
1251
+
1252
+ Amplitude?: AmplitudeConnectorProfileCredentials;
1253
+
1254
+ Datadog?: DatadogConnectorProfileCredentials;
1255
+
1256
+ Dynatrace?: DynatraceConnectorProfileCredentials;
1257
+
1258
+ GoogleAnalytics?: GoogleAnalyticsConnectorProfileCredentials;
1259
+
1260
+ Honeycode?: HoneycodeConnectorProfileCredentials;
1261
+
1262
+ InforNexus?: InforNexusConnectorProfileCredentials;
1263
+
1264
+ Marketo?: MarketoConnectorProfileCredentials;
1265
+
1266
+ Redshift?: RedshiftConnectorProfileCredentials;
1267
+
1268
+ Salesforce?: SalesforceConnectorProfileCredentials;
1269
+
1270
+ ServiceNow?: ServiceNowConnectorProfileCredentials;
1271
+
1272
+ Singular?: SingularConnectorProfileCredentials;
1273
+
1274
+ Slack?: SlackConnectorProfileCredentials;
1275
+
1276
+ Snowflake?: SnowflakeConnectorProfileCredentials;
1277
+
1278
+ Trendmicro?: TrendmicroConnectorProfileCredentials;
1279
+
1280
+ Veeva?: VeevaConnectorProfileCredentials;
1281
+
1282
+ Zendesk?: ZendeskConnectorProfileCredentials;
1283
+
1284
+ SAPOData?: SAPODataConnectorProfileCredentials;
1285
+ }
1286
+ export declare namespace ConnectorProfileCredentials {
1287
+
1288
+ const filterSensitiveLog: (obj: ConnectorProfileCredentials) => any;
1289
+ }
1290
+
1291
+ export interface ConnectorProfileConfig {
1292
+
1293
+ connectorProfileProperties: ConnectorProfileProperties | undefined;
1294
+
1295
+ connectorProfileCredentials: ConnectorProfileCredentials | undefined;
1296
+ }
1297
+ export declare namespace ConnectorProfileConfig {
1298
+
1299
+ const filterSensitiveLog: (obj: ConnectorProfileConfig) => any;
1300
+ }
1301
+
1302
+ export interface ConnectorServerException extends __SmithyException, $MetadataBearer {
1303
+ name: "ConnectorServerException";
1304
+ $fault: "client";
1305
+ message?: string;
1306
+ }
1307
+ export declare namespace ConnectorServerException {
1308
+
1309
+ const filterSensitiveLog: (obj: ConnectorServerException) => any;
1310
+ }
1311
+ export interface CreateConnectorProfileRequest {
1312
+
1313
+ connectorProfileName: string | undefined;
1314
+
1315
+ kmsArn?: string;
1316
+
1317
+ connectorType: ConnectorType | string | undefined;
1318
+
1319
+ connectionMode: ConnectionMode | string | undefined;
1320
+
1321
+ connectorProfileConfig: ConnectorProfileConfig | undefined;
1322
+ }
1323
+ export declare namespace CreateConnectorProfileRequest {
1324
+
1325
+ const filterSensitiveLog: (obj: CreateConnectorProfileRequest) => any;
1326
+ }
1327
+ export interface CreateConnectorProfileResponse {
1328
+
1329
+ connectorProfileArn?: string;
1330
+ }
1331
+ export declare namespace CreateConnectorProfileResponse {
1332
+
1333
+ const filterSensitiveLog: (obj: CreateConnectorProfileResponse) => any;
1334
+ }
1335
+
1336
+ export interface InternalServerException extends __SmithyException, $MetadataBearer {
1337
+ name: "InternalServerException";
1338
+ $fault: "server";
1339
+ message?: string;
1340
+ }
1341
+ export declare namespace InternalServerException {
1342
+
1343
+ const filterSensitiveLog: (obj: InternalServerException) => any;
1344
+ }
1345
+
1346
+ export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
1347
+ name: "ServiceQuotaExceededException";
1348
+ $fault: "client";
1349
+ message?: string;
1350
+ }
1351
+ export declare namespace ServiceQuotaExceededException {
1352
+
1353
+ const filterSensitiveLog: (obj: ServiceQuotaExceededException) => any;
1354
+ }
1355
+
1356
+ export interface ValidationException extends __SmithyException, $MetadataBearer {
1357
+ name: "ValidationException";
1358
+ $fault: "client";
1359
+ message?: string;
1360
+ }
1361
+ export declare namespace ValidationException {
1362
+
1363
+ const filterSensitiveLog: (obj: ValidationException) => any;
1364
+ }
1365
+
1366
+ export interface CustomerProfilesDestinationProperties {
1367
+
1368
+ domainName: string | undefined;
1369
+
1370
+ objectTypeName?: string;
1371
+ }
1372
+ export declare namespace CustomerProfilesDestinationProperties {
1373
+
1374
+ const filterSensitiveLog: (obj: CustomerProfilesDestinationProperties) => any;
1375
+ }
1376
+
1377
+ export interface ErrorHandlingConfig {
1378
+
1379
+ failOnFirstDestinationError?: boolean;
1380
+
1381
+ bucketPrefix?: string;
1382
+
1383
+ bucketName?: string;
1384
+ }
1385
+ export declare namespace ErrorHandlingConfig {
1386
+
1387
+ const filterSensitiveLog: (obj: ErrorHandlingConfig) => any;
1388
+ }
1389
+
1390
+ export interface EventBridgeDestinationProperties {
1391
+
1392
+ object: string | undefined;
1393
+
1394
+ errorHandlingConfig?: ErrorHandlingConfig;
1395
+ }
1396
+ export declare namespace EventBridgeDestinationProperties {
1397
+
1398
+ const filterSensitiveLog: (obj: EventBridgeDestinationProperties) => any;
1399
+ }
1400
+
1401
+ export interface HoneycodeDestinationProperties {
1402
+
1403
+ object: string | undefined;
1404
+
1405
+ errorHandlingConfig?: ErrorHandlingConfig;
1406
+ }
1407
+ export declare namespace HoneycodeDestinationProperties {
1408
+
1409
+ const filterSensitiveLog: (obj: HoneycodeDestinationProperties) => any;
1410
+ }
1411
+
1412
+ export interface LookoutMetricsDestinationProperties {
1413
+ }
1414
+ export declare namespace LookoutMetricsDestinationProperties {
1415
+
1416
+ const filterSensitiveLog: (obj: LookoutMetricsDestinationProperties) => any;
1417
+ }
1418
+
1419
+ export interface RedshiftDestinationProperties {
1420
+
1421
+ object: string | undefined;
1422
+
1423
+ intermediateBucketName: string | undefined;
1424
+
1425
+ bucketPrefix?: string;
1426
+
1427
+ errorHandlingConfig?: ErrorHandlingConfig;
1428
+ }
1429
+ export declare namespace RedshiftDestinationProperties {
1430
+
1431
+ const filterSensitiveLog: (obj: RedshiftDestinationProperties) => any;
1432
+ }
1433
+ export declare enum FileType {
1434
+ CSV = "CSV",
1435
+ JSON = "JSON",
1436
+ PARQUET = "PARQUET"
1437
+ }
1438
+ export declare enum PrefixFormat {
1439
+ DAY = "DAY",
1440
+ HOUR = "HOUR",
1441
+ MINUTE = "MINUTE",
1442
+ MONTH = "MONTH",
1443
+ YEAR = "YEAR"
1444
+ }
1445
+ export declare enum PrefixType {
1446
+ FILENAME = "FILENAME",
1447
+ PATH = "PATH",
1448
+ PATH_AND_FILENAME = "PATH_AND_FILENAME"
1449
+ }
1450
+
1451
+ export interface PrefixConfig {
1452
+
1453
+ prefixType?: PrefixType | string;
1454
+
1455
+ prefixFormat?: PrefixFormat | string;
1456
+ }
1457
+ export declare namespace PrefixConfig {
1458
+
1459
+ const filterSensitiveLog: (obj: PrefixConfig) => any;
1460
+ }
1461
+
1462
+ export interface S3OutputFormatConfig {
1463
+
1464
+ fileType?: FileType | string;
1465
+
1466
+ prefixConfig?: PrefixConfig;
1467
+
1468
+ aggregationConfig?: AggregationConfig;
1469
+ }
1470
+ export declare namespace S3OutputFormatConfig {
1471
+
1472
+ const filterSensitiveLog: (obj: S3OutputFormatConfig) => any;
1473
+ }
1474
+
1475
+ export interface S3DestinationProperties {
1476
+
1477
+ bucketName: string | undefined;
1478
+
1479
+ bucketPrefix?: string;
1480
+
1481
+ s3OutputFormatConfig?: S3OutputFormatConfig;
1482
+ }
1483
+ export declare namespace S3DestinationProperties {
1484
+
1485
+ const filterSensitiveLog: (obj: S3DestinationProperties) => any;
1486
+ }
1487
+
1488
+ export interface SalesforceDestinationProperties {
1489
+
1490
+ object: string | undefined;
1491
+
1492
+ idFieldNames?: string[];
1493
+
1494
+ errorHandlingConfig?: ErrorHandlingConfig;
1495
+
1496
+ writeOperationType?: WriteOperationType | string;
1497
+ }
1498
+ export declare namespace SalesforceDestinationProperties {
1499
+
1500
+ const filterSensitiveLog: (obj: SalesforceDestinationProperties) => any;
1501
+ }
1502
+
1503
+ export interface SnowflakeDestinationProperties {
1504
+
1505
+ object: string | undefined;
1506
+
1507
+ intermediateBucketName: string | undefined;
1508
+
1509
+ bucketPrefix?: string;
1510
+
1511
+ errorHandlingConfig?: ErrorHandlingConfig;
1512
+ }
1513
+ export declare namespace SnowflakeDestinationProperties {
1514
+
1515
+ const filterSensitiveLog: (obj: SnowflakeDestinationProperties) => any;
1516
+ }
1517
+
1518
+ export interface UpsolverS3OutputFormatConfig {
1519
+
1520
+ fileType?: FileType | string;
1521
+
1522
+ prefixConfig: PrefixConfig | undefined;
1523
+
1524
+ aggregationConfig?: AggregationConfig;
1525
+ }
1526
+ export declare namespace UpsolverS3OutputFormatConfig {
1527
+
1528
+ const filterSensitiveLog: (obj: UpsolverS3OutputFormatConfig) => any;
1529
+ }
1530
+
1531
+ export interface UpsolverDestinationProperties {
1532
+
1533
+ bucketName: string | undefined;
1534
+
1535
+ bucketPrefix?: string;
1536
+
1537
+ s3OutputFormatConfig: UpsolverS3OutputFormatConfig | undefined;
1538
+ }
1539
+ export declare namespace UpsolverDestinationProperties {
1540
+
1541
+ const filterSensitiveLog: (obj: UpsolverDestinationProperties) => any;
1542
+ }
1543
+
1544
+ export interface ZendeskDestinationProperties {
1545
+
1546
+ object: string | undefined;
1547
+
1548
+ idFieldNames?: string[];
1549
+
1550
+ errorHandlingConfig?: ErrorHandlingConfig;
1551
+
1552
+ writeOperationType?: WriteOperationType | string;
1553
+ }
1554
+ export declare namespace ZendeskDestinationProperties {
1555
+
1556
+ const filterSensitiveLog: (obj: ZendeskDestinationProperties) => any;
1557
+ }
1558
+
1559
+ export interface DestinationConnectorProperties {
1560
+
1561
+ Redshift?: RedshiftDestinationProperties;
1562
+
1563
+ S3?: S3DestinationProperties;
1564
+
1565
+ Salesforce?: SalesforceDestinationProperties;
1566
+
1567
+ Snowflake?: SnowflakeDestinationProperties;
1568
+
1569
+ EventBridge?: EventBridgeDestinationProperties;
1570
+
1571
+ LookoutMetrics?: LookoutMetricsDestinationProperties;
1572
+
1573
+ Upsolver?: UpsolverDestinationProperties;
1574
+
1575
+ Honeycode?: HoneycodeDestinationProperties;
1576
+
1577
+ CustomerProfiles?: CustomerProfilesDestinationProperties;
1578
+
1579
+ Zendesk?: ZendeskDestinationProperties;
1580
+ }
1581
+ export declare namespace DestinationConnectorProperties {
1582
+
1583
+ const filterSensitiveLog: (obj: DestinationConnectorProperties) => any;
1584
+ }
1585
+
1586
+ export interface DestinationFlowConfig {
1587
+
1588
+ connectorType: ConnectorType | string | undefined;
1589
+
1590
+ connectorProfileName?: string;
1591
+
1592
+ destinationConnectorProperties: DestinationConnectorProperties | undefined;
1593
+ }
1594
+ export declare namespace DestinationFlowConfig {
1595
+
1596
+ const filterSensitiveLog: (obj: DestinationFlowConfig) => any;
1597
+ }
1598
+
1599
+ export interface IncrementalPullConfig {
1600
+
1601
+ datetimeTypeFieldName?: string;
1602
+ }
1603
+ export declare namespace IncrementalPullConfig {
1604
+
1605
+ const filterSensitiveLog: (obj: IncrementalPullConfig) => any;
1606
+ }
1607
+
1608
+ export interface DatadogSourceProperties {
1609
+
1610
+ object: string | undefined;
1611
+ }
1612
+ export declare namespace DatadogSourceProperties {
1613
+
1614
+ const filterSensitiveLog: (obj: DatadogSourceProperties) => any;
1615
+ }
1616
+
1617
+ export interface DynatraceSourceProperties {
1618
+
1619
+ object: string | undefined;
1620
+ }
1621
+ export declare namespace DynatraceSourceProperties {
1622
+
1623
+ const filterSensitiveLog: (obj: DynatraceSourceProperties) => any;
1624
+ }
1625
+
1626
+ export interface GoogleAnalyticsSourceProperties {
1627
+
1628
+ object: string | undefined;
1629
+ }
1630
+ export declare namespace GoogleAnalyticsSourceProperties {
1631
+
1632
+ const filterSensitiveLog: (obj: GoogleAnalyticsSourceProperties) => any;
1633
+ }
1634
+
1635
+ export interface InforNexusSourceProperties {
1636
+
1637
+ object: string | undefined;
1638
+ }
1639
+ export declare namespace InforNexusSourceProperties {
1640
+
1641
+ const filterSensitiveLog: (obj: InforNexusSourceProperties) => any;
1642
+ }
1643
+
1644
+ export interface MarketoSourceProperties {
1645
+
1646
+ object: string | undefined;
1647
+ }
1648
+ export declare namespace MarketoSourceProperties {
1649
+
1650
+ const filterSensitiveLog: (obj: MarketoSourceProperties) => any;
1651
+ }
1652
+
1653
+ export interface S3SourceProperties {
1654
+
1655
+ bucketName: string | undefined;
1656
+
1657
+ bucketPrefix?: string;
1658
+ }
1659
+ export declare namespace S3SourceProperties {
1660
+
1661
+ const filterSensitiveLog: (obj: S3SourceProperties) => any;
1662
+ }
1663
+
1664
+ export interface SalesforceSourceProperties {
1665
+
1666
+ object: string | undefined;
1667
+
1668
+ enableDynamicFieldUpdate?: boolean;
1669
+
1670
+ includeDeletedRecords?: boolean;
1671
+ }
1672
+ export declare namespace SalesforceSourceProperties {
1673
+
1674
+ const filterSensitiveLog: (obj: SalesforceSourceProperties) => any;
1675
+ }
1676
+
1677
+ export interface SAPODataSourceProperties {
1678
+
1679
+ objectPath?: string;
1680
+ }
1681
+ export declare namespace SAPODataSourceProperties {
1682
+
1683
+ const filterSensitiveLog: (obj: SAPODataSourceProperties) => any;
1684
+ }
1685
+
1686
+ export interface ServiceNowSourceProperties {
1687
+
1688
+ object: string | undefined;
1689
+ }
1690
+ export declare namespace ServiceNowSourceProperties {
1691
+
1692
+ const filterSensitiveLog: (obj: ServiceNowSourceProperties) => any;
1693
+ }
1694
+
1695
+ export interface SingularSourceProperties {
1696
+
1697
+ object: string | undefined;
1698
+ }
1699
+ export declare namespace SingularSourceProperties {
1700
+
1701
+ const filterSensitiveLog: (obj: SingularSourceProperties) => any;
1702
+ }
1703
+
1704
+ export interface SlackSourceProperties {
1705
+
1706
+ object: string | undefined;
1707
+ }
1708
+ export declare namespace SlackSourceProperties {
1709
+
1710
+ const filterSensitiveLog: (obj: SlackSourceProperties) => any;
1711
+ }
1712
+
1713
+ export interface TrendmicroSourceProperties {
1714
+
1715
+ object: string | undefined;
1716
+ }
1717
+ export declare namespace TrendmicroSourceProperties {
1718
+
1719
+ const filterSensitiveLog: (obj: TrendmicroSourceProperties) => any;
1720
+ }
1721
+
1722
+ export interface VeevaSourceProperties {
1723
+
1724
+ object: string | undefined;
1725
+
1726
+ documentType?: string;
1727
+
1728
+ includeSourceFiles?: boolean;
1729
+
1730
+ includeRenditions?: boolean;
1731
+
1732
+ includeAllVersions?: boolean;
1733
+ }
1734
+ export declare namespace VeevaSourceProperties {
1735
+
1736
+ const filterSensitiveLog: (obj: VeevaSourceProperties) => any;
1737
+ }
1738
+
1739
+ export interface ZendeskSourceProperties {
1740
+
1741
+ object: string | undefined;
1742
+ }
1743
+ export declare namespace ZendeskSourceProperties {
1744
+
1745
+ const filterSensitiveLog: (obj: ZendeskSourceProperties) => any;
1746
+ }
1747
+
1748
+ export interface SourceConnectorProperties {
1749
+
1750
+ Amplitude?: AmplitudeSourceProperties;
1751
+
1752
+ Datadog?: DatadogSourceProperties;
1753
+
1754
+ Dynatrace?: DynatraceSourceProperties;
1755
+
1756
+ GoogleAnalytics?: GoogleAnalyticsSourceProperties;
1757
+
1758
+ InforNexus?: InforNexusSourceProperties;
1759
+
1760
+ Marketo?: MarketoSourceProperties;
1761
+
1762
+ S3?: S3SourceProperties;
1763
+
1764
+ Salesforce?: SalesforceSourceProperties;
1765
+
1766
+ ServiceNow?: ServiceNowSourceProperties;
1767
+
1768
+ Singular?: SingularSourceProperties;
1769
+
1770
+ Slack?: SlackSourceProperties;
1771
+
1772
+ Trendmicro?: TrendmicroSourceProperties;
1773
+
1774
+ Veeva?: VeevaSourceProperties;
1775
+
1776
+ Zendesk?: ZendeskSourceProperties;
1777
+
1778
+ SAPOData?: SAPODataSourceProperties;
1779
+ }
1780
+ export declare namespace SourceConnectorProperties {
1781
+
1782
+ const filterSensitiveLog: (obj: SourceConnectorProperties) => any;
1783
+ }
1784
+
1785
+ export interface SourceFlowConfig {
1786
+
1787
+ connectorType: ConnectorType | string | undefined;
1788
+
1789
+ connectorProfileName?: string;
1790
+
1791
+ sourceConnectorProperties: SourceConnectorProperties | undefined;
1792
+
1793
+ incrementalPullConfig?: IncrementalPullConfig;
1794
+ }
1795
+ export declare namespace SourceFlowConfig {
1796
+
1797
+ const filterSensitiveLog: (obj: SourceFlowConfig) => any;
1798
+ }
1799
+ export declare enum OperatorPropertiesKeys {
1800
+ CONCAT_FORMAT = "CONCAT_FORMAT",
1801
+ DATA_TYPE = "DATA_TYPE",
1802
+ DESTINATION_DATA_TYPE = "DESTINATION_DATA_TYPE",
1803
+ EXCLUDE_SOURCE_FIELDS_LIST = "EXCLUDE_SOURCE_FIELDS_LIST",
1804
+ LOWER_BOUND = "LOWER_BOUND",
1805
+ MASK_LENGTH = "MASK_LENGTH",
1806
+ MASK_VALUE = "MASK_VALUE",
1807
+ MATH_OPERATION_FIELDS_ORDER = "MATH_OPERATION_FIELDS_ORDER",
1808
+ SOURCE_DATA_TYPE = "SOURCE_DATA_TYPE",
1809
+ SUBFIELD_CATEGORY_MAP = "SUBFIELD_CATEGORY_MAP",
1810
+ TRUNCATE_LENGTH = "TRUNCATE_LENGTH",
1811
+ UPPER_BOUND = "UPPER_BOUND",
1812
+ VALIDATION_ACTION = "VALIDATION_ACTION",
1813
+ VALUE = "VALUE",
1814
+ VALUES = "VALUES"
1815
+ }
1816
+ export declare enum TaskType {
1817
+ ARITHMETIC = "Arithmetic",
1818
+ FILTER = "Filter",
1819
+ MAP = "Map",
1820
+ MAP_ALL = "Map_all",
1821
+ MASK = "Mask",
1822
+ MERGE = "Merge",
1823
+ TRUNCATE = "Truncate",
1824
+ VALIDATE = "Validate"
1825
+ }
1826
+
1827
+ export interface Task {
1828
+
1829
+ sourceFields: string[] | undefined;
1830
+
1831
+ connectorOperator?: ConnectorOperator;
1832
+
1833
+ destinationField?: string;
1834
+
1835
+ taskType: TaskType | string | undefined;
1836
+
1837
+ taskProperties?: {
1838
+ [key: string]: string;
1839
+ };
1840
+ }
1841
+ export declare namespace Task {
1842
+
1843
+ const filterSensitiveLog: (obj: Task) => any;
1844
+ }
1845
+ export declare enum DataPullMode {
1846
+ COMPLETE = "Complete",
1847
+ INCREMENTAL = "Incremental"
1848
+ }
1849
+
1850
+ export interface ScheduledTriggerProperties {
1851
+
1852
+ scheduleExpression: string | undefined;
1853
+
1854
+ dataPullMode?: DataPullMode | string;
1855
+
1856
+ scheduleStartTime?: Date;
1857
+
1858
+ scheduleEndTime?: Date;
1859
+
1860
+ timezone?: string;
1861
+
1862
+ scheduleOffset?: number;
1863
+
1864
+ firstExecutionFrom?: Date;
1865
+ }
1866
+ export declare namespace ScheduledTriggerProperties {
1867
+
1868
+ const filterSensitiveLog: (obj: ScheduledTriggerProperties) => any;
1869
+ }
1870
+
1871
+ export interface TriggerProperties {
1872
+
1873
+ Scheduled?: ScheduledTriggerProperties;
1874
+ }
1875
+ export declare namespace TriggerProperties {
1876
+
1877
+ const filterSensitiveLog: (obj: TriggerProperties) => any;
1878
+ }
1879
+
1880
+ export interface TriggerConfig {
1881
+
1882
+ triggerType: TriggerType | string | undefined;
1883
+
1884
+ triggerProperties?: TriggerProperties;
1885
+ }
1886
+ export declare namespace TriggerConfig {
1887
+
1888
+ const filterSensitiveLog: (obj: TriggerConfig) => any;
1889
+ }
1890
+ export interface CreateFlowRequest {
1891
+
1892
+ flowName: string | undefined;
1893
+
1894
+ description?: string;
1895
+
1896
+ kmsArn?: string;
1897
+
1898
+ triggerConfig: TriggerConfig | undefined;
1899
+
1900
+ sourceFlowConfig: SourceFlowConfig | undefined;
1901
+
1902
+ destinationFlowConfigList: DestinationFlowConfig[] | undefined;
1903
+
1904
+ tasks: Task[] | undefined;
1905
+
1906
+ tags?: {
1907
+ [key: string]: string;
1908
+ };
1909
+ }
1910
+ export declare namespace CreateFlowRequest {
1911
+
1912
+ const filterSensitiveLog: (obj: CreateFlowRequest) => any;
1913
+ }
1914
+ export declare enum FlowStatus {
1915
+ ACTIVE = "Active",
1916
+ DELETED = "Deleted",
1917
+ DEPRECATED = "Deprecated",
1918
+ DRAFT = "Draft",
1919
+ ERRORED = "Errored",
1920
+ SUSPENDED = "Suspended"
1921
+ }
1922
+ export interface CreateFlowResponse {
1923
+
1924
+ flowArn?: string;
1925
+
1926
+ flowStatus?: FlowStatus | string;
1927
+ }
1928
+ export declare namespace CreateFlowResponse {
1929
+
1930
+ const filterSensitiveLog: (obj: CreateFlowResponse) => any;
1931
+ }
1932
+
1933
+ export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
1934
+ name: "ResourceNotFoundException";
1935
+ $fault: "client";
1936
+ message?: string;
1937
+ }
1938
+ export declare namespace ResourceNotFoundException {
1939
+
1940
+ const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
1941
+ }
1942
+ export interface DeleteConnectorProfileRequest {
1943
+
1944
+ connectorProfileName: string | undefined;
1945
+
1946
+ forceDelete?: boolean;
1947
+ }
1948
+ export declare namespace DeleteConnectorProfileRequest {
1949
+
1950
+ const filterSensitiveLog: (obj: DeleteConnectorProfileRequest) => any;
1951
+ }
1952
+ export interface DeleteConnectorProfileResponse {
1953
+ }
1954
+ export declare namespace DeleteConnectorProfileResponse {
1955
+
1956
+ const filterSensitiveLog: (obj: DeleteConnectorProfileResponse) => any;
1957
+ }
1958
+ export interface DeleteFlowRequest {
1959
+
1960
+ flowName: string | undefined;
1961
+
1962
+ forceDelete?: boolean;
1963
+ }
1964
+ export declare namespace DeleteFlowRequest {
1965
+
1966
+ const filterSensitiveLog: (obj: DeleteFlowRequest) => any;
1967
+ }
1968
+ export interface DeleteFlowResponse {
1969
+ }
1970
+ export declare namespace DeleteFlowResponse {
1971
+
1972
+ const filterSensitiveLog: (obj: DeleteFlowResponse) => any;
1973
+ }
1974
+ export interface DescribeConnectorEntityRequest {
1975
+
1976
+ connectorEntityName: string | undefined;
1977
+
1978
+ connectorType?: ConnectorType | string;
1979
+
1980
+ connectorProfileName?: string;
1981
+ }
1982
+ export declare namespace DescribeConnectorEntityRequest {
1983
+
1984
+ const filterSensitiveLog: (obj: DescribeConnectorEntityRequest) => any;
1985
+ }
1986
+ export interface DescribeConnectorEntityResponse {
1987
+
1988
+ connectorEntityFields: ConnectorEntityField[] | undefined;
1989
+ }
1990
+ export declare namespace DescribeConnectorEntityResponse {
1991
+
1992
+ const filterSensitiveLog: (obj: DescribeConnectorEntityResponse) => any;
1993
+ }
1994
+ export interface DescribeConnectorProfilesRequest {
1995
+
1996
+ connectorProfileNames?: string[];
1997
+
1998
+ connectorType?: ConnectorType | string;
1999
+
2000
+ maxResults?: number;
2001
+
2002
+ nextToken?: string;
2003
+ }
2004
+ export declare namespace DescribeConnectorProfilesRequest {
2005
+
2006
+ const filterSensitiveLog: (obj: DescribeConnectorProfilesRequest) => any;
2007
+ }
2008
+ export interface DescribeConnectorProfilesResponse {
2009
+
2010
+ connectorProfileDetails?: ConnectorProfile[];
2011
+
2012
+ nextToken?: string;
2013
+ }
2014
+ export declare namespace DescribeConnectorProfilesResponse {
2015
+
2016
+ const filterSensitiveLog: (obj: DescribeConnectorProfilesResponse) => any;
2017
+ }
2018
+ export interface DescribeConnectorsRequest {
2019
+
2020
+ connectorTypes?: (ConnectorType | string)[];
2021
+
2022
+ nextToken?: string;
2023
+ }
2024
+ export declare namespace DescribeConnectorsRequest {
2025
+
2026
+ const filterSensitiveLog: (obj: DescribeConnectorsRequest) => any;
2027
+ }
2028
+ export interface DescribeConnectorsResponse {
2029
+
2030
+ connectorConfigurations?: {
2031
+ [key: string]: ConnectorConfiguration;
2032
+ };
2033
+
2034
+ nextToken?: string;
2035
+ }
2036
+ export declare namespace DescribeConnectorsResponse {
2037
+
2038
+ const filterSensitiveLog: (obj: DescribeConnectorsResponse) => any;
2039
+ }
2040
+ export interface DescribeFlowRequest {
2041
+
2042
+ flowName: string | undefined;
2043
+ }
2044
+ export declare namespace DescribeFlowRequest {
2045
+
2046
+ const filterSensitiveLog: (obj: DescribeFlowRequest) => any;
2047
+ }
2048
+ export declare enum ExecutionStatus {
2049
+ ERROR = "Error",
2050
+ INPROGRESS = "InProgress",
2051
+ SUCCESSFUL = "Successful"
2052
+ }
2053
+
2054
+ export interface ExecutionDetails {
2055
+
2056
+ mostRecentExecutionMessage?: string;
2057
+
2058
+ mostRecentExecutionTime?: Date;
2059
+
2060
+ mostRecentExecutionStatus?: ExecutionStatus | string;
2061
+ }
2062
+ export declare namespace ExecutionDetails {
2063
+
2064
+ const filterSensitiveLog: (obj: ExecutionDetails) => any;
2065
+ }
2066
+ export interface DescribeFlowResponse {
2067
+
2068
+ flowArn?: string;
2069
+
2070
+ description?: string;
2071
+
2072
+ flowName?: string;
2073
+
2074
+ kmsArn?: string;
2075
+
2076
+ flowStatus?: FlowStatus | string;
2077
+
2078
+ flowStatusMessage?: string;
2079
+
2080
+ sourceFlowConfig?: SourceFlowConfig;
2081
+
2082
+ destinationFlowConfigList?: DestinationFlowConfig[];
2083
+
2084
+ lastRunExecutionDetails?: ExecutionDetails;
2085
+
2086
+ triggerConfig?: TriggerConfig;
2087
+
2088
+ tasks?: Task[];
2089
+
2090
+ createdAt?: Date;
2091
+
2092
+ lastUpdatedAt?: Date;
2093
+
2094
+ createdBy?: string;
2095
+
2096
+ lastUpdatedBy?: string;
2097
+
2098
+ tags?: {
2099
+ [key: string]: string;
2100
+ };
2101
+ }
2102
+ export declare namespace DescribeFlowResponse {
2103
+
2104
+ const filterSensitiveLog: (obj: DescribeFlowResponse) => any;
2105
+ }
2106
+ export interface DescribeFlowExecutionRecordsRequest {
2107
+
2108
+ flowName: string | undefined;
2109
+
2110
+ maxResults?: number;
2111
+
2112
+ nextToken?: string;
2113
+ }
2114
+ export declare namespace DescribeFlowExecutionRecordsRequest {
2115
+
2116
+ const filterSensitiveLog: (obj: DescribeFlowExecutionRecordsRequest) => any;
2117
+ }
2118
+
2119
+ export interface ErrorInfo {
2120
+
2121
+ putFailuresCount?: number;
2122
+
2123
+ executionMessage?: string;
2124
+ }
2125
+ export declare namespace ErrorInfo {
2126
+
2127
+ const filterSensitiveLog: (obj: ErrorInfo) => any;
2128
+ }
2129
+
2130
+ export interface ExecutionResult {
2131
+
2132
+ errorInfo?: ErrorInfo;
2133
+
2134
+ bytesProcessed?: number;
2135
+
2136
+ bytesWritten?: number;
2137
+
2138
+ recordsProcessed?: number;
2139
+ }
2140
+ export declare namespace ExecutionResult {
2141
+
2142
+ const filterSensitiveLog: (obj: ExecutionResult) => any;
2143
+ }
2144
+
2145
+ export interface ExecutionRecord {
2146
+
2147
+ executionId?: string;
2148
+
2149
+ executionStatus?: ExecutionStatus | string;
2150
+
2151
+ executionResult?: ExecutionResult;
2152
+
2153
+ startedAt?: Date;
2154
+
2155
+ lastUpdatedAt?: Date;
2156
+
2157
+ dataPullStartTime?: Date;
2158
+
2159
+ dataPullEndTime?: Date;
2160
+ }
2161
+ export declare namespace ExecutionRecord {
2162
+
2163
+ const filterSensitiveLog: (obj: ExecutionRecord) => any;
2164
+ }
2165
+ export interface DescribeFlowExecutionRecordsResponse {
2166
+
2167
+ flowExecutions?: ExecutionRecord[];
2168
+
2169
+ nextToken?: string;
2170
+ }
2171
+ export declare namespace DescribeFlowExecutionRecordsResponse {
2172
+
2173
+ const filterSensitiveLog: (obj: DescribeFlowExecutionRecordsResponse) => any;
2174
+ }
2175
+
2176
+ export interface FlowDefinition {
2177
+
2178
+ flowArn?: string;
2179
+
2180
+ description?: string;
2181
+
2182
+ flowName?: string;
2183
+
2184
+ flowStatus?: FlowStatus | string;
2185
+
2186
+ sourceConnectorType?: ConnectorType | string;
2187
+
2188
+ destinationConnectorType?: ConnectorType | string;
2189
+
2190
+ triggerType?: TriggerType | string;
2191
+
2192
+ createdAt?: Date;
2193
+
2194
+ lastUpdatedAt?: Date;
2195
+
2196
+ createdBy?: string;
2197
+
2198
+ lastUpdatedBy?: string;
2199
+
2200
+ tags?: {
2201
+ [key: string]: string;
2202
+ };
2203
+
2204
+ lastRunExecutionDetails?: ExecutionDetails;
2205
+ }
2206
+ export declare namespace FlowDefinition {
2207
+
2208
+ const filterSensitiveLog: (obj: FlowDefinition) => any;
2209
+ }
2210
+ export interface ListConnectorEntitiesRequest {
2211
+
2212
+ connectorProfileName?: string;
2213
+
2214
+ connectorType?: ConnectorType | string;
2215
+
2216
+ entitiesPath?: string;
2217
+ }
2218
+ export declare namespace ListConnectorEntitiesRequest {
2219
+
2220
+ const filterSensitiveLog: (obj: ListConnectorEntitiesRequest) => any;
2221
+ }
2222
+ export interface ListConnectorEntitiesResponse {
2223
+
2224
+ connectorEntityMap: {
2225
+ [key: string]: ConnectorEntity[];
2226
+ } | undefined;
2227
+ }
2228
+ export declare namespace ListConnectorEntitiesResponse {
2229
+
2230
+ const filterSensitiveLog: (obj: ListConnectorEntitiesResponse) => any;
2231
+ }
2232
+ export interface ListFlowsRequest {
2233
+
2234
+ maxResults?: number;
2235
+
2236
+ nextToken?: string;
2237
+ }
2238
+ export declare namespace ListFlowsRequest {
2239
+
2240
+ const filterSensitiveLog: (obj: ListFlowsRequest) => any;
2241
+ }
2242
+ export interface ListFlowsResponse {
2243
+
2244
+ flows?: FlowDefinition[];
2245
+
2246
+ nextToken?: string;
2247
+ }
2248
+ export declare namespace ListFlowsResponse {
2249
+
2250
+ const filterSensitiveLog: (obj: ListFlowsResponse) => any;
2251
+ }
2252
+ export interface ListTagsForResourceRequest {
2253
+
2254
+ resourceArn: string | undefined;
2255
+ }
2256
+ export declare namespace ListTagsForResourceRequest {
2257
+
2258
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2259
+ }
2260
+ export interface ListTagsForResourceResponse {
2261
+
2262
+ tags?: {
2263
+ [key: string]: string;
2264
+ };
2265
+ }
2266
+ export declare namespace ListTagsForResourceResponse {
2267
+
2268
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2269
+ }
2270
+ export interface StartFlowRequest {
2271
+
2272
+ flowName: string | undefined;
2273
+ }
2274
+ export declare namespace StartFlowRequest {
2275
+
2276
+ const filterSensitiveLog: (obj: StartFlowRequest) => any;
2277
+ }
2278
+ export interface StartFlowResponse {
2279
+
2280
+ flowArn?: string;
2281
+
2282
+ flowStatus?: FlowStatus | string;
2283
+
2284
+ executionId?: string;
2285
+ }
2286
+ export declare namespace StartFlowResponse {
2287
+
2288
+ const filterSensitiveLog: (obj: StartFlowResponse) => any;
2289
+ }
2290
+ export interface StopFlowRequest {
2291
+
2292
+ flowName: string | undefined;
2293
+ }
2294
+ export declare namespace StopFlowRequest {
2295
+
2296
+ const filterSensitiveLog: (obj: StopFlowRequest) => any;
2297
+ }
2298
+ export interface StopFlowResponse {
2299
+
2300
+ flowArn?: string;
2301
+
2302
+ flowStatus?: FlowStatus | string;
2303
+ }
2304
+ export declare namespace StopFlowResponse {
2305
+
2306
+ const filterSensitiveLog: (obj: StopFlowResponse) => any;
2307
+ }
2308
+
2309
+ export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
2310
+ name: "UnsupportedOperationException";
2311
+ $fault: "client";
2312
+ message?: string;
2313
+ }
2314
+ export declare namespace UnsupportedOperationException {
2315
+
2316
+ const filterSensitiveLog: (obj: UnsupportedOperationException) => any;
2317
+ }
2318
+ export interface TagResourceRequest {
2319
+
2320
+ resourceArn: string | undefined;
2321
+
2322
+ tags: {
2323
+ [key: string]: string;
2324
+ } | undefined;
2325
+ }
2326
+ export declare namespace TagResourceRequest {
2327
+
2328
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
2329
+ }
2330
+ export interface TagResourceResponse {
2331
+ }
2332
+ export declare namespace TagResourceResponse {
2333
+
2334
+ const filterSensitiveLog: (obj: TagResourceResponse) => any;
2335
+ }
2336
+ export interface UntagResourceRequest {
2337
+
2338
+ resourceArn: string | undefined;
2339
+
2340
+ tagKeys: string[] | undefined;
2341
+ }
2342
+ export declare namespace UntagResourceRequest {
2343
+
2344
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2345
+ }
2346
+ export interface UntagResourceResponse {
2347
+ }
2348
+ export declare namespace UntagResourceResponse {
2349
+
2350
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2351
+ }
2352
+ export interface UpdateConnectorProfileRequest {
2353
+
2354
+ connectorProfileName: string | undefined;
2355
+
2356
+ connectionMode: ConnectionMode | string | undefined;
2357
+
2358
+ connectorProfileConfig: ConnectorProfileConfig | undefined;
2359
+ }
2360
+ export declare namespace UpdateConnectorProfileRequest {
2361
+
2362
+ const filterSensitiveLog: (obj: UpdateConnectorProfileRequest) => any;
2363
+ }
2364
+ export interface UpdateConnectorProfileResponse {
2365
+
2366
+ connectorProfileArn?: string;
2367
+ }
2368
+ export declare namespace UpdateConnectorProfileResponse {
2369
+
2370
+ const filterSensitiveLog: (obj: UpdateConnectorProfileResponse) => any;
2371
+ }
2372
+ export interface UpdateFlowRequest {
2373
+
2374
+ flowName: string | undefined;
2375
+
2376
+ description?: string;
2377
+
2378
+ triggerConfig: TriggerConfig | undefined;
2379
+
2380
+ sourceFlowConfig: SourceFlowConfig | undefined;
2381
+
2382
+ destinationFlowConfigList: DestinationFlowConfig[] | undefined;
2383
+
2384
+ tasks: Task[] | undefined;
2385
+ }
2386
+ export declare namespace UpdateFlowRequest {
2387
+
2388
+ const filterSensitiveLog: (obj: UpdateFlowRequest) => any;
2389
+ }
2390
+ export interface UpdateFlowResponse {
2391
+
2392
+ flowStatus?: FlowStatus | string;
2393
+ }
2394
+ export declare namespace UpdateFlowResponse {
2395
+
2396
+ const filterSensitiveLog: (obj: UpdateFlowResponse) => any;
2397
+ }