@aws-sdk/client-swf 3.1077.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +50 -399
- package/dist-es/commandBuilder.js +10 -0
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +2 -14
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +2 -14
- package/dist-es/commands/CountPendingActivityTasksCommand.js +2 -14
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +2 -14
- package/dist-es/commands/DeleteActivityTypeCommand.js +2 -14
- package/dist-es/commands/DeleteWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -14
- package/dist-es/commands/DeprecateDomainCommand.js +2 -14
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/DescribeActivityTypeCommand.js +2 -14
- package/dist-es/commands/DescribeDomainCommand.js +2 -14
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +2 -14
- package/dist-es/commands/ListActivityTypesCommand.js +2 -14
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +2 -14
- package/dist-es/commands/ListDomainsCommand.js +2 -14
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWorkflowTypesCommand.js +2 -14
- package/dist-es/commands/PollForActivityTaskCommand.js +2 -18
- package/dist-es/commands/PollForDecisionTaskCommand.js +2 -18
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +2 -14
- package/dist-es/commands/RegisterActivityTypeCommand.js +2 -14
- package/dist-es/commands/RegisterDomainCommand.js +2 -14
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -14
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -14
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -14
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -14
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/StartWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -14
- package/dist-es/commands/UndeprecateDomainCommand.js +2 -14
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +3 -8
- package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +3 -8
- package/dist-types/commands/DeleteActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeprecateDomainCommand.d.ts +3 -8
- package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +3 -8
- package/dist-types/commands/ListActivityTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkflowTypesCommand.d.ts +3 -8
- package/dist-types/commands/PollForActivityTaskCommand.d.ts +3 -8
- package/dist-types/commands/PollForDecisionTaskCommand.d.ts +3 -8
- package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +3 -8
- package/dist-types/commands/RegisterActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/RegisterDomainCommand.d.ts +3 -8
- package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +3 -8
- package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +3 -8
- package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +3 -8
- package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +3 -8
- package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/UndeprecateDomainCommand.d.ts +3 -8
- package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
|
|
|
22
19
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListTagsForResourceCommand_base: {
|
|
25
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List tags for a given domain.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ListWorkflowTypesInput, WorkflowTypeInfos } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListWorkflowTypesCommandInput extends ListWorkflowTypesInput {
|
|
|
22
19
|
export interface ListWorkflowTypesCommandOutput extends WorkflowTypeInfos, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListWorkflowTypesCommand_base: {
|
|
25
|
-
new (input: ListWorkflowTypesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListWorkflowTypesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListWorkflowTypesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListWorkflowTypesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about workflow types in the specified domain. The results may be
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ActivityTask, PollForActivityTaskInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PollForActivityTaskCommandInput extends PollForActivityTaskInpu
|
|
|
22
19
|
export interface PollForActivityTaskCommandOutput extends ActivityTask, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PollForActivityTaskCommand_base: {
|
|
25
|
-
new (input: PollForActivityTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PollForActivityTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PollForActivityTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PollForActivityTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Used by workers to get an <a>ActivityTask</a> from the specified activity
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { DecisionTask, PollForDecisionTaskInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PollForDecisionTaskCommandInput extends PollForDecisionTaskInpu
|
|
|
22
19
|
export interface PollForDecisionTaskCommandOutput extends DecisionTask, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PollForDecisionTaskCommand_base: {
|
|
25
|
-
new (input: PollForDecisionTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: PollForDecisionTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: PollForDecisionTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PollForDecisionTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Used by deciders to get a <a>DecisionTask</a> from the specified decision
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { ActivityTaskStatus, RecordActivityTaskHeartbeatInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RecordActivityTaskHeartbeatCommandInput extends RecordActivityT
|
|
|
22
19
|
export interface RecordActivityTaskHeartbeatCommandOutput extends ActivityTaskStatus, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RecordActivityTaskHeartbeatCommand_base: {
|
|
25
|
-
new (input: RecordActivityTaskHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RecordActivityTaskHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RecordActivityTaskHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RecordActivityTaskHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Used by activity workers to report to the service that the <a>ActivityTask</a> represented by the specified <code>taskToken</code> is still making progress. The worker
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { RegisterActivityTypeInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RegisterActivityTypeCommandInput extends RegisterActivityTypeIn
|
|
|
22
19
|
export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RegisterActivityTypeCommand_base: {
|
|
25
|
-
new (input: RegisterActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RegisterActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RegisterActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RegisterActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Registers a new <i>activity type</i> along with its configuration
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { RegisterDomainInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RegisterDomainCommandInput extends RegisterDomainInput {
|
|
|
22
19
|
export interface RegisterDomainCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RegisterDomainCommand_base: {
|
|
25
|
-
new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Registers a new domain.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { RegisterWorkflowTypeInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RegisterWorkflowTypeCommandInput extends RegisterWorkflowTypeIn
|
|
|
22
19
|
export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RegisterWorkflowTypeCommand_base: {
|
|
25
|
-
new (input: RegisterWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RegisterWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RegisterWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RegisterWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Registers a new <i>workflow type</i> and its configuration settings in
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { RequestCancelWorkflowExecutionInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RequestCancelWorkflowExecutionCommandInput extends RequestCance
|
|
|
22
19
|
export interface RequestCancelWorkflowExecutionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RequestCancelWorkflowExecutionCommand_base: {
|
|
25
|
-
new (input: RequestCancelWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RequestCancelWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RequestCancelWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RequestCancelWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Records a <code>WorkflowExecutionCancelRequested</code> event in the currently running
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { RespondActivityTaskCanceledInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RespondActivityTaskCanceledCommandInput extends RespondActivity
|
|
|
22
19
|
export interface RespondActivityTaskCanceledCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RespondActivityTaskCanceledCommand_base: {
|
|
25
|
-
new (input: RespondActivityTaskCanceledCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RespondActivityTaskCanceledCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RespondActivityTaskCanceledCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RespondActivityTaskCanceledCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Used by workers to tell the service that the <a>ActivityTask</a> identified
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { RespondActivityTaskCompletedInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RespondActivityTaskCompletedCommandInput extends RespondActivit
|
|
|
22
19
|
export interface RespondActivityTaskCompletedCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RespondActivityTaskCompletedCommand_base: {
|
|
25
|
-
new (input: RespondActivityTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RespondActivityTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RespondActivityTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RespondActivityTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Used by workers to tell the service that the <a>ActivityTask</a> identified
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { RespondActivityTaskFailedInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RespondActivityTaskFailedCommandInput extends RespondActivityTa
|
|
|
22
19
|
export interface RespondActivityTaskFailedCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RespondActivityTaskFailedCommand_base: {
|
|
25
|
-
new (input: RespondActivityTaskFailedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RespondActivityTaskFailedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RespondActivityTaskFailedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RespondActivityTaskFailedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Used by workers to tell the service that the <a>ActivityTask</a> identified
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { RespondDecisionTaskCompletedInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface RespondDecisionTaskCompletedCommandInput extends RespondDecisio
|
|
|
22
19
|
export interface RespondDecisionTaskCompletedCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const RespondDecisionTaskCompletedCommand_base: {
|
|
25
|
-
new (input: RespondDecisionTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: RespondDecisionTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: RespondDecisionTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: RespondDecisionTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Used by deciders to tell the service that the <a>DecisionTask</a> identified
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { SignalWorkflowExecutionInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface SignalWorkflowExecutionCommandInput extends SignalWorkflowExecu
|
|
|
22
19
|
export interface SignalWorkflowExecutionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const SignalWorkflowExecutionCommand_base: {
|
|
25
|
-
new (input: SignalWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: SignalWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: SignalWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: SignalWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Records a <code>WorkflowExecutionSignaled</code> event in the workflow execution
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { Run, StartWorkflowExecutionInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface StartWorkflowExecutionCommandInput extends StartWorkflowExecuti
|
|
|
22
19
|
export interface StartWorkflowExecutionCommandOutput extends Run, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const StartWorkflowExecutionCommand_base: {
|
|
25
|
-
new (input: StartWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: StartWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: StartWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: StartWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Starts an execution of the workflow type in the specified domain using the provided
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { TagResourceInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
22
19
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TagResourceCommand_base: {
|
|
25
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Add a tag to a Amazon SWF domain.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { TerminateWorkflowExecutionInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface TerminateWorkflowExecutionCommandInput extends TerminateWorkflo
|
|
|
22
19
|
export interface TerminateWorkflowExecutionCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const TerminateWorkflowExecutionCommand_base: {
|
|
25
|
-
new (input: TerminateWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: TerminateWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: TerminateWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: TerminateWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Records a <code>WorkflowExecutionTerminated</code> event and forces closure of the
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UndeprecateActivityTypeInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UndeprecateActivityTypeCommandInput extends UndeprecateActivity
|
|
|
22
19
|
export interface UndeprecateActivityTypeCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UndeprecateActivityTypeCommand_base: {
|
|
25
|
-
new (input: UndeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UndeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UndeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UndeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Undeprecates a previously deprecated <i>activity type</i>. After an activity type has
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UndeprecateDomainInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UndeprecateDomainCommandInput extends UndeprecateDomainInput {
|
|
|
22
19
|
export interface UndeprecateDomainCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UndeprecateDomainCommand_base: {
|
|
25
|
-
new (input: UndeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UndeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UndeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UndeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Undeprecates a previously deprecated domain. After a domain has been undeprecated it can be used
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UndeprecateWorkflowTypeInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UndeprecateWorkflowTypeCommandInput extends UndeprecateWorkflow
|
|
|
22
19
|
export interface UndeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UndeprecateWorkflowTypeCommand_base: {
|
|
25
|
-
new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Undeprecates a previously deprecated <i>workflow type</i>. After a workflow type has
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { UntagResourceInput } from "../models/models_0";
|
|
4
|
-
import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
22
19
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UntagResourceCommand_base: {
|
|
25
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Remove a tag from a Amazon SWF domain.</p>
|