@aws-sdk/client-appflow 3.1086.0 → 3.1088.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.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Appflow.d.ts +87 -111
- package/dist-types/ts3.4/AppflowClient.d.ts +22 -53
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CancelFlowExecutionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ResetConnectorMetadataCacheCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +10 -20
- package/dist-types/ts3.4/models/errors.d.ts +9 -30
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListFlowsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -12,18 +12,12 @@ import {
|
|
|
12
12
|
CreateConnectorProfileCommandInput,
|
|
13
13
|
CreateConnectorProfileCommandOutput,
|
|
14
14
|
} from "./commands/CreateConnectorProfileCommand";
|
|
15
|
-
import {
|
|
16
|
-
CreateFlowCommandInput,
|
|
17
|
-
CreateFlowCommandOutput,
|
|
18
|
-
} from "./commands/CreateFlowCommand";
|
|
15
|
+
import { CreateFlowCommandInput, CreateFlowCommandOutput } from "./commands/CreateFlowCommand";
|
|
19
16
|
import {
|
|
20
17
|
DeleteConnectorProfileCommandInput,
|
|
21
18
|
DeleteConnectorProfileCommandOutput,
|
|
22
19
|
} from "./commands/DeleteConnectorProfileCommand";
|
|
23
|
-
import {
|
|
24
|
-
DeleteFlowCommandInput,
|
|
25
|
-
DeleteFlowCommandOutput,
|
|
26
|
-
} from "./commands/DeleteFlowCommand";
|
|
20
|
+
import { DeleteFlowCommandInput, DeleteFlowCommandOutput } from "./commands/DeleteFlowCommand";
|
|
27
21
|
import {
|
|
28
22
|
DescribeConnectorCommandInput,
|
|
29
23
|
DescribeConnectorCommandOutput,
|
|
@@ -56,10 +50,7 @@ import {
|
|
|
56
50
|
ListConnectorsCommandInput,
|
|
57
51
|
ListConnectorsCommandOutput,
|
|
58
52
|
} from "./commands/ListConnectorsCommand";
|
|
59
|
-
import {
|
|
60
|
-
ListFlowsCommandInput,
|
|
61
|
-
ListFlowsCommandOutput,
|
|
62
|
-
} from "./commands/ListFlowsCommand";
|
|
53
|
+
import { ListFlowsCommandInput, ListFlowsCommandOutput } from "./commands/ListFlowsCommand";
|
|
63
54
|
import {
|
|
64
55
|
ListTagsForResourceCommandInput,
|
|
65
56
|
ListTagsForResourceCommandOutput,
|
|
@@ -72,18 +63,9 @@ import {
|
|
|
72
63
|
ResetConnectorMetadataCacheCommandInput,
|
|
73
64
|
ResetConnectorMetadataCacheCommandOutput,
|
|
74
65
|
} from "./commands/ResetConnectorMetadataCacheCommand";
|
|
75
|
-
import {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
} from "./commands/StartFlowCommand";
|
|
79
|
-
import {
|
|
80
|
-
StopFlowCommandInput,
|
|
81
|
-
StopFlowCommandOutput,
|
|
82
|
-
} from "./commands/StopFlowCommand";
|
|
83
|
-
import {
|
|
84
|
-
TagResourceCommandInput,
|
|
85
|
-
TagResourceCommandOutput,
|
|
86
|
-
} from "./commands/TagResourceCommand";
|
|
66
|
+
import { StartFlowCommandInput, StartFlowCommandOutput } from "./commands/StartFlowCommand";
|
|
67
|
+
import { StopFlowCommandInput, StopFlowCommandOutput } from "./commands/StopFlowCommand";
|
|
68
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
87
69
|
import {
|
|
88
70
|
UnregisterConnectorCommandInput,
|
|
89
71
|
UnregisterConnectorCommandOutput,
|
|
@@ -100,377 +82,371 @@ import {
|
|
|
100
82
|
UpdateConnectorRegistrationCommandInput,
|
|
101
83
|
UpdateConnectorRegistrationCommandOutput,
|
|
102
84
|
} from "./commands/UpdateConnectorRegistrationCommand";
|
|
103
|
-
import {
|
|
104
|
-
UpdateFlowCommandInput,
|
|
105
|
-
UpdateFlowCommandOutput,
|
|
106
|
-
} from "./commands/UpdateFlowCommand";
|
|
85
|
+
import { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "./commands/UpdateFlowCommand";
|
|
107
86
|
export interface Appflow {
|
|
108
87
|
cancelFlowExecutions(
|
|
109
88
|
args: CancelFlowExecutionsCommandInput,
|
|
110
|
-
options?: __HttpHandlerOptions
|
|
89
|
+
options?: __HttpHandlerOptions,
|
|
111
90
|
): Promise<CancelFlowExecutionsCommandOutput>;
|
|
112
91
|
cancelFlowExecutions(
|
|
113
92
|
args: CancelFlowExecutionsCommandInput,
|
|
114
|
-
cb: (err: any, data?: CancelFlowExecutionsCommandOutput) => void
|
|
93
|
+
cb: (err: any, data?: CancelFlowExecutionsCommandOutput) => void,
|
|
115
94
|
): void;
|
|
116
95
|
cancelFlowExecutions(
|
|
117
96
|
args: CancelFlowExecutionsCommandInput,
|
|
118
97
|
options: __HttpHandlerOptions,
|
|
119
|
-
cb: (err: any, data?: CancelFlowExecutionsCommandOutput) => void
|
|
98
|
+
cb: (err: any, data?: CancelFlowExecutionsCommandOutput) => void,
|
|
120
99
|
): void;
|
|
121
100
|
createConnectorProfile(
|
|
122
101
|
args: CreateConnectorProfileCommandInput,
|
|
123
|
-
options?: __HttpHandlerOptions
|
|
102
|
+
options?: __HttpHandlerOptions,
|
|
124
103
|
): Promise<CreateConnectorProfileCommandOutput>;
|
|
125
104
|
createConnectorProfile(
|
|
126
105
|
args: CreateConnectorProfileCommandInput,
|
|
127
|
-
cb: (err: any, data?: CreateConnectorProfileCommandOutput) => void
|
|
106
|
+
cb: (err: any, data?: CreateConnectorProfileCommandOutput) => void,
|
|
128
107
|
): void;
|
|
129
108
|
createConnectorProfile(
|
|
130
109
|
args: CreateConnectorProfileCommandInput,
|
|
131
110
|
options: __HttpHandlerOptions,
|
|
132
|
-
cb: (err: any, data?: CreateConnectorProfileCommandOutput) => void
|
|
111
|
+
cb: (err: any, data?: CreateConnectorProfileCommandOutput) => void,
|
|
133
112
|
): void;
|
|
134
113
|
createFlow(
|
|
135
114
|
args: CreateFlowCommandInput,
|
|
136
|
-
options?: __HttpHandlerOptions
|
|
115
|
+
options?: __HttpHandlerOptions,
|
|
137
116
|
): Promise<CreateFlowCommandOutput>;
|
|
138
117
|
createFlow(
|
|
139
118
|
args: CreateFlowCommandInput,
|
|
140
|
-
cb: (err: any, data?: CreateFlowCommandOutput) => void
|
|
119
|
+
cb: (err: any, data?: CreateFlowCommandOutput) => void,
|
|
141
120
|
): void;
|
|
142
121
|
createFlow(
|
|
143
122
|
args: CreateFlowCommandInput,
|
|
144
123
|
options: __HttpHandlerOptions,
|
|
145
|
-
cb: (err: any, data?: CreateFlowCommandOutput) => void
|
|
124
|
+
cb: (err: any, data?: CreateFlowCommandOutput) => void,
|
|
146
125
|
): void;
|
|
147
126
|
deleteConnectorProfile(
|
|
148
127
|
args: DeleteConnectorProfileCommandInput,
|
|
149
|
-
options?: __HttpHandlerOptions
|
|
128
|
+
options?: __HttpHandlerOptions,
|
|
150
129
|
): Promise<DeleteConnectorProfileCommandOutput>;
|
|
151
130
|
deleteConnectorProfile(
|
|
152
131
|
args: DeleteConnectorProfileCommandInput,
|
|
153
|
-
cb: (err: any, data?: DeleteConnectorProfileCommandOutput) => void
|
|
132
|
+
cb: (err: any, data?: DeleteConnectorProfileCommandOutput) => void,
|
|
154
133
|
): void;
|
|
155
134
|
deleteConnectorProfile(
|
|
156
135
|
args: DeleteConnectorProfileCommandInput,
|
|
157
136
|
options: __HttpHandlerOptions,
|
|
158
|
-
cb: (err: any, data?: DeleteConnectorProfileCommandOutput) => void
|
|
137
|
+
cb: (err: any, data?: DeleteConnectorProfileCommandOutput) => void,
|
|
159
138
|
): void;
|
|
160
139
|
deleteFlow(
|
|
161
140
|
args: DeleteFlowCommandInput,
|
|
162
|
-
options?: __HttpHandlerOptions
|
|
141
|
+
options?: __HttpHandlerOptions,
|
|
163
142
|
): Promise<DeleteFlowCommandOutput>;
|
|
164
143
|
deleteFlow(
|
|
165
144
|
args: DeleteFlowCommandInput,
|
|
166
|
-
cb: (err: any, data?: DeleteFlowCommandOutput) => void
|
|
145
|
+
cb: (err: any, data?: DeleteFlowCommandOutput) => void,
|
|
167
146
|
): void;
|
|
168
147
|
deleteFlow(
|
|
169
148
|
args: DeleteFlowCommandInput,
|
|
170
149
|
options: __HttpHandlerOptions,
|
|
171
|
-
cb: (err: any, data?: DeleteFlowCommandOutput) => void
|
|
150
|
+
cb: (err: any, data?: DeleteFlowCommandOutput) => void,
|
|
172
151
|
): void;
|
|
173
152
|
describeConnector(
|
|
174
153
|
args: DescribeConnectorCommandInput,
|
|
175
|
-
options?: __HttpHandlerOptions
|
|
154
|
+
options?: __HttpHandlerOptions,
|
|
176
155
|
): Promise<DescribeConnectorCommandOutput>;
|
|
177
156
|
describeConnector(
|
|
178
157
|
args: DescribeConnectorCommandInput,
|
|
179
|
-
cb: (err: any, data?: DescribeConnectorCommandOutput) => void
|
|
158
|
+
cb: (err: any, data?: DescribeConnectorCommandOutput) => void,
|
|
180
159
|
): void;
|
|
181
160
|
describeConnector(
|
|
182
161
|
args: DescribeConnectorCommandInput,
|
|
183
162
|
options: __HttpHandlerOptions,
|
|
184
|
-
cb: (err: any, data?: DescribeConnectorCommandOutput) => void
|
|
163
|
+
cb: (err: any, data?: DescribeConnectorCommandOutput) => void,
|
|
185
164
|
): void;
|
|
186
165
|
describeConnectorEntity(
|
|
187
166
|
args: DescribeConnectorEntityCommandInput,
|
|
188
|
-
options?: __HttpHandlerOptions
|
|
167
|
+
options?: __HttpHandlerOptions,
|
|
189
168
|
): Promise<DescribeConnectorEntityCommandOutput>;
|
|
190
169
|
describeConnectorEntity(
|
|
191
170
|
args: DescribeConnectorEntityCommandInput,
|
|
192
|
-
cb: (err: any, data?: DescribeConnectorEntityCommandOutput) => void
|
|
171
|
+
cb: (err: any, data?: DescribeConnectorEntityCommandOutput) => void,
|
|
193
172
|
): void;
|
|
194
173
|
describeConnectorEntity(
|
|
195
174
|
args: DescribeConnectorEntityCommandInput,
|
|
196
175
|
options: __HttpHandlerOptions,
|
|
197
|
-
cb: (err: any, data?: DescribeConnectorEntityCommandOutput) => void
|
|
176
|
+
cb: (err: any, data?: DescribeConnectorEntityCommandOutput) => void,
|
|
198
177
|
): void;
|
|
199
178
|
describeConnectorProfiles(): Promise<DescribeConnectorProfilesCommandOutput>;
|
|
200
179
|
describeConnectorProfiles(
|
|
201
180
|
args: DescribeConnectorProfilesCommandInput,
|
|
202
|
-
options?: __HttpHandlerOptions
|
|
181
|
+
options?: __HttpHandlerOptions,
|
|
203
182
|
): Promise<DescribeConnectorProfilesCommandOutput>;
|
|
204
183
|
describeConnectorProfiles(
|
|
205
184
|
args: DescribeConnectorProfilesCommandInput,
|
|
206
|
-
cb: (err: any, data?: DescribeConnectorProfilesCommandOutput) => void
|
|
185
|
+
cb: (err: any, data?: DescribeConnectorProfilesCommandOutput) => void,
|
|
207
186
|
): void;
|
|
208
187
|
describeConnectorProfiles(
|
|
209
188
|
args: DescribeConnectorProfilesCommandInput,
|
|
210
189
|
options: __HttpHandlerOptions,
|
|
211
|
-
cb: (err: any, data?: DescribeConnectorProfilesCommandOutput) => void
|
|
190
|
+
cb: (err: any, data?: DescribeConnectorProfilesCommandOutput) => void,
|
|
212
191
|
): void;
|
|
213
192
|
describeConnectors(): Promise<DescribeConnectorsCommandOutput>;
|
|
214
193
|
describeConnectors(
|
|
215
194
|
args: DescribeConnectorsCommandInput,
|
|
216
|
-
options?: __HttpHandlerOptions
|
|
195
|
+
options?: __HttpHandlerOptions,
|
|
217
196
|
): Promise<DescribeConnectorsCommandOutput>;
|
|
218
197
|
describeConnectors(
|
|
219
198
|
args: DescribeConnectorsCommandInput,
|
|
220
|
-
cb: (err: any, data?: DescribeConnectorsCommandOutput) => void
|
|
199
|
+
cb: (err: any, data?: DescribeConnectorsCommandOutput) => void,
|
|
221
200
|
): void;
|
|
222
201
|
describeConnectors(
|
|
223
202
|
args: DescribeConnectorsCommandInput,
|
|
224
203
|
options: __HttpHandlerOptions,
|
|
225
|
-
cb: (err: any, data?: DescribeConnectorsCommandOutput) => void
|
|
204
|
+
cb: (err: any, data?: DescribeConnectorsCommandOutput) => void,
|
|
226
205
|
): void;
|
|
227
206
|
describeFlow(
|
|
228
207
|
args: DescribeFlowCommandInput,
|
|
229
|
-
options?: __HttpHandlerOptions
|
|
208
|
+
options?: __HttpHandlerOptions,
|
|
230
209
|
): Promise<DescribeFlowCommandOutput>;
|
|
231
210
|
describeFlow(
|
|
232
211
|
args: DescribeFlowCommandInput,
|
|
233
|
-
cb: (err: any, data?: DescribeFlowCommandOutput) => void
|
|
212
|
+
cb: (err: any, data?: DescribeFlowCommandOutput) => void,
|
|
234
213
|
): void;
|
|
235
214
|
describeFlow(
|
|
236
215
|
args: DescribeFlowCommandInput,
|
|
237
216
|
options: __HttpHandlerOptions,
|
|
238
|
-
cb: (err: any, data?: DescribeFlowCommandOutput) => void
|
|
217
|
+
cb: (err: any, data?: DescribeFlowCommandOutput) => void,
|
|
239
218
|
): void;
|
|
240
219
|
describeFlowExecutionRecords(
|
|
241
220
|
args: DescribeFlowExecutionRecordsCommandInput,
|
|
242
|
-
options?: __HttpHandlerOptions
|
|
221
|
+
options?: __HttpHandlerOptions,
|
|
243
222
|
): Promise<DescribeFlowExecutionRecordsCommandOutput>;
|
|
244
223
|
describeFlowExecutionRecords(
|
|
245
224
|
args: DescribeFlowExecutionRecordsCommandInput,
|
|
246
|
-
cb: (err: any, data?: DescribeFlowExecutionRecordsCommandOutput) => void
|
|
225
|
+
cb: (err: any, data?: DescribeFlowExecutionRecordsCommandOutput) => void,
|
|
247
226
|
): void;
|
|
248
227
|
describeFlowExecutionRecords(
|
|
249
228
|
args: DescribeFlowExecutionRecordsCommandInput,
|
|
250
229
|
options: __HttpHandlerOptions,
|
|
251
|
-
cb: (err: any, data?: DescribeFlowExecutionRecordsCommandOutput) => void
|
|
230
|
+
cb: (err: any, data?: DescribeFlowExecutionRecordsCommandOutput) => void,
|
|
252
231
|
): void;
|
|
253
232
|
listConnectorEntities(): Promise<ListConnectorEntitiesCommandOutput>;
|
|
254
233
|
listConnectorEntities(
|
|
255
234
|
args: ListConnectorEntitiesCommandInput,
|
|
256
|
-
options?: __HttpHandlerOptions
|
|
235
|
+
options?: __HttpHandlerOptions,
|
|
257
236
|
): Promise<ListConnectorEntitiesCommandOutput>;
|
|
258
237
|
listConnectorEntities(
|
|
259
238
|
args: ListConnectorEntitiesCommandInput,
|
|
260
|
-
cb: (err: any, data?: ListConnectorEntitiesCommandOutput) => void
|
|
239
|
+
cb: (err: any, data?: ListConnectorEntitiesCommandOutput) => void,
|
|
261
240
|
): void;
|
|
262
241
|
listConnectorEntities(
|
|
263
242
|
args: ListConnectorEntitiesCommandInput,
|
|
264
243
|
options: __HttpHandlerOptions,
|
|
265
|
-
cb: (err: any, data?: ListConnectorEntitiesCommandOutput) => void
|
|
244
|
+
cb: (err: any, data?: ListConnectorEntitiesCommandOutput) => void,
|
|
266
245
|
): void;
|
|
267
246
|
listConnectors(): Promise<ListConnectorsCommandOutput>;
|
|
268
247
|
listConnectors(
|
|
269
248
|
args: ListConnectorsCommandInput,
|
|
270
|
-
options?: __HttpHandlerOptions
|
|
249
|
+
options?: __HttpHandlerOptions,
|
|
271
250
|
): Promise<ListConnectorsCommandOutput>;
|
|
272
251
|
listConnectors(
|
|
273
252
|
args: ListConnectorsCommandInput,
|
|
274
|
-
cb: (err: any, data?: ListConnectorsCommandOutput) => void
|
|
253
|
+
cb: (err: any, data?: ListConnectorsCommandOutput) => void,
|
|
275
254
|
): void;
|
|
276
255
|
listConnectors(
|
|
277
256
|
args: ListConnectorsCommandInput,
|
|
278
257
|
options: __HttpHandlerOptions,
|
|
279
|
-
cb: (err: any, data?: ListConnectorsCommandOutput) => void
|
|
258
|
+
cb: (err: any, data?: ListConnectorsCommandOutput) => void,
|
|
280
259
|
): void;
|
|
281
260
|
listFlows(): Promise<ListFlowsCommandOutput>;
|
|
282
261
|
listFlows(
|
|
283
262
|
args: ListFlowsCommandInput,
|
|
284
|
-
options?: __HttpHandlerOptions
|
|
263
|
+
options?: __HttpHandlerOptions,
|
|
285
264
|
): Promise<ListFlowsCommandOutput>;
|
|
286
265
|
listFlows(
|
|
287
266
|
args: ListFlowsCommandInput,
|
|
288
|
-
cb: (err: any, data?: ListFlowsCommandOutput) => void
|
|
267
|
+
cb: (err: any, data?: ListFlowsCommandOutput) => void,
|
|
289
268
|
): void;
|
|
290
269
|
listFlows(
|
|
291
270
|
args: ListFlowsCommandInput,
|
|
292
271
|
options: __HttpHandlerOptions,
|
|
293
|
-
cb: (err: any, data?: ListFlowsCommandOutput) => void
|
|
272
|
+
cb: (err: any, data?: ListFlowsCommandOutput) => void,
|
|
294
273
|
): void;
|
|
295
274
|
listTagsForResource(
|
|
296
275
|
args: ListTagsForResourceCommandInput,
|
|
297
|
-
options?: __HttpHandlerOptions
|
|
276
|
+
options?: __HttpHandlerOptions,
|
|
298
277
|
): Promise<ListTagsForResourceCommandOutput>;
|
|
299
278
|
listTagsForResource(
|
|
300
279
|
args: ListTagsForResourceCommandInput,
|
|
301
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
280
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
302
281
|
): void;
|
|
303
282
|
listTagsForResource(
|
|
304
283
|
args: ListTagsForResourceCommandInput,
|
|
305
284
|
options: __HttpHandlerOptions,
|
|
306
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
285
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void,
|
|
307
286
|
): void;
|
|
308
287
|
registerConnector(): Promise<RegisterConnectorCommandOutput>;
|
|
309
288
|
registerConnector(
|
|
310
289
|
args: RegisterConnectorCommandInput,
|
|
311
|
-
options?: __HttpHandlerOptions
|
|
290
|
+
options?: __HttpHandlerOptions,
|
|
312
291
|
): Promise<RegisterConnectorCommandOutput>;
|
|
313
292
|
registerConnector(
|
|
314
293
|
args: RegisterConnectorCommandInput,
|
|
315
|
-
cb: (err: any, data?: RegisterConnectorCommandOutput) => void
|
|
294
|
+
cb: (err: any, data?: RegisterConnectorCommandOutput) => void,
|
|
316
295
|
): void;
|
|
317
296
|
registerConnector(
|
|
318
297
|
args: RegisterConnectorCommandInput,
|
|
319
298
|
options: __HttpHandlerOptions,
|
|
320
|
-
cb: (err: any, data?: RegisterConnectorCommandOutput) => void
|
|
299
|
+
cb: (err: any, data?: RegisterConnectorCommandOutput) => void,
|
|
321
300
|
): void;
|
|
322
301
|
resetConnectorMetadataCache(): Promise<ResetConnectorMetadataCacheCommandOutput>;
|
|
323
302
|
resetConnectorMetadataCache(
|
|
324
303
|
args: ResetConnectorMetadataCacheCommandInput,
|
|
325
|
-
options?: __HttpHandlerOptions
|
|
304
|
+
options?: __HttpHandlerOptions,
|
|
326
305
|
): Promise<ResetConnectorMetadataCacheCommandOutput>;
|
|
327
306
|
resetConnectorMetadataCache(
|
|
328
307
|
args: ResetConnectorMetadataCacheCommandInput,
|
|
329
|
-
cb: (err: any, data?: ResetConnectorMetadataCacheCommandOutput) => void
|
|
308
|
+
cb: (err: any, data?: ResetConnectorMetadataCacheCommandOutput) => void,
|
|
330
309
|
): void;
|
|
331
310
|
resetConnectorMetadataCache(
|
|
332
311
|
args: ResetConnectorMetadataCacheCommandInput,
|
|
333
312
|
options: __HttpHandlerOptions,
|
|
334
|
-
cb: (err: any, data?: ResetConnectorMetadataCacheCommandOutput) => void
|
|
313
|
+
cb: (err: any, data?: ResetConnectorMetadataCacheCommandOutput) => void,
|
|
335
314
|
): void;
|
|
336
315
|
startFlow(
|
|
337
316
|
args: StartFlowCommandInput,
|
|
338
|
-
options?: __HttpHandlerOptions
|
|
317
|
+
options?: __HttpHandlerOptions,
|
|
339
318
|
): Promise<StartFlowCommandOutput>;
|
|
340
319
|
startFlow(
|
|
341
320
|
args: StartFlowCommandInput,
|
|
342
|
-
cb: (err: any, data?: StartFlowCommandOutput) => void
|
|
321
|
+
cb: (err: any, data?: StartFlowCommandOutput) => void,
|
|
343
322
|
): void;
|
|
344
323
|
startFlow(
|
|
345
324
|
args: StartFlowCommandInput,
|
|
346
325
|
options: __HttpHandlerOptions,
|
|
347
|
-
cb: (err: any, data?: StartFlowCommandOutput) => void
|
|
326
|
+
cb: (err: any, data?: StartFlowCommandOutput) => void,
|
|
348
327
|
): void;
|
|
349
328
|
stopFlow(
|
|
350
329
|
args: StopFlowCommandInput,
|
|
351
|
-
options?: __HttpHandlerOptions
|
|
330
|
+
options?: __HttpHandlerOptions,
|
|
352
331
|
): Promise<StopFlowCommandOutput>;
|
|
353
|
-
stopFlow(
|
|
354
|
-
args: StopFlowCommandInput,
|
|
355
|
-
cb: (err: any, data?: StopFlowCommandOutput) => void
|
|
356
|
-
): void;
|
|
332
|
+
stopFlow(args: StopFlowCommandInput, cb: (err: any, data?: StopFlowCommandOutput) => void): void;
|
|
357
333
|
stopFlow(
|
|
358
334
|
args: StopFlowCommandInput,
|
|
359
335
|
options: __HttpHandlerOptions,
|
|
360
|
-
cb: (err: any, data?: StopFlowCommandOutput) => void
|
|
336
|
+
cb: (err: any, data?: StopFlowCommandOutput) => void,
|
|
361
337
|
): void;
|
|
362
338
|
tagResource(
|
|
363
339
|
args: TagResourceCommandInput,
|
|
364
|
-
options?: __HttpHandlerOptions
|
|
340
|
+
options?: __HttpHandlerOptions,
|
|
365
341
|
): Promise<TagResourceCommandOutput>;
|
|
366
342
|
tagResource(
|
|
367
343
|
args: TagResourceCommandInput,
|
|
368
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
344
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
369
345
|
): void;
|
|
370
346
|
tagResource(
|
|
371
347
|
args: TagResourceCommandInput,
|
|
372
348
|
options: __HttpHandlerOptions,
|
|
373
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
349
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void,
|
|
374
350
|
): void;
|
|
375
351
|
unregisterConnector(
|
|
376
352
|
args: UnregisterConnectorCommandInput,
|
|
377
|
-
options?: __HttpHandlerOptions
|
|
353
|
+
options?: __HttpHandlerOptions,
|
|
378
354
|
): Promise<UnregisterConnectorCommandOutput>;
|
|
379
355
|
unregisterConnector(
|
|
380
356
|
args: UnregisterConnectorCommandInput,
|
|
381
|
-
cb: (err: any, data?: UnregisterConnectorCommandOutput) => void
|
|
357
|
+
cb: (err: any, data?: UnregisterConnectorCommandOutput) => void,
|
|
382
358
|
): void;
|
|
383
359
|
unregisterConnector(
|
|
384
360
|
args: UnregisterConnectorCommandInput,
|
|
385
361
|
options: __HttpHandlerOptions,
|
|
386
|
-
cb: (err: any, data?: UnregisterConnectorCommandOutput) => void
|
|
362
|
+
cb: (err: any, data?: UnregisterConnectorCommandOutput) => void,
|
|
387
363
|
): void;
|
|
388
364
|
untagResource(
|
|
389
365
|
args: UntagResourceCommandInput,
|
|
390
|
-
options?: __HttpHandlerOptions
|
|
366
|
+
options?: __HttpHandlerOptions,
|
|
391
367
|
): Promise<UntagResourceCommandOutput>;
|
|
392
368
|
untagResource(
|
|
393
369
|
args: UntagResourceCommandInput,
|
|
394
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
370
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
395
371
|
): void;
|
|
396
372
|
untagResource(
|
|
397
373
|
args: UntagResourceCommandInput,
|
|
398
374
|
options: __HttpHandlerOptions,
|
|
399
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
375
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
400
376
|
): void;
|
|
401
377
|
updateConnectorProfile(
|
|
402
378
|
args: UpdateConnectorProfileCommandInput,
|
|
403
|
-
options?: __HttpHandlerOptions
|
|
379
|
+
options?: __HttpHandlerOptions,
|
|
404
380
|
): Promise<UpdateConnectorProfileCommandOutput>;
|
|
405
381
|
updateConnectorProfile(
|
|
406
382
|
args: UpdateConnectorProfileCommandInput,
|
|
407
|
-
cb: (err: any, data?: UpdateConnectorProfileCommandOutput) => void
|
|
383
|
+
cb: (err: any, data?: UpdateConnectorProfileCommandOutput) => void,
|
|
408
384
|
): void;
|
|
409
385
|
updateConnectorProfile(
|
|
410
386
|
args: UpdateConnectorProfileCommandInput,
|
|
411
387
|
options: __HttpHandlerOptions,
|
|
412
|
-
cb: (err: any, data?: UpdateConnectorProfileCommandOutput) => void
|
|
388
|
+
cb: (err: any, data?: UpdateConnectorProfileCommandOutput) => void,
|
|
413
389
|
): void;
|
|
414
390
|
updateConnectorRegistration(
|
|
415
391
|
args: UpdateConnectorRegistrationCommandInput,
|
|
416
|
-
options?: __HttpHandlerOptions
|
|
392
|
+
options?: __HttpHandlerOptions,
|
|
417
393
|
): Promise<UpdateConnectorRegistrationCommandOutput>;
|
|
418
394
|
updateConnectorRegistration(
|
|
419
395
|
args: UpdateConnectorRegistrationCommandInput,
|
|
420
|
-
cb: (err: any, data?: UpdateConnectorRegistrationCommandOutput) => void
|
|
396
|
+
cb: (err: any, data?: UpdateConnectorRegistrationCommandOutput) => void,
|
|
421
397
|
): void;
|
|
422
398
|
updateConnectorRegistration(
|
|
423
399
|
args: UpdateConnectorRegistrationCommandInput,
|
|
424
400
|
options: __HttpHandlerOptions,
|
|
425
|
-
cb: (err: any, data?: UpdateConnectorRegistrationCommandOutput) => void
|
|
401
|
+
cb: (err: any, data?: UpdateConnectorRegistrationCommandOutput) => void,
|
|
426
402
|
): void;
|
|
427
403
|
updateFlow(
|
|
428
404
|
args: UpdateFlowCommandInput,
|
|
429
|
-
options?: __HttpHandlerOptions
|
|
405
|
+
options?: __HttpHandlerOptions,
|
|
430
406
|
): Promise<UpdateFlowCommandOutput>;
|
|
431
407
|
updateFlow(
|
|
432
408
|
args: UpdateFlowCommandInput,
|
|
433
|
-
cb: (err: any, data?: UpdateFlowCommandOutput) => void
|
|
409
|
+
cb: (err: any, data?: UpdateFlowCommandOutput) => void,
|
|
434
410
|
): void;
|
|
435
411
|
updateFlow(
|
|
436
412
|
args: UpdateFlowCommandInput,
|
|
437
413
|
options: __HttpHandlerOptions,
|
|
438
|
-
cb: (err: any, data?: UpdateFlowCommandOutput) => void
|
|
414
|
+
cb: (err: any, data?: UpdateFlowCommandOutput) => void,
|
|
439
415
|
): void;
|
|
440
416
|
paginateDescribeConnectorProfiles(
|
|
441
417
|
args?: DescribeConnectorProfilesCommandInput,
|
|
442
418
|
paginationConfig?: Pick<
|
|
443
419
|
PaginationConfiguration,
|
|
444
420
|
Exclude<keyof PaginationConfiguration, "client">
|
|
445
|
-
|
|
421
|
+
>,
|
|
446
422
|
): Paginator<DescribeConnectorProfilesCommandOutput>;
|
|
447
423
|
paginateDescribeConnectors(
|
|
448
424
|
args?: DescribeConnectorsCommandInput,
|
|
449
425
|
paginationConfig?: Pick<
|
|
450
426
|
PaginationConfiguration,
|
|
451
427
|
Exclude<keyof PaginationConfiguration, "client">
|
|
452
|
-
|
|
428
|
+
>,
|
|
453
429
|
): Paginator<DescribeConnectorsCommandOutput>;
|
|
454
430
|
paginateDescribeFlowExecutionRecords(
|
|
455
431
|
args: DescribeFlowExecutionRecordsCommandInput,
|
|
456
432
|
paginationConfig?: Pick<
|
|
457
433
|
PaginationConfiguration,
|
|
458
434
|
Exclude<keyof PaginationConfiguration, "client">
|
|
459
|
-
|
|
435
|
+
>,
|
|
460
436
|
): Paginator<DescribeFlowExecutionRecordsCommandOutput>;
|
|
461
437
|
paginateListConnectors(
|
|
462
438
|
args?: ListConnectorsCommandInput,
|
|
463
439
|
paginationConfig?: Pick<
|
|
464
440
|
PaginationConfiguration,
|
|
465
441
|
Exclude<keyof PaginationConfiguration, "client">
|
|
466
|
-
|
|
442
|
+
>,
|
|
467
443
|
): Paginator<ListConnectorsCommandOutput>;
|
|
468
444
|
paginateListFlows(
|
|
469
445
|
args?: ListFlowsCommandInput,
|
|
470
446
|
paginationConfig?: Pick<
|
|
471
447
|
PaginationConfiguration,
|
|
472
448
|
Exclude<keyof PaginationConfiguration, "client">
|
|
473
|
-
|
|
449
|
+
>,
|
|
474
450
|
): Paginator<ListFlowsCommandOutput>;
|
|
475
451
|
}
|
|
476
452
|
export declare class Appflow extends AppflowClient implements Appflow {}
|
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -44,18 +41,12 @@ import {
|
|
|
44
41
|
CreateConnectorProfileCommandInput,
|
|
45
42
|
CreateConnectorProfileCommandOutput,
|
|
46
43
|
} from "./commands/CreateConnectorProfileCommand";
|
|
47
|
-
import {
|
|
48
|
-
CreateFlowCommandInput,
|
|
49
|
-
CreateFlowCommandOutput,
|
|
50
|
-
} from "./commands/CreateFlowCommand";
|
|
44
|
+
import { CreateFlowCommandInput, CreateFlowCommandOutput } from "./commands/CreateFlowCommand";
|
|
51
45
|
import {
|
|
52
46
|
DeleteConnectorProfileCommandInput,
|
|
53
47
|
DeleteConnectorProfileCommandOutput,
|
|
54
48
|
} from "./commands/DeleteConnectorProfileCommand";
|
|
55
|
-
import {
|
|
56
|
-
DeleteFlowCommandInput,
|
|
57
|
-
DeleteFlowCommandOutput,
|
|
58
|
-
} from "./commands/DeleteFlowCommand";
|
|
49
|
+
import { DeleteFlowCommandInput, DeleteFlowCommandOutput } from "./commands/DeleteFlowCommand";
|
|
59
50
|
import {
|
|
60
51
|
DescribeConnectorCommandInput,
|
|
61
52
|
DescribeConnectorCommandOutput,
|
|
@@ -88,10 +79,7 @@ import {
|
|
|
88
79
|
ListConnectorsCommandInput,
|
|
89
80
|
ListConnectorsCommandOutput,
|
|
90
81
|
} from "./commands/ListConnectorsCommand";
|
|
91
|
-
import {
|
|
92
|
-
ListFlowsCommandInput,
|
|
93
|
-
ListFlowsCommandOutput,
|
|
94
|
-
} from "./commands/ListFlowsCommand";
|
|
82
|
+
import { ListFlowsCommandInput, ListFlowsCommandOutput } from "./commands/ListFlowsCommand";
|
|
95
83
|
import {
|
|
96
84
|
ListTagsForResourceCommandInput,
|
|
97
85
|
ListTagsForResourceCommandOutput,
|
|
@@ -104,18 +92,9 @@ import {
|
|
|
104
92
|
ResetConnectorMetadataCacheCommandInput,
|
|
105
93
|
ResetConnectorMetadataCacheCommandOutput,
|
|
106
94
|
} from "./commands/ResetConnectorMetadataCacheCommand";
|
|
107
|
-
import {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
} from "./commands/StartFlowCommand";
|
|
111
|
-
import {
|
|
112
|
-
StopFlowCommandInput,
|
|
113
|
-
StopFlowCommandOutput,
|
|
114
|
-
} from "./commands/StopFlowCommand";
|
|
115
|
-
import {
|
|
116
|
-
TagResourceCommandInput,
|
|
117
|
-
TagResourceCommandOutput,
|
|
118
|
-
} from "./commands/TagResourceCommand";
|
|
95
|
+
import { StartFlowCommandInput, StartFlowCommandOutput } from "./commands/StartFlowCommand";
|
|
96
|
+
import { StopFlowCommandInput, StopFlowCommandOutput } from "./commands/StopFlowCommand";
|
|
97
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
119
98
|
import {
|
|
120
99
|
UnregisterConnectorCommandInput,
|
|
121
100
|
UnregisterConnectorCommandOutput,
|
|
@@ -132,10 +111,7 @@ import {
|
|
|
132
111
|
UpdateConnectorRegistrationCommandInput,
|
|
133
112
|
UpdateConnectorRegistrationCommandOutput,
|
|
134
113
|
} from "./commands/UpdateConnectorRegistrationCommand";
|
|
135
|
-
import {
|
|
136
|
-
UpdateFlowCommandInput,
|
|
137
|
-
UpdateFlowCommandOutput,
|
|
138
|
-
} from "./commands/UpdateFlowCommand";
|
|
114
|
+
import { UpdateFlowCommandInput, UpdateFlowCommandOutput } from "./commands/UpdateFlowCommand";
|
|
139
115
|
import {
|
|
140
116
|
ClientInputEndpointParameters,
|
|
141
117
|
ClientResolvedEndpointParameters,
|
|
@@ -195,8 +171,7 @@ export type ServiceOutputTypes =
|
|
|
195
171
|
| UpdateConnectorProfileCommandOutput
|
|
196
172
|
| UpdateConnectorRegistrationCommandOutput
|
|
197
173
|
| UpdateFlowCommandOutput;
|
|
198
|
-
export interface ClientDefaults
|
|
199
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
174
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
200
175
|
requestHandler?: __HttpHandlerUserInput;
|
|
201
176
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
202
177
|
urlParser?: __UrlParser;
|
|
@@ -221,9 +196,7 @@ export interface ClientDefaults
|
|
|
221
196
|
extensions?: RuntimeExtension[];
|
|
222
197
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
223
198
|
}
|
|
224
|
-
export type AppflowClientConfigType = Partial<
|
|
225
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
226
|
-
> &
|
|
199
|
+
export type AppflowClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
227
200
|
ClientDefaults &
|
|
228
201
|
UserAgentInputConfig &
|
|
229
202
|
RetryInputConfig &
|
|
@@ -233,19 +206,17 @@ export type AppflowClientConfigType = Partial<
|
|
|
233
206
|
HttpAuthSchemeInputConfig &
|
|
234
207
|
ClientInputEndpointParameters;
|
|
235
208
|
export interface AppflowClientConfig extends AppflowClientConfigType {}
|
|
236
|
-
export type AppflowClientResolvedConfigType =
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
export interface AppflowClientResolvedConfig
|
|
248
|
-
extends AppflowClientResolvedConfigType {}
|
|
209
|
+
export type AppflowClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
210
|
+
Required<ClientDefaults> &
|
|
211
|
+
RuntimeExtensionsConfig &
|
|
212
|
+
UserAgentResolvedConfig &
|
|
213
|
+
RetryResolvedConfig &
|
|
214
|
+
RegionResolvedConfig &
|
|
215
|
+
HostHeaderResolvedConfig &
|
|
216
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
217
|
+
HttpAuthSchemeResolvedConfig &
|
|
218
|
+
ClientResolvedEndpointParameters;
|
|
219
|
+
export interface AppflowClientResolvedConfig extends AppflowClientResolvedConfigType {}
|
|
249
220
|
export declare class AppflowClient extends __Client<
|
|
250
221
|
__HttpHandlerOptions,
|
|
251
222
|
ServiceInputTypes,
|
|
@@ -253,8 +224,6 @@ export declare class AppflowClient extends __Client<
|
|
|
253
224
|
AppflowClientResolvedConfig
|
|
254
225
|
> {
|
|
255
226
|
readonly config: AppflowClientResolvedConfig;
|
|
256
|
-
constructor(
|
|
257
|
-
...[configuration]: __CheckOptionalClientConfig<AppflowClientConfig>
|
|
258
|
-
);
|
|
227
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<AppflowClientConfig>);
|
|
259
228
|
destroy(): void;
|
|
260
229
|
}
|