@aws-sdk/client-swf 3.337.0 → 3.341.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/SWFClient.js +2 -1
- package/dist-cjs/commands/CountClosedWorkflowExecutionsCommand.js +2 -1
- package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +2 -1
- package/dist-cjs/commands/CountPendingActivityTasksCommand.js +2 -1
- package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +2 -1
- package/dist-cjs/commands/DeprecateActivityTypeCommand.js +2 -1
- package/dist-cjs/commands/DeprecateDomainCommand.js +2 -1
- package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +2 -1
- package/dist-cjs/commands/DescribeActivityTypeCommand.js +2 -1
- package/dist-cjs/commands/DescribeDomainCommand.js +2 -1
- package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +2 -1
- package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +2 -1
- package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +2 -1
- package/dist-cjs/commands/ListActivityTypesCommand.js +2 -1
- package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +2 -1
- package/dist-cjs/commands/ListDomainsCommand.js +2 -1
- package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/ListWorkflowTypesCommand.js +2 -1
- package/dist-cjs/commands/PollForActivityTaskCommand.js +2 -1
- package/dist-cjs/commands/PollForDecisionTaskCommand.js +2 -1
- package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +2 -1
- package/dist-cjs/commands/RegisterActivityTypeCommand.js +2 -1
- package/dist-cjs/commands/RegisterDomainCommand.js +2 -1
- package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +2 -1
- package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +2 -1
- package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +2 -1
- package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +2 -1
- package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +2 -1
- package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +2 -1
- package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +2 -1
- package/dist-cjs/commands/StartWorkflowExecutionCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +2 -1
- package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +2 -1
- package/dist-cjs/commands/UndeprecateDomainCommand.js +2 -1
- package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/SWFServiceException.js +2 -1
- package/dist-es/SWFClient.js +1 -0
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +1 -0
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +1 -0
- package/dist-es/commands/CountPendingActivityTasksCommand.js +1 -0
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +1 -0
- package/dist-es/commands/DeprecateActivityTypeCommand.js +1 -0
- package/dist-es/commands/DeprecateDomainCommand.js +1 -0
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +1 -0
- package/dist-es/commands/DescribeActivityTypeCommand.js +1 -0
- package/dist-es/commands/DescribeDomainCommand.js +1 -0
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +1 -0
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +1 -0
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +1 -0
- package/dist-es/commands/ListActivityTypesCommand.js +1 -0
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +1 -0
- package/dist-es/commands/ListDomainsCommand.js +1 -0
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/ListWorkflowTypesCommand.js +1 -0
- package/dist-es/commands/PollForActivityTaskCommand.js +1 -0
- package/dist-es/commands/PollForDecisionTaskCommand.js +1 -0
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +1 -0
- package/dist-es/commands/RegisterActivityTypeCommand.js +1 -0
- package/dist-es/commands/RegisterDomainCommand.js +1 -0
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +1 -0
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +1 -0
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +1 -0
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +1 -0
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +1 -0
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +1 -0
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +1 -0
- package/dist-es/commands/StartWorkflowExecutionCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +1 -0
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +1 -0
- package/dist-es/commands/UndeprecateDomainCommand.js +1 -0
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/SWFServiceException.js +1 -0
- package/dist-types/SWFClient.d.ts +3 -3
- package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +4 -0
- package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +4 -0
- package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +4 -0
- package/dist-types/commands/DeprecateDomainCommand.d.ts +4 -0
- package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeActivityTypeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +4 -0
- package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +4 -0
- package/dist-types/commands/ListActivityTypesCommand.d.ts +4 -0
- package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +4 -0
- package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListWorkflowTypesCommand.d.ts +4 -0
- package/dist-types/commands/PollForActivityTaskCommand.d.ts +4 -0
- package/dist-types/commands/PollForDecisionTaskCommand.d.ts +4 -0
- package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +4 -0
- package/dist-types/commands/RegisterActivityTypeCommand.d.ts +4 -0
- package/dist-types/commands/RegisterDomainCommand.d.ts +4 -0
- package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +4 -0
- package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +4 -0
- package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +4 -0
- package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +4 -0
- package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +4 -0
- package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +4 -0
- package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +4 -0
- package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +4 -0
- package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +4 -0
- package/dist-types/commands/UndeprecateDomainCommand.d.ts +4 -0
- package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/index.d.ts +19 -2
- package/dist-types/models/SWFServiceException.d.ts +1 -0
- package/dist-types/ts3.4/SWFClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/SWFServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RequestCancelWorkflowExecutionInput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RespondActivityTaskCanceledInput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RespondActivityTaskCompletedInput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RespondActivityTaskFailedInput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RespondDecisionTaskCompletedInput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { SignalWorkflowExecutionInput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { Run, StartWorkflowExecutionInput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceInput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TerminateWorkflowExecutionInput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UndeprecateActivityTypeInput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UndeprecateDomainInput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UndeprecateWorkflowTypeInput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceInput } from "../models/models_0";
|
|
5
5
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <fullname>Amazon Simple Workflow Service</fullname>
|
|
3
|
+
* <p>The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to
|
|
4
|
+
* coordinate work across distributed components. In Amazon SWF, a <i>task</i>
|
|
5
|
+
* represents a logical unit of work that is performed by a component of your workflow.
|
|
6
|
+
* Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and
|
|
7
|
+
* concurrency in accordance with the logical flow of the application.</p>
|
|
8
|
+
* <p>Amazon SWF gives you full control over implementing tasks and coordinating them without
|
|
9
|
+
* worrying about underlying complexities such as tracking their progress and maintaining their
|
|
10
|
+
* state.</p>
|
|
11
|
+
* <p>This documentation serves as reference only. For a broader overview of the Amazon SWF
|
|
12
|
+
* programming model, see the <i>
|
|
13
|
+
* <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/">Amazon SWF Developer Guide</a>
|
|
14
|
+
* </i>.</p>
|
|
15
|
+
*
|
|
16
|
+
* @packageDocumentation
|
|
17
|
+
*/
|
|
2
18
|
export * from "./SWFClient";
|
|
19
|
+
export * from "./SWF";
|
|
3
20
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
21
|
export * from "./pagination";
|
|
22
|
+
export * from "./models";
|
|
6
23
|
export { SWFServiceException } from "./models/SWFServiceException";
|
|
@@ -199,6 +199,7 @@ import {
|
|
|
199
199
|
ClientResolvedEndpointParameters,
|
|
200
200
|
EndpointParameters,
|
|
201
201
|
} from "./endpoint/EndpointParameters";
|
|
202
|
+
export { __Client };
|
|
202
203
|
export type ServiceInputTypes =
|
|
203
204
|
| CountClosedWorkflowExecutionsCommandInput
|
|
204
205
|
| CountOpenWorkflowExecutionsCommandInput
|
|
@@ -299,7 +300,7 @@ export interface ClientDefaults
|
|
|
299
300
|
logger?: __Logger;
|
|
300
301
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
301
302
|
}
|
|
302
|
-
type SWFClientConfigType = Partial<
|
|
303
|
+
export type SWFClientConfigType = Partial<
|
|
303
304
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
304
305
|
> &
|
|
305
306
|
ClientDefaults &
|
|
@@ -311,7 +312,7 @@ type SWFClientConfigType = Partial<
|
|
|
311
312
|
UserAgentInputConfig &
|
|
312
313
|
ClientInputEndpointParameters;
|
|
313
314
|
export interface SWFClientConfig extends SWFClientConfigType {}
|
|
314
|
-
type SWFClientResolvedConfigType =
|
|
315
|
+
export type SWFClientResolvedConfigType =
|
|
315
316
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
316
317
|
Required<ClientDefaults> &
|
|
317
318
|
RegionResolvedConfig &
|
|
@@ -332,4 +333,3 @@ export declare class SWFClient extends __Client<
|
|
|
332
333
|
constructor(configuration: SWFClientConfig);
|
|
333
334
|
destroy(): void;
|
|
334
335
|
}
|
|
335
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SWFClientResolvedConfig,
|
|
17
17
|
} from "../SWFClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CountClosedWorkflowExecutionsCommandInput
|
|
19
20
|
extends CountClosedWorkflowExecutionsInput {}
|
|
20
21
|
export interface CountClosedWorkflowExecutionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SWFClientResolvedConfig,
|
|
17
17
|
} from "../SWFClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CountOpenWorkflowExecutionsCommandInput
|
|
19
20
|
extends CountOpenWorkflowExecutionsInput {}
|
|
20
21
|
export interface CountOpenWorkflowExecutionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SWFClientResolvedConfig,
|
|
17
17
|
} from "../SWFClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CountPendingActivityTasksCommandInput
|
|
19
20
|
extends CountPendingActivityTasksInput {}
|
|
20
21
|
export interface CountPendingActivityTasksCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SWFClientResolvedConfig,
|
|
17
17
|
} from "../SWFClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CountPendingDecisionTasksCommandInput
|
|
19
20
|
extends CountPendingDecisionTasksInput {}
|
|
20
21
|
export interface CountPendingDecisionTasksCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeprecateActivityTypeCommandInput
|
|
16
17
|
extends DeprecateActivityTypeInput {}
|
|
17
18
|
export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeprecateDomainCommandInput extends DeprecateDomainInput {}
|
|
16
17
|
export interface DeprecateDomainCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class DeprecateDomainCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DeprecateWorkflowTypeCommandInput
|
|
16
17
|
extends DeprecateWorkflowTypeInput {}
|
|
17
18
|
export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {}
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SWFClientResolvedConfig,
|
|
17
17
|
} from "../SWFClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeActivityTypeCommandInput
|
|
19
20
|
extends DescribeActivityTypeInput {}
|
|
20
21
|
export interface DescribeActivityTypeCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface DescribeDomainCommandInput extends DescribeDomainInput {}
|
|
16
17
|
export interface DescribeDomainCommandOutput
|
|
17
18
|
extends DomainDetail,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SWFClientResolvedConfig,
|
|
17
17
|
} from "../SWFClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeWorkflowExecutionCommandInput
|
|
19
20
|
extends DescribeWorkflowExecutionInput {}
|
|
20
21
|
export interface DescribeWorkflowExecutionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SWFClientResolvedConfig,
|
|
17
17
|
} from "../SWFClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeWorkflowTypeCommandInput
|
|
19
20
|
extends DescribeWorkflowTypeInput {}
|
|
20
21
|
export interface DescribeWorkflowTypeCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface GetWorkflowExecutionHistoryCommandInput
|
|
16
17
|
extends GetWorkflowExecutionHistoryInput {}
|
|
17
18
|
export interface GetWorkflowExecutionHistoryCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListActivityTypesCommandInput extends ListActivityTypesInput {}
|
|
16
17
|
export interface ListActivityTypesCommandOutput
|
|
17
18
|
extends ActivityTypeInfos,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SWFClientResolvedConfig,
|
|
17
17
|
} from "../SWFClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListClosedWorkflowExecutionsCommandInput
|
|
19
20
|
extends ListClosedWorkflowExecutionsInput {}
|
|
20
21
|
export interface ListClosedWorkflowExecutionsCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListDomainsCommandInput extends ListDomainsInput {}
|
|
16
17
|
export interface ListDomainsCommandOutput
|
|
17
18
|
extends DomainInfos,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SWFClientResolvedConfig,
|
|
17
17
|
} from "../SWFClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListOpenWorkflowExecutionsCommandInput
|
|
19
20
|
extends ListOpenWorkflowExecutionsInput {}
|
|
20
21
|
export interface ListOpenWorkflowExecutionsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SWFClientResolvedConfig,
|
|
17
17
|
} from "../SWFClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceInput {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface ListWorkflowTypesCommandInput extends ListWorkflowTypesInput {}
|
|
16
17
|
export interface ListWorkflowTypesCommandOutput
|
|
17
18
|
extends WorkflowTypeInfos,
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface PollForActivityTaskCommandInput
|
|
16
17
|
extends PollForActivityTaskInput {}
|
|
17
18
|
export interface PollForActivityTaskCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface PollForDecisionTaskCommandInput
|
|
16
17
|
extends PollForDecisionTaskInput {}
|
|
17
18
|
export interface PollForDecisionTaskCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceOutputTypes,
|
|
16
16
|
SWFClientResolvedConfig,
|
|
17
17
|
} from "../SWFClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface RecordActivityTaskHeartbeatCommandInput
|
|
19
20
|
extends RecordActivityTaskHeartbeatInput {}
|
|
20
21
|
export interface RecordActivityTaskHeartbeatCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RegisterActivityTypeCommandInput
|
|
16
17
|
extends RegisterActivityTypeInput {}
|
|
17
18
|
export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RegisterDomainCommandInput extends RegisterDomainInput {}
|
|
16
17
|
export interface RegisterDomainCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class RegisterDomainCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RegisterWorkflowTypeCommandInput
|
|
16
17
|
extends RegisterWorkflowTypeInput {}
|
|
17
18
|
export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {}
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RequestCancelWorkflowExecutionCommandInput
|
|
16
17
|
extends RequestCancelWorkflowExecutionInput {}
|
|
17
18
|
export interface RequestCancelWorkflowExecutionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RespondActivityTaskCanceledCommandInput
|
|
16
17
|
extends RespondActivityTaskCanceledInput {}
|
|
17
18
|
export interface RespondActivityTaskCanceledCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RespondActivityTaskCompletedCommandInput
|
|
16
17
|
extends RespondActivityTaskCompletedInput {}
|
|
17
18
|
export interface RespondActivityTaskCompletedCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RespondActivityTaskFailedCommandInput
|
|
16
17
|
extends RespondActivityTaskFailedInput {}
|
|
17
18
|
export interface RespondActivityTaskFailedCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface RespondDecisionTaskCompletedCommandInput
|
|
16
17
|
extends RespondDecisionTaskCompletedInput {}
|
|
17
18
|
export interface RespondDecisionTaskCompletedCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface SignalWorkflowExecutionCommandInput
|
|
16
17
|
extends SignalWorkflowExecutionInput {}
|
|
17
18
|
export interface SignalWorkflowExecutionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface StartWorkflowExecutionCommandInput
|
|
16
17
|
extends StartWorkflowExecutionInput {}
|
|
17
18
|
export interface StartWorkflowExecutionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
16
17
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class TagResourceCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TerminateWorkflowExecutionCommandInput
|
|
16
17
|
extends TerminateWorkflowExecutionInput {}
|
|
17
18
|
export interface TerminateWorkflowExecutionCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UndeprecateActivityTypeCommandInput
|
|
16
17
|
extends UndeprecateActivityTypeInput {}
|
|
17
18
|
export interface UndeprecateActivityTypeCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UndeprecateDomainCommandInput extends UndeprecateDomainInput {}
|
|
16
17
|
export interface UndeprecateDomainCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class UndeprecateDomainCommand extends $Command<
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UndeprecateWorkflowTypeCommandInput
|
|
16
17
|
extends UndeprecateWorkflowTypeInput {}
|
|
17
18
|
export interface UndeprecateWorkflowTypeCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
SWFClientResolvedConfig,
|
|
14
14
|
} from "../SWFClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
16
17
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
17
18
|
export declare class UntagResourceCommand extends $Command<
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./SWF";
|
|
2
1
|
export * from "./SWFClient";
|
|
2
|
+
export * from "./SWF";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { SWFServiceException } from "./models/SWFServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class SWFServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|