@aws-sdk/client-swf 3.1077.0 → 3.1079.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,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 { ListTagsForResourceInput, ListTagsForResourceOutput } 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 ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List tags for a given domain.</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 { ListWorkflowTypesInput, WorkflowTypeInfos } 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 ListWorkflowTypesCommandInput extends ListWorkflowTypesInput {
22
19
  export interface ListWorkflowTypesCommandOutput extends WorkflowTypeInfos, __MetadataBearer {
23
20
  }
24
21
  declare const ListWorkflowTypesCommand_base: {
25
- new (input: ListWorkflowTypesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListWorkflowTypesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListWorkflowTypesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListWorkflowTypesCommandInput): import("@smithy/core/client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about workflow types in the specified domain. The results may be
@@ -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 { ActivityTask, PollForActivityTaskInput } 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 PollForActivityTaskCommandInput extends PollForActivityTaskInpu
22
19
  export interface PollForActivityTaskCommandOutput extends ActivityTask, __MetadataBearer {
23
20
  }
24
21
  declare const PollForActivityTaskCommand_base: {
25
- new (input: PollForActivityTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PollForActivityTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PollForActivityTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PollForActivityTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used by workers to get an <a>ActivityTask</a> from the specified activity
@@ -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 { DecisionTask, PollForDecisionTaskInput } 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 PollForDecisionTaskCommandInput extends PollForDecisionTaskInpu
22
19
  export interface PollForDecisionTaskCommandOutput extends DecisionTask, __MetadataBearer {
23
20
  }
24
21
  declare const PollForDecisionTaskCommand_base: {
25
- new (input: PollForDecisionTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PollForDecisionTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PollForDecisionTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PollForDecisionTaskCommandInput): import("@smithy/core/client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used by deciders to get a <a>DecisionTask</a> from the specified decision
@@ -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 { ActivityTaskStatus, RecordActivityTaskHeartbeatInput } 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 RecordActivityTaskHeartbeatCommandInput extends RecordActivityT
22
19
  export interface RecordActivityTaskHeartbeatCommandOutput extends ActivityTaskStatus, __MetadataBearer {
23
20
  }
24
21
  declare const RecordActivityTaskHeartbeatCommand_base: {
25
- new (input: RecordActivityTaskHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RecordActivityTaskHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RecordActivityTaskHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RecordActivityTaskHeartbeatCommandInput): import("@smithy/core/client").CommandImpl<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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
@@ -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 { RegisterActivityTypeInput } 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 RegisterActivityTypeCommandInput extends RegisterActivityTypeIn
22
19
  export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RegisterActivityTypeCommand_base: {
25
- new (input: RegisterActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RegisterActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RegisterActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Registers a new <i>activity type</i> along with its 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 { RegisterDomainInput } 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 RegisterDomainCommandInput extends RegisterDomainInput {
22
19
  export interface RegisterDomainCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RegisterDomainCommand_base: {
25
- new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RegisterDomainCommandInput): import("@smithy/core/client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Registers a new domain.</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 { RegisterWorkflowTypeInput } 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 RegisterWorkflowTypeCommandInput extends RegisterWorkflowTypeIn
22
19
  export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RegisterWorkflowTypeCommand_base: {
25
- new (input: RegisterWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RegisterWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RegisterWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RegisterWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Registers a new <i>workflow type</i> and its configuration settings in
@@ -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 { RequestCancelWorkflowExecutionInput } 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 RequestCancelWorkflowExecutionCommandInput extends RequestCance
22
19
  export interface RequestCancelWorkflowExecutionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RequestCancelWorkflowExecutionCommand_base: {
25
- new (input: RequestCancelWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RequestCancelWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RequestCancelWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RequestCancelWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Records a <code>WorkflowExecutionCancelRequested</code> event in the currently running
@@ -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 { RespondActivityTaskCanceledInput } 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 RespondActivityTaskCanceledCommandInput extends RespondActivity
22
19
  export interface RespondActivityTaskCanceledCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RespondActivityTaskCanceledCommand_base: {
25
- new (input: RespondActivityTaskCanceledCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RespondActivityTaskCanceledCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RespondActivityTaskCanceledCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RespondActivityTaskCanceledCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used by workers to tell the service that the <a>ActivityTask</a> identified
@@ -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 { RespondActivityTaskCompletedInput } 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 RespondActivityTaskCompletedCommandInput extends RespondActivit
22
19
  export interface RespondActivityTaskCompletedCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RespondActivityTaskCompletedCommand_base: {
25
- new (input: RespondActivityTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RespondActivityTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RespondActivityTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RespondActivityTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used by workers to tell the service that the <a>ActivityTask</a> identified
@@ -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 { RespondActivityTaskFailedInput } 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 RespondActivityTaskFailedCommandInput extends RespondActivityTa
22
19
  export interface RespondActivityTaskFailedCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RespondActivityTaskFailedCommand_base: {
25
- new (input: RespondActivityTaskFailedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RespondActivityTaskFailedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RespondActivityTaskFailedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RespondActivityTaskFailedCommandInput): import("@smithy/core/client").CommandImpl<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used by workers to tell the service that the <a>ActivityTask</a> identified
@@ -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 { RespondDecisionTaskCompletedInput } 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 RespondDecisionTaskCompletedCommandInput extends RespondDecisio
22
19
  export interface RespondDecisionTaskCompletedCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RespondDecisionTaskCompletedCommand_base: {
25
- new (input: RespondDecisionTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RespondDecisionTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RespondDecisionTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RespondDecisionTaskCompletedCommandInput): import("@smithy/core/client").CommandImpl<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Used by deciders to tell the service that the <a>DecisionTask</a> identified
@@ -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 { SignalWorkflowExecutionInput } 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 SignalWorkflowExecutionCommandInput extends SignalWorkflowExecu
22
19
  export interface SignalWorkflowExecutionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const SignalWorkflowExecutionCommand_base: {
25
- new (input: SignalWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SignalWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SignalWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SignalWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Records a <code>WorkflowExecutionSignaled</code> event in the workflow execution
@@ -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 { Run, StartWorkflowExecutionInput } 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 StartWorkflowExecutionCommandInput extends StartWorkflowExecuti
22
19
  export interface StartWorkflowExecutionCommandOutput extends Run, __MetadataBearer {
23
20
  }
24
21
  declare const StartWorkflowExecutionCommand_base: {
25
- new (input: StartWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts an execution of the workflow type in the specified domain using the provided
@@ -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 { TagResourceInput } 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 TagResourceCommandInput extends TagResourceInput {
22
19
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Add a tag to a Amazon SWF domain.</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 { TerminateWorkflowExecutionInput } 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 TerminateWorkflowExecutionCommandInput extends TerminateWorkflo
22
19
  export interface TerminateWorkflowExecutionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const TerminateWorkflowExecutionCommand_base: {
25
- new (input: TerminateWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TerminateWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TerminateWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TerminateWorkflowExecutionCommandInput): import("@smithy/core/client").CommandImpl<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Records a <code>WorkflowExecutionTerminated</code> event and forces closure of 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 { UndeprecateActivityTypeInput } 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 UndeprecateActivityTypeCommandInput extends UndeprecateActivity
22
19
  export interface UndeprecateActivityTypeCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UndeprecateActivityTypeCommand_base: {
25
- new (input: UndeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UndeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UndeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UndeprecateActivityTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Undeprecates a previously deprecated <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 { UndeprecateDomainInput } 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 UndeprecateDomainCommandInput extends UndeprecateDomainInput {
22
19
  export interface UndeprecateDomainCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UndeprecateDomainCommand_base: {
25
- new (input: UndeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UndeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UndeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UndeprecateDomainCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Undeprecates a previously deprecated domain. After a domain has been undeprecated it can 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 { UndeprecateWorkflowTypeInput } 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 UndeprecateWorkflowTypeCommandInput extends UndeprecateWorkflow
22
19
  export interface UndeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UndeprecateWorkflowTypeCommand_base: {
25
- new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/core/client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Undeprecates a previously deprecated <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 { UntagResourceInput } 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 UntagResourceCommandInput extends UntagResourceInput {
22
19
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SWFClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Remove a tag from a Amazon SWF domain.</p>