@aws-sdk/client-sfn 3.651.1 → 3.658.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-types/commands/CreateActivityCommand.d.ts +11 -0
- package/dist-types/commands/CreateStateMachineAliasCommand.d.ts +11 -0
- package/dist-types/commands/CreateStateMachineCommand.d.ts +11 -0
- package/dist-types/commands/DeleteActivityCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStateMachineAliasCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStateMachineCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStateMachineVersionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeActivityCommand.d.ts +11 -0
- package/dist-types/commands/DescribeExecutionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeMapRunCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStateMachineAliasCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStateMachineCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStateMachineForExecutionCommand.d.ts +11 -0
- package/dist-types/commands/GetActivityTaskCommand.d.ts +11 -0
- package/dist-types/commands/GetExecutionHistoryCommand.d.ts +11 -0
- package/dist-types/commands/ListActivitiesCommand.d.ts +11 -0
- package/dist-types/commands/ListExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListMapRunsCommand.d.ts +11 -0
- package/dist-types/commands/ListStateMachineAliasesCommand.d.ts +11 -0
- package/dist-types/commands/ListStateMachineVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListStateMachinesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/PublishStateMachineVersionCommand.d.ts +11 -0
- package/dist-types/commands/RedriveExecutionCommand.d.ts +11 -0
- package/dist-types/commands/SendTaskFailureCommand.d.ts +11 -0
- package/dist-types/commands/SendTaskHeartbeatCommand.d.ts +11 -0
- package/dist-types/commands/SendTaskSuccessCommand.d.ts +11 -0
- package/dist-types/commands/StartExecutionCommand.d.ts +11 -0
- package/dist-types/commands/StartSyncExecutionCommand.d.ts +11 -0
- package/dist-types/commands/StopExecutionCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TestStateCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMapRunCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStateMachineAliasCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStateMachineCommand.d.ts +11 -0
- package/dist-types/commands/ValidateStateMachineDefinitionCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateActivityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStateMachineAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStateMachineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteActivityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStateMachineAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStateMachineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStateMachineVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeActivityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeMapRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStateMachineAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStateMachineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStateMachineForExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetActivityTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetExecutionHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListActivitiesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListMapRunsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStateMachineAliasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStateMachineVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStateMachinesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PublishStateMachineVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RedriveExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SendTaskFailureCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SendTaskHeartbeatCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SendTaskSuccessCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartSyncExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TestStateCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateMapRunCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStateMachineAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStateMachineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ValidateStateMachineDefinitionCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -37,4 +37,15 @@ declare const CreateStateMachineCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateStateMachineCommand extends CreateStateMachineCommand_base {
|
|
40
|
+
export declare class CreateStateMachineCommand extends CreateStateMachineCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateStateMachineInput;
|
|
44
|
+
output: CreateStateMachineOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateStateMachineCommandInput;
|
|
48
|
+
output: CreateStateMachineCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteActivityCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteActivityCommand extends DeleteActivityCommand_base {
|
|
36
|
+
export declare class DeleteActivityCommand extends DeleteActivityCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteActivityInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteActivityCommandInput;
|
|
44
|
+
output: DeleteActivityCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteStateMachineAliasCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteStateMachineAliasCommand extends DeleteStateMachineAliasCommand_base {
|
|
40
|
+
export declare class DeleteStateMachineAliasCommand extends DeleteStateMachineAliasCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteStateMachineAliasInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteStateMachineAliasCommandInput;
|
|
48
|
+
output: DeleteStateMachineAliasCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteStateMachineCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteStateMachineCommand extends DeleteStateMachineCommand_base {
|
|
40
|
+
export declare class DeleteStateMachineCommand extends DeleteStateMachineCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteStateMachineInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteStateMachineCommandInput;
|
|
48
|
+
output: DeleteStateMachineCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteStateMachineVersionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteStateMachineVersionCommand extends DeleteStateMachineVersionCommand_base {
|
|
40
|
+
export declare class DeleteStateMachineVersionCommand extends DeleteStateMachineVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteStateMachineVersionInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteStateMachineVersionCommandInput;
|
|
48
|
+
output: DeleteStateMachineVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeActivityCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeActivityCommand extends DescribeActivityCommand_base {
|
|
39
|
+
export declare class DescribeActivityCommand extends DescribeActivityCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeActivityInput;
|
|
43
|
+
output: DescribeActivityOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeActivityCommandInput;
|
|
47
|
+
output: DescribeActivityCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeExecutionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeExecutionCommand extends DescribeExecutionCommand_base {
|
|
39
|
+
export declare class DescribeExecutionCommand extends DescribeExecutionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeExecutionInput;
|
|
43
|
+
output: DescribeExecutionOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeExecutionCommandInput;
|
|
47
|
+
output: DescribeExecutionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeMapRunCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeMapRunCommand extends DescribeMapRunCommand_base {
|
|
36
|
+
export declare class DescribeMapRunCommand extends DescribeMapRunCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeMapRunInput;
|
|
40
|
+
output: DescribeMapRunOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeMapRunCommandInput;
|
|
44
|
+
output: DescribeMapRunCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeStateMachineAliasCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeStateMachineAliasCommand extends DescribeStateMachineAliasCommand_base {
|
|
40
|
+
export declare class DescribeStateMachineAliasCommand extends DescribeStateMachineAliasCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeStateMachineAliasInput;
|
|
44
|
+
output: DescribeStateMachineAliasOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeStateMachineAliasCommandInput;
|
|
48
|
+
output: DescribeStateMachineAliasCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeStateMachineCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeStateMachineCommand extends DescribeStateMachineCommand_base {
|
|
40
|
+
export declare class DescribeStateMachineCommand extends DescribeStateMachineCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeStateMachineInput;
|
|
44
|
+
output: DescribeStateMachineOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeStateMachineCommandInput;
|
|
48
|
+
output: DescribeStateMachineCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeStateMachineForExecutionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeStateMachineForExecutionCommand extends DescribeStateMachineForExecutionCommand_base {
|
|
40
|
+
export declare class DescribeStateMachineForExecutionCommand extends DescribeStateMachineForExecutionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeStateMachineForExecutionInput;
|
|
44
|
+
output: DescribeStateMachineForExecutionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeStateMachineForExecutionCommandInput;
|
|
48
|
+
output: DescribeStateMachineForExecutionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const GetActivityTaskCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class GetActivityTaskCommand extends GetActivityTaskCommand_base {
|
|
39
|
+
export declare class GetActivityTaskCommand extends GetActivityTaskCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: GetActivityTaskInput;
|
|
43
|
+
output: GetActivityTaskOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: GetActivityTaskCommandInput;
|
|
47
|
+
output: GetActivityTaskCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetExecutionHistoryCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetExecutionHistoryCommand extends GetExecutionHistoryCommand_base {
|
|
40
|
+
export declare class GetExecutionHistoryCommand extends GetExecutionHistoryCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetExecutionHistoryInput;
|
|
44
|
+
output: GetExecutionHistoryOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetExecutionHistoryCommandInput;
|
|
48
|
+
output: GetExecutionHistoryCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListActivitiesCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListActivitiesCommand extends ListActivitiesCommand_base {
|
|
36
|
+
export declare class ListActivitiesCommand extends ListActivitiesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListActivitiesInput;
|
|
40
|
+
output: ListActivitiesOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListActivitiesCommandInput;
|
|
44
|
+
output: ListActivitiesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListExecutionsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListExecutionsCommand extends ListExecutionsCommand_base {
|
|
36
|
+
export declare class ListExecutionsCommand extends ListExecutionsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListExecutionsInput;
|
|
40
|
+
output: ListExecutionsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListExecutionsCommandInput;
|
|
44
|
+
output: ListExecutionsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const ListMapRunsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class ListMapRunsCommand extends ListMapRunsCommand_base {
|
|
36
|
+
export declare class ListMapRunsCommand extends ListMapRunsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListMapRunsInput;
|
|
40
|
+
output: ListMapRunsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListMapRunsCommandInput;
|
|
44
|
+
output: ListMapRunsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListStateMachineAliasesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListStateMachineAliasesCommand extends ListStateMachineAliasesCommand_base {
|
|
40
|
+
export declare class ListStateMachineAliasesCommand extends ListStateMachineAliasesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListStateMachineAliasesInput;
|
|
44
|
+
output: ListStateMachineAliasesOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListStateMachineAliasesCommandInput;
|
|
48
|
+
output: ListStateMachineAliasesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListStateMachineVersionsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListStateMachineVersionsCommand extends ListStateMachineVersionsCommand_base {
|
|
40
|
+
export declare class ListStateMachineVersionsCommand extends ListStateMachineVersionsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListStateMachineVersionsInput;
|
|
44
|
+
output: ListStateMachineVersionsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListStateMachineVersionsCommandInput;
|
|
48
|
+
output: ListStateMachineVersionsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const ListStateMachinesCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class ListStateMachinesCommand extends ListStateMachinesCommand_base {
|
|
39
|
+
export declare class ListStateMachinesCommand extends ListStateMachinesCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: ListStateMachinesInput;
|
|
43
|
+
output: ListStateMachinesOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: ListStateMachinesCommandInput;
|
|
47
|
+
output: ListStateMachinesCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
40
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForResourceInput;
|
|
44
|
+
output: ListTagsForResourceOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForResourceCommandInput;
|
|
48
|
+
output: ListTagsForResourceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PublishStateMachineVersionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PublishStateMachineVersionCommand extends PublishStateMachineVersionCommand_base {
|
|
40
|
+
export declare class PublishStateMachineVersionCommand extends PublishStateMachineVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PublishStateMachineVersionInput;
|
|
44
|
+
output: PublishStateMachineVersionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PublishStateMachineVersionCommandInput;
|
|
48
|
+
output: PublishStateMachineVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const RedriveExecutionCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class RedriveExecutionCommand extends RedriveExecutionCommand_base {
|
|
39
|
+
export declare class RedriveExecutionCommand extends RedriveExecutionCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: RedriveExecutionInput;
|
|
43
|
+
output: RedriveExecutionOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: RedriveExecutionCommandInput;
|
|
47
|
+
output: RedriveExecutionCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const SendTaskFailureCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class SendTaskFailureCommand extends SendTaskFailureCommand_base {
|
|
39
|
+
export declare class SendTaskFailureCommand extends SendTaskFailureCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: SendTaskFailureInput;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: SendTaskFailureCommandInput;
|
|
47
|
+
output: SendTaskFailureCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const SendTaskHeartbeatCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class SendTaskHeartbeatCommand extends SendTaskHeartbeatCommand_base {
|
|
39
|
+
export declare class SendTaskHeartbeatCommand extends SendTaskHeartbeatCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: SendTaskHeartbeatInput;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: SendTaskHeartbeatCommandInput;
|
|
47
|
+
output: SendTaskHeartbeatCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const SendTaskSuccessCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class SendTaskSuccessCommand extends SendTaskSuccessCommand_base {
|
|
39
|
+
export declare class SendTaskSuccessCommand extends SendTaskSuccessCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: SendTaskSuccessInput;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: SendTaskSuccessCommandInput;
|
|
47
|
+
output: SendTaskSuccessCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const StartExecutionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class StartExecutionCommand extends StartExecutionCommand_base {
|
|
36
|
+
export declare class StartExecutionCommand extends StartExecutionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: StartExecutionInput;
|
|
40
|
+
output: StartExecutionOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: StartExecutionCommandInput;
|
|
44
|
+
output: StartExecutionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartSyncExecutionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartSyncExecutionCommand extends StartSyncExecutionCommand_base {
|
|
40
|
+
export declare class StartSyncExecutionCommand extends StartSyncExecutionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartSyncExecutionInput;
|
|
44
|
+
output: StartSyncExecutionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartSyncExecutionCommandInput;
|
|
48
|
+
output: StartSyncExecutionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const StopExecutionCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class StopExecutionCommand extends StopExecutionCommand_base {
|
|
36
|
+
export declare class StopExecutionCommand extends StopExecutionCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: StopExecutionInput;
|
|
40
|
+
output: StopExecutionOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: StopExecutionCommandInput;
|
|
44
|
+
output: StopExecutionCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
36
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TagResourceInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TagResourceCommandInput;
|
|
44
|
+
output: TagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const TestStateCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class TestStateCommand extends TestStateCommand_base {
|
|
36
|
+
export declare class TestStateCommand extends TestStateCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: TestStateInput;
|
|
40
|
+
output: TestStateOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: TestStateCommandInput;
|
|
44
|
+
output: TestStateCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
36
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UntagResourceInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UntagResourceCommandInput;
|
|
44
|
+
output: UntagResourceCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const UpdateMapRunCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class UpdateMapRunCommand extends UpdateMapRunCommand_base {
|
|
36
|
+
export declare class UpdateMapRunCommand extends UpdateMapRunCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: UpdateMapRunInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: UpdateMapRunCommandInput;
|
|
44
|
+
output: UpdateMapRunCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateStateMachineAliasCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateStateMachineAliasCommand extends UpdateStateMachineAliasCommand_base {
|
|
40
|
+
export declare class UpdateStateMachineAliasCommand extends UpdateStateMachineAliasCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateStateMachineAliasInput;
|
|
44
|
+
output: UpdateStateMachineAliasOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateStateMachineAliasCommandInput;
|
|
48
|
+
output: UpdateStateMachineAliasCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateStateMachineCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateStateMachineCommand extends UpdateStateMachineCommand_base {
|
|
40
|
+
export declare class UpdateStateMachineCommand extends UpdateStateMachineCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateStateMachineInput;
|
|
44
|
+
output: UpdateStateMachineOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateStateMachineCommandInput;
|
|
48
|
+
output: UpdateStateMachineCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ValidateStateMachineDefinitionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ValidateStateMachineDefinitionCommand extends ValidateStateMachineDefinitionCommand_base {
|
|
40
|
+
export declare class ValidateStateMachineDefinitionCommand extends ValidateStateMachineDefinitionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ValidateStateMachineDefinitionInput;
|
|
44
|
+
output: ValidateStateMachineDefinitionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ValidateStateMachineDefinitionCommandInput;
|
|
48
|
+
output: ValidateStateMachineDefinitionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|