@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DomainInfos, ListDomainsInput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListDomainsCommandInput extends ListDomainsInput {
21
20
  */
22
21
  export interface ListDomainsCommandOutput extends DomainInfos, __MetadataBearer {
23
22
  }
23
+ declare const ListDomainsCommand_base: {
24
+ new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the list of domains registered in the account. The results may be split into
@@ -96,23 +99,5 @@ export interface ListDomainsCommandOutput extends DomainInfos, __MetadataBearer
96
99
  * <p>Base exception class for all service exceptions from SWF service.</p>
97
100
  *
98
101
  */
99
- export declare class ListDomainsCommand extends $Command<ListDomainsCommandInput, ListDomainsCommandOutput, SWFClientResolvedConfig> {
100
- readonly input: ListDomainsCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: ListDomainsCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDomainsCommandInput, ListDomainsCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class ListDomainsCommand extends ListDomainsCommand_base {
118
103
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListOpenWorkflowExecutionsInput, WorkflowExecutionInfos } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListOpenWorkflowExecutionsCommandInput extends ListOpenWorkflow
21
20
  */
22
21
  export interface ListOpenWorkflowExecutionsCommandOutput extends WorkflowExecutionInfos, __MetadataBearer {
23
22
  }
23
+ declare const ListOpenWorkflowExecutionsCommand_base: {
24
+ new (input: ListOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns a list of open workflow executions in the specified domain that meet the
@@ -145,23 +148,5 @@ export interface ListOpenWorkflowExecutionsCommandOutput extends WorkflowExecuti
145
148
  * <p>Base exception class for all service exceptions from SWF service.</p>
146
149
  *
147
150
  */
148
- export declare class ListOpenWorkflowExecutionsCommand extends $Command<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig> {
149
- readonly input: ListOpenWorkflowExecutionsCommandInput;
150
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
151
- /**
152
- * @public
153
- */
154
- constructor(input: ListOpenWorkflowExecutionsCommandInput);
155
- /**
156
- * @internal
157
- */
158
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput>;
159
- /**
160
- * @internal
161
- */
162
- private serialize;
163
- /**
164
- * @internal
165
- */
166
- private deserialize;
151
+ export declare class ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base {
167
152
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceInpu
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List tags for a given domain.</p>
@@ -65,23 +68,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
65
68
  * <p>Base exception class for all service exceptions from SWF service.</p>
66
69
  *
67
70
  */
68
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig> {
69
- readonly input: ListTagsForResourceCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: ListTagsForResourceCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListWorkflowTypesInput, WorkflowTypeInfos } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListWorkflowTypesCommandInput extends ListWorkflowTypesInput {
21
20
  */
22
21
  export interface ListWorkflowTypesCommandOutput extends WorkflowTypeInfos, __MetadataBearer {
23
22
  }
23
+ declare const ListWorkflowTypesCommand_base: {
24
+ new (input: ListWorkflowTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about workflow types in the specified domain. The results may be
@@ -98,23 +101,5 @@ export interface ListWorkflowTypesCommandOutput extends WorkflowTypeInfos, __Met
98
101
  * <p>Base exception class for all service exceptions from SWF service.</p>
99
102
  *
100
103
  */
101
- export declare class ListWorkflowTypesCommand extends $Command<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig> {
102
- readonly input: ListWorkflowTypesCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: ListWorkflowTypesCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class ListWorkflowTypesCommand extends ListWorkflowTypesCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ActivityTask, PollForActivityTaskInput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PollForActivityTaskCommandInput extends PollForActivityTaskInpu
21
20
  */
22
21
  export interface PollForActivityTaskCommandOutput extends ActivityTask, __MetadataBearer {
23
22
  }
23
+ declare const PollForActivityTaskCommand_base: {
24
+ new (input: PollForActivityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Used by workers to get an <a>ActivityTask</a> from the specified activity
@@ -110,23 +113,5 @@ export interface PollForActivityTaskCommandOutput extends ActivityTask, __Metada
110
113
  * <p>Base exception class for all service exceptions from SWF service.</p>
111
114
  *
112
115
  */
113
- export declare class PollForActivityTaskCommand extends $Command<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig> {
114
- readonly input: PollForActivityTaskCommandInput;
115
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
116
- /**
117
- * @public
118
- */
119
- constructor(input: PollForActivityTaskCommandInput);
120
- /**
121
- * @internal
122
- */
123
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput>;
124
- /**
125
- * @internal
126
- */
127
- private serialize;
128
- /**
129
- * @internal
130
- */
131
- private deserialize;
116
+ export declare class PollForActivityTaskCommand extends PollForActivityTaskCommand_base {
132
117
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DecisionTask, PollForDecisionTaskInput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PollForDecisionTaskCommandInput extends PollForDecisionTaskInpu
21
20
  */
22
21
  export interface PollForDecisionTaskCommandOutput extends DecisionTask, __MetadataBearer {
23
22
  }
23
+ declare const PollForDecisionTaskCommand_base: {
24
+ new (input: PollForDecisionTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Used by deciders to get a <a>DecisionTask</a> from the specified decision
@@ -506,23 +509,5 @@ export interface PollForDecisionTaskCommandOutput extends DecisionTask, __Metada
506
509
  * <p>Base exception class for all service exceptions from SWF service.</p>
507
510
  *
508
511
  */
509
- export declare class PollForDecisionTaskCommand extends $Command<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig> {
510
- readonly input: PollForDecisionTaskCommandInput;
511
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
512
- /**
513
- * @public
514
- */
515
- constructor(input: PollForDecisionTaskCommandInput);
516
- /**
517
- * @internal
518
- */
519
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput>;
520
- /**
521
- * @internal
522
- */
523
- private serialize;
524
- /**
525
- * @internal
526
- */
527
- private deserialize;
512
+ export declare class PollForDecisionTaskCommand extends PollForDecisionTaskCommand_base {
528
513
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ActivityTaskStatus, RecordActivityTaskHeartbeatInput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RecordActivityTaskHeartbeatCommandInput extends RecordActivityT
21
20
  */
22
21
  export interface RecordActivityTaskHeartbeatCommandOutput extends ActivityTaskStatus, __MetadataBearer {
23
22
  }
23
+ declare const RecordActivityTaskHeartbeatCommand_base: {
24
+ new (input: RecordActivityTaskHeartbeatCommandInput): import("@smithy/smithy-client").CommandImpl<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Used by activity workers to report to the service that the <a>ActivityTask</a> represented by the specified <code>taskToken</code> is still making progress. The worker
@@ -105,23 +108,5 @@ export interface RecordActivityTaskHeartbeatCommandOutput extends ActivityTaskSt
105
108
  * <p>Base exception class for all service exceptions from SWF service.</p>
106
109
  *
107
110
  */
108
- export declare class RecordActivityTaskHeartbeatCommand extends $Command<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, SWFClientResolvedConfig> {
109
- readonly input: RecordActivityTaskHeartbeatCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: RecordActivityTaskHeartbeatCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class RecordActivityTaskHeartbeatCommand extends RecordActivityTaskHeartbeatCommand_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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RegisterActivityTypeInput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RegisterActivityTypeCommandInput extends RegisterActivityTypeIn
21
20
  */
22
21
  export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RegisterActivityTypeCommand_base: {
24
+ new (input: RegisterActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Registers a new <i>activity type</i> along with its configuration
@@ -118,23 +121,5 @@ export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {
118
121
  * <p>Base exception class for all service exceptions from SWF service.</p>
119
122
  *
120
123
  */
121
- export declare class RegisterActivityTypeCommand extends $Command<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, SWFClientResolvedConfig> {
122
- readonly input: RegisterActivityTypeCommandInput;
123
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
124
- /**
125
- * @public
126
- */
127
- constructor(input: RegisterActivityTypeCommandInput);
128
- /**
129
- * @internal
130
- */
131
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput>;
132
- /**
133
- * @internal
134
- */
135
- private serialize;
136
- /**
137
- * @internal
138
- */
139
- private deserialize;
124
+ export declare class RegisterActivityTypeCommand extends RegisterActivityTypeCommand_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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RegisterDomainInput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RegisterDomainCommandInput extends RegisterDomainInput {
21
20
  */
22
21
  export interface RegisterDomainCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RegisterDomainCommand_base: {
24
+ new (input: RegisterDomainCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Registers a new domain.</p>
@@ -92,23 +95,5 @@ export interface RegisterDomainCommandOutput extends __MetadataBearer {
92
95
  * <p>Base exception class for all service exceptions from SWF service.</p>
93
96
  *
94
97
  */
95
- export declare class RegisterDomainCommand extends $Command<RegisterDomainCommandInput, RegisterDomainCommandOutput, SWFClientResolvedConfig> {
96
- readonly input: RegisterDomainCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: RegisterDomainCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterDomainCommandInput, RegisterDomainCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class RegisterDomainCommand extends RegisterDomainCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RegisterWorkflowTypeInput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RegisterWorkflowTypeCommandInput extends RegisterWorkflowTypeIn
21
20
  */
22
21
  export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RegisterWorkflowTypeCommand_base: {
24
+ new (input: RegisterWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Registers a new <i>workflow type</i> and its configuration settings in
@@ -119,23 +122,5 @@ export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {
119
122
  * <p>Base exception class for all service exceptions from SWF service.</p>
120
123
  *
121
124
  */
122
- export declare class RegisterWorkflowTypeCommand extends $Command<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, SWFClientResolvedConfig> {
123
- readonly input: RegisterWorkflowTypeCommandInput;
124
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
125
- /**
126
- * @public
127
- */
128
- constructor(input: RegisterWorkflowTypeCommandInput);
129
- /**
130
- * @internal
131
- */
132
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput>;
133
- /**
134
- * @internal
135
- */
136
- private serialize;
137
- /**
138
- * @internal
139
- */
140
- private deserialize;
125
+ export declare class RegisterWorkflowTypeCommand extends RegisterWorkflowTypeCommand_base {
141
126
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RequestCancelWorkflowExecutionInput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RequestCancelWorkflowExecutionCommandInput extends RequestCance
21
20
  */
22
21
  export interface RequestCancelWorkflowExecutionCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RequestCancelWorkflowExecutionCommand_base: {
24
+ new (input: RequestCancelWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Records a <code>WorkflowExecutionCancelRequested</code> event in the currently running
@@ -93,23 +96,5 @@ export interface RequestCancelWorkflowExecutionCommandOutput extends __MetadataB
93
96
  * <p>Base exception class for all service exceptions from SWF service.</p>
94
97
  *
95
98
  */
96
- export declare class RequestCancelWorkflowExecutionCommand extends $Command<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, SWFClientResolvedConfig> {
97
- readonly input: RequestCancelWorkflowExecutionCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: RequestCancelWorkflowExecutionCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class RequestCancelWorkflowExecutionCommand extends RequestCancelWorkflowExecutionCommand_base {
115
100
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RespondActivityTaskCanceledInput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RespondActivityTaskCanceledCommandInput extends RespondActivity
21
20
  */
22
21
  export interface RespondActivityTaskCanceledCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RespondActivityTaskCanceledCommand_base: {
24
+ new (input: RespondActivityTaskCanceledCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Used by workers to tell the service that the <a>ActivityTask</a> identified
@@ -93,23 +96,5 @@ export interface RespondActivityTaskCanceledCommandOutput extends __MetadataBear
93
96
  * <p>Base exception class for all service exceptions from SWF service.</p>
94
97
  *
95
98
  */
96
- export declare class RespondActivityTaskCanceledCommand extends $Command<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, SWFClientResolvedConfig> {
97
- readonly input: RespondActivityTaskCanceledCommandInput;
98
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
99
- /**
100
- * @public
101
- */
102
- constructor(input: RespondActivityTaskCanceledCommandInput);
103
- /**
104
- * @internal
105
- */
106
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput>;
107
- /**
108
- * @internal
109
- */
110
- private serialize;
111
- /**
112
- * @internal
113
- */
114
- private deserialize;
99
+ export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_base {
115
100
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RespondActivityTaskCompletedInput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RespondActivityTaskCompletedCommandInput extends RespondActivit
21
20
  */
22
21
  export interface RespondActivityTaskCompletedCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RespondActivityTaskCompletedCommand_base: {
24
+ new (input: RespondActivityTaskCompletedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Used by workers to tell the service that the <a>ActivityTask</a> identified
@@ -92,23 +95,5 @@ export interface RespondActivityTaskCompletedCommandOutput extends __MetadataBea
92
95
  * <p>Base exception class for all service exceptions from SWF service.</p>
93
96
  *
94
97
  */
95
- export declare class RespondActivityTaskCompletedCommand extends $Command<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, SWFClientResolvedConfig> {
96
- readonly input: RespondActivityTaskCompletedCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: RespondActivityTaskCompletedCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { RespondActivityTaskFailedInput } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RespondActivityTaskFailedCommandInput extends RespondActivityTa
21
20
  */
22
21
  export interface RespondActivityTaskFailedCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RespondActivityTaskFailedCommand_base: {
24
+ new (input: RespondActivityTaskFailedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Used by workers to tell the service that the <a>ActivityTask</a> identified
@@ -87,23 +90,5 @@ export interface RespondActivityTaskFailedCommandOutput extends __MetadataBearer
87
90
  * <p>Base exception class for all service exceptions from SWF service.</p>
88
91
  *
89
92
  */
90
- export declare class RespondActivityTaskFailedCommand extends $Command<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, SWFClientResolvedConfig> {
91
- readonly input: RespondActivityTaskFailedCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: RespondActivityTaskFailedCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_base {
109
94
  }