@aws-sdk/client-swf 3.1077.0 → 3.1079.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/index.js +50 -399
- package/dist-es/commandBuilder.js +10 -0
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +2 -14
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +2 -14
- package/dist-es/commands/CountPendingActivityTasksCommand.js +2 -14
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +2 -14
- package/dist-es/commands/DeleteActivityTypeCommand.js +2 -14
- package/dist-es/commands/DeleteWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/DeprecateActivityTypeCommand.js +2 -14
- package/dist-es/commands/DeprecateDomainCommand.js +2 -14
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/DescribeActivityTypeCommand.js +2 -14
- package/dist-es/commands/DescribeDomainCommand.js +2 -14
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +2 -14
- package/dist-es/commands/ListActivityTypesCommand.js +2 -14
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +2 -14
- package/dist-es/commands/ListDomainsCommand.js +2 -14
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWorkflowTypesCommand.js +2 -14
- package/dist-es/commands/PollForActivityTaskCommand.js +2 -18
- package/dist-es/commands/PollForDecisionTaskCommand.js +2 -18
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +2 -14
- package/dist-es/commands/RegisterActivityTypeCommand.js +2 -14
- package/dist-es/commands/RegisterDomainCommand.js +2 -14
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +2 -14
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +2 -14
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +2 -14
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +2 -14
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/StartWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +2 -14
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +2 -14
- package/dist-es/commands/UndeprecateDomainCommand.js +2 -14
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +22 -0
- package/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +3 -8
- package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +3 -8
- package/dist-types/commands/DeleteActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeprecateDomainCommand.d.ts +3 -8
- package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/DescribeDomainCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +3 -8
- package/dist-types/commands/ListActivityTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWorkflowTypesCommand.d.ts +3 -8
- package/dist-types/commands/PollForActivityTaskCommand.d.ts +3 -8
- package/dist-types/commands/PollForDecisionTaskCommand.d.ts +3 -8
- package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +3 -8
- package/dist-types/commands/RegisterActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/RegisterDomainCommand.d.ts +3 -8
- package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +3 -8
- package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +3 -8
- package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +3 -8
- package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +3 -8
- package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +3 -8
- package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +3 -8
- package/dist-types/commands/UndeprecateDomainCommand.d.ts +3 -8
- package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { RespondActivityTaskCanceledInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SWFClientResolvedConfig,
|
|
8
|
-
} from "../SWFClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RespondActivityTaskCanceledCommandInput
|
|
12
5
|
extends RespondActivityTaskCanceledInput {}
|
|
13
6
|
export interface RespondActivityTaskCanceledCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const RespondActivityTaskCanceledCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
RespondActivityTaskCanceledCommandInput,
|
|
20
13
|
RespondActivityTaskCanceledCommandOutput,
|
|
21
|
-
SWFClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SWFClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: RespondActivityTaskCanceledCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
RespondActivityTaskCanceledCommandInput,
|
|
29
22
|
RespondActivityTaskCanceledCommandOutput,
|
|
30
|
-
SWFClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SWFClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { RespondActivityTaskCompletedInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SWFClientResolvedConfig,
|
|
8
|
-
} from "../SWFClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RespondActivityTaskCompletedCommandInput
|
|
12
5
|
extends RespondActivityTaskCompletedInput {}
|
|
13
6
|
export interface RespondActivityTaskCompletedCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const RespondActivityTaskCompletedCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
RespondActivityTaskCompletedCommandInput,
|
|
20
13
|
RespondActivityTaskCompletedCommandOutput,
|
|
21
|
-
SWFClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SWFClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: RespondActivityTaskCompletedCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
RespondActivityTaskCompletedCommandInput,
|
|
29
22
|
RespondActivityTaskCompletedCommandOutput,
|
|
30
|
-
SWFClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SWFClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { RespondActivityTaskFailedInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SWFClientResolvedConfig,
|
|
8
|
-
} from "../SWFClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RespondActivityTaskFailedCommandInput
|
|
12
5
|
extends RespondActivityTaskFailedInput {}
|
|
13
6
|
export interface RespondActivityTaskFailedCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const RespondActivityTaskFailedCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
RespondActivityTaskFailedCommandInput,
|
|
20
13
|
RespondActivityTaskFailedCommandOutput,
|
|
21
|
-
SWFClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SWFClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: RespondActivityTaskFailedCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
RespondActivityTaskFailedCommandInput,
|
|
29
22
|
RespondActivityTaskFailedCommandOutput,
|
|
30
|
-
SWFClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SWFClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { RespondDecisionTaskCompletedInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SWFClientResolvedConfig,
|
|
8
|
-
} from "../SWFClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface RespondDecisionTaskCompletedCommandInput
|
|
12
5
|
extends RespondDecisionTaskCompletedInput {}
|
|
13
6
|
export interface RespondDecisionTaskCompletedCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const RespondDecisionTaskCompletedCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
RespondDecisionTaskCompletedCommandInput,
|
|
20
13
|
RespondDecisionTaskCompletedCommandOutput,
|
|
21
|
-
SWFClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SWFClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: RespondDecisionTaskCompletedCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
RespondDecisionTaskCompletedCommandInput,
|
|
29
22
|
RespondDecisionTaskCompletedCommandOutput,
|
|
30
|
-
SWFClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SWFClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { SignalWorkflowExecutionInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SWFClientResolvedConfig,
|
|
8
|
-
} from "../SWFClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface SignalWorkflowExecutionCommandInput
|
|
12
5
|
extends SignalWorkflowExecutionInput {}
|
|
13
6
|
export interface SignalWorkflowExecutionCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const SignalWorkflowExecutionCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
SignalWorkflowExecutionCommandInput,
|
|
20
13
|
SignalWorkflowExecutionCommandOutput,
|
|
21
|
-
SWFClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SWFClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: SignalWorkflowExecutionCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
SignalWorkflowExecutionCommandInput,
|
|
29
22
|
SignalWorkflowExecutionCommandOutput,
|
|
30
|
-
SWFClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SWFClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { Run, StartWorkflowExecutionInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SWFClientResolvedConfig,
|
|
8
|
-
} from "../SWFClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface StartWorkflowExecutionCommandInput
|
|
12
5
|
extends StartWorkflowExecutionInput {}
|
|
13
6
|
export interface StartWorkflowExecutionCommandOutput
|
|
@@ -19,22 +12,20 @@ declare const StartWorkflowExecutionCommand_base: {
|
|
|
19
12
|
): import("@smithy/core/client").CommandImpl<
|
|
20
13
|
StartWorkflowExecutionCommandInput,
|
|
21
14
|
StartWorkflowExecutionCommandOutput,
|
|
22
|
-
SWFClientResolvedConfig,
|
|
23
|
-
ServiceInputTypes,
|
|
24
|
-
ServiceOutputTypes
|
|
15
|
+
import("..").SWFClientResolvedConfig,
|
|
16
|
+
import("..").ServiceInputTypes,
|
|
17
|
+
import("..").ServiceOutputTypes
|
|
25
18
|
>;
|
|
26
19
|
new (
|
|
27
20
|
input: StartWorkflowExecutionCommandInput
|
|
28
21
|
): import("@smithy/core/client").CommandImpl<
|
|
29
22
|
StartWorkflowExecutionCommandInput,
|
|
30
23
|
StartWorkflowExecutionCommandOutput,
|
|
31
|
-
SWFClientResolvedConfig,
|
|
32
|
-
ServiceInputTypes,
|
|
33
|
-
ServiceOutputTypes
|
|
24
|
+
import("..").SWFClientResolvedConfig,
|
|
25
|
+
import("..").ServiceInputTypes,
|
|
26
|
+
import("..").ServiceOutputTypes
|
|
34
27
|
>;
|
|
35
|
-
getEndpointParameterInstructions():
|
|
36
|
-
[x: string]: unknown;
|
|
37
|
-
};
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
38
29
|
};
|
|
39
30
|
export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base {
|
|
40
31
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { TagResourceInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SWFClientResolvedConfig,
|
|
8
|
-
} from "../SWFClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceInput {}
|
|
12
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const TagResourceCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const TagResourceCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
TagResourceCommandInput,
|
|
18
11
|
TagResourceCommandOutput,
|
|
19
|
-
SWFClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").SWFClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: TagResourceCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
TagResourceCommandInput,
|
|
27
20
|
TagResourceCommandOutput,
|
|
28
|
-
SWFClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").SWFClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { TerminateWorkflowExecutionInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SWFClientResolvedConfig,
|
|
8
|
-
} from "../SWFClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TerminateWorkflowExecutionCommandInput
|
|
12
5
|
extends TerminateWorkflowExecutionInput {}
|
|
13
6
|
export interface TerminateWorkflowExecutionCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const TerminateWorkflowExecutionCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TerminateWorkflowExecutionCommandInput,
|
|
20
13
|
TerminateWorkflowExecutionCommandOutput,
|
|
21
|
-
SWFClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SWFClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TerminateWorkflowExecutionCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TerminateWorkflowExecutionCommandInput,
|
|
29
22
|
TerminateWorkflowExecutionCommandOutput,
|
|
30
|
-
SWFClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SWFClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class TerminateWorkflowExecutionCommand extends TerminateWorkflowExecutionCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { UndeprecateActivityTypeInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SWFClientResolvedConfig,
|
|
8
|
-
} from "../SWFClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UndeprecateActivityTypeCommandInput
|
|
12
5
|
extends UndeprecateActivityTypeInput {}
|
|
13
6
|
export interface UndeprecateActivityTypeCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const UndeprecateActivityTypeCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UndeprecateActivityTypeCommandInput,
|
|
20
13
|
UndeprecateActivityTypeCommandOutput,
|
|
21
|
-
SWFClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SWFClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UndeprecateActivityTypeCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UndeprecateActivityTypeCommandInput,
|
|
29
22
|
UndeprecateActivityTypeCommandOutput,
|
|
30
|
-
SWFClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SWFClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UndeprecateActivityTypeCommand extends UndeprecateActivityTypeCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { UndeprecateDomainInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SWFClientResolvedConfig,
|
|
8
|
-
} from "../SWFClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UndeprecateDomainCommandInput extends UndeprecateDomainInput {}
|
|
12
5
|
export interface UndeprecateDomainCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const UndeprecateDomainCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const UndeprecateDomainCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
UndeprecateDomainCommandInput,
|
|
18
11
|
UndeprecateDomainCommandOutput,
|
|
19
|
-
SWFClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").SWFClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: UndeprecateDomainCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
UndeprecateDomainCommandInput,
|
|
27
20
|
UndeprecateDomainCommandOutput,
|
|
28
|
-
SWFClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").SWFClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class UndeprecateDomainCommand extends UndeprecateDomainCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { UndeprecateWorkflowTypeInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SWFClientResolvedConfig,
|
|
8
|
-
} from "../SWFClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UndeprecateWorkflowTypeCommandInput
|
|
12
5
|
extends UndeprecateWorkflowTypeInput {}
|
|
13
6
|
export interface UndeprecateWorkflowTypeCommandOutput
|
|
@@ -18,22 +11,20 @@ declare const UndeprecateWorkflowTypeCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UndeprecateWorkflowTypeCommandInput,
|
|
20
13
|
UndeprecateWorkflowTypeCommandOutput,
|
|
21
|
-
SWFClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").SWFClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UndeprecateWorkflowTypeCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UndeprecateWorkflowTypeCommandInput,
|
|
29
22
|
UndeprecateWorkflowTypeCommandOutput,
|
|
30
|
-
SWFClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").SWFClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class UndeprecateWorkflowTypeCommand extends UndeprecateWorkflowTypeCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { UntagResourceInput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
SWFClientResolvedConfig,
|
|
8
|
-
} from "../SWFClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface UntagResourceCommandInput extends UntagResourceInput {}
|
|
12
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
13
6
|
declare const UntagResourceCommand_base: {
|
|
@@ -16,22 +9,20 @@ declare const UntagResourceCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
UntagResourceCommandInput,
|
|
18
11
|
UntagResourceCommandOutput,
|
|
19
|
-
SWFClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").SWFClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
input: UntagResourceCommandInput
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
UntagResourceCommandInput,
|
|
27
20
|
UntagResourceCommandOutput,
|
|
28
|
-
SWFClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").SWFClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { SWFExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-swf",
|
|
3
3
|
"description": "AWS SDK for JavaScript Swf Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1079.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"module": "./dist-es/index.js",
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
27
|
-
"@smithy/core": "^3.
|
|
28
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
29
|
-
"@smithy/node-http-handler": "^4.9.
|
|
30
|
-
"@smithy/types": "^4.15.
|
|
24
|
+
"@aws-sdk/core": "^3.974.27",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
26
|
+
"@aws-sdk/types": "^3.973.15",
|
|
27
|
+
"@smithy/core": "^3.29.0",
|
|
28
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
29
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
30
|
+
"@smithy/types": "^4.15.1",
|
|
31
31
|
"tslib": "^2.6.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|