@aws-sdk/client-swf 3.533.0 → 3.535.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 (78) hide show
  1. package/dist-types/SWF.d.ts +1 -1
  2. package/dist-types/SWFClient.d.ts +1 -1
  3. package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +2 -1
  4. package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +2 -1
  5. package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +2 -1
  6. package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +2 -1
  7. package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +2 -1
  8. package/dist-types/commands/DeprecateDomainCommand.d.ts +2 -1
  9. package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeActivityTypeCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +2 -1
  14. package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +2 -1
  15. package/dist-types/commands/ListActivityTypesCommand.d.ts +2 -1
  16. package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  18. package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  20. package/dist-types/commands/ListWorkflowTypesCommand.d.ts +2 -1
  21. package/dist-types/commands/PollForActivityTaskCommand.d.ts +2 -1
  22. package/dist-types/commands/PollForDecisionTaskCommand.d.ts +2 -1
  23. package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +2 -1
  24. package/dist-types/commands/RegisterActivityTypeCommand.d.ts +2 -1
  25. package/dist-types/commands/RegisterDomainCommand.d.ts +2 -1
  26. package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +2 -1
  27. package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +2 -1
  28. package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +2 -1
  29. package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +2 -1
  30. package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +2 -1
  31. package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +2 -1
  32. package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +2 -1
  33. package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +2 -1
  34. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +2 -1
  36. package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +2 -1
  37. package/dist-types/commands/UndeprecateDomainCommand.d.ts +2 -1
  38. package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +2 -1
  39. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  40. package/dist-types/models/models_0.d.ts +712 -712
  41. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  78. package/package.json +40 -40
@@ -262,7 +262,6 @@ export interface SWF {
262
262
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
263
263
  }
264
264
  /**
265
- * @public
266
265
  * <fullname>Amazon Simple Workflow Service</fullname>
267
266
  * <p>The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to
268
267
  * coordinate work across distributed components. In Amazon SWF, a <i>task</i>
@@ -276,6 +275,7 @@ export interface SWF {
276
275
  * programming model, see the <i>
277
276
  * <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/">Amazon SWF Developer Guide</a>
278
277
  * </i>.</p>
278
+ * @public
279
279
  */
280
280
  export declare class SWF extends SWFClient implements SWF {
281
281
  }
@@ -188,7 +188,6 @@ export type SWFClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
188
188
  export interface SWFClientResolvedConfig extends SWFClientResolvedConfigType {
189
189
  }
190
190
  /**
191
- * @public
192
191
  * <fullname>Amazon Simple Workflow Service</fullname>
193
192
  * <p>The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to
194
193
  * coordinate work across distributed components. In Amazon SWF, a <i>task</i>
@@ -202,6 +201,7 @@ export interface SWFClientResolvedConfig extends SWFClientResolvedConfigType {
202
201
  * programming model, see the <i>
203
202
  * <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/">Amazon SWF Developer Guide</a>
204
203
  * </i>.</p>
204
+ * @public
205
205
  */
206
206
  export declare class SWFClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig> {
207
207
  /**
@@ -22,10 +22,10 @@ export interface CountClosedWorkflowExecutionsCommandOutput extends WorkflowExec
22
22
  }
23
23
  declare const CountClosedWorkflowExecutionsCommand_base: {
24
24
  new (input: CountClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CountClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the number of closed workflow executions within the given domain that meet the
30
30
  * specified filtering criteria.</p>
31
31
  * <note>
@@ -127,6 +127,7 @@ declare const CountClosedWorkflowExecutionsCommand_base: {
127
127
  * @throws {@link SWFServiceException}
128
128
  * <p>Base exception class for all service exceptions from SWF service.</p>
129
129
  *
130
+ * @public
130
131
  */
131
132
  export declare class CountClosedWorkflowExecutionsCommand extends CountClosedWorkflowExecutionsCommand_base {
132
133
  }
@@ -22,10 +22,10 @@ export interface CountOpenWorkflowExecutionsCommandOutput extends WorkflowExecut
22
22
  }
23
23
  declare const CountOpenWorkflowExecutionsCommand_base: {
24
24
  new (input: CountOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CountOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the number of open workflow executions within the given domain that meet the
30
30
  * specified filtering criteria.</p>
31
31
  * <note>
@@ -120,6 +120,7 @@ declare const CountOpenWorkflowExecutionsCommand_base: {
120
120
  * @throws {@link SWFServiceException}
121
121
  * <p>Base exception class for all service exceptions from SWF service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface CountPendingActivityTasksCommandOutput extends PendingTaskCount
22
22
  }
23
23
  declare const CountPendingActivityTasksCommand_base: {
24
24
  new (input: CountPendingActivityTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CountPendingActivityTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the estimated number of activity tasks in the specified task list. The count
30
30
  * returned is an approximation and isn't guaranteed to be exact. If you specify a task list that
31
31
  * no activity task was ever scheduled in then <code>0</code> is returned.</p>
@@ -90,6 +90,7 @@ declare const CountPendingActivityTasksCommand_base: {
90
90
  * @throws {@link SWFServiceException}
91
91
  * <p>Base exception class for all service exceptions from SWF service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface CountPendingDecisionTasksCommandOutput extends PendingTaskCount
22
22
  }
23
23
  declare const CountPendingDecisionTasksCommand_base: {
24
24
  new (input: CountPendingDecisionTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CountPendingDecisionTasksCommandInput): import("@smithy/smithy-client").CommandImpl<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the estimated number of decision tasks in the specified task list. The count
30
30
  * returned is an approximation and isn't guaranteed to be exact. If you specify a task list that
31
31
  * no decision task was ever scheduled in then <code>0</code> is returned.</p>
@@ -90,6 +90,7 @@ declare const CountPendingDecisionTasksCommand_base: {
90
90
  * @throws {@link SWFServiceException}
91
91
  * <p>Base exception class for all service exceptions from SWF service.</p>
92
92
  *
93
+ * @public
93
94
  */
94
95
  export declare class CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_base {
95
96
  }
@@ -22,10 +22,10 @@ export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeprecateActivityTypeCommand_base: {
24
24
  new (input: DeprecateActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeprecateActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deprecates the specified <i>activity type</i>. After an activity type has
30
30
  * been deprecated, you cannot create new tasks of that activity type. Tasks of this type that
31
31
  * were scheduled before the type was deprecated continue to run.</p>
@@ -106,6 +106,7 @@ declare const DeprecateActivityTypeCommand_base: {
106
106
  * @throws {@link SWFServiceException}
107
107
  * <p>Base exception class for all service exceptions from SWF service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface DeprecateDomainCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeprecateDomainCommand_base: {
24
24
  new (input: DeprecateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeprecateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deprecates the specified domain. After a domain has been deprecated it cannot be used
30
30
  * to create new workflow executions or register new types. However, you can still use visibility
31
31
  * actions on this domain. Deprecating a domain also deprecates all activity and workflow types
@@ -91,6 +91,7 @@ declare const DeprecateDomainCommand_base: {
91
91
  * @throws {@link SWFServiceException}
92
92
  * <p>Base exception class for all service exceptions from SWF service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class DeprecateDomainCommand extends DeprecateDomainCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeprecateWorkflowTypeCommand_base: {
24
24
  new (input: DeprecateWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeprecateWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deprecates the specified <i>workflow type</i>. After a workflow type has
30
30
  * been deprecated, you cannot create new executions of that type. Executions that were started
31
31
  * before the type was deprecated continues to run. A deprecated workflow type may still be used
@@ -107,6 +107,7 @@ declare const DeprecateWorkflowTypeCommand_base: {
107
107
  * @throws {@link SWFServiceException}
108
108
  * <p>Base exception class for all service exceptions from SWF service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface DescribeActivityTypeCommandOutput extends ActivityTypeDetail, _
22
22
  }
23
23
  declare const DescribeActivityTypeCommand_base: {
24
24
  new (input: DescribeActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the specified activity type. This includes configuration
30
30
  * settings provided when the type was registered and other general information about the
31
31
  * type.</p>
@@ -120,6 +120,7 @@ declare const DescribeActivityTypeCommand_base: {
120
120
  * @throws {@link SWFServiceException}
121
121
  * <p>Base exception class for all service exceptions from SWF service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class DescribeActivityTypeCommand extends DescribeActivityTypeCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface DescribeDomainCommandOutput extends DomainDetail, __MetadataBea
22
22
  }
23
23
  declare const DescribeDomainCommand_base: {
24
24
  new (input: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDomainCommandInput, DescribeDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the specified domain, including description and
30
30
  * status.</p>
31
31
  * <p>
@@ -91,6 +91,7 @@ declare const DescribeDomainCommand_base: {
91
91
  * @throws {@link SWFServiceException}
92
92
  * <p>Base exception class for all service exceptions from SWF service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface DescribeWorkflowExecutionCommandOutput extends WorkflowExecutio
22
22
  }
23
23
  declare const DescribeWorkflowExecutionCommand_base: {
24
24
  new (input: DescribeWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the specified workflow execution including its type and some
30
30
  * statistics.</p>
31
31
  * <note>
@@ -131,6 +131,7 @@ declare const DescribeWorkflowExecutionCommand_base: {
131
131
  * @throws {@link SWFServiceException}
132
132
  * <p>Base exception class for all service exceptions from SWF service.</p>
133
133
  *
134
+ * @public
134
135
  */
135
136
  export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base {
136
137
  }
@@ -22,10 +22,10 @@ export interface DescribeWorkflowTypeCommandOutput extends WorkflowTypeDetail, _
22
22
  }
23
23
  declare const DescribeWorkflowTypeCommand_base: {
24
24
  new (input: DescribeWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the specified <i>workflow type</i>. This
30
30
  * includes configuration settings specified when the type was registered and other information
31
31
  * such as creation date, current status, etc.</p>
@@ -120,6 +120,7 @@ declare const DescribeWorkflowTypeCommand_base: {
120
120
  * @throws {@link SWFServiceException}
121
121
  * <p>Base exception class for all service exceptions from SWF service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface GetWorkflowExecutionHistoryCommandOutput extends History, __Met
22
22
  }
23
23
  declare const GetWorkflowExecutionHistoryCommand_base: {
24
24
  new (input: GetWorkflowExecutionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetWorkflowExecutionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the history of the specified workflow execution. The results may be split into
30
30
  * multiple pages. To retrieve subsequent pages, make the call again using the
31
31
  * <code>nextPageToken</code> returned by the initial call.</p>
@@ -481,6 +481,7 @@ declare const GetWorkflowExecutionHistoryCommand_base: {
481
481
  * @throws {@link SWFServiceException}
482
482
  * <p>Base exception class for all service exceptions from SWF service.</p>
483
483
  *
484
+ * @public
484
485
  */
485
486
  export declare class GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_base {
486
487
  }
@@ -22,10 +22,10 @@ export interface ListActivityTypesCommandOutput extends ActivityTypeInfos, __Met
22
22
  }
23
23
  declare const ListActivityTypesCommand_base: {
24
24
  new (input: ListActivityTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListActivityTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListActivityTypesCommandInput, ListActivityTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about all activities registered in the specified domain that match
30
30
  * the specified name and registration status. The result includes information like creation
31
31
  * date, current status of the activity, etc. The results may be split into multiple pages. To
@@ -103,6 +103,7 @@ declare const ListActivityTypesCommand_base: {
103
103
  * @throws {@link SWFServiceException}
104
104
  * <p>Base exception class for all service exceptions from SWF service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class ListActivityTypesCommand extends ListActivityTypesCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface ListClosedWorkflowExecutionsCommandOutput extends WorkflowExecu
22
22
  }
23
23
  declare const ListClosedWorkflowExecutionsCommand_base: {
24
24
  new (input: ListClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListClosedWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of closed workflow executions in the specified domain that meet the
30
30
  * filtering criteria. The results may be split into multiple pages. To retrieve subsequent
31
31
  * pages, make the call again using the nextPageToken returned by the initial call.</p>
@@ -154,6 +154,7 @@ declare const ListClosedWorkflowExecutionsCommand_base: {
154
154
  * @throws {@link SWFServiceException}
155
155
  * <p>Base exception class for all service exceptions from SWF service.</p>
156
156
  *
157
+ * @public
157
158
  */
158
159
  export declare class ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_base {
159
160
  }
@@ -22,10 +22,10 @@ export interface ListDomainsCommandOutput extends DomainInfos, __MetadataBearer
22
22
  }
23
23
  declare const ListDomainsCommand_base: {
24
24
  new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the list of domains registered in the account. The results may be split into
30
30
  * multiple pages. To retrieve subsequent pages, make the call again using the nextPageToken
31
31
  * returned by the initial call.</p>
@@ -98,6 +98,7 @@ declare const ListDomainsCommand_base: {
98
98
  * @throws {@link SWFServiceException}
99
99
  * <p>Base exception class for all service exceptions from SWF service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class ListDomainsCommand extends ListDomainsCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface ListOpenWorkflowExecutionsCommandOutput extends WorkflowExecuti
22
22
  }
23
23
  declare const ListOpenWorkflowExecutionsCommand_base: {
24
24
  new (input: ListOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListOpenWorkflowExecutionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of open workflow executions in the specified domain that meet the
30
30
  * filtering criteria. The results may be split into multiple pages. To retrieve subsequent
31
31
  * pages, make the call again using the nextPageToken returned by the initial call.</p>
@@ -147,6 +147,7 @@ declare const ListOpenWorkflowExecutionsCommand_base: {
147
147
  * @throws {@link SWFServiceException}
148
148
  * <p>Base exception class for all service exceptions from SWF service.</p>
149
149
  *
150
+ * @public
150
151
  */
151
152
  export declare class ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base {
152
153
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List tags for a given domain.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const ListTagsForResourceCommand_base: {
67
67
  * @throws {@link SWFServiceException}
68
68
  * <p>Base exception class for all service exceptions from SWF service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface ListWorkflowTypesCommandOutput extends WorkflowTypeInfos, __Met
22
22
  }
23
23
  declare const ListWorkflowTypesCommand_base: {
24
24
  new (input: ListWorkflowTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListWorkflowTypesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about workflow types in the specified domain. The results may be
30
30
  * split into multiple pages that can be retrieved by making the call repeatedly.</p>
31
31
  * <p>
@@ -100,6 +100,7 @@ declare const ListWorkflowTypesCommand_base: {
100
100
  * @throws {@link SWFServiceException}
101
101
  * <p>Base exception class for all service exceptions from SWF service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class ListWorkflowTypesCommand extends ListWorkflowTypesCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface PollForActivityTaskCommandOutput extends ActivityTask, __Metada
22
22
  }
23
23
  declare const PollForActivityTaskCommand_base: {
24
24
  new (input: PollForActivityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PollForActivityTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Used by workers to get an <a>ActivityTask</a> from the specified activity
30
30
  * <code>taskList</code>. This initiates a long poll, where the service holds the HTTP
31
31
  * connection open and responds as soon as a task becomes available. The maximum time the service
@@ -112,6 +112,7 @@ declare const PollForActivityTaskCommand_base: {
112
112
  * @throws {@link SWFServiceException}
113
113
  * <p>Base exception class for all service exceptions from SWF service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class PollForActivityTaskCommand extends PollForActivityTaskCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface PollForDecisionTaskCommandOutput extends DecisionTask, __Metada
22
22
  }
23
23
  declare const PollForDecisionTaskCommand_base: {
24
24
  new (input: PollForDecisionTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PollForDecisionTaskCommandInput): import("@smithy/smithy-client").CommandImpl<PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Used by deciders to get a <a>DecisionTask</a> from the specified decision
30
30
  * <code>taskList</code>. A decision task may be returned for any open workflow execution that
31
31
  * is using the specified task list. The task includes a paginated view of the history of the
@@ -508,6 +508,7 @@ declare const PollForDecisionTaskCommand_base: {
508
508
  * @throws {@link SWFServiceException}
509
509
  * <p>Base exception class for all service exceptions from SWF service.</p>
510
510
  *
511
+ * @public
511
512
  */
512
513
  export declare class PollForDecisionTaskCommand extends PollForDecisionTaskCommand_base {
513
514
  }
@@ -22,10 +22,10 @@ export interface RecordActivityTaskHeartbeatCommandOutput extends ActivityTaskSt
22
22
  }
23
23
  declare const RecordActivityTaskHeartbeatCommand_base: {
24
24
  new (input: RecordActivityTaskHeartbeatCommandInput): import("@smithy/smithy-client").CommandImpl<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RecordActivityTaskHeartbeatCommandInput): import("@smithy/smithy-client").CommandImpl<RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Used by activity workers to report to the service that the <a>ActivityTask</a> represented by the specified <code>taskToken</code> is still making progress. The worker
30
30
  * can also specify details of the progress, for example percent complete, using the
31
31
  * <code>details</code> parameter. This action can also be used by the worker as a mechanism to
@@ -107,6 +107,7 @@ declare const RecordActivityTaskHeartbeatCommand_base: {
107
107
  * @throws {@link SWFServiceException}
108
108
  * <p>Base exception class for all service exceptions from SWF service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class RecordActivityTaskHeartbeatCommand extends RecordActivityTaskHeartbeatCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const RegisterActivityTypeCommand_base: {
24
24
  new (input: RegisterActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Registers a new <i>activity type</i> along with its configuration
30
30
  * settings in the specified domain.</p>
31
31
  * <important>
@@ -120,6 +120,7 @@ declare const RegisterActivityTypeCommand_base: {
120
120
  * @throws {@link SWFServiceException}
121
121
  * <p>Base exception class for all service exceptions from SWF service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class RegisterActivityTypeCommand extends RegisterActivityTypeCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface RegisterDomainCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const RegisterDomainCommand_base: {
24
24
  new (input: RegisterDomainCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterDomainCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterDomainCommandInput, RegisterDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Registers a new domain.</p>
30
30
  * <p>
31
31
  * <b>Access Control</b>
@@ -94,6 +94,7 @@ declare const RegisterDomainCommand_base: {
94
94
  * @throws {@link SWFServiceException}
95
95
  * <p>Base exception class for all service exceptions from SWF service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class RegisterDomainCommand extends RegisterDomainCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const RegisterWorkflowTypeCommand_base: {
24
24
  new (input: RegisterWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Registers a new <i>workflow type</i> and its configuration settings in
30
30
  * the specified domain.</p>
31
31
  * <p>The retention period for the workflow history is set by the <a>RegisterDomain</a> action.</p>
@@ -121,6 +121,7 @@ declare const RegisterWorkflowTypeCommand_base: {
121
121
  * @throws {@link SWFServiceException}
122
122
  * <p>Base exception class for all service exceptions from SWF service.</p>
123
123
  *
124
+ * @public
124
125
  */
125
126
  export declare class RegisterWorkflowTypeCommand extends RegisterWorkflowTypeCommand_base {
126
127
  }
@@ -22,10 +22,10 @@ export interface RequestCancelWorkflowExecutionCommandOutput extends __MetadataB
22
22
  }
23
23
  declare const RequestCancelWorkflowExecutionCommand_base: {
24
24
  new (input: RequestCancelWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RequestCancelWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Records a <code>WorkflowExecutionCancelRequested</code> event in the currently running
30
30
  * workflow execution identified by the given domain, workflowId, and runId. This logically
31
31
  * requests the cancellation of the workflow execution as a whole. It is up to the decider to
@@ -95,6 +95,7 @@ declare const RequestCancelWorkflowExecutionCommand_base: {
95
95
  * @throws {@link SWFServiceException}
96
96
  * <p>Base exception class for all service exceptions from SWF service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class RequestCancelWorkflowExecutionCommand extends RequestCancelWorkflowExecutionCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface RespondActivityTaskCanceledCommandOutput extends __MetadataBear
22
22
  }
23
23
  declare const RespondActivityTaskCanceledCommand_base: {
24
24
  new (input: RespondActivityTaskCanceledCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RespondActivityTaskCanceledCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Used by workers to tell the service that the <a>ActivityTask</a> identified
30
30
  * by the <code>taskToken</code> was successfully canceled. Additional <code>details</code> can
31
31
  * be provided using the <code>details</code> argument.</p>
@@ -95,6 +95,7 @@ declare const RespondActivityTaskCanceledCommand_base: {
95
95
  * @throws {@link SWFServiceException}
96
96
  * <p>Base exception class for all service exceptions from SWF service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface RespondActivityTaskCompletedCommandOutput extends __MetadataBea
22
22
  }
23
23
  declare const RespondActivityTaskCompletedCommand_base: {
24
24
  new (input: RespondActivityTaskCompletedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RespondActivityTaskCompletedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Used by workers to tell the service that the <a>ActivityTask</a> identified
30
30
  * by the <code>taskToken</code> completed successfully with a <code>result</code> (if provided).
31
31
  * The <code>result</code> appears in the <code>ActivityTaskCompleted</code> event in the
@@ -94,6 +94,7 @@ declare const RespondActivityTaskCompletedCommand_base: {
94
94
  * @throws {@link SWFServiceException}
95
95
  * <p>Base exception class for all service exceptions from SWF service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface RespondActivityTaskFailedCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const RespondActivityTaskFailedCommand_base: {
24
24
  new (input: RespondActivityTaskFailedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RespondActivityTaskFailedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Used by workers to tell the service that the <a>ActivityTask</a> identified
30
30
  * by the <code>taskToken</code> has failed with <code>reason</code> (if specified). The
31
31
  * <code>reason</code> and <code>details</code> appear in the <code>ActivityTaskFailed</code>
@@ -89,6 +89,7 @@ declare const RespondActivityTaskFailedCommand_base: {
89
89
  * @throws {@link SWFServiceException}
90
90
  * <p>Base exception class for all service exceptions from SWF service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_base {
94
95
  }