@aws-sdk/client-swf 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/SWF.d.ts +633 -1549
- package/dist-types/ts3.4/SWFClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +15 -0
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/SWFServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -716
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SWFClient";
|
|
14
14
|
export interface UndeprecateDomainCommandInput extends UndeprecateDomainInput {}
|
|
15
15
|
export interface UndeprecateDomainCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UndeprecateDomainCommand extends $Command<
|
|
18
17
|
UndeprecateDomainCommandInput,
|
|
19
18
|
UndeprecateDomainCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UndeprecateDomainCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UndeprecateDomainCommandInput;
|
|
23
22
|
constructor(input: UndeprecateDomainCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SWFClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UndeprecateWorkflowTypeCommandInput
|
|
|
15
15
|
extends UndeprecateWorkflowTypeInput {}
|
|
16
16
|
export interface UndeprecateWorkflowTypeCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UndeprecateWorkflowTypeCommand extends $Command<
|
|
20
19
|
UndeprecateWorkflowTypeCommandInput,
|
|
21
20
|
UndeprecateWorkflowTypeCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UndeprecateWorkflowTypeCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UndeprecateWorkflowTypeCommandInput;
|
|
25
24
|
constructor(input: UndeprecateWorkflowTypeCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: SWFClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
} from "../SWFClient";
|
|
14
14
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
15
15
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class UntagResourceCommand extends $Command<
|
|
18
17
|
UntagResourceCommandInput,
|
|
19
18
|
UntagResourceCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: UntagResourceCommandInput;
|
|
23
22
|
constructor(input: UntagResourceCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: SWFClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class SWFServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|