@aws-sdk/client-swf 3.337.0 → 3.338.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 (161) hide show
  1. package/dist-cjs/SWFClient.js +2 -1
  2. package/dist-cjs/commands/CountClosedWorkflowExecutionsCommand.js +2 -1
  3. package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +2 -1
  4. package/dist-cjs/commands/CountPendingActivityTasksCommand.js +2 -1
  5. package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +2 -1
  6. package/dist-cjs/commands/DeprecateActivityTypeCommand.js +2 -1
  7. package/dist-cjs/commands/DeprecateDomainCommand.js +2 -1
  8. package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeActivityTypeCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeDomainCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +2 -1
  13. package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +2 -1
  14. package/dist-cjs/commands/ListActivityTypesCommand.js +2 -1
  15. package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +2 -1
  16. package/dist-cjs/commands/ListDomainsCommand.js +2 -1
  17. package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +2 -1
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  19. package/dist-cjs/commands/ListWorkflowTypesCommand.js +2 -1
  20. package/dist-cjs/commands/PollForActivityTaskCommand.js +2 -1
  21. package/dist-cjs/commands/PollForDecisionTaskCommand.js +2 -1
  22. package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +2 -1
  23. package/dist-cjs/commands/RegisterActivityTypeCommand.js +2 -1
  24. package/dist-cjs/commands/RegisterDomainCommand.js +2 -1
  25. package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +2 -1
  26. package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +2 -1
  27. package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +2 -1
  28. package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +2 -1
  29. package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +2 -1
  30. package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +2 -1
  31. package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +2 -1
  32. package/dist-cjs/commands/StartWorkflowExecutionCommand.js +2 -1
  33. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  34. package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +2 -1
  35. package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +2 -1
  36. package/dist-cjs/commands/UndeprecateDomainCommand.js +2 -1
  37. package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +2 -1
  38. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  39. package/dist-cjs/index.js +2 -2
  40. package/dist-cjs/models/SWFServiceException.js +2 -1
  41. package/dist-es/SWFClient.js +1 -0
  42. package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +1 -0
  43. package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +1 -0
  44. package/dist-es/commands/CountPendingActivityTasksCommand.js +1 -0
  45. package/dist-es/commands/CountPendingDecisionTasksCommand.js +1 -0
  46. package/dist-es/commands/DeprecateActivityTypeCommand.js +1 -0
  47. package/dist-es/commands/DeprecateDomainCommand.js +1 -0
  48. package/dist-es/commands/DeprecateWorkflowTypeCommand.js +1 -0
  49. package/dist-es/commands/DescribeActivityTypeCommand.js +1 -0
  50. package/dist-es/commands/DescribeDomainCommand.js +1 -0
  51. package/dist-es/commands/DescribeWorkflowExecutionCommand.js +1 -0
  52. package/dist-es/commands/DescribeWorkflowTypeCommand.js +1 -0
  53. package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +1 -0
  54. package/dist-es/commands/ListActivityTypesCommand.js +1 -0
  55. package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +1 -0
  56. package/dist-es/commands/ListDomainsCommand.js +1 -0
  57. package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +1 -0
  58. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  59. package/dist-es/commands/ListWorkflowTypesCommand.js +1 -0
  60. package/dist-es/commands/PollForActivityTaskCommand.js +1 -0
  61. package/dist-es/commands/PollForDecisionTaskCommand.js +1 -0
  62. package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +1 -0
  63. package/dist-es/commands/RegisterActivityTypeCommand.js +1 -0
  64. package/dist-es/commands/RegisterDomainCommand.js +1 -0
  65. package/dist-es/commands/RegisterWorkflowTypeCommand.js +1 -0
  66. package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +1 -0
  67. package/dist-es/commands/RespondActivityTaskCanceledCommand.js +1 -0
  68. package/dist-es/commands/RespondActivityTaskCompletedCommand.js +1 -0
  69. package/dist-es/commands/RespondActivityTaskFailedCommand.js +1 -0
  70. package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +1 -0
  71. package/dist-es/commands/SignalWorkflowExecutionCommand.js +1 -0
  72. package/dist-es/commands/StartWorkflowExecutionCommand.js +1 -0
  73. package/dist-es/commands/TagResourceCommand.js +1 -0
  74. package/dist-es/commands/TerminateWorkflowExecutionCommand.js +1 -0
  75. package/dist-es/commands/UndeprecateActivityTypeCommand.js +1 -0
  76. package/dist-es/commands/UndeprecateDomainCommand.js +1 -0
  77. package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +1 -0
  78. package/dist-es/commands/UntagResourceCommand.js +1 -0
  79. package/dist-es/index.js +2 -2
  80. package/dist-es/models/SWFServiceException.js +1 -0
  81. package/dist-types/SWFClient.d.ts +3 -3
  82. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +4 -0
  83. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +4 -0
  84. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +4 -0
  85. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +4 -0
  86. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +4 -0
  87. package/dist-types/commands/DeprecateDomainCommand.d.ts +4 -0
  88. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +4 -0
  89. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +4 -0
  90. package/dist-types/commands/DescribeDomainCommand.d.ts +4 -0
  91. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +4 -0
  92. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +4 -0
  93. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +4 -0
  94. package/dist-types/commands/ListActivityTypesCommand.d.ts +4 -0
  95. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +4 -0
  96. package/dist-types/commands/ListDomainsCommand.d.ts +4 -0
  97. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +4 -0
  98. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  99. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +4 -0
  100. package/dist-types/commands/PollForActivityTaskCommand.d.ts +4 -0
  101. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +4 -0
  102. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +4 -0
  103. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +4 -0
  104. package/dist-types/commands/RegisterDomainCommand.d.ts +4 -0
  105. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +4 -0
  106. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +4 -0
  107. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +4 -0
  108. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +4 -0
  109. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +4 -0
  110. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +4 -0
  111. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +4 -0
  112. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +4 -0
  113. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  114. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +4 -0
  115. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +4 -0
  116. package/dist-types/commands/UndeprecateDomainCommand.d.ts +4 -0
  117. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +4 -0
  118. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  119. package/dist-types/index.d.ts +19 -2
  120. package/dist-types/models/SWFServiceException.d.ts +1 -0
  121. package/dist-types/ts3.4/SWFClient.d.ts +3 -3
  122. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +1 -0
  152. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/index.d.ts +2 -2
  160. package/dist-types/ts3.4/models/SWFServiceException.d.ts +1 -0
  161. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RequestCancelWorkflowExecutionInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RespondActivityTaskCanceledInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RespondActivityTaskCompletedInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RespondActivityTaskFailedInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RespondDecisionTaskCompletedInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SignalWorkflowExecutionInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { Run, StartWorkflowExecutionInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TerminateWorkflowExecutionInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UndeprecateActivityTypeInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UndeprecateDomainInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UndeprecateWorkflowTypeInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceInput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,23 @@
1
- export * from "./SWF";
1
+ /**
2
+ * <fullname>Amazon Simple Workflow Service</fullname>
3
+ * <p>The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to
4
+ * coordinate work across distributed components. In Amazon SWF, a <i>task</i>
5
+ * represents a logical unit of work that is performed by a component of your workflow.
6
+ * Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and
7
+ * concurrency in accordance with the logical flow of the application.</p>
8
+ * <p>Amazon SWF gives you full control over implementing tasks and coordinating them without
9
+ * worrying about underlying complexities such as tracking their progress and maintaining their
10
+ * state.</p>
11
+ * <p>This documentation serves as reference only. For a broader overview of the Amazon SWF
12
+ * programming model, see the <i>
13
+ * <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/">Amazon SWF Developer Guide</a>
14
+ * </i>.</p>
15
+ *
16
+ * @packageDocumentation
17
+ */
2
18
  export * from "./SWFClient";
19
+ export * from "./SWF";
3
20
  export * from "./commands";
4
- export * from "./models";
5
21
  export * from "./pagination";
22
+ export * from "./models";
6
23
  export { SWFServiceException } from "./models/SWFServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -199,6 +199,7 @@ import {
199
199
  ClientResolvedEndpointParameters,
200
200
  EndpointParameters,
201
201
  } from "./endpoint/EndpointParameters";
202
+ export { __Client };
202
203
  export type ServiceInputTypes =
203
204
  | CountClosedWorkflowExecutionsCommandInput
204
205
  | CountOpenWorkflowExecutionsCommandInput
@@ -299,7 +300,7 @@ export interface ClientDefaults
299
300
  logger?: __Logger;
300
301
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
301
302
  }
302
- type SWFClientConfigType = Partial<
303
+ export type SWFClientConfigType = Partial<
303
304
  __SmithyConfiguration<__HttpHandlerOptions>
304
305
  > &
305
306
  ClientDefaults &
@@ -311,7 +312,7 @@ type SWFClientConfigType = Partial<
311
312
  UserAgentInputConfig &
312
313
  ClientInputEndpointParameters;
313
314
  export interface SWFClientConfig extends SWFClientConfigType {}
314
- type SWFClientResolvedConfigType =
315
+ export type SWFClientResolvedConfigType =
315
316
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
316
317
  Required<ClientDefaults> &
317
318
  RegionResolvedConfig &
@@ -332,4 +333,3 @@ export declare class SWFClient extends __Client<
332
333
  constructor(configuration: SWFClientConfig);
333
334
  destroy(): void;
334
335
  }
335
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SWFClientResolvedConfig,
17
17
  } from "../SWFClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CountClosedWorkflowExecutionsCommandInput
19
20
  extends CountClosedWorkflowExecutionsInput {}
20
21
  export interface CountClosedWorkflowExecutionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SWFClientResolvedConfig,
17
17
  } from "../SWFClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CountOpenWorkflowExecutionsCommandInput
19
20
  extends CountOpenWorkflowExecutionsInput {}
20
21
  export interface CountOpenWorkflowExecutionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SWFClientResolvedConfig,
17
17
  } from "../SWFClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CountPendingActivityTasksCommandInput
19
20
  extends CountPendingActivityTasksInput {}
20
21
  export interface CountPendingActivityTasksCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SWFClientResolvedConfig,
17
17
  } from "../SWFClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CountPendingDecisionTasksCommandInput
19
20
  extends CountPendingDecisionTasksInput {}
20
21
  export interface CountPendingDecisionTasksCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeprecateActivityTypeCommandInput
16
17
  extends DeprecateActivityTypeInput {}
17
18
  export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeprecateDomainCommandInput extends DeprecateDomainInput {}
16
17
  export interface DeprecateDomainCommandOutput extends __MetadataBearer {}
17
18
  export declare class DeprecateDomainCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeprecateWorkflowTypeCommandInput
16
17
  extends DeprecateWorkflowTypeInput {}
17
18
  export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {}
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SWFClientResolvedConfig,
17
17
  } from "../SWFClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeActivityTypeCommandInput
19
20
  extends DescribeActivityTypeInput {}
20
21
  export interface DescribeActivityTypeCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeDomainCommandInput extends DescribeDomainInput {}
16
17
  export interface DescribeDomainCommandOutput
17
18
  extends DomainDetail,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SWFClientResolvedConfig,
17
17
  } from "../SWFClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeWorkflowExecutionCommandInput
19
20
  extends DescribeWorkflowExecutionInput {}
20
21
  export interface DescribeWorkflowExecutionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SWFClientResolvedConfig,
17
17
  } from "../SWFClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeWorkflowTypeCommandInput
19
20
  extends DescribeWorkflowTypeInput {}
20
21
  export interface DescribeWorkflowTypeCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetWorkflowExecutionHistoryCommandInput
16
17
  extends GetWorkflowExecutionHistoryInput {}
17
18
  export interface GetWorkflowExecutionHistoryCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListActivityTypesCommandInput extends ListActivityTypesInput {}
16
17
  export interface ListActivityTypesCommandOutput
17
18
  extends ActivityTypeInfos,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SWFClientResolvedConfig,
17
17
  } from "../SWFClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListClosedWorkflowExecutionsCommandInput
19
20
  extends ListClosedWorkflowExecutionsInput {}
20
21
  export interface ListClosedWorkflowExecutionsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListDomainsCommandInput extends ListDomainsInput {}
16
17
  export interface ListDomainsCommandOutput
17
18
  extends DomainInfos,
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SWFClientResolvedConfig,
17
17
  } from "../SWFClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListOpenWorkflowExecutionsCommandInput
19
20
  extends ListOpenWorkflowExecutionsInput {}
20
21
  export interface ListOpenWorkflowExecutionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SWFClientResolvedConfig,
17
17
  } from "../SWFClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceInput {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListWorkflowTypesCommandInput extends ListWorkflowTypesInput {}
16
17
  export interface ListWorkflowTypesCommandOutput
17
18
  extends WorkflowTypeInfos,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PollForActivityTaskCommandInput
16
17
  extends PollForActivityTaskInput {}
17
18
  export interface PollForActivityTaskCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface PollForDecisionTaskCommandInput
16
17
  extends PollForDecisionTaskInput {}
17
18
  export interface PollForDecisionTaskCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ServiceOutputTypes,
16
16
  SWFClientResolvedConfig,
17
17
  } from "../SWFClient";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RecordActivityTaskHeartbeatCommandInput
19
20
  extends RecordActivityTaskHeartbeatInput {}
20
21
  export interface RecordActivityTaskHeartbeatCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RegisterActivityTypeCommandInput
16
17
  extends RegisterActivityTypeInput {}
17
18
  export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RegisterDomainCommandInput extends RegisterDomainInput {}
16
17
  export interface RegisterDomainCommandOutput extends __MetadataBearer {}
17
18
  export declare class RegisterDomainCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RegisterWorkflowTypeCommandInput
16
17
  extends RegisterWorkflowTypeInput {}
17
18
  export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RequestCancelWorkflowExecutionCommandInput
16
17
  extends RequestCancelWorkflowExecutionInput {}
17
18
  export interface RequestCancelWorkflowExecutionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RespondActivityTaskCanceledCommandInput
16
17
  extends RespondActivityTaskCanceledInput {}
17
18
  export interface RespondActivityTaskCanceledCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RespondActivityTaskCompletedCommandInput
16
17
  extends RespondActivityTaskCompletedInput {}
17
18
  export interface RespondActivityTaskCompletedCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RespondActivityTaskFailedCommandInput
16
17
  extends RespondActivityTaskFailedInput {}
17
18
  export interface RespondActivityTaskFailedCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RespondDecisionTaskCompletedCommandInput
16
17
  extends RespondDecisionTaskCompletedInput {}
17
18
  export interface RespondDecisionTaskCompletedCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SignalWorkflowExecutionCommandInput
16
17
  extends SignalWorkflowExecutionInput {}
17
18
  export interface SignalWorkflowExecutionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface StartWorkflowExecutionCommandInput
16
17
  extends StartWorkflowExecutionInput {}
17
18
  export interface StartWorkflowExecutionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TagResourceCommandInput extends TagResourceInput {}
16
17
  export interface TagResourceCommandOutput extends __MetadataBearer {}
17
18
  export declare class TagResourceCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface TerminateWorkflowExecutionCommandInput
16
17
  extends TerminateWorkflowExecutionInput {}
17
18
  export interface TerminateWorkflowExecutionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UndeprecateActivityTypeCommandInput
16
17
  extends UndeprecateActivityTypeInput {}
17
18
  export interface UndeprecateActivityTypeCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UndeprecateDomainCommandInput extends UndeprecateDomainInput {}
16
17
  export interface UndeprecateDomainCommandOutput extends __MetadataBearer {}
17
18
  export declare class UndeprecateDomainCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UndeprecateWorkflowTypeCommandInput
16
17
  extends UndeprecateWorkflowTypeInput {}
17
18
  export interface UndeprecateWorkflowTypeCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  SWFClientResolvedConfig,
14
14
  } from "../SWFClient";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UntagResourceCommandInput extends UntagResourceInput {}
16
17
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
17
18
  export declare class UntagResourceCommand extends $Command<
@@ -1,6 +1,6 @@
1
- export * from "./SWF";
2
1
  export * from "./SWFClient";
2
+ export * from "./SWF";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { SWFServiceException } from "./models/SWFServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class SWFServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }