@aws-sdk/client-sfn 3.1076.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 +51 -378
- package/dist-es/commandBuilder.js +10 -0
- package/dist-es/commands/CreateActivityCommand.js +2 -14
- package/dist-es/commands/CreateStateMachineAliasCommand.js +2 -14
- package/dist-es/commands/CreateStateMachineCommand.js +2 -14
- package/dist-es/commands/DeleteActivityCommand.js +2 -14
- package/dist-es/commands/DeleteStateMachineAliasCommand.js +2 -14
- package/dist-es/commands/DeleteStateMachineCommand.js +2 -14
- package/dist-es/commands/DeleteStateMachineVersionCommand.js +2 -14
- package/dist-es/commands/DescribeActivityCommand.js +2 -14
- package/dist-es/commands/DescribeExecutionCommand.js +2 -14
- package/dist-es/commands/DescribeMapRunCommand.js +2 -14
- package/dist-es/commands/DescribeStateMachineAliasCommand.js +2 -14
- package/dist-es/commands/DescribeStateMachineCommand.js +2 -14
- package/dist-es/commands/DescribeStateMachineForExecutionCommand.js +2 -14
- package/dist-es/commands/GetActivityTaskCommand.js +2 -18
- package/dist-es/commands/GetExecutionHistoryCommand.js +2 -14
- package/dist-es/commands/ListActivitiesCommand.js +2 -14
- package/dist-es/commands/ListExecutionsCommand.js +2 -14
- package/dist-es/commands/ListMapRunsCommand.js +2 -14
- package/dist-es/commands/ListStateMachineAliasesCommand.js +2 -14
- package/dist-es/commands/ListStateMachineVersionsCommand.js +2 -14
- package/dist-es/commands/ListStateMachinesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PublishStateMachineVersionCommand.js +2 -14
- package/dist-es/commands/RedriveExecutionCommand.js +2 -14
- package/dist-es/commands/SendTaskFailureCommand.js +2 -14
- package/dist-es/commands/SendTaskHeartbeatCommand.js +2 -14
- package/dist-es/commands/SendTaskSuccessCommand.js +2 -14
- package/dist-es/commands/StartExecutionCommand.js +2 -14
- package/dist-es/commands/StartSyncExecutionCommand.js +2 -14
- package/dist-es/commands/StopExecutionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TestStateCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateMapRunCommand.js +2 -14
- package/dist-es/commands/UpdateStateMachineAliasCommand.js +2 -14
- package/dist-es/commands/UpdateStateMachineCommand.js +2 -14
- package/dist-es/commands/ValidateStateMachineDefinitionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/CreateActivityCommand.d.ts +3 -8
- package/dist-types/commands/CreateStateMachineAliasCommand.d.ts +3 -8
- package/dist-types/commands/CreateStateMachineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteActivityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStateMachineAliasCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStateMachineCommand.d.ts +3 -8
- package/dist-types/commands/DeleteStateMachineVersionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeActivityCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExecutionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeMapRunCommand.d.ts +3 -8
- package/dist-types/commands/DescribeStateMachineAliasCommand.d.ts +3 -8
- package/dist-types/commands/DescribeStateMachineCommand.d.ts +3 -8
- package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +3 -8
- package/dist-types/commands/GetActivityTaskCommand.d.ts +3 -8
- package/dist-types/commands/GetExecutionHistoryCommand.d.ts +3 -8
- package/dist-types/commands/ListActivitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListMapRunsCommand.d.ts +3 -8
- package/dist-types/commands/ListStateMachineAliasesCommand.d.ts +3 -8
- package/dist-types/commands/ListStateMachineVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListStateMachinesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PublishStateMachineVersionCommand.d.ts +3 -8
- package/dist-types/commands/RedriveExecutionCommand.d.ts +3 -8
- package/dist-types/commands/SendTaskFailureCommand.d.ts +3 -8
- package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +3 -8
- package/dist-types/commands/SendTaskSuccessCommand.d.ts +3 -8
- package/dist-types/commands/StartExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StartSyncExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StopExecutionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TestStateCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMapRunCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStateMachineAliasCommand.d.ts +3 -8
- package/dist-types/commands/UpdateStateMachineCommand.d.ts +3 -8
- package/dist-types/commands/ValidateStateMachineDefinitionCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
- package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStateMachineAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStateMachineAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteStateMachineVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeMapRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeStateMachineAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMapRunsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStateMachineAliasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStateMachineVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PublishStateMachineVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RedriveExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TestStateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMapRunCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStateMachineAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidateStateMachineDefinitionCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
GetActivityTaskInput,
|
|
5
4
|
GetActivityTaskOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SFNClientResolvedConfig,
|
|
11
|
-
} from "../SFNClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetActivityTaskCommandInput extends GetActivityTaskInput {}
|
|
15
8
|
export interface GetActivityTaskCommandOutput
|
|
16
9
|
extends GetActivityTaskOutput,
|
|
@@ -21,22 +14,20 @@ declare const GetActivityTaskCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetActivityTaskCommandInput,
|
|
23
16
|
GetActivityTaskCommandOutput,
|
|
24
|
-
SFNClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SFNClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetActivityTaskCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetActivityTaskCommandInput,
|
|
32
25
|
GetActivityTaskCommandOutput,
|
|
33
|
-
SFNClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SFNClientResolvedConfig,
|
|
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 GetActivityTaskCommand extends GetActivityTaskCommand_base {
|
|
42
33
|
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
2
|
import {
|
|
4
3
|
GetExecutionHistoryInput,
|
|
5
4
|
GetExecutionHistoryOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SFNClientResolvedConfig,
|
|
11
|
-
} from "../SFNClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetExecutionHistoryCommandInput
|
|
15
8
|
extends GetExecutionHistoryInput {}
|
|
16
9
|
export interface GetExecutionHistoryCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetExecutionHistoryCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetExecutionHistoryCommandInput,
|
|
24
17
|
GetExecutionHistoryCommandOutput,
|
|
25
|
-
SFNClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SFNClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetExecutionHistoryCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetExecutionHistoryCommandInput,
|
|
33
26
|
GetExecutionHistoryCommandOutput,
|
|
34
|
-
SFNClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SFNClientResolvedConfig,
|
|
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 GetExecutionHistoryCommand extends GetExecutionHistoryCommand_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
2
|
import { ListActivitiesInput, ListActivitiesOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SFNClientResolvedConfig,
|
|
8
|
-
} from "../SFNClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListActivitiesCommandInput extends ListActivitiesInput {}
|
|
12
5
|
export interface ListActivitiesCommandOutput
|
|
13
6
|
extends ListActivitiesOutput,
|
|
@@ -18,22 +11,20 @@ declare const ListActivitiesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListActivitiesCommandInput,
|
|
20
13
|
ListActivitiesCommandOutput,
|
|
21
|
-
SFNClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SFNClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListActivitiesCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListActivitiesCommandInput,
|
|
29
22
|
ListActivitiesCommandOutput,
|
|
30
|
-
SFNClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SFNClientResolvedConfig,
|
|
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 ListActivitiesCommand extends ListActivitiesCommand_base {
|
|
39
30
|
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
2
|
import { ListExecutionsInput, ListExecutionsOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SFNClientResolvedConfig,
|
|
8
|
-
} from "../SFNClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListExecutionsCommandInput extends ListExecutionsInput {}
|
|
12
5
|
export interface ListExecutionsCommandOutput
|
|
13
6
|
extends ListExecutionsOutput,
|
|
@@ -18,22 +11,20 @@ declare const ListExecutionsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListExecutionsCommandInput,
|
|
20
13
|
ListExecutionsCommandOutput,
|
|
21
|
-
SFNClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SFNClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListExecutionsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListExecutionsCommandInput,
|
|
29
22
|
ListExecutionsCommandOutput,
|
|
30
|
-
SFNClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SFNClientResolvedConfig,
|
|
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 ListExecutionsCommand extends ListExecutionsCommand_base {
|
|
39
30
|
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
2
|
import { ListMapRunsInput, ListMapRunsOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SFNClientResolvedConfig,
|
|
8
|
-
} from "../SFNClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListMapRunsCommandInput extends ListMapRunsInput {}
|
|
12
5
|
export interface ListMapRunsCommandOutput
|
|
13
6
|
extends ListMapRunsOutput,
|
|
@@ -18,22 +11,20 @@ declare const ListMapRunsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListMapRunsCommandInput,
|
|
20
13
|
ListMapRunsCommandOutput,
|
|
21
|
-
SFNClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SFNClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListMapRunsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListMapRunsCommandInput,
|
|
29
22
|
ListMapRunsCommandOutput,
|
|
30
|
-
SFNClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SFNClientResolvedConfig,
|
|
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 ListMapRunsCommand extends ListMapRunsCommand_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
2
|
import {
|
|
4
3
|
ListStateMachineAliasesInput,
|
|
5
4
|
ListStateMachineAliasesOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SFNClientResolvedConfig,
|
|
11
|
-
} from "../SFNClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListStateMachineAliasesCommandInput
|
|
15
8
|
extends ListStateMachineAliasesInput {}
|
|
16
9
|
export interface ListStateMachineAliasesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListStateMachineAliasesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListStateMachineAliasesCommandInput,
|
|
24
17
|
ListStateMachineAliasesCommandOutput,
|
|
25
|
-
SFNClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SFNClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListStateMachineAliasesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListStateMachineAliasesCommandInput,
|
|
33
26
|
ListStateMachineAliasesCommandOutput,
|
|
34
|
-
SFNClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SFNClientResolvedConfig,
|
|
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 ListStateMachineAliasesCommand extends ListStateMachineAliasesCommand_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
2
|
import {
|
|
4
3
|
ListStateMachineVersionsInput,
|
|
5
4
|
ListStateMachineVersionsOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SFNClientResolvedConfig,
|
|
11
|
-
} from "../SFNClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListStateMachineVersionsCommandInput
|
|
15
8
|
extends ListStateMachineVersionsInput {}
|
|
16
9
|
export interface ListStateMachineVersionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListStateMachineVersionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListStateMachineVersionsCommandInput,
|
|
24
17
|
ListStateMachineVersionsCommandOutput,
|
|
25
|
-
SFNClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SFNClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListStateMachineVersionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListStateMachineVersionsCommandInput,
|
|
33
26
|
ListStateMachineVersionsCommandOutput,
|
|
34
|
-
SFNClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SFNClientResolvedConfig,
|
|
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 ListStateMachineVersionsCommand extends ListStateMachineVersionsCommand_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
2
|
import {
|
|
4
3
|
ListStateMachinesInput,
|
|
5
4
|
ListStateMachinesOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SFNClientResolvedConfig,
|
|
11
|
-
} from "../SFNClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListStateMachinesCommandInput extends ListStateMachinesInput {}
|
|
15
8
|
export interface ListStateMachinesCommandOutput
|
|
16
9
|
extends ListStateMachinesOutput,
|
|
@@ -21,22 +14,20 @@ declare const ListStateMachinesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListStateMachinesCommandInput,
|
|
23
16
|
ListStateMachinesCommandOutput,
|
|
24
|
-
SFNClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SFNClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListStateMachinesCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListStateMachinesCommandInput,
|
|
32
25
|
ListStateMachinesCommandOutput,
|
|
33
|
-
SFNClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SFNClientResolvedConfig,
|
|
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 ListStateMachinesCommand extends ListStateMachinesCommand_base {
|
|
42
33
|
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
2
|
import {
|
|
4
3
|
ListTagsForResourceInput,
|
|
5
4
|
ListTagsForResourceOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SFNClientResolvedConfig,
|
|
11
|
-
} from "../SFNClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceInput {}
|
|
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
|
-
SFNClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SFNClientResolvedConfig,
|
|
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
|
-
SFNClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SFNClientResolvedConfig,
|
|
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
2
|
import {
|
|
4
3
|
PublishStateMachineVersionInput,
|
|
5
4
|
PublishStateMachineVersionOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SFNClientResolvedConfig,
|
|
11
|
-
} from "../SFNClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PublishStateMachineVersionCommandInput
|
|
15
8
|
extends PublishStateMachineVersionInput {}
|
|
16
9
|
export interface PublishStateMachineVersionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PublishStateMachineVersionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PublishStateMachineVersionCommandInput,
|
|
24
17
|
PublishStateMachineVersionCommandOutput,
|
|
25
|
-
SFNClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").SFNClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PublishStateMachineVersionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PublishStateMachineVersionCommandInput,
|
|
33
26
|
PublishStateMachineVersionCommandOutput,
|
|
34
|
-
SFNClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").SFNClientResolvedConfig,
|
|
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 PublishStateMachineVersionCommand extends PublishStateMachineVersionCommand_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
2
|
import {
|
|
4
3
|
RedriveExecutionInput,
|
|
5
4
|
RedriveExecutionOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SFNClientResolvedConfig,
|
|
11
|
-
} from "../SFNClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RedriveExecutionCommandInput extends RedriveExecutionInput {}
|
|
15
8
|
export interface RedriveExecutionCommandOutput
|
|
16
9
|
extends RedriveExecutionOutput,
|
|
@@ -21,22 +14,20 @@ declare const RedriveExecutionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
RedriveExecutionCommandInput,
|
|
23
16
|
RedriveExecutionCommandOutput,
|
|
24
|
-
SFNClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SFNClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: RedriveExecutionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
RedriveExecutionCommandInput,
|
|
32
25
|
RedriveExecutionCommandOutput,
|
|
33
|
-
SFNClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SFNClientResolvedConfig,
|
|
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 RedriveExecutionCommand extends RedriveExecutionCommand_base {
|
|
42
33
|
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
2
|
import {
|
|
4
3
|
SendTaskFailureInput,
|
|
5
4
|
SendTaskFailureOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SFNClientResolvedConfig,
|
|
11
|
-
} from "../SFNClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SendTaskFailureCommandInput extends SendTaskFailureInput {}
|
|
15
8
|
export interface SendTaskFailureCommandOutput
|
|
16
9
|
extends SendTaskFailureOutput,
|
|
@@ -21,22 +14,20 @@ declare const SendTaskFailureCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
SendTaskFailureCommandInput,
|
|
23
16
|
SendTaskFailureCommandOutput,
|
|
24
|
-
SFNClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SFNClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: SendTaskFailureCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
SendTaskFailureCommandInput,
|
|
32
25
|
SendTaskFailureCommandOutput,
|
|
33
|
-
SFNClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SFNClientResolvedConfig,
|
|
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 SendTaskFailureCommand extends SendTaskFailureCommand_base {
|
|
42
33
|
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
2
|
import {
|
|
4
3
|
SendTaskHeartbeatInput,
|
|
5
4
|
SendTaskHeartbeatOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SFNClientResolvedConfig,
|
|
11
|
-
} from "../SFNClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SendTaskHeartbeatCommandInput extends SendTaskHeartbeatInput {}
|
|
15
8
|
export interface SendTaskHeartbeatCommandOutput
|
|
16
9
|
extends SendTaskHeartbeatOutput,
|
|
@@ -21,22 +14,20 @@ declare const SendTaskHeartbeatCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
SendTaskHeartbeatCommandInput,
|
|
23
16
|
SendTaskHeartbeatCommandOutput,
|
|
24
|
-
SFNClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SFNClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: SendTaskHeartbeatCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
SendTaskHeartbeatCommandInput,
|
|
32
25
|
SendTaskHeartbeatCommandOutput,
|
|
33
|
-
SFNClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SFNClientResolvedConfig,
|
|
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 SendTaskHeartbeatCommand extends SendTaskHeartbeatCommand_base {
|
|
42
33
|
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
2
|
import {
|
|
4
3
|
SendTaskSuccessInput,
|
|
5
4
|
SendTaskSuccessOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
SFNClientResolvedConfig,
|
|
11
|
-
} from "../SFNClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface SendTaskSuccessCommandInput extends SendTaskSuccessInput {}
|
|
15
8
|
export interface SendTaskSuccessCommandOutput
|
|
16
9
|
extends SendTaskSuccessOutput,
|
|
@@ -21,22 +14,20 @@ declare const SendTaskSuccessCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
SendTaskSuccessCommandInput,
|
|
23
16
|
SendTaskSuccessCommandOutput,
|
|
24
|
-
SFNClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").SFNClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: SendTaskSuccessCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
SendTaskSuccessCommandInput,
|
|
32
25
|
SendTaskSuccessCommandOutput,
|
|
33
|
-
SFNClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").SFNClientResolvedConfig,
|
|
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 SendTaskSuccessCommand extends SendTaskSuccessCommand_base {
|
|
42
33
|
protected static __types: {
|