@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
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin, getLongPollPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_0Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultSWFHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1614,6 +1616,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1614
1616
|
serviceTarget: "SimpleWorkflowService",
|
|
1615
1617
|
},
|
|
1616
1618
|
serviceId: config?.serviceId ?? "SWF",
|
|
1619
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1617
1620
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1618
1621
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1619
1622
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1647,7 +1650,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1647
1650
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1648
1651
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1649
1652
|
}, config),
|
|
1650
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1651
1653
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1652
1654
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1653
1655
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1735,478 +1737,128 @@ class SWFClient extends Client {
|
|
|
1735
1737
|
}
|
|
1736
1738
|
}
|
|
1737
1739
|
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
.sc(CountClosedWorkflowExecutions$)
|
|
1747
|
-
.build() {
|
|
1740
|
+
const command = makeBuilder(commonParams, "SimpleWorkflowService", "SWFClient", getEndpointPlugin);
|
|
1741
|
+
const _ep0 = {};
|
|
1742
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1743
|
+
const _mw1 = (Command, cs, config, o) => [
|
|
1744
|
+
getLongPollPlugin(config),
|
|
1745
|
+
];
|
|
1746
|
+
|
|
1747
|
+
class CountClosedWorkflowExecutionsCommand extends command(_ep0, _mw0, "CountClosedWorkflowExecutions", CountClosedWorkflowExecutions$) {
|
|
1748
1748
|
}
|
|
1749
1749
|
|
|
1750
|
-
class CountOpenWorkflowExecutionsCommand extends
|
|
1751
|
-
.classBuilder()
|
|
1752
|
-
.ep(commonParams)
|
|
1753
|
-
.m(function (Command, cs, config, o) {
|
|
1754
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1755
|
-
})
|
|
1756
|
-
.s("SimpleWorkflowService", "CountOpenWorkflowExecutions", {})
|
|
1757
|
-
.n("SWFClient", "CountOpenWorkflowExecutionsCommand")
|
|
1758
|
-
.sc(CountOpenWorkflowExecutions$)
|
|
1759
|
-
.build() {
|
|
1750
|
+
class CountOpenWorkflowExecutionsCommand extends command(_ep0, _mw0, "CountOpenWorkflowExecutions", CountOpenWorkflowExecutions$) {
|
|
1760
1751
|
}
|
|
1761
1752
|
|
|
1762
|
-
class CountPendingActivityTasksCommand extends
|
|
1763
|
-
.classBuilder()
|
|
1764
|
-
.ep(commonParams)
|
|
1765
|
-
.m(function (Command, cs, config, o) {
|
|
1766
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1767
|
-
})
|
|
1768
|
-
.s("SimpleWorkflowService", "CountPendingActivityTasks", {})
|
|
1769
|
-
.n("SWFClient", "CountPendingActivityTasksCommand")
|
|
1770
|
-
.sc(CountPendingActivityTasks$)
|
|
1771
|
-
.build() {
|
|
1753
|
+
class CountPendingActivityTasksCommand extends command(_ep0, _mw0, "CountPendingActivityTasks", CountPendingActivityTasks$) {
|
|
1772
1754
|
}
|
|
1773
1755
|
|
|
1774
|
-
class CountPendingDecisionTasksCommand extends
|
|
1775
|
-
.classBuilder()
|
|
1776
|
-
.ep(commonParams)
|
|
1777
|
-
.m(function (Command, cs, config, o) {
|
|
1778
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1779
|
-
})
|
|
1780
|
-
.s("SimpleWorkflowService", "CountPendingDecisionTasks", {})
|
|
1781
|
-
.n("SWFClient", "CountPendingDecisionTasksCommand")
|
|
1782
|
-
.sc(CountPendingDecisionTasks$)
|
|
1783
|
-
.build() {
|
|
1756
|
+
class CountPendingDecisionTasksCommand extends command(_ep0, _mw0, "CountPendingDecisionTasks", CountPendingDecisionTasks$) {
|
|
1784
1757
|
}
|
|
1785
1758
|
|
|
1786
|
-
class DeleteActivityTypeCommand extends
|
|
1787
|
-
.classBuilder()
|
|
1788
|
-
.ep(commonParams)
|
|
1789
|
-
.m(function (Command, cs, config, o) {
|
|
1790
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1791
|
-
})
|
|
1792
|
-
.s("SimpleWorkflowService", "DeleteActivityType", {})
|
|
1793
|
-
.n("SWFClient", "DeleteActivityTypeCommand")
|
|
1794
|
-
.sc(DeleteActivityType$)
|
|
1795
|
-
.build() {
|
|
1759
|
+
class DeleteActivityTypeCommand extends command(_ep0, _mw0, "DeleteActivityType", DeleteActivityType$) {
|
|
1796
1760
|
}
|
|
1797
1761
|
|
|
1798
|
-
class DeleteWorkflowTypeCommand extends
|
|
1799
|
-
.classBuilder()
|
|
1800
|
-
.ep(commonParams)
|
|
1801
|
-
.m(function (Command, cs, config, o) {
|
|
1802
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1803
|
-
})
|
|
1804
|
-
.s("SimpleWorkflowService", "DeleteWorkflowType", {})
|
|
1805
|
-
.n("SWFClient", "DeleteWorkflowTypeCommand")
|
|
1806
|
-
.sc(DeleteWorkflowType$)
|
|
1807
|
-
.build() {
|
|
1762
|
+
class DeleteWorkflowTypeCommand extends command(_ep0, _mw0, "DeleteWorkflowType", DeleteWorkflowType$) {
|
|
1808
1763
|
}
|
|
1809
1764
|
|
|
1810
|
-
class DeprecateActivityTypeCommand extends
|
|
1811
|
-
.classBuilder()
|
|
1812
|
-
.ep(commonParams)
|
|
1813
|
-
.m(function (Command, cs, config, o) {
|
|
1814
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1815
|
-
})
|
|
1816
|
-
.s("SimpleWorkflowService", "DeprecateActivityType", {})
|
|
1817
|
-
.n("SWFClient", "DeprecateActivityTypeCommand")
|
|
1818
|
-
.sc(DeprecateActivityType$)
|
|
1819
|
-
.build() {
|
|
1765
|
+
class DeprecateActivityTypeCommand extends command(_ep0, _mw0, "DeprecateActivityType", DeprecateActivityType$) {
|
|
1820
1766
|
}
|
|
1821
1767
|
|
|
1822
|
-
class DeprecateDomainCommand extends
|
|
1823
|
-
.classBuilder()
|
|
1824
|
-
.ep(commonParams)
|
|
1825
|
-
.m(function (Command, cs, config, o) {
|
|
1826
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1827
|
-
})
|
|
1828
|
-
.s("SimpleWorkflowService", "DeprecateDomain", {})
|
|
1829
|
-
.n("SWFClient", "DeprecateDomainCommand")
|
|
1830
|
-
.sc(DeprecateDomain$)
|
|
1831
|
-
.build() {
|
|
1768
|
+
class DeprecateDomainCommand extends command(_ep0, _mw0, "DeprecateDomain", DeprecateDomain$) {
|
|
1832
1769
|
}
|
|
1833
1770
|
|
|
1834
|
-
class DeprecateWorkflowTypeCommand extends
|
|
1835
|
-
.classBuilder()
|
|
1836
|
-
.ep(commonParams)
|
|
1837
|
-
.m(function (Command, cs, config, o) {
|
|
1838
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1839
|
-
})
|
|
1840
|
-
.s("SimpleWorkflowService", "DeprecateWorkflowType", {})
|
|
1841
|
-
.n("SWFClient", "DeprecateWorkflowTypeCommand")
|
|
1842
|
-
.sc(DeprecateWorkflowType$)
|
|
1843
|
-
.build() {
|
|
1771
|
+
class DeprecateWorkflowTypeCommand extends command(_ep0, _mw0, "DeprecateWorkflowType", DeprecateWorkflowType$) {
|
|
1844
1772
|
}
|
|
1845
1773
|
|
|
1846
|
-
class DescribeActivityTypeCommand extends
|
|
1847
|
-
.classBuilder()
|
|
1848
|
-
.ep(commonParams)
|
|
1849
|
-
.m(function (Command, cs, config, o) {
|
|
1850
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1851
|
-
})
|
|
1852
|
-
.s("SimpleWorkflowService", "DescribeActivityType", {})
|
|
1853
|
-
.n("SWFClient", "DescribeActivityTypeCommand")
|
|
1854
|
-
.sc(DescribeActivityType$)
|
|
1855
|
-
.build() {
|
|
1774
|
+
class DescribeActivityTypeCommand extends command(_ep0, _mw0, "DescribeActivityType", DescribeActivityType$) {
|
|
1856
1775
|
}
|
|
1857
1776
|
|
|
1858
|
-
class DescribeDomainCommand extends
|
|
1859
|
-
.classBuilder()
|
|
1860
|
-
.ep(commonParams)
|
|
1861
|
-
.m(function (Command, cs, config, o) {
|
|
1862
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1863
|
-
})
|
|
1864
|
-
.s("SimpleWorkflowService", "DescribeDomain", {})
|
|
1865
|
-
.n("SWFClient", "DescribeDomainCommand")
|
|
1866
|
-
.sc(DescribeDomain$)
|
|
1867
|
-
.build() {
|
|
1777
|
+
class DescribeDomainCommand extends command(_ep0, _mw0, "DescribeDomain", DescribeDomain$) {
|
|
1868
1778
|
}
|
|
1869
1779
|
|
|
1870
|
-
class DescribeWorkflowExecutionCommand extends
|
|
1871
|
-
.classBuilder()
|
|
1872
|
-
.ep(commonParams)
|
|
1873
|
-
.m(function (Command, cs, config, o) {
|
|
1874
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1875
|
-
})
|
|
1876
|
-
.s("SimpleWorkflowService", "DescribeWorkflowExecution", {})
|
|
1877
|
-
.n("SWFClient", "DescribeWorkflowExecutionCommand")
|
|
1878
|
-
.sc(DescribeWorkflowExecution$)
|
|
1879
|
-
.build() {
|
|
1780
|
+
class DescribeWorkflowExecutionCommand extends command(_ep0, _mw0, "DescribeWorkflowExecution", DescribeWorkflowExecution$) {
|
|
1880
1781
|
}
|
|
1881
1782
|
|
|
1882
|
-
class DescribeWorkflowTypeCommand extends
|
|
1883
|
-
.classBuilder()
|
|
1884
|
-
.ep(commonParams)
|
|
1885
|
-
.m(function (Command, cs, config, o) {
|
|
1886
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1887
|
-
})
|
|
1888
|
-
.s("SimpleWorkflowService", "DescribeWorkflowType", {})
|
|
1889
|
-
.n("SWFClient", "DescribeWorkflowTypeCommand")
|
|
1890
|
-
.sc(DescribeWorkflowType$)
|
|
1891
|
-
.build() {
|
|
1783
|
+
class DescribeWorkflowTypeCommand extends command(_ep0, _mw0, "DescribeWorkflowType", DescribeWorkflowType$) {
|
|
1892
1784
|
}
|
|
1893
1785
|
|
|
1894
|
-
class GetWorkflowExecutionHistoryCommand extends
|
|
1895
|
-
.classBuilder()
|
|
1896
|
-
.ep(commonParams)
|
|
1897
|
-
.m(function (Command, cs, config, o) {
|
|
1898
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1899
|
-
})
|
|
1900
|
-
.s("SimpleWorkflowService", "GetWorkflowExecutionHistory", {})
|
|
1901
|
-
.n("SWFClient", "GetWorkflowExecutionHistoryCommand")
|
|
1902
|
-
.sc(GetWorkflowExecutionHistory$)
|
|
1903
|
-
.build() {
|
|
1786
|
+
class GetWorkflowExecutionHistoryCommand extends command(_ep0, _mw0, "GetWorkflowExecutionHistory", GetWorkflowExecutionHistory$) {
|
|
1904
1787
|
}
|
|
1905
1788
|
|
|
1906
|
-
class ListActivityTypesCommand extends
|
|
1907
|
-
.classBuilder()
|
|
1908
|
-
.ep(commonParams)
|
|
1909
|
-
.m(function (Command, cs, config, o) {
|
|
1910
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1911
|
-
})
|
|
1912
|
-
.s("SimpleWorkflowService", "ListActivityTypes", {})
|
|
1913
|
-
.n("SWFClient", "ListActivityTypesCommand")
|
|
1914
|
-
.sc(ListActivityTypes$)
|
|
1915
|
-
.build() {
|
|
1789
|
+
class ListActivityTypesCommand extends command(_ep0, _mw0, "ListActivityTypes", ListActivityTypes$) {
|
|
1916
1790
|
}
|
|
1917
1791
|
|
|
1918
|
-
class ListClosedWorkflowExecutionsCommand extends
|
|
1919
|
-
.classBuilder()
|
|
1920
|
-
.ep(commonParams)
|
|
1921
|
-
.m(function (Command, cs, config, o) {
|
|
1922
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1923
|
-
})
|
|
1924
|
-
.s("SimpleWorkflowService", "ListClosedWorkflowExecutions", {})
|
|
1925
|
-
.n("SWFClient", "ListClosedWorkflowExecutionsCommand")
|
|
1926
|
-
.sc(ListClosedWorkflowExecutions$)
|
|
1927
|
-
.build() {
|
|
1792
|
+
class ListClosedWorkflowExecutionsCommand extends command(_ep0, _mw0, "ListClosedWorkflowExecutions", ListClosedWorkflowExecutions$) {
|
|
1928
1793
|
}
|
|
1929
1794
|
|
|
1930
|
-
class ListDomainsCommand extends
|
|
1931
|
-
.classBuilder()
|
|
1932
|
-
.ep(commonParams)
|
|
1933
|
-
.m(function (Command, cs, config, o) {
|
|
1934
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1935
|
-
})
|
|
1936
|
-
.s("SimpleWorkflowService", "ListDomains", {})
|
|
1937
|
-
.n("SWFClient", "ListDomainsCommand")
|
|
1938
|
-
.sc(ListDomains$)
|
|
1939
|
-
.build() {
|
|
1795
|
+
class ListDomainsCommand extends command(_ep0, _mw0, "ListDomains", ListDomains$) {
|
|
1940
1796
|
}
|
|
1941
1797
|
|
|
1942
|
-
class ListOpenWorkflowExecutionsCommand extends
|
|
1943
|
-
.classBuilder()
|
|
1944
|
-
.ep(commonParams)
|
|
1945
|
-
.m(function (Command, cs, config, o) {
|
|
1946
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1947
|
-
})
|
|
1948
|
-
.s("SimpleWorkflowService", "ListOpenWorkflowExecutions", {})
|
|
1949
|
-
.n("SWFClient", "ListOpenWorkflowExecutionsCommand")
|
|
1950
|
-
.sc(ListOpenWorkflowExecutions$)
|
|
1951
|
-
.build() {
|
|
1798
|
+
class ListOpenWorkflowExecutionsCommand extends command(_ep0, _mw0, "ListOpenWorkflowExecutions", ListOpenWorkflowExecutions$) {
|
|
1952
1799
|
}
|
|
1953
1800
|
|
|
1954
|
-
class ListTagsForResourceCommand extends
|
|
1955
|
-
.classBuilder()
|
|
1956
|
-
.ep(commonParams)
|
|
1957
|
-
.m(function (Command, cs, config, o) {
|
|
1958
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1959
|
-
})
|
|
1960
|
-
.s("SimpleWorkflowService", "ListTagsForResource", {})
|
|
1961
|
-
.n("SWFClient", "ListTagsForResourceCommand")
|
|
1962
|
-
.sc(ListTagsForResource$)
|
|
1963
|
-
.build() {
|
|
1801
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1964
1802
|
}
|
|
1965
1803
|
|
|
1966
|
-
class ListWorkflowTypesCommand extends
|
|
1967
|
-
.classBuilder()
|
|
1968
|
-
.ep(commonParams)
|
|
1969
|
-
.m(function (Command, cs, config, o) {
|
|
1970
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1971
|
-
})
|
|
1972
|
-
.s("SimpleWorkflowService", "ListWorkflowTypes", {})
|
|
1973
|
-
.n("SWFClient", "ListWorkflowTypesCommand")
|
|
1974
|
-
.sc(ListWorkflowTypes$)
|
|
1975
|
-
.build() {
|
|
1804
|
+
class ListWorkflowTypesCommand extends command(_ep0, _mw0, "ListWorkflowTypes", ListWorkflowTypes$) {
|
|
1976
1805
|
}
|
|
1977
1806
|
|
|
1978
|
-
class PollForActivityTaskCommand extends
|
|
1979
|
-
.classBuilder()
|
|
1980
|
-
.ep(commonParams)
|
|
1981
|
-
.m(function (Command, cs, config, o) {
|
|
1982
|
-
return [
|
|
1983
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1984
|
-
getLongPollPlugin(config),
|
|
1985
|
-
];
|
|
1986
|
-
})
|
|
1987
|
-
.s("SimpleWorkflowService", "PollForActivityTask", {})
|
|
1988
|
-
.n("SWFClient", "PollForActivityTaskCommand")
|
|
1989
|
-
.sc(PollForActivityTask$)
|
|
1990
|
-
.build() {
|
|
1807
|
+
class PollForActivityTaskCommand extends command(_ep0, _mw1, "PollForActivityTask", PollForActivityTask$) {
|
|
1991
1808
|
}
|
|
1992
1809
|
|
|
1993
|
-
class PollForDecisionTaskCommand extends
|
|
1994
|
-
.classBuilder()
|
|
1995
|
-
.ep(commonParams)
|
|
1996
|
-
.m(function (Command, cs, config, o) {
|
|
1997
|
-
return [
|
|
1998
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1999
|
-
getLongPollPlugin(config),
|
|
2000
|
-
];
|
|
2001
|
-
})
|
|
2002
|
-
.s("SimpleWorkflowService", "PollForDecisionTask", {})
|
|
2003
|
-
.n("SWFClient", "PollForDecisionTaskCommand")
|
|
2004
|
-
.sc(PollForDecisionTask$)
|
|
2005
|
-
.build() {
|
|
1810
|
+
class PollForDecisionTaskCommand extends command(_ep0, _mw1, "PollForDecisionTask", PollForDecisionTask$) {
|
|
2006
1811
|
}
|
|
2007
1812
|
|
|
2008
|
-
class RecordActivityTaskHeartbeatCommand extends
|
|
2009
|
-
.classBuilder()
|
|
2010
|
-
.ep(commonParams)
|
|
2011
|
-
.m(function (Command, cs, config, o) {
|
|
2012
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2013
|
-
})
|
|
2014
|
-
.s("SimpleWorkflowService", "RecordActivityTaskHeartbeat", {})
|
|
2015
|
-
.n("SWFClient", "RecordActivityTaskHeartbeatCommand")
|
|
2016
|
-
.sc(RecordActivityTaskHeartbeat$)
|
|
2017
|
-
.build() {
|
|
1813
|
+
class RecordActivityTaskHeartbeatCommand extends command(_ep0, _mw0, "RecordActivityTaskHeartbeat", RecordActivityTaskHeartbeat$) {
|
|
2018
1814
|
}
|
|
2019
1815
|
|
|
2020
|
-
class RegisterActivityTypeCommand extends
|
|
2021
|
-
.classBuilder()
|
|
2022
|
-
.ep(commonParams)
|
|
2023
|
-
.m(function (Command, cs, config, o) {
|
|
2024
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2025
|
-
})
|
|
2026
|
-
.s("SimpleWorkflowService", "RegisterActivityType", {})
|
|
2027
|
-
.n("SWFClient", "RegisterActivityTypeCommand")
|
|
2028
|
-
.sc(RegisterActivityType$)
|
|
2029
|
-
.build() {
|
|
1816
|
+
class RegisterActivityTypeCommand extends command(_ep0, _mw0, "RegisterActivityType", RegisterActivityType$) {
|
|
2030
1817
|
}
|
|
2031
1818
|
|
|
2032
|
-
class RegisterDomainCommand extends
|
|
2033
|
-
.classBuilder()
|
|
2034
|
-
.ep(commonParams)
|
|
2035
|
-
.m(function (Command, cs, config, o) {
|
|
2036
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2037
|
-
})
|
|
2038
|
-
.s("SimpleWorkflowService", "RegisterDomain", {})
|
|
2039
|
-
.n("SWFClient", "RegisterDomainCommand")
|
|
2040
|
-
.sc(RegisterDomain$)
|
|
2041
|
-
.build() {
|
|
1819
|
+
class RegisterDomainCommand extends command(_ep0, _mw0, "RegisterDomain", RegisterDomain$) {
|
|
2042
1820
|
}
|
|
2043
1821
|
|
|
2044
|
-
class RegisterWorkflowTypeCommand extends
|
|
2045
|
-
.classBuilder()
|
|
2046
|
-
.ep(commonParams)
|
|
2047
|
-
.m(function (Command, cs, config, o) {
|
|
2048
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2049
|
-
})
|
|
2050
|
-
.s("SimpleWorkflowService", "RegisterWorkflowType", {})
|
|
2051
|
-
.n("SWFClient", "RegisterWorkflowTypeCommand")
|
|
2052
|
-
.sc(RegisterWorkflowType$)
|
|
2053
|
-
.build() {
|
|
1822
|
+
class RegisterWorkflowTypeCommand extends command(_ep0, _mw0, "RegisterWorkflowType", RegisterWorkflowType$) {
|
|
2054
1823
|
}
|
|
2055
1824
|
|
|
2056
|
-
class RequestCancelWorkflowExecutionCommand extends
|
|
2057
|
-
.classBuilder()
|
|
2058
|
-
.ep(commonParams)
|
|
2059
|
-
.m(function (Command, cs, config, o) {
|
|
2060
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2061
|
-
})
|
|
2062
|
-
.s("SimpleWorkflowService", "RequestCancelWorkflowExecution", {})
|
|
2063
|
-
.n("SWFClient", "RequestCancelWorkflowExecutionCommand")
|
|
2064
|
-
.sc(RequestCancelWorkflowExecution$)
|
|
2065
|
-
.build() {
|
|
1825
|
+
class RequestCancelWorkflowExecutionCommand extends command(_ep0, _mw0, "RequestCancelWorkflowExecution", RequestCancelWorkflowExecution$) {
|
|
2066
1826
|
}
|
|
2067
1827
|
|
|
2068
|
-
class RespondActivityTaskCanceledCommand extends
|
|
2069
|
-
.classBuilder()
|
|
2070
|
-
.ep(commonParams)
|
|
2071
|
-
.m(function (Command, cs, config, o) {
|
|
2072
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2073
|
-
})
|
|
2074
|
-
.s("SimpleWorkflowService", "RespondActivityTaskCanceled", {})
|
|
2075
|
-
.n("SWFClient", "RespondActivityTaskCanceledCommand")
|
|
2076
|
-
.sc(RespondActivityTaskCanceled$)
|
|
2077
|
-
.build() {
|
|
1828
|
+
class RespondActivityTaskCanceledCommand extends command(_ep0, _mw0, "RespondActivityTaskCanceled", RespondActivityTaskCanceled$) {
|
|
2078
1829
|
}
|
|
2079
1830
|
|
|
2080
|
-
class RespondActivityTaskCompletedCommand extends
|
|
2081
|
-
.classBuilder()
|
|
2082
|
-
.ep(commonParams)
|
|
2083
|
-
.m(function (Command, cs, config, o) {
|
|
2084
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2085
|
-
})
|
|
2086
|
-
.s("SimpleWorkflowService", "RespondActivityTaskCompleted", {})
|
|
2087
|
-
.n("SWFClient", "RespondActivityTaskCompletedCommand")
|
|
2088
|
-
.sc(RespondActivityTaskCompleted$)
|
|
2089
|
-
.build() {
|
|
1831
|
+
class RespondActivityTaskCompletedCommand extends command(_ep0, _mw0, "RespondActivityTaskCompleted", RespondActivityTaskCompleted$) {
|
|
2090
1832
|
}
|
|
2091
1833
|
|
|
2092
|
-
class RespondActivityTaskFailedCommand extends
|
|
2093
|
-
.classBuilder()
|
|
2094
|
-
.ep(commonParams)
|
|
2095
|
-
.m(function (Command, cs, config, o) {
|
|
2096
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2097
|
-
})
|
|
2098
|
-
.s("SimpleWorkflowService", "RespondActivityTaskFailed", {})
|
|
2099
|
-
.n("SWFClient", "RespondActivityTaskFailedCommand")
|
|
2100
|
-
.sc(RespondActivityTaskFailed$)
|
|
2101
|
-
.build() {
|
|
1834
|
+
class RespondActivityTaskFailedCommand extends command(_ep0, _mw0, "RespondActivityTaskFailed", RespondActivityTaskFailed$) {
|
|
2102
1835
|
}
|
|
2103
1836
|
|
|
2104
|
-
class RespondDecisionTaskCompletedCommand extends
|
|
2105
|
-
.classBuilder()
|
|
2106
|
-
.ep(commonParams)
|
|
2107
|
-
.m(function (Command, cs, config, o) {
|
|
2108
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2109
|
-
})
|
|
2110
|
-
.s("SimpleWorkflowService", "RespondDecisionTaskCompleted", {})
|
|
2111
|
-
.n("SWFClient", "RespondDecisionTaskCompletedCommand")
|
|
2112
|
-
.sc(RespondDecisionTaskCompleted$)
|
|
2113
|
-
.build() {
|
|
1837
|
+
class RespondDecisionTaskCompletedCommand extends command(_ep0, _mw0, "RespondDecisionTaskCompleted", RespondDecisionTaskCompleted$) {
|
|
2114
1838
|
}
|
|
2115
1839
|
|
|
2116
|
-
class SignalWorkflowExecutionCommand extends
|
|
2117
|
-
.classBuilder()
|
|
2118
|
-
.ep(commonParams)
|
|
2119
|
-
.m(function (Command, cs, config, o) {
|
|
2120
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2121
|
-
})
|
|
2122
|
-
.s("SimpleWorkflowService", "SignalWorkflowExecution", {})
|
|
2123
|
-
.n("SWFClient", "SignalWorkflowExecutionCommand")
|
|
2124
|
-
.sc(SignalWorkflowExecution$)
|
|
2125
|
-
.build() {
|
|
1840
|
+
class SignalWorkflowExecutionCommand extends command(_ep0, _mw0, "SignalWorkflowExecution", SignalWorkflowExecution$) {
|
|
2126
1841
|
}
|
|
2127
1842
|
|
|
2128
|
-
class StartWorkflowExecutionCommand extends
|
|
2129
|
-
.classBuilder()
|
|
2130
|
-
.ep(commonParams)
|
|
2131
|
-
.m(function (Command, cs, config, o) {
|
|
2132
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2133
|
-
})
|
|
2134
|
-
.s("SimpleWorkflowService", "StartWorkflowExecution", {})
|
|
2135
|
-
.n("SWFClient", "StartWorkflowExecutionCommand")
|
|
2136
|
-
.sc(StartWorkflowExecution$)
|
|
2137
|
-
.build() {
|
|
1843
|
+
class StartWorkflowExecutionCommand extends command(_ep0, _mw0, "StartWorkflowExecution", StartWorkflowExecution$) {
|
|
2138
1844
|
}
|
|
2139
1845
|
|
|
2140
|
-
class TagResourceCommand extends
|
|
2141
|
-
.classBuilder()
|
|
2142
|
-
.ep(commonParams)
|
|
2143
|
-
.m(function (Command, cs, config, o) {
|
|
2144
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2145
|
-
})
|
|
2146
|
-
.s("SimpleWorkflowService", "TagResource", {})
|
|
2147
|
-
.n("SWFClient", "TagResourceCommand")
|
|
2148
|
-
.sc(TagResource$)
|
|
2149
|
-
.build() {
|
|
1846
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2150
1847
|
}
|
|
2151
1848
|
|
|
2152
|
-
class TerminateWorkflowExecutionCommand extends
|
|
2153
|
-
.classBuilder()
|
|
2154
|
-
.ep(commonParams)
|
|
2155
|
-
.m(function (Command, cs, config, o) {
|
|
2156
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2157
|
-
})
|
|
2158
|
-
.s("SimpleWorkflowService", "TerminateWorkflowExecution", {})
|
|
2159
|
-
.n("SWFClient", "TerminateWorkflowExecutionCommand")
|
|
2160
|
-
.sc(TerminateWorkflowExecution$)
|
|
2161
|
-
.build() {
|
|
1849
|
+
class TerminateWorkflowExecutionCommand extends command(_ep0, _mw0, "TerminateWorkflowExecution", TerminateWorkflowExecution$) {
|
|
2162
1850
|
}
|
|
2163
1851
|
|
|
2164
|
-
class UndeprecateActivityTypeCommand extends
|
|
2165
|
-
.classBuilder()
|
|
2166
|
-
.ep(commonParams)
|
|
2167
|
-
.m(function (Command, cs, config, o) {
|
|
2168
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2169
|
-
})
|
|
2170
|
-
.s("SimpleWorkflowService", "UndeprecateActivityType", {})
|
|
2171
|
-
.n("SWFClient", "UndeprecateActivityTypeCommand")
|
|
2172
|
-
.sc(UndeprecateActivityType$)
|
|
2173
|
-
.build() {
|
|
1852
|
+
class UndeprecateActivityTypeCommand extends command(_ep0, _mw0, "UndeprecateActivityType", UndeprecateActivityType$) {
|
|
2174
1853
|
}
|
|
2175
1854
|
|
|
2176
|
-
class UndeprecateDomainCommand extends
|
|
2177
|
-
.classBuilder()
|
|
2178
|
-
.ep(commonParams)
|
|
2179
|
-
.m(function (Command, cs, config, o) {
|
|
2180
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2181
|
-
})
|
|
2182
|
-
.s("SimpleWorkflowService", "UndeprecateDomain", {})
|
|
2183
|
-
.n("SWFClient", "UndeprecateDomainCommand")
|
|
2184
|
-
.sc(UndeprecateDomain$)
|
|
2185
|
-
.build() {
|
|
1855
|
+
class UndeprecateDomainCommand extends command(_ep0, _mw0, "UndeprecateDomain", UndeprecateDomain$) {
|
|
2186
1856
|
}
|
|
2187
1857
|
|
|
2188
|
-
class UndeprecateWorkflowTypeCommand extends
|
|
2189
|
-
.classBuilder()
|
|
2190
|
-
.ep(commonParams)
|
|
2191
|
-
.m(function (Command, cs, config, o) {
|
|
2192
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2193
|
-
})
|
|
2194
|
-
.s("SimpleWorkflowService", "UndeprecateWorkflowType", {})
|
|
2195
|
-
.n("SWFClient", "UndeprecateWorkflowTypeCommand")
|
|
2196
|
-
.sc(UndeprecateWorkflowType$)
|
|
2197
|
-
.build() {
|
|
1858
|
+
class UndeprecateWorkflowTypeCommand extends command(_ep0, _mw0, "UndeprecateWorkflowType", UndeprecateWorkflowType$) {
|
|
2198
1859
|
}
|
|
2199
1860
|
|
|
2200
|
-
class UntagResourceCommand extends
|
|
2201
|
-
.classBuilder()
|
|
2202
|
-
.ep(commonParams)
|
|
2203
|
-
.m(function (Command, cs, config, o) {
|
|
2204
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2205
|
-
})
|
|
2206
|
-
.s("SimpleWorkflowService", "UntagResource", {})
|
|
2207
|
-
.n("SWFClient", "UntagResourceCommand")
|
|
2208
|
-
.sc(UntagResource$)
|
|
2209
|
-
.build() {
|
|
1861
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2210
1862
|
}
|
|
2211
1863
|
|
|
2212
1864
|
const paginateGetWorkflowExecutionHistory = createPaginator(SWFClient, GetWorkflowExecutionHistoryCommand, "nextPageToken", "nextPageToken", "maximumPageSize");
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { getLongPollPlugin } from "@aws-sdk/core/client";
|
|
2
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
3
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
5
|
+
export const command = makeBuilder(commonParams, "SimpleWorkflowService", "SWFClient", getEndpointPlugin);
|
|
6
|
+
export const _ep0 = {};
|
|
7
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
8
|
+
export const _mw1 = (Command, cs, config, o) => [
|
|
9
|
+
getLongPollPlugin(config),
|
|
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 { CountClosedWorkflowExecutions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CountClosedWorkflowExecutionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "CountClosedWorkflowExecutions", {})
|
|
13
|
-
.n("SWFClient", "CountClosedWorkflowExecutionsCommand")
|
|
14
|
-
.sc(CountClosedWorkflowExecutions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CountClosedWorkflowExecutionsCommand extends command(_ep0, _mw0, "CountClosedWorkflowExecutions", CountClosedWorkflowExecutions$) {
|
|
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 { CountOpenWorkflowExecutions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CountOpenWorkflowExecutionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "CountOpenWorkflowExecutions", {})
|
|
13
|
-
.n("SWFClient", "CountOpenWorkflowExecutionsCommand")
|
|
14
|
-
.sc(CountOpenWorkflowExecutions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CountOpenWorkflowExecutionsCommand extends command(_ep0, _mw0, "CountOpenWorkflowExecutions", CountOpenWorkflowExecutions$) {
|
|
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 { CountPendingActivityTasks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CountPendingActivityTasksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "CountPendingActivityTasks", {})
|
|
13
|
-
.n("SWFClient", "CountPendingActivityTasksCommand")
|
|
14
|
-
.sc(CountPendingActivityTasks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CountPendingActivityTasksCommand extends command(_ep0, _mw0, "CountPendingActivityTasks", CountPendingActivityTasks$) {
|
|
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 { CountPendingDecisionTasks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CountPendingDecisionTasksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("SimpleWorkflowService", "CountPendingDecisionTasks", {})
|
|
13
|
-
.n("SWFClient", "CountPendingDecisionTasksCommand")
|
|
14
|
-
.sc(CountPendingDecisionTasks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CountPendingDecisionTasksCommand extends command(_ep0, _mw0, "CountPendingDecisionTasks", CountPendingDecisionTasks$) {
|
|
16
4
|
}
|