@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
@@ -12,9 +12,6 @@ var AggregationType;
12
12
  })(AggregationType = exports.AggregationType || (exports.AggregationType = {}));
13
13
  var AggregationConfig;
14
14
  (function (AggregationConfig) {
15
- /**
16
- * @internal
17
- */
18
15
  AggregationConfig.filterSensitiveLog = (obj) => ({
19
16
  ...obj,
20
17
  });
@@ -25,9 +22,6 @@ var AmplitudeConnectorOperator;
25
22
  })(AmplitudeConnectorOperator = exports.AmplitudeConnectorOperator || (exports.AmplitudeConnectorOperator = {}));
26
23
  var AmplitudeConnectorProfileCredentials;
27
24
  (function (AmplitudeConnectorProfileCredentials) {
28
- /**
29
- * @internal
30
- */
31
25
  AmplitudeConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
32
26
  ...obj,
33
27
  ...(obj.secretKey && { secretKey: smithy_client_1.SENSITIVE_STRING }),
@@ -35,36 +29,24 @@ var AmplitudeConnectorProfileCredentials;
35
29
  })(AmplitudeConnectorProfileCredentials = exports.AmplitudeConnectorProfileCredentials || (exports.AmplitudeConnectorProfileCredentials = {}));
36
30
  var AmplitudeConnectorProfileProperties;
37
31
  (function (AmplitudeConnectorProfileProperties) {
38
- /**
39
- * @internal
40
- */
41
32
  AmplitudeConnectorProfileProperties.filterSensitiveLog = (obj) => ({
42
33
  ...obj,
43
34
  });
44
35
  })(AmplitudeConnectorProfileProperties = exports.AmplitudeConnectorProfileProperties || (exports.AmplitudeConnectorProfileProperties = {}));
45
36
  var AmplitudeMetadata;
46
37
  (function (AmplitudeMetadata) {
47
- /**
48
- * @internal
49
- */
50
38
  AmplitudeMetadata.filterSensitiveLog = (obj) => ({
51
39
  ...obj,
52
40
  });
53
41
  })(AmplitudeMetadata = exports.AmplitudeMetadata || (exports.AmplitudeMetadata = {}));
54
42
  var AmplitudeSourceProperties;
55
43
  (function (AmplitudeSourceProperties) {
56
- /**
57
- * @internal
58
- */
59
44
  AmplitudeSourceProperties.filterSensitiveLog = (obj) => ({
60
45
  ...obj,
61
46
  });
62
47
  })(AmplitudeSourceProperties = exports.AmplitudeSourceProperties || (exports.AmplitudeSourceProperties = {}));
63
48
  var BasicAuthCredentials;
64
49
  (function (BasicAuthCredentials) {
65
- /**
66
- * @internal
67
- */
68
50
  BasicAuthCredentials.filterSensitiveLog = (obj) => ({
69
51
  ...obj,
70
52
  ...(obj.password && { password: smithy_client_1.SENSITIVE_STRING }),
@@ -72,9 +54,6 @@ var BasicAuthCredentials;
72
54
  })(BasicAuthCredentials = exports.BasicAuthCredentials || (exports.BasicAuthCredentials = {}));
73
55
  var ConflictException;
74
56
  (function (ConflictException) {
75
- /**
76
- * @internal
77
- */
78
57
  ConflictException.filterSensitiveLog = (obj) => ({
79
58
  ...obj,
80
59
  });
@@ -86,198 +65,132 @@ var ConnectionMode;
86
65
  })(ConnectionMode = exports.ConnectionMode || (exports.ConnectionMode = {}));
87
66
  var ConnectorAuthenticationException;
88
67
  (function (ConnectorAuthenticationException) {
89
- /**
90
- * @internal
91
- */
92
68
  ConnectorAuthenticationException.filterSensitiveLog = (obj) => ({
93
69
  ...obj,
94
70
  });
95
71
  })(ConnectorAuthenticationException = exports.ConnectorAuthenticationException || (exports.ConnectorAuthenticationException = {}));
96
72
  var CustomerProfilesMetadata;
97
73
  (function (CustomerProfilesMetadata) {
98
- /**
99
- * @internal
100
- */
101
74
  CustomerProfilesMetadata.filterSensitiveLog = (obj) => ({
102
75
  ...obj,
103
76
  });
104
77
  })(CustomerProfilesMetadata = exports.CustomerProfilesMetadata || (exports.CustomerProfilesMetadata = {}));
105
78
  var DatadogMetadata;
106
79
  (function (DatadogMetadata) {
107
- /**
108
- * @internal
109
- */
110
80
  DatadogMetadata.filterSensitiveLog = (obj) => ({
111
81
  ...obj,
112
82
  });
113
83
  })(DatadogMetadata = exports.DatadogMetadata || (exports.DatadogMetadata = {}));
114
84
  var DynatraceMetadata;
115
85
  (function (DynatraceMetadata) {
116
- /**
117
- * @internal
118
- */
119
86
  DynatraceMetadata.filterSensitiveLog = (obj) => ({
120
87
  ...obj,
121
88
  });
122
89
  })(DynatraceMetadata = exports.DynatraceMetadata || (exports.DynatraceMetadata = {}));
123
90
  var EventBridgeMetadata;
124
91
  (function (EventBridgeMetadata) {
125
- /**
126
- * @internal
127
- */
128
92
  EventBridgeMetadata.filterSensitiveLog = (obj) => ({
129
93
  ...obj,
130
94
  });
131
95
  })(EventBridgeMetadata = exports.EventBridgeMetadata || (exports.EventBridgeMetadata = {}));
132
96
  var GoogleAnalyticsMetadata;
133
97
  (function (GoogleAnalyticsMetadata) {
134
- /**
135
- * @internal
136
- */
137
98
  GoogleAnalyticsMetadata.filterSensitiveLog = (obj) => ({
138
99
  ...obj,
139
100
  });
140
101
  })(GoogleAnalyticsMetadata = exports.GoogleAnalyticsMetadata || (exports.GoogleAnalyticsMetadata = {}));
141
102
  var HoneycodeMetadata;
142
103
  (function (HoneycodeMetadata) {
143
- /**
144
- * @internal
145
- */
146
104
  HoneycodeMetadata.filterSensitiveLog = (obj) => ({
147
105
  ...obj,
148
106
  });
149
107
  })(HoneycodeMetadata = exports.HoneycodeMetadata || (exports.HoneycodeMetadata = {}));
150
108
  var InforNexusMetadata;
151
109
  (function (InforNexusMetadata) {
152
- /**
153
- * @internal
154
- */
155
110
  InforNexusMetadata.filterSensitiveLog = (obj) => ({
156
111
  ...obj,
157
112
  });
158
113
  })(InforNexusMetadata = exports.InforNexusMetadata || (exports.InforNexusMetadata = {}));
159
114
  var MarketoMetadata;
160
115
  (function (MarketoMetadata) {
161
- /**
162
- * @internal
163
- */
164
116
  MarketoMetadata.filterSensitiveLog = (obj) => ({
165
117
  ...obj,
166
118
  });
167
119
  })(MarketoMetadata = exports.MarketoMetadata || (exports.MarketoMetadata = {}));
168
120
  var RedshiftMetadata;
169
121
  (function (RedshiftMetadata) {
170
- /**
171
- * @internal
172
- */
173
122
  RedshiftMetadata.filterSensitiveLog = (obj) => ({
174
123
  ...obj,
175
124
  });
176
125
  })(RedshiftMetadata = exports.RedshiftMetadata || (exports.RedshiftMetadata = {}));
177
126
  var S3Metadata;
178
127
  (function (S3Metadata) {
179
- /**
180
- * @internal
181
- */
182
128
  S3Metadata.filterSensitiveLog = (obj) => ({
183
129
  ...obj,
184
130
  });
185
131
  })(S3Metadata = exports.S3Metadata || (exports.S3Metadata = {}));
186
132
  var SalesforceMetadata;
187
133
  (function (SalesforceMetadata) {
188
- /**
189
- * @internal
190
- */
191
134
  SalesforceMetadata.filterSensitiveLog = (obj) => ({
192
135
  ...obj,
193
136
  });
194
137
  })(SalesforceMetadata = exports.SalesforceMetadata || (exports.SalesforceMetadata = {}));
195
138
  var SAPODataMetadata;
196
139
  (function (SAPODataMetadata) {
197
- /**
198
- * @internal
199
- */
200
140
  SAPODataMetadata.filterSensitiveLog = (obj) => ({
201
141
  ...obj,
202
142
  });
203
143
  })(SAPODataMetadata = exports.SAPODataMetadata || (exports.SAPODataMetadata = {}));
204
144
  var ServiceNowMetadata;
205
145
  (function (ServiceNowMetadata) {
206
- /**
207
- * @internal
208
- */
209
146
  ServiceNowMetadata.filterSensitiveLog = (obj) => ({
210
147
  ...obj,
211
148
  });
212
149
  })(ServiceNowMetadata = exports.ServiceNowMetadata || (exports.ServiceNowMetadata = {}));
213
150
  var SingularMetadata;
214
151
  (function (SingularMetadata) {
215
- /**
216
- * @internal
217
- */
218
152
  SingularMetadata.filterSensitiveLog = (obj) => ({
219
153
  ...obj,
220
154
  });
221
155
  })(SingularMetadata = exports.SingularMetadata || (exports.SingularMetadata = {}));
222
156
  var SlackMetadata;
223
157
  (function (SlackMetadata) {
224
- /**
225
- * @internal
226
- */
227
158
  SlackMetadata.filterSensitiveLog = (obj) => ({
228
159
  ...obj,
229
160
  });
230
161
  })(SlackMetadata = exports.SlackMetadata || (exports.SlackMetadata = {}));
231
162
  var SnowflakeMetadata;
232
163
  (function (SnowflakeMetadata) {
233
- /**
234
- * @internal
235
- */
236
164
  SnowflakeMetadata.filterSensitiveLog = (obj) => ({
237
165
  ...obj,
238
166
  });
239
167
  })(SnowflakeMetadata = exports.SnowflakeMetadata || (exports.SnowflakeMetadata = {}));
240
168
  var TrendmicroMetadata;
241
169
  (function (TrendmicroMetadata) {
242
- /**
243
- * @internal
244
- */
245
170
  TrendmicroMetadata.filterSensitiveLog = (obj) => ({
246
171
  ...obj,
247
172
  });
248
173
  })(TrendmicroMetadata = exports.TrendmicroMetadata || (exports.TrendmicroMetadata = {}));
249
174
  var UpsolverMetadata;
250
175
  (function (UpsolverMetadata) {
251
- /**
252
- * @internal
253
- */
254
176
  UpsolverMetadata.filterSensitiveLog = (obj) => ({
255
177
  ...obj,
256
178
  });
257
179
  })(UpsolverMetadata = exports.UpsolverMetadata || (exports.UpsolverMetadata = {}));
258
180
  var VeevaMetadata;
259
181
  (function (VeevaMetadata) {
260
- /**
261
- * @internal
262
- */
263
182
  VeevaMetadata.filterSensitiveLog = (obj) => ({
264
183
  ...obj,
265
184
  });
266
185
  })(VeevaMetadata = exports.VeevaMetadata || (exports.VeevaMetadata = {}));
267
186
  var ZendeskMetadata;
268
187
  (function (ZendeskMetadata) {
269
- /**
270
- * @internal
271
- */
272
188
  ZendeskMetadata.filterSensitiveLog = (obj) => ({
273
189
  ...obj,
274
190
  });
275
191
  })(ZendeskMetadata = exports.ZendeskMetadata || (exports.ZendeskMetadata = {}));
276
192
  var ConnectorMetadata;
277
193
  (function (ConnectorMetadata) {
278
- /**
279
- * @internal
280
- */
281
194
  ConnectorMetadata.filterSensitiveLog = (obj) => ({
282
195
  ...obj,
283
196
  });
@@ -324,18 +237,12 @@ var TriggerType;
324
237
  })(TriggerType = exports.TriggerType || (exports.TriggerType = {}));
325
238
  var ConnectorConfiguration;
326
239
  (function (ConnectorConfiguration) {
327
- /**
328
- * @internal
329
- */
330
240
  ConnectorConfiguration.filterSensitiveLog = (obj) => ({
331
241
  ...obj,
332
242
  });
333
243
  })(ConnectorConfiguration = exports.ConnectorConfiguration || (exports.ConnectorConfiguration = {}));
334
244
  var ConnectorEntity;
335
245
  (function (ConnectorEntity) {
336
- /**
337
- * @internal
338
- */
339
246
  ConnectorEntity.filterSensitiveLog = (obj) => ({
340
247
  ...obj,
341
248
  });
@@ -348,18 +255,12 @@ var WriteOperationType;
348
255
  })(WriteOperationType = exports.WriteOperationType || (exports.WriteOperationType = {}));
349
256
  var DestinationFieldProperties;
350
257
  (function (DestinationFieldProperties) {
351
- /**
352
- * @internal
353
- */
354
258
  DestinationFieldProperties.filterSensitiveLog = (obj) => ({
355
259
  ...obj,
356
260
  });
357
261
  })(DestinationFieldProperties = exports.DestinationFieldProperties || (exports.DestinationFieldProperties = {}));
358
262
  var SourceFieldProperties;
359
263
  (function (SourceFieldProperties) {
360
- /**
361
- * @internal
362
- */
363
264
  SourceFieldProperties.filterSensitiveLog = (obj) => ({
364
265
  ...obj,
365
266
  });
@@ -390,36 +291,24 @@ var Operator;
390
291
  })(Operator = exports.Operator || (exports.Operator = {}));
391
292
  var FieldTypeDetails;
392
293
  (function (FieldTypeDetails) {
393
- /**
394
- * @internal
395
- */
396
294
  FieldTypeDetails.filterSensitiveLog = (obj) => ({
397
295
  ...obj,
398
296
  });
399
297
  })(FieldTypeDetails = exports.FieldTypeDetails || (exports.FieldTypeDetails = {}));
400
298
  var SupportedFieldTypeDetails;
401
299
  (function (SupportedFieldTypeDetails) {
402
- /**
403
- * @internal
404
- */
405
300
  SupportedFieldTypeDetails.filterSensitiveLog = (obj) => ({
406
301
  ...obj,
407
302
  });
408
303
  })(SupportedFieldTypeDetails = exports.SupportedFieldTypeDetails || (exports.SupportedFieldTypeDetails = {}));
409
304
  var ConnectorEntityField;
410
305
  (function (ConnectorEntityField) {
411
- /**
412
- * @internal
413
- */
414
306
  ConnectorEntityField.filterSensitiveLog = (obj) => ({
415
307
  ...obj,
416
308
  });
417
309
  })(ConnectorEntityField = exports.ConnectorEntityField || (exports.ConnectorEntityField = {}));
418
310
  var ConnectorOAuthRequest;
419
311
  (function (ConnectorOAuthRequest) {
420
- /**
421
- * @internal
422
- */
423
312
  ConnectorOAuthRequest.filterSensitiveLog = (obj) => ({
424
313
  ...obj,
425
314
  });
@@ -696,171 +585,114 @@ var ZendeskConnectorOperator;
696
585
  })(ZendeskConnectorOperator = exports.ZendeskConnectorOperator || (exports.ZendeskConnectorOperator = {}));
697
586
  var ConnectorOperator;
698
587
  (function (ConnectorOperator) {
699
- /**
700
- * @internal
701
- */
702
588
  ConnectorOperator.filterSensitiveLog = (obj) => ({
703
589
  ...obj,
704
590
  });
705
591
  })(ConnectorOperator = exports.ConnectorOperator || (exports.ConnectorOperator = {}));
706
592
  var DatadogConnectorProfileProperties;
707
593
  (function (DatadogConnectorProfileProperties) {
708
- /**
709
- * @internal
710
- */
711
594
  DatadogConnectorProfileProperties.filterSensitiveLog = (obj) => ({
712
595
  ...obj,
713
596
  });
714
597
  })(DatadogConnectorProfileProperties = exports.DatadogConnectorProfileProperties || (exports.DatadogConnectorProfileProperties = {}));
715
598
  var DynatraceConnectorProfileProperties;
716
599
  (function (DynatraceConnectorProfileProperties) {
717
- /**
718
- * @internal
719
- */
720
600
  DynatraceConnectorProfileProperties.filterSensitiveLog = (obj) => ({
721
601
  ...obj,
722
602
  });
723
603
  })(DynatraceConnectorProfileProperties = exports.DynatraceConnectorProfileProperties || (exports.DynatraceConnectorProfileProperties = {}));
724
604
  var GoogleAnalyticsConnectorProfileProperties;
725
605
  (function (GoogleAnalyticsConnectorProfileProperties) {
726
- /**
727
- * @internal
728
- */
729
606
  GoogleAnalyticsConnectorProfileProperties.filterSensitiveLog = (obj) => ({
730
607
  ...obj,
731
608
  });
732
609
  })(GoogleAnalyticsConnectorProfileProperties = exports.GoogleAnalyticsConnectorProfileProperties || (exports.GoogleAnalyticsConnectorProfileProperties = {}));
733
610
  var HoneycodeConnectorProfileProperties;
734
611
  (function (HoneycodeConnectorProfileProperties) {
735
- /**
736
- * @internal
737
- */
738
612
  HoneycodeConnectorProfileProperties.filterSensitiveLog = (obj) => ({
739
613
  ...obj,
740
614
  });
741
615
  })(HoneycodeConnectorProfileProperties = exports.HoneycodeConnectorProfileProperties || (exports.HoneycodeConnectorProfileProperties = {}));
742
616
  var InforNexusConnectorProfileProperties;
743
617
  (function (InforNexusConnectorProfileProperties) {
744
- /**
745
- * @internal
746
- */
747
618
  InforNexusConnectorProfileProperties.filterSensitiveLog = (obj) => ({
748
619
  ...obj,
749
620
  });
750
621
  })(InforNexusConnectorProfileProperties = exports.InforNexusConnectorProfileProperties || (exports.InforNexusConnectorProfileProperties = {}));
751
622
  var MarketoConnectorProfileProperties;
752
623
  (function (MarketoConnectorProfileProperties) {
753
- /**
754
- * @internal
755
- */
756
624
  MarketoConnectorProfileProperties.filterSensitiveLog = (obj) => ({
757
625
  ...obj,
758
626
  });
759
627
  })(MarketoConnectorProfileProperties = exports.MarketoConnectorProfileProperties || (exports.MarketoConnectorProfileProperties = {}));
760
628
  var RedshiftConnectorProfileProperties;
761
629
  (function (RedshiftConnectorProfileProperties) {
762
- /**
763
- * @internal
764
- */
765
630
  RedshiftConnectorProfileProperties.filterSensitiveLog = (obj) => ({
766
631
  ...obj,
767
632
  });
768
633
  })(RedshiftConnectorProfileProperties = exports.RedshiftConnectorProfileProperties || (exports.RedshiftConnectorProfileProperties = {}));
769
634
  var SalesforceConnectorProfileProperties;
770
635
  (function (SalesforceConnectorProfileProperties) {
771
- /**
772
- * @internal
773
- */
774
636
  SalesforceConnectorProfileProperties.filterSensitiveLog = (obj) => ({
775
637
  ...obj,
776
638
  });
777
639
  })(SalesforceConnectorProfileProperties = exports.SalesforceConnectorProfileProperties || (exports.SalesforceConnectorProfileProperties = {}));
778
640
  var OAuthProperties;
779
641
  (function (OAuthProperties) {
780
- /**
781
- * @internal
782
- */
783
642
  OAuthProperties.filterSensitiveLog = (obj) => ({
784
643
  ...obj,
785
644
  });
786
645
  })(OAuthProperties = exports.OAuthProperties || (exports.OAuthProperties = {}));
787
646
  var SAPODataConnectorProfileProperties;
788
647
  (function (SAPODataConnectorProfileProperties) {
789
- /**
790
- * @internal
791
- */
792
648
  SAPODataConnectorProfileProperties.filterSensitiveLog = (obj) => ({
793
649
  ...obj,
794
650
  });
795
651
  })(SAPODataConnectorProfileProperties = exports.SAPODataConnectorProfileProperties || (exports.SAPODataConnectorProfileProperties = {}));
796
652
  var ServiceNowConnectorProfileProperties;
797
653
  (function (ServiceNowConnectorProfileProperties) {
798
- /**
799
- * @internal
800
- */
801
654
  ServiceNowConnectorProfileProperties.filterSensitiveLog = (obj) => ({
802
655
  ...obj,
803
656
  });
804
657
  })(ServiceNowConnectorProfileProperties = exports.ServiceNowConnectorProfileProperties || (exports.ServiceNowConnectorProfileProperties = {}));
805
658
  var SingularConnectorProfileProperties;
806
659
  (function (SingularConnectorProfileProperties) {
807
- /**
808
- * @internal
809
- */
810
660
  SingularConnectorProfileProperties.filterSensitiveLog = (obj) => ({
811
661
  ...obj,
812
662
  });
813
663
  })(SingularConnectorProfileProperties = exports.SingularConnectorProfileProperties || (exports.SingularConnectorProfileProperties = {}));
814
664
  var SlackConnectorProfileProperties;
815
665
  (function (SlackConnectorProfileProperties) {
816
- /**
817
- * @internal
818
- */
819
666
  SlackConnectorProfileProperties.filterSensitiveLog = (obj) => ({
820
667
  ...obj,
821
668
  });
822
669
  })(SlackConnectorProfileProperties = exports.SlackConnectorProfileProperties || (exports.SlackConnectorProfileProperties = {}));
823
670
  var SnowflakeConnectorProfileProperties;
824
671
  (function (SnowflakeConnectorProfileProperties) {
825
- /**
826
- * @internal
827
- */
828
672
  SnowflakeConnectorProfileProperties.filterSensitiveLog = (obj) => ({
829
673
  ...obj,
830
674
  });
831
675
  })(SnowflakeConnectorProfileProperties = exports.SnowflakeConnectorProfileProperties || (exports.SnowflakeConnectorProfileProperties = {}));
832
676
  var TrendmicroConnectorProfileProperties;
833
677
  (function (TrendmicroConnectorProfileProperties) {
834
- /**
835
- * @internal
836
- */
837
678
  TrendmicroConnectorProfileProperties.filterSensitiveLog = (obj) => ({
838
679
  ...obj,
839
680
  });
840
681
  })(TrendmicroConnectorProfileProperties = exports.TrendmicroConnectorProfileProperties || (exports.TrendmicroConnectorProfileProperties = {}));
841
682
  var VeevaConnectorProfileProperties;
842
683
  (function (VeevaConnectorProfileProperties) {
843
- /**
844
- * @internal
845
- */
846
684
  VeevaConnectorProfileProperties.filterSensitiveLog = (obj) => ({
847
685
  ...obj,
848
686
  });
849
687
  })(VeevaConnectorProfileProperties = exports.VeevaConnectorProfileProperties || (exports.VeevaConnectorProfileProperties = {}));
850
688
  var ZendeskConnectorProfileProperties;
851
689
  (function (ZendeskConnectorProfileProperties) {
852
- /**
853
- * @internal
854
- */
855
690
  ZendeskConnectorProfileProperties.filterSensitiveLog = (obj) => ({
856
691
  ...obj,
857
692
  });
858
693
  })(ZendeskConnectorProfileProperties = exports.ZendeskConnectorProfileProperties || (exports.ZendeskConnectorProfileProperties = {}));
859
694
  var ConnectorProfileProperties;
860
695
  (function (ConnectorProfileProperties) {
861
- /**
862
- * @internal
863
- */
864
696
  ConnectorProfileProperties.filterSensitiveLog = (obj) => ({
865
697
  ...obj,
866
698
  });
@@ -881,45 +713,30 @@ var PrivateConnectionProvisioningStatus;
881
713
  })(PrivateConnectionProvisioningStatus = exports.PrivateConnectionProvisioningStatus || (exports.PrivateConnectionProvisioningStatus = {}));
882
714
  var PrivateConnectionProvisioningState;
883
715
  (function (PrivateConnectionProvisioningState) {
884
- /**
885
- * @internal
886
- */
887
716
  PrivateConnectionProvisioningState.filterSensitiveLog = (obj) => ({
888
717
  ...obj,
889
718
  });
890
719
  })(PrivateConnectionProvisioningState = exports.PrivateConnectionProvisioningState || (exports.PrivateConnectionProvisioningState = {}));
891
720
  var ConnectorProfile;
892
721
  (function (ConnectorProfile) {
893
- /**
894
- * @internal
895
- */
896
722
  ConnectorProfile.filterSensitiveLog = (obj) => ({
897
723
  ...obj,
898
724
  });
899
725
  })(ConnectorProfile = exports.ConnectorProfile || (exports.ConnectorProfile = {}));
900
726
  var DatadogConnectorProfileCredentials;
901
727
  (function (DatadogConnectorProfileCredentials) {
902
- /**
903
- * @internal
904
- */
905
728
  DatadogConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
906
729
  ...obj,
907
730
  });
908
731
  })(DatadogConnectorProfileCredentials = exports.DatadogConnectorProfileCredentials || (exports.DatadogConnectorProfileCredentials = {}));
909
732
  var DynatraceConnectorProfileCredentials;
910
733
  (function (DynatraceConnectorProfileCredentials) {
911
- /**
912
- * @internal
913
- */
914
734
  DynatraceConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
915
735
  ...obj,
916
736
  });
917
737
  })(DynatraceConnectorProfileCredentials = exports.DynatraceConnectorProfileCredentials || (exports.DynatraceConnectorProfileCredentials = {}));
918
738
  var GoogleAnalyticsConnectorProfileCredentials;
919
739
  (function (GoogleAnalyticsConnectorProfileCredentials) {
920
- /**
921
- * @internal
922
- */
923
740
  GoogleAnalyticsConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
924
741
  ...obj,
925
742
  ...(obj.clientSecret && { clientSecret: smithy_client_1.SENSITIVE_STRING }),
@@ -928,9 +745,6 @@ var GoogleAnalyticsConnectorProfileCredentials;
928
745
  })(GoogleAnalyticsConnectorProfileCredentials = exports.GoogleAnalyticsConnectorProfileCredentials || (exports.GoogleAnalyticsConnectorProfileCredentials = {}));
929
746
  var HoneycodeConnectorProfileCredentials;
930
747
  (function (HoneycodeConnectorProfileCredentials) {
931
- /**
932
- * @internal
933
- */
934
748
  HoneycodeConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
935
749
  ...obj,
936
750
  ...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
@@ -938,9 +752,6 @@ var HoneycodeConnectorProfileCredentials;
938
752
  })(HoneycodeConnectorProfileCredentials = exports.HoneycodeConnectorProfileCredentials || (exports.HoneycodeConnectorProfileCredentials = {}));
939
753
  var InforNexusConnectorProfileCredentials;
940
754
  (function (InforNexusConnectorProfileCredentials) {
941
- /**
942
- * @internal
943
- */
944
755
  InforNexusConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
945
756
  ...obj,
946
757
  ...(obj.accessKeyId && { accessKeyId: smithy_client_1.SENSITIVE_STRING }),
@@ -948,9 +759,6 @@ var InforNexusConnectorProfileCredentials;
948
759
  })(InforNexusConnectorProfileCredentials = exports.InforNexusConnectorProfileCredentials || (exports.InforNexusConnectorProfileCredentials = {}));
949
760
  var MarketoConnectorProfileCredentials;
950
761
  (function (MarketoConnectorProfileCredentials) {
951
- /**
952
- * @internal
953
- */
954
762
  MarketoConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
955
763
  ...obj,
956
764
  ...(obj.clientSecret && { clientSecret: smithy_client_1.SENSITIVE_STRING }),
@@ -959,9 +767,6 @@ var MarketoConnectorProfileCredentials;
959
767
  })(MarketoConnectorProfileCredentials = exports.MarketoConnectorProfileCredentials || (exports.MarketoConnectorProfileCredentials = {}));
960
768
  var RedshiftConnectorProfileCredentials;
961
769
  (function (RedshiftConnectorProfileCredentials) {
962
- /**
963
- * @internal
964
- */
965
770
  RedshiftConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
966
771
  ...obj,
967
772
  ...(obj.password && { password: smithy_client_1.SENSITIVE_STRING }),
@@ -969,9 +774,6 @@ var RedshiftConnectorProfileCredentials;
969
774
  })(RedshiftConnectorProfileCredentials = exports.RedshiftConnectorProfileCredentials || (exports.RedshiftConnectorProfileCredentials = {}));
970
775
  var SalesforceConnectorProfileCredentials;
971
776
  (function (SalesforceConnectorProfileCredentials) {
972
- /**
973
- * @internal
974
- */
975
777
  SalesforceConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
976
778
  ...obj,
977
779
  ...(obj.accessToken && { accessToken: smithy_client_1.SENSITIVE_STRING }),
@@ -980,9 +782,6 @@ var SalesforceConnectorProfileCredentials;
980
782
  })(SalesforceConnectorProfileCredentials = exports.SalesforceConnectorProfileCredentials || (exports.SalesforceConnectorProfileCredentials = {}));
981
783
  var OAuthCredentials;
982
784
  (function (OAuthCredentials) {
983
- /**
984
- * @internal
985
- */
986
785
  OAuthCredentials.filterSensitiveLog = (obj) => ({
987
786
  ...obj,
988
787
  ...(obj.clientSecret && { clientSecret: smithy_client_1.SENSITIVE_STRING }),
@@ -991,9 +790,6 @@ var OAuthCredentials;
991
790
  })(OAuthCredentials = exports.OAuthCredentials || (exports.OAuthCredentials = {}));
992
791
  var SAPODataConnectorProfileCredentials;
993
792
  (function (SAPODataConnectorProfileCredentials) {
994
- /**
995
- * @internal
996
- */
997
793
  SAPODataConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
998
794
  ...obj,
999
795
  ...(obj.basicAuthCredentials && {
@@ -1004,9 +800,6 @@ var SAPODataConnectorProfileCredentials;
1004
800
  })(SAPODataConnectorProfileCredentials = exports.SAPODataConnectorProfileCredentials || (exports.SAPODataConnectorProfileCredentials = {}));
1005
801
  var ServiceNowConnectorProfileCredentials;
1006
802
  (function (ServiceNowConnectorProfileCredentials) {
1007
- /**
1008
- * @internal
1009
- */
1010
803
  ServiceNowConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
1011
804
  ...obj,
1012
805
  ...(obj.password && { password: smithy_client_1.SENSITIVE_STRING }),
@@ -1014,18 +807,12 @@ var ServiceNowConnectorProfileCredentials;
1014
807
  })(ServiceNowConnectorProfileCredentials = exports.ServiceNowConnectorProfileCredentials || (exports.ServiceNowConnectorProfileCredentials = {}));
1015
808
  var SingularConnectorProfileCredentials;
1016
809
  (function (SingularConnectorProfileCredentials) {
1017
- /**
1018
- * @internal
1019
- */
1020
810
  SingularConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
1021
811
  ...obj,
1022
812
  });
1023
813
  })(SingularConnectorProfileCredentials = exports.SingularConnectorProfileCredentials || (exports.SingularConnectorProfileCredentials = {}));
1024
814
  var SlackConnectorProfileCredentials;
1025
815
  (function (SlackConnectorProfileCredentials) {
1026
- /**
1027
- * @internal
1028
- */
1029
816
  SlackConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
1030
817
  ...obj,
1031
818
  ...(obj.clientSecret && { clientSecret: smithy_client_1.SENSITIVE_STRING }),
@@ -1034,9 +821,6 @@ var SlackConnectorProfileCredentials;
1034
821
  })(SlackConnectorProfileCredentials = exports.SlackConnectorProfileCredentials || (exports.SlackConnectorProfileCredentials = {}));
1035
822
  var SnowflakeConnectorProfileCredentials;
1036
823
  (function (SnowflakeConnectorProfileCredentials) {
1037
- /**
1038
- * @internal
1039
- */
1040
824
  SnowflakeConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
1041
825
  ...obj,
1042
826
  ...(obj.password && { password: smithy_client_1.SENSITIVE_STRING }),
@@ -1044,9 +828,6 @@ var SnowflakeConnectorProfileCredentials;
1044
828
  })(SnowflakeConnectorProfileCredentials = exports.SnowflakeConnectorProfileCredentials || (exports.SnowflakeConnectorProfileCredentials = {}));
1045
829
  var TrendmicroConnectorProfileCredentials;
1046
830
  (function (TrendmicroConnectorProfileCredentials) {
1047
- /**
1048
- * @internal
1049
- */
1050
831
  TrendmicroConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
1051
832
  ...obj,
1052
833
  ...(obj.apiSecretKey && { apiSecretKey: smithy_client_1.SENSITIVE_STRING }),
@@ -1054,9 +835,6 @@ var TrendmicroConnectorProfileCredentials;
1054
835
  })(TrendmicroConnectorProfileCredentials = exports.TrendmicroConnectorProfileCredentials || (exports.TrendmicroConnectorProfileCredentials = {}));
1055
836
  var VeevaConnectorProfileCredentials;
1056
837
  (function (VeevaConnectorProfileCredentials) {
1057
- /**
1058
- * @internal
1059
- */
1060
838
  VeevaConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
1061
839
  ...obj,
1062
840
  ...(obj.password && { password: smithy_client_1.SENSITIVE_STRING }),
@@ -1064,9 +842,6 @@ var VeevaConnectorProfileCredentials;
1064
842
  })(VeevaConnectorProfileCredentials = exports.VeevaConnectorProfileCredentials || (exports.VeevaConnectorProfileCredentials = {}));
1065
843
  var ZendeskConnectorProfileCredentials;
1066
844
  (function (ZendeskConnectorProfileCredentials) {
1067
- /**
1068
- * @internal
1069
- */
1070
845
  ZendeskConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
1071
846
  ...obj,
1072
847
  ...(obj.clientSecret && { clientSecret: smithy_client_1.SENSITIVE_STRING }),
@@ -1075,9 +850,6 @@ var ZendeskConnectorProfileCredentials;
1075
850
  })(ZendeskConnectorProfileCredentials = exports.ZendeskConnectorProfileCredentials || (exports.ZendeskConnectorProfileCredentials = {}));
1076
851
  var ConnectorProfileCredentials;
1077
852
  (function (ConnectorProfileCredentials) {
1078
- /**
1079
- * @internal
1080
- */
1081
853
  ConnectorProfileCredentials.filterSensitiveLog = (obj) => ({
1082
854
  ...obj,
1083
855
  ...(obj.Amplitude && { Amplitude: AmplitudeConnectorProfileCredentials.filterSensitiveLog(obj.Amplitude) }),
@@ -1100,9 +872,6 @@ var ConnectorProfileCredentials;
1100
872
  })(ConnectorProfileCredentials = exports.ConnectorProfileCredentials || (exports.ConnectorProfileCredentials = {}));
1101
873
  var ConnectorProfileConfig;
1102
874
  (function (ConnectorProfileConfig) {
1103
- /**
1104
- * @internal
1105
- */
1106
875
  ConnectorProfileConfig.filterSensitiveLog = (obj) => ({
1107
876
  ...obj,
1108
877
  ...(obj.connectorProfileCredentials && {
@@ -1112,108 +881,72 @@ var ConnectorProfileConfig;
1112
881
  })(ConnectorProfileConfig = exports.ConnectorProfileConfig || (exports.ConnectorProfileConfig = {}));
1113
882
  var ConnectorServerException;
1114
883
  (function (ConnectorServerException) {
1115
- /**
1116
- * @internal
1117
- */
1118
884
  ConnectorServerException.filterSensitiveLog = (obj) => ({
1119
885
  ...obj,
1120
886
  });
1121
887
  })(ConnectorServerException = exports.ConnectorServerException || (exports.ConnectorServerException = {}));
1122
888
  var CreateConnectorProfileRequest;
1123
889
  (function (CreateConnectorProfileRequest) {
1124
- /**
1125
- * @internal
1126
- */
1127
890
  CreateConnectorProfileRequest.filterSensitiveLog = (obj) => ({
1128
891
  ...obj,
1129
892
  });
1130
893
  })(CreateConnectorProfileRequest = exports.CreateConnectorProfileRequest || (exports.CreateConnectorProfileRequest = {}));
1131
894
  var CreateConnectorProfileResponse;
1132
895
  (function (CreateConnectorProfileResponse) {
1133
- /**
1134
- * @internal
1135
- */
1136
896
  CreateConnectorProfileResponse.filterSensitiveLog = (obj) => ({
1137
897
  ...obj,
1138
898
  });
1139
899
  })(CreateConnectorProfileResponse = exports.CreateConnectorProfileResponse || (exports.CreateConnectorProfileResponse = {}));
1140
900
  var InternalServerException;
1141
901
  (function (InternalServerException) {
1142
- /**
1143
- * @internal
1144
- */
1145
902
  InternalServerException.filterSensitiveLog = (obj) => ({
1146
903
  ...obj,
1147
904
  });
1148
905
  })(InternalServerException = exports.InternalServerException || (exports.InternalServerException = {}));
1149
906
  var ServiceQuotaExceededException;
1150
907
  (function (ServiceQuotaExceededException) {
1151
- /**
1152
- * @internal
1153
- */
1154
908
  ServiceQuotaExceededException.filterSensitiveLog = (obj) => ({
1155
909
  ...obj,
1156
910
  });
1157
911
  })(ServiceQuotaExceededException = exports.ServiceQuotaExceededException || (exports.ServiceQuotaExceededException = {}));
1158
912
  var ValidationException;
1159
913
  (function (ValidationException) {
1160
- /**
1161
- * @internal
1162
- */
1163
914
  ValidationException.filterSensitiveLog = (obj) => ({
1164
915
  ...obj,
1165
916
  });
1166
917
  })(ValidationException = exports.ValidationException || (exports.ValidationException = {}));
1167
918
  var CustomerProfilesDestinationProperties;
1168
919
  (function (CustomerProfilesDestinationProperties) {
1169
- /**
1170
- * @internal
1171
- */
1172
920
  CustomerProfilesDestinationProperties.filterSensitiveLog = (obj) => ({
1173
921
  ...obj,
1174
922
  });
1175
923
  })(CustomerProfilesDestinationProperties = exports.CustomerProfilesDestinationProperties || (exports.CustomerProfilesDestinationProperties = {}));
1176
924
  var ErrorHandlingConfig;
1177
925
  (function (ErrorHandlingConfig) {
1178
- /**
1179
- * @internal
1180
- */
1181
926
  ErrorHandlingConfig.filterSensitiveLog = (obj) => ({
1182
927
  ...obj,
1183
928
  });
1184
929
  })(ErrorHandlingConfig = exports.ErrorHandlingConfig || (exports.ErrorHandlingConfig = {}));
1185
930
  var EventBridgeDestinationProperties;
1186
931
  (function (EventBridgeDestinationProperties) {
1187
- /**
1188
- * @internal
1189
- */
1190
932
  EventBridgeDestinationProperties.filterSensitiveLog = (obj) => ({
1191
933
  ...obj,
1192
934
  });
1193
935
  })(EventBridgeDestinationProperties = exports.EventBridgeDestinationProperties || (exports.EventBridgeDestinationProperties = {}));
1194
936
  var HoneycodeDestinationProperties;
1195
937
  (function (HoneycodeDestinationProperties) {
1196
- /**
1197
- * @internal
1198
- */
1199
938
  HoneycodeDestinationProperties.filterSensitiveLog = (obj) => ({
1200
939
  ...obj,
1201
940
  });
1202
941
  })(HoneycodeDestinationProperties = exports.HoneycodeDestinationProperties || (exports.HoneycodeDestinationProperties = {}));
1203
942
  var LookoutMetricsDestinationProperties;
1204
943
  (function (LookoutMetricsDestinationProperties) {
1205
- /**
1206
- * @internal
1207
- */
1208
944
  LookoutMetricsDestinationProperties.filterSensitiveLog = (obj) => ({
1209
945
  ...obj,
1210
946
  });
1211
947
  })(LookoutMetricsDestinationProperties = exports.LookoutMetricsDestinationProperties || (exports.LookoutMetricsDestinationProperties = {}));
1212
948
  var RedshiftDestinationProperties;
1213
949
  (function (RedshiftDestinationProperties) {
1214
- /**
1215
- * @internal
1216
- */
1217
950
  RedshiftDestinationProperties.filterSensitiveLog = (obj) => ({
1218
951
  ...obj,
1219
952
  });
@@ -1240,243 +973,162 @@ var PrefixType;
1240
973
  })(PrefixType = exports.PrefixType || (exports.PrefixType = {}));
1241
974
  var PrefixConfig;
1242
975
  (function (PrefixConfig) {
1243
- /**
1244
- * @internal
1245
- */
1246
976
  PrefixConfig.filterSensitiveLog = (obj) => ({
1247
977
  ...obj,
1248
978
  });
1249
979
  })(PrefixConfig = exports.PrefixConfig || (exports.PrefixConfig = {}));
1250
980
  var S3OutputFormatConfig;
1251
981
  (function (S3OutputFormatConfig) {
1252
- /**
1253
- * @internal
1254
- */
1255
982
  S3OutputFormatConfig.filterSensitiveLog = (obj) => ({
1256
983
  ...obj,
1257
984
  });
1258
985
  })(S3OutputFormatConfig = exports.S3OutputFormatConfig || (exports.S3OutputFormatConfig = {}));
1259
986
  var S3DestinationProperties;
1260
987
  (function (S3DestinationProperties) {
1261
- /**
1262
- * @internal
1263
- */
1264
988
  S3DestinationProperties.filterSensitiveLog = (obj) => ({
1265
989
  ...obj,
1266
990
  });
1267
991
  })(S3DestinationProperties = exports.S3DestinationProperties || (exports.S3DestinationProperties = {}));
1268
992
  var SalesforceDestinationProperties;
1269
993
  (function (SalesforceDestinationProperties) {
1270
- /**
1271
- * @internal
1272
- */
1273
994
  SalesforceDestinationProperties.filterSensitiveLog = (obj) => ({
1274
995
  ...obj,
1275
996
  });
1276
997
  })(SalesforceDestinationProperties = exports.SalesforceDestinationProperties || (exports.SalesforceDestinationProperties = {}));
1277
998
  var SnowflakeDestinationProperties;
1278
999
  (function (SnowflakeDestinationProperties) {
1279
- /**
1280
- * @internal
1281
- */
1282
1000
  SnowflakeDestinationProperties.filterSensitiveLog = (obj) => ({
1283
1001
  ...obj,
1284
1002
  });
1285
1003
  })(SnowflakeDestinationProperties = exports.SnowflakeDestinationProperties || (exports.SnowflakeDestinationProperties = {}));
1286
1004
  var UpsolverS3OutputFormatConfig;
1287
1005
  (function (UpsolverS3OutputFormatConfig) {
1288
- /**
1289
- * @internal
1290
- */
1291
1006
  UpsolverS3OutputFormatConfig.filterSensitiveLog = (obj) => ({
1292
1007
  ...obj,
1293
1008
  });
1294
1009
  })(UpsolverS3OutputFormatConfig = exports.UpsolverS3OutputFormatConfig || (exports.UpsolverS3OutputFormatConfig = {}));
1295
1010
  var UpsolverDestinationProperties;
1296
1011
  (function (UpsolverDestinationProperties) {
1297
- /**
1298
- * @internal
1299
- */
1300
1012
  UpsolverDestinationProperties.filterSensitiveLog = (obj) => ({
1301
1013
  ...obj,
1302
1014
  });
1303
1015
  })(UpsolverDestinationProperties = exports.UpsolverDestinationProperties || (exports.UpsolverDestinationProperties = {}));
1304
1016
  var ZendeskDestinationProperties;
1305
1017
  (function (ZendeskDestinationProperties) {
1306
- /**
1307
- * @internal
1308
- */
1309
1018
  ZendeskDestinationProperties.filterSensitiveLog = (obj) => ({
1310
1019
  ...obj,
1311
1020
  });
1312
1021
  })(ZendeskDestinationProperties = exports.ZendeskDestinationProperties || (exports.ZendeskDestinationProperties = {}));
1313
1022
  var DestinationConnectorProperties;
1314
1023
  (function (DestinationConnectorProperties) {
1315
- /**
1316
- * @internal
1317
- */
1318
1024
  DestinationConnectorProperties.filterSensitiveLog = (obj) => ({
1319
1025
  ...obj,
1320
1026
  });
1321
1027
  })(DestinationConnectorProperties = exports.DestinationConnectorProperties || (exports.DestinationConnectorProperties = {}));
1322
1028
  var DestinationFlowConfig;
1323
1029
  (function (DestinationFlowConfig) {
1324
- /**
1325
- * @internal
1326
- */
1327
1030
  DestinationFlowConfig.filterSensitiveLog = (obj) => ({
1328
1031
  ...obj,
1329
1032
  });
1330
1033
  })(DestinationFlowConfig = exports.DestinationFlowConfig || (exports.DestinationFlowConfig = {}));
1331
1034
  var IncrementalPullConfig;
1332
1035
  (function (IncrementalPullConfig) {
1333
- /**
1334
- * @internal
1335
- */
1336
1036
  IncrementalPullConfig.filterSensitiveLog = (obj) => ({
1337
1037
  ...obj,
1338
1038
  });
1339
1039
  })(IncrementalPullConfig = exports.IncrementalPullConfig || (exports.IncrementalPullConfig = {}));
1340
1040
  var DatadogSourceProperties;
1341
1041
  (function (DatadogSourceProperties) {
1342
- /**
1343
- * @internal
1344
- */
1345
1042
  DatadogSourceProperties.filterSensitiveLog = (obj) => ({
1346
1043
  ...obj,
1347
1044
  });
1348
1045
  })(DatadogSourceProperties = exports.DatadogSourceProperties || (exports.DatadogSourceProperties = {}));
1349
1046
  var DynatraceSourceProperties;
1350
1047
  (function (DynatraceSourceProperties) {
1351
- /**
1352
- * @internal
1353
- */
1354
1048
  DynatraceSourceProperties.filterSensitiveLog = (obj) => ({
1355
1049
  ...obj,
1356
1050
  });
1357
1051
  })(DynatraceSourceProperties = exports.DynatraceSourceProperties || (exports.DynatraceSourceProperties = {}));
1358
1052
  var GoogleAnalyticsSourceProperties;
1359
1053
  (function (GoogleAnalyticsSourceProperties) {
1360
- /**
1361
- * @internal
1362
- */
1363
1054
  GoogleAnalyticsSourceProperties.filterSensitiveLog = (obj) => ({
1364
1055
  ...obj,
1365
1056
  });
1366
1057
  })(GoogleAnalyticsSourceProperties = exports.GoogleAnalyticsSourceProperties || (exports.GoogleAnalyticsSourceProperties = {}));
1367
1058
  var InforNexusSourceProperties;
1368
1059
  (function (InforNexusSourceProperties) {
1369
- /**
1370
- * @internal
1371
- */
1372
1060
  InforNexusSourceProperties.filterSensitiveLog = (obj) => ({
1373
1061
  ...obj,
1374
1062
  });
1375
1063
  })(InforNexusSourceProperties = exports.InforNexusSourceProperties || (exports.InforNexusSourceProperties = {}));
1376
1064
  var MarketoSourceProperties;
1377
1065
  (function (MarketoSourceProperties) {
1378
- /**
1379
- * @internal
1380
- */
1381
1066
  MarketoSourceProperties.filterSensitiveLog = (obj) => ({
1382
1067
  ...obj,
1383
1068
  });
1384
1069
  })(MarketoSourceProperties = exports.MarketoSourceProperties || (exports.MarketoSourceProperties = {}));
1385
1070
  var S3SourceProperties;
1386
1071
  (function (S3SourceProperties) {
1387
- /**
1388
- * @internal
1389
- */
1390
1072
  S3SourceProperties.filterSensitiveLog = (obj) => ({
1391
1073
  ...obj,
1392
1074
  });
1393
1075
  })(S3SourceProperties = exports.S3SourceProperties || (exports.S3SourceProperties = {}));
1394
1076
  var SalesforceSourceProperties;
1395
1077
  (function (SalesforceSourceProperties) {
1396
- /**
1397
- * @internal
1398
- */
1399
1078
  SalesforceSourceProperties.filterSensitiveLog = (obj) => ({
1400
1079
  ...obj,
1401
1080
  });
1402
1081
  })(SalesforceSourceProperties = exports.SalesforceSourceProperties || (exports.SalesforceSourceProperties = {}));
1403
1082
  var SAPODataSourceProperties;
1404
1083
  (function (SAPODataSourceProperties) {
1405
- /**
1406
- * @internal
1407
- */
1408
1084
  SAPODataSourceProperties.filterSensitiveLog = (obj) => ({
1409
1085
  ...obj,
1410
1086
  });
1411
1087
  })(SAPODataSourceProperties = exports.SAPODataSourceProperties || (exports.SAPODataSourceProperties = {}));
1412
1088
  var ServiceNowSourceProperties;
1413
1089
  (function (ServiceNowSourceProperties) {
1414
- /**
1415
- * @internal
1416
- */
1417
1090
  ServiceNowSourceProperties.filterSensitiveLog = (obj) => ({
1418
1091
  ...obj,
1419
1092
  });
1420
1093
  })(ServiceNowSourceProperties = exports.ServiceNowSourceProperties || (exports.ServiceNowSourceProperties = {}));
1421
1094
  var SingularSourceProperties;
1422
1095
  (function (SingularSourceProperties) {
1423
- /**
1424
- * @internal
1425
- */
1426
1096
  SingularSourceProperties.filterSensitiveLog = (obj) => ({
1427
1097
  ...obj,
1428
1098
  });
1429
1099
  })(SingularSourceProperties = exports.SingularSourceProperties || (exports.SingularSourceProperties = {}));
1430
1100
  var SlackSourceProperties;
1431
1101
  (function (SlackSourceProperties) {
1432
- /**
1433
- * @internal
1434
- */
1435
1102
  SlackSourceProperties.filterSensitiveLog = (obj) => ({
1436
1103
  ...obj,
1437
1104
  });
1438
1105
  })(SlackSourceProperties = exports.SlackSourceProperties || (exports.SlackSourceProperties = {}));
1439
1106
  var TrendmicroSourceProperties;
1440
1107
  (function (TrendmicroSourceProperties) {
1441
- /**
1442
- * @internal
1443
- */
1444
1108
  TrendmicroSourceProperties.filterSensitiveLog = (obj) => ({
1445
1109
  ...obj,
1446
1110
  });
1447
1111
  })(TrendmicroSourceProperties = exports.TrendmicroSourceProperties || (exports.TrendmicroSourceProperties = {}));
1448
1112
  var VeevaSourceProperties;
1449
1113
  (function (VeevaSourceProperties) {
1450
- /**
1451
- * @internal
1452
- */
1453
1114
  VeevaSourceProperties.filterSensitiveLog = (obj) => ({
1454
1115
  ...obj,
1455
1116
  });
1456
1117
  })(VeevaSourceProperties = exports.VeevaSourceProperties || (exports.VeevaSourceProperties = {}));
1457
1118
  var ZendeskSourceProperties;
1458
1119
  (function (ZendeskSourceProperties) {
1459
- /**
1460
- * @internal
1461
- */
1462
1120
  ZendeskSourceProperties.filterSensitiveLog = (obj) => ({
1463
1121
  ...obj,
1464
1122
  });
1465
1123
  })(ZendeskSourceProperties = exports.ZendeskSourceProperties || (exports.ZendeskSourceProperties = {}));
1466
1124
  var SourceConnectorProperties;
1467
1125
  (function (SourceConnectorProperties) {
1468
- /**
1469
- * @internal
1470
- */
1471
1126
  SourceConnectorProperties.filterSensitiveLog = (obj) => ({
1472
1127
  ...obj,
1473
1128
  });
1474
1129
  })(SourceConnectorProperties = exports.SourceConnectorProperties || (exports.SourceConnectorProperties = {}));
1475
1130
  var SourceFlowConfig;
1476
1131
  (function (SourceFlowConfig) {
1477
- /**
1478
- * @internal
1479
- */
1480
1132
  SourceFlowConfig.filterSensitiveLog = (obj) => ({
1481
1133
  ...obj,
1482
1134
  });
@@ -1512,9 +1164,6 @@ var TaskType;
1512
1164
  })(TaskType = exports.TaskType || (exports.TaskType = {}));
1513
1165
  var Task;
1514
1166
  (function (Task) {
1515
- /**
1516
- * @internal
1517
- */
1518
1167
  Task.filterSensitiveLog = (obj) => ({
1519
1168
  ...obj,
1520
1169
  });
@@ -1526,36 +1175,24 @@ var DataPullMode;
1526
1175
  })(DataPullMode = exports.DataPullMode || (exports.DataPullMode = {}));
1527
1176
  var ScheduledTriggerProperties;
1528
1177
  (function (ScheduledTriggerProperties) {
1529
- /**
1530
- * @internal
1531
- */
1532
1178
  ScheduledTriggerProperties.filterSensitiveLog = (obj) => ({
1533
1179
  ...obj,
1534
1180
  });
1535
1181
  })(ScheduledTriggerProperties = exports.ScheduledTriggerProperties || (exports.ScheduledTriggerProperties = {}));
1536
1182
  var TriggerProperties;
1537
1183
  (function (TriggerProperties) {
1538
- /**
1539
- * @internal
1540
- */
1541
1184
  TriggerProperties.filterSensitiveLog = (obj) => ({
1542
1185
  ...obj,
1543
1186
  });
1544
1187
  })(TriggerProperties = exports.TriggerProperties || (exports.TriggerProperties = {}));
1545
1188
  var TriggerConfig;
1546
1189
  (function (TriggerConfig) {
1547
- /**
1548
- * @internal
1549
- */
1550
1190
  TriggerConfig.filterSensitiveLog = (obj) => ({
1551
1191
  ...obj,
1552
1192
  });
1553
1193
  })(TriggerConfig = exports.TriggerConfig || (exports.TriggerConfig = {}));
1554
1194
  var CreateFlowRequest;
1555
1195
  (function (CreateFlowRequest) {
1556
- /**
1557
- * @internal
1558
- */
1559
1196
  CreateFlowRequest.filterSensitiveLog = (obj) => ({
1560
1197
  ...obj,
1561
1198
  });
@@ -1571,117 +1208,78 @@ var FlowStatus;
1571
1208
  })(FlowStatus = exports.FlowStatus || (exports.FlowStatus = {}));
1572
1209
  var CreateFlowResponse;
1573
1210
  (function (CreateFlowResponse) {
1574
- /**
1575
- * @internal
1576
- */
1577
1211
  CreateFlowResponse.filterSensitiveLog = (obj) => ({
1578
1212
  ...obj,
1579
1213
  });
1580
1214
  })(CreateFlowResponse = exports.CreateFlowResponse || (exports.CreateFlowResponse = {}));
1581
1215
  var ResourceNotFoundException;
1582
1216
  (function (ResourceNotFoundException) {
1583
- /**
1584
- * @internal
1585
- */
1586
1217
  ResourceNotFoundException.filterSensitiveLog = (obj) => ({
1587
1218
  ...obj,
1588
1219
  });
1589
1220
  })(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
1590
1221
  var DeleteConnectorProfileRequest;
1591
1222
  (function (DeleteConnectorProfileRequest) {
1592
- /**
1593
- * @internal
1594
- */
1595
1223
  DeleteConnectorProfileRequest.filterSensitiveLog = (obj) => ({
1596
1224
  ...obj,
1597
1225
  });
1598
1226
  })(DeleteConnectorProfileRequest = exports.DeleteConnectorProfileRequest || (exports.DeleteConnectorProfileRequest = {}));
1599
1227
  var DeleteConnectorProfileResponse;
1600
1228
  (function (DeleteConnectorProfileResponse) {
1601
- /**
1602
- * @internal
1603
- */
1604
1229
  DeleteConnectorProfileResponse.filterSensitiveLog = (obj) => ({
1605
1230
  ...obj,
1606
1231
  });
1607
1232
  })(DeleteConnectorProfileResponse = exports.DeleteConnectorProfileResponse || (exports.DeleteConnectorProfileResponse = {}));
1608
1233
  var DeleteFlowRequest;
1609
1234
  (function (DeleteFlowRequest) {
1610
- /**
1611
- * @internal
1612
- */
1613
1235
  DeleteFlowRequest.filterSensitiveLog = (obj) => ({
1614
1236
  ...obj,
1615
1237
  });
1616
1238
  })(DeleteFlowRequest = exports.DeleteFlowRequest || (exports.DeleteFlowRequest = {}));
1617
1239
  var DeleteFlowResponse;
1618
1240
  (function (DeleteFlowResponse) {
1619
- /**
1620
- * @internal
1621
- */
1622
1241
  DeleteFlowResponse.filterSensitiveLog = (obj) => ({
1623
1242
  ...obj,
1624
1243
  });
1625
1244
  })(DeleteFlowResponse = exports.DeleteFlowResponse || (exports.DeleteFlowResponse = {}));
1626
1245
  var DescribeConnectorEntityRequest;
1627
1246
  (function (DescribeConnectorEntityRequest) {
1628
- /**
1629
- * @internal
1630
- */
1631
1247
  DescribeConnectorEntityRequest.filterSensitiveLog = (obj) => ({
1632
1248
  ...obj,
1633
1249
  });
1634
1250
  })(DescribeConnectorEntityRequest = exports.DescribeConnectorEntityRequest || (exports.DescribeConnectorEntityRequest = {}));
1635
1251
  var DescribeConnectorEntityResponse;
1636
1252
  (function (DescribeConnectorEntityResponse) {
1637
- /**
1638
- * @internal
1639
- */
1640
1253
  DescribeConnectorEntityResponse.filterSensitiveLog = (obj) => ({
1641
1254
  ...obj,
1642
1255
  });
1643
1256
  })(DescribeConnectorEntityResponse = exports.DescribeConnectorEntityResponse || (exports.DescribeConnectorEntityResponse = {}));
1644
1257
  var DescribeConnectorProfilesRequest;
1645
1258
  (function (DescribeConnectorProfilesRequest) {
1646
- /**
1647
- * @internal
1648
- */
1649
1259
  DescribeConnectorProfilesRequest.filterSensitiveLog = (obj) => ({
1650
1260
  ...obj,
1651
1261
  });
1652
1262
  })(DescribeConnectorProfilesRequest = exports.DescribeConnectorProfilesRequest || (exports.DescribeConnectorProfilesRequest = {}));
1653
1263
  var DescribeConnectorProfilesResponse;
1654
1264
  (function (DescribeConnectorProfilesResponse) {
1655
- /**
1656
- * @internal
1657
- */
1658
1265
  DescribeConnectorProfilesResponse.filterSensitiveLog = (obj) => ({
1659
1266
  ...obj,
1660
1267
  });
1661
1268
  })(DescribeConnectorProfilesResponse = exports.DescribeConnectorProfilesResponse || (exports.DescribeConnectorProfilesResponse = {}));
1662
1269
  var DescribeConnectorsRequest;
1663
1270
  (function (DescribeConnectorsRequest) {
1664
- /**
1665
- * @internal
1666
- */
1667
1271
  DescribeConnectorsRequest.filterSensitiveLog = (obj) => ({
1668
1272
  ...obj,
1669
1273
  });
1670
1274
  })(DescribeConnectorsRequest = exports.DescribeConnectorsRequest || (exports.DescribeConnectorsRequest = {}));
1671
1275
  var DescribeConnectorsResponse;
1672
1276
  (function (DescribeConnectorsResponse) {
1673
- /**
1674
- * @internal
1675
- */
1676
1277
  DescribeConnectorsResponse.filterSensitiveLog = (obj) => ({
1677
1278
  ...obj,
1678
1279
  });
1679
1280
  })(DescribeConnectorsResponse = exports.DescribeConnectorsResponse || (exports.DescribeConnectorsResponse = {}));
1680
1281
  var DescribeFlowRequest;
1681
1282
  (function (DescribeFlowRequest) {
1682
- /**
1683
- * @internal
1684
- */
1685
1283
  DescribeFlowRequest.filterSensitiveLog = (obj) => ({
1686
1284
  ...obj,
1687
1285
  });
@@ -1694,245 +1292,163 @@ var ExecutionStatus;
1694
1292
  })(ExecutionStatus = exports.ExecutionStatus || (exports.ExecutionStatus = {}));
1695
1293
  var ExecutionDetails;
1696
1294
  (function (ExecutionDetails) {
1697
- /**
1698
- * @internal
1699
- */
1700
1295
  ExecutionDetails.filterSensitiveLog = (obj) => ({
1701
1296
  ...obj,
1702
1297
  });
1703
1298
  })(ExecutionDetails = exports.ExecutionDetails || (exports.ExecutionDetails = {}));
1704
1299
  var DescribeFlowResponse;
1705
1300
  (function (DescribeFlowResponse) {
1706
- /**
1707
- * @internal
1708
- */
1709
1301
  DescribeFlowResponse.filterSensitiveLog = (obj) => ({
1710
1302
  ...obj,
1711
1303
  });
1712
1304
  })(DescribeFlowResponse = exports.DescribeFlowResponse || (exports.DescribeFlowResponse = {}));
1713
1305
  var DescribeFlowExecutionRecordsRequest;
1714
1306
  (function (DescribeFlowExecutionRecordsRequest) {
1715
- /**
1716
- * @internal
1717
- */
1718
1307
  DescribeFlowExecutionRecordsRequest.filterSensitiveLog = (obj) => ({
1719
1308
  ...obj,
1720
1309
  });
1721
1310
  })(DescribeFlowExecutionRecordsRequest = exports.DescribeFlowExecutionRecordsRequest || (exports.DescribeFlowExecutionRecordsRequest = {}));
1722
1311
  var ErrorInfo;
1723
1312
  (function (ErrorInfo) {
1724
- /**
1725
- * @internal
1726
- */
1727
1313
  ErrorInfo.filterSensitiveLog = (obj) => ({
1728
1314
  ...obj,
1729
1315
  });
1730
1316
  })(ErrorInfo = exports.ErrorInfo || (exports.ErrorInfo = {}));
1731
1317
  var ExecutionResult;
1732
1318
  (function (ExecutionResult) {
1733
- /**
1734
- * @internal
1735
- */
1736
1319
  ExecutionResult.filterSensitiveLog = (obj) => ({
1737
1320
  ...obj,
1738
1321
  });
1739
1322
  })(ExecutionResult = exports.ExecutionResult || (exports.ExecutionResult = {}));
1740
1323
  var ExecutionRecord;
1741
1324
  (function (ExecutionRecord) {
1742
- /**
1743
- * @internal
1744
- */
1745
1325
  ExecutionRecord.filterSensitiveLog = (obj) => ({
1746
1326
  ...obj,
1747
1327
  });
1748
1328
  })(ExecutionRecord = exports.ExecutionRecord || (exports.ExecutionRecord = {}));
1749
1329
  var DescribeFlowExecutionRecordsResponse;
1750
1330
  (function (DescribeFlowExecutionRecordsResponse) {
1751
- /**
1752
- * @internal
1753
- */
1754
1331
  DescribeFlowExecutionRecordsResponse.filterSensitiveLog = (obj) => ({
1755
1332
  ...obj,
1756
1333
  });
1757
1334
  })(DescribeFlowExecutionRecordsResponse = exports.DescribeFlowExecutionRecordsResponse || (exports.DescribeFlowExecutionRecordsResponse = {}));
1758
1335
  var FlowDefinition;
1759
1336
  (function (FlowDefinition) {
1760
- /**
1761
- * @internal
1762
- */
1763
1337
  FlowDefinition.filterSensitiveLog = (obj) => ({
1764
1338
  ...obj,
1765
1339
  });
1766
1340
  })(FlowDefinition = exports.FlowDefinition || (exports.FlowDefinition = {}));
1767
1341
  var ListConnectorEntitiesRequest;
1768
1342
  (function (ListConnectorEntitiesRequest) {
1769
- /**
1770
- * @internal
1771
- */
1772
1343
  ListConnectorEntitiesRequest.filterSensitiveLog = (obj) => ({
1773
1344
  ...obj,
1774
1345
  });
1775
1346
  })(ListConnectorEntitiesRequest = exports.ListConnectorEntitiesRequest || (exports.ListConnectorEntitiesRequest = {}));
1776
1347
  var ListConnectorEntitiesResponse;
1777
1348
  (function (ListConnectorEntitiesResponse) {
1778
- /**
1779
- * @internal
1780
- */
1781
1349
  ListConnectorEntitiesResponse.filterSensitiveLog = (obj) => ({
1782
1350
  ...obj,
1783
1351
  });
1784
1352
  })(ListConnectorEntitiesResponse = exports.ListConnectorEntitiesResponse || (exports.ListConnectorEntitiesResponse = {}));
1785
1353
  var ListFlowsRequest;
1786
1354
  (function (ListFlowsRequest) {
1787
- /**
1788
- * @internal
1789
- */
1790
1355
  ListFlowsRequest.filterSensitiveLog = (obj) => ({
1791
1356
  ...obj,
1792
1357
  });
1793
1358
  })(ListFlowsRequest = exports.ListFlowsRequest || (exports.ListFlowsRequest = {}));
1794
1359
  var ListFlowsResponse;
1795
1360
  (function (ListFlowsResponse) {
1796
- /**
1797
- * @internal
1798
- */
1799
1361
  ListFlowsResponse.filterSensitiveLog = (obj) => ({
1800
1362
  ...obj,
1801
1363
  });
1802
1364
  })(ListFlowsResponse = exports.ListFlowsResponse || (exports.ListFlowsResponse = {}));
1803
1365
  var ListTagsForResourceRequest;
1804
1366
  (function (ListTagsForResourceRequest) {
1805
- /**
1806
- * @internal
1807
- */
1808
1367
  ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
1809
1368
  ...obj,
1810
1369
  });
1811
1370
  })(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
1812
1371
  var ListTagsForResourceResponse;
1813
1372
  (function (ListTagsForResourceResponse) {
1814
- /**
1815
- * @internal
1816
- */
1817
1373
  ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
1818
1374
  ...obj,
1819
1375
  });
1820
1376
  })(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
1821
1377
  var StartFlowRequest;
1822
1378
  (function (StartFlowRequest) {
1823
- /**
1824
- * @internal
1825
- */
1826
1379
  StartFlowRequest.filterSensitiveLog = (obj) => ({
1827
1380
  ...obj,
1828
1381
  });
1829
1382
  })(StartFlowRequest = exports.StartFlowRequest || (exports.StartFlowRequest = {}));
1830
1383
  var StartFlowResponse;
1831
1384
  (function (StartFlowResponse) {
1832
- /**
1833
- * @internal
1834
- */
1835
1385
  StartFlowResponse.filterSensitiveLog = (obj) => ({
1836
1386
  ...obj,
1837
1387
  });
1838
1388
  })(StartFlowResponse = exports.StartFlowResponse || (exports.StartFlowResponse = {}));
1839
1389
  var StopFlowRequest;
1840
1390
  (function (StopFlowRequest) {
1841
- /**
1842
- * @internal
1843
- */
1844
1391
  StopFlowRequest.filterSensitiveLog = (obj) => ({
1845
1392
  ...obj,
1846
1393
  });
1847
1394
  })(StopFlowRequest = exports.StopFlowRequest || (exports.StopFlowRequest = {}));
1848
1395
  var StopFlowResponse;
1849
1396
  (function (StopFlowResponse) {
1850
- /**
1851
- * @internal
1852
- */
1853
1397
  StopFlowResponse.filterSensitiveLog = (obj) => ({
1854
1398
  ...obj,
1855
1399
  });
1856
1400
  })(StopFlowResponse = exports.StopFlowResponse || (exports.StopFlowResponse = {}));
1857
1401
  var UnsupportedOperationException;
1858
1402
  (function (UnsupportedOperationException) {
1859
- /**
1860
- * @internal
1861
- */
1862
1403
  UnsupportedOperationException.filterSensitiveLog = (obj) => ({
1863
1404
  ...obj,
1864
1405
  });
1865
1406
  })(UnsupportedOperationException = exports.UnsupportedOperationException || (exports.UnsupportedOperationException = {}));
1866
1407
  var TagResourceRequest;
1867
1408
  (function (TagResourceRequest) {
1868
- /**
1869
- * @internal
1870
- */
1871
1409
  TagResourceRequest.filterSensitiveLog = (obj) => ({
1872
1410
  ...obj,
1873
1411
  });
1874
1412
  })(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
1875
1413
  var TagResourceResponse;
1876
1414
  (function (TagResourceResponse) {
1877
- /**
1878
- * @internal
1879
- */
1880
1415
  TagResourceResponse.filterSensitiveLog = (obj) => ({
1881
1416
  ...obj,
1882
1417
  });
1883
1418
  })(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
1884
1419
  var UntagResourceRequest;
1885
1420
  (function (UntagResourceRequest) {
1886
- /**
1887
- * @internal
1888
- */
1889
1421
  UntagResourceRequest.filterSensitiveLog = (obj) => ({
1890
1422
  ...obj,
1891
1423
  });
1892
1424
  })(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
1893
1425
  var UntagResourceResponse;
1894
1426
  (function (UntagResourceResponse) {
1895
- /**
1896
- * @internal
1897
- */
1898
1427
  UntagResourceResponse.filterSensitiveLog = (obj) => ({
1899
1428
  ...obj,
1900
1429
  });
1901
1430
  })(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
1902
1431
  var UpdateConnectorProfileRequest;
1903
1432
  (function (UpdateConnectorProfileRequest) {
1904
- /**
1905
- * @internal
1906
- */
1907
1433
  UpdateConnectorProfileRequest.filterSensitiveLog = (obj) => ({
1908
1434
  ...obj,
1909
1435
  });
1910
1436
  })(UpdateConnectorProfileRequest = exports.UpdateConnectorProfileRequest || (exports.UpdateConnectorProfileRequest = {}));
1911
1437
  var UpdateConnectorProfileResponse;
1912
1438
  (function (UpdateConnectorProfileResponse) {
1913
- /**
1914
- * @internal
1915
- */
1916
1439
  UpdateConnectorProfileResponse.filterSensitiveLog = (obj) => ({
1917
1440
  ...obj,
1918
1441
  });
1919
1442
  })(UpdateConnectorProfileResponse = exports.UpdateConnectorProfileResponse || (exports.UpdateConnectorProfileResponse = {}));
1920
1443
  var UpdateFlowRequest;
1921
1444
  (function (UpdateFlowRequest) {
1922
- /**
1923
- * @internal
1924
- */
1925
1445
  UpdateFlowRequest.filterSensitiveLog = (obj) => ({
1926
1446
  ...obj,
1927
1447
  });
1928
1448
  })(UpdateFlowRequest = exports.UpdateFlowRequest || (exports.UpdateFlowRequest = {}));
1929
1449
  var UpdateFlowResponse;
1930
1450
  (function (UpdateFlowResponse) {
1931
- /**
1932
- * @internal
1933
- */
1934
1451
  UpdateFlowResponse.filterSensitiveLog = (obj) => ({
1935
1452
  ...obj,
1936
1453
  });
1937
1454
  })(UpdateFlowResponse = exports.UpdateFlowResponse || (exports.UpdateFlowResponse = {}));
1938
- //# sourceMappingURL=models_0.js.map