@aws-sdk/client-appflow 3.32.0 → 3.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (247) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/Appflow.js +0 -1
  3. package/{dist/cjs → dist-cjs}/AppflowClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/CreateConnectorProfileCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/CreateFlowCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/DeleteConnectorProfileCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/DeleteFlowCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorEntityCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorProfilesCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorsCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/DescribeFlowCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/DescribeFlowExecutionRecordsCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/ListConnectorEntitiesCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/ListFlowsCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/StartFlowCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/StopFlowCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/UpdateConnectorProfileCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/UpdateFlowCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  23. package/{dist/cjs → dist-cjs}/index.js +0 -1
  24. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  25. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  26. package/{dist/cjs → dist-cjs}/pagination/DescribeConnectorProfilesPaginator.js +0 -1
  27. package/{dist/cjs → dist-cjs}/pagination/DescribeConnectorsPaginator.js +0 -1
  28. package/{dist/cjs → dist-cjs}/pagination/DescribeFlowExecutionRecordsPaginator.js +0 -1
  29. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  30. package/{dist/cjs → dist-cjs}/pagination/ListFlowsPaginator.js +0 -1
  31. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +15 -16
  32. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  33. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  34. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  35. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  36. package/{dist/es → dist-es}/Appflow.js +1 -45
  37. package/dist-es/AppflowClient.js +37 -0
  38. package/{dist/es → dist-es}/commands/CreateConnectorProfileCommand.js +4 -33
  39. package/{dist/es → dist-es}/commands/CreateFlowCommand.js +4 -33
  40. package/{dist/es → dist-es}/commands/DeleteConnectorProfileCommand.js +4 -30
  41. package/{dist/es → dist-es}/commands/DeleteFlowCommand.js +4 -32
  42. package/{dist/es → dist-es}/commands/DescribeConnectorEntityCommand.js +4 -31
  43. package/{dist/es → dist-es}/commands/DescribeConnectorProfilesCommand.js +4 -34
  44. package/{dist/es → dist-es}/commands/DescribeConnectorsCommand.js +4 -34
  45. package/{dist/es → dist-es}/commands/DescribeFlowCommand.js +4 -30
  46. package/{dist/es → dist-es}/commands/DescribeFlowExecutionRecordsCommand.js +4 -30
  47. package/{dist/es → dist-es}/commands/ListConnectorEntitiesCommand.js +4 -33
  48. package/{dist/es → dist-es}/commands/ListFlowsCommand.js +4 -30
  49. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  50. package/{dist/es → dist-es}/commands/StartFlowCommand.js +4 -31
  51. package/{dist/es → dist-es}/commands/StopFlowCommand.js +4 -32
  52. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  53. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  54. package/{dist/es → dist-es}/commands/UpdateConnectorProfileCommand.js +4 -30
  55. package/{dist/es → dist-es}/commands/UpdateFlowCommand.js +4 -30
  56. package/{dist/es → dist-es}/endpoints.js +1 -2
  57. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  58. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  59. package/{dist/es → dist-es}/models/models_0.js +0 -484
  60. package/{dist/es → dist-es}/pagination/DescribeConnectorProfilesPaginator.js +16 -29
  61. package/{dist/es → dist-es}/pagination/DescribeConnectorsPaginator.js +16 -29
  62. package/{dist/es → dist-es}/pagination/DescribeFlowExecutionRecordsPaginator.js +16 -29
  63. package/dist-es/pagination/Interfaces.js +1 -0
  64. package/{dist/es → dist-es}/pagination/ListFlowsPaginator.js +16 -29
  65. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +438 -444
  66. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  67. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  68. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  69. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  70. package/{dist/types → dist-types}/Appflow.d.ts +1 -1
  71. package/{dist/types → dist-types}/AppflowClient.d.ts +8 -8
  72. package/{dist/types → dist-types}/commands/CreateConnectorProfileCommand.d.ts +2 -2
  73. package/{dist/types → dist-types}/commands/CreateFlowCommand.d.ts +2 -2
  74. package/{dist/types → dist-types}/commands/DeleteConnectorProfileCommand.d.ts +2 -2
  75. package/{dist/types → dist-types}/commands/DeleteFlowCommand.d.ts +2 -2
  76. package/{dist/types → dist-types}/commands/DescribeConnectorEntityCommand.d.ts +2 -2
  77. package/{dist/types → dist-types}/commands/DescribeConnectorProfilesCommand.d.ts +2 -2
  78. package/{dist/types → dist-types}/commands/DescribeConnectorsCommand.d.ts +2 -2
  79. package/{dist/types → dist-types}/commands/DescribeFlowCommand.d.ts +2 -2
  80. package/{dist/types → dist-types}/commands/DescribeFlowExecutionRecordsCommand.d.ts +2 -2
  81. package/{dist/types → dist-types}/commands/ListConnectorEntitiesCommand.d.ts +2 -2
  82. package/{dist/types → dist-types}/commands/ListFlowsCommand.d.ts +2 -2
  83. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  84. package/{dist/types → dist-types}/commands/StartFlowCommand.d.ts +2 -2
  85. package/{dist/types → dist-types}/commands/StopFlowCommand.d.ts +2 -2
  86. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  87. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  88. package/{dist/types → dist-types}/commands/UpdateConnectorProfileCommand.d.ts +2 -2
  89. package/{dist/types → dist-types}/commands/UpdateFlowCommand.d.ts +2 -2
  90. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  91. package/{index.ts → dist-types/index.d.ts} +0 -0
  92. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  93. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  94. package/{dist/types → dist-types}/pagination/DescribeConnectorProfilesPaginator.d.ts +1 -1
  95. package/{dist/types → dist-types}/pagination/DescribeConnectorsPaginator.d.ts +1 -1
  96. package/{dist/types → dist-types}/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +1 -1
  97. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  98. package/{dist/types → dist-types}/pagination/ListFlowsPaginator.d.ts +1 -1
  99. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  100. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  101. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  102. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  103. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  104. package/{dist/types → dist-types}/ts3.4/Appflow.d.ts +1 -1
  105. package/{dist/types → dist-types}/ts3.4/AppflowClient.d.ts +8 -8
  106. package/{dist/types → dist-types}/ts3.4/commands/CreateConnectorProfileCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/ts3.4/commands/CreateFlowCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/ts3.4/commands/DeleteFlowCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectorsCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/ts3.4/commands/DescribeFlowCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/ts3.4/commands/ListFlowsCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/ts3.4/commands/StartFlowCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/ts3.4/commands/StopFlowCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/ts3.4/commands/UpdateFlowCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  125. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  126. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  127. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  128. package/{dist/types → dist-types}/ts3.4/pagination/DescribeConnectorProfilesPaginator.d.ts +1 -1
  129. package/{dist/types → dist-types}/ts3.4/pagination/DescribeConnectorsPaginator.d.ts +1 -1
  130. package/{dist/types → dist-types}/ts3.4/pagination/DescribeFlowExecutionRecordsPaginator.d.ts +1 -1
  131. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  132. package/{dist/types → dist-types}/ts3.4/pagination/ListFlowsPaginator.d.ts +1 -1
  133. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  134. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  135. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  136. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  137. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  138. package/package.json +52 -49
  139. package/Appflow.ts +0 -663
  140. package/AppflowClient.ts +0 -353
  141. package/commands/CreateConnectorProfileCommand.ts +0 -97
  142. package/commands/CreateFlowCommand.ts +0 -97
  143. package/commands/DeleteConnectorProfileCommand.ts +0 -94
  144. package/commands/DeleteFlowCommand.ts +0 -96
  145. package/commands/DescribeConnectorEntityCommand.ts +0 -95
  146. package/commands/DescribeConnectorProfilesCommand.ts +0 -101
  147. package/commands/DescribeConnectorsCommand.ts +0 -98
  148. package/commands/DescribeFlowCommand.ts +0 -94
  149. package/commands/DescribeFlowExecutionRecordsCommand.ts +0 -99
  150. package/commands/ListConnectorEntitiesCommand.ts +0 -97
  151. package/commands/ListFlowsCommand.ts +0 -94
  152. package/commands/ListTagsForResourceCommand.ts +0 -94
  153. package/commands/StartFlowCommand.ts +0 -95
  154. package/commands/StopFlowCommand.ts +0 -96
  155. package/commands/TagResourceCommand.ts +0 -94
  156. package/commands/UntagResourceCommand.ts +0 -94
  157. package/commands/UpdateConnectorProfileCommand.ts +0 -94
  158. package/commands/UpdateFlowCommand.ts +0 -94
  159. package/dist/cjs/Appflow.js.map +0 -1
  160. package/dist/cjs/AppflowClient.js.map +0 -1
  161. package/dist/cjs/commands/CreateConnectorProfileCommand.js.map +0 -1
  162. package/dist/cjs/commands/CreateFlowCommand.js.map +0 -1
  163. package/dist/cjs/commands/DeleteConnectorProfileCommand.js.map +0 -1
  164. package/dist/cjs/commands/DeleteFlowCommand.js.map +0 -1
  165. package/dist/cjs/commands/DescribeConnectorEntityCommand.js.map +0 -1
  166. package/dist/cjs/commands/DescribeConnectorProfilesCommand.js.map +0 -1
  167. package/dist/cjs/commands/DescribeConnectorsCommand.js.map +0 -1
  168. package/dist/cjs/commands/DescribeFlowCommand.js.map +0 -1
  169. package/dist/cjs/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
  170. package/dist/cjs/commands/ListConnectorEntitiesCommand.js.map +0 -1
  171. package/dist/cjs/commands/ListFlowsCommand.js.map +0 -1
  172. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  173. package/dist/cjs/commands/StartFlowCommand.js.map +0 -1
  174. package/dist/cjs/commands/StopFlowCommand.js.map +0 -1
  175. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  176. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  177. package/dist/cjs/commands/UpdateConnectorProfileCommand.js.map +0 -1
  178. package/dist/cjs/commands/UpdateFlowCommand.js.map +0 -1
  179. package/dist/cjs/endpoints.js.map +0 -1
  180. package/dist/cjs/index.js.map +0 -1
  181. package/dist/cjs/models/index.js.map +0 -1
  182. package/dist/cjs/models/models_0.js.map +0 -1
  183. package/dist/cjs/package.json +0 -91
  184. package/dist/cjs/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
  185. package/dist/cjs/pagination/DescribeConnectorsPaginator.js.map +0 -1
  186. package/dist/cjs/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
  187. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  188. package/dist/cjs/pagination/ListFlowsPaginator.js.map +0 -1
  189. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  190. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  191. package/dist/cjs/runtimeConfig.js.map +0 -1
  192. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  193. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  194. package/dist/es/Appflow.js.map +0 -1
  195. package/dist/es/AppflowClient.js +0 -86
  196. package/dist/es/AppflowClient.js.map +0 -1
  197. package/dist/es/commands/CreateConnectorProfileCommand.js.map +0 -1
  198. package/dist/es/commands/CreateFlowCommand.js.map +0 -1
  199. package/dist/es/commands/DeleteConnectorProfileCommand.js.map +0 -1
  200. package/dist/es/commands/DeleteFlowCommand.js.map +0 -1
  201. package/dist/es/commands/DescribeConnectorEntityCommand.js.map +0 -1
  202. package/dist/es/commands/DescribeConnectorProfilesCommand.js.map +0 -1
  203. package/dist/es/commands/DescribeConnectorsCommand.js.map +0 -1
  204. package/dist/es/commands/DescribeFlowCommand.js.map +0 -1
  205. package/dist/es/commands/DescribeFlowExecutionRecordsCommand.js.map +0 -1
  206. package/dist/es/commands/ListConnectorEntitiesCommand.js.map +0 -1
  207. package/dist/es/commands/ListFlowsCommand.js.map +0 -1
  208. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  209. package/dist/es/commands/StartFlowCommand.js.map +0 -1
  210. package/dist/es/commands/StopFlowCommand.js.map +0 -1
  211. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  212. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  213. package/dist/es/commands/UpdateConnectorProfileCommand.js.map +0 -1
  214. package/dist/es/commands/UpdateFlowCommand.js.map +0 -1
  215. package/dist/es/endpoints.js.map +0 -1
  216. package/dist/es/index.js +0 -27
  217. package/dist/es/index.js.map +0 -1
  218. package/dist/es/models/index.js +0 -2
  219. package/dist/es/models/index.js.map +0 -1
  220. package/dist/es/models/models_0.js.map +0 -1
  221. package/dist/es/package.json +0 -91
  222. package/dist/es/pagination/DescribeConnectorProfilesPaginator.js.map +0 -1
  223. package/dist/es/pagination/DescribeConnectorsPaginator.js.map +0 -1
  224. package/dist/es/pagination/DescribeFlowExecutionRecordsPaginator.js.map +0 -1
  225. package/dist/es/pagination/Interfaces.js +0 -2
  226. package/dist/es/pagination/Interfaces.js.map +0 -1
  227. package/dist/es/pagination/ListFlowsPaginator.js.map +0 -1
  228. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  229. package/dist/es/runtimeConfig.browser.js.map +0 -1
  230. package/dist/es/runtimeConfig.js.map +0 -1
  231. package/dist/es/runtimeConfig.native.js.map +0 -1
  232. package/dist/es/runtimeConfig.shared.js.map +0 -1
  233. package/endpoints.ts +0 -57
  234. package/jest.config.js +0 -4
  235. package/models/models_0.ts +0 -5012
  236. package/pagination/DescribeConnectorProfilesPaginator.ts +0 -58
  237. package/pagination/DescribeConnectorsPaginator.ts +0 -57
  238. package/pagination/DescribeFlowExecutionRecordsPaginator.ts +0 -58
  239. package/pagination/Interfaces.ts +0 -7
  240. package/pagination/ListFlowsPaginator.ts +0 -54
  241. package/protocols/Aws_restJson1.ts +0 -5151
  242. package/runtimeConfig.browser.ts +0 -40
  243. package/runtimeConfig.native.ts +0 -16
  244. package/runtimeConfig.shared.ts +0 -16
  245. package/runtimeConfig.ts +0 -45
  246. package/tsconfig.es.json +0 -12
  247. package/tsconfig.json +0 -32
package/AppflowClient.ts DELETED
@@ -1,353 +0,0 @@
1
- import {
2
- CreateConnectorProfileCommandInput,
3
- CreateConnectorProfileCommandOutput,
4
- } from "./commands/CreateConnectorProfileCommand";
5
- import { CreateFlowCommandInput, CreateFlowCommandOutput } from "./commands/CreateFlowCommand";
6
- import {
7
- DeleteConnectorProfileCommandInput,
8
- DeleteConnectorProfileCommandOutput,
9
- } from "./commands/DeleteConnectorProfileCommand";
10
- import { DeleteFlowCommandInput, DeleteFlowCommandOutput } from "./commands/DeleteFlowCommand";
11
- import {
12
- DescribeConnectorEntityCommandInput,
13
- DescribeConnectorEntityCommandOutput,
14
- } from "./commands/DescribeConnectorEntityCommand";
15
- import {
16
- DescribeConnectorProfilesCommandInput,
17
- DescribeConnectorProfilesCommandOutput,
18
- } from "./commands/DescribeConnectorProfilesCommand";
19
- import { DescribeConnectorsCommandInput, DescribeConnectorsCommandOutput } from "./commands/DescribeConnectorsCommand";
20
- import { DescribeFlowCommandInput, DescribeFlowCommandOutput } from "./commands/DescribeFlowCommand";
21
- import {
22
- DescribeFlowExecutionRecordsCommandInput,
23
- DescribeFlowExecutionRecordsCommandOutput,
24
- } from "./commands/DescribeFlowExecutionRecordsCommand";
25
- import {
26
- ListConnectorEntitiesCommandInput,
27
- ListConnectorEntitiesCommandOutput,
28
- } from "./commands/ListConnectorEntitiesCommand";
29
- import { ListFlowsCommandInput, ListFlowsCommandOutput } from "./commands/ListFlowsCommand";
30
- import {
31
- ListTagsForResourceCommandInput,
32
- ListTagsForResourceCommandOutput,
33
- } from "./commands/ListTagsForResourceCommand";
34
- import { StartFlowCommandInput, StartFlowCommandOutput } from "./commands/StartFlowCommand";
35
- import { StopFlowCommandInput, StopFlowCommandOutput } from "./commands/StopFlowCommand";
36
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
37
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
38
- import {
39
- UpdateConnectorProfileCommandInput,
40
- UpdateConnectorProfileCommandOutput,
41
- } from "./commands/UpdateConnectorProfileCommand";
42
- import { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "./commands/UpdateFlowCommand";
43
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
44
- import {
45
- EndpointsInputConfig,
46
- EndpointsResolvedConfig,
47
- RegionInputConfig,
48
- RegionResolvedConfig,
49
- resolveEndpointsConfig,
50
- resolveRegionConfig,
51
- } from "@aws-sdk/config-resolver";
52
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
53
- import {
54
- HostHeaderInputConfig,
55
- HostHeaderResolvedConfig,
56
- getHostHeaderPlugin,
57
- resolveHostHeaderConfig,
58
- } from "@aws-sdk/middleware-host-header";
59
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
60
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
61
- import {
62
- AwsAuthInputConfig,
63
- AwsAuthResolvedConfig,
64
- getAwsAuthPlugin,
65
- resolveAwsAuthConfig,
66
- } from "@aws-sdk/middleware-signing";
67
- import {
68
- UserAgentInputConfig,
69
- UserAgentResolvedConfig,
70
- getUserAgentPlugin,
71
- resolveUserAgentConfig,
72
- } from "@aws-sdk/middleware-user-agent";
73
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
74
- import {
75
- Client as __Client,
76
- SmithyConfiguration as __SmithyConfiguration,
77
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
78
- } from "@aws-sdk/smithy-client";
79
- import {
80
- Provider,
81
- RegionInfoProvider,
82
- Credentials as __Credentials,
83
- Decoder as __Decoder,
84
- Encoder as __Encoder,
85
- Hash as __Hash,
86
- HashConstructor as __HashConstructor,
87
- HttpHandlerOptions as __HttpHandlerOptions,
88
- Logger as __Logger,
89
- Provider as __Provider,
90
- StreamCollector as __StreamCollector,
91
- UrlParser as __UrlParser,
92
- UserAgent as __UserAgent,
93
- } from "@aws-sdk/types";
94
-
95
- export type ServiceInputTypes =
96
- | CreateConnectorProfileCommandInput
97
- | CreateFlowCommandInput
98
- | DeleteConnectorProfileCommandInput
99
- | DeleteFlowCommandInput
100
- | DescribeConnectorEntityCommandInput
101
- | DescribeConnectorProfilesCommandInput
102
- | DescribeConnectorsCommandInput
103
- | DescribeFlowCommandInput
104
- | DescribeFlowExecutionRecordsCommandInput
105
- | ListConnectorEntitiesCommandInput
106
- | ListFlowsCommandInput
107
- | ListTagsForResourceCommandInput
108
- | StartFlowCommandInput
109
- | StopFlowCommandInput
110
- | TagResourceCommandInput
111
- | UntagResourceCommandInput
112
- | UpdateConnectorProfileCommandInput
113
- | UpdateFlowCommandInput;
114
-
115
- export type ServiceOutputTypes =
116
- | CreateConnectorProfileCommandOutput
117
- | CreateFlowCommandOutput
118
- | DeleteConnectorProfileCommandOutput
119
- | DeleteFlowCommandOutput
120
- | DescribeConnectorEntityCommandOutput
121
- | DescribeConnectorProfilesCommandOutput
122
- | DescribeConnectorsCommandOutput
123
- | DescribeFlowCommandOutput
124
- | DescribeFlowExecutionRecordsCommandOutput
125
- | ListConnectorEntitiesCommandOutput
126
- | ListFlowsCommandOutput
127
- | ListTagsForResourceCommandOutput
128
- | StartFlowCommandOutput
129
- | StopFlowCommandOutput
130
- | TagResourceCommandOutput
131
- | UntagResourceCommandOutput
132
- | UpdateConnectorProfileCommandOutput
133
- | UpdateFlowCommandOutput;
134
-
135
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
136
- /**
137
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
138
- */
139
- requestHandler?: __HttpHandler;
140
-
141
- /**
142
- * A constructor for a class implementing the {@link __Hash} interface
143
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
144
- * @internal
145
- */
146
- sha256?: __HashConstructor;
147
-
148
- /**
149
- * The function that will be used to convert strings into HTTP endpoints.
150
- * @internal
151
- */
152
- urlParser?: __UrlParser;
153
-
154
- /**
155
- * A function that can calculate the length of a request body.
156
- * @internal
157
- */
158
- bodyLengthChecker?: (body: any) => number | undefined;
159
-
160
- /**
161
- * A function that converts a stream into an array of bytes.
162
- * @internal
163
- */
164
- streamCollector?: __StreamCollector;
165
-
166
- /**
167
- * The function that will be used to convert a base64-encoded string to a byte array.
168
- * @internal
169
- */
170
- base64Decoder?: __Decoder;
171
-
172
- /**
173
- * The function that will be used to convert binary data to a base64-encoded string.
174
- * @internal
175
- */
176
- base64Encoder?: __Encoder;
177
-
178
- /**
179
- * The function that will be used to convert a UTF8-encoded string to a byte array.
180
- * @internal
181
- */
182
- utf8Decoder?: __Decoder;
183
-
184
- /**
185
- * The function that will be used to convert binary data to a UTF-8 encoded string.
186
- * @internal
187
- */
188
- utf8Encoder?: __Encoder;
189
-
190
- /**
191
- * The runtime environment.
192
- * @internal
193
- */
194
- runtime?: string;
195
-
196
- /**
197
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
198
- * trait of an operation.
199
- */
200
- disableHostPrefix?: boolean;
201
-
202
- /**
203
- * Value for how many times a request will be made at most in case of retry.
204
- */
205
- maxAttempts?: number | __Provider<number>;
206
-
207
- /**
208
- * Specifies which retry algorithm to use.
209
- */
210
- retryMode?: string | __Provider<string>;
211
-
212
- /**
213
- * Optional logger for logging debug/info/warn/error.
214
- */
215
- logger?: __Logger;
216
-
217
- /**
218
- * Unique service identifier.
219
- * @internal
220
- */
221
- serviceId?: string;
222
-
223
- /**
224
- * The AWS region to which this client will send requests
225
- */
226
- region?: string | __Provider<string>;
227
-
228
- /**
229
- * Default credentials provider; Not available in browser runtime.
230
- * @internal
231
- */
232
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
233
-
234
- /**
235
- * Fetch related hostname, signing name or signing region with given region.
236
- * @internal
237
- */
238
- regionInfoProvider?: RegionInfoProvider;
239
-
240
- /**
241
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
242
- * @internal
243
- */
244
- defaultUserAgentProvider?: Provider<__UserAgent>;
245
- }
246
-
247
- type AppflowClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
248
- ClientDefaults &
249
- RegionInputConfig &
250
- EndpointsInputConfig &
251
- RetryInputConfig &
252
- HostHeaderInputConfig &
253
- AwsAuthInputConfig &
254
- UserAgentInputConfig;
255
- /**
256
- * The configuration interface of AppflowClient class constructor that set the region, credentials and other options.
257
- */
258
- export interface AppflowClientConfig extends AppflowClientConfigType {}
259
-
260
- type AppflowClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
261
- Required<ClientDefaults> &
262
- RegionResolvedConfig &
263
- EndpointsResolvedConfig &
264
- RetryResolvedConfig &
265
- HostHeaderResolvedConfig &
266
- AwsAuthResolvedConfig &
267
- UserAgentResolvedConfig;
268
- /**
269
- * The resolved configuration interface of AppflowClient class. This is resolved and normalized from the {@link AppflowClientConfig | constructor configuration interface}.
270
- */
271
- export interface AppflowClientResolvedConfig extends AppflowClientResolvedConfigType {}
272
-
273
- /**
274
- * <p>Welcome to the Amazon AppFlow API reference. This guide is for developers who need
275
- * detailed information about the Amazon AppFlow API operations, data types, and errors. </p>
276
- *
277
- * <p>Amazon AppFlow is a fully managed integration service that enables you to securely
278
- * transfer data between software as a service (SaaS) applications like Salesforce, Marketo,
279
- * Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. </p>
280
- *
281
- *
282
- *
283
- * <p>Use the following links to get started on the Amazon AppFlow API:</p>
284
- *
285
- * <ul>
286
- * <li>
287
- * <p>
288
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Operations.html">Actions</a>: An alphabetical list of all Amazon AppFlow API operations.</p>
289
- * </li>
290
- * <li>
291
- * <p>
292
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/API_Types.html">Data
293
- * types</a>: An alphabetical list of all Amazon AppFlow data types.</p>
294
- * </li>
295
- * <li>
296
- * <p>
297
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonParameters.html">Common parameters</a>: Parameters that all Query operations can use.</p>
298
- * </li>
299
- * <li>
300
- * <p>
301
- * <a href="https://docs.aws.amazon.com/appflow/1.0/APIReference/CommonErrors.html">Common
302
- * errors</a>: Client and server errors that all operations can return.</p>
303
- * </li>
304
- * </ul>
305
- *
306
- * <p>If you're new to Amazon AppFlow, we recommend that you review the <a href="https://docs.aws.amazon.com/appflow/latest/userguide/what-is-appflow.html">Amazon AppFlow User
307
- * Guide</a>.</p>
308
- * <p>Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include
309
- * applicable OAuth attributes (such as <code>auth-code</code> and <code>redirecturi</code>) with
310
- * the connector-specific <code>ConnectorProfileProperties</code> when creating a new connector
311
- * profile using Amazon AppFlow API operations. For example, Salesforce users can refer to the
312
- * <a href="https://help.salesforce.com/articleView?id=remoteaccess_authenticate.htm">
313
- * <i>Authorize Apps with OAuth</i>
314
- * </a> documentation.</p>
315
- */
316
- export class AppflowClient extends __Client<
317
- __HttpHandlerOptions,
318
- ServiceInputTypes,
319
- ServiceOutputTypes,
320
- AppflowClientResolvedConfig
321
- > {
322
- /**
323
- * The resolved configuration of AppflowClient class. This is resolved and normalized from the {@link AppflowClientConfig | constructor configuration interface}.
324
- */
325
- readonly config: AppflowClientResolvedConfig;
326
-
327
- constructor(configuration: AppflowClientConfig) {
328
- let _config_0 = __getRuntimeConfig(configuration);
329
- let _config_1 = resolveRegionConfig(_config_0);
330
- let _config_2 = resolveEndpointsConfig(_config_1);
331
- let _config_3 = resolveRetryConfig(_config_2);
332
- let _config_4 = resolveHostHeaderConfig(_config_3);
333
- let _config_5 = resolveAwsAuthConfig(_config_4);
334
- let _config_6 = resolveUserAgentConfig(_config_5);
335
- super(_config_6);
336
- this.config = _config_6;
337
- this.middlewareStack.use(getRetryPlugin(this.config));
338
- this.middlewareStack.use(getContentLengthPlugin(this.config));
339
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
340
- this.middlewareStack.use(getLoggerPlugin(this.config));
341
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
342
- this.middlewareStack.use(getUserAgentPlugin(this.config));
343
- }
344
-
345
- /**
346
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
347
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
348
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
349
- */
350
- destroy(): void {
351
- super.destroy();
352
- }
353
- }
@@ -1,97 +0,0 @@
1
- import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
2
- import { CreateConnectorProfileRequest, CreateConnectorProfileResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1CreateConnectorProfileCommand,
5
- serializeAws_restJson1CreateConnectorProfileCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface CreateConnectorProfileCommandInput extends CreateConnectorProfileRequest {}
21
- export interface CreateConnectorProfileCommandOutput extends CreateConnectorProfileResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p> Creates a new connector profile associated with your Amazon Web Services account. There is a soft quota
25
- * of 100 connector profiles per Amazon Web Services account. If you need more connector profiles than this quota
26
- * allows, you can submit a request to the Amazon AppFlow team through the Amazon AppFlow support
27
- * channel. </p>
28
- * @example
29
- * Use a bare-bones client and the command you need to make an API call.
30
- * ```javascript
31
- * import { AppflowClient, CreateConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
32
- * // const { AppflowClient, CreateConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
33
- * const client = new AppflowClient(config);
34
- * const command = new CreateConnectorProfileCommand(input);
35
- * const response = await client.send(command);
36
- * ```
37
- *
38
- * @see {@link CreateConnectorProfileCommandInput} for command's `input` shape.
39
- * @see {@link CreateConnectorProfileCommandOutput} for command's `response` shape.
40
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
41
- *
42
- */
43
- export class CreateConnectorProfileCommand extends $Command<
44
- CreateConnectorProfileCommandInput,
45
- CreateConnectorProfileCommandOutput,
46
- AppflowClientResolvedConfig
47
- > {
48
- // Start section: command_properties
49
- // End section: command_properties
50
-
51
- constructor(readonly input: CreateConnectorProfileCommandInput) {
52
- // Start section: command_constructor
53
- super();
54
- // End section: command_constructor
55
- }
56
-
57
- /**
58
- * @internal
59
- */
60
- resolveMiddleware(
61
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
62
- configuration: AppflowClientResolvedConfig,
63
- options?: __HttpHandlerOptions
64
- ): Handler<CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput> {
65
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
66
-
67
- const stack = clientStack.concat(this.middlewareStack);
68
-
69
- const { logger } = configuration;
70
- const clientName = "AppflowClient";
71
- const commandName = "CreateConnectorProfileCommand";
72
- const handlerExecutionContext: HandlerExecutionContext = {
73
- logger,
74
- clientName,
75
- commandName,
76
- inputFilterSensitiveLog: CreateConnectorProfileRequest.filterSensitiveLog,
77
- outputFilterSensitiveLog: CreateConnectorProfileResponse.filterSensitiveLog,
78
- };
79
- const { requestHandler } = configuration;
80
- return stack.resolve(
81
- (request: FinalizeHandlerArguments<any>) =>
82
- requestHandler.handle(request.request as __HttpRequest, options || {}),
83
- handlerExecutionContext
84
- );
85
- }
86
-
87
- private serialize(input: CreateConnectorProfileCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
88
- return serializeAws_restJson1CreateConnectorProfileCommand(input, context);
89
- }
90
-
91
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateConnectorProfileCommandOutput> {
92
- return deserializeAws_restJson1CreateConnectorProfileCommand(output, context);
93
- }
94
-
95
- // Start section: command_body_extra
96
- // End section: command_body_extra
97
- }
@@ -1,97 +0,0 @@
1
- import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
2
- import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1CreateFlowCommand,
5
- serializeAws_restJson1CreateFlowCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface CreateFlowCommandInput extends CreateFlowRequest {}
21
- export interface CreateFlowCommandOutput extends CreateFlowResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p> Enables your application to create a new flow using Amazon AppFlow. You must create a
25
- * connector profile before calling this API. Please note that the Request Syntax below shows
26
- * syntax for multiple destinations, however, you can only transfer data to one item in this list
27
- * at a time. Amazon AppFlow does not currently support flows to multiple destinations at once. </p>
28
- * @example
29
- * Use a bare-bones client and the command you need to make an API call.
30
- * ```javascript
31
- * import { AppflowClient, CreateFlowCommand } from "@aws-sdk/client-appflow"; // ES Modules import
32
- * // const { AppflowClient, CreateFlowCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
33
- * const client = new AppflowClient(config);
34
- * const command = new CreateFlowCommand(input);
35
- * const response = await client.send(command);
36
- * ```
37
- *
38
- * @see {@link CreateFlowCommandInput} for command's `input` shape.
39
- * @see {@link CreateFlowCommandOutput} for command's `response` shape.
40
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
41
- *
42
- */
43
- export class CreateFlowCommand extends $Command<
44
- CreateFlowCommandInput,
45
- CreateFlowCommandOutput,
46
- AppflowClientResolvedConfig
47
- > {
48
- // Start section: command_properties
49
- // End section: command_properties
50
-
51
- constructor(readonly input: CreateFlowCommandInput) {
52
- // Start section: command_constructor
53
- super();
54
- // End section: command_constructor
55
- }
56
-
57
- /**
58
- * @internal
59
- */
60
- resolveMiddleware(
61
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
62
- configuration: AppflowClientResolvedConfig,
63
- options?: __HttpHandlerOptions
64
- ): Handler<CreateFlowCommandInput, CreateFlowCommandOutput> {
65
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
66
-
67
- const stack = clientStack.concat(this.middlewareStack);
68
-
69
- const { logger } = configuration;
70
- const clientName = "AppflowClient";
71
- const commandName = "CreateFlowCommand";
72
- const handlerExecutionContext: HandlerExecutionContext = {
73
- logger,
74
- clientName,
75
- commandName,
76
- inputFilterSensitiveLog: CreateFlowRequest.filterSensitiveLog,
77
- outputFilterSensitiveLog: CreateFlowResponse.filterSensitiveLog,
78
- };
79
- const { requestHandler } = configuration;
80
- return stack.resolve(
81
- (request: FinalizeHandlerArguments<any>) =>
82
- requestHandler.handle(request.request as __HttpRequest, options || {}),
83
- handlerExecutionContext
84
- );
85
- }
86
-
87
- private serialize(input: CreateFlowCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
88
- return serializeAws_restJson1CreateFlowCommand(input, context);
89
- }
90
-
91
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateFlowCommandOutput> {
92
- return deserializeAws_restJson1CreateFlowCommand(output, context);
93
- }
94
-
95
- // Start section: command_body_extra
96
- // End section: command_body_extra
97
- }
@@ -1,94 +0,0 @@
1
- import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppflowClient";
2
- import { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_restJson1DeleteConnectorProfileCommand,
5
- serializeAws_restJson1DeleteConnectorProfileCommand,
6
- } from "../protocols/Aws_restJson1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface DeleteConnectorProfileCommandInput extends DeleteConnectorProfileRequest {}
21
- export interface DeleteConnectorProfileCommandOutput extends DeleteConnectorProfileResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p> Enables you to delete an existing connector profile. </p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { AppflowClient, DeleteConnectorProfileCommand } from "@aws-sdk/client-appflow"; // ES Modules import
29
- * // const { AppflowClient, DeleteConnectorProfileCommand } = require("@aws-sdk/client-appflow"); // CommonJS import
30
- * const client = new AppflowClient(config);
31
- * const command = new DeleteConnectorProfileCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link DeleteConnectorProfileCommandInput} for command's `input` shape.
36
- * @see {@link DeleteConnectorProfileCommandOutput} for command's `response` shape.
37
- * @see {@link AppflowClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
40
- export class DeleteConnectorProfileCommand extends $Command<
41
- DeleteConnectorProfileCommandInput,
42
- DeleteConnectorProfileCommandOutput,
43
- AppflowClientResolvedConfig
44
- > {
45
- // Start section: command_properties
46
- // End section: command_properties
47
-
48
- constructor(readonly input: DeleteConnectorProfileCommandInput) {
49
- // Start section: command_constructor
50
- super();
51
- // End section: command_constructor
52
- }
53
-
54
- /**
55
- * @internal
56
- */
57
- resolveMiddleware(
58
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
59
- configuration: AppflowClientResolvedConfig,
60
- options?: __HttpHandlerOptions
61
- ): Handler<DeleteConnectorProfileCommandInput, DeleteConnectorProfileCommandOutput> {
62
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
63
-
64
- const stack = clientStack.concat(this.middlewareStack);
65
-
66
- const { logger } = configuration;
67
- const clientName = "AppflowClient";
68
- const commandName = "DeleteConnectorProfileCommand";
69
- const handlerExecutionContext: HandlerExecutionContext = {
70
- logger,
71
- clientName,
72
- commandName,
73
- inputFilterSensitiveLog: DeleteConnectorProfileRequest.filterSensitiveLog,
74
- outputFilterSensitiveLog: DeleteConnectorProfileResponse.filterSensitiveLog,
75
- };
76
- const { requestHandler } = configuration;
77
- return stack.resolve(
78
- (request: FinalizeHandlerArguments<any>) =>
79
- requestHandler.handle(request.request as __HttpRequest, options || {}),
80
- handlerExecutionContext
81
- );
82
- }
83
-
84
- private serialize(input: DeleteConnectorProfileCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
85
- return serializeAws_restJson1DeleteConnectorProfileCommand(input, context);
86
- }
87
-
88
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DeleteConnectorProfileCommandOutput> {
89
- return deserializeAws_restJson1DeleteConnectorProfileCommand(output, context);
90
- }
91
-
92
- // Start section: command_body_extra
93
- // End section: command_body_extra
94
- }