@aws-sdk/client-swf 3.1076.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 (137) hide show
  1. package/dist-cjs/index.js +53 -401
  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-es/runtimeConfig.browser.js +0 -2
  44. package/dist-es/runtimeConfig.js +1 -2
  45. package/dist-es/runtimeConfig.native.js +0 -2
  46. package/dist-es/runtimeConfig.shared.js +2 -0
  47. package/dist-types/commandBuilder.d.ts +22 -0
  48. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +3 -8
  49. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +3 -8
  50. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +3 -8
  51. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteActivityTypeCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +3 -8
  54. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +3 -8
  55. package/dist-types/commands/DeprecateDomainCommand.d.ts +3 -8
  56. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +3 -8
  57. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +3 -8
  58. package/dist-types/commands/DescribeDomainCommand.d.ts +3 -8
  59. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +3 -8
  60. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +3 -8
  61. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +3 -8
  62. package/dist-types/commands/ListActivityTypesCommand.d.ts +3 -8
  63. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +3 -8
  64. package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
  65. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +3 -8
  66. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  67. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +3 -8
  68. package/dist-types/commands/PollForActivityTaskCommand.d.ts +3 -8
  69. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +3 -8
  70. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +3 -8
  71. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +3 -8
  72. package/dist-types/commands/RegisterDomainCommand.d.ts +3 -8
  73. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +3 -8
  74. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +3 -8
  75. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +3 -8
  76. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +3 -8
  77. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +3 -8
  78. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +3 -8
  79. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +3 -8
  80. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +3 -8
  81. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  82. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +3 -8
  83. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +3 -8
  84. package/dist-types/commands/UndeprecateDomainCommand.d.ts +3 -8
  85. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +3 -8
  86. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  87. package/dist-types/index.d.ts +1 -0
  88. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  89. package/dist-types/runtimeConfig.d.ts +1 -1
  90. package/dist-types/runtimeConfig.native.d.ts +1 -1
  91. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  92. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  93. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/index.d.ts +1 -0
  133. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  134. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  135. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  136. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  137. package/package.json +8 -10
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { RegisterActivityTypeInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RegisterActivityTypeCommandInput
12
5
  extends RegisterActivityTypeInput {}
13
6
  export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const RegisterActivityTypeCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  RegisterActivityTypeCommandInput,
19
12
  RegisterActivityTypeCommandOutput,
20
- SWFClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").SWFClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: RegisterActivityTypeCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  RegisterActivityTypeCommandInput,
28
21
  RegisterActivityTypeCommandOutput,
29
- SWFClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").SWFClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class RegisterActivityTypeCommand extends RegisterActivityTypeCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { RegisterDomainInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RegisterDomainCommandInput extends RegisterDomainInput {}
12
5
  export interface RegisterDomainCommandOutput extends __MetadataBearer {}
13
6
  declare const RegisterDomainCommand_base: {
@@ -16,22 +9,20 @@ declare const RegisterDomainCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  RegisterDomainCommandInput,
18
11
  RegisterDomainCommandOutput,
19
- SWFClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").SWFClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: RegisterDomainCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  RegisterDomainCommandInput,
27
20
  RegisterDomainCommandOutput,
28
- SWFClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").SWFClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class RegisterDomainCommand extends RegisterDomainCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { RegisterWorkflowTypeInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RegisterWorkflowTypeCommandInput
12
5
  extends RegisterWorkflowTypeInput {}
13
6
  export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const RegisterWorkflowTypeCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  RegisterWorkflowTypeCommandInput,
19
12
  RegisterWorkflowTypeCommandOutput,
20
- SWFClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").SWFClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: RegisterWorkflowTypeCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  RegisterWorkflowTypeCommandInput,
28
21
  RegisterWorkflowTypeCommandOutput,
29
- SWFClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").SWFClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class RegisterWorkflowTypeCommand extends RegisterWorkflowTypeCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { RequestCancelWorkflowExecutionInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RequestCancelWorkflowExecutionCommandInput
12
5
  extends RequestCancelWorkflowExecutionInput {}
13
6
  export interface RequestCancelWorkflowExecutionCommandOutput
@@ -18,22 +11,20 @@ declare const RequestCancelWorkflowExecutionCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  RequestCancelWorkflowExecutionCommandInput,
20
13
  RequestCancelWorkflowExecutionCommandOutput,
21
- SWFClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SWFClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: RequestCancelWorkflowExecutionCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  RequestCancelWorkflowExecutionCommandInput,
29
22
  RequestCancelWorkflowExecutionCommandOutput,
30
- SWFClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SWFClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class RequestCancelWorkflowExecutionCommand extends RequestCancelWorkflowExecutionCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { RespondActivityTaskCanceledInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RespondActivityTaskCanceledCommandInput
12
5
  extends RespondActivityTaskCanceledInput {}
13
6
  export interface RespondActivityTaskCanceledCommandOutput
@@ -18,22 +11,20 @@ declare const RespondActivityTaskCanceledCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  RespondActivityTaskCanceledCommandInput,
20
13
  RespondActivityTaskCanceledCommandOutput,
21
- SWFClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SWFClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: RespondActivityTaskCanceledCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  RespondActivityTaskCanceledCommandInput,
29
22
  RespondActivityTaskCanceledCommandOutput,
30
- SWFClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SWFClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { RespondActivityTaskCompletedInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RespondActivityTaskCompletedCommandInput
12
5
  extends RespondActivityTaskCompletedInput {}
13
6
  export interface RespondActivityTaskCompletedCommandOutput
@@ -18,22 +11,20 @@ declare const RespondActivityTaskCompletedCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  RespondActivityTaskCompletedCommandInput,
20
13
  RespondActivityTaskCompletedCommandOutput,
21
- SWFClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SWFClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: RespondActivityTaskCompletedCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  RespondActivityTaskCompletedCommandInput,
29
22
  RespondActivityTaskCompletedCommandOutput,
30
- SWFClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SWFClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { RespondActivityTaskFailedInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RespondActivityTaskFailedCommandInput
12
5
  extends RespondActivityTaskFailedInput {}
13
6
  export interface RespondActivityTaskFailedCommandOutput
@@ -18,22 +11,20 @@ declare const RespondActivityTaskFailedCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  RespondActivityTaskFailedCommandInput,
20
13
  RespondActivityTaskFailedCommandOutput,
21
- SWFClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SWFClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: RespondActivityTaskFailedCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  RespondActivityTaskFailedCommandInput,
29
22
  RespondActivityTaskFailedCommandOutput,
30
- SWFClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SWFClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { RespondDecisionTaskCompletedInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RespondDecisionTaskCompletedCommandInput
12
5
  extends RespondDecisionTaskCompletedInput {}
13
6
  export interface RespondDecisionTaskCompletedCommandOutput
@@ -18,22 +11,20 @@ declare const RespondDecisionTaskCompletedCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  RespondDecisionTaskCompletedCommandInput,
20
13
  RespondDecisionTaskCompletedCommandOutput,
21
- SWFClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SWFClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: RespondDecisionTaskCompletedCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  RespondDecisionTaskCompletedCommandInput,
29
22
  RespondDecisionTaskCompletedCommandOutput,
30
- SWFClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SWFClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { SignalWorkflowExecutionInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface SignalWorkflowExecutionCommandInput
12
5
  extends SignalWorkflowExecutionInput {}
13
6
  export interface SignalWorkflowExecutionCommandOutput
@@ -18,22 +11,20 @@ declare const SignalWorkflowExecutionCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  SignalWorkflowExecutionCommandInput,
20
13
  SignalWorkflowExecutionCommandOutput,
21
- SWFClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SWFClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: SignalWorkflowExecutionCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  SignalWorkflowExecutionCommandInput,
29
22
  SignalWorkflowExecutionCommandOutput,
30
- SWFClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SWFClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { Run, StartWorkflowExecutionInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StartWorkflowExecutionCommandInput
12
5
  extends StartWorkflowExecutionInput {}
13
6
  export interface StartWorkflowExecutionCommandOutput
@@ -19,22 +12,20 @@ declare const StartWorkflowExecutionCommand_base: {
19
12
  ): import("@smithy/core/client").CommandImpl<
20
13
  StartWorkflowExecutionCommandInput,
21
14
  StartWorkflowExecutionCommandOutput,
22
- SWFClientResolvedConfig,
23
- ServiceInputTypes,
24
- ServiceOutputTypes
15
+ import("..").SWFClientResolvedConfig,
16
+ import("..").ServiceInputTypes,
17
+ import("..").ServiceOutputTypes
25
18
  >;
26
19
  new (
27
20
  input: StartWorkflowExecutionCommandInput
28
21
  ): import("@smithy/core/client").CommandImpl<
29
22
  StartWorkflowExecutionCommandInput,
30
23
  StartWorkflowExecutionCommandOutput,
31
- SWFClientResolvedConfig,
32
- ServiceInputTypes,
33
- ServiceOutputTypes
24
+ import("..").SWFClientResolvedConfig,
25
+ import("..").ServiceInputTypes,
26
+ import("..").ServiceOutputTypes
34
27
  >;
35
- getEndpointParameterInstructions(): {
36
- [x: string]: unknown;
37
- };
28
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
38
29
  };
39
30
  export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base {
40
31
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { TagResourceInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceInput {}
12
5
  export interface TagResourceCommandOutput extends __MetadataBearer {}
13
6
  declare const TagResourceCommand_base: {
@@ -16,22 +9,20 @@ declare const TagResourceCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  TagResourceCommandInput,
18
11
  TagResourceCommandOutput,
19
- SWFClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").SWFClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: TagResourceCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  TagResourceCommandInput,
27
20
  TagResourceCommandOutput,
28
- SWFClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").SWFClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class TagResourceCommand extends TagResourceCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { TerminateWorkflowExecutionInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TerminateWorkflowExecutionCommandInput
12
5
  extends TerminateWorkflowExecutionInput {}
13
6
  export interface TerminateWorkflowExecutionCommandOutput
@@ -18,22 +11,20 @@ declare const TerminateWorkflowExecutionCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TerminateWorkflowExecutionCommandInput,
20
13
  TerminateWorkflowExecutionCommandOutput,
21
- SWFClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SWFClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TerminateWorkflowExecutionCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TerminateWorkflowExecutionCommandInput,
29
22
  TerminateWorkflowExecutionCommandOutput,
30
- SWFClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SWFClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TerminateWorkflowExecutionCommand extends TerminateWorkflowExecutionCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { UndeprecateActivityTypeInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UndeprecateActivityTypeCommandInput
12
5
  extends UndeprecateActivityTypeInput {}
13
6
  export interface UndeprecateActivityTypeCommandOutput
@@ -18,22 +11,20 @@ declare const UndeprecateActivityTypeCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UndeprecateActivityTypeCommandInput,
20
13
  UndeprecateActivityTypeCommandOutput,
21
- SWFClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SWFClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UndeprecateActivityTypeCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UndeprecateActivityTypeCommandInput,
29
22
  UndeprecateActivityTypeCommandOutput,
30
- SWFClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SWFClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class UndeprecateActivityTypeCommand extends UndeprecateActivityTypeCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { UndeprecateDomainInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UndeprecateDomainCommandInput extends UndeprecateDomainInput {}
12
5
  export interface UndeprecateDomainCommandOutput extends __MetadataBearer {}
13
6
  declare const UndeprecateDomainCommand_base: {
@@ -16,22 +9,20 @@ declare const UndeprecateDomainCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  UndeprecateDomainCommandInput,
18
11
  UndeprecateDomainCommandOutput,
19
- SWFClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").SWFClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: UndeprecateDomainCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  UndeprecateDomainCommandInput,
27
20
  UndeprecateDomainCommandOutput,
28
- SWFClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").SWFClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class UndeprecateDomainCommand extends UndeprecateDomainCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { UndeprecateWorkflowTypeInput } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SWFClientResolvedConfig,
8
- } from "../SWFClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface UndeprecateWorkflowTypeCommandInput
12
5
  extends UndeprecateWorkflowTypeInput {}
13
6
  export interface UndeprecateWorkflowTypeCommandOutput
@@ -18,22 +11,20 @@ declare const UndeprecateWorkflowTypeCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  UndeprecateWorkflowTypeCommandInput,
20
13
  UndeprecateWorkflowTypeCommandOutput,
21
- SWFClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SWFClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: UndeprecateWorkflowTypeCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  UndeprecateWorkflowTypeCommandInput,
29
22
  UndeprecateWorkflowTypeCommandOutput,
30
- SWFClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SWFClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class UndeprecateWorkflowTypeCommand extends UndeprecateWorkflowTypeCommand_base {
39
30
  protected static __types: {