@aws-sdk/client-appflow 3.928.0 → 3.930.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 (49) hide show
  1. package/dist-cjs/index.js +2103 -1536
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AppflowClient.js +2 -0
  4. package/dist-es/commands/CancelFlowExecutionsCommand.js +3 -9
  5. package/dist-es/commands/CreateConnectorProfileCommand.js +3 -10
  6. package/dist-es/commands/CreateFlowCommand.js +3 -9
  7. package/dist-es/commands/DeleteConnectorProfileCommand.js +3 -9
  8. package/dist-es/commands/DeleteFlowCommand.js +3 -9
  9. package/dist-es/commands/DescribeConnectorCommand.js +3 -9
  10. package/dist-es/commands/DescribeConnectorEntityCommand.js +3 -9
  11. package/dist-es/commands/DescribeConnectorProfilesCommand.js +3 -9
  12. package/dist-es/commands/DescribeConnectorsCommand.js +3 -9
  13. package/dist-es/commands/DescribeFlowCommand.js +3 -9
  14. package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +3 -9
  15. package/dist-es/commands/ListConnectorEntitiesCommand.js +3 -9
  16. package/dist-es/commands/ListConnectorsCommand.js +3 -9
  17. package/dist-es/commands/ListFlowsCommand.js +3 -9
  18. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  19. package/dist-es/commands/RegisterConnectorCommand.js +3 -9
  20. package/dist-es/commands/ResetConnectorMetadataCacheCommand.js +3 -9
  21. package/dist-es/commands/StartFlowCommand.js +3 -9
  22. package/dist-es/commands/StopFlowCommand.js +3 -9
  23. package/dist-es/commands/TagResourceCommand.js +3 -9
  24. package/dist-es/commands/UnregisterConnectorCommand.js +3 -9
  25. package/dist-es/commands/UntagResourceCommand.js +3 -9
  26. package/dist-es/commands/UpdateConnectorProfileCommand.js +3 -10
  27. package/dist-es/commands/UpdateConnectorRegistrationCommand.js +3 -9
  28. package/dist-es/commands/UpdateFlowCommand.js +3 -9
  29. package/dist-es/models/models_0.js +0 -148
  30. package/dist-es/runtimeConfig.shared.js +2 -0
  31. package/dist-es/schemas/schemas_0.js +2052 -0
  32. package/dist-types/AppflowClient.d.ts +10 -1
  33. package/dist-types/models/models_0.d.ts +0 -108
  34. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  35. package/dist-types/runtimeConfig.d.ts +1 -0
  36. package/dist-types/runtimeConfig.native.d.ts +1 -0
  37. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  38. package/dist-types/schemas/schemas_0.d.ts +295 -0
  39. package/dist-types/ts3.4/AppflowClient.d.ts +4 -0
  40. package/dist-types/ts3.4/models/models_0.d.ts +0 -81
  41. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  42. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  43. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  44. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  45. package/dist-types/ts3.4/schemas/schemas_0.d.ts +302 -0
  46. package/package.json +33 -34
  47. package/dist-es/protocols/Aws_restJson1.js +0 -1159
  48. package/dist-types/protocols/Aws_restJson1.d.ts +0 -227
  49. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -305
@@ -1,227 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CancelFlowExecutionsCommandInput, CancelFlowExecutionsCommandOutput } from "../commands/CancelFlowExecutionsCommand";
4
- import { CreateConnectorProfileCommandInput, CreateConnectorProfileCommandOutput } from "../commands/CreateConnectorProfileCommand";
5
- import { CreateFlowCommandInput, CreateFlowCommandOutput } from "../commands/CreateFlowCommand";
6
- import { DeleteConnectorProfileCommandInput, DeleteConnectorProfileCommandOutput } from "../commands/DeleteConnectorProfileCommand";
7
- import { DeleteFlowCommandInput, DeleteFlowCommandOutput } from "../commands/DeleteFlowCommand";
8
- import { DescribeConnectorCommandInput, DescribeConnectorCommandOutput } from "../commands/DescribeConnectorCommand";
9
- import { DescribeConnectorEntityCommandInput, DescribeConnectorEntityCommandOutput } from "../commands/DescribeConnectorEntityCommand";
10
- import { DescribeConnectorProfilesCommandInput, DescribeConnectorProfilesCommandOutput } from "../commands/DescribeConnectorProfilesCommand";
11
- import { DescribeConnectorsCommandInput, DescribeConnectorsCommandOutput } from "../commands/DescribeConnectorsCommand";
12
- import { DescribeFlowCommandInput, DescribeFlowCommandOutput } from "../commands/DescribeFlowCommand";
13
- import { DescribeFlowExecutionRecordsCommandInput, DescribeFlowExecutionRecordsCommandOutput } from "../commands/DescribeFlowExecutionRecordsCommand";
14
- import { ListConnectorEntitiesCommandInput, ListConnectorEntitiesCommandOutput } from "../commands/ListConnectorEntitiesCommand";
15
- import { ListConnectorsCommandInput, ListConnectorsCommandOutput } from "../commands/ListConnectorsCommand";
16
- import { ListFlowsCommandInput, ListFlowsCommandOutput } from "../commands/ListFlowsCommand";
17
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
18
- import { RegisterConnectorCommandInput, RegisterConnectorCommandOutput } from "../commands/RegisterConnectorCommand";
19
- import { ResetConnectorMetadataCacheCommandInput, ResetConnectorMetadataCacheCommandOutput } from "../commands/ResetConnectorMetadataCacheCommand";
20
- import { StartFlowCommandInput, StartFlowCommandOutput } from "../commands/StartFlowCommand";
21
- import { StopFlowCommandInput, StopFlowCommandOutput } from "../commands/StopFlowCommand";
22
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
23
- import { UnregisterConnectorCommandInput, UnregisterConnectorCommandOutput } from "../commands/UnregisterConnectorCommand";
24
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
25
- import { UpdateConnectorProfileCommandInput, UpdateConnectorProfileCommandOutput } from "../commands/UpdateConnectorProfileCommand";
26
- import { UpdateConnectorRegistrationCommandInput, UpdateConnectorRegistrationCommandOutput } from "../commands/UpdateConnectorRegistrationCommand";
27
- import { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "../commands/UpdateFlowCommand";
28
- /**
29
- * serializeAws_restJson1CancelFlowExecutionsCommand
30
- */
31
- export declare const se_CancelFlowExecutionsCommand: (input: CancelFlowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- /**
33
- * serializeAws_restJson1CreateConnectorProfileCommand
34
- */
35
- export declare const se_CreateConnectorProfileCommand: (input: CreateConnectorProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- /**
37
- * serializeAws_restJson1CreateFlowCommand
38
- */
39
- export declare const se_CreateFlowCommand: (input: CreateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- /**
41
- * serializeAws_restJson1DeleteConnectorProfileCommand
42
- */
43
- export declare const se_DeleteConnectorProfileCommand: (input: DeleteConnectorProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- /**
45
- * serializeAws_restJson1DeleteFlowCommand
46
- */
47
- export declare const se_DeleteFlowCommand: (input: DeleteFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- /**
49
- * serializeAws_restJson1DescribeConnectorCommand
50
- */
51
- export declare const se_DescribeConnectorCommand: (input: DescribeConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- /**
53
- * serializeAws_restJson1DescribeConnectorEntityCommand
54
- */
55
- export declare const se_DescribeConnectorEntityCommand: (input: DescribeConnectorEntityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- /**
57
- * serializeAws_restJson1DescribeConnectorProfilesCommand
58
- */
59
- export declare const se_DescribeConnectorProfilesCommand: (input: DescribeConnectorProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- /**
61
- * serializeAws_restJson1DescribeConnectorsCommand
62
- */
63
- export declare const se_DescribeConnectorsCommand: (input: DescribeConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_restJson1DescribeFlowCommand
66
- */
67
- export declare const se_DescribeFlowCommand: (input: DescribeFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_restJson1DescribeFlowExecutionRecordsCommand
70
- */
71
- export declare const se_DescribeFlowExecutionRecordsCommand: (input: DescribeFlowExecutionRecordsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_restJson1ListConnectorEntitiesCommand
74
- */
75
- export declare const se_ListConnectorEntitiesCommand: (input: ListConnectorEntitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_restJson1ListConnectorsCommand
78
- */
79
- export declare const se_ListConnectorsCommand: (input: ListConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_restJson1ListFlowsCommand
82
- */
83
- export declare const se_ListFlowsCommand: (input: ListFlowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_restJson1ListTagsForResourceCommand
86
- */
87
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_restJson1RegisterConnectorCommand
90
- */
91
- export declare const se_RegisterConnectorCommand: (input: RegisterConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_restJson1ResetConnectorMetadataCacheCommand
94
- */
95
- export declare const se_ResetConnectorMetadataCacheCommand: (input: ResetConnectorMetadataCacheCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_restJson1StartFlowCommand
98
- */
99
- export declare const se_StartFlowCommand: (input: StartFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_restJson1StopFlowCommand
102
- */
103
- export declare const se_StopFlowCommand: (input: StopFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_restJson1TagResourceCommand
106
- */
107
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_restJson1UnregisterConnectorCommand
110
- */
111
- export declare const se_UnregisterConnectorCommand: (input: UnregisterConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_restJson1UntagResourceCommand
114
- */
115
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_restJson1UpdateConnectorProfileCommand
118
- */
119
- export declare const se_UpdateConnectorProfileCommand: (input: UpdateConnectorProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_restJson1UpdateConnectorRegistrationCommand
122
- */
123
- export declare const se_UpdateConnectorRegistrationCommand: (input: UpdateConnectorRegistrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_restJson1UpdateFlowCommand
126
- */
127
- export declare const se_UpdateFlowCommand: (input: UpdateFlowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * deserializeAws_restJson1CancelFlowExecutionsCommand
130
- */
131
- export declare const de_CancelFlowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelFlowExecutionsCommandOutput>;
132
- /**
133
- * deserializeAws_restJson1CreateConnectorProfileCommand
134
- */
135
- export declare const de_CreateConnectorProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectorProfileCommandOutput>;
136
- /**
137
- * deserializeAws_restJson1CreateFlowCommand
138
- */
139
- export declare const de_CreateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFlowCommandOutput>;
140
- /**
141
- * deserializeAws_restJson1DeleteConnectorProfileCommand
142
- */
143
- export declare const de_DeleteConnectorProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectorProfileCommandOutput>;
144
- /**
145
- * deserializeAws_restJson1DeleteFlowCommand
146
- */
147
- export declare const de_DeleteFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFlowCommandOutput>;
148
- /**
149
- * deserializeAws_restJson1DescribeConnectorCommand
150
- */
151
- export declare const de_DescribeConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorCommandOutput>;
152
- /**
153
- * deserializeAws_restJson1DescribeConnectorEntityCommand
154
- */
155
- export declare const de_DescribeConnectorEntityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorEntityCommandOutput>;
156
- /**
157
- * deserializeAws_restJson1DescribeConnectorProfilesCommand
158
- */
159
- export declare const de_DescribeConnectorProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorProfilesCommandOutput>;
160
- /**
161
- * deserializeAws_restJson1DescribeConnectorsCommand
162
- */
163
- export declare const de_DescribeConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConnectorsCommandOutput>;
164
- /**
165
- * deserializeAws_restJson1DescribeFlowCommand
166
- */
167
- export declare const de_DescribeFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowCommandOutput>;
168
- /**
169
- * deserializeAws_restJson1DescribeFlowExecutionRecordsCommand
170
- */
171
- export declare const de_DescribeFlowExecutionRecordsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowExecutionRecordsCommandOutput>;
172
- /**
173
- * deserializeAws_restJson1ListConnectorEntitiesCommand
174
- */
175
- export declare const de_ListConnectorEntitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorEntitiesCommandOutput>;
176
- /**
177
- * deserializeAws_restJson1ListConnectorsCommand
178
- */
179
- export declare const de_ListConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectorsCommandOutput>;
180
- /**
181
- * deserializeAws_restJson1ListFlowsCommand
182
- */
183
- export declare const de_ListFlowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowsCommandOutput>;
184
- /**
185
- * deserializeAws_restJson1ListTagsForResourceCommand
186
- */
187
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
188
- /**
189
- * deserializeAws_restJson1RegisterConnectorCommand
190
- */
191
- export declare const de_RegisterConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterConnectorCommandOutput>;
192
- /**
193
- * deserializeAws_restJson1ResetConnectorMetadataCacheCommand
194
- */
195
- export declare const de_ResetConnectorMetadataCacheCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetConnectorMetadataCacheCommandOutput>;
196
- /**
197
- * deserializeAws_restJson1StartFlowCommand
198
- */
199
- export declare const de_StartFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlowCommandOutput>;
200
- /**
201
- * deserializeAws_restJson1StopFlowCommand
202
- */
203
- export declare const de_StopFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopFlowCommandOutput>;
204
- /**
205
- * deserializeAws_restJson1TagResourceCommand
206
- */
207
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
208
- /**
209
- * deserializeAws_restJson1UnregisterConnectorCommand
210
- */
211
- export declare const de_UnregisterConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnregisterConnectorCommandOutput>;
212
- /**
213
- * deserializeAws_restJson1UntagResourceCommand
214
- */
215
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
216
- /**
217
- * deserializeAws_restJson1UpdateConnectorProfileCommand
218
- */
219
- export declare const de_UpdateConnectorProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorProfileCommandOutput>;
220
- /**
221
- * deserializeAws_restJson1UpdateConnectorRegistrationCommand
222
- */
223
- export declare const de_UpdateConnectorRegistrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConnectorRegistrationCommandOutput>;
224
- /**
225
- * deserializeAws_restJson1UpdateFlowCommand
226
- */
227
- export declare const de_UpdateFlowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFlowCommandOutput>;
@@ -1,305 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CancelFlowExecutionsCommandInput,
8
- CancelFlowExecutionsCommandOutput,
9
- } from "../commands/CancelFlowExecutionsCommand";
10
- import {
11
- CreateConnectorProfileCommandInput,
12
- CreateConnectorProfileCommandOutput,
13
- } from "../commands/CreateConnectorProfileCommand";
14
- import {
15
- CreateFlowCommandInput,
16
- CreateFlowCommandOutput,
17
- } from "../commands/CreateFlowCommand";
18
- import {
19
- DeleteConnectorProfileCommandInput,
20
- DeleteConnectorProfileCommandOutput,
21
- } from "../commands/DeleteConnectorProfileCommand";
22
- import {
23
- DeleteFlowCommandInput,
24
- DeleteFlowCommandOutput,
25
- } from "../commands/DeleteFlowCommand";
26
- import {
27
- DescribeConnectorCommandInput,
28
- DescribeConnectorCommandOutput,
29
- } from "../commands/DescribeConnectorCommand";
30
- import {
31
- DescribeConnectorEntityCommandInput,
32
- DescribeConnectorEntityCommandOutput,
33
- } from "../commands/DescribeConnectorEntityCommand";
34
- import {
35
- DescribeConnectorProfilesCommandInput,
36
- DescribeConnectorProfilesCommandOutput,
37
- } from "../commands/DescribeConnectorProfilesCommand";
38
- import {
39
- DescribeConnectorsCommandInput,
40
- DescribeConnectorsCommandOutput,
41
- } from "../commands/DescribeConnectorsCommand";
42
- import {
43
- DescribeFlowCommandInput,
44
- DescribeFlowCommandOutput,
45
- } from "../commands/DescribeFlowCommand";
46
- import {
47
- DescribeFlowExecutionRecordsCommandInput,
48
- DescribeFlowExecutionRecordsCommandOutput,
49
- } from "../commands/DescribeFlowExecutionRecordsCommand";
50
- import {
51
- ListConnectorEntitiesCommandInput,
52
- ListConnectorEntitiesCommandOutput,
53
- } from "../commands/ListConnectorEntitiesCommand";
54
- import {
55
- ListConnectorsCommandInput,
56
- ListConnectorsCommandOutput,
57
- } from "../commands/ListConnectorsCommand";
58
- import {
59
- ListFlowsCommandInput,
60
- ListFlowsCommandOutput,
61
- } from "../commands/ListFlowsCommand";
62
- import {
63
- ListTagsForResourceCommandInput,
64
- ListTagsForResourceCommandOutput,
65
- } from "../commands/ListTagsForResourceCommand";
66
- import {
67
- RegisterConnectorCommandInput,
68
- RegisterConnectorCommandOutput,
69
- } from "../commands/RegisterConnectorCommand";
70
- import {
71
- ResetConnectorMetadataCacheCommandInput,
72
- ResetConnectorMetadataCacheCommandOutput,
73
- } from "../commands/ResetConnectorMetadataCacheCommand";
74
- import {
75
- StartFlowCommandInput,
76
- StartFlowCommandOutput,
77
- } from "../commands/StartFlowCommand";
78
- import {
79
- StopFlowCommandInput,
80
- StopFlowCommandOutput,
81
- } from "../commands/StopFlowCommand";
82
- import {
83
- TagResourceCommandInput,
84
- TagResourceCommandOutput,
85
- } from "../commands/TagResourceCommand";
86
- import {
87
- UnregisterConnectorCommandInput,
88
- UnregisterConnectorCommandOutput,
89
- } from "../commands/UnregisterConnectorCommand";
90
- import {
91
- UntagResourceCommandInput,
92
- UntagResourceCommandOutput,
93
- } from "../commands/UntagResourceCommand";
94
- import {
95
- UpdateConnectorProfileCommandInput,
96
- UpdateConnectorProfileCommandOutput,
97
- } from "../commands/UpdateConnectorProfileCommand";
98
- import {
99
- UpdateConnectorRegistrationCommandInput,
100
- UpdateConnectorRegistrationCommandOutput,
101
- } from "../commands/UpdateConnectorRegistrationCommand";
102
- import {
103
- UpdateFlowCommandInput,
104
- UpdateFlowCommandOutput,
105
- } from "../commands/UpdateFlowCommand";
106
- export declare const se_CancelFlowExecutionsCommand: (
107
- input: CancelFlowExecutionsCommandInput,
108
- context: __SerdeContext
109
- ) => Promise<__HttpRequest>;
110
- export declare const se_CreateConnectorProfileCommand: (
111
- input: CreateConnectorProfileCommandInput,
112
- context: __SerdeContext
113
- ) => Promise<__HttpRequest>;
114
- export declare const se_CreateFlowCommand: (
115
- input: CreateFlowCommandInput,
116
- context: __SerdeContext
117
- ) => Promise<__HttpRequest>;
118
- export declare const se_DeleteConnectorProfileCommand: (
119
- input: DeleteConnectorProfileCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_DeleteFlowCommand: (
123
- input: DeleteFlowCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_DescribeConnectorCommand: (
127
- input: DescribeConnectorCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_DescribeConnectorEntityCommand: (
131
- input: DescribeConnectorEntityCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_DescribeConnectorProfilesCommand: (
135
- input: DescribeConnectorProfilesCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_DescribeConnectorsCommand: (
139
- input: DescribeConnectorsCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_DescribeFlowCommand: (
143
- input: DescribeFlowCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_DescribeFlowExecutionRecordsCommand: (
147
- input: DescribeFlowExecutionRecordsCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_ListConnectorEntitiesCommand: (
151
- input: ListConnectorEntitiesCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_ListConnectorsCommand: (
155
- input: ListConnectorsCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_ListFlowsCommand: (
159
- input: ListFlowsCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_ListTagsForResourceCommand: (
163
- input: ListTagsForResourceCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_RegisterConnectorCommand: (
167
- input: RegisterConnectorCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_ResetConnectorMetadataCacheCommand: (
171
- input: ResetConnectorMetadataCacheCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_StartFlowCommand: (
175
- input: StartFlowCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_StopFlowCommand: (
179
- input: StopFlowCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_TagResourceCommand: (
183
- input: TagResourceCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_UnregisterConnectorCommand: (
187
- input: UnregisterConnectorCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_UntagResourceCommand: (
191
- input: UntagResourceCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_UpdateConnectorProfileCommand: (
195
- input: UpdateConnectorProfileCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_UpdateConnectorRegistrationCommand: (
199
- input: UpdateConnectorRegistrationCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_UpdateFlowCommand: (
203
- input: UpdateFlowCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const de_CancelFlowExecutionsCommand: (
207
- output: __HttpResponse,
208
- context: __SerdeContext
209
- ) => Promise<CancelFlowExecutionsCommandOutput>;
210
- export declare const de_CreateConnectorProfileCommand: (
211
- output: __HttpResponse,
212
- context: __SerdeContext
213
- ) => Promise<CreateConnectorProfileCommandOutput>;
214
- export declare const de_CreateFlowCommand: (
215
- output: __HttpResponse,
216
- context: __SerdeContext
217
- ) => Promise<CreateFlowCommandOutput>;
218
- export declare const de_DeleteConnectorProfileCommand: (
219
- output: __HttpResponse,
220
- context: __SerdeContext
221
- ) => Promise<DeleteConnectorProfileCommandOutput>;
222
- export declare const de_DeleteFlowCommand: (
223
- output: __HttpResponse,
224
- context: __SerdeContext
225
- ) => Promise<DeleteFlowCommandOutput>;
226
- export declare const de_DescribeConnectorCommand: (
227
- output: __HttpResponse,
228
- context: __SerdeContext
229
- ) => Promise<DescribeConnectorCommandOutput>;
230
- export declare const de_DescribeConnectorEntityCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<DescribeConnectorEntityCommandOutput>;
234
- export declare const de_DescribeConnectorProfilesCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<DescribeConnectorProfilesCommandOutput>;
238
- export declare const de_DescribeConnectorsCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<DescribeConnectorsCommandOutput>;
242
- export declare const de_DescribeFlowCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<DescribeFlowCommandOutput>;
246
- export declare const de_DescribeFlowExecutionRecordsCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<DescribeFlowExecutionRecordsCommandOutput>;
250
- export declare const de_ListConnectorEntitiesCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<ListConnectorEntitiesCommandOutput>;
254
- export declare const de_ListConnectorsCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<ListConnectorsCommandOutput>;
258
- export declare const de_ListFlowsCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<ListFlowsCommandOutput>;
262
- export declare const de_ListTagsForResourceCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<ListTagsForResourceCommandOutput>;
266
- export declare const de_RegisterConnectorCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<RegisterConnectorCommandOutput>;
270
- export declare const de_ResetConnectorMetadataCacheCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<ResetConnectorMetadataCacheCommandOutput>;
274
- export declare const de_StartFlowCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<StartFlowCommandOutput>;
278
- export declare const de_StopFlowCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<StopFlowCommandOutput>;
282
- export declare const de_TagResourceCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<TagResourceCommandOutput>;
286
- export declare const de_UnregisterConnectorCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<UnregisterConnectorCommandOutput>;
290
- export declare const de_UntagResourceCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<UntagResourceCommandOutput>;
294
- export declare const de_UpdateConnectorProfileCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<UpdateConnectorProfileCommandOutput>;
298
- export declare const de_UpdateConnectorRegistrationCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<UpdateConnectorRegistrationCommandOutput>;
302
- export declare const de_UpdateFlowCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<UpdateFlowCommandOutput>;