@aws-sdk/client-appflow 3.956.0 → 3.958.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/README.md +1 -30
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +928 -1029
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +928 -1029
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -43,10 +43,8 @@ the <a href="https://help.salesforce.com/articleView?id=remoteaccess_authenticat
|
|
|
43
43
|
</a> documentation.</p>
|
|
44
44
|
|
|
45
45
|
## Installing
|
|
46
|
-
|
|
47
46
|
To install this package, simply type add or install @aws-sdk/client-appflow
|
|
48
47
|
using your favorite package manager:
|
|
49
|
-
|
|
50
48
|
- `npm install @aws-sdk/client-appflow`
|
|
51
49
|
- `yarn add @aws-sdk/client-appflow`
|
|
52
50
|
- `pnpm add @aws-sdk/client-appflow`
|
|
@@ -82,9 +80,7 @@ To send a request, you:
|
|
|
82
80
|
// a client can be shared by different commands.
|
|
83
81
|
const client = new AppflowClient({ region: "REGION" });
|
|
84
82
|
|
|
85
|
-
const params = {
|
|
86
|
-
/** input parameters */
|
|
87
|
-
};
|
|
83
|
+
const params = { /** input parameters */ };
|
|
88
84
|
const command = new ListFlowsCommand(params);
|
|
89
85
|
```
|
|
90
86
|
|
|
@@ -243,7 +239,6 @@ CancelFlowExecutions
|
|
|
243
239
|
</summary>
|
|
244
240
|
|
|
245
241
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/CancelFlowExecutionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/CancelFlowExecutionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/CancelFlowExecutionsCommandOutput/)
|
|
246
|
-
|
|
247
242
|
</details>
|
|
248
243
|
<details>
|
|
249
244
|
<summary>
|
|
@@ -251,7 +246,6 @@ CreateConnectorProfile
|
|
|
251
246
|
</summary>
|
|
252
247
|
|
|
253
248
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/CreateConnectorProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/CreateConnectorProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/CreateConnectorProfileCommandOutput/)
|
|
254
|
-
|
|
255
249
|
</details>
|
|
256
250
|
<details>
|
|
257
251
|
<summary>
|
|
@@ -259,7 +253,6 @@ CreateFlow
|
|
|
259
253
|
</summary>
|
|
260
254
|
|
|
261
255
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/CreateFlowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/CreateFlowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/CreateFlowCommandOutput/)
|
|
262
|
-
|
|
263
256
|
</details>
|
|
264
257
|
<details>
|
|
265
258
|
<summary>
|
|
@@ -267,7 +260,6 @@ DeleteConnectorProfile
|
|
|
267
260
|
</summary>
|
|
268
261
|
|
|
269
262
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/DeleteConnectorProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DeleteConnectorProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DeleteConnectorProfileCommandOutput/)
|
|
270
|
-
|
|
271
263
|
</details>
|
|
272
264
|
<details>
|
|
273
265
|
<summary>
|
|
@@ -275,7 +267,6 @@ DeleteFlow
|
|
|
275
267
|
</summary>
|
|
276
268
|
|
|
277
269
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/DeleteFlowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DeleteFlowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DeleteFlowCommandOutput/)
|
|
278
|
-
|
|
279
270
|
</details>
|
|
280
271
|
<details>
|
|
281
272
|
<summary>
|
|
@@ -283,7 +274,6 @@ DescribeConnector
|
|
|
283
274
|
</summary>
|
|
284
275
|
|
|
285
276
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/DescribeConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DescribeConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DescribeConnectorCommandOutput/)
|
|
286
|
-
|
|
287
277
|
</details>
|
|
288
278
|
<details>
|
|
289
279
|
<summary>
|
|
@@ -291,7 +281,6 @@ DescribeConnectorEntity
|
|
|
291
281
|
</summary>
|
|
292
282
|
|
|
293
283
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/DescribeConnectorEntityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DescribeConnectorEntityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DescribeConnectorEntityCommandOutput/)
|
|
294
|
-
|
|
295
284
|
</details>
|
|
296
285
|
<details>
|
|
297
286
|
<summary>
|
|
@@ -299,7 +288,6 @@ DescribeConnectorProfiles
|
|
|
299
288
|
</summary>
|
|
300
289
|
|
|
301
290
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/DescribeConnectorProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DescribeConnectorProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DescribeConnectorProfilesCommandOutput/)
|
|
302
|
-
|
|
303
291
|
</details>
|
|
304
292
|
<details>
|
|
305
293
|
<summary>
|
|
@@ -307,7 +295,6 @@ DescribeConnectors
|
|
|
307
295
|
</summary>
|
|
308
296
|
|
|
309
297
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/DescribeConnectorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DescribeConnectorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DescribeConnectorsCommandOutput/)
|
|
310
|
-
|
|
311
298
|
</details>
|
|
312
299
|
<details>
|
|
313
300
|
<summary>
|
|
@@ -315,7 +302,6 @@ DescribeFlow
|
|
|
315
302
|
</summary>
|
|
316
303
|
|
|
317
304
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/DescribeFlowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DescribeFlowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DescribeFlowCommandOutput/)
|
|
318
|
-
|
|
319
305
|
</details>
|
|
320
306
|
<details>
|
|
321
307
|
<summary>
|
|
@@ -323,7 +309,6 @@ DescribeFlowExecutionRecords
|
|
|
323
309
|
</summary>
|
|
324
310
|
|
|
325
311
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/DescribeFlowExecutionRecordsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DescribeFlowExecutionRecordsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/DescribeFlowExecutionRecordsCommandOutput/)
|
|
326
|
-
|
|
327
312
|
</details>
|
|
328
313
|
<details>
|
|
329
314
|
<summary>
|
|
@@ -331,7 +316,6 @@ ListConnectorEntities
|
|
|
331
316
|
</summary>
|
|
332
317
|
|
|
333
318
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/ListConnectorEntitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/ListConnectorEntitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/ListConnectorEntitiesCommandOutput/)
|
|
334
|
-
|
|
335
319
|
</details>
|
|
336
320
|
<details>
|
|
337
321
|
<summary>
|
|
@@ -339,7 +323,6 @@ ListConnectors
|
|
|
339
323
|
</summary>
|
|
340
324
|
|
|
341
325
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/ListConnectorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/ListConnectorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/ListConnectorsCommandOutput/)
|
|
342
|
-
|
|
343
326
|
</details>
|
|
344
327
|
<details>
|
|
345
328
|
<summary>
|
|
@@ -347,7 +330,6 @@ ListFlows
|
|
|
347
330
|
</summary>
|
|
348
331
|
|
|
349
332
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/ListFlowsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/ListFlowsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/ListFlowsCommandOutput/)
|
|
350
|
-
|
|
351
333
|
</details>
|
|
352
334
|
<details>
|
|
353
335
|
<summary>
|
|
@@ -355,7 +337,6 @@ ListTagsForResource
|
|
|
355
337
|
</summary>
|
|
356
338
|
|
|
357
339
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/ListTagsForResourceCommandOutput/)
|
|
358
|
-
|
|
359
340
|
</details>
|
|
360
341
|
<details>
|
|
361
342
|
<summary>
|
|
@@ -363,7 +344,6 @@ RegisterConnector
|
|
|
363
344
|
</summary>
|
|
364
345
|
|
|
365
346
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/RegisterConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/RegisterConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/RegisterConnectorCommandOutput/)
|
|
366
|
-
|
|
367
347
|
</details>
|
|
368
348
|
<details>
|
|
369
349
|
<summary>
|
|
@@ -371,7 +351,6 @@ ResetConnectorMetadataCache
|
|
|
371
351
|
</summary>
|
|
372
352
|
|
|
373
353
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/ResetConnectorMetadataCacheCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/ResetConnectorMetadataCacheCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/ResetConnectorMetadataCacheCommandOutput/)
|
|
374
|
-
|
|
375
354
|
</details>
|
|
376
355
|
<details>
|
|
377
356
|
<summary>
|
|
@@ -379,7 +358,6 @@ StartFlow
|
|
|
379
358
|
</summary>
|
|
380
359
|
|
|
381
360
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/StartFlowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/StartFlowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/StartFlowCommandOutput/)
|
|
382
|
-
|
|
383
361
|
</details>
|
|
384
362
|
<details>
|
|
385
363
|
<summary>
|
|
@@ -387,7 +365,6 @@ StopFlow
|
|
|
387
365
|
</summary>
|
|
388
366
|
|
|
389
367
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/StopFlowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/StopFlowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/StopFlowCommandOutput/)
|
|
390
|
-
|
|
391
368
|
</details>
|
|
392
369
|
<details>
|
|
393
370
|
<summary>
|
|
@@ -395,7 +372,6 @@ TagResource
|
|
|
395
372
|
</summary>
|
|
396
373
|
|
|
397
374
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/TagResourceCommandOutput/)
|
|
398
|
-
|
|
399
375
|
</details>
|
|
400
376
|
<details>
|
|
401
377
|
<summary>
|
|
@@ -403,7 +379,6 @@ UnregisterConnector
|
|
|
403
379
|
</summary>
|
|
404
380
|
|
|
405
381
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/UnregisterConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/UnregisterConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/UnregisterConnectorCommandOutput/)
|
|
406
|
-
|
|
407
382
|
</details>
|
|
408
383
|
<details>
|
|
409
384
|
<summary>
|
|
@@ -411,7 +386,6 @@ UntagResource
|
|
|
411
386
|
</summary>
|
|
412
387
|
|
|
413
388
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/UntagResourceCommandOutput/)
|
|
414
|
-
|
|
415
389
|
</details>
|
|
416
390
|
<details>
|
|
417
391
|
<summary>
|
|
@@ -419,7 +393,6 @@ UpdateConnectorProfile
|
|
|
419
393
|
</summary>
|
|
420
394
|
|
|
421
395
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/UpdateConnectorProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/UpdateConnectorProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/UpdateConnectorProfileCommandOutput/)
|
|
422
|
-
|
|
423
396
|
</details>
|
|
424
397
|
<details>
|
|
425
398
|
<summary>
|
|
@@ -427,7 +400,6 @@ UpdateConnectorRegistration
|
|
|
427
400
|
</summary>
|
|
428
401
|
|
|
429
402
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/UpdateConnectorRegistrationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/UpdateConnectorRegistrationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/UpdateConnectorRegistrationCommandOutput/)
|
|
430
|
-
|
|
431
403
|
</details>
|
|
432
404
|
<details>
|
|
433
405
|
<summary>
|
|
@@ -435,5 +407,4 @@ UpdateFlow
|
|
|
435
407
|
</summary>
|
|
436
408
|
|
|
437
409
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/appflow/command/UpdateFlowCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/UpdateFlowCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-appflow/Interface/UpdateFlowCommandOutput/)
|
|
438
|
-
|
|
439
410
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultAppflowHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultAppflowHttpAuthSchemeParametersProvider = defaultAppflowHttpAuthSchemeParametersProvider;
|