@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.
Files changed (181) hide show
  1. package/dist-cjs/commands/CountClosedWorkflowExecutionsCommand.js +18 -41
  2. package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +18 -41
  3. package/dist-cjs/commands/CountPendingActivityTasksCommand.js +18 -41
  4. package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +18 -41
  5. package/dist-cjs/commands/DeprecateActivityTypeCommand.js +18 -41
  6. package/dist-cjs/commands/DeprecateDomainCommand.js +18 -41
  7. package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeActivityTypeCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeDomainCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +18 -41
  12. package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +18 -41
  13. package/dist-cjs/commands/ListActivityTypesCommand.js +18 -41
  14. package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +18 -41
  15. package/dist-cjs/commands/ListDomainsCommand.js +18 -41
  16. package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +18 -41
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  18. package/dist-cjs/commands/ListWorkflowTypesCommand.js +18 -41
  19. package/dist-cjs/commands/PollForActivityTaskCommand.js +18 -41
  20. package/dist-cjs/commands/PollForDecisionTaskCommand.js +18 -41
  21. package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +18 -41
  22. package/dist-cjs/commands/RegisterActivityTypeCommand.js +18 -41
  23. package/dist-cjs/commands/RegisterDomainCommand.js +18 -41
  24. package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +18 -41
  25. package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +18 -41
  26. package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +18 -41
  27. package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +18 -41
  28. package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +18 -41
  29. package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +18 -41
  30. package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +18 -41
  31. package/dist-cjs/commands/StartWorkflowExecutionCommand.js +18 -41
  32. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  33. package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +18 -41
  34. package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +18 -41
  35. package/dist-cjs/commands/UndeprecateDomainCommand.js +18 -41
  36. package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +18 -41
  37. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  38. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  39. package/dist-cjs/pagination/GetWorkflowExecutionHistoryPaginator.js +2 -24
  40. package/dist-cjs/pagination/ListActivityTypesPaginator.js +2 -24
  41. package/dist-cjs/pagination/ListClosedWorkflowExecutionsPaginator.js +2 -24
  42. package/dist-cjs/pagination/ListDomainsPaginator.js +2 -24
  43. package/dist-cjs/pagination/ListOpenWorkflowExecutionsPaginator.js +2 -24
  44. package/dist-cjs/pagination/ListWorkflowTypesPaginator.js +2 -24
  45. package/dist-cjs/pagination/PollForDecisionTaskPaginator.js +2 -24
  46. package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +18 -41
  47. package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +18 -41
  48. package/dist-es/commands/CountPendingActivityTasksCommand.js +18 -41
  49. package/dist-es/commands/CountPendingDecisionTasksCommand.js +18 -41
  50. package/dist-es/commands/DeprecateActivityTypeCommand.js +18 -41
  51. package/dist-es/commands/DeprecateDomainCommand.js +18 -41
  52. package/dist-es/commands/DeprecateWorkflowTypeCommand.js +18 -41
  53. package/dist-es/commands/DescribeActivityTypeCommand.js +18 -41
  54. package/dist-es/commands/DescribeDomainCommand.js +18 -41
  55. package/dist-es/commands/DescribeWorkflowExecutionCommand.js +18 -41
  56. package/dist-es/commands/DescribeWorkflowTypeCommand.js +18 -41
  57. package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +18 -41
  58. package/dist-es/commands/ListActivityTypesCommand.js +18 -41
  59. package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +18 -41
  60. package/dist-es/commands/ListDomainsCommand.js +18 -41
  61. package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +18 -41
  62. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  63. package/dist-es/commands/ListWorkflowTypesCommand.js +18 -41
  64. package/dist-es/commands/PollForActivityTaskCommand.js +18 -41
  65. package/dist-es/commands/PollForDecisionTaskCommand.js +18 -41
  66. package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +18 -41
  67. package/dist-es/commands/RegisterActivityTypeCommand.js +18 -41
  68. package/dist-es/commands/RegisterDomainCommand.js +18 -41
  69. package/dist-es/commands/RegisterWorkflowTypeCommand.js +18 -41
  70. package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +18 -41
  71. package/dist-es/commands/RespondActivityTaskCanceledCommand.js +18 -41
  72. package/dist-es/commands/RespondActivityTaskCompletedCommand.js +18 -41
  73. package/dist-es/commands/RespondActivityTaskFailedCommand.js +18 -41
  74. package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +18 -41
  75. package/dist-es/commands/SignalWorkflowExecutionCommand.js +18 -41
  76. package/dist-es/commands/StartWorkflowExecutionCommand.js +18 -41
  77. package/dist-es/commands/TagResourceCommand.js +18 -41
  78. package/dist-es/commands/TerminateWorkflowExecutionCommand.js +18 -41
  79. package/dist-es/commands/UndeprecateActivityTypeCommand.js +18 -41
  80. package/dist-es/commands/UndeprecateDomainCommand.js +18 -41
  81. package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +18 -41
  82. package/dist-es/commands/UntagResourceCommand.js +18 -41
  83. package/dist-es/endpoint/EndpointParameters.js +6 -0
  84. package/dist-es/pagination/GetWorkflowExecutionHistoryPaginator.js +2 -23
  85. package/dist-es/pagination/ListActivityTypesPaginator.js +2 -23
  86. package/dist-es/pagination/ListClosedWorkflowExecutionsPaginator.js +2 -23
  87. package/dist-es/pagination/ListDomainsPaginator.js +2 -23
  88. package/dist-es/pagination/ListOpenWorkflowExecutionsPaginator.js +2 -23
  89. package/dist-es/pagination/ListWorkflowTypesPaginator.js +2 -23
  90. package/dist-es/pagination/PollForDecisionTaskPaginator.js +2 -23
  91. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +6 -21
  92. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +6 -21
  93. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +6 -21
  94. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +6 -21
  95. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +6 -21
  96. package/dist-types/commands/DeprecateDomainCommand.d.ts +6 -21
  97. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +6 -21
  98. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +6 -21
  99. package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
  100. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +6 -21
  101. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +6 -21
  102. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +6 -21
  103. package/dist-types/commands/ListActivityTypesCommand.d.ts +6 -21
  104. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +6 -21
  105. package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
  106. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +6 -21
  107. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  108. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +6 -21
  109. package/dist-types/commands/PollForActivityTaskCommand.d.ts +6 -21
  110. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +6 -21
  111. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +6 -21
  112. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +6 -21
  113. package/dist-types/commands/RegisterDomainCommand.d.ts +6 -21
  114. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +6 -21
  115. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +6 -21
  116. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +6 -21
  117. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +6 -21
  118. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +6 -21
  119. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +6 -21
  120. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +6 -21
  121. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +6 -21
  122. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  123. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +6 -21
  124. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +6 -21
  125. package/dist-types/commands/UndeprecateDomainCommand.d.ts +6 -21
  126. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +6 -21
  127. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  128. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  129. package/dist-types/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +1 -1
  130. package/dist-types/pagination/ListActivityTypesPaginator.d.ts +1 -1
  131. package/dist-types/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +1 -1
  132. package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
  133. package/dist-types/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +1 -1
  134. package/dist-types/pagination/ListWorkflowTypesPaginator.d.ts +1 -1
  135. package/dist-types/pagination/PollForDecisionTaskPaginator.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +12 -24
  141. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +12 -24
  150. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
  151. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +12 -24
  152. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  153. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +12 -24
  157. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +14 -23
  159. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +12 -24
  161. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +12 -24
  162. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +12 -24
  163. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +12 -24
  164. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +12 -24
  165. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +12 -24
  166. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +12 -24
  167. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  168. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +12 -24
  169. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +14 -23
  171. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +12 -24
  172. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  174. package/dist-types/ts3.4/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +3 -3
  175. package/dist-types/ts3.4/pagination/ListActivityTypesPaginator.d.ts +3 -3
  176. package/dist-types/ts3.4/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +3 -3
  177. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +3 -3
  178. package/dist-types/ts3.4/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +3 -3
  179. package/dist-types/ts3.4/pagination/ListWorkflowTypesPaginator.d.ts +3 -3
  180. package/dist-types/ts3.4/pagination/PollForDecisionTaskPaginator.d.ts +3 -3
  181. package/package.json +11 -10
@@ -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 { ListWorkflowTypesInput, WorkflowTypeInfos } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListWorkflowTypesCommandInput extends ListWorkflowTypesInput {}
17
11
  export interface ListWorkflowTypesCommandOutput
18
12
  extends WorkflowTypeInfos,
19
13
  __MetadataBearer {}
20
- export declare class ListWorkflowTypesCommand extends $Command<
21
- ListWorkflowTypesCommandInput,
22
- ListWorkflowTypesCommandOutput,
23
- SWFClientResolvedConfig
24
- > {
25
- readonly input: ListWorkflowTypesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListWorkflowTypesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SWFClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListWorkflowTypesCommand_base: {
15
+ new (
16
+ input: ListWorkflowTypesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListWorkflowTypesCommandInput,
19
+ ListWorkflowTypesCommandOutput,
20
+ SWFClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListWorkflowTypesCommand extends ListWorkflowTypesCommand_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 { ActivityTask, PollForActivityTaskInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -18,19 +12,16 @@ export interface PollForActivityTaskCommandInput
18
12
  export interface PollForActivityTaskCommandOutput
19
13
  extends ActivityTask,
20
14
  __MetadataBearer {}
21
- export declare class PollForActivityTaskCommand extends $Command<
22
- PollForActivityTaskCommandInput,
23
- PollForActivityTaskCommandOutput,
24
- SWFClientResolvedConfig
25
- > {
26
- readonly input: PollForActivityTaskCommandInput;
27
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
- constructor(input: PollForActivityTaskCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: SWFClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
15
+ declare const PollForActivityTaskCommand_base: {
16
+ new (
17
+ input: PollForActivityTaskCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ PollForActivityTaskCommandInput,
20
+ PollForActivityTaskCommandOutput,
21
+ SWFClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
27
+ export declare class PollForActivityTaskCommand extends PollForActivityTaskCommand_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 { DecisionTask, PollForDecisionTaskInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -18,19 +12,16 @@ export interface PollForDecisionTaskCommandInput
18
12
  export interface PollForDecisionTaskCommandOutput
19
13
  extends DecisionTask,
20
14
  __MetadataBearer {}
21
- export declare class PollForDecisionTaskCommand extends $Command<
22
- PollForDecisionTaskCommandInput,
23
- PollForDecisionTaskCommandOutput,
24
- SWFClientResolvedConfig
25
- > {
26
- readonly input: PollForDecisionTaskCommandInput;
27
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
- constructor(input: PollForDecisionTaskCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: SWFClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput>;
34
- private serialize;
35
- private deserialize;
36
- }
15
+ declare const PollForDecisionTaskCommand_base: {
16
+ new (
17
+ input: PollForDecisionTaskCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ PollForDecisionTaskCommandInput,
20
+ PollForDecisionTaskCommandOutput,
21
+ SWFClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
27
+ export declare class PollForDecisionTaskCommand extends PollForDecisionTaskCommand_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
  ActivityTaskStatus,
11
5
  RecordActivityTaskHeartbeatInput,
@@ -21,22 +15,16 @@ export interface RecordActivityTaskHeartbeatCommandInput
21
15
  export interface RecordActivityTaskHeartbeatCommandOutput
22
16
  extends ActivityTaskStatus,
23
17
  __MetadataBearer {}
24
- export declare class RecordActivityTaskHeartbeatCommand extends $Command<
25
- RecordActivityTaskHeartbeatCommandInput,
26
- RecordActivityTaskHeartbeatCommandOutput,
27
- SWFClientResolvedConfig
28
- > {
29
- readonly input: RecordActivityTaskHeartbeatCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: RecordActivityTaskHeartbeatCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SWFClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const RecordActivityTaskHeartbeatCommand_base: {
19
+ new (
20
+ input: RecordActivityTaskHeartbeatCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  RecordActivityTaskHeartbeatCommandInput,
38
- RecordActivityTaskHeartbeatCommandOutput
23
+ RecordActivityTaskHeartbeatCommandOutput,
24
+ SWFClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class RecordActivityTaskHeartbeatCommand extends RecordActivityTaskHeartbeatCommand_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 { RegisterActivityTypeInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface RegisterActivityTypeCommandInput
17
11
  extends RegisterActivityTypeInput {}
18
12
  export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {}
19
- export declare class RegisterActivityTypeCommand extends $Command<
20
- RegisterActivityTypeCommandInput,
21
- RegisterActivityTypeCommandOutput,
22
- SWFClientResolvedConfig
23
- > {
24
- readonly input: RegisterActivityTypeCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: RegisterActivityTypeCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: SWFClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const RegisterActivityTypeCommand_base: {
14
+ new (
15
+ input: RegisterActivityTypeCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  RegisterActivityTypeCommandInput,
33
- RegisterActivityTypeCommandOutput
18
+ RegisterActivityTypeCommandOutput,
19
+ SWFClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class RegisterActivityTypeCommand extends RegisterActivityTypeCommand_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 { RegisterDomainInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface RegisterDomainCommandInput extends RegisterDomainInput {}
17
11
  export interface RegisterDomainCommandOutput extends __MetadataBearer {}
18
- export declare class RegisterDomainCommand extends $Command<
19
- RegisterDomainCommandInput,
20
- RegisterDomainCommandOutput,
21
- SWFClientResolvedConfig
22
- > {
23
- readonly input: RegisterDomainCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: RegisterDomainCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: SWFClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<RegisterDomainCommandInput, RegisterDomainCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const RegisterDomainCommand_base: {
13
+ new (
14
+ input: RegisterDomainCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ RegisterDomainCommandInput,
17
+ RegisterDomainCommandOutput,
18
+ SWFClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class RegisterDomainCommand extends RegisterDomainCommand_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 { RegisterWorkflowTypeInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface RegisterWorkflowTypeCommandInput
17
11
  extends RegisterWorkflowTypeInput {}
18
12
  export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {}
19
- export declare class RegisterWorkflowTypeCommand extends $Command<
20
- RegisterWorkflowTypeCommandInput,
21
- RegisterWorkflowTypeCommandOutput,
22
- SWFClientResolvedConfig
23
- > {
24
- readonly input: RegisterWorkflowTypeCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: RegisterWorkflowTypeCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: SWFClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const RegisterWorkflowTypeCommand_base: {
14
+ new (
15
+ input: RegisterWorkflowTypeCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  RegisterWorkflowTypeCommandInput,
33
- RegisterWorkflowTypeCommandOutput
18
+ RegisterWorkflowTypeCommandOutput,
19
+ SWFClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class RegisterWorkflowTypeCommand extends RegisterWorkflowTypeCommand_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 { RequestCancelWorkflowExecutionInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface RequestCancelWorkflowExecutionCommandInput
17
11
  extends RequestCancelWorkflowExecutionInput {}
18
12
  export interface RequestCancelWorkflowExecutionCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class RequestCancelWorkflowExecutionCommand extends $Command<
21
- RequestCancelWorkflowExecutionCommandInput,
22
- RequestCancelWorkflowExecutionCommandOutput,
23
- SWFClientResolvedConfig
24
- > {
25
- readonly input: RequestCancelWorkflowExecutionCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: RequestCancelWorkflowExecutionCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SWFClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const RequestCancelWorkflowExecutionCommand_base: {
15
+ new (
16
+ input: RequestCancelWorkflowExecutionCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  RequestCancelWorkflowExecutionCommandInput,
34
- RequestCancelWorkflowExecutionCommandOutput
19
+ RequestCancelWorkflowExecutionCommandOutput,
20
+ SWFClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class RequestCancelWorkflowExecutionCommand extends RequestCancelWorkflowExecutionCommand_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 { RespondActivityTaskCanceledInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface RespondActivityTaskCanceledCommandInput
17
11
  extends RespondActivityTaskCanceledInput {}
18
12
  export interface RespondActivityTaskCanceledCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class RespondActivityTaskCanceledCommand extends $Command<
21
- RespondActivityTaskCanceledCommandInput,
22
- RespondActivityTaskCanceledCommandOutput,
23
- SWFClientResolvedConfig
24
- > {
25
- readonly input: RespondActivityTaskCanceledCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: RespondActivityTaskCanceledCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SWFClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const RespondActivityTaskCanceledCommand_base: {
15
+ new (
16
+ input: RespondActivityTaskCanceledCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  RespondActivityTaskCanceledCommandInput,
34
- RespondActivityTaskCanceledCommandOutput
19
+ RespondActivityTaskCanceledCommandOutput,
20
+ SWFClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_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 { RespondActivityTaskCompletedInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface RespondActivityTaskCompletedCommandInput
17
11
  extends RespondActivityTaskCompletedInput {}
18
12
  export interface RespondActivityTaskCompletedCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class RespondActivityTaskCompletedCommand extends $Command<
21
- RespondActivityTaskCompletedCommandInput,
22
- RespondActivityTaskCompletedCommandOutput,
23
- SWFClientResolvedConfig
24
- > {
25
- readonly input: RespondActivityTaskCompletedCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: RespondActivityTaskCompletedCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SWFClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const RespondActivityTaskCompletedCommand_base: {
15
+ new (
16
+ input: RespondActivityTaskCompletedCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  RespondActivityTaskCompletedCommandInput,
34
- RespondActivityTaskCompletedCommandOutput
19
+ RespondActivityTaskCompletedCommandOutput,
20
+ SWFClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_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 { RespondActivityTaskFailedInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface RespondActivityTaskFailedCommandInput
17
11
  extends RespondActivityTaskFailedInput {}
18
12
  export interface RespondActivityTaskFailedCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class RespondActivityTaskFailedCommand extends $Command<
21
- RespondActivityTaskFailedCommandInput,
22
- RespondActivityTaskFailedCommandOutput,
23
- SWFClientResolvedConfig
24
- > {
25
- readonly input: RespondActivityTaskFailedCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: RespondActivityTaskFailedCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SWFClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const RespondActivityTaskFailedCommand_base: {
15
+ new (
16
+ input: RespondActivityTaskFailedCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  RespondActivityTaskFailedCommandInput,
34
- RespondActivityTaskFailedCommandOutput
19
+ RespondActivityTaskFailedCommandOutput,
20
+ SWFClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_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 { RespondDecisionTaskCompletedInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface RespondDecisionTaskCompletedCommandInput
17
11
  extends RespondDecisionTaskCompletedInput {}
18
12
  export interface RespondDecisionTaskCompletedCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class RespondDecisionTaskCompletedCommand extends $Command<
21
- RespondDecisionTaskCompletedCommandInput,
22
- RespondDecisionTaskCompletedCommandOutput,
23
- SWFClientResolvedConfig
24
- > {
25
- readonly input: RespondDecisionTaskCompletedCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: RespondDecisionTaskCompletedCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SWFClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const RespondDecisionTaskCompletedCommand_base: {
15
+ new (
16
+ input: RespondDecisionTaskCompletedCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  RespondDecisionTaskCompletedCommandInput,
34
- RespondDecisionTaskCompletedCommandOutput
19
+ RespondDecisionTaskCompletedCommandOutput,
20
+ SWFClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_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 { SignalWorkflowExecutionInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface SignalWorkflowExecutionCommandInput
17
11
  extends SignalWorkflowExecutionInput {}
18
12
  export interface SignalWorkflowExecutionCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class SignalWorkflowExecutionCommand extends $Command<
21
- SignalWorkflowExecutionCommandInput,
22
- SignalWorkflowExecutionCommandOutput,
23
- SWFClientResolvedConfig
24
- > {
25
- readonly input: SignalWorkflowExecutionCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: SignalWorkflowExecutionCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SWFClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const SignalWorkflowExecutionCommand_base: {
15
+ new (
16
+ input: SignalWorkflowExecutionCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  SignalWorkflowExecutionCommandInput,
34
- SignalWorkflowExecutionCommandOutput
19
+ SignalWorkflowExecutionCommandOutput,
20
+ SWFClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_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 { Run, StartWorkflowExecutionInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -18,22 +12,16 @@ export interface StartWorkflowExecutionCommandInput
18
12
  export interface StartWorkflowExecutionCommandOutput
19
13
  extends Run,
20
14
  __MetadataBearer {}
21
- export declare class StartWorkflowExecutionCommand extends $Command<
22
- StartWorkflowExecutionCommandInput,
23
- StartWorkflowExecutionCommandOutput,
24
- SWFClientResolvedConfig
25
- > {
26
- readonly input: StartWorkflowExecutionCommandInput;
27
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
- constructor(input: StartWorkflowExecutionCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: SWFClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
15
+ declare const StartWorkflowExecutionCommand_base: {
16
+ new (
17
+ input: StartWorkflowExecutionCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
34
19
  StartWorkflowExecutionCommandInput,
35
- StartWorkflowExecutionCommandOutput
20
+ StartWorkflowExecutionCommandOutput,
21
+ SWFClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
36
24
  >;
37
- private serialize;
38
- private deserialize;
39
- }
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
27
+ export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base {}