@aws-sdk/client-migrationhuborchestrator 3.590.0 → 3.592.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 +0 -31
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/CreateWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateStepCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateStepGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/GetWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/commands/ListPluginsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplateStepGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplateStepsCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowStepGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowStepsCommand.d.ts +2 -1
- package/dist-types/commands/ListWorkflowsCommand.d.ts +2 -1
- package/dist-types/commands/RetryWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/StartWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/StopWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkflowCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkflowStepCommand.d.ts +2 -1
- package/dist-types/commands/UpdateWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/MigrationHubOrchestratorServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateWorkflowStepCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteWorkflowStepCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTemplateStepCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTemplateStepGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetWorkflowStepCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListPluginsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTemplateStepGroupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTemplateStepsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListWorkflowStepGroupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListWorkflowStepsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RetryWorkflowStepCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartWorkflowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopWorkflowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateWorkflowCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateWorkflowStepCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateWorkflowStepGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/MigrationHubOrchestratorServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -240,7 +240,6 @@ var MigrationHubOrchestratorClient = _MigrationHubOrchestratorClient;
|
|
|
240
240
|
|
|
241
241
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
242
242
|
|
|
243
|
-
var import_types = require("@smithy/types");
|
|
244
243
|
|
|
245
244
|
// src/protocols/Aws_restJson1.ts
|
|
246
245
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1663,7 +1662,6 @@ var CreateTemplateCommand = _CreateTemplateCommand;
|
|
|
1663
1662
|
|
|
1664
1663
|
|
|
1665
1664
|
|
|
1666
|
-
|
|
1667
1665
|
var _CreateWorkflowCommand = class _CreateWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1668
1666
|
...commonParams
|
|
1669
1667
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1680,7 +1678,6 @@ var CreateWorkflowCommand = _CreateWorkflowCommand;
|
|
|
1680
1678
|
|
|
1681
1679
|
|
|
1682
1680
|
|
|
1683
|
-
|
|
1684
1681
|
var _CreateWorkflowStepCommand = class _CreateWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1685
1682
|
...commonParams
|
|
1686
1683
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1697,7 +1694,6 @@ var CreateWorkflowStepCommand = _CreateWorkflowStepCommand;
|
|
|
1697
1694
|
|
|
1698
1695
|
|
|
1699
1696
|
|
|
1700
|
-
|
|
1701
1697
|
var _CreateWorkflowStepGroupCommand = class _CreateWorkflowStepGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1702
1698
|
...commonParams
|
|
1703
1699
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1714,7 +1710,6 @@ var CreateWorkflowStepGroupCommand = _CreateWorkflowStepGroupCommand;
|
|
|
1714
1710
|
|
|
1715
1711
|
|
|
1716
1712
|
|
|
1717
|
-
|
|
1718
1713
|
var _DeleteTemplateCommand = class _DeleteTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1719
1714
|
...commonParams
|
|
1720
1715
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1731,7 +1726,6 @@ var DeleteTemplateCommand = _DeleteTemplateCommand;
|
|
|
1731
1726
|
|
|
1732
1727
|
|
|
1733
1728
|
|
|
1734
|
-
|
|
1735
1729
|
var _DeleteWorkflowCommand = class _DeleteWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1736
1730
|
...commonParams
|
|
1737
1731
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1748,7 +1742,6 @@ var DeleteWorkflowCommand = _DeleteWorkflowCommand;
|
|
|
1748
1742
|
|
|
1749
1743
|
|
|
1750
1744
|
|
|
1751
|
-
|
|
1752
1745
|
var _DeleteWorkflowStepCommand = class _DeleteWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1753
1746
|
...commonParams
|
|
1754
1747
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1765,7 +1758,6 @@ var DeleteWorkflowStepCommand = _DeleteWorkflowStepCommand;
|
|
|
1765
1758
|
|
|
1766
1759
|
|
|
1767
1760
|
|
|
1768
|
-
|
|
1769
1761
|
var _DeleteWorkflowStepGroupCommand = class _DeleteWorkflowStepGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1770
1762
|
...commonParams
|
|
1771
1763
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1782,7 +1774,6 @@ var DeleteWorkflowStepGroupCommand = _DeleteWorkflowStepGroupCommand;
|
|
|
1782
1774
|
|
|
1783
1775
|
|
|
1784
1776
|
|
|
1785
|
-
|
|
1786
1777
|
var _GetTemplateCommand = class _GetTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1787
1778
|
...commonParams
|
|
1788
1779
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1799,7 +1790,6 @@ var GetTemplateCommand = _GetTemplateCommand;
|
|
|
1799
1790
|
|
|
1800
1791
|
|
|
1801
1792
|
|
|
1802
|
-
|
|
1803
1793
|
var _GetTemplateStepCommand = class _GetTemplateStepCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1804
1794
|
...commonParams
|
|
1805
1795
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1816,7 +1806,6 @@ var GetTemplateStepCommand = _GetTemplateStepCommand;
|
|
|
1816
1806
|
|
|
1817
1807
|
|
|
1818
1808
|
|
|
1819
|
-
|
|
1820
1809
|
var _GetTemplateStepGroupCommand = class _GetTemplateStepGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1821
1810
|
...commonParams
|
|
1822
1811
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1833,7 +1822,6 @@ var GetTemplateStepGroupCommand = _GetTemplateStepGroupCommand;
|
|
|
1833
1822
|
|
|
1834
1823
|
|
|
1835
1824
|
|
|
1836
|
-
|
|
1837
1825
|
var _GetWorkflowCommand = class _GetWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1838
1826
|
...commonParams
|
|
1839
1827
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1850,7 +1838,6 @@ var GetWorkflowCommand = _GetWorkflowCommand;
|
|
|
1850
1838
|
|
|
1851
1839
|
|
|
1852
1840
|
|
|
1853
|
-
|
|
1854
1841
|
var _GetWorkflowStepCommand = class _GetWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1855
1842
|
...commonParams
|
|
1856
1843
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1867,7 +1854,6 @@ var GetWorkflowStepCommand = _GetWorkflowStepCommand;
|
|
|
1867
1854
|
|
|
1868
1855
|
|
|
1869
1856
|
|
|
1870
|
-
|
|
1871
1857
|
var _GetWorkflowStepGroupCommand = class _GetWorkflowStepGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1872
1858
|
...commonParams
|
|
1873
1859
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1884,7 +1870,6 @@ var GetWorkflowStepGroupCommand = _GetWorkflowStepGroupCommand;
|
|
|
1884
1870
|
|
|
1885
1871
|
|
|
1886
1872
|
|
|
1887
|
-
|
|
1888
1873
|
var _ListPluginsCommand = class _ListPluginsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1889
1874
|
...commonParams
|
|
1890
1875
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1901,7 +1886,6 @@ var ListPluginsCommand = _ListPluginsCommand;
|
|
|
1901
1886
|
|
|
1902
1887
|
|
|
1903
1888
|
|
|
1904
|
-
|
|
1905
1889
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1906
1890
|
...commonParams
|
|
1907
1891
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1918,7 +1902,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1918
1902
|
|
|
1919
1903
|
|
|
1920
1904
|
|
|
1921
|
-
|
|
1922
1905
|
var _ListTemplatesCommand = class _ListTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1923
1906
|
...commonParams
|
|
1924
1907
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1935,7 +1918,6 @@ var ListTemplatesCommand = _ListTemplatesCommand;
|
|
|
1935
1918
|
|
|
1936
1919
|
|
|
1937
1920
|
|
|
1938
|
-
|
|
1939
1921
|
var _ListTemplateStepGroupsCommand = class _ListTemplateStepGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1940
1922
|
...commonParams
|
|
1941
1923
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1952,7 +1934,6 @@ var ListTemplateStepGroupsCommand = _ListTemplateStepGroupsCommand;
|
|
|
1952
1934
|
|
|
1953
1935
|
|
|
1954
1936
|
|
|
1955
|
-
|
|
1956
1937
|
var _ListTemplateStepsCommand = class _ListTemplateStepsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1957
1938
|
...commonParams
|
|
1958
1939
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1969,7 +1950,6 @@ var ListTemplateStepsCommand = _ListTemplateStepsCommand;
|
|
|
1969
1950
|
|
|
1970
1951
|
|
|
1971
1952
|
|
|
1972
|
-
|
|
1973
1953
|
var _ListWorkflowsCommand = class _ListWorkflowsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1974
1954
|
...commonParams
|
|
1975
1955
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1986,7 +1966,6 @@ var ListWorkflowsCommand = _ListWorkflowsCommand;
|
|
|
1986
1966
|
|
|
1987
1967
|
|
|
1988
1968
|
|
|
1989
|
-
|
|
1990
1969
|
var _ListWorkflowStepGroupsCommand = class _ListWorkflowStepGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1991
1970
|
...commonParams
|
|
1992
1971
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2003,7 +1982,6 @@ var ListWorkflowStepGroupsCommand = _ListWorkflowStepGroupsCommand;
|
|
|
2003
1982
|
|
|
2004
1983
|
|
|
2005
1984
|
|
|
2006
|
-
|
|
2007
1985
|
var _ListWorkflowStepsCommand = class _ListWorkflowStepsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2008
1986
|
...commonParams
|
|
2009
1987
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2020,7 +1998,6 @@ var ListWorkflowStepsCommand = _ListWorkflowStepsCommand;
|
|
|
2020
1998
|
|
|
2021
1999
|
|
|
2022
2000
|
|
|
2023
|
-
|
|
2024
2001
|
var _RetryWorkflowStepCommand = class _RetryWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2025
2002
|
...commonParams
|
|
2026
2003
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2037,7 +2014,6 @@ var RetryWorkflowStepCommand = _RetryWorkflowStepCommand;
|
|
|
2037
2014
|
|
|
2038
2015
|
|
|
2039
2016
|
|
|
2040
|
-
|
|
2041
2017
|
var _StartWorkflowCommand = class _StartWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2042
2018
|
...commonParams
|
|
2043
2019
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2054,7 +2030,6 @@ var StartWorkflowCommand = _StartWorkflowCommand;
|
|
|
2054
2030
|
|
|
2055
2031
|
|
|
2056
2032
|
|
|
2057
|
-
|
|
2058
2033
|
var _StopWorkflowCommand = class _StopWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2059
2034
|
...commonParams
|
|
2060
2035
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2071,7 +2046,6 @@ var StopWorkflowCommand = _StopWorkflowCommand;
|
|
|
2071
2046
|
|
|
2072
2047
|
|
|
2073
2048
|
|
|
2074
|
-
|
|
2075
2049
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2076
2050
|
...commonParams
|
|
2077
2051
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2088,7 +2062,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2088
2062
|
|
|
2089
2063
|
|
|
2090
2064
|
|
|
2091
|
-
|
|
2092
2065
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2093
2066
|
...commonParams
|
|
2094
2067
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2105,7 +2078,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2105
2078
|
|
|
2106
2079
|
|
|
2107
2080
|
|
|
2108
|
-
|
|
2109
2081
|
var _UpdateTemplateCommand = class _UpdateTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2110
2082
|
...commonParams
|
|
2111
2083
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2122,7 +2094,6 @@ var UpdateTemplateCommand = _UpdateTemplateCommand;
|
|
|
2122
2094
|
|
|
2123
2095
|
|
|
2124
2096
|
|
|
2125
|
-
|
|
2126
2097
|
var _UpdateWorkflowCommand = class _UpdateWorkflowCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2127
2098
|
...commonParams
|
|
2128
2099
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2139,7 +2110,6 @@ var UpdateWorkflowCommand = _UpdateWorkflowCommand;
|
|
|
2139
2110
|
|
|
2140
2111
|
|
|
2141
2112
|
|
|
2142
|
-
|
|
2143
2113
|
var _UpdateWorkflowStepCommand = class _UpdateWorkflowStepCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2144
2114
|
...commonParams
|
|
2145
2115
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2156,7 +2126,6 @@ var UpdateWorkflowStepCommand = _UpdateWorkflowStepCommand;
|
|
|
2156
2126
|
|
|
2157
2127
|
|
|
2158
2128
|
|
|
2159
|
-
|
|
2160
2129
|
var _UpdateWorkflowStepGroupCommand = class _UpdateWorkflowStepGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2161
2130
|
...commonParams
|
|
2162
2131
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
export * from "./MigrationHubOrchestratorClient";
|
|
11
11
|
export * from "./MigrationHubOrchestrator";
|
|
12
12
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
13
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
14
|
-
export { MigrationHubOrchestratorExtensionConfiguration } from "./extensionConfiguration";
|
|
13
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
14
|
+
export type { MigrationHubOrchestratorExtensionConfiguration } from "./extensionConfiguration";
|
|
15
15
|
export * from "./commands";
|
|
16
16
|
export * from "./pagination";
|
|
17
17
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateTemplateRequest,
|
|
10
10
|
CreateTemplateResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateTemplateCommandInput extends CreateTemplateRequest {}
|
|
14
15
|
export interface CreateTemplateCommandOutput
|
|
15
16
|
extends CreateTemplateResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateMigrationWorkflowRequest,
|
|
10
10
|
CreateMigrationWorkflowResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateWorkflowCommandInput
|
|
14
15
|
extends CreateMigrationWorkflowRequest {}
|
|
15
16
|
export interface CreateWorkflowCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateWorkflowStepRequest,
|
|
10
10
|
CreateWorkflowStepResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateWorkflowStepCommandInput
|
|
14
15
|
extends CreateWorkflowStepRequest {}
|
|
15
16
|
export interface CreateWorkflowStepCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateWorkflowStepGroupRequest,
|
|
10
10
|
CreateWorkflowStepGroupResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateWorkflowStepGroupCommandInput
|
|
14
15
|
extends CreateWorkflowStepGroupRequest {}
|
|
15
16
|
export interface CreateWorkflowStepGroupCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteTemplateRequest,
|
|
10
10
|
DeleteTemplateResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteTemplateCommandInput extends DeleteTemplateRequest {}
|
|
14
15
|
export interface DeleteTemplateCommandOutput
|
|
15
16
|
extends DeleteTemplateResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteMigrationWorkflowRequest,
|
|
10
10
|
DeleteMigrationWorkflowResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteWorkflowCommandInput
|
|
14
15
|
extends DeleteMigrationWorkflowRequest {}
|
|
15
16
|
export interface DeleteWorkflowCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteWorkflowStepRequest,
|
|
10
10
|
DeleteWorkflowStepResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteWorkflowStepCommandInput
|
|
14
15
|
extends DeleteWorkflowStepRequest {}
|
|
15
16
|
export interface DeleteWorkflowStepCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteWorkflowStepGroupRequest,
|
|
10
10
|
DeleteWorkflowStepGroupResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteWorkflowStepGroupCommandInput
|
|
14
15
|
extends DeleteWorkflowStepGroupRequest {}
|
|
15
16
|
export interface DeleteWorkflowStepGroupCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetMigrationWorkflowTemplateRequest,
|
|
10
10
|
GetMigrationWorkflowTemplateResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetTemplateCommandInput
|
|
14
15
|
extends GetMigrationWorkflowTemplateRequest {}
|
|
15
16
|
export interface GetTemplateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetTemplateStepRequest,
|
|
10
10
|
GetTemplateStepResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetTemplateStepCommandInput extends GetTemplateStepRequest {}
|
|
14
15
|
export interface GetTemplateStepCommandOutput
|
|
15
16
|
extends GetTemplateStepResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetTemplateStepGroupRequest,
|
|
10
10
|
GetTemplateStepGroupResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetTemplateStepGroupCommandInput
|
|
14
15
|
extends GetTemplateStepGroupRequest {}
|
|
15
16
|
export interface GetTemplateStepGroupCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetMigrationWorkflowRequest,
|
|
10
10
|
GetMigrationWorkflowResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetWorkflowCommandInput extends GetMigrationWorkflowRequest {}
|
|
14
15
|
export interface GetWorkflowCommandOutput
|
|
15
16
|
extends GetMigrationWorkflowResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetWorkflowStepRequest,
|
|
10
10
|
GetWorkflowStepResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetWorkflowStepCommandInput extends GetWorkflowStepRequest {}
|
|
14
15
|
export interface GetWorkflowStepCommandOutput
|
|
15
16
|
extends GetWorkflowStepResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetWorkflowStepGroupRequest,
|
|
10
10
|
GetWorkflowStepGroupResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetWorkflowStepGroupCommandInput
|
|
14
15
|
extends GetWorkflowStepGroupRequest {}
|
|
15
16
|
export interface GetWorkflowStepGroupCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MigrationHubOrchestratorClient";
|
|
8
8
|
import { ListPluginsRequest, ListPluginsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListPluginsCommandInput extends ListPluginsRequest {}
|
|
11
12
|
export interface ListPluginsCommandOutput
|
|
12
13
|
extends ListPluginsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTemplateStepGroupsRequest,
|
|
10
10
|
ListTemplateStepGroupsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTemplateStepGroupsCommandInput
|
|
14
15
|
extends ListTemplateStepGroupsRequest {}
|
|
15
16
|
export interface ListTemplateStepGroupsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTemplateStepsRequest,
|
|
10
10
|
ListTemplateStepsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTemplateStepsCommandInput
|
|
14
15
|
extends ListTemplateStepsRequest {}
|
|
15
16
|
export interface ListTemplateStepsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListMigrationWorkflowTemplatesRequest,
|
|
10
10
|
ListMigrationWorkflowTemplatesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTemplatesCommandInput
|
|
14
15
|
extends ListMigrationWorkflowTemplatesRequest {}
|
|
15
16
|
export interface ListTemplatesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListWorkflowStepGroupsRequest,
|
|
10
10
|
ListWorkflowStepGroupsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListWorkflowStepGroupsCommandInput
|
|
14
15
|
extends ListWorkflowStepGroupsRequest {}
|
|
15
16
|
export interface ListWorkflowStepGroupsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListWorkflowStepsRequest,
|
|
10
10
|
ListWorkflowStepsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListWorkflowStepsCommandInput
|
|
14
15
|
extends ListWorkflowStepsRequest {}
|
|
15
16
|
export interface ListWorkflowStepsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListMigrationWorkflowsRequest,
|
|
10
10
|
ListMigrationWorkflowsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListWorkflowsCommandInput
|
|
14
15
|
extends ListMigrationWorkflowsRequest {}
|
|
15
16
|
export interface ListWorkflowsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RetryWorkflowStepRequest,
|
|
10
10
|
RetryWorkflowStepResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RetryWorkflowStepCommandInput
|
|
14
15
|
extends RetryWorkflowStepRequest {}
|
|
15
16
|
export interface RetryWorkflowStepCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartMigrationWorkflowRequest,
|
|
10
10
|
StartMigrationWorkflowResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartWorkflowCommandInput
|
|
14
15
|
extends StartMigrationWorkflowRequest {}
|
|
15
16
|
export interface StartWorkflowCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopMigrationWorkflowRequest,
|
|
10
10
|
StopMigrationWorkflowResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopWorkflowCommandInput
|
|
14
15
|
extends StopMigrationWorkflowRequest {}
|
|
15
16
|
export interface StopWorkflowCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MigrationHubOrchestratorClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateTemplateRequest,
|
|
10
10
|
UpdateTemplateResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateTemplateCommandInput extends UpdateTemplateRequest {}
|
|
14
15
|
export interface UpdateTemplateCommandOutput
|
|
15
16
|
extends UpdateTemplateResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateMigrationWorkflowRequest,
|
|
10
10
|
UpdateMigrationWorkflowResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateWorkflowCommandInput
|
|
14
15
|
extends UpdateMigrationWorkflowRequest {}
|
|
15
16
|
export interface UpdateWorkflowCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateWorkflowStepRequest,
|
|
10
10
|
UpdateWorkflowStepResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateWorkflowStepCommandInput
|
|
14
15
|
extends UpdateWorkflowStepRequest {}
|
|
15
16
|
export interface UpdateWorkflowStepCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateWorkflowStepGroupRequest,
|
|
10
10
|
UpdateWorkflowStepGroupResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateWorkflowStepGroupCommandInput
|
|
14
15
|
extends UpdateWorkflowStepGroupRequest {}
|
|
15
16
|
export interface UpdateWorkflowStepGroupCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class MigrationHubOrchestratorServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.592.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": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|