@aws-sdk/client-swf 3.1077.0 → 3.1078.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 (125) hide show
  1. package/dist-cjs/index.js +50 -399
  2. package/dist-es/commandBuilder.js +10 -0
  3. package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +2 -14
  4. package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +2 -14
  5. package/dist-es/commands/CountPendingActivityTasksCommand.js +2 -14
  6. package/dist-es/commands/CountPendingDecisionTasksCommand.js +2 -14
  7. package/dist-es/commands/DeleteActivityTypeCommand.js +2 -14
  8. package/dist-es/commands/DeleteWorkflowTypeCommand.js +2 -14
  9. package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -14
  10. package/dist-es/commands/DeprecateDomainCommand.js +2 -14
  11. package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -14
  12. package/dist-es/commands/DescribeActivityTypeCommand.js +2 -14
  13. package/dist-es/commands/DescribeDomainCommand.js +2 -14
  14. package/dist-es/commands/DescribeWorkflowExecutionCommand.js +2 -14
  15. package/dist-es/commands/DescribeWorkflowTypeCommand.js +2 -14
  16. package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +2 -14
  17. package/dist-es/commands/ListActivityTypesCommand.js +2 -14
  18. package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +2 -14
  19. package/dist-es/commands/ListDomainsCommand.js +2 -14
  20. package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +2 -14
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  22. package/dist-es/commands/ListWorkflowTypesCommand.js +2 -14
  23. package/dist-es/commands/PollForActivityTaskCommand.js +2 -18
  24. package/dist-es/commands/PollForDecisionTaskCommand.js +2 -18
  25. package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +2 -14
  26. package/dist-es/commands/RegisterActivityTypeCommand.js +2 -14
  27. package/dist-es/commands/RegisterDomainCommand.js +2 -14
  28. package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -14
  29. package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -14
  30. package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -14
  31. package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -14
  32. package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -14
  33. package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -14
  34. package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -14
  35. package/dist-es/commands/StartWorkflowExecutionCommand.js +2 -14
  36. package/dist-es/commands/TagResourceCommand.js +2 -14
  37. package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -14
  38. package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -14
  39. package/dist-es/commands/UndeprecateDomainCommand.js +2 -14
  40. package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -14
  41. package/dist-es/commands/UntagResourceCommand.js +2 -14
  42. package/dist-es/index.js +1 -0
  43. package/dist-types/commandBuilder.d.ts +22 -0
  44. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +3 -8
  45. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +3 -8
  46. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +3 -8
  47. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +3 -8
  48. package/dist-types/commands/DeleteActivityTypeCommand.d.ts +3 -8
  49. package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +3 -8
  50. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +3 -8
  51. package/dist-types/commands/DeprecateDomainCommand.d.ts +3 -8
  52. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +3 -8
  53. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +3 -8
  54. package/dist-types/commands/DescribeDomainCommand.d.ts +3 -8
  55. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +3 -8
  56. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +3 -8
  57. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +3 -8
  58. package/dist-types/commands/ListActivityTypesCommand.d.ts +3 -8
  59. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +3 -8
  60. package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
  61. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +3 -8
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  63. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +3 -8
  64. package/dist-types/commands/PollForActivityTaskCommand.d.ts +3 -8
  65. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +3 -8
  66. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +3 -8
  67. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +3 -8
  68. package/dist-types/commands/RegisterDomainCommand.d.ts +3 -8
  69. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +3 -8
  70. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +3 -8
  71. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +3 -8
  72. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +3 -8
  73. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +3 -8
  74. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +3 -8
  75. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +3 -8
  76. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +3 -8
  77. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  78. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +3 -8
  79. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +3 -8
  80. package/dist-types/commands/UndeprecateDomainCommand.d.ts +3 -8
  81. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +3 -8
  82. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  83. package/dist-types/index.d.ts +1 -0
  84. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  85. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/index.d.ts +1 -0
  125. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UndeprecateDomain$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UndeprecateDomainCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "UndeprecateDomain", {})
13
- .n("SWFClient", "UndeprecateDomainCommand")
14
- .sc(UndeprecateDomain$)
15
- .build() {
3
+ export class UndeprecateDomainCommand extends command(_ep0, _mw0, "UndeprecateDomain", UndeprecateDomain$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UndeprecateWorkflowType$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UndeprecateWorkflowTypeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "UndeprecateWorkflowType", {})
13
- .n("SWFClient", "UndeprecateWorkflowTypeCommand")
14
- .sc(UndeprecateWorkflowType$)
15
- .build() {
3
+ export class UndeprecateWorkflowTypeCommand extends command(_ep0, _mw0, "UndeprecateWorkflowType", UndeprecateWorkflowType$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SimpleWorkflowService", "UntagResource", {})
13
- .n("SWFClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./SWFClient";
2
2
  export * from "./SWF";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,22 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "./SWFClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
19
+ /**
20
+ * @internal
21
+ */
22
+ export declare const _mw1: (Command: any, cs: any, config: any, o: any) => import("@smithy/types").Pluggable<any, any>[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CountClosedWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CountClosedWorkflowExecutionsCommandInput extends CountClosedWo
22
19
  export interface CountClosedWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
23
20
  }
24
21
  declare const CountClosedWorkflowExecutionsCommand_base: {
25
- new (input: CountClosedWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CountClosedWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CountClosedWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CountClosedWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the number of closed workflow executions within the given domain that meet the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CountOpenWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CountOpenWorkflowExecutionsCommandInput extends CountOpenWorkfl
22
19
  export interface CountOpenWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
23
20
  }
24
21
  declare const CountOpenWorkflowExecutionsCommand_base: {
25
- new (input: CountOpenWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CountOpenWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CountOpenWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CountOpenWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the number of open workflow executions within the given domain that meet the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CountPendingActivityTasksInput, PendingTaskCount } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CountPendingActivityTasksCommandInput extends CountPendingActiv
22
19
  export interface CountPendingActivityTasksCommandOutput extends PendingTaskCount, __MetadataBearer {
23
20
  }
24
21
  declare const CountPendingActivityTasksCommand_base: {
25
- new (input: CountPendingActivityTasksCommandInput): import("@smithy/core/client").CommandImpl<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CountPendingActivityTasksCommandInput): import("@smithy/core/client").CommandImpl<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CountPendingActivityTasksCommandInput): import("@smithy/core/client").CommandImpl<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CountPendingActivityTasksCommandInput): import("@smithy/core/client").CommandImpl<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the estimated number of activity tasks in the specified task list. The count
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CountPendingDecisionTasksInput, PendingTaskCount } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CountPendingDecisionTasksCommandInput extends CountPendingDecis
22
19
  export interface CountPendingDecisionTasksCommandOutput extends PendingTaskCount, __MetadataBearer {
23
20
  }
24
21
  declare const CountPendingDecisionTasksCommand_base: {
25
- new (input: CountPendingDecisionTasksCommandInput): import("@smithy/core/client").CommandImpl<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CountPendingDecisionTasksCommandInput): import("@smithy/core/client").CommandImpl<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CountPendingDecisionTasksCommandInput): import("@smithy/core/client").CommandImpl<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CountPendingDecisionTasksCommandInput): import("@smithy/core/client").CommandImpl<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the estimated number of decision tasks in the specified task list. The count
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteActivityTypeInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteActivityTypeCommandInput extends DeleteActivityTypeInput
22
19
  export interface DeleteActivityTypeCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteActivityTypeCommand_base: {
25
- new (input: DeleteActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteActivityTypeCommandInput, DeleteActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteActivityTypeCommandInput, DeleteActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteActivityTypeCommandInput, DeleteActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteActivityTypeCommandInput, DeleteActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified <i>activity type</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteWorkflowTypeInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteWorkflowTypeCommandInput extends DeleteWorkflowTypeInput
22
19
  export interface DeleteWorkflowTypeCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteWorkflowTypeCommand_base: {
25
- new (input: DeleteWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowTypeCommandInput, DeleteWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowTypeCommandInput, DeleteWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowTypeCommandInput, DeleteWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteWorkflowTypeCommandInput, DeleteWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified <i>workflow type</i>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeprecateActivityTypeInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeprecateActivityTypeCommandInput extends DeprecateActivityType
22
19
  export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeprecateActivityTypeCommand_base: {
25
- new (input: DeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deprecates the specified <i>activity type</i>. After an activity type has
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeprecateDomainInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeprecateDomainCommandInput extends DeprecateDomainInput {
22
19
  export interface DeprecateDomainCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeprecateDomainCommand_base: {
25
- new (input: DeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deprecates the specified domain. After a domain has been deprecated it cannot be used
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeprecateWorkflowTypeInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeprecateWorkflowTypeCommandInput extends DeprecateWorkflowType
22
19
  export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeprecateWorkflowTypeCommand_base: {
25
- new (input: DeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deprecates the specified <i>workflow type</i>. After a workflow type has
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ActivityTypeDetail, DescribeActivityTypeInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeActivityTypeCommandInput extends DescribeActivityTypeIn
22
19
  export interface DescribeActivityTypeCommandOutput extends ActivityTypeDetail, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeActivityTypeCommand_base: {
25
- new (input: DescribeActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about the specified activity type. This includes configuration
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeDomainInput, DomainDetail } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeDomainCommandInput extends DescribeDomainInput {
22
19
  export interface DescribeDomainCommandOutput extends DomainDetail, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeDomainCommand_base: {
25
- new (input: DescribeDomainCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeDomainCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeDomainCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeDomainCommandInput): import("@smithy/core/client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about the specified domain, including description and
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeWorkflowExecutionInput, WorkflowExecutionDetail } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeWorkflowExecutionCommandInput extends DescribeWorkflowE
22
19
  export interface DescribeWorkflowExecutionCommandOutput extends WorkflowExecutionDetail, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeWorkflowExecutionCommand_base: {
25
- new (input: DescribeWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about the specified workflow execution including its type and some
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DescribeWorkflowTypeInput, WorkflowTypeDetail } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeWorkflowTypeCommandInput extends DescribeWorkflowTypeIn
22
19
  export interface DescribeWorkflowTypeCommandOutput extends WorkflowTypeDetail, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeWorkflowTypeCommand_base: {
25
- new (input: DescribeWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about the specified <i>workflow type</i>. This
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetWorkflowExecutionHistoryInput, History } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetWorkflowExecutionHistoryCommandInput extends GetWorkflowExec
22
19
  export interface GetWorkflowExecutionHistoryCommandOutput extends History, __MetadataBearer {
23
20
  }
24
21
  declare const GetWorkflowExecutionHistoryCommand_base: {
25
- new (input: GetWorkflowExecutionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetWorkflowExecutionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetWorkflowExecutionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetWorkflowExecutionHistoryCommandInput): import("@smithy/core/client").CommandImpl<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the history of the specified workflow execution. The results may be split into
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ActivityTypeInfos, ListActivityTypesInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListActivityTypesCommandInput extends ListActivityTypesInput {
22
19
  export interface ListActivityTypesCommandOutput extends ActivityTypeInfos, __MetadataBearer {
23
20
  }
24
21
  declare const ListActivityTypesCommand_base: {
25
- new (input: ListActivityTypesCommandInput): import("@smithy/core/client").CommandImpl<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListActivityTypesCommandInput): import("@smithy/core/client").CommandImpl<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListActivityTypesCommandInput): import("@smithy/core/client").CommandImpl<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListActivityTypesCommandInput): import("@smithy/core/client").CommandImpl<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about all activities registered in the specified domain that match
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListClosedWorkflowExecutionsInput, WorkflowExecutionInfos } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListClosedWorkflowExecutionsCommandInput extends ListClosedWork
22
19
  export interface ListClosedWorkflowExecutionsCommandOutput extends WorkflowExecutionInfos, __MetadataBearer {
23
20
  }
24
21
  declare const ListClosedWorkflowExecutionsCommand_base: {
25
- new (input: ListClosedWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListClosedWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListClosedWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListClosedWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of closed workflow executions in the specified domain that meet the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DomainInfos, ListDomainsInput } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDomainsCommandInput extends ListDomainsInput {
22
19
  export interface ListDomainsCommandOutput extends DomainInfos, __MetadataBearer {
23
20
  }
24
21
  declare const ListDomainsCommand_base: {
25
- new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListDomainsCommandInput): import("@smithy/core/client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the list of domains registered in the account. The results may be split into
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListOpenWorkflowExecutionsInput, WorkflowExecutionInfos } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListOpenWorkflowExecutionsCommandInput extends ListOpenWorkflow
22
19
  export interface ListOpenWorkflowExecutionsCommandOutput extends WorkflowExecutionInfos, __MetadataBearer {
23
20
  }
24
21
  declare const ListOpenWorkflowExecutionsCommand_base: {
25
- new (input: ListOpenWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListOpenWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListOpenWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListOpenWorkflowExecutionsCommandInput): import("@smithy/core/client").CommandImpl<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of open workflow executions in the specified domain that meet the