@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
@@ -22,10 +22,10 @@ export interface RespondDecisionTaskCompletedCommandOutput extends __MetadataBea
22
22
  }
23
23
  declare const RespondDecisionTaskCompletedCommand_base: {
24
24
  new (input: RespondDecisionTaskCompletedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RespondDecisionTaskCompletedCommandInput): import("@smithy/smithy-client").CommandImpl<RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Used by deciders to tell the service that the <a>DecisionTask</a> identified
30
30
  * by the <code>taskToken</code> has successfully completed. The <code>decisions</code> argument
31
31
  * specifies the list of decisions made while processing the task.</p>
@@ -179,6 +179,7 @@ declare const RespondDecisionTaskCompletedCommand_base: {
179
179
  * @throws {@link SWFServiceException}
180
180
  * <p>Base exception class for all service exceptions from SWF service.</p>
181
181
  *
182
+ * @public
182
183
  */
183
184
  export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_base {
184
185
  }
@@ -22,10 +22,10 @@ export interface SignalWorkflowExecutionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const SignalWorkflowExecutionCommand_base: {
24
24
  new (input: SignalWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SignalWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Records a <code>WorkflowExecutionSignaled</code> event in the workflow execution
30
30
  * history and creates a decision task for the workflow execution identified by the given domain,
31
31
  * workflowId and runId. The event is recorded with the specified user defined signalName and
@@ -96,6 +96,7 @@ declare const SignalWorkflowExecutionCommand_base: {
96
96
  * @throws {@link SWFServiceException}
97
97
  * <p>Base exception class for all service exceptions from SWF service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface StartWorkflowExecutionCommandOutput extends Run, __MetadataBear
22
22
  }
23
23
  declare const StartWorkflowExecutionCommand_base: {
24
24
  new (input: StartWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an execution of the workflow type in the specified domain using the provided
30
30
  * <code>workflowId</code> and input data.</p>
31
31
  * <p>This action returns the newly started workflow execution.</p>
@@ -162,6 +162,7 @@ declare const StartWorkflowExecutionCommand_base: {
162
162
  * @throws {@link SWFServiceException}
163
163
  * <p>Base exception class for all service exceptions from SWF service.</p>
164
164
  *
165
+ * @public
165
166
  */
166
167
  export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base {
167
168
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Add a tag to a Amazon SWF domain.</p>
30
30
  * <note>
31
31
  * <p>Amazon SWF supports a maximum of 50 tags per resource.</p>
@@ -72,6 +72,7 @@ declare const TagResourceCommand_base: {
72
72
  * @throws {@link SWFServiceException}
73
73
  * <p>Base exception class for all service exceptions from SWF service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class TagResourceCommand extends TagResourceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface TerminateWorkflowExecutionCommandOutput extends __MetadataBeare
22
22
  }
23
23
  declare const TerminateWorkflowExecutionCommand_base: {
24
24
  new (input: TerminateWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TerminateWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Records a <code>WorkflowExecutionTerminated</code> event and forces closure of the
30
30
  * workflow execution identified by the given domain, runId, and workflowId. The child policy,
31
31
  * registered with the workflow type or specified when starting this execution, is applied to any
@@ -101,6 +101,7 @@ declare const TerminateWorkflowExecutionCommand_base: {
101
101
  * @throws {@link SWFServiceException}
102
102
  * <p>Base exception class for all service exceptions from SWF service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class TerminateWorkflowExecutionCommand extends TerminateWorkflowExecutionCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface UndeprecateActivityTypeCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UndeprecateActivityTypeCommand_base: {
24
24
  new (input: UndeprecateActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UndeprecateActivityTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Undeprecates a previously deprecated <i>activity type</i>. After an activity type has
30
30
  * been undeprecated, you can create new tasks of that activity type.</p>
31
31
  * <note>
@@ -105,6 +105,7 @@ declare const UndeprecateActivityTypeCommand_base: {
105
105
  * @throws {@link SWFServiceException}
106
106
  * <p>Base exception class for all service exceptions from SWF service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class UndeprecateActivityTypeCommand extends UndeprecateActivityTypeCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface UndeprecateDomainCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UndeprecateDomainCommand_base: {
24
24
  new (input: UndeprecateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UndeprecateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Undeprecates a previously deprecated domain. After a domain has been undeprecated it can be used
30
30
  * to create new workflow executions or register new types.</p>
31
31
  * <note>
@@ -88,6 +88,7 @@ declare const UndeprecateDomainCommand_base: {
88
88
  * @throws {@link SWFServiceException}
89
89
  * <p>Base exception class for all service exceptions from SWF service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class UndeprecateDomainCommand extends UndeprecateDomainCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface UndeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UndeprecateWorkflowTypeCommand_base: {
24
24
  new (input: UndeprecateWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UndeprecateWorkflowTypeCommandInput): import("@smithy/smithy-client").CommandImpl<UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Undeprecates a previously deprecated <i>workflow type</i>. After a workflow type has
30
30
  * been undeprecated, you can create new executions of that type. </p>
31
31
  * <note>
@@ -105,6 +105,7 @@ declare const UndeprecateWorkflowTypeCommand_base: {
105
105
  * @throws {@link SWFServiceException}
106
106
  * <p>Base exception class for all service exceptions from SWF service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class UndeprecateWorkflowTypeCommand extends UndeprecateWorkflowTypeCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Remove a tag from a Amazon SWF domain.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -63,6 +63,7 @@ declare const UntagResourceCommand_base: {
63
63
  * @throws {@link SWFServiceException}
64
64
  * <p>Base exception class for all service exceptions from SWF service.</p>
65
65
  *
66
+ * @public
66
67
  */
67
68
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
69
  }