@aws-sdk/client-swf 3.533.0 → 3.540.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.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/SWF.d.ts +1 -1
- package/dist-types/SWFClient.d.ts +1 -1
- package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +2 -1
- package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +2 -1
- package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +2 -1
- package/dist-types/commands/DeprecateDomainCommand.d.ts +2 -1
- package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeActivityTypeCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +2 -1
- package/dist-types/commands/ListActivityTypesCommand.d.ts +2 -1
- package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
- package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowTypesCommand.d.ts +2 -1
- package/dist-types/commands/PollForActivityTaskCommand.d.ts +2 -1
- package/dist-types/commands/PollForDecisionTaskCommand.d.ts +2 -1
- package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +2 -1
- package/dist-types/commands/RegisterActivityTypeCommand.d.ts +2 -1
- package/dist-types/commands/RegisterDomainCommand.d.ts +2 -1
- package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +2 -1
- package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +2 -1
- package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +2 -1
- package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +2 -1
- package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +2 -1
- package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +2 -1
- package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +2 -1
- package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +2 -1
- package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +2 -1
- package/dist-types/commands/UndeprecateDomainCommand.d.ts +2 -1
- package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +712 -712
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -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
|
}
|
|
@@ -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
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -23,5 +23,4 @@ export { SWFExtensionConfiguration } from "./extensionConfiguration";
|
|
|
23
23
|
export * from "./commands";
|
|
24
24
|
export * from "./pagination";
|
|
25
25
|
export * from "./models";
|
|
26
|
-
import "@aws-sdk/util-endpoints";
|
|
27
26
|
export { SWFServiceException } from "./models/SWFServiceException";
|