@aws-sdk/client-swf 3.1076.0 → 3.1078.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 +53 -401
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteActivityType$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteActivityTypeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "DeleteActivityType", {})
|
|
13
|
-
.n("SWFClient", "DeleteActivityTypeCommand")
|
|
14
|
-
.sc(DeleteActivityType$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteActivityTypeCommand extends command(_ep0, _mw0, "DeleteActivityType", DeleteActivityType$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteWorkflowType$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteWorkflowTypeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "DeleteWorkflowType", {})
|
|
13
|
-
.n("SWFClient", "DeleteWorkflowTypeCommand")
|
|
14
|
-
.sc(DeleteWorkflowType$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteWorkflowTypeCommand extends command(_ep0, _mw0, "DeleteWorkflowType", DeleteWorkflowType$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeprecateActivityType$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeprecateActivityTypeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "DeprecateActivityType", {})
|
|
13
|
-
.n("SWFClient", "DeprecateActivityTypeCommand")
|
|
14
|
-
.sc(DeprecateActivityType$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeprecateActivityTypeCommand extends command(_ep0, _mw0, "DeprecateActivityType", DeprecateActivityType$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeprecateDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeprecateDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "DeprecateDomain", {})
|
|
13
|
-
.n("SWFClient", "DeprecateDomainCommand")
|
|
14
|
-
.sc(DeprecateDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeprecateDomainCommand extends command(_ep0, _mw0, "DeprecateDomain", DeprecateDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeprecateWorkflowType$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeprecateWorkflowTypeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "DeprecateWorkflowType", {})
|
|
13
|
-
.n("SWFClient", "DeprecateWorkflowTypeCommand")
|
|
14
|
-
.sc(DeprecateWorkflowType$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeprecateWorkflowTypeCommand extends command(_ep0, _mw0, "DeprecateWorkflowType", DeprecateWorkflowType$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeActivityType$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeActivityTypeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "DescribeActivityType", {})
|
|
13
|
-
.n("SWFClient", "DescribeActivityTypeCommand")
|
|
14
|
-
.sc(DescribeActivityType$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeActivityTypeCommand extends command(_ep0, _mw0, "DescribeActivityType", DescribeActivityType$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "DescribeDomain", {})
|
|
13
|
-
.n("SWFClient", "DescribeDomainCommand")
|
|
14
|
-
.sc(DescribeDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeDomainCommand extends command(_ep0, _mw0, "DescribeDomain", DescribeDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeWorkflowExecution$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeWorkflowExecutionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "DescribeWorkflowExecution", {})
|
|
13
|
-
.n("SWFClient", "DescribeWorkflowExecutionCommand")
|
|
14
|
-
.sc(DescribeWorkflowExecution$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeWorkflowExecutionCommand extends command(_ep0, _mw0, "DescribeWorkflowExecution", DescribeWorkflowExecution$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeWorkflowType$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeWorkflowTypeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "DescribeWorkflowType", {})
|
|
13
|
-
.n("SWFClient", "DescribeWorkflowTypeCommand")
|
|
14
|
-
.sc(DescribeWorkflowType$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeWorkflowTypeCommand extends command(_ep0, _mw0, "DescribeWorkflowType", DescribeWorkflowType$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetWorkflowExecutionHistory$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetWorkflowExecutionHistoryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "GetWorkflowExecutionHistory", {})
|
|
13
|
-
.n("SWFClient", "GetWorkflowExecutionHistoryCommand")
|
|
14
|
-
.sc(GetWorkflowExecutionHistory$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetWorkflowExecutionHistoryCommand extends command(_ep0, _mw0, "GetWorkflowExecutionHistory", GetWorkflowExecutionHistory$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListActivityTypes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListActivityTypesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "ListActivityTypes", {})
|
|
13
|
-
.n("SWFClient", "ListActivityTypesCommand")
|
|
14
|
-
.sc(ListActivityTypes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListActivityTypesCommand extends command(_ep0, _mw0, "ListActivityTypes", ListActivityTypes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListClosedWorkflowExecutions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListClosedWorkflowExecutionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "ListClosedWorkflowExecutions", {})
|
|
13
|
-
.n("SWFClient", "ListClosedWorkflowExecutionsCommand")
|
|
14
|
-
.sc(ListClosedWorkflowExecutions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListClosedWorkflowExecutionsCommand extends command(_ep0, _mw0, "ListClosedWorkflowExecutions", ListClosedWorkflowExecutions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListDomains$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListDomainsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "ListDomains", {})
|
|
13
|
-
.n("SWFClient", "ListDomainsCommand")
|
|
14
|
-
.sc(ListDomains$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListDomainsCommand extends command(_ep0, _mw0, "ListDomains", ListDomains$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListOpenWorkflowExecutions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListOpenWorkflowExecutionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "ListOpenWorkflowExecutions", {})
|
|
13
|
-
.n("SWFClient", "ListOpenWorkflowExecutionsCommand")
|
|
14
|
-
.sc(ListOpenWorkflowExecutions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListOpenWorkflowExecutionsCommand extends command(_ep0, _mw0, "ListOpenWorkflowExecutions", ListOpenWorkflowExecutions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "ListTagsForResource", {})
|
|
13
|
-
.n("SWFClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListWorkflowTypes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListWorkflowTypesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "ListWorkflowTypes", {})
|
|
13
|
-
.n("SWFClient", "ListWorkflowTypesCommand")
|
|
14
|
-
.sc(ListWorkflowTypes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListWorkflowTypesCommand extends command(_ep0, _mw0, "ListWorkflowTypes", ListWorkflowTypes$) {
|
|
16
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw1, command } from "../commandBuilder";
|
|
5
2
|
import { PollForActivityTask$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class PollForActivityTaskCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getLongPollPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("SimpleWorkflowService", "PollForActivityTask", {})
|
|
17
|
-
.n("SWFClient", "PollForActivityTaskCommand")
|
|
18
|
-
.sc(PollForActivityTask$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class PollForActivityTaskCommand extends command(_ep0, _mw1, "PollForActivityTask", PollForActivityTask$) {
|
|
20
4
|
}
|
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
3
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw1, command } from "../commandBuilder";
|
|
5
2
|
import { PollForDecisionTask$ } from "../schemas/schemas_0";
|
|
6
|
-
export
|
|
7
|
-
export class PollForDecisionTaskCommand extends $Command
|
|
8
|
-
.classBuilder()
|
|
9
|
-
.ep(commonParams)
|
|
10
|
-
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
13
|
-
getLongPollPlugin(config),
|
|
14
|
-
];
|
|
15
|
-
})
|
|
16
|
-
.s("SimpleWorkflowService", "PollForDecisionTask", {})
|
|
17
|
-
.n("SWFClient", "PollForDecisionTaskCommand")
|
|
18
|
-
.sc(PollForDecisionTask$)
|
|
19
|
-
.build() {
|
|
3
|
+
export class PollForDecisionTaskCommand extends command(_ep0, _mw1, "PollForDecisionTask", PollForDecisionTask$) {
|
|
20
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RecordActivityTaskHeartbeat$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RecordActivityTaskHeartbeatCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "RecordActivityTaskHeartbeat", {})
|
|
13
|
-
.n("SWFClient", "RecordActivityTaskHeartbeatCommand")
|
|
14
|
-
.sc(RecordActivityTaskHeartbeat$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RecordActivityTaskHeartbeatCommand extends command(_ep0, _mw0, "RecordActivityTaskHeartbeat", RecordActivityTaskHeartbeat$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RegisterActivityType$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterActivityTypeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "RegisterActivityType", {})
|
|
13
|
-
.n("SWFClient", "RegisterActivityTypeCommand")
|
|
14
|
-
.sc(RegisterActivityType$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterActivityTypeCommand extends command(_ep0, _mw0, "RegisterActivityType", RegisterActivityType$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RegisterDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "RegisterDomain", {})
|
|
13
|
-
.n("SWFClient", "RegisterDomainCommand")
|
|
14
|
-
.sc(RegisterDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterDomainCommand extends command(_ep0, _mw0, "RegisterDomain", RegisterDomain$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RegisterWorkflowType$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterWorkflowTypeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "RegisterWorkflowType", {})
|
|
13
|
-
.n("SWFClient", "RegisterWorkflowTypeCommand")
|
|
14
|
-
.sc(RegisterWorkflowType$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterWorkflowTypeCommand extends command(_ep0, _mw0, "RegisterWorkflowType", RegisterWorkflowType$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RequestCancelWorkflowExecution$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RequestCancelWorkflowExecutionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "RequestCancelWorkflowExecution", {})
|
|
13
|
-
.n("SWFClient", "RequestCancelWorkflowExecutionCommand")
|
|
14
|
-
.sc(RequestCancelWorkflowExecution$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RequestCancelWorkflowExecutionCommand extends command(_ep0, _mw0, "RequestCancelWorkflowExecution", RequestCancelWorkflowExecution$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RespondActivityTaskCanceled$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RespondActivityTaskCanceledCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "RespondActivityTaskCanceled", {})
|
|
13
|
-
.n("SWFClient", "RespondActivityTaskCanceledCommand")
|
|
14
|
-
.sc(RespondActivityTaskCanceled$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RespondActivityTaskCanceledCommand extends command(_ep0, _mw0, "RespondActivityTaskCanceled", RespondActivityTaskCanceled$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RespondActivityTaskCompleted$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RespondActivityTaskCompletedCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "RespondActivityTaskCompleted", {})
|
|
13
|
-
.n("SWFClient", "RespondActivityTaskCompletedCommand")
|
|
14
|
-
.sc(RespondActivityTaskCompleted$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RespondActivityTaskCompletedCommand extends command(_ep0, _mw0, "RespondActivityTaskCompleted", RespondActivityTaskCompleted$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RespondActivityTaskFailed$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RespondActivityTaskFailedCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "RespondActivityTaskFailed", {})
|
|
13
|
-
.n("SWFClient", "RespondActivityTaskFailedCommand")
|
|
14
|
-
.sc(RespondActivityTaskFailed$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RespondActivityTaskFailedCommand extends command(_ep0, _mw0, "RespondActivityTaskFailed", RespondActivityTaskFailed$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { RespondDecisionTaskCompleted$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RespondDecisionTaskCompletedCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "RespondDecisionTaskCompleted", {})
|
|
13
|
-
.n("SWFClient", "RespondDecisionTaskCompletedCommand")
|
|
14
|
-
.sc(RespondDecisionTaskCompleted$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RespondDecisionTaskCompletedCommand extends command(_ep0, _mw0, "RespondDecisionTaskCompleted", RespondDecisionTaskCompleted$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { SignalWorkflowExecution$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SignalWorkflowExecutionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "SignalWorkflowExecution", {})
|
|
13
|
-
.n("SWFClient", "SignalWorkflowExecutionCommand")
|
|
14
|
-
.sc(SignalWorkflowExecution$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SignalWorkflowExecutionCommand extends command(_ep0, _mw0, "SignalWorkflowExecution", SignalWorkflowExecution$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartWorkflowExecution$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartWorkflowExecutionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "StartWorkflowExecution", {})
|
|
13
|
-
.n("SWFClient", "StartWorkflowExecutionCommand")
|
|
14
|
-
.sc(StartWorkflowExecution$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartWorkflowExecutionCommand extends command(_ep0, _mw0, "StartWorkflowExecution", StartWorkflowExecution$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "TagResource", {})
|
|
13
|
-
.n("SWFClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TerminateWorkflowExecution$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TerminateWorkflowExecutionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "TerminateWorkflowExecution", {})
|
|
13
|
-
.n("SWFClient", "TerminateWorkflowExecutionCommand")
|
|
14
|
-
.sc(TerminateWorkflowExecution$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TerminateWorkflowExecutionCommand extends command(_ep0, _mw0, "TerminateWorkflowExecution", TerminateWorkflowExecution$) {
|
|
16
4
|
}
|