@aws-sdk/client-appflow 3.588.0 → 3.592.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 +0 -25
- package/dist-types/AppflowClient.d.ts +4 -4
- package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +2 -1
- package/dist-types/commands/CreateFlowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFlowCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConnectorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConnectorsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFlowCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +2 -1
- package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +2 -1
- package/dist-types/commands/ListConnectorsCommand.d.ts +2 -1
- package/dist-types/commands/ListFlowsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RegisterConnectorCommand.d.ts +2 -1
- package/dist-types/commands/ResetConnectorMetadataCacheCommand.d.ts +2 -1
- package/dist-types/commands/StartFlowCommand.d.ts +2 -1
- package/dist-types/commands/StopFlowCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UnregisterConnectorCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFlowCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/AppflowServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/AppflowClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelFlowExecutionsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ResetConnectorMetadataCacheCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/AppflowServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -289,7 +289,6 @@ var AppflowClient = _AppflowClient;
|
|
|
289
289
|
|
|
290
290
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
291
291
|
|
|
292
|
-
var import_types = require("@smithy/types");
|
|
293
292
|
|
|
294
293
|
// src/protocols/Aws_restJson1.ts
|
|
295
294
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -2340,7 +2339,6 @@ var CancelFlowExecutionsCommand = _CancelFlowExecutionsCommand;
|
|
|
2340
2339
|
|
|
2341
2340
|
|
|
2342
2341
|
|
|
2343
|
-
|
|
2344
2342
|
var _CreateConnectorProfileCommand = class _CreateConnectorProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2345
2343
|
...commonParams
|
|
2346
2344
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2357,7 +2355,6 @@ var CreateConnectorProfileCommand = _CreateConnectorProfileCommand;
|
|
|
2357
2355
|
|
|
2358
2356
|
|
|
2359
2357
|
|
|
2360
|
-
|
|
2361
2358
|
var _CreateFlowCommand = class _CreateFlowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2362
2359
|
...commonParams
|
|
2363
2360
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2374,7 +2371,6 @@ var CreateFlowCommand = _CreateFlowCommand;
|
|
|
2374
2371
|
|
|
2375
2372
|
|
|
2376
2373
|
|
|
2377
|
-
|
|
2378
2374
|
var _DeleteConnectorProfileCommand = class _DeleteConnectorProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2379
2375
|
...commonParams
|
|
2380
2376
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2391,7 +2387,6 @@ var DeleteConnectorProfileCommand = _DeleteConnectorProfileCommand;
|
|
|
2391
2387
|
|
|
2392
2388
|
|
|
2393
2389
|
|
|
2394
|
-
|
|
2395
2390
|
var _DeleteFlowCommand = class _DeleteFlowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2396
2391
|
...commonParams
|
|
2397
2392
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2408,7 +2403,6 @@ var DeleteFlowCommand = _DeleteFlowCommand;
|
|
|
2408
2403
|
|
|
2409
2404
|
|
|
2410
2405
|
|
|
2411
|
-
|
|
2412
2406
|
var _DescribeConnectorCommand = class _DescribeConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2413
2407
|
...commonParams
|
|
2414
2408
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2425,7 +2419,6 @@ var DescribeConnectorCommand = _DescribeConnectorCommand;
|
|
|
2425
2419
|
|
|
2426
2420
|
|
|
2427
2421
|
|
|
2428
|
-
|
|
2429
2422
|
var _DescribeConnectorEntityCommand = class _DescribeConnectorEntityCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2430
2423
|
...commonParams
|
|
2431
2424
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2442,7 +2435,6 @@ var DescribeConnectorEntityCommand = _DescribeConnectorEntityCommand;
|
|
|
2442
2435
|
|
|
2443
2436
|
|
|
2444
2437
|
|
|
2445
|
-
|
|
2446
2438
|
var _DescribeConnectorProfilesCommand = class _DescribeConnectorProfilesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2447
2439
|
...commonParams
|
|
2448
2440
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2459,7 +2451,6 @@ var DescribeConnectorProfilesCommand = _DescribeConnectorProfilesCommand;
|
|
|
2459
2451
|
|
|
2460
2452
|
|
|
2461
2453
|
|
|
2462
|
-
|
|
2463
2454
|
var _DescribeConnectorsCommand = class _DescribeConnectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2464
2455
|
...commonParams
|
|
2465
2456
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2476,7 +2467,6 @@ var DescribeConnectorsCommand = _DescribeConnectorsCommand;
|
|
|
2476
2467
|
|
|
2477
2468
|
|
|
2478
2469
|
|
|
2479
|
-
|
|
2480
2470
|
var _DescribeFlowCommand = class _DescribeFlowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2481
2471
|
...commonParams
|
|
2482
2472
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2493,7 +2483,6 @@ var DescribeFlowCommand = _DescribeFlowCommand;
|
|
|
2493
2483
|
|
|
2494
2484
|
|
|
2495
2485
|
|
|
2496
|
-
|
|
2497
2486
|
var _DescribeFlowExecutionRecordsCommand = class _DescribeFlowExecutionRecordsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2498
2487
|
...commonParams
|
|
2499
2488
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2510,7 +2499,6 @@ var DescribeFlowExecutionRecordsCommand = _DescribeFlowExecutionRecordsCommand;
|
|
|
2510
2499
|
|
|
2511
2500
|
|
|
2512
2501
|
|
|
2513
|
-
|
|
2514
2502
|
var _ListConnectorEntitiesCommand = class _ListConnectorEntitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2515
2503
|
...commonParams
|
|
2516
2504
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2527,7 +2515,6 @@ var ListConnectorEntitiesCommand = _ListConnectorEntitiesCommand;
|
|
|
2527
2515
|
|
|
2528
2516
|
|
|
2529
2517
|
|
|
2530
|
-
|
|
2531
2518
|
var _ListConnectorsCommand = class _ListConnectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2532
2519
|
...commonParams
|
|
2533
2520
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2544,7 +2531,6 @@ var ListConnectorsCommand = _ListConnectorsCommand;
|
|
|
2544
2531
|
|
|
2545
2532
|
|
|
2546
2533
|
|
|
2547
|
-
|
|
2548
2534
|
var _ListFlowsCommand = class _ListFlowsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2549
2535
|
...commonParams
|
|
2550
2536
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2561,7 +2547,6 @@ var ListFlowsCommand = _ListFlowsCommand;
|
|
|
2561
2547
|
|
|
2562
2548
|
|
|
2563
2549
|
|
|
2564
|
-
|
|
2565
2550
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2566
2551
|
...commonParams
|
|
2567
2552
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2578,7 +2563,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2578
2563
|
|
|
2579
2564
|
|
|
2580
2565
|
|
|
2581
|
-
|
|
2582
2566
|
var _RegisterConnectorCommand = class _RegisterConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2583
2567
|
...commonParams
|
|
2584
2568
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2595,7 +2579,6 @@ var RegisterConnectorCommand = _RegisterConnectorCommand;
|
|
|
2595
2579
|
|
|
2596
2580
|
|
|
2597
2581
|
|
|
2598
|
-
|
|
2599
2582
|
var _ResetConnectorMetadataCacheCommand = class _ResetConnectorMetadataCacheCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2600
2583
|
...commonParams
|
|
2601
2584
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2612,7 +2595,6 @@ var ResetConnectorMetadataCacheCommand = _ResetConnectorMetadataCacheCommand;
|
|
|
2612
2595
|
|
|
2613
2596
|
|
|
2614
2597
|
|
|
2615
|
-
|
|
2616
2598
|
var _StartFlowCommand = class _StartFlowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2617
2599
|
...commonParams
|
|
2618
2600
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2629,7 +2611,6 @@ var StartFlowCommand = _StartFlowCommand;
|
|
|
2629
2611
|
|
|
2630
2612
|
|
|
2631
2613
|
|
|
2632
|
-
|
|
2633
2614
|
var _StopFlowCommand = class _StopFlowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2634
2615
|
...commonParams
|
|
2635
2616
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2646,7 +2627,6 @@ var StopFlowCommand = _StopFlowCommand;
|
|
|
2646
2627
|
|
|
2647
2628
|
|
|
2648
2629
|
|
|
2649
|
-
|
|
2650
2630
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2651
2631
|
...commonParams
|
|
2652
2632
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2663,7 +2643,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2663
2643
|
|
|
2664
2644
|
|
|
2665
2645
|
|
|
2666
|
-
|
|
2667
2646
|
var _UnregisterConnectorCommand = class _UnregisterConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2668
2647
|
...commonParams
|
|
2669
2648
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2680,7 +2659,6 @@ var UnregisterConnectorCommand = _UnregisterConnectorCommand;
|
|
|
2680
2659
|
|
|
2681
2660
|
|
|
2682
2661
|
|
|
2683
|
-
|
|
2684
2662
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2685
2663
|
...commonParams
|
|
2686
2664
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2697,7 +2675,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2697
2675
|
|
|
2698
2676
|
|
|
2699
2677
|
|
|
2700
|
-
|
|
2701
2678
|
var _UpdateConnectorProfileCommand = class _UpdateConnectorProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2702
2679
|
...commonParams
|
|
2703
2680
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2714,7 +2691,6 @@ var UpdateConnectorProfileCommand = _UpdateConnectorProfileCommand;
|
|
|
2714
2691
|
|
|
2715
2692
|
|
|
2716
2693
|
|
|
2717
|
-
|
|
2718
2694
|
var _UpdateConnectorRegistrationCommand = class _UpdateConnectorRegistrationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2719
2695
|
...commonParams
|
|
2720
2696
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2731,7 +2707,6 @@ var UpdateConnectorRegistrationCommand = _UpdateConnectorRegistrationCommand;
|
|
|
2731
2707
|
|
|
2732
2708
|
|
|
2733
2709
|
|
|
2734
|
-
|
|
2735
2710
|
var _UpdateFlowCommand = class _UpdateFlowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2736
2711
|
...commonParams
|
|
2737
2712
|
}).m(function(Command, cs, config, o) {
|
|
@@ -115,15 +115,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
115
115
|
* Enables FIPS compatible endpoints.
|
|
116
116
|
*/
|
|
117
117
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
118
|
+
/**
|
|
119
|
+
* The AWS region to which this client will send requests
|
|
120
|
+
*/
|
|
121
|
+
region?: string | __Provider<string>;
|
|
118
122
|
/**
|
|
119
123
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
120
124
|
* @internal
|
|
121
125
|
*/
|
|
122
126
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
123
|
-
/**
|
|
124
|
-
* The AWS region to which this client will send requests
|
|
125
|
-
*/
|
|
126
|
-
region?: string | __Provider<string>;
|
|
127
127
|
/**
|
|
128
128
|
* Default credentials provider; Not available in browser runtime.
|
|
129
129
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
export * from "./AppflowClient";
|
|
41
41
|
export * from "./Appflow";
|
|
42
42
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
43
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
44
|
-
export { AppflowExtensionConfiguration } from "./extensionConfiguration";
|
|
43
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
44
|
+
export type { AppflowExtensionConfiguration } from "./extensionConfiguration";
|
|
45
45
|
export * from "./commands";
|
|
46
46
|
export * from "./pagination";
|
|
47
47
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -220,8 +220,8 @@ export interface ClientDefaults
|
|
|
220
220
|
serviceId?: string;
|
|
221
221
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
222
222
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
223
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
224
223
|
region?: string | __Provider<string>;
|
|
224
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
225
225
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
226
226
|
maxAttempts?: number | __Provider<number>;
|
|
227
227
|
retryMode?: string | __Provider<string>;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CancelFlowExecutionsRequest,
|
|
10
10
|
CancelFlowExecutionsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CancelFlowExecutionsCommandInput
|
|
14
15
|
extends CancelFlowExecutionsRequest {}
|
|
15
16
|
export interface CancelFlowExecutionsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateConnectorProfileRequest,
|
|
10
10
|
CreateConnectorProfileResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateConnectorProfileCommandInput
|
|
14
15
|
extends CreateConnectorProfileRequest {}
|
|
15
16
|
export interface CreateConnectorProfileCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppflowClient";
|
|
8
8
|
import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateFlowCommandInput extends CreateFlowRequest {}
|
|
11
12
|
export interface CreateFlowCommandOutput
|
|
12
13
|
extends CreateFlowResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteConnectorProfileRequest,
|
|
10
10
|
DeleteConnectorProfileResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteConnectorProfileCommandInput
|
|
14
15
|
extends DeleteConnectorProfileRequest {}
|
|
15
16
|
export interface DeleteConnectorProfileCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppflowClient";
|
|
8
8
|
import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteFlowCommandInput extends DeleteFlowRequest {}
|
|
11
12
|
export interface DeleteFlowCommandOutput
|
|
12
13
|
extends DeleteFlowResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeConnectorRequest,
|
|
10
10
|
DescribeConnectorResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeConnectorCommandInput
|
|
14
15
|
extends DescribeConnectorRequest {}
|
|
15
16
|
export interface DescribeConnectorCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeConnectorEntityRequest,
|
|
10
10
|
DescribeConnectorEntityResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeConnectorEntityCommandInput
|
|
14
15
|
extends DescribeConnectorEntityRequest {}
|
|
15
16
|
export interface DescribeConnectorEntityCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeConnectorProfilesRequest,
|
|
10
10
|
DescribeConnectorProfilesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeConnectorProfilesCommandInput
|
|
14
15
|
extends DescribeConnectorProfilesRequest {}
|
|
15
16
|
export interface DescribeConnectorProfilesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeConnectorsRequest,
|
|
10
10
|
DescribeConnectorsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeConnectorsCommandInput
|
|
14
15
|
extends DescribeConnectorsRequest {}
|
|
15
16
|
export interface DescribeConnectorsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppflowClient";
|
|
8
8
|
import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DescribeFlowCommandInput extends DescribeFlowRequest {}
|
|
11
12
|
export interface DescribeFlowCommandOutput
|
|
12
13
|
extends DescribeFlowResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeFlowExecutionRecordsRequest,
|
|
10
10
|
DescribeFlowExecutionRecordsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeFlowExecutionRecordsCommandInput
|
|
14
15
|
extends DescribeFlowExecutionRecordsRequest {}
|
|
15
16
|
export interface DescribeFlowExecutionRecordsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListConnectorEntitiesRequest,
|
|
10
10
|
ListConnectorEntitiesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListConnectorEntitiesCommandInput
|
|
14
15
|
extends ListConnectorEntitiesRequest {}
|
|
15
16
|
export interface ListConnectorEntitiesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListConnectorsRequest,
|
|
10
10
|
ListConnectorsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListConnectorsCommandInput extends ListConnectorsRequest {}
|
|
14
15
|
export interface ListConnectorsCommandOutput
|
|
15
16
|
extends ListConnectorsResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppflowClient";
|
|
8
8
|
import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListFlowsCommandInput extends ListFlowsRequest {}
|
|
11
12
|
export interface ListFlowsCommandOutput
|
|
12
13
|
extends ListFlowsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RegisterConnectorRequest,
|
|
10
10
|
RegisterConnectorResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RegisterConnectorCommandInput
|
|
14
15
|
extends RegisterConnectorRequest {}
|
|
15
16
|
export interface RegisterConnectorCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ResetConnectorMetadataCacheRequest,
|
|
10
10
|
ResetConnectorMetadataCacheResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ResetConnectorMetadataCacheCommandInput
|
|
14
15
|
extends ResetConnectorMetadataCacheRequest {}
|
|
15
16
|
export interface ResetConnectorMetadataCacheCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppflowClient";
|
|
8
8
|
import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StartFlowCommandInput extends StartFlowRequest {}
|
|
11
12
|
export interface StartFlowCommandOutput
|
|
12
13
|
extends StartFlowResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppflowClient";
|
|
8
8
|
import { StopFlowRequest, StopFlowResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StopFlowCommandInput extends StopFlowRequest {}
|
|
11
12
|
export interface StopFlowCommandOutput
|
|
12
13
|
extends StopFlowResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppflowClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UnregisterConnectorRequest,
|
|
10
10
|
UnregisterConnectorResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UnregisterConnectorCommandInput
|
|
14
15
|
extends UnregisterConnectorRequest {}
|
|
15
16
|
export interface UnregisterConnectorCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateConnectorProfileRequest,
|
|
10
10
|
UpdateConnectorProfileResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateConnectorProfileCommandInput
|
|
14
15
|
extends UpdateConnectorProfileRequest {}
|
|
15
16
|
export interface UpdateConnectorProfileCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateConnectorRegistrationRequest,
|
|
10
10
|
UpdateConnectorRegistrationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateConnectorRegistrationCommandInput
|
|
14
15
|
extends UpdateConnectorRegistrationRequest {}
|
|
15
16
|
export interface UpdateConnectorRegistrationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../AppflowClient";
|
|
8
8
|
import { UpdateFlowRequest, UpdateFlowResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateFlowCommandInput extends UpdateFlowRequest {}
|
|
11
12
|
export interface UpdateFlowCommandOutput
|
|
12
13
|
extends UpdateFlowResponse,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class AppflowServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: AppflowClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-appflow",
|
|
3
3
|
"description": "AWS SDK for JavaScript Appflow Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.592.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-appflow",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|