@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
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");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1736,478 +1737,128 @@ class SWFClient extends Client {
|
|
|
1736
1737
|
}
|
|
1737
1738
|
}
|
|
1738
1739
|
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
.sc(CountClosedWorkflowExecutions$)
|
|
1748
|
-
.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$) {
|
|
1749
1748
|
}
|
|
1750
1749
|
|
|
1751
|
-
class CountOpenWorkflowExecutionsCommand extends
|
|
1752
|
-
.classBuilder()
|
|
1753
|
-
.ep(commonParams)
|
|
1754
|
-
.m(function (Command, cs, config, o) {
|
|
1755
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1756
|
-
})
|
|
1757
|
-
.s("SimpleWorkflowService", "CountOpenWorkflowExecutions", {})
|
|
1758
|
-
.n("SWFClient", "CountOpenWorkflowExecutionsCommand")
|
|
1759
|
-
.sc(CountOpenWorkflowExecutions$)
|
|
1760
|
-
.build() {
|
|
1750
|
+
class CountOpenWorkflowExecutionsCommand extends command(_ep0, _mw0, "CountOpenWorkflowExecutions", CountOpenWorkflowExecutions$) {
|
|
1761
1751
|
}
|
|
1762
1752
|
|
|
1763
|
-
class CountPendingActivityTasksCommand extends
|
|
1764
|
-
.classBuilder()
|
|
1765
|
-
.ep(commonParams)
|
|
1766
|
-
.m(function (Command, cs, config, o) {
|
|
1767
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1768
|
-
})
|
|
1769
|
-
.s("SimpleWorkflowService", "CountPendingActivityTasks", {})
|
|
1770
|
-
.n("SWFClient", "CountPendingActivityTasksCommand")
|
|
1771
|
-
.sc(CountPendingActivityTasks$)
|
|
1772
|
-
.build() {
|
|
1753
|
+
class CountPendingActivityTasksCommand extends command(_ep0, _mw0, "CountPendingActivityTasks", CountPendingActivityTasks$) {
|
|
1773
1754
|
}
|
|
1774
1755
|
|
|
1775
|
-
class CountPendingDecisionTasksCommand extends
|
|
1776
|
-
.classBuilder()
|
|
1777
|
-
.ep(commonParams)
|
|
1778
|
-
.m(function (Command, cs, config, o) {
|
|
1779
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1780
|
-
})
|
|
1781
|
-
.s("SimpleWorkflowService", "CountPendingDecisionTasks", {})
|
|
1782
|
-
.n("SWFClient", "CountPendingDecisionTasksCommand")
|
|
1783
|
-
.sc(CountPendingDecisionTasks$)
|
|
1784
|
-
.build() {
|
|
1756
|
+
class CountPendingDecisionTasksCommand extends command(_ep0, _mw0, "CountPendingDecisionTasks", CountPendingDecisionTasks$) {
|
|
1785
1757
|
}
|
|
1786
1758
|
|
|
1787
|
-
class DeleteActivityTypeCommand extends
|
|
1788
|
-
.classBuilder()
|
|
1789
|
-
.ep(commonParams)
|
|
1790
|
-
.m(function (Command, cs, config, o) {
|
|
1791
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1792
|
-
})
|
|
1793
|
-
.s("SimpleWorkflowService", "DeleteActivityType", {})
|
|
1794
|
-
.n("SWFClient", "DeleteActivityTypeCommand")
|
|
1795
|
-
.sc(DeleteActivityType$)
|
|
1796
|
-
.build() {
|
|
1759
|
+
class DeleteActivityTypeCommand extends command(_ep0, _mw0, "DeleteActivityType", DeleteActivityType$) {
|
|
1797
1760
|
}
|
|
1798
1761
|
|
|
1799
|
-
class DeleteWorkflowTypeCommand extends
|
|
1800
|
-
.classBuilder()
|
|
1801
|
-
.ep(commonParams)
|
|
1802
|
-
.m(function (Command, cs, config, o) {
|
|
1803
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1804
|
-
})
|
|
1805
|
-
.s("SimpleWorkflowService", "DeleteWorkflowType", {})
|
|
1806
|
-
.n("SWFClient", "DeleteWorkflowTypeCommand")
|
|
1807
|
-
.sc(DeleteWorkflowType$)
|
|
1808
|
-
.build() {
|
|
1762
|
+
class DeleteWorkflowTypeCommand extends command(_ep0, _mw0, "DeleteWorkflowType", DeleteWorkflowType$) {
|
|
1809
1763
|
}
|
|
1810
1764
|
|
|
1811
|
-
class DeprecateActivityTypeCommand extends
|
|
1812
|
-
.classBuilder()
|
|
1813
|
-
.ep(commonParams)
|
|
1814
|
-
.m(function (Command, cs, config, o) {
|
|
1815
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1816
|
-
})
|
|
1817
|
-
.s("SimpleWorkflowService", "DeprecateActivityType", {})
|
|
1818
|
-
.n("SWFClient", "DeprecateActivityTypeCommand")
|
|
1819
|
-
.sc(DeprecateActivityType$)
|
|
1820
|
-
.build() {
|
|
1765
|
+
class DeprecateActivityTypeCommand extends command(_ep0, _mw0, "DeprecateActivityType", DeprecateActivityType$) {
|
|
1821
1766
|
}
|
|
1822
1767
|
|
|
1823
|
-
class DeprecateDomainCommand extends
|
|
1824
|
-
.classBuilder()
|
|
1825
|
-
.ep(commonParams)
|
|
1826
|
-
.m(function (Command, cs, config, o) {
|
|
1827
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1828
|
-
})
|
|
1829
|
-
.s("SimpleWorkflowService", "DeprecateDomain", {})
|
|
1830
|
-
.n("SWFClient", "DeprecateDomainCommand")
|
|
1831
|
-
.sc(DeprecateDomain$)
|
|
1832
|
-
.build() {
|
|
1768
|
+
class DeprecateDomainCommand extends command(_ep0, _mw0, "DeprecateDomain", DeprecateDomain$) {
|
|
1833
1769
|
}
|
|
1834
1770
|
|
|
1835
|
-
class DeprecateWorkflowTypeCommand extends
|
|
1836
|
-
.classBuilder()
|
|
1837
|
-
.ep(commonParams)
|
|
1838
|
-
.m(function (Command, cs, config, o) {
|
|
1839
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1840
|
-
})
|
|
1841
|
-
.s("SimpleWorkflowService", "DeprecateWorkflowType", {})
|
|
1842
|
-
.n("SWFClient", "DeprecateWorkflowTypeCommand")
|
|
1843
|
-
.sc(DeprecateWorkflowType$)
|
|
1844
|
-
.build() {
|
|
1771
|
+
class DeprecateWorkflowTypeCommand extends command(_ep0, _mw0, "DeprecateWorkflowType", DeprecateWorkflowType$) {
|
|
1845
1772
|
}
|
|
1846
1773
|
|
|
1847
|
-
class DescribeActivityTypeCommand extends
|
|
1848
|
-
.classBuilder()
|
|
1849
|
-
.ep(commonParams)
|
|
1850
|
-
.m(function (Command, cs, config, o) {
|
|
1851
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1852
|
-
})
|
|
1853
|
-
.s("SimpleWorkflowService", "DescribeActivityType", {})
|
|
1854
|
-
.n("SWFClient", "DescribeActivityTypeCommand")
|
|
1855
|
-
.sc(DescribeActivityType$)
|
|
1856
|
-
.build() {
|
|
1774
|
+
class DescribeActivityTypeCommand extends command(_ep0, _mw0, "DescribeActivityType", DescribeActivityType$) {
|
|
1857
1775
|
}
|
|
1858
1776
|
|
|
1859
|
-
class DescribeDomainCommand extends
|
|
1860
|
-
.classBuilder()
|
|
1861
|
-
.ep(commonParams)
|
|
1862
|
-
.m(function (Command, cs, config, o) {
|
|
1863
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1864
|
-
})
|
|
1865
|
-
.s("SimpleWorkflowService", "DescribeDomain", {})
|
|
1866
|
-
.n("SWFClient", "DescribeDomainCommand")
|
|
1867
|
-
.sc(DescribeDomain$)
|
|
1868
|
-
.build() {
|
|
1777
|
+
class DescribeDomainCommand extends command(_ep0, _mw0, "DescribeDomain", DescribeDomain$) {
|
|
1869
1778
|
}
|
|
1870
1779
|
|
|
1871
|
-
class DescribeWorkflowExecutionCommand extends
|
|
1872
|
-
.classBuilder()
|
|
1873
|
-
.ep(commonParams)
|
|
1874
|
-
.m(function (Command, cs, config, o) {
|
|
1875
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1876
|
-
})
|
|
1877
|
-
.s("SimpleWorkflowService", "DescribeWorkflowExecution", {})
|
|
1878
|
-
.n("SWFClient", "DescribeWorkflowExecutionCommand")
|
|
1879
|
-
.sc(DescribeWorkflowExecution$)
|
|
1880
|
-
.build() {
|
|
1780
|
+
class DescribeWorkflowExecutionCommand extends command(_ep0, _mw0, "DescribeWorkflowExecution", DescribeWorkflowExecution$) {
|
|
1881
1781
|
}
|
|
1882
1782
|
|
|
1883
|
-
class DescribeWorkflowTypeCommand extends
|
|
1884
|
-
.classBuilder()
|
|
1885
|
-
.ep(commonParams)
|
|
1886
|
-
.m(function (Command, cs, config, o) {
|
|
1887
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1888
|
-
})
|
|
1889
|
-
.s("SimpleWorkflowService", "DescribeWorkflowType", {})
|
|
1890
|
-
.n("SWFClient", "DescribeWorkflowTypeCommand")
|
|
1891
|
-
.sc(DescribeWorkflowType$)
|
|
1892
|
-
.build() {
|
|
1783
|
+
class DescribeWorkflowTypeCommand extends command(_ep0, _mw0, "DescribeWorkflowType", DescribeWorkflowType$) {
|
|
1893
1784
|
}
|
|
1894
1785
|
|
|
1895
|
-
class GetWorkflowExecutionHistoryCommand extends
|
|
1896
|
-
.classBuilder()
|
|
1897
|
-
.ep(commonParams)
|
|
1898
|
-
.m(function (Command, cs, config, o) {
|
|
1899
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1900
|
-
})
|
|
1901
|
-
.s("SimpleWorkflowService", "GetWorkflowExecutionHistory", {})
|
|
1902
|
-
.n("SWFClient", "GetWorkflowExecutionHistoryCommand")
|
|
1903
|
-
.sc(GetWorkflowExecutionHistory$)
|
|
1904
|
-
.build() {
|
|
1786
|
+
class GetWorkflowExecutionHistoryCommand extends command(_ep0, _mw0, "GetWorkflowExecutionHistory", GetWorkflowExecutionHistory$) {
|
|
1905
1787
|
}
|
|
1906
1788
|
|
|
1907
|
-
class ListActivityTypesCommand extends
|
|
1908
|
-
.classBuilder()
|
|
1909
|
-
.ep(commonParams)
|
|
1910
|
-
.m(function (Command, cs, config, o) {
|
|
1911
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1912
|
-
})
|
|
1913
|
-
.s("SimpleWorkflowService", "ListActivityTypes", {})
|
|
1914
|
-
.n("SWFClient", "ListActivityTypesCommand")
|
|
1915
|
-
.sc(ListActivityTypes$)
|
|
1916
|
-
.build() {
|
|
1789
|
+
class ListActivityTypesCommand extends command(_ep0, _mw0, "ListActivityTypes", ListActivityTypes$) {
|
|
1917
1790
|
}
|
|
1918
1791
|
|
|
1919
|
-
class ListClosedWorkflowExecutionsCommand extends
|
|
1920
|
-
.classBuilder()
|
|
1921
|
-
.ep(commonParams)
|
|
1922
|
-
.m(function (Command, cs, config, o) {
|
|
1923
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1924
|
-
})
|
|
1925
|
-
.s("SimpleWorkflowService", "ListClosedWorkflowExecutions", {})
|
|
1926
|
-
.n("SWFClient", "ListClosedWorkflowExecutionsCommand")
|
|
1927
|
-
.sc(ListClosedWorkflowExecutions$)
|
|
1928
|
-
.build() {
|
|
1792
|
+
class ListClosedWorkflowExecutionsCommand extends command(_ep0, _mw0, "ListClosedWorkflowExecutions", ListClosedWorkflowExecutions$) {
|
|
1929
1793
|
}
|
|
1930
1794
|
|
|
1931
|
-
class ListDomainsCommand extends
|
|
1932
|
-
.classBuilder()
|
|
1933
|
-
.ep(commonParams)
|
|
1934
|
-
.m(function (Command, cs, config, o) {
|
|
1935
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1936
|
-
})
|
|
1937
|
-
.s("SimpleWorkflowService", "ListDomains", {})
|
|
1938
|
-
.n("SWFClient", "ListDomainsCommand")
|
|
1939
|
-
.sc(ListDomains$)
|
|
1940
|
-
.build() {
|
|
1795
|
+
class ListDomainsCommand extends command(_ep0, _mw0, "ListDomains", ListDomains$) {
|
|
1941
1796
|
}
|
|
1942
1797
|
|
|
1943
|
-
class ListOpenWorkflowExecutionsCommand extends
|
|
1944
|
-
.classBuilder()
|
|
1945
|
-
.ep(commonParams)
|
|
1946
|
-
.m(function (Command, cs, config, o) {
|
|
1947
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1948
|
-
})
|
|
1949
|
-
.s("SimpleWorkflowService", "ListOpenWorkflowExecutions", {})
|
|
1950
|
-
.n("SWFClient", "ListOpenWorkflowExecutionsCommand")
|
|
1951
|
-
.sc(ListOpenWorkflowExecutions$)
|
|
1952
|
-
.build() {
|
|
1798
|
+
class ListOpenWorkflowExecutionsCommand extends command(_ep0, _mw0, "ListOpenWorkflowExecutions", ListOpenWorkflowExecutions$) {
|
|
1953
1799
|
}
|
|
1954
1800
|
|
|
1955
|
-
class ListTagsForResourceCommand extends
|
|
1956
|
-
.classBuilder()
|
|
1957
|
-
.ep(commonParams)
|
|
1958
|
-
.m(function (Command, cs, config, o) {
|
|
1959
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1960
|
-
})
|
|
1961
|
-
.s("SimpleWorkflowService", "ListTagsForResource", {})
|
|
1962
|
-
.n("SWFClient", "ListTagsForResourceCommand")
|
|
1963
|
-
.sc(ListTagsForResource$)
|
|
1964
|
-
.build() {
|
|
1801
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1965
1802
|
}
|
|
1966
1803
|
|
|
1967
|
-
class ListWorkflowTypesCommand extends
|
|
1968
|
-
.classBuilder()
|
|
1969
|
-
.ep(commonParams)
|
|
1970
|
-
.m(function (Command, cs, config, o) {
|
|
1971
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1972
|
-
})
|
|
1973
|
-
.s("SimpleWorkflowService", "ListWorkflowTypes", {})
|
|
1974
|
-
.n("SWFClient", "ListWorkflowTypesCommand")
|
|
1975
|
-
.sc(ListWorkflowTypes$)
|
|
1976
|
-
.build() {
|
|
1804
|
+
class ListWorkflowTypesCommand extends command(_ep0, _mw0, "ListWorkflowTypes", ListWorkflowTypes$) {
|
|
1977
1805
|
}
|
|
1978
1806
|
|
|
1979
|
-
class PollForActivityTaskCommand extends
|
|
1980
|
-
.classBuilder()
|
|
1981
|
-
.ep(commonParams)
|
|
1982
|
-
.m(function (Command, cs, config, o) {
|
|
1983
|
-
return [
|
|
1984
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
1985
|
-
getLongPollPlugin(config),
|
|
1986
|
-
];
|
|
1987
|
-
})
|
|
1988
|
-
.s("SimpleWorkflowService", "PollForActivityTask", {})
|
|
1989
|
-
.n("SWFClient", "PollForActivityTaskCommand")
|
|
1990
|
-
.sc(PollForActivityTask$)
|
|
1991
|
-
.build() {
|
|
1807
|
+
class PollForActivityTaskCommand extends command(_ep0, _mw1, "PollForActivityTask", PollForActivityTask$) {
|
|
1992
1808
|
}
|
|
1993
1809
|
|
|
1994
|
-
class PollForDecisionTaskCommand extends
|
|
1995
|
-
.classBuilder()
|
|
1996
|
-
.ep(commonParams)
|
|
1997
|
-
.m(function (Command, cs, config, o) {
|
|
1998
|
-
return [
|
|
1999
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
2000
|
-
getLongPollPlugin(config),
|
|
2001
|
-
];
|
|
2002
|
-
})
|
|
2003
|
-
.s("SimpleWorkflowService", "PollForDecisionTask", {})
|
|
2004
|
-
.n("SWFClient", "PollForDecisionTaskCommand")
|
|
2005
|
-
.sc(PollForDecisionTask$)
|
|
2006
|
-
.build() {
|
|
1810
|
+
class PollForDecisionTaskCommand extends command(_ep0, _mw1, "PollForDecisionTask", PollForDecisionTask$) {
|
|
2007
1811
|
}
|
|
2008
1812
|
|
|
2009
|
-
class RecordActivityTaskHeartbeatCommand extends
|
|
2010
|
-
.classBuilder()
|
|
2011
|
-
.ep(commonParams)
|
|
2012
|
-
.m(function (Command, cs, config, o) {
|
|
2013
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2014
|
-
})
|
|
2015
|
-
.s("SimpleWorkflowService", "RecordActivityTaskHeartbeat", {})
|
|
2016
|
-
.n("SWFClient", "RecordActivityTaskHeartbeatCommand")
|
|
2017
|
-
.sc(RecordActivityTaskHeartbeat$)
|
|
2018
|
-
.build() {
|
|
1813
|
+
class RecordActivityTaskHeartbeatCommand extends command(_ep0, _mw0, "RecordActivityTaskHeartbeat", RecordActivityTaskHeartbeat$) {
|
|
2019
1814
|
}
|
|
2020
1815
|
|
|
2021
|
-
class RegisterActivityTypeCommand extends
|
|
2022
|
-
.classBuilder()
|
|
2023
|
-
.ep(commonParams)
|
|
2024
|
-
.m(function (Command, cs, config, o) {
|
|
2025
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2026
|
-
})
|
|
2027
|
-
.s("SimpleWorkflowService", "RegisterActivityType", {})
|
|
2028
|
-
.n("SWFClient", "RegisterActivityTypeCommand")
|
|
2029
|
-
.sc(RegisterActivityType$)
|
|
2030
|
-
.build() {
|
|
1816
|
+
class RegisterActivityTypeCommand extends command(_ep0, _mw0, "RegisterActivityType", RegisterActivityType$) {
|
|
2031
1817
|
}
|
|
2032
1818
|
|
|
2033
|
-
class RegisterDomainCommand extends
|
|
2034
|
-
.classBuilder()
|
|
2035
|
-
.ep(commonParams)
|
|
2036
|
-
.m(function (Command, cs, config, o) {
|
|
2037
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2038
|
-
})
|
|
2039
|
-
.s("SimpleWorkflowService", "RegisterDomain", {})
|
|
2040
|
-
.n("SWFClient", "RegisterDomainCommand")
|
|
2041
|
-
.sc(RegisterDomain$)
|
|
2042
|
-
.build() {
|
|
1819
|
+
class RegisterDomainCommand extends command(_ep0, _mw0, "RegisterDomain", RegisterDomain$) {
|
|
2043
1820
|
}
|
|
2044
1821
|
|
|
2045
|
-
class RegisterWorkflowTypeCommand extends
|
|
2046
|
-
.classBuilder()
|
|
2047
|
-
.ep(commonParams)
|
|
2048
|
-
.m(function (Command, cs, config, o) {
|
|
2049
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2050
|
-
})
|
|
2051
|
-
.s("SimpleWorkflowService", "RegisterWorkflowType", {})
|
|
2052
|
-
.n("SWFClient", "RegisterWorkflowTypeCommand")
|
|
2053
|
-
.sc(RegisterWorkflowType$)
|
|
2054
|
-
.build() {
|
|
1822
|
+
class RegisterWorkflowTypeCommand extends command(_ep0, _mw0, "RegisterWorkflowType", RegisterWorkflowType$) {
|
|
2055
1823
|
}
|
|
2056
1824
|
|
|
2057
|
-
class RequestCancelWorkflowExecutionCommand extends
|
|
2058
|
-
.classBuilder()
|
|
2059
|
-
.ep(commonParams)
|
|
2060
|
-
.m(function (Command, cs, config, o) {
|
|
2061
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2062
|
-
})
|
|
2063
|
-
.s("SimpleWorkflowService", "RequestCancelWorkflowExecution", {})
|
|
2064
|
-
.n("SWFClient", "RequestCancelWorkflowExecutionCommand")
|
|
2065
|
-
.sc(RequestCancelWorkflowExecution$)
|
|
2066
|
-
.build() {
|
|
1825
|
+
class RequestCancelWorkflowExecutionCommand extends command(_ep0, _mw0, "RequestCancelWorkflowExecution", RequestCancelWorkflowExecution$) {
|
|
2067
1826
|
}
|
|
2068
1827
|
|
|
2069
|
-
class RespondActivityTaskCanceledCommand extends
|
|
2070
|
-
.classBuilder()
|
|
2071
|
-
.ep(commonParams)
|
|
2072
|
-
.m(function (Command, cs, config, o) {
|
|
2073
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2074
|
-
})
|
|
2075
|
-
.s("SimpleWorkflowService", "RespondActivityTaskCanceled", {})
|
|
2076
|
-
.n("SWFClient", "RespondActivityTaskCanceledCommand")
|
|
2077
|
-
.sc(RespondActivityTaskCanceled$)
|
|
2078
|
-
.build() {
|
|
1828
|
+
class RespondActivityTaskCanceledCommand extends command(_ep0, _mw0, "RespondActivityTaskCanceled", RespondActivityTaskCanceled$) {
|
|
2079
1829
|
}
|
|
2080
1830
|
|
|
2081
|
-
class RespondActivityTaskCompletedCommand extends
|
|
2082
|
-
.classBuilder()
|
|
2083
|
-
.ep(commonParams)
|
|
2084
|
-
.m(function (Command, cs, config, o) {
|
|
2085
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2086
|
-
})
|
|
2087
|
-
.s("SimpleWorkflowService", "RespondActivityTaskCompleted", {})
|
|
2088
|
-
.n("SWFClient", "RespondActivityTaskCompletedCommand")
|
|
2089
|
-
.sc(RespondActivityTaskCompleted$)
|
|
2090
|
-
.build() {
|
|
1831
|
+
class RespondActivityTaskCompletedCommand extends command(_ep0, _mw0, "RespondActivityTaskCompleted", RespondActivityTaskCompleted$) {
|
|
2091
1832
|
}
|
|
2092
1833
|
|
|
2093
|
-
class RespondActivityTaskFailedCommand extends
|
|
2094
|
-
.classBuilder()
|
|
2095
|
-
.ep(commonParams)
|
|
2096
|
-
.m(function (Command, cs, config, o) {
|
|
2097
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2098
|
-
})
|
|
2099
|
-
.s("SimpleWorkflowService", "RespondActivityTaskFailed", {})
|
|
2100
|
-
.n("SWFClient", "RespondActivityTaskFailedCommand")
|
|
2101
|
-
.sc(RespondActivityTaskFailed$)
|
|
2102
|
-
.build() {
|
|
1834
|
+
class RespondActivityTaskFailedCommand extends command(_ep0, _mw0, "RespondActivityTaskFailed", RespondActivityTaskFailed$) {
|
|
2103
1835
|
}
|
|
2104
1836
|
|
|
2105
|
-
class RespondDecisionTaskCompletedCommand extends
|
|
2106
|
-
.classBuilder()
|
|
2107
|
-
.ep(commonParams)
|
|
2108
|
-
.m(function (Command, cs, config, o) {
|
|
2109
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2110
|
-
})
|
|
2111
|
-
.s("SimpleWorkflowService", "RespondDecisionTaskCompleted", {})
|
|
2112
|
-
.n("SWFClient", "RespondDecisionTaskCompletedCommand")
|
|
2113
|
-
.sc(RespondDecisionTaskCompleted$)
|
|
2114
|
-
.build() {
|
|
1837
|
+
class RespondDecisionTaskCompletedCommand extends command(_ep0, _mw0, "RespondDecisionTaskCompleted", RespondDecisionTaskCompleted$) {
|
|
2115
1838
|
}
|
|
2116
1839
|
|
|
2117
|
-
class SignalWorkflowExecutionCommand extends
|
|
2118
|
-
.classBuilder()
|
|
2119
|
-
.ep(commonParams)
|
|
2120
|
-
.m(function (Command, cs, config, o) {
|
|
2121
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2122
|
-
})
|
|
2123
|
-
.s("SimpleWorkflowService", "SignalWorkflowExecution", {})
|
|
2124
|
-
.n("SWFClient", "SignalWorkflowExecutionCommand")
|
|
2125
|
-
.sc(SignalWorkflowExecution$)
|
|
2126
|
-
.build() {
|
|
1840
|
+
class SignalWorkflowExecutionCommand extends command(_ep0, _mw0, "SignalWorkflowExecution", SignalWorkflowExecution$) {
|
|
2127
1841
|
}
|
|
2128
1842
|
|
|
2129
|
-
class StartWorkflowExecutionCommand extends
|
|
2130
|
-
.classBuilder()
|
|
2131
|
-
.ep(commonParams)
|
|
2132
|
-
.m(function (Command, cs, config, o) {
|
|
2133
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2134
|
-
})
|
|
2135
|
-
.s("SimpleWorkflowService", "StartWorkflowExecution", {})
|
|
2136
|
-
.n("SWFClient", "StartWorkflowExecutionCommand")
|
|
2137
|
-
.sc(StartWorkflowExecution$)
|
|
2138
|
-
.build() {
|
|
1843
|
+
class StartWorkflowExecutionCommand extends command(_ep0, _mw0, "StartWorkflowExecution", StartWorkflowExecution$) {
|
|
2139
1844
|
}
|
|
2140
1845
|
|
|
2141
|
-
class TagResourceCommand extends
|
|
2142
|
-
.classBuilder()
|
|
2143
|
-
.ep(commonParams)
|
|
2144
|
-
.m(function (Command, cs, config, o) {
|
|
2145
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2146
|
-
})
|
|
2147
|
-
.s("SimpleWorkflowService", "TagResource", {})
|
|
2148
|
-
.n("SWFClient", "TagResourceCommand")
|
|
2149
|
-
.sc(TagResource$)
|
|
2150
|
-
.build() {
|
|
1846
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2151
1847
|
}
|
|
2152
1848
|
|
|
2153
|
-
class TerminateWorkflowExecutionCommand extends
|
|
2154
|
-
.classBuilder()
|
|
2155
|
-
.ep(commonParams)
|
|
2156
|
-
.m(function (Command, cs, config, o) {
|
|
2157
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2158
|
-
})
|
|
2159
|
-
.s("SimpleWorkflowService", "TerminateWorkflowExecution", {})
|
|
2160
|
-
.n("SWFClient", "TerminateWorkflowExecutionCommand")
|
|
2161
|
-
.sc(TerminateWorkflowExecution$)
|
|
2162
|
-
.build() {
|
|
1849
|
+
class TerminateWorkflowExecutionCommand extends command(_ep0, _mw0, "TerminateWorkflowExecution", TerminateWorkflowExecution$) {
|
|
2163
1850
|
}
|
|
2164
1851
|
|
|
2165
|
-
class UndeprecateActivityTypeCommand extends
|
|
2166
|
-
.classBuilder()
|
|
2167
|
-
.ep(commonParams)
|
|
2168
|
-
.m(function (Command, cs, config, o) {
|
|
2169
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2170
|
-
})
|
|
2171
|
-
.s("SimpleWorkflowService", "UndeprecateActivityType", {})
|
|
2172
|
-
.n("SWFClient", "UndeprecateActivityTypeCommand")
|
|
2173
|
-
.sc(UndeprecateActivityType$)
|
|
2174
|
-
.build() {
|
|
1852
|
+
class UndeprecateActivityTypeCommand extends command(_ep0, _mw0, "UndeprecateActivityType", UndeprecateActivityType$) {
|
|
2175
1853
|
}
|
|
2176
1854
|
|
|
2177
|
-
class UndeprecateDomainCommand extends
|
|
2178
|
-
.classBuilder()
|
|
2179
|
-
.ep(commonParams)
|
|
2180
|
-
.m(function (Command, cs, config, o) {
|
|
2181
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2182
|
-
})
|
|
2183
|
-
.s("SimpleWorkflowService", "UndeprecateDomain", {})
|
|
2184
|
-
.n("SWFClient", "UndeprecateDomainCommand")
|
|
2185
|
-
.sc(UndeprecateDomain$)
|
|
2186
|
-
.build() {
|
|
1855
|
+
class UndeprecateDomainCommand extends command(_ep0, _mw0, "UndeprecateDomain", UndeprecateDomain$) {
|
|
2187
1856
|
}
|
|
2188
1857
|
|
|
2189
|
-
class UndeprecateWorkflowTypeCommand extends
|
|
2190
|
-
.classBuilder()
|
|
2191
|
-
.ep(commonParams)
|
|
2192
|
-
.m(function (Command, cs, config, o) {
|
|
2193
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2194
|
-
})
|
|
2195
|
-
.s("SimpleWorkflowService", "UndeprecateWorkflowType", {})
|
|
2196
|
-
.n("SWFClient", "UndeprecateWorkflowTypeCommand")
|
|
2197
|
-
.sc(UndeprecateWorkflowType$)
|
|
2198
|
-
.build() {
|
|
1858
|
+
class UndeprecateWorkflowTypeCommand extends command(_ep0, _mw0, "UndeprecateWorkflowType", UndeprecateWorkflowType$) {
|
|
2199
1859
|
}
|
|
2200
1860
|
|
|
2201
|
-
class UntagResourceCommand extends
|
|
2202
|
-
.classBuilder()
|
|
2203
|
-
.ep(commonParams)
|
|
2204
|
-
.m(function (Command, cs, config, o) {
|
|
2205
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2206
|
-
})
|
|
2207
|
-
.s("SimpleWorkflowService", "UntagResource", {})
|
|
2208
|
-
.n("SWFClient", "UntagResourceCommand")
|
|
2209
|
-
.sc(UntagResource$)
|
|
2210
|
-
.build() {
|
|
1861
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2211
1862
|
}
|
|
2212
1863
|
|
|
2213
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
|
}
|
|
@@ -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
|
}
|