@aws-sdk/client-migrationhuborchestrator 3.649.0 → 3.650.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 +31 -93
- package/dist-es/commands/CreateTemplateCommand.js +1 -3
- package/dist-es/commands/CreateWorkflowCommand.js +1 -3
- package/dist-es/commands/CreateWorkflowStepCommand.js +1 -3
- package/dist-es/commands/CreateWorkflowStepGroupCommand.js +1 -3
- package/dist-es/commands/DeleteTemplateCommand.js +1 -3
- package/dist-es/commands/DeleteWorkflowCommand.js +1 -3
- package/dist-es/commands/DeleteWorkflowStepCommand.js +1 -3
- package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +1 -3
- package/dist-es/commands/GetTemplateCommand.js +1 -3
- package/dist-es/commands/GetTemplateStepCommand.js +1 -3
- package/dist-es/commands/GetTemplateStepGroupCommand.js +1 -3
- package/dist-es/commands/GetWorkflowCommand.js +1 -3
- package/dist-es/commands/GetWorkflowStepCommand.js +1 -3
- package/dist-es/commands/GetWorkflowStepGroupCommand.js +1 -3
- package/dist-es/commands/ListPluginsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTemplateStepGroupsCommand.js +1 -3
- package/dist-es/commands/ListTemplateStepsCommand.js +1 -3
- package/dist-es/commands/ListTemplatesCommand.js +1 -3
- package/dist-es/commands/ListWorkflowStepGroupsCommand.js +1 -3
- package/dist-es/commands/ListWorkflowStepsCommand.js +1 -3
- package/dist-es/commands/ListWorkflowsCommand.js +1 -3
- package/dist-es/commands/RetryWorkflowStepCommand.js +1 -3
- package/dist-es/commands/StartWorkflowCommand.js +1 -3
- package/dist-es/commands/StopWorkflowCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateTemplateCommand.js +1 -3
- package/dist-es/commands/UpdateWorkflowCommand.js +1 -3
- package/dist-es/commands/UpdateWorkflowStepCommand.js +1 -3
- package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1640,9 +1640,7 @@ var _tK = "tagKeys";
|
|
|
1640
1640
|
var _wI = "workflowId";
|
|
1641
1641
|
|
|
1642
1642
|
// src/commands/CreateTemplateCommand.ts
|
|
1643
|
-
var _CreateTemplateCommand = class _CreateTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1644
|
-
...commonParams
|
|
1645
|
-
}).m(function(Command, cs, config, o) {
|
|
1643
|
+
var _CreateTemplateCommand = class _CreateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1646
1644
|
return [
|
|
1647
1645
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1648
1646
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1656,9 +1654,7 @@ var CreateTemplateCommand = _CreateTemplateCommand;
|
|
|
1656
1654
|
|
|
1657
1655
|
|
|
1658
1656
|
|
|
1659
|
-
var _CreateWorkflowCommand = class _CreateWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1660
|
-
...commonParams
|
|
1661
|
-
}).m(function(Command, cs, config, o) {
|
|
1657
|
+
var _CreateWorkflowCommand = class _CreateWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1662
1658
|
return [
|
|
1663
1659
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1664
1660
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1672,9 +1668,7 @@ var CreateWorkflowCommand = _CreateWorkflowCommand;
|
|
|
1672
1668
|
|
|
1673
1669
|
|
|
1674
1670
|
|
|
1675
|
-
var _CreateWorkflowStepCommand = class _CreateWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1676
|
-
...commonParams
|
|
1677
|
-
}).m(function(Command, cs, config, o) {
|
|
1671
|
+
var _CreateWorkflowStepCommand = class _CreateWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1678
1672
|
return [
|
|
1679
1673
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1680
1674
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1688,9 +1682,7 @@ var CreateWorkflowStepCommand = _CreateWorkflowStepCommand;
|
|
|
1688
1682
|
|
|
1689
1683
|
|
|
1690
1684
|
|
|
1691
|
-
var _CreateWorkflowStepGroupCommand = class _CreateWorkflowStepGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1692
|
-
...commonParams
|
|
1693
|
-
}).m(function(Command, cs, config, o) {
|
|
1685
|
+
var _CreateWorkflowStepGroupCommand = class _CreateWorkflowStepGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1694
1686
|
return [
|
|
1695
1687
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1696
1688
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1704,9 +1696,7 @@ var CreateWorkflowStepGroupCommand = _CreateWorkflowStepGroupCommand;
|
|
|
1704
1696
|
|
|
1705
1697
|
|
|
1706
1698
|
|
|
1707
|
-
var _DeleteTemplateCommand = class _DeleteTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1708
|
-
...commonParams
|
|
1709
|
-
}).m(function(Command, cs, config, o) {
|
|
1699
|
+
var _DeleteTemplateCommand = class _DeleteTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1710
1700
|
return [
|
|
1711
1701
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1712
1702
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1720,9 +1710,7 @@ var DeleteTemplateCommand = _DeleteTemplateCommand;
|
|
|
1720
1710
|
|
|
1721
1711
|
|
|
1722
1712
|
|
|
1723
|
-
var _DeleteWorkflowCommand = class _DeleteWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1724
|
-
...commonParams
|
|
1725
|
-
}).m(function(Command, cs, config, o) {
|
|
1713
|
+
var _DeleteWorkflowCommand = class _DeleteWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1726
1714
|
return [
|
|
1727
1715
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1728
1716
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1736,9 +1724,7 @@ var DeleteWorkflowCommand = _DeleteWorkflowCommand;
|
|
|
1736
1724
|
|
|
1737
1725
|
|
|
1738
1726
|
|
|
1739
|
-
var _DeleteWorkflowStepCommand = class _DeleteWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1740
|
-
...commonParams
|
|
1741
|
-
}).m(function(Command, cs, config, o) {
|
|
1727
|
+
var _DeleteWorkflowStepCommand = class _DeleteWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1742
1728
|
return [
|
|
1743
1729
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1744
1730
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1752,9 +1738,7 @@ var DeleteWorkflowStepCommand = _DeleteWorkflowStepCommand;
|
|
|
1752
1738
|
|
|
1753
1739
|
|
|
1754
1740
|
|
|
1755
|
-
var _DeleteWorkflowStepGroupCommand = class _DeleteWorkflowStepGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1756
|
-
...commonParams
|
|
1757
|
-
}).m(function(Command, cs, config, o) {
|
|
1741
|
+
var _DeleteWorkflowStepGroupCommand = class _DeleteWorkflowStepGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1758
1742
|
return [
|
|
1759
1743
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1760
1744
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1768,9 +1752,7 @@ var DeleteWorkflowStepGroupCommand = _DeleteWorkflowStepGroupCommand;
|
|
|
1768
1752
|
|
|
1769
1753
|
|
|
1770
1754
|
|
|
1771
|
-
var _GetTemplateCommand = class _GetTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1772
|
-
...commonParams
|
|
1773
|
-
}).m(function(Command, cs, config, o) {
|
|
1755
|
+
var _GetTemplateCommand = class _GetTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1774
1756
|
return [
|
|
1775
1757
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1776
1758
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1784,9 +1766,7 @@ var GetTemplateCommand = _GetTemplateCommand;
|
|
|
1784
1766
|
|
|
1785
1767
|
|
|
1786
1768
|
|
|
1787
|
-
var _GetTemplateStepCommand = class _GetTemplateStepCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1788
|
-
...commonParams
|
|
1789
|
-
}).m(function(Command, cs, config, o) {
|
|
1769
|
+
var _GetTemplateStepCommand = class _GetTemplateStepCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1790
1770
|
return [
|
|
1791
1771
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1792
1772
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1800,9 +1780,7 @@ var GetTemplateStepCommand = _GetTemplateStepCommand;
|
|
|
1800
1780
|
|
|
1801
1781
|
|
|
1802
1782
|
|
|
1803
|
-
var _GetTemplateStepGroupCommand = class _GetTemplateStepGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1804
|
-
...commonParams
|
|
1805
|
-
}).m(function(Command, cs, config, o) {
|
|
1783
|
+
var _GetTemplateStepGroupCommand = class _GetTemplateStepGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1806
1784
|
return [
|
|
1807
1785
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1808
1786
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1816,9 +1794,7 @@ var GetTemplateStepGroupCommand = _GetTemplateStepGroupCommand;
|
|
|
1816
1794
|
|
|
1817
1795
|
|
|
1818
1796
|
|
|
1819
|
-
var _GetWorkflowCommand = class _GetWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1820
|
-
...commonParams
|
|
1821
|
-
}).m(function(Command, cs, config, o) {
|
|
1797
|
+
var _GetWorkflowCommand = class _GetWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1822
1798
|
return [
|
|
1823
1799
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1824
1800
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1832,9 +1808,7 @@ var GetWorkflowCommand = _GetWorkflowCommand;
|
|
|
1832
1808
|
|
|
1833
1809
|
|
|
1834
1810
|
|
|
1835
|
-
var _GetWorkflowStepCommand = class _GetWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1836
|
-
...commonParams
|
|
1837
|
-
}).m(function(Command, cs, config, o) {
|
|
1811
|
+
var _GetWorkflowStepCommand = class _GetWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1838
1812
|
return [
|
|
1839
1813
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1840
1814
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1848,9 +1822,7 @@ var GetWorkflowStepCommand = _GetWorkflowStepCommand;
|
|
|
1848
1822
|
|
|
1849
1823
|
|
|
1850
1824
|
|
|
1851
|
-
var _GetWorkflowStepGroupCommand = class _GetWorkflowStepGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1852
|
-
...commonParams
|
|
1853
|
-
}).m(function(Command, cs, config, o) {
|
|
1825
|
+
var _GetWorkflowStepGroupCommand = class _GetWorkflowStepGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1854
1826
|
return [
|
|
1855
1827
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1856
1828
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1864,9 +1836,7 @@ var GetWorkflowStepGroupCommand = _GetWorkflowStepGroupCommand;
|
|
|
1864
1836
|
|
|
1865
1837
|
|
|
1866
1838
|
|
|
1867
|
-
var _ListPluginsCommand = class _ListPluginsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1868
|
-
...commonParams
|
|
1869
|
-
}).m(function(Command, cs, config, o) {
|
|
1839
|
+
var _ListPluginsCommand = class _ListPluginsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1870
1840
|
return [
|
|
1871
1841
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1872
1842
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1880,9 +1850,7 @@ var ListPluginsCommand = _ListPluginsCommand;
|
|
|
1880
1850
|
|
|
1881
1851
|
|
|
1882
1852
|
|
|
1883
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1884
|
-
...commonParams
|
|
1885
|
-
}).m(function(Command, cs, config, o) {
|
|
1853
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1886
1854
|
return [
|
|
1887
1855
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1888
1856
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1896,9 +1864,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1896
1864
|
|
|
1897
1865
|
|
|
1898
1866
|
|
|
1899
|
-
var _ListTemplatesCommand = class _ListTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1900
|
-
...commonParams
|
|
1901
|
-
}).m(function(Command, cs, config, o) {
|
|
1867
|
+
var _ListTemplatesCommand = class _ListTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1902
1868
|
return [
|
|
1903
1869
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1904
1870
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1912,9 +1878,7 @@ var ListTemplatesCommand = _ListTemplatesCommand;
|
|
|
1912
1878
|
|
|
1913
1879
|
|
|
1914
1880
|
|
|
1915
|
-
var _ListTemplateStepGroupsCommand = class _ListTemplateStepGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1916
|
-
...commonParams
|
|
1917
|
-
}).m(function(Command, cs, config, o) {
|
|
1881
|
+
var _ListTemplateStepGroupsCommand = class _ListTemplateStepGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1918
1882
|
return [
|
|
1919
1883
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1920
1884
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1928,9 +1892,7 @@ var ListTemplateStepGroupsCommand = _ListTemplateStepGroupsCommand;
|
|
|
1928
1892
|
|
|
1929
1893
|
|
|
1930
1894
|
|
|
1931
|
-
var _ListTemplateStepsCommand = class _ListTemplateStepsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1932
|
-
...commonParams
|
|
1933
|
-
}).m(function(Command, cs, config, o) {
|
|
1895
|
+
var _ListTemplateStepsCommand = class _ListTemplateStepsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1934
1896
|
return [
|
|
1935
1897
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1936
1898
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1944,9 +1906,7 @@ var ListTemplateStepsCommand = _ListTemplateStepsCommand;
|
|
|
1944
1906
|
|
|
1945
1907
|
|
|
1946
1908
|
|
|
1947
|
-
var _ListWorkflowsCommand = class _ListWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1948
|
-
...commonParams
|
|
1949
|
-
}).m(function(Command, cs, config, o) {
|
|
1909
|
+
var _ListWorkflowsCommand = class _ListWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1950
1910
|
return [
|
|
1951
1911
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1952
1912
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1960,9 +1920,7 @@ var ListWorkflowsCommand = _ListWorkflowsCommand;
|
|
|
1960
1920
|
|
|
1961
1921
|
|
|
1962
1922
|
|
|
1963
|
-
var _ListWorkflowStepGroupsCommand = class _ListWorkflowStepGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1964
|
-
...commonParams
|
|
1965
|
-
}).m(function(Command, cs, config, o) {
|
|
1923
|
+
var _ListWorkflowStepGroupsCommand = class _ListWorkflowStepGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1966
1924
|
return [
|
|
1967
1925
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1968
1926
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1976,9 +1934,7 @@ var ListWorkflowStepGroupsCommand = _ListWorkflowStepGroupsCommand;
|
|
|
1976
1934
|
|
|
1977
1935
|
|
|
1978
1936
|
|
|
1979
|
-
var _ListWorkflowStepsCommand = class _ListWorkflowStepsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1980
|
-
...commonParams
|
|
1981
|
-
}).m(function(Command, cs, config, o) {
|
|
1937
|
+
var _ListWorkflowStepsCommand = class _ListWorkflowStepsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1982
1938
|
return [
|
|
1983
1939
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1984
1940
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1992,9 +1948,7 @@ var ListWorkflowStepsCommand = _ListWorkflowStepsCommand;
|
|
|
1992
1948
|
|
|
1993
1949
|
|
|
1994
1950
|
|
|
1995
|
-
var _RetryWorkflowStepCommand = class _RetryWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1996
|
-
...commonParams
|
|
1997
|
-
}).m(function(Command, cs, config, o) {
|
|
1951
|
+
var _RetryWorkflowStepCommand = class _RetryWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1998
1952
|
return [
|
|
1999
1953
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2000
1954
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2008,9 +1962,7 @@ var RetryWorkflowStepCommand = _RetryWorkflowStepCommand;
|
|
|
2008
1962
|
|
|
2009
1963
|
|
|
2010
1964
|
|
|
2011
|
-
var _StartWorkflowCommand = class _StartWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2012
|
-
...commonParams
|
|
2013
|
-
}).m(function(Command, cs, config, o) {
|
|
1965
|
+
var _StartWorkflowCommand = class _StartWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2014
1966
|
return [
|
|
2015
1967
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2016
1968
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2024,9 +1976,7 @@ var StartWorkflowCommand = _StartWorkflowCommand;
|
|
|
2024
1976
|
|
|
2025
1977
|
|
|
2026
1978
|
|
|
2027
|
-
var _StopWorkflowCommand = class _StopWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2028
|
-
...commonParams
|
|
2029
|
-
}).m(function(Command, cs, config, o) {
|
|
1979
|
+
var _StopWorkflowCommand = class _StopWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2030
1980
|
return [
|
|
2031
1981
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2032
1982
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2040,9 +1990,7 @@ var StopWorkflowCommand = _StopWorkflowCommand;
|
|
|
2040
1990
|
|
|
2041
1991
|
|
|
2042
1992
|
|
|
2043
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2044
|
-
...commonParams
|
|
2045
|
-
}).m(function(Command, cs, config, o) {
|
|
1993
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2046
1994
|
return [
|
|
2047
1995
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2048
1996
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2056,9 +2004,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2056
2004
|
|
|
2057
2005
|
|
|
2058
2006
|
|
|
2059
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2060
|
-
...commonParams
|
|
2061
|
-
}).m(function(Command, cs, config, o) {
|
|
2007
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2062
2008
|
return [
|
|
2063
2009
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2064
2010
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2072,9 +2018,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2072
2018
|
|
|
2073
2019
|
|
|
2074
2020
|
|
|
2075
|
-
var _UpdateTemplateCommand = class _UpdateTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2076
|
-
...commonParams
|
|
2077
|
-
}).m(function(Command, cs, config, o) {
|
|
2021
|
+
var _UpdateTemplateCommand = class _UpdateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2078
2022
|
return [
|
|
2079
2023
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2080
2024
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2088,9 +2032,7 @@ var UpdateTemplateCommand = _UpdateTemplateCommand;
|
|
|
2088
2032
|
|
|
2089
2033
|
|
|
2090
2034
|
|
|
2091
|
-
var _UpdateWorkflowCommand = class _UpdateWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2092
|
-
...commonParams
|
|
2093
|
-
}).m(function(Command, cs, config, o) {
|
|
2035
|
+
var _UpdateWorkflowCommand = class _UpdateWorkflowCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2094
2036
|
return [
|
|
2095
2037
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2096
2038
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2104,9 +2046,7 @@ var UpdateWorkflowCommand = _UpdateWorkflowCommand;
|
|
|
2104
2046
|
|
|
2105
2047
|
|
|
2106
2048
|
|
|
2107
|
-
var _UpdateWorkflowStepCommand = class _UpdateWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2108
|
-
...commonParams
|
|
2109
|
-
}).m(function(Command, cs, config, o) {
|
|
2049
|
+
var _UpdateWorkflowStepCommand = class _UpdateWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2110
2050
|
return [
|
|
2111
2051
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2112
2052
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2120,9 +2060,7 @@ var UpdateWorkflowStepCommand = _UpdateWorkflowStepCommand;
|
|
|
2120
2060
|
|
|
2121
2061
|
|
|
2122
2062
|
|
|
2123
|
-
var _UpdateWorkflowStepGroupCommand = class _UpdateWorkflowStepGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2124
|
-
...commonParams
|
|
2125
|
-
}).m(function(Command, cs, config, o) {
|
|
2063
|
+
var _UpdateWorkflowStepGroupCommand = class _UpdateWorkflowStepGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2126
2064
|
return [
|
|
2127
2065
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2128
2066
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_CreateTemplateCommand, se_CreateTemplateCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateWorkflowCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateWorkflowStepCommand, se_CreateWorkflowStepCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateWorkflowStepCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateWorkflowStepGroupCommand, se_CreateWorkflowStepGroupCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateWorkflowStepGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteTemplateCommand, se_DeleteTemplateCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteWorkflowCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteWorkflowStepCommand, se_DeleteWorkflowStepCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteWorkflowStepCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteWorkflowStepGroupCommand, se_DeleteWorkflowStepGroupCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteWorkflowStepGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTemplateStepCommand, se_GetTemplateStepCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTemplateStepCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTemplateStepGroupCommand, se_GetTemplateStepGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTemplateStepGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetWorkflowCommand, se_GetWorkflowCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetWorkflowCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetWorkflowStepCommand, se_GetWorkflowStepCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetWorkflowStepCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetWorkflowStepGroupCommand, se_GetWorkflowStepGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetWorkflowStepGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPluginsCommand, se_ListPluginsCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPluginsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTemplateStepGroupsCommand, se_ListTemplateStepGroupsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTemplateStepGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTemplateStepsCommand, se_ListTemplateStepsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTemplateStepsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTemplatesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListWorkflowStepGroupsCommand, se_ListWorkflowStepGroupsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListWorkflowStepGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListWorkflowStepsCommand, se_ListWorkflowStepsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListWorkflowStepsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListWorkflowsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RetryWorkflowStepCommand, se_RetryWorkflowStepCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RetryWorkflowStepCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartWorkflowCommand, se_StartWorkflowCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartWorkflowCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopWorkflowCommand, se_StopWorkflowCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopWorkflowCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateTemplateCommand, se_UpdateTemplateCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateTemplateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateWorkflowCommand, se_UpdateWorkflowCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateWorkflowCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateWorkflowStepCommand, se_UpdateWorkflowStepCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateWorkflowStepCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateWorkflowStepGroupCommand, se_UpdateWorkflowStepGroupCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateWorkflowStepGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-migrationhuborchestrator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Migrationhuborchestrator Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-migrationhuborchestrator",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|