@aws-sdk/client-appflow 3.1077.0 → 3.1078.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 +33 -253
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelFlowExecutionsCommand.js +2 -14
- package/dist-es/commands/CreateConnectorProfileCommand.js +2 -14
- package/dist-es/commands/CreateFlowCommand.js +2 -14
- package/dist-es/commands/DeleteConnectorProfileCommand.js +2 -14
- package/dist-es/commands/DeleteFlowCommand.js +2 -14
- package/dist-es/commands/DescribeConnectorCommand.js +2 -14
- package/dist-es/commands/DescribeConnectorEntityCommand.js +2 -14
- package/dist-es/commands/DescribeConnectorProfilesCommand.js +2 -14
- package/dist-es/commands/DescribeConnectorsCommand.js +2 -14
- package/dist-es/commands/DescribeFlowCommand.js +2 -14
- package/dist-es/commands/DescribeFlowExecutionRecordsCommand.js +2 -14
- package/dist-es/commands/ListConnectorEntitiesCommand.js +2 -14
- package/dist-es/commands/ListConnectorsCommand.js +2 -14
- package/dist-es/commands/ListFlowsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterConnectorCommand.js +2 -14
- package/dist-es/commands/ResetConnectorMetadataCacheCommand.js +2 -14
- package/dist-es/commands/StartFlowCommand.js +2 -14
- package/dist-es/commands/StopFlowCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UnregisterConnectorCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateConnectorProfileCommand.js +2 -14
- package/dist-es/commands/UpdateConnectorRegistrationCommand.js +2 -14
- package/dist-es/commands/UpdateFlowCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelFlowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/CreateConnectorProfileCommand.d.ts +3 -8
- package/dist-types/commands/CreateFlowCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectorProfileCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFlowCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectorEntityCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectorProfilesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConnectorsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFlowCommand.d.ts +3 -8
- package/dist-types/commands/DescribeFlowExecutionRecordsCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectorEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectorsCommand.d.ts +3 -8
- package/dist-types/commands/ListFlowsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterConnectorCommand.d.ts +3 -8
- package/dist-types/commands/ResetConnectorMetadataCacheCommand.d.ts +3 -8
- package/dist-types/commands/StartFlowCommand.d.ts +3 -8
- package/dist-types/commands/StopFlowCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UnregisterConnectorCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectorProfileCommand.d.ts +3 -8
- package/dist-types/commands/UpdateConnectorRegistrationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFlowCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelFlowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConnectorProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectorProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectorEntityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectorProfilesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConnectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeFlowExecutionRecordsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectorEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFlowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetConnectorMetadataCacheCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UnregisterConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectorProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateConnectorRegistrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeleteFlowCommandInput extends DeleteFlowRequest {}
|
|
12
5
|
export interface DeleteFlowCommandOutput
|
|
13
6
|
extends DeleteFlowResponse,
|
|
@@ -18,22 +11,20 @@ declare const DeleteFlowCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeleteFlowCommandInput,
|
|
20
13
|
DeleteFlowCommandOutput,
|
|
21
|
-
AppflowClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppflowClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeleteFlowCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeleteFlowCommandInput,
|
|
29
22
|
DeleteFlowCommandOutput,
|
|
30
|
-
AppflowClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppflowClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeleteFlowCommand extends DeleteFlowCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeConnectorRequest,
|
|
10
4
|
DescribeConnectorResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeConnectorCommandInput
|
|
15
8
|
extends DescribeConnectorRequest {}
|
|
16
9
|
export interface DescribeConnectorCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeConnectorCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeConnectorCommandInput,
|
|
24
17
|
DescribeConnectorCommandOutput,
|
|
25
|
-
AppflowClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppflowClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeConnectorCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeConnectorCommandInput,
|
|
33
26
|
DescribeConnectorCommandOutput,
|
|
34
|
-
AppflowClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppflowClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeConnectorCommand extends DescribeConnectorCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeConnectorEntityRequest,
|
|
10
4
|
DescribeConnectorEntityResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeConnectorEntityCommandInput
|
|
15
8
|
extends DescribeConnectorEntityRequest {}
|
|
16
9
|
export interface DescribeConnectorEntityCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeConnectorEntityCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeConnectorEntityCommandInput,
|
|
24
17
|
DescribeConnectorEntityCommandOutput,
|
|
25
|
-
AppflowClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppflowClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeConnectorEntityCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeConnectorEntityCommandInput,
|
|
33
26
|
DescribeConnectorEntityCommandOutput,
|
|
34
|
-
AppflowClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppflowClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeConnectorEntityCommand extends DescribeConnectorEntityCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeConnectorProfilesRequest,
|
|
10
4
|
DescribeConnectorProfilesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeConnectorProfilesCommandInput
|
|
15
8
|
extends DescribeConnectorProfilesRequest {}
|
|
16
9
|
export interface DescribeConnectorProfilesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeConnectorProfilesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeConnectorProfilesCommandInput,
|
|
24
17
|
DescribeConnectorProfilesCommandOutput,
|
|
25
|
-
AppflowClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppflowClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeConnectorProfilesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeConnectorProfilesCommandInput,
|
|
33
26
|
DescribeConnectorProfilesCommandOutput,
|
|
34
|
-
AppflowClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppflowClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeConnectorProfilesCommand extends DescribeConnectorProfilesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeConnectorsRequest,
|
|
10
4
|
DescribeConnectorsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeConnectorsCommandInput
|
|
15
8
|
extends DescribeConnectorsRequest {}
|
|
16
9
|
export interface DescribeConnectorsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeConnectorsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeConnectorsCommandInput,
|
|
24
17
|
DescribeConnectorsCommandOutput,
|
|
25
|
-
AppflowClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppflowClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeConnectorsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeConnectorsCommandInput,
|
|
33
26
|
DescribeConnectorsCommandOutput,
|
|
34
|
-
AppflowClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppflowClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeConnectorsCommand extends DescribeConnectorsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DescribeFlowCommandInput extends DescribeFlowRequest {}
|
|
12
5
|
export interface DescribeFlowCommandOutput
|
|
13
6
|
extends DescribeFlowResponse,
|
|
@@ -18,22 +11,20 @@ declare const DescribeFlowCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DescribeFlowCommandInput,
|
|
20
13
|
DescribeFlowCommandOutput,
|
|
21
|
-
AppflowClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").AppflowClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DescribeFlowCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DescribeFlowCommandInput,
|
|
29
22
|
DescribeFlowCommandOutput,
|
|
30
|
-
AppflowClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").AppflowClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DescribeFlowCommand extends DescribeFlowCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeFlowExecutionRecordsRequest,
|
|
10
4
|
DescribeFlowExecutionRecordsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeFlowExecutionRecordsCommandInput
|
|
15
8
|
extends DescribeFlowExecutionRecordsRequest {}
|
|
16
9
|
export interface DescribeFlowExecutionRecordsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeFlowExecutionRecordsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeFlowExecutionRecordsCommandInput,
|
|
24
17
|
DescribeFlowExecutionRecordsCommandOutput,
|
|
25
|
-
AppflowClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppflowClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeFlowExecutionRecordsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeFlowExecutionRecordsCommandInput,
|
|
33
26
|
DescribeFlowExecutionRecordsCommandOutput,
|
|
34
|
-
AppflowClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppflowClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeFlowExecutionRecordsCommand extends DescribeFlowExecutionRecordsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import {
|
|
9
3
|
ListConnectorEntitiesRequest,
|
|
10
4
|
ListConnectorEntitiesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListConnectorEntitiesCommandInput
|
|
15
8
|
extends ListConnectorEntitiesRequest {}
|
|
16
9
|
export interface ListConnectorEntitiesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListConnectorEntitiesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListConnectorEntitiesCommandInput,
|
|
24
17
|
ListConnectorEntitiesCommandOutput,
|
|
25
|
-
AppflowClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppflowClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListConnectorEntitiesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListConnectorEntitiesCommandInput,
|
|
33
26
|
ListConnectorEntitiesCommandOutput,
|
|
34
|
-
AppflowClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppflowClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListConnectorEntitiesCommand extends ListConnectorEntitiesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import {
|
|
9
3
|
ListConnectorsRequest,
|
|
10
4
|
ListConnectorsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListConnectorsCommandInput extends ListConnectorsRequest {}
|
|
15
8
|
export interface ListConnectorsCommandOutput
|
|
16
9
|
extends ListConnectorsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListConnectorsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListConnectorsCommandInput,
|
|
23
16
|
ListConnectorsCommandOutput,
|
|
24
|
-
AppflowClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").AppflowClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListConnectorsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListConnectorsCommandInput,
|
|
32
25
|
ListConnectorsCommandOutput,
|
|
33
|
-
AppflowClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").AppflowClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListConnectorsCommand extends ListConnectorsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListFlowsCommandInput extends ListFlowsRequest {}
|
|
12
5
|
export interface ListFlowsCommandOutput
|
|
13
6
|
extends ListFlowsResponse,
|
|
@@ -16,22 +9,20 @@ declare const ListFlowsCommand_base: {
|
|
|
16
9
|
new (input: ListFlowsCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
ListFlowsCommandInput,
|
|
18
11
|
ListFlowsCommandOutput,
|
|
19
|
-
AppflowClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").AppflowClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
...[input]: [] | [ListFlowsCommandInput]
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
ListFlowsCommandInput,
|
|
27
20
|
ListFlowsCommandOutput,
|
|
28
|
-
AppflowClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").AppflowClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class ListFlowsCommand extends ListFlowsCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTagsForResourceRequest,
|
|
10
4
|
ListTagsForResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
AppflowClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppflowClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
AppflowClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppflowClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import {
|
|
9
3
|
RegisterConnectorRequest,
|
|
10
4
|
RegisterConnectorResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RegisterConnectorCommandInput
|
|
15
8
|
extends RegisterConnectorRequest {}
|
|
16
9
|
export interface RegisterConnectorCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const RegisterConnectorCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
RegisterConnectorCommandInput,
|
|
24
17
|
RegisterConnectorCommandOutput,
|
|
25
|
-
AppflowClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppflowClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [RegisterConnectorCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
RegisterConnectorCommandInput,
|
|
33
26
|
RegisterConnectorCommandOutput,
|
|
34
|
-
AppflowClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppflowClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class RegisterConnectorCommand extends RegisterConnectorCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import {
|
|
9
3
|
ResetConnectorMetadataCacheRequest,
|
|
10
4
|
ResetConnectorMetadataCacheResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ResetConnectorMetadataCacheCommandInput
|
|
15
8
|
extends ResetConnectorMetadataCacheRequest {}
|
|
16
9
|
export interface ResetConnectorMetadataCacheCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ResetConnectorMetadataCacheCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ResetConnectorMetadataCacheCommandInput,
|
|
24
17
|
ResetConnectorMetadataCacheCommandOutput,
|
|
25
|
-
AppflowClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").AppflowClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ResetConnectorMetadataCacheCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ResetConnectorMetadataCacheCommandInput,
|
|
33
26
|
ResetConnectorMetadataCacheCommandOutput,
|
|
34
|
-
AppflowClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").AppflowClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ResetConnectorMetadataCacheCommand extends ResetConnectorMetadataCacheCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
AppflowClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../AppflowClient";
|
|
8
2
|
import { StartFlowRequest, StartFlowResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StartFlowCommandInput extends StartFlowRequest {}
|
|
12
5
|
export interface StartFlowCommandOutput
|
|
13
6
|
extends StartFlowResponse,
|
|
@@ -16,20 +9,18 @@ declare const StartFlowCommand_base: {
|
|
|
16
9
|
new (input: StartFlowCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
StartFlowCommandInput,
|
|
18
11
|
StartFlowCommandOutput,
|
|
19
|
-
AppflowClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").AppflowClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: StartFlowCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
StartFlowCommandInput,
|
|
25
18
|
StartFlowCommandOutput,
|
|
26
|
-
AppflowClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").AppflowClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class StartFlowCommand extends StartFlowCommand_base {
|
|
35
26
|
protected static __types: {
|