@aws-sdk/client-swf 3.533.0 → 3.535.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/SWF.d.ts +1 -1
- package/dist-types/SWFClient.d.ts +1 -1
- package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +2 -1
- package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +2 -1
- package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +2 -1
- package/dist-types/commands/DeprecateDomainCommand.d.ts +2 -1
- package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeActivityTypeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListActivityTypesCommand.d.ts +2 -1
- package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
- package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowTypesCommand.d.ts +2 -1
- package/dist-types/commands/PollForActivityTaskCommand.d.ts +2 -1
- package/dist-types/commands/PollForDecisionTaskCommand.d.ts +2 -1
- package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +2 -1
- package/dist-types/commands/RegisterActivityTypeCommand.d.ts +2 -1
- package/dist-types/commands/RegisterDomainCommand.d.ts +2 -1
- package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +2 -1
- package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +2 -1
- package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +2 -1
- package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +2 -1
- package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +2 -1
- package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +2 -1
- package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +2 -1
- package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +2 -1
- package/dist-types/commands/UndeprecateDomainCommand.d.ts +2 -1
- package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +712 -712
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -25,6 +25,15 @@ declare const CountClosedWorkflowExecutionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CountClosedWorkflowExecutionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CountClosedWorkflowExecutionsCommandInput,
|
|
32
|
+
CountClosedWorkflowExecutionsCommandOutput,
|
|
33
|
+
SWFClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CountClosedWorkflowExecutionsCommand extends CountClosedWorkflowExecutionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CountOpenWorkflowExecutionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CountOpenWorkflowExecutionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CountOpenWorkflowExecutionsCommandInput,
|
|
32
|
+
CountOpenWorkflowExecutionsCommandOutput,
|
|
33
|
+
SWFClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CountPendingActivityTasksCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CountPendingActivityTasksCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CountPendingActivityTasksCommandInput,
|
|
32
|
+
CountPendingActivityTasksCommandOutput,
|
|
33
|
+
SWFClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CountPendingDecisionTasksCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CountPendingDecisionTasksCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CountPendingDecisionTasksCommandInput,
|
|
32
|
+
CountPendingDecisionTasksCommandOutput,
|
|
33
|
+
SWFClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeprecateActivityTypeCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeprecateActivityTypeCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeprecateActivityTypeCommandInput,
|
|
27
|
+
DeprecateActivityTypeCommandOutput,
|
|
28
|
+
SWFClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const DeprecateDomainCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: DeprecateDomainCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
DeprecateDomainCommandInput,
|
|
26
|
+
DeprecateDomainCommandOutput,
|
|
27
|
+
SWFClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class DeprecateDomainCommand extends DeprecateDomainCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const DeprecateWorkflowTypeCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: DeprecateWorkflowTypeCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
DeprecateWorkflowTypeCommandInput,
|
|
27
|
+
DeprecateWorkflowTypeCommandOutput,
|
|
28
|
+
SWFClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeActivityTypeCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeActivityTypeCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeActivityTypeCommandInput,
|
|
32
|
+
DescribeActivityTypeCommandOutput,
|
|
33
|
+
SWFClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeActivityTypeCommand extends DescribeActivityTypeCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeDomainCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DescribeDomainCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeDomainCommandInput,
|
|
28
|
+
DescribeDomainCommandOutput,
|
|
29
|
+
SWFClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeWorkflowExecutionCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeWorkflowExecutionCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeWorkflowExecutionCommandInput,
|
|
32
|
+
DescribeWorkflowExecutionCommandOutput,
|
|
33
|
+
SWFClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeWorkflowTypeCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeWorkflowTypeCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeWorkflowTypeCommandInput,
|
|
32
|
+
DescribeWorkflowTypeCommandOutput,
|
|
33
|
+
SWFClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base {}
|
|
@@ -22,6 +22,15 @@ declare const GetWorkflowExecutionHistoryCommand_base: {
|
|
|
22
22
|
ServiceInputTypes,
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: GetWorkflowExecutionHistoryCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetWorkflowExecutionHistoryCommandInput,
|
|
29
|
+
GetWorkflowExecutionHistoryCommandOutput,
|
|
30
|
+
SWFClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
25
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
35
|
};
|
|
27
36
|
export declare class GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListActivityTypesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListActivityTypesCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListActivityTypesCommandInput,
|
|
28
|
+
ListActivityTypesCommandOutput,
|
|
29
|
+
SWFClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListActivityTypesCommand extends ListActivityTypesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListClosedWorkflowExecutionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListClosedWorkflowExecutionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListClosedWorkflowExecutionsCommandInput,
|
|
32
|
+
ListClosedWorkflowExecutionsCommandOutput,
|
|
33
|
+
SWFClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListDomainsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListDomainsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListDomainsCommandInput,
|
|
28
|
+
ListDomainsCommandOutput,
|
|
29
|
+
SWFClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListDomainsCommand extends ListDomainsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListOpenWorkflowExecutionsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListOpenWorkflowExecutionsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListOpenWorkflowExecutionsCommandInput,
|
|
32
|
+
ListOpenWorkflowExecutionsCommandOutput,
|
|
33
|
+
SWFClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
SWFClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListWorkflowTypesCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListWorkflowTypesCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListWorkflowTypesCommandInput,
|
|
28
|
+
ListWorkflowTypesCommandOutput,
|
|
29
|
+
SWFClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListWorkflowTypesCommand extends ListWorkflowTypesCommand_base {}
|
|
@@ -22,6 +22,15 @@ declare const PollForActivityTaskCommand_base: {
|
|
|
22
22
|
ServiceInputTypes,
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: PollForActivityTaskCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
PollForActivityTaskCommandInput,
|
|
29
|
+
PollForActivityTaskCommandOutput,
|
|
30
|
+
SWFClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
25
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
35
|
};
|
|
27
36
|
export declare class PollForActivityTaskCommand extends PollForActivityTaskCommand_base {}
|
|
@@ -22,6 +22,15 @@ declare const PollForDecisionTaskCommand_base: {
|
|
|
22
22
|
ServiceInputTypes,
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: PollForDecisionTaskCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
PollForDecisionTaskCommandInput,
|
|
29
|
+
PollForDecisionTaskCommandOutput,
|
|
30
|
+
SWFClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
25
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
35
|
};
|
|
27
36
|
export declare class PollForDecisionTaskCommand extends PollForDecisionTaskCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RecordActivityTaskHeartbeatCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RecordActivityTaskHeartbeatCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RecordActivityTaskHeartbeatCommandInput,
|
|
32
|
+
RecordActivityTaskHeartbeatCommandOutput,
|
|
33
|
+
SWFClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RecordActivityTaskHeartbeatCommand extends RecordActivityTaskHeartbeatCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const RegisterActivityTypeCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: RegisterActivityTypeCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
RegisterActivityTypeCommandInput,
|
|
27
|
+
RegisterActivityTypeCommandOutput,
|
|
28
|
+
SWFClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class RegisterActivityTypeCommand extends RegisterActivityTypeCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const RegisterDomainCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: RegisterDomainCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
RegisterDomainCommandInput,
|
|
26
|
+
RegisterDomainCommandOutput,
|
|
27
|
+
SWFClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class RegisterDomainCommand extends RegisterDomainCommand_base {}
|
|
@@ -20,6 +20,15 @@ declare const RegisterWorkflowTypeCommand_base: {
|
|
|
20
20
|
ServiceInputTypes,
|
|
21
21
|
ServiceOutputTypes
|
|
22
22
|
>;
|
|
23
|
+
new (
|
|
24
|
+
__0_0: RegisterWorkflowTypeCommandInput
|
|
25
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
26
|
+
RegisterWorkflowTypeCommandInput,
|
|
27
|
+
RegisterWorkflowTypeCommandOutput,
|
|
28
|
+
SWFClientResolvedConfig,
|
|
29
|
+
ServiceInputTypes,
|
|
30
|
+
ServiceOutputTypes
|
|
31
|
+
>;
|
|
23
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
24
33
|
};
|
|
25
34
|
export declare class RegisterWorkflowTypeCommand extends RegisterWorkflowTypeCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const RequestCancelWorkflowExecutionCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: RequestCancelWorkflowExecutionCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
RequestCancelWorkflowExecutionCommandInput,
|
|
28
|
+
RequestCancelWorkflowExecutionCommandOutput,
|
|
29
|
+
SWFClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class RequestCancelWorkflowExecutionCommand extends RequestCancelWorkflowExecutionCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const RespondActivityTaskCanceledCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: RespondActivityTaskCanceledCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
RespondActivityTaskCanceledCommandInput,
|
|
28
|
+
RespondActivityTaskCanceledCommandOutput,
|
|
29
|
+
SWFClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const RespondActivityTaskCompletedCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: RespondActivityTaskCompletedCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
RespondActivityTaskCompletedCommandInput,
|
|
28
|
+
RespondActivityTaskCompletedCommandOutput,
|
|
29
|
+
SWFClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const RespondActivityTaskFailedCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: RespondActivityTaskFailedCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
RespondActivityTaskFailedCommandInput,
|
|
28
|
+
RespondActivityTaskFailedCommandOutput,
|
|
29
|
+
SWFClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const RespondDecisionTaskCompletedCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: RespondDecisionTaskCompletedCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
RespondDecisionTaskCompletedCommandInput,
|
|
28
|
+
RespondDecisionTaskCompletedCommandOutput,
|
|
29
|
+
SWFClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const SignalWorkflowExecutionCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: SignalWorkflowExecutionCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
SignalWorkflowExecutionCommandInput,
|
|
28
|
+
SignalWorkflowExecutionCommandOutput,
|
|
29
|
+
SWFClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_base {}
|
|
@@ -22,6 +22,15 @@ declare const StartWorkflowExecutionCommand_base: {
|
|
|
22
22
|
ServiceInputTypes,
|
|
23
23
|
ServiceOutputTypes
|
|
24
24
|
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: StartWorkflowExecutionCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
StartWorkflowExecutionCommandInput,
|
|
29
|
+
StartWorkflowExecutionCommandOutput,
|
|
30
|
+
SWFClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
25
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
35
|
};
|
|
27
36
|
export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const TagResourceCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: TagResourceCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
TagResourceCommandInput,
|
|
26
|
+
TagResourceCommandOutput,
|
|
27
|
+
SWFClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TerminateWorkflowExecutionCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TerminateWorkflowExecutionCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TerminateWorkflowExecutionCommandInput,
|
|
28
|
+
TerminateWorkflowExecutionCommandOutput,
|
|
29
|
+
SWFClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TerminateWorkflowExecutionCommand extends TerminateWorkflowExecutionCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UndeprecateActivityTypeCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UndeprecateActivityTypeCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UndeprecateActivityTypeCommandInput,
|
|
28
|
+
UndeprecateActivityTypeCommandOutput,
|
|
29
|
+
SWFClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UndeprecateActivityTypeCommand extends UndeprecateActivityTypeCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const UndeprecateDomainCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: UndeprecateDomainCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
UndeprecateDomainCommandInput,
|
|
26
|
+
UndeprecateDomainCommandOutput,
|
|
27
|
+
SWFClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class UndeprecateDomainCommand extends UndeprecateDomainCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UndeprecateWorkflowTypeCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UndeprecateWorkflowTypeCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UndeprecateWorkflowTypeCommandInput,
|
|
28
|
+
UndeprecateWorkflowTypeCommandOutput,
|
|
29
|
+
SWFClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UndeprecateWorkflowTypeCommand extends UndeprecateWorkflowTypeCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const UntagResourceCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: UntagResourceCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
UntagResourceCommandInput,
|
|
26
|
+
UntagResourceCommandOutput,
|
|
27
|
+
SWFClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|