@aws-sdk/client-migrationhubstrategy 3.649.0 → 3.651.1
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 +22 -66
- package/dist-es/commands/GetApplicationComponentDetailsCommand.js +1 -3
- package/dist-es/commands/GetApplicationComponentStrategiesCommand.js +1 -3
- package/dist-es/commands/GetAssessmentCommand.js +1 -3
- package/dist-es/commands/GetImportFileTaskCommand.js +1 -3
- package/dist-es/commands/GetLatestAssessmentIdCommand.js +1 -3
- package/dist-es/commands/GetPortfolioPreferencesCommand.js +1 -3
- package/dist-es/commands/GetPortfolioSummaryCommand.js +1 -3
- package/dist-es/commands/GetRecommendationReportDetailsCommand.js +1 -3
- package/dist-es/commands/GetServerDetailsCommand.js +1 -3
- package/dist-es/commands/GetServerStrategiesCommand.js +1 -3
- package/dist-es/commands/ListAnalyzableServersCommand.js +1 -3
- package/dist-es/commands/ListApplicationComponentsCommand.js +1 -3
- package/dist-es/commands/ListCollectorsCommand.js +1 -3
- package/dist-es/commands/ListImportFileTaskCommand.js +1 -3
- package/dist-es/commands/ListServersCommand.js +1 -3
- package/dist-es/commands/PutPortfolioPreferencesCommand.js +1 -3
- package/dist-es/commands/StartAssessmentCommand.js +1 -3
- package/dist-es/commands/StartImportFileTaskCommand.js +1 -3
- package/dist-es/commands/StartRecommendationReportGenerationCommand.js +1 -3
- package/dist-es/commands/StopAssessmentCommand.js +1 -3
- package/dist-es/commands/UpdateApplicationComponentConfigCommand.js +1 -3
- package/dist-es/commands/UpdateServerConfigCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -1690,9 +1690,7 @@ var _mR = "maxResults";
|
|
|
1690
1690
|
var _nT = "nextToken";
|
|
1691
1691
|
|
|
1692
1692
|
// src/commands/GetApplicationComponentDetailsCommand.ts
|
|
1693
|
-
var _GetApplicationComponentDetailsCommand = class _GetApplicationComponentDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1694
|
-
...commonParams
|
|
1695
|
-
}).m(function(Command, cs, config, o) {
|
|
1693
|
+
var _GetApplicationComponentDetailsCommand = class _GetApplicationComponentDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1696
1694
|
return [
|
|
1697
1695
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1698
1696
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1706,9 +1704,7 @@ var GetApplicationComponentDetailsCommand = _GetApplicationComponentDetailsComma
|
|
|
1706
1704
|
|
|
1707
1705
|
|
|
1708
1706
|
|
|
1709
|
-
var _GetApplicationComponentStrategiesCommand = class _GetApplicationComponentStrategiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1710
|
-
...commonParams
|
|
1711
|
-
}).m(function(Command, cs, config, o) {
|
|
1707
|
+
var _GetApplicationComponentStrategiesCommand = class _GetApplicationComponentStrategiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1712
1708
|
return [
|
|
1713
1709
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1714
1710
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1722,9 +1718,7 @@ var GetApplicationComponentStrategiesCommand = _GetApplicationComponentStrategie
|
|
|
1722
1718
|
|
|
1723
1719
|
|
|
1724
1720
|
|
|
1725
|
-
var _GetAssessmentCommand = class _GetAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1726
|
-
...commonParams
|
|
1727
|
-
}).m(function(Command, cs, config, o) {
|
|
1721
|
+
var _GetAssessmentCommand = class _GetAssessmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1728
1722
|
return [
|
|
1729
1723
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1730
1724
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1738,9 +1732,7 @@ var GetAssessmentCommand = _GetAssessmentCommand;
|
|
|
1738
1732
|
|
|
1739
1733
|
|
|
1740
1734
|
|
|
1741
|
-
var _GetImportFileTaskCommand = class _GetImportFileTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1742
|
-
...commonParams
|
|
1743
|
-
}).m(function(Command, cs, config, o) {
|
|
1735
|
+
var _GetImportFileTaskCommand = class _GetImportFileTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1744
1736
|
return [
|
|
1745
1737
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1746
1738
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1754,9 +1746,7 @@ var GetImportFileTaskCommand = _GetImportFileTaskCommand;
|
|
|
1754
1746
|
|
|
1755
1747
|
|
|
1756
1748
|
|
|
1757
|
-
var _GetLatestAssessmentIdCommand = class _GetLatestAssessmentIdCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1758
|
-
...commonParams
|
|
1759
|
-
}).m(function(Command, cs, config, o) {
|
|
1749
|
+
var _GetLatestAssessmentIdCommand = class _GetLatestAssessmentIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1760
1750
|
return [
|
|
1761
1751
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1762
1752
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1770,9 +1760,7 @@ var GetLatestAssessmentIdCommand = _GetLatestAssessmentIdCommand;
|
|
|
1770
1760
|
|
|
1771
1761
|
|
|
1772
1762
|
|
|
1773
|
-
var _GetPortfolioPreferencesCommand = class _GetPortfolioPreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1774
|
-
...commonParams
|
|
1775
|
-
}).m(function(Command, cs, config, o) {
|
|
1763
|
+
var _GetPortfolioPreferencesCommand = class _GetPortfolioPreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1776
1764
|
return [
|
|
1777
1765
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1778
1766
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1786,9 +1774,7 @@ var GetPortfolioPreferencesCommand = _GetPortfolioPreferencesCommand;
|
|
|
1786
1774
|
|
|
1787
1775
|
|
|
1788
1776
|
|
|
1789
|
-
var _GetPortfolioSummaryCommand = class _GetPortfolioSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1790
|
-
...commonParams
|
|
1791
|
-
}).m(function(Command, cs, config, o) {
|
|
1777
|
+
var _GetPortfolioSummaryCommand = class _GetPortfolioSummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1792
1778
|
return [
|
|
1793
1779
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1794
1780
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1802,9 +1788,7 @@ var GetPortfolioSummaryCommand = _GetPortfolioSummaryCommand;
|
|
|
1802
1788
|
|
|
1803
1789
|
|
|
1804
1790
|
|
|
1805
|
-
var _GetRecommendationReportDetailsCommand = class _GetRecommendationReportDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1806
|
-
...commonParams
|
|
1807
|
-
}).m(function(Command, cs, config, o) {
|
|
1791
|
+
var _GetRecommendationReportDetailsCommand = class _GetRecommendationReportDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1808
1792
|
return [
|
|
1809
1793
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1810
1794
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1818,9 +1802,7 @@ var GetRecommendationReportDetailsCommand = _GetRecommendationReportDetailsComma
|
|
|
1818
1802
|
|
|
1819
1803
|
|
|
1820
1804
|
|
|
1821
|
-
var _GetServerDetailsCommand = class _GetServerDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1822
|
-
...commonParams
|
|
1823
|
-
}).m(function(Command, cs, config, o) {
|
|
1805
|
+
var _GetServerDetailsCommand = class _GetServerDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1824
1806
|
return [
|
|
1825
1807
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1826
1808
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1834,9 +1816,7 @@ var GetServerDetailsCommand = _GetServerDetailsCommand;
|
|
|
1834
1816
|
|
|
1835
1817
|
|
|
1836
1818
|
|
|
1837
|
-
var _GetServerStrategiesCommand = class _GetServerStrategiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1838
|
-
...commonParams
|
|
1839
|
-
}).m(function(Command, cs, config, o) {
|
|
1819
|
+
var _GetServerStrategiesCommand = class _GetServerStrategiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1840
1820
|
return [
|
|
1841
1821
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1842
1822
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1850,9 +1830,7 @@ var GetServerStrategiesCommand = _GetServerStrategiesCommand;
|
|
|
1850
1830
|
|
|
1851
1831
|
|
|
1852
1832
|
|
|
1853
|
-
var _ListAnalyzableServersCommand = class _ListAnalyzableServersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1854
|
-
...commonParams
|
|
1855
|
-
}).m(function(Command, cs, config, o) {
|
|
1833
|
+
var _ListAnalyzableServersCommand = class _ListAnalyzableServersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1856
1834
|
return [
|
|
1857
1835
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1858
1836
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1866,9 +1844,7 @@ var ListAnalyzableServersCommand = _ListAnalyzableServersCommand;
|
|
|
1866
1844
|
|
|
1867
1845
|
|
|
1868
1846
|
|
|
1869
|
-
var _ListApplicationComponentsCommand = class _ListApplicationComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1870
|
-
...commonParams
|
|
1871
|
-
}).m(function(Command, cs, config, o) {
|
|
1847
|
+
var _ListApplicationComponentsCommand = class _ListApplicationComponentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1872
1848
|
return [
|
|
1873
1849
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1874
1850
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1882,9 +1858,7 @@ var ListApplicationComponentsCommand = _ListApplicationComponentsCommand;
|
|
|
1882
1858
|
|
|
1883
1859
|
|
|
1884
1860
|
|
|
1885
|
-
var _ListCollectorsCommand = class _ListCollectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1886
|
-
...commonParams
|
|
1887
|
-
}).m(function(Command, cs, config, o) {
|
|
1861
|
+
var _ListCollectorsCommand = class _ListCollectorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1888
1862
|
return [
|
|
1889
1863
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1890
1864
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1898,9 +1872,7 @@ var ListCollectorsCommand = _ListCollectorsCommand;
|
|
|
1898
1872
|
|
|
1899
1873
|
|
|
1900
1874
|
|
|
1901
|
-
var _ListImportFileTaskCommand = class _ListImportFileTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1902
|
-
...commonParams
|
|
1903
|
-
}).m(function(Command, cs, config, o) {
|
|
1875
|
+
var _ListImportFileTaskCommand = class _ListImportFileTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1904
1876
|
return [
|
|
1905
1877
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1906
1878
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1914,9 +1886,7 @@ var ListImportFileTaskCommand = _ListImportFileTaskCommand;
|
|
|
1914
1886
|
|
|
1915
1887
|
|
|
1916
1888
|
|
|
1917
|
-
var _ListServersCommand = class _ListServersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1918
|
-
...commonParams
|
|
1919
|
-
}).m(function(Command, cs, config, o) {
|
|
1889
|
+
var _ListServersCommand = class _ListServersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1920
1890
|
return [
|
|
1921
1891
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1922
1892
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1930,9 +1900,7 @@ var ListServersCommand = _ListServersCommand;
|
|
|
1930
1900
|
|
|
1931
1901
|
|
|
1932
1902
|
|
|
1933
|
-
var _PutPortfolioPreferencesCommand = class _PutPortfolioPreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1934
|
-
...commonParams
|
|
1935
|
-
}).m(function(Command, cs, config, o) {
|
|
1903
|
+
var _PutPortfolioPreferencesCommand = class _PutPortfolioPreferencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1936
1904
|
return [
|
|
1937
1905
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1938
1906
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1946,9 +1914,7 @@ var PutPortfolioPreferencesCommand = _PutPortfolioPreferencesCommand;
|
|
|
1946
1914
|
|
|
1947
1915
|
|
|
1948
1916
|
|
|
1949
|
-
var _StartAssessmentCommand = class _StartAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1950
|
-
...commonParams
|
|
1951
|
-
}).m(function(Command, cs, config, o) {
|
|
1917
|
+
var _StartAssessmentCommand = class _StartAssessmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1952
1918
|
return [
|
|
1953
1919
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1954
1920
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1962,9 +1928,7 @@ var StartAssessmentCommand = _StartAssessmentCommand;
|
|
|
1962
1928
|
|
|
1963
1929
|
|
|
1964
1930
|
|
|
1965
|
-
var _StartImportFileTaskCommand = class _StartImportFileTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1966
|
-
...commonParams
|
|
1967
|
-
}).m(function(Command, cs, config, o) {
|
|
1931
|
+
var _StartImportFileTaskCommand = class _StartImportFileTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1968
1932
|
return [
|
|
1969
1933
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1970
1934
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1978,9 +1942,7 @@ var StartImportFileTaskCommand = _StartImportFileTaskCommand;
|
|
|
1978
1942
|
|
|
1979
1943
|
|
|
1980
1944
|
|
|
1981
|
-
var _StartRecommendationReportGenerationCommand = class _StartRecommendationReportGenerationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1982
|
-
...commonParams
|
|
1983
|
-
}).m(function(Command, cs, config, o) {
|
|
1945
|
+
var _StartRecommendationReportGenerationCommand = class _StartRecommendationReportGenerationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1984
1946
|
return [
|
|
1985
1947
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1986
1948
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1994,9 +1956,7 @@ var StartRecommendationReportGenerationCommand = _StartRecommendationReportGener
|
|
|
1994
1956
|
|
|
1995
1957
|
|
|
1996
1958
|
|
|
1997
|
-
var _StopAssessmentCommand = class _StopAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1998
|
-
...commonParams
|
|
1999
|
-
}).m(function(Command, cs, config, o) {
|
|
1959
|
+
var _StopAssessmentCommand = class _StopAssessmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2000
1960
|
return [
|
|
2001
1961
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2002
1962
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2010,9 +1970,7 @@ var StopAssessmentCommand = _StopAssessmentCommand;
|
|
|
2010
1970
|
|
|
2011
1971
|
|
|
2012
1972
|
|
|
2013
|
-
var _UpdateApplicationComponentConfigCommand = class _UpdateApplicationComponentConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2014
|
-
...commonParams
|
|
2015
|
-
}).m(function(Command, cs, config, o) {
|
|
1973
|
+
var _UpdateApplicationComponentConfigCommand = class _UpdateApplicationComponentConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2016
1974
|
return [
|
|
2017
1975
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2018
1976
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2026,9 +1984,7 @@ var UpdateApplicationComponentConfigCommand = _UpdateApplicationComponentConfigC
|
|
|
2026
1984
|
|
|
2027
1985
|
|
|
2028
1986
|
|
|
2029
|
-
var _UpdateServerConfigCommand = class _UpdateServerConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2030
|
-
...commonParams
|
|
2031
|
-
}).m(function(Command, cs, config, o) {
|
|
1987
|
+
var _UpdateServerConfigCommand = class _UpdateServerConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2032
1988
|
return [
|
|
2033
1989
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2034
1990
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_GetApplicationComponentDetailsCommand, se_GetApplicationComponentDet
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetApplicationComponentDetailsCommand 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_GetApplicationComponentStrategiesCommand, se_GetApplicationComponent
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetApplicationComponentStrategiesCommand 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_GetAssessmentCommand, se_GetAssessmentCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAssessmentCommand 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_GetImportFileTaskCommand, se_GetImportFileTaskCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetImportFileTaskCommand 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_GetLatestAssessmentIdCommand, se_GetLatestAssessmentIdCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetLatestAssessmentIdCommand 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_GetPortfolioPreferencesCommand, se_GetPortfolioPreferencesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPortfolioPreferencesCommand 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_GetPortfolioSummaryCommand, se_GetPortfolioSummaryCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPortfolioSummaryCommand 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_GetRecommendationReportDetailsCommand, se_GetRecommendationReportDet
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRecommendationReportDetailsCommand 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_GetServerDetailsCommand, se_GetServerDetailsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetServerDetailsCommand 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_GetServerStrategiesCommand, se_GetServerStrategiesCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetServerStrategiesCommand 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_ListAnalyzableServersCommand, se_ListAnalyzableServersCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAnalyzableServersCommand 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_ListApplicationComponentsCommand, se_ListApplicationComponentsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationComponentsCommand 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_ListCollectorsCommand, se_ListCollectorsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListCollectorsCommand 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_ListImportFileTaskCommand, se_ListImportFileTaskCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListImportFileTaskCommand 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_ListServersCommand, se_ListServersCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListServersCommand 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_PutPortfolioPreferencesCommand, se_PutPortfolioPreferencesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutPortfolioPreferencesCommand 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_StartAssessmentCommand, se_StartAssessmentCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartAssessmentCommand 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_StartImportFileTaskCommand, se_StartImportFileTaskCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartImportFileTaskCommand 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_StartRecommendationReportGenerationCommand, se_StartRecommendationRe
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartRecommendationReportGenerationCommand 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_StopAssessmentCommand, se_StopAssessmentCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopAssessmentCommand 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_UpdateApplicationComponentConfigCommand, se_UpdateApplicationCompone
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateApplicationComponentConfigCommand 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_UpdateServerConfigCommand, se_UpdateServerConfigCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateServerConfigCommand 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-migrationhubstrategy",
|
|
3
3
|
"description": "AWS SDK for JavaScript Migrationhubstrategy Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
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-migrationhubstrategy",
|
|
@@ -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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
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",
|