@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 { RespondDecisionTaskCompletedInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RespondDecisionTaskCompletedCommandInput extends RespondDecisio
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RespondDecisionTaskCompletedCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RespondDecisionTaskCompletedCommand_base: {
|
|
24
|
+
new (input: RespondDecisionTaskCompletedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Used by deciders to tell the service that the <a>DecisionTask</a> identified
|
|
@@ -177,23 +180,5 @@ export interface RespondDecisionTaskCompletedCommandOutput extends __MetadataBea
|
|
|
177
180
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
178
181
|
*
|
|
179
182
|
*/
|
|
180
|
-
export declare class RespondDecisionTaskCompletedCommand extends
|
|
181
|
-
readonly input: RespondDecisionTaskCompletedCommandInput;
|
|
182
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
183
|
-
/**
|
|
184
|
-
* @public
|
|
185
|
-
*/
|
|
186
|
-
constructor(input: RespondDecisionTaskCompletedCommandInput);
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput>;
|
|
191
|
-
/**
|
|
192
|
-
* @internal
|
|
193
|
-
*/
|
|
194
|
-
private serialize;
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
|
-
private deserialize;
|
|
183
|
+
export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_base {
|
|
199
184
|
}
|
|
@@ -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 { SignalWorkflowExecutionInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SignalWorkflowExecutionCommandInput extends SignalWorkflowExecu
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SignalWorkflowExecutionCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SignalWorkflowExecutionCommand_base: {
|
|
24
|
+
new (input: SignalWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Records a <code>WorkflowExecutionSignaled</code> event in the workflow execution
|
|
@@ -94,23 +97,5 @@ export interface SignalWorkflowExecutionCommandOutput extends __MetadataBearer {
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class SignalWorkflowExecutionCommand extends
|
|
98
|
-
readonly input: SignalWorkflowExecutionCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: SignalWorkflowExecutionCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_base {
|
|
116
101
|
}
|
|
@@ -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 { Run, StartWorkflowExecutionInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartWorkflowExecutionCommandInput extends StartWorkflowExecuti
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartWorkflowExecutionCommandOutput extends Run, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartWorkflowExecutionCommand_base: {
|
|
24
|
+
new (input: StartWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts an execution of the workflow type in the specified domain using the provided
|
|
@@ -160,23 +163,5 @@ export interface StartWorkflowExecutionCommandOutput extends Run, __MetadataBear
|
|
|
160
163
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
161
164
|
*
|
|
162
165
|
*/
|
|
163
|
-
export declare class StartWorkflowExecutionCommand extends
|
|
164
|
-
readonly input: StartWorkflowExecutionCommandInput;
|
|
165
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
166
|
-
/**
|
|
167
|
-
* @public
|
|
168
|
-
*/
|
|
169
|
-
constructor(input: StartWorkflowExecutionCommandInput);
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput>;
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
|
-
private serialize;
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
|
-
private deserialize;
|
|
166
|
+
export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base {
|
|
182
167
|
}
|
|
@@ -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 { TagResourceInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Add a tag to a Amazon SWF domain.</p>
|
|
@@ -70,23 +73,5 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
70
73
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
71
74
|
*
|
|
72
75
|
*/
|
|
73
|
-
export declare class TagResourceCommand extends
|
|
74
|
-
readonly input: TagResourceCommandInput;
|
|
75
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
-
/**
|
|
77
|
-
* @public
|
|
78
|
-
*/
|
|
79
|
-
constructor(input: TagResourceCommandInput);
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
private serialize;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private deserialize;
|
|
76
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
92
77
|
}
|
|
@@ -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 { TerminateWorkflowExecutionInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TerminateWorkflowExecutionCommandInput extends TerminateWorkflo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TerminateWorkflowExecutionCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TerminateWorkflowExecutionCommand_base: {
|
|
24
|
+
new (input: TerminateWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Records a <code>WorkflowExecutionTerminated</code> event and forces closure of the
|
|
@@ -99,23 +102,5 @@ export interface TerminateWorkflowExecutionCommandOutput extends __MetadataBeare
|
|
|
99
102
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
100
103
|
*
|
|
101
104
|
*/
|
|
102
|
-
export declare class TerminateWorkflowExecutionCommand extends
|
|
103
|
-
readonly input: TerminateWorkflowExecutionCommandInput;
|
|
104
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
105
|
-
/**
|
|
106
|
-
* @public
|
|
107
|
-
*/
|
|
108
|
-
constructor(input: TerminateWorkflowExecutionCommandInput);
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput>;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private serialize;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private deserialize;
|
|
105
|
+
export declare class TerminateWorkflowExecutionCommand extends TerminateWorkflowExecutionCommand_base {
|
|
121
106
|
}
|
|
@@ -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 { UndeprecateActivityTypeInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UndeprecateActivityTypeCommandInput extends UndeprecateActivity
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UndeprecateActivityTypeCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UndeprecateActivityTypeCommand_base: {
|
|
24
|
+
new (input: UndeprecateActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Undeprecates a previously deprecated <i>activity type</i>. After an activity type has
|
|
@@ -103,23 +106,5 @@ export interface UndeprecateActivityTypeCommandOutput extends __MetadataBearer {
|
|
|
103
106
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
104
107
|
*
|
|
105
108
|
*/
|
|
106
|
-
export declare class UndeprecateActivityTypeCommand extends
|
|
107
|
-
readonly input: UndeprecateActivityTypeCommandInput;
|
|
108
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
109
|
-
/**
|
|
110
|
-
* @public
|
|
111
|
-
*/
|
|
112
|
-
constructor(input: UndeprecateActivityTypeCommandInput);
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput>;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private serialize;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private deserialize;
|
|
109
|
+
export declare class UndeprecateActivityTypeCommand extends UndeprecateActivityTypeCommand_base {
|
|
125
110
|
}
|
|
@@ -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 { UndeprecateDomainInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UndeprecateDomainCommandInput extends UndeprecateDomainInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UndeprecateDomainCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UndeprecateDomainCommand_base: {
|
|
24
|
+
new (input: UndeprecateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Undeprecates a previously deprecated domain. After a domain has been undeprecated it can be used
|
|
@@ -86,23 +89,5 @@ export interface UndeprecateDomainCommandOutput extends __MetadataBearer {
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class UndeprecateDomainCommand extends
|
|
90
|
-
readonly input: UndeprecateDomainCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: UndeprecateDomainCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class UndeprecateDomainCommand extends UndeprecateDomainCommand_base {
|
|
108
93
|
}
|
|
@@ -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 { UndeprecateWorkflowTypeInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UndeprecateWorkflowTypeCommandInput extends UndeprecateWorkflow
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UndeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UndeprecateWorkflowTypeCommand_base: {
|
|
24
|
+
new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Undeprecates a previously deprecated <i>workflow type</i>. After a workflow type has
|
|
@@ -103,23 +106,5 @@ export interface UndeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
|
103
106
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
104
107
|
*
|
|
105
108
|
*/
|
|
106
|
-
export declare class UndeprecateWorkflowTypeCommand extends
|
|
107
|
-
readonly input: UndeprecateWorkflowTypeCommandInput;
|
|
108
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
109
|
-
/**
|
|
110
|
-
* @public
|
|
111
|
-
*/
|
|
112
|
-
constructor(input: UndeprecateWorkflowTypeCommandInput);
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput>;
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
private serialize;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private deserialize;
|
|
109
|
+
export declare class UndeprecateWorkflowTypeCommand extends UndeprecateWorkflowTypeCommand_base {
|
|
125
110
|
}
|
|
@@ -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 { UntagResourceInput } from "../models/models_0";
|
|
5
4
|
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const UntagResourceCommand_base: {
|
|
24
|
+
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Remove a tag from a Amazon SWF domain.</p>
|
|
@@ -61,23 +64,5 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
61
64
|
* <p>Base exception class for all service exceptions from SWF service.</p>
|
|
62
65
|
*
|
|
63
66
|
*/
|
|
64
|
-
export declare class UntagResourceCommand extends
|
|
65
|
-
readonly input: UntagResourceCommandInput;
|
|
66
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
*/
|
|
70
|
-
constructor(input: UntagResourceCommandInput);
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
private serialize;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private deserialize;
|
|
67
|
+
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
83
68
|
}
|
|
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
|
14
14
|
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
15
15
|
defaultSigningName: string;
|
|
16
16
|
};
|
|
17
|
+
export declare const commonParams: {
|
|
18
|
+
readonly UseFIPS: {
|
|
19
|
+
readonly type: "builtInParams";
|
|
20
|
+
readonly name: "useFipsEndpoint";
|
|
21
|
+
};
|
|
22
|
+
readonly Endpoint: {
|
|
23
|
+
readonly type: "builtInParams";
|
|
24
|
+
readonly name: "endpoint";
|
|
25
|
+
};
|
|
26
|
+
readonly Region: {
|
|
27
|
+
readonly type: "builtInParams";
|
|
28
|
+
readonly name: "region";
|
|
29
|
+
};
|
|
30
|
+
readonly UseDualStack: {
|
|
31
|
+
readonly type: "builtInParams";
|
|
32
|
+
readonly name: "useDualstackEndpoint";
|
|
33
|
+
};
|
|
34
|
+
};
|
|
17
35
|
export interface EndpointParameters extends __EndpointParameters {
|
|
18
36
|
Region?: string;
|
|
19
37
|
UseDualStack?: boolean;
|
|
@@ -4,4 +4,4 @@ import { SWFPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetWorkflowExecutionHistory: (config: SWFPaginationConfiguration, input: GetWorkflowExecutionHistoryCommandInput, ...rest: any[]) => Paginator<GetWorkflowExecutionHistoryCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { SWFPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListActivityTypes: (config: SWFPaginationConfiguration, input: ListActivityTypesCommandInput, ...rest: any[]) => Paginator<ListActivityTypesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { SWFPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListClosedWorkflowExecutions: (config: SWFPaginationConfiguration, input: ListClosedWorkflowExecutionsCommandInput, ...rest: any[]) => Paginator<ListClosedWorkflowExecutionsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { SWFPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListDomains: (config: SWFPaginationConfiguration, input: ListDomainsCommandInput, ...rest: any[]) => Paginator<ListDomainsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { SWFPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListOpenWorkflowExecutions: (config: SWFPaginationConfiguration, input: ListOpenWorkflowExecutionsCommandInput, ...rest: any[]) => Paginator<ListOpenWorkflowExecutionsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { SWFPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListWorkflowTypes: (config: SWFPaginationConfiguration, input: ListWorkflowTypesCommandInput, ...rest: any[]) => Paginator<ListWorkflowTypesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { SWFPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginatePollForDecisionTask: (config: SWFPaginationConfiguration, input: PollForDecisionTaskCommandInput, ...rest: any[]) => Paginator<PollForDecisionTaskCommandOutput>;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CountClosedWorkflowExecutionsInput,
|
|
11
5
|
WorkflowExecutionCount,
|
|
@@ -21,22 +15,16 @@ export interface CountClosedWorkflowExecutionsCommandInput
|
|
|
21
15
|
export interface CountClosedWorkflowExecutionsCommandOutput
|
|
22
16
|
extends WorkflowExecutionCount,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CountClosedWorkflowExecutionsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CountClosedWorkflowExecutionsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SWFClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CountClosedWorkflowExecutionsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CountClosedWorkflowExecutionsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CountClosedWorkflowExecutionsCommandInput,
|
|
38
|
-
CountClosedWorkflowExecutionsCommandOutput
|
|
23
|
+
CountClosedWorkflowExecutionsCommandOutput,
|
|
24
|
+
SWFClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CountClosedWorkflowExecutionsCommand extends CountClosedWorkflowExecutionsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CountOpenWorkflowExecutionsInput,
|
|
11
5
|
WorkflowExecutionCount,
|
|
@@ -21,22 +15,16 @@ export interface CountOpenWorkflowExecutionsCommandInput
|
|
|
21
15
|
export interface CountOpenWorkflowExecutionsCommandOutput
|
|
22
16
|
extends WorkflowExecutionCount,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CountOpenWorkflowExecutionsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CountOpenWorkflowExecutionsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SWFClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CountOpenWorkflowExecutionsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CountOpenWorkflowExecutionsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CountOpenWorkflowExecutionsCommandInput,
|
|
38
|
-
CountOpenWorkflowExecutionsCommandOutput
|
|
23
|
+
CountOpenWorkflowExecutionsCommandOutput,
|
|
24
|
+
SWFClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
CountPendingActivityTasksInput,
|
|
11
5
|
PendingTaskCount,
|
|
@@ -21,22 +15,16 @@ export interface CountPendingActivityTasksCommandInput
|
|
|
21
15
|
export interface CountPendingActivityTasksCommandOutput
|
|
22
16
|
extends PendingTaskCount,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CountPendingActivityTasksCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CountPendingActivityTasksCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: SWFClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CountPendingActivityTasksCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CountPendingActivityTasksCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CountPendingActivityTasksCommandInput,
|
|
38
|
-
CountPendingActivityTasksCommandOutput
|
|
23
|
+
CountPendingActivityTasksCommandOutput,
|
|
24
|
+
SWFClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base {}
|