@aws-sdk/client-swf 3.477.0 → 3.481.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/commands/CountClosedWorkflowExecutionsCommand.js +18 -41
- package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +18 -41
- package/dist-cjs/commands/CountPendingActivityTasksCommand.js +18 -41
- package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +18 -41
- package/dist-cjs/commands/DeprecateActivityTypeCommand.js +18 -41
- package/dist-cjs/commands/DeprecateDomainCommand.js +18 -41
- package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +18 -41
- package/dist-cjs/commands/DescribeActivityTypeCommand.js +18 -41
- package/dist-cjs/commands/DescribeDomainCommand.js +18 -41
- package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +18 -41
- package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +18 -41
- package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +18 -41
- package/dist-cjs/commands/ListActivityTypesCommand.js +18 -41
- package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListDomainsCommand.js +18 -41
- package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListWorkflowTypesCommand.js +18 -41
- package/dist-cjs/commands/PollForActivityTaskCommand.js +18 -41
- package/dist-cjs/commands/PollForDecisionTaskCommand.js +18 -41
- package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +18 -41
- package/dist-cjs/commands/RegisterActivityTypeCommand.js +18 -41
- package/dist-cjs/commands/RegisterDomainCommand.js +18 -41
- package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +18 -41
- package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +18 -41
- package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +18 -41
- package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +18 -41
- package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +18 -41
- package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +18 -41
- package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +18 -41
- package/dist-cjs/commands/StartWorkflowExecutionCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +18 -41
- package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +18 -41
- package/dist-cjs/commands/UndeprecateDomainCommand.js +18 -41
- package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetWorkflowExecutionHistoryPaginator.js +2 -24
- package/dist-cjs/pagination/ListActivityTypesPaginator.js +2 -24
- package/dist-cjs/pagination/ListClosedWorkflowExecutionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDomainsPaginator.js +2 -24
- package/dist-cjs/pagination/ListOpenWorkflowExecutionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListWorkflowTypesPaginator.js +2 -24
- package/dist-cjs/pagination/PollForDecisionTaskPaginator.js +2 -24
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +18 -41
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +18 -41
- package/dist-es/commands/CountPendingActivityTasksCommand.js +18 -41
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +18 -41
- package/dist-es/commands/DeprecateActivityTypeCommand.js +18 -41
- package/dist-es/commands/DeprecateDomainCommand.js +18 -41
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +18 -41
- package/dist-es/commands/DescribeActivityTypeCommand.js +18 -41
- package/dist-es/commands/DescribeDomainCommand.js +18 -41
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +18 -41
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +18 -41
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +18 -41
- package/dist-es/commands/ListActivityTypesCommand.js +18 -41
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +18 -41
- package/dist-es/commands/ListDomainsCommand.js +18 -41
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListWorkflowTypesCommand.js +18 -41
- package/dist-es/commands/PollForActivityTaskCommand.js +18 -41
- package/dist-es/commands/PollForDecisionTaskCommand.js +18 -41
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +18 -41
- package/dist-es/commands/RegisterActivityTypeCommand.js +18 -41
- package/dist-es/commands/RegisterDomainCommand.js +18 -41
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +18 -41
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +18 -41
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +18 -41
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +18 -41
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +18 -41
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +18 -41
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +18 -41
- package/dist-es/commands/StartWorkflowExecutionCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +18 -41
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +18 -41
- package/dist-es/commands/UndeprecateDomainCommand.js +18 -41
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetWorkflowExecutionHistoryPaginator.js +2 -23
- package/dist-es/pagination/ListActivityTypesPaginator.js +2 -23
- package/dist-es/pagination/ListClosedWorkflowExecutionsPaginator.js +2 -23
- package/dist-es/pagination/ListDomainsPaginator.js +2 -23
- package/dist-es/pagination/ListOpenWorkflowExecutionsPaginator.js +2 -23
- package/dist-es/pagination/ListWorkflowTypesPaginator.js +2 -23
- package/dist-es/pagination/PollForDecisionTaskPaginator.js +2 -23
- package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +6 -21
- package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +6 -21
- package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +6 -21
- package/dist-types/commands/DeprecateDomainCommand.d.ts +6 -21
- package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +6 -21
- package/dist-types/commands/DescribeActivityTypeCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +6 -21
- package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +6 -21
- package/dist-types/commands/ListActivityTypesCommand.d.ts +6 -21
- package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
- package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListWorkflowTypesCommand.d.ts +6 -21
- package/dist-types/commands/PollForActivityTaskCommand.d.ts +6 -21
- package/dist-types/commands/PollForDecisionTaskCommand.d.ts +6 -21
- package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +6 -21
- package/dist-types/commands/RegisterActivityTypeCommand.d.ts +6 -21
- package/dist-types/commands/RegisterDomainCommand.d.ts +6 -21
- package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +6 -21
- package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +6 -21
- package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +6 -21
- package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +6 -21
- package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +6 -21
- package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +6 -21
- package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +6 -21
- package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +6 -21
- package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +6 -21
- package/dist-types/commands/UndeprecateDomainCommand.d.ts +6 -21
- package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListActivityTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/PollForDecisionTaskPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListActivityTypesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListWorkflowTypesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/PollForDecisionTaskPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CountClosedWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CountClosedWorkflowExecutionsCommandInput extends CountClosedWo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CountClosedWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CountClosedWorkflowExecutionsCommand_base: {
|
|
24
|
+
new (input: CountClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the number of closed workflow executions within the given domain that meet the
|
|
@@ -125,23 +128,5 @@ export interface CountClosedWorkflowExecutionsCommandOutput extends WorkflowExec
|
|
|
125
128
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
126
129
|
*
|
|
127
130
|
*/
|
|
128
|
-
export declare class CountClosedWorkflowExecutionsCommand extends
|
|
129
|
-
readonly input: CountClosedWorkflowExecutionsCommandInput;
|
|
130
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
131
|
-
/**
|
|
132
|
-
* @public
|
|
133
|
-
*/
|
|
134
|
-
constructor(input: CountClosedWorkflowExecutionsCommandInput);
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput>;
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
private serialize;
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
private deserialize;
|
|
131
|
+
export declare class CountClosedWorkflowExecutionsCommand extends CountClosedWorkflowExecutionsCommand_base {
|
|
147
132
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CountOpenWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CountOpenWorkflowExecutionsCommandInput extends CountOpenWorkfl
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CountOpenWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CountOpenWorkflowExecutionsCommand_base: {
|
|
24
|
+
new (input: CountOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the number of open workflow executions within the given domain that meet the
|
|
@@ -118,23 +121,5 @@ export interface CountOpenWorkflowExecutionsCommandOutput extends WorkflowExecut
|
|
|
118
121
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
119
122
|
*
|
|
120
123
|
*/
|
|
121
|
-
export declare class CountOpenWorkflowExecutionsCommand extends
|
|
122
|
-
readonly input: CountOpenWorkflowExecutionsCommandInput;
|
|
123
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
124
|
-
/**
|
|
125
|
-
* @public
|
|
126
|
-
*/
|
|
127
|
-
constructor(input: CountOpenWorkflowExecutionsCommandInput);
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput>;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private serialize;
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
private deserialize;
|
|
124
|
+
export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base {
|
|
140
125
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CountPendingActivityTasksInput, PendingTaskCount } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CountPendingActivityTasksCommandInput extends CountPendingActiv
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CountPendingActivityTasksCommandOutput extends PendingTaskCount, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CountPendingActivityTasksCommand_base: {
|
|
24
|
+
new (input: CountPendingActivityTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the estimated number of activity tasks in the specified task list. The count
|
|
@@ -88,23 +91,5 @@ export interface CountPendingActivityTasksCommandOutput extends PendingTaskCount
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class CountPendingActivityTasksCommand extends
|
|
92
|
-
readonly input: CountPendingActivityTasksCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: CountPendingActivityTasksCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CountPendingDecisionTasksInput, PendingTaskCount } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CountPendingDecisionTasksCommandInput extends CountPendingDecis
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CountPendingDecisionTasksCommandOutput extends PendingTaskCount, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CountPendingDecisionTasksCommand_base: {
|
|
24
|
+
new (input: CountPendingDecisionTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the estimated number of decision tasks in the specified task list. The count
|
|
@@ -88,23 +91,5 @@ export interface CountPendingDecisionTasksCommandOutput extends PendingTaskCount
|
|
|
88
91
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
89
92
|
*
|
|
90
93
|
*/
|
|
91
|
-
export declare class CountPendingDecisionTasksCommand extends
|
|
92
|
-
readonly input: CountPendingDecisionTasksCommandInput;
|
|
93
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
-
/**
|
|
95
|
-
* @public
|
|
96
|
-
*/
|
|
97
|
-
constructor(input: CountPendingDecisionTasksCommandInput);
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput>;
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
private serialize;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private deserialize;
|
|
94
|
+
export declare class CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_base {
|
|
110
95
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeprecateActivityTypeInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeprecateActivityTypeCommandInput extends DeprecateActivityType
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeprecateActivityTypeCommand_base: {
|
|
24
|
+
new (input: DeprecateActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deprecates the specified <i>activity type</i>. After an activity type has
|
|
@@ -104,23 +107,5 @@ export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {
|
|
|
104
107
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
105
108
|
*
|
|
106
109
|
*/
|
|
107
|
-
export declare class DeprecateActivityTypeCommand extends
|
|
108
|
-
readonly input: DeprecateActivityTypeCommandInput;
|
|
109
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
110
|
-
/**
|
|
111
|
-
* @public
|
|
112
|
-
*/
|
|
113
|
-
constructor(input: DeprecateActivityTypeCommandInput);
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput>;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private serialize;
|
|
122
|
-
/**
|
|
123
|
-
* @internal
|
|
124
|
-
*/
|
|
125
|
-
private deserialize;
|
|
110
|
+
export declare class DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_base {
|
|
126
111
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeprecateDomainInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeprecateDomainCommandInput extends DeprecateDomainInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeprecateDomainCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeprecateDomainCommand_base: {
|
|
24
|
+
new (input: DeprecateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deprecates the specified domain. After a domain has been deprecated it cannot be used
|
|
@@ -89,23 +92,5 @@ export interface DeprecateDomainCommandOutput extends __MetadataBearer {
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class DeprecateDomainCommand extends
|
|
93
|
-
readonly input: DeprecateDomainCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: DeprecateDomainCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateDomainCommandInput, DeprecateDomainCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class DeprecateDomainCommand extends DeprecateDomainCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeprecateWorkflowTypeInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeprecateWorkflowTypeCommandInput extends DeprecateWorkflowType
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeprecateWorkflowTypeCommand_base: {
|
|
24
|
+
new (input: DeprecateWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deprecates the specified <i>workflow type</i>. After a workflow type has
|
|
@@ -105,23 +108,5 @@ export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
|
105
108
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
106
109
|
*
|
|
107
110
|
*/
|
|
108
|
-
export declare class DeprecateWorkflowTypeCommand extends
|
|
109
|
-
readonly input: DeprecateWorkflowTypeCommandInput;
|
|
110
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
constructor(input: DeprecateWorkflowTypeCommandInput);
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private serialize;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private deserialize;
|
|
111
|
+
export declare class DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_base {
|
|
127
112
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ActivityTypeDetail, DescribeActivityTypeInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeActivityTypeCommandInput extends DescribeActivityTypeIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeActivityTypeCommandOutput extends ActivityTypeDetail, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeActivityTypeCommand_base: {
|
|
24
|
+
new (input: DescribeActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about the specified activity type. This includes configuration
|
|
@@ -118,23 +121,5 @@ export interface DescribeActivityTypeCommandOutput extends ActivityTypeDetail, _
|
|
|
118
121
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
119
122
|
*
|
|
120
123
|
*/
|
|
121
|
-
export declare class DescribeActivityTypeCommand extends
|
|
122
|
-
readonly input: DescribeActivityTypeCommandInput;
|
|
123
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
124
|
-
/**
|
|
125
|
-
* @public
|
|
126
|
-
*/
|
|
127
|
-
constructor(input: DescribeActivityTypeCommandInput);
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput>;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private serialize;
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
private deserialize;
|
|
124
|
+
export declare class DescribeActivityTypeCommand extends DescribeActivityTypeCommand_base {
|
|
140
125
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeDomainInput, DomainDetail } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeDomainCommandInput extends DescribeDomainInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeDomainCommandOutput extends DomainDetail, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeDomainCommand_base: {
|
|
24
|
+
new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about the specified domain, including description and
|
|
@@ -89,23 +92,5 @@ export interface DescribeDomainCommandOutput extends DomainDetail, __MetadataBea
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class DescribeDomainCommand extends
|
|
93
|
-
readonly input: DescribeDomainCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: DescribeDomainCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDomainCommandInput, DescribeDomainCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeWorkflowExecutionInput, WorkflowExecutionDetail } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeWorkflowExecutionCommandInput extends DescribeWorkflowE
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeWorkflowExecutionCommandOutput extends WorkflowExecutionDetail, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeWorkflowExecutionCommand_base: {
|
|
24
|
+
new (input: DescribeWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about the specified workflow execution including its type and some
|
|
@@ -129,23 +132,5 @@ export interface DescribeWorkflowExecutionCommandOutput extends WorkflowExecutio
|
|
|
129
132
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
130
133
|
*
|
|
131
134
|
*/
|
|
132
|
-
export declare class DescribeWorkflowExecutionCommand extends
|
|
133
|
-
readonly input: DescribeWorkflowExecutionCommandInput;
|
|
134
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
135
|
-
/**
|
|
136
|
-
* @public
|
|
137
|
-
*/
|
|
138
|
-
constructor(input: DescribeWorkflowExecutionCommandInput);
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput>;
|
|
143
|
-
/**
|
|
144
|
-
* @internal
|
|
145
|
-
*/
|
|
146
|
-
private serialize;
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
private deserialize;
|
|
135
|
+
export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base {
|
|
151
136
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeWorkflowTypeInput, WorkflowTypeDetail } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeWorkflowTypeCommandInput extends DescribeWorkflowTypeIn
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeWorkflowTypeCommandOutput extends WorkflowTypeDetail, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeWorkflowTypeCommand_base: {
|
|
24
|
+
new (input: DescribeWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about the specified <i>workflow type</i>. This
|
|
@@ -118,23 +121,5 @@ export interface DescribeWorkflowTypeCommandOutput extends WorkflowTypeDetail, _
|
|
|
118
121
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
119
122
|
*
|
|
120
123
|
*/
|
|
121
|
-
export declare class DescribeWorkflowTypeCommand extends
|
|
122
|
-
readonly input: DescribeWorkflowTypeCommandInput;
|
|
123
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
124
|
-
/**
|
|
125
|
-
* @public
|
|
126
|
-
*/
|
|
127
|
-
constructor(input: DescribeWorkflowTypeCommandInput);
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput>;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private serialize;
|
|
136
|
-
/**
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
139
|
-
private deserialize;
|
|
124
|
+
export declare class DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base {
|
|
140
125
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { GetWorkflowExecutionHistoryInput, History } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetWorkflowExecutionHistoryCommandInput extends GetWorkflowExec
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetWorkflowExecutionHistoryCommandOutput extends History, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetWorkflowExecutionHistoryCommand_base: {
|
|
24
|
+
new (input: GetWorkflowExecutionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the history of the specified workflow execution. The results may be split into
|
|
@@ -479,23 +482,5 @@ export interface GetWorkflowExecutionHistoryCommandOutput extends History, __Met
|
|
|
479
482
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
480
483
|
*
|
|
481
484
|
*/
|
|
482
|
-
export declare class GetWorkflowExecutionHistoryCommand extends
|
|
483
|
-
readonly input: GetWorkflowExecutionHistoryCommandInput;
|
|
484
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
485
|
-
/**
|
|
486
|
-
* @public
|
|
487
|
-
*/
|
|
488
|
-
constructor(input: GetWorkflowExecutionHistoryCommandInput);
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
*/
|
|
492
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput>;
|
|
493
|
-
/**
|
|
494
|
-
* @internal
|
|
495
|
-
*/
|
|
496
|
-
private serialize;
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
|
-
private deserialize;
|
|
485
|
+
export declare class GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_base {
|
|
501
486
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ActivityTypeInfos, ListActivityTypesInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListActivityTypesCommandInput extends ListActivityTypesInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListActivityTypesCommandOutput extends ActivityTypeInfos, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListActivityTypesCommand_base: {
|
|
24
|
+
new (input: ListActivityTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns information about all activities registered in the specified domain that match
|
|
@@ -101,23 +104,5 @@ export interface ListActivityTypesCommandOutput extends ActivityTypeInfos, __Met
|
|
|
101
104
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
102
105
|
*
|
|
103
106
|
*/
|
|
104
|
-
export declare class ListActivityTypesCommand extends
|
|
105
|
-
readonly input: ListActivityTypesCommandInput;
|
|
106
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
-
/**
|
|
108
|
-
* @public
|
|
109
|
-
*/
|
|
110
|
-
constructor(input: ListActivityTypesCommandInput);
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListActivityTypesCommandInput, ListActivityTypesCommandOutput>;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private serialize;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private deserialize;
|
|
107
|
+
export declare class ListActivityTypesCommand extends ListActivityTypesCommand_base {
|
|
123
108
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ListClosedWorkflowExecutionsInput, WorkflowExecutionInfos } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListClosedWorkflowExecutionsCommandInput extends ListClosedWork
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListClosedWorkflowExecutionsCommandOutput extends WorkflowExecutionInfos, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListClosedWorkflowExecutionsCommand_base: {
|
|
24
|
+
new (input: ListClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns a list of closed workflow executions in the specified domain that meet the
|
|
@@ -152,23 +155,5 @@ export interface ListClosedWorkflowExecutionsCommandOutput extends WorkflowExecu
|
|
|
152
155
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
153
156
|
*
|
|
154
157
|
*/
|
|
155
|
-
export declare class ListClosedWorkflowExecutionsCommand extends
|
|
156
|
-
readonly input: ListClosedWorkflowExecutionsCommandInput;
|
|
157
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
158
|
-
/**
|
|
159
|
-
* @public
|
|
160
|
-
*/
|
|
161
|
-
constructor(input: ListClosedWorkflowExecutionsCommandInput);
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
private serialize;
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
|
-
private deserialize;
|
|
158
|
+
export declare class ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_base {
|
|
174
159
|
}
|