@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,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ActivityTypeDetail,
5
4
  DescribeActivityTypeInput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SWFClientResolvedConfig,
11
- } from "../SWFClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeActivityTypeCommandInput
15
8
  extends DescribeActivityTypeInput {}
16
9
  export interface DescribeActivityTypeCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeActivityTypeCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeActivityTypeCommandInput,
24
17
  DescribeActivityTypeCommandOutput,
25
- SWFClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SWFClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeActivityTypeCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeActivityTypeCommandInput,
33
26
  DescribeActivityTypeCommandOutput,
34
- SWFClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SWFClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeActivityTypeCommand extends DescribeActivityTypeCommand_base {
43
34
  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 { DescribeDomainInput, DomainDetail } 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 DescribeDomainCommandInput extends DescribeDomainInput {}
12
5
  export interface DescribeDomainCommandOutput
13
6
  extends DomainDetail,
@@ -18,22 +11,20 @@ declare const DescribeDomainCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DescribeDomainCommandInput,
20
13
  DescribeDomainCommandOutput,
21
- SWFClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SWFClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DescribeDomainCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DescribeDomainCommandInput,
29
22
  DescribeDomainCommandOutput,
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 DescribeDomainCommand extends DescribeDomainCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeWorkflowExecutionInput,
5
4
  WorkflowExecutionDetail,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SWFClientResolvedConfig,
11
- } from "../SWFClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeWorkflowExecutionCommandInput
15
8
  extends DescribeWorkflowExecutionInput {}
16
9
  export interface DescribeWorkflowExecutionCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeWorkflowExecutionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeWorkflowExecutionCommandInput,
24
17
  DescribeWorkflowExecutionCommandOutput,
25
- SWFClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SWFClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeWorkflowExecutionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeWorkflowExecutionCommandInput,
33
26
  DescribeWorkflowExecutionCommandOutput,
34
- SWFClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SWFClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DescribeWorkflowTypeInput,
5
4
  WorkflowTypeDetail,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SWFClientResolvedConfig,
11
- } from "../SWFClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeWorkflowTypeCommandInput
15
8
  extends DescribeWorkflowTypeInput {}
16
9
  export interface DescribeWorkflowTypeCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeWorkflowTypeCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeWorkflowTypeCommandInput,
24
17
  DescribeWorkflowTypeCommandOutput,
25
- SWFClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SWFClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeWorkflowTypeCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeWorkflowTypeCommandInput,
33
26
  DescribeWorkflowTypeCommandOutput,
34
- SWFClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SWFClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base {
43
34
  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 { GetWorkflowExecutionHistoryInput, History } 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 GetWorkflowExecutionHistoryCommandInput
12
5
  extends GetWorkflowExecutionHistoryInput {}
13
6
  export interface GetWorkflowExecutionHistoryCommandOutput
@@ -19,22 +12,20 @@ declare const GetWorkflowExecutionHistoryCommand_base: {
19
12
  ): import("@smithy/core/client").CommandImpl<
20
13
  GetWorkflowExecutionHistoryCommandInput,
21
14
  GetWorkflowExecutionHistoryCommandOutput,
22
- SWFClientResolvedConfig,
23
- ServiceInputTypes,
24
- ServiceOutputTypes
15
+ import("..").SWFClientResolvedConfig,
16
+ import("..").ServiceInputTypes,
17
+ import("..").ServiceOutputTypes
25
18
  >;
26
19
  new (
27
20
  input: GetWorkflowExecutionHistoryCommandInput
28
21
  ): import("@smithy/core/client").CommandImpl<
29
22
  GetWorkflowExecutionHistoryCommandInput,
30
23
  GetWorkflowExecutionHistoryCommandOutput,
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 GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_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 { ActivityTypeInfos, ListActivityTypesInput } 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 ListActivityTypesCommandInput extends ListActivityTypesInput {}
12
5
  export interface ListActivityTypesCommandOutput
13
6
  extends ActivityTypeInfos,
@@ -18,22 +11,20 @@ declare const ListActivityTypesCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListActivityTypesCommandInput,
20
13
  ListActivityTypesCommandOutput,
21
- SWFClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SWFClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListActivityTypesCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListActivityTypesCommandInput,
29
22
  ListActivityTypesCommandOutput,
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 ListActivityTypesCommand extends ListActivityTypesCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListClosedWorkflowExecutionsInput,
5
4
  WorkflowExecutionInfos,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SWFClientResolvedConfig,
11
- } from "../SWFClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListClosedWorkflowExecutionsCommandInput
15
8
  extends ListClosedWorkflowExecutionsInput {}
16
9
  export interface ListClosedWorkflowExecutionsCommandOutput
@@ -22,22 +15,20 @@ declare const ListClosedWorkflowExecutionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListClosedWorkflowExecutionsCommandInput,
24
17
  ListClosedWorkflowExecutionsCommandOutput,
25
- SWFClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SWFClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListClosedWorkflowExecutionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListClosedWorkflowExecutionsCommandInput,
33
26
  ListClosedWorkflowExecutionsCommandOutput,
34
- SWFClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SWFClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_base {
43
34
  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 { DomainInfos, ListDomainsInput } 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 ListDomainsCommandInput extends ListDomainsInput {}
12
5
  export interface ListDomainsCommandOutput
13
6
  extends DomainInfos,
@@ -18,22 +11,20 @@ declare const ListDomainsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListDomainsCommandInput,
20
13
  ListDomainsCommandOutput,
21
- SWFClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SWFClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListDomainsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListDomainsCommandInput,
29
22
  ListDomainsCommandOutput,
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 ListDomainsCommand extends ListDomainsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListOpenWorkflowExecutionsInput,
5
4
  WorkflowExecutionInfos,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SWFClientResolvedConfig,
11
- } from "../SWFClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListOpenWorkflowExecutionsCommandInput
15
8
  extends ListOpenWorkflowExecutionsInput {}
16
9
  export interface ListOpenWorkflowExecutionsCommandOutput
@@ -22,22 +15,20 @@ declare const ListOpenWorkflowExecutionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListOpenWorkflowExecutionsCommandInput,
24
17
  ListOpenWorkflowExecutionsCommandOutput,
25
- SWFClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SWFClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListOpenWorkflowExecutionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListOpenWorkflowExecutionsCommandInput,
33
26
  ListOpenWorkflowExecutionsCommandOutput,
34
- SWFClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SWFClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ListTagsForResourceInput,
5
4
  ListTagsForResourceOutput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SWFClientResolvedConfig,
11
- } from "../SWFClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceInput {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- SWFClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SWFClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- SWFClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SWFClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  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 { ListWorkflowTypesInput, WorkflowTypeInfos } 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 ListWorkflowTypesCommandInput extends ListWorkflowTypesInput {}
12
5
  export interface ListWorkflowTypesCommandOutput
13
6
  extends WorkflowTypeInfos,
@@ -18,22 +11,20 @@ declare const ListWorkflowTypesCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListWorkflowTypesCommandInput,
20
13
  ListWorkflowTypesCommandOutput,
21
- SWFClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SWFClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListWorkflowTypesCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListWorkflowTypesCommandInput,
29
22
  ListWorkflowTypesCommandOutput,
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 ListWorkflowTypesCommand extends ListWorkflowTypesCommand_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 { ActivityTask, PollForActivityTaskInput } 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 PollForActivityTaskCommandInput
12
5
  extends PollForActivityTaskInput {}
13
6
  export interface PollForActivityTaskCommandOutput
@@ -19,22 +12,20 @@ declare const PollForActivityTaskCommand_base: {
19
12
  ): import("@smithy/core/client").CommandImpl<
20
13
  PollForActivityTaskCommandInput,
21
14
  PollForActivityTaskCommandOutput,
22
- SWFClientResolvedConfig,
23
- ServiceInputTypes,
24
- ServiceOutputTypes
15
+ import("..").SWFClientResolvedConfig,
16
+ import("..").ServiceInputTypes,
17
+ import("..").ServiceOutputTypes
25
18
  >;
26
19
  new (
27
20
  input: PollForActivityTaskCommandInput
28
21
  ): import("@smithy/core/client").CommandImpl<
29
22
  PollForActivityTaskCommandInput,
30
23
  PollForActivityTaskCommandOutput,
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 PollForActivityTaskCommand extends PollForActivityTaskCommand_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 { DecisionTask, PollForDecisionTaskInput } 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 PollForDecisionTaskCommandInput
12
5
  extends PollForDecisionTaskInput {}
13
6
  export interface PollForDecisionTaskCommandOutput
@@ -19,22 +12,20 @@ declare const PollForDecisionTaskCommand_base: {
19
12
  ): import("@smithy/core/client").CommandImpl<
20
13
  PollForDecisionTaskCommandInput,
21
14
  PollForDecisionTaskCommandOutput,
22
- SWFClientResolvedConfig,
23
- ServiceInputTypes,
24
- ServiceOutputTypes
15
+ import("..").SWFClientResolvedConfig,
16
+ import("..").ServiceInputTypes,
17
+ import("..").ServiceOutputTypes
25
18
  >;
26
19
  new (
27
20
  input: PollForDecisionTaskCommandInput
28
21
  ): import("@smithy/core/client").CommandImpl<
29
22
  PollForDecisionTaskCommandInput,
30
23
  PollForDecisionTaskCommandOutput,
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 PollForDecisionTaskCommand extends PollForDecisionTaskCommand_base {
40
31
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ActivityTaskStatus,
5
4
  RecordActivityTaskHeartbeatInput,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SWFClientResolvedConfig,
11
- } from "../SWFClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface RecordActivityTaskHeartbeatCommandInput
15
8
  extends RecordActivityTaskHeartbeatInput {}
16
9
  export interface RecordActivityTaskHeartbeatCommandOutput
@@ -22,22 +15,20 @@ declare const RecordActivityTaskHeartbeatCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  RecordActivityTaskHeartbeatCommandInput,
24
17
  RecordActivityTaskHeartbeatCommandOutput,
25
- SWFClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SWFClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: RecordActivityTaskHeartbeatCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  RecordActivityTaskHeartbeatCommandInput,
33
26
  RecordActivityTaskHeartbeatCommandOutput,
34
- SWFClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SWFClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class RecordActivityTaskHeartbeatCommand extends RecordActivityTaskHeartbeatCommand_base {
43
34
  protected static __types: {