@aws-sdk/client-swf 3.478.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 (153) 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-es/commands/CountClosedWorkflowExecutionsCommand.js +18 -41
  40. package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +18 -41
  41. package/dist-es/commands/CountPendingActivityTasksCommand.js +18 -41
  42. package/dist-es/commands/CountPendingDecisionTasksCommand.js +18 -41
  43. package/dist-es/commands/DeprecateActivityTypeCommand.js +18 -41
  44. package/dist-es/commands/DeprecateDomainCommand.js +18 -41
  45. package/dist-es/commands/DeprecateWorkflowTypeCommand.js +18 -41
  46. package/dist-es/commands/DescribeActivityTypeCommand.js +18 -41
  47. package/dist-es/commands/DescribeDomainCommand.js +18 -41
  48. package/dist-es/commands/DescribeWorkflowExecutionCommand.js +18 -41
  49. package/dist-es/commands/DescribeWorkflowTypeCommand.js +18 -41
  50. package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +18 -41
  51. package/dist-es/commands/ListActivityTypesCommand.js +18 -41
  52. package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +18 -41
  53. package/dist-es/commands/ListDomainsCommand.js +18 -41
  54. package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +18 -41
  55. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  56. package/dist-es/commands/ListWorkflowTypesCommand.js +18 -41
  57. package/dist-es/commands/PollForActivityTaskCommand.js +18 -41
  58. package/dist-es/commands/PollForDecisionTaskCommand.js +18 -41
  59. package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +18 -41
  60. package/dist-es/commands/RegisterActivityTypeCommand.js +18 -41
  61. package/dist-es/commands/RegisterDomainCommand.js +18 -41
  62. package/dist-es/commands/RegisterWorkflowTypeCommand.js +18 -41
  63. package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +18 -41
  64. package/dist-es/commands/RespondActivityTaskCanceledCommand.js +18 -41
  65. package/dist-es/commands/RespondActivityTaskCompletedCommand.js +18 -41
  66. package/dist-es/commands/RespondActivityTaskFailedCommand.js +18 -41
  67. package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +18 -41
  68. package/dist-es/commands/SignalWorkflowExecutionCommand.js +18 -41
  69. package/dist-es/commands/StartWorkflowExecutionCommand.js +18 -41
  70. package/dist-es/commands/TagResourceCommand.js +18 -41
  71. package/dist-es/commands/TerminateWorkflowExecutionCommand.js +18 -41
  72. package/dist-es/commands/UndeprecateActivityTypeCommand.js +18 -41
  73. package/dist-es/commands/UndeprecateDomainCommand.js +18 -41
  74. package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +18 -41
  75. package/dist-es/commands/UntagResourceCommand.js +18 -41
  76. package/dist-es/endpoint/EndpointParameters.js +6 -0
  77. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +6 -21
  78. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +6 -21
  79. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +6 -21
  80. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +6 -21
  81. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +6 -21
  82. package/dist-types/commands/DeprecateDomainCommand.d.ts +6 -21
  83. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +6 -21
  84. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +6 -21
  85. package/dist-types/commands/DescribeDomainCommand.d.ts +6 -21
  86. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +6 -21
  87. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +6 -21
  88. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +6 -21
  89. package/dist-types/commands/ListActivityTypesCommand.d.ts +6 -21
  90. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +6 -21
  91. package/dist-types/commands/ListDomainsCommand.d.ts +6 -21
  92. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +6 -21
  93. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  94. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +6 -21
  95. package/dist-types/commands/PollForActivityTaskCommand.d.ts +6 -21
  96. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +6 -21
  97. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +6 -21
  98. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +6 -21
  99. package/dist-types/commands/RegisterDomainCommand.d.ts +6 -21
  100. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +6 -21
  101. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +6 -21
  102. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +6 -21
  103. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +6 -21
  104. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +6 -21
  105. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +6 -21
  106. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +6 -21
  107. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +6 -21
  108. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  109. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +6 -21
  110. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +6 -21
  111. package/dist-types/commands/UndeprecateDomainCommand.d.ts +6 -21
  112. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +6 -21
  113. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  114. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  115. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +12 -24
  129. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +14 -23
  130. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +14 -23
  133. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +14 -23
  138. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +12 -24
  141. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +12 -24
  145. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  153. package/package.json +9 -9
@@ -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
- export declare class CountPendingActivityTasksCommand extends $Command<
25
- CountPendingActivityTasksCommandInput,
26
- CountPendingActivityTasksCommandOutput,
27
- SWFClientResolvedConfig
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
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_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
  CountPendingDecisionTasksInput,
11
5
  PendingTaskCount,
@@ -21,22 +15,16 @@ export interface CountPendingDecisionTasksCommandInput
21
15
  export interface CountPendingDecisionTasksCommandOutput
22
16
  extends PendingTaskCount,
23
17
  __MetadataBearer {}
24
- export declare class CountPendingDecisionTasksCommand extends $Command<
25
- CountPendingDecisionTasksCommandInput,
26
- CountPendingDecisionTasksCommandOutput,
27
- SWFClientResolvedConfig
28
- > {
29
- readonly input: CountPendingDecisionTasksCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CountPendingDecisionTasksCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SWFClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CountPendingDecisionTasksCommand_base: {
19
+ new (
20
+ input: CountPendingDecisionTasksCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CountPendingDecisionTasksCommandInput,
38
- CountPendingDecisionTasksCommandOutput
23
+ CountPendingDecisionTasksCommandOutput,
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 CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_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 { DeprecateActivityTypeInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeprecateActivityTypeCommandInput
17
11
  extends DeprecateActivityTypeInput {}
18
12
  export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {}
19
- export declare class DeprecateActivityTypeCommand extends $Command<
20
- DeprecateActivityTypeCommandInput,
21
- DeprecateActivityTypeCommandOutput,
22
- SWFClientResolvedConfig
23
- > {
24
- readonly input: DeprecateActivityTypeCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeprecateActivityTypeCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: SWFClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const DeprecateActivityTypeCommand_base: {
14
+ new (
15
+ input: DeprecateActivityTypeCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  DeprecateActivityTypeCommandInput,
33
- DeprecateActivityTypeCommandOutput
18
+ DeprecateActivityTypeCommandOutput,
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 DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_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 { DeprecateDomainInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeprecateDomainCommandInput extends DeprecateDomainInput {}
17
11
  export interface DeprecateDomainCommandOutput extends __MetadataBearer {}
18
- export declare class DeprecateDomainCommand extends $Command<
19
- DeprecateDomainCommandInput,
20
- DeprecateDomainCommandOutput,
21
- SWFClientResolvedConfig
22
- > {
23
- readonly input: DeprecateDomainCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeprecateDomainCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: SWFClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeprecateDomainCommandInput, DeprecateDomainCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeprecateDomainCommand_base: {
13
+ new (
14
+ input: DeprecateDomainCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeprecateDomainCommandInput,
17
+ DeprecateDomainCommandOutput,
18
+ SWFClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeprecateDomainCommand extends DeprecateDomainCommand_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 { DeprecateWorkflowTypeInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeprecateWorkflowTypeCommandInput
17
11
  extends DeprecateWorkflowTypeInput {}
18
12
  export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {}
19
- export declare class DeprecateWorkflowTypeCommand extends $Command<
20
- DeprecateWorkflowTypeCommandInput,
21
- DeprecateWorkflowTypeCommandOutput,
22
- SWFClientResolvedConfig
23
- > {
24
- readonly input: DeprecateWorkflowTypeCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeprecateWorkflowTypeCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: SWFClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const DeprecateWorkflowTypeCommand_base: {
14
+ new (
15
+ input: DeprecateWorkflowTypeCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  DeprecateWorkflowTypeCommandInput,
33
- DeprecateWorkflowTypeCommandOutput
18
+ DeprecateWorkflowTypeCommandOutput,
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 DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_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
  ActivityTypeDetail,
11
5
  DescribeActivityTypeInput,
@@ -21,22 +15,16 @@ export interface DescribeActivityTypeCommandInput
21
15
  export interface DescribeActivityTypeCommandOutput
22
16
  extends ActivityTypeDetail,
23
17
  __MetadataBearer {}
24
- export declare class DescribeActivityTypeCommand extends $Command<
25
- DescribeActivityTypeCommandInput,
26
- DescribeActivityTypeCommandOutput,
27
- SWFClientResolvedConfig
28
- > {
29
- readonly input: DescribeActivityTypeCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeActivityTypeCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SWFClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeActivityTypeCommand_base: {
19
+ new (
20
+ input: DescribeActivityTypeCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeActivityTypeCommandInput,
38
- DescribeActivityTypeCommandOutput
23
+ DescribeActivityTypeCommandOutput,
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 DescribeActivityTypeCommand extends DescribeActivityTypeCommand_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 { DescribeDomainInput, DomainDetail } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DescribeDomainCommandInput extends DescribeDomainInput {}
17
11
  export interface DescribeDomainCommandOutput
18
12
  extends DomainDetail,
19
13
  __MetadataBearer {}
20
- export declare class DescribeDomainCommand extends $Command<
21
- DescribeDomainCommandInput,
22
- DescribeDomainCommandOutput,
23
- SWFClientResolvedConfig
24
- > {
25
- readonly input: DescribeDomainCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DescribeDomainCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SWFClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DescribeDomainCommandInput, DescribeDomainCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DescribeDomainCommand_base: {
15
+ new (
16
+ input: DescribeDomainCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DescribeDomainCommandInput,
19
+ DescribeDomainCommandOutput,
20
+ SWFClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DescribeDomainCommand extends DescribeDomainCommand_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
  DescribeWorkflowExecutionInput,
11
5
  WorkflowExecutionDetail,
@@ -21,22 +15,16 @@ export interface DescribeWorkflowExecutionCommandInput
21
15
  export interface DescribeWorkflowExecutionCommandOutput
22
16
  extends WorkflowExecutionDetail,
23
17
  __MetadataBearer {}
24
- export declare class DescribeWorkflowExecutionCommand extends $Command<
25
- DescribeWorkflowExecutionCommandInput,
26
- DescribeWorkflowExecutionCommandOutput,
27
- SWFClientResolvedConfig
28
- > {
29
- readonly input: DescribeWorkflowExecutionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeWorkflowExecutionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SWFClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeWorkflowExecutionCommand_base: {
19
+ new (
20
+ input: DescribeWorkflowExecutionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeWorkflowExecutionCommandInput,
38
- DescribeWorkflowExecutionCommandOutput
23
+ DescribeWorkflowExecutionCommandOutput,
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 DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_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
  DescribeWorkflowTypeInput,
11
5
  WorkflowTypeDetail,
@@ -21,22 +15,16 @@ export interface DescribeWorkflowTypeCommandInput
21
15
  export interface DescribeWorkflowTypeCommandOutput
22
16
  extends WorkflowTypeDetail,
23
17
  __MetadataBearer {}
24
- export declare class DescribeWorkflowTypeCommand extends $Command<
25
- DescribeWorkflowTypeCommandInput,
26
- DescribeWorkflowTypeCommandOutput,
27
- SWFClientResolvedConfig
28
- > {
29
- readonly input: DescribeWorkflowTypeCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeWorkflowTypeCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SWFClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeWorkflowTypeCommand_base: {
19
+ new (
20
+ input: DescribeWorkflowTypeCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeWorkflowTypeCommandInput,
38
- DescribeWorkflowTypeCommandOutput
23
+ DescribeWorkflowTypeCommandOutput,
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 DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_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 { GetWorkflowExecutionHistoryInput, History } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -18,22 +12,16 @@ export interface GetWorkflowExecutionHistoryCommandInput
18
12
  export interface GetWorkflowExecutionHistoryCommandOutput
19
13
  extends History,
20
14
  __MetadataBearer {}
21
- export declare class GetWorkflowExecutionHistoryCommand extends $Command<
22
- GetWorkflowExecutionHistoryCommandInput,
23
- GetWorkflowExecutionHistoryCommandOutput,
24
- SWFClientResolvedConfig
25
- > {
26
- readonly input: GetWorkflowExecutionHistoryCommandInput;
27
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
- constructor(input: GetWorkflowExecutionHistoryCommandInput);
29
- resolveMiddleware(
30
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
- configuration: SWFClientResolvedConfig,
32
- options?: __HttpHandlerOptions
33
- ): Handler<
15
+ declare const GetWorkflowExecutionHistoryCommand_base: {
16
+ new (
17
+ input: GetWorkflowExecutionHistoryCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
34
19
  GetWorkflowExecutionHistoryCommandInput,
35
- GetWorkflowExecutionHistoryCommandOutput
20
+ GetWorkflowExecutionHistoryCommandOutput,
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 GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_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 { ActivityTypeInfos, ListActivityTypesInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListActivityTypesCommandInput extends ListActivityTypesInput {}
17
11
  export interface ListActivityTypesCommandOutput
18
12
  extends ActivityTypeInfos,
19
13
  __MetadataBearer {}
20
- export declare class ListActivityTypesCommand extends $Command<
21
- ListActivityTypesCommandInput,
22
- ListActivityTypesCommandOutput,
23
- SWFClientResolvedConfig
24
- > {
25
- readonly input: ListActivityTypesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListActivityTypesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SWFClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListActivityTypesCommandInput, ListActivityTypesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListActivityTypesCommand_base: {
15
+ new (
16
+ input: ListActivityTypesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListActivityTypesCommandInput,
19
+ ListActivityTypesCommandOutput,
20
+ SWFClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListActivityTypesCommand extends ListActivityTypesCommand_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
  ListClosedWorkflowExecutionsInput,
11
5
  WorkflowExecutionInfos,
@@ -21,22 +15,16 @@ export interface ListClosedWorkflowExecutionsCommandInput
21
15
  export interface ListClosedWorkflowExecutionsCommandOutput
22
16
  extends WorkflowExecutionInfos,
23
17
  __MetadataBearer {}
24
- export declare class ListClosedWorkflowExecutionsCommand extends $Command<
25
- ListClosedWorkflowExecutionsCommandInput,
26
- ListClosedWorkflowExecutionsCommandOutput,
27
- SWFClientResolvedConfig
28
- > {
29
- readonly input: ListClosedWorkflowExecutionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListClosedWorkflowExecutionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SWFClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListClosedWorkflowExecutionsCommand_base: {
19
+ new (
20
+ input: ListClosedWorkflowExecutionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListClosedWorkflowExecutionsCommandInput,
38
- ListClosedWorkflowExecutionsCommandOutput
23
+ ListClosedWorkflowExecutionsCommandOutput,
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 ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_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 { DomainInfos, ListDomainsInput } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListDomainsCommandInput extends ListDomainsInput {}
17
11
  export interface ListDomainsCommandOutput
18
12
  extends DomainInfos,
19
13
  __MetadataBearer {}
20
- export declare class ListDomainsCommand extends $Command<
21
- ListDomainsCommandInput,
22
- ListDomainsCommandOutput,
23
- SWFClientResolvedConfig
24
- > {
25
- readonly input: ListDomainsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListDomainsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SWFClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListDomainsCommandInput, ListDomainsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListDomainsCommand_base: {
15
+ new (
16
+ input: ListDomainsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListDomainsCommandInput,
19
+ ListDomainsCommandOutput,
20
+ SWFClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListDomainsCommand extends ListDomainsCommand_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
  ListOpenWorkflowExecutionsInput,
11
5
  WorkflowExecutionInfos,
@@ -21,22 +15,16 @@ export interface ListOpenWorkflowExecutionsCommandInput
21
15
  export interface ListOpenWorkflowExecutionsCommandOutput
22
16
  extends WorkflowExecutionInfos,
23
17
  __MetadataBearer {}
24
- export declare class ListOpenWorkflowExecutionsCommand extends $Command<
25
- ListOpenWorkflowExecutionsCommandInput,
26
- ListOpenWorkflowExecutionsCommandOutput,
27
- SWFClientResolvedConfig
28
- > {
29
- readonly input: ListOpenWorkflowExecutionsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListOpenWorkflowExecutionsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SWFClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListOpenWorkflowExecutionsCommand_base: {
19
+ new (
20
+ input: ListOpenWorkflowExecutionsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListOpenWorkflowExecutionsCommandInput,
38
- ListOpenWorkflowExecutionsCommandOutput
23
+ ListOpenWorkflowExecutionsCommandOutput,
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 ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base {}