@aws-sdk/client-migrationhubstrategy 3.590.0 → 3.596.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 -22
- package/dist-types/commands/GetApplicationComponentDetailsCommand.d.ts +2 -1
- package/dist-types/commands/GetApplicationComponentStrategiesCommand.d.ts +2 -1
- package/dist-types/commands/GetAssessmentCommand.d.ts +2 -1
- package/dist-types/commands/GetImportFileTaskCommand.d.ts +2 -1
- package/dist-types/commands/GetLatestAssessmentIdCommand.d.ts +2 -1
- package/dist-types/commands/GetPortfolioPreferencesCommand.d.ts +2 -1
- package/dist-types/commands/GetPortfolioSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetRecommendationReportDetailsCommand.d.ts +2 -1
- package/dist-types/commands/GetServerDetailsCommand.d.ts +2 -1
- package/dist-types/commands/GetServerStrategiesCommand.d.ts +2 -1
- package/dist-types/commands/ListAnalyzableServersCommand.d.ts +2 -1
- package/dist-types/commands/ListApplicationComponentsCommand.d.ts +2 -1
- package/dist-types/commands/ListCollectorsCommand.d.ts +2 -1
- package/dist-types/commands/ListImportFileTaskCommand.d.ts +2 -1
- package/dist-types/commands/ListServersCommand.d.ts +2 -1
- package/dist-types/commands/PutPortfolioPreferencesCommand.d.ts +2 -1
- package/dist-types/commands/StartAssessmentCommand.d.ts +2 -1
- package/dist-types/commands/StartImportFileTaskCommand.d.ts +2 -1
- package/dist-types/commands/StartRecommendationReportGenerationCommand.d.ts +2 -1
- package/dist-types/commands/StopAssessmentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationComponentConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdateServerConfigCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/MigrationHubStrategyServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetApplicationComponentDetailsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetApplicationComponentStrategiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetImportFileTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetLatestAssessmentIdCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPortfolioPreferencesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPortfolioSummaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRecommendationReportDetailsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetServerDetailsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetServerStrategiesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAnalyzableServersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListApplicationComponentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListCollectorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListImportFileTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListServersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutPortfolioPreferencesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartAssessmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartImportFileTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartRecommendationReportGenerationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopAssessmentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateApplicationComponentConfigCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateServerConfigCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/MigrationHubStrategyServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -264,7 +264,6 @@ var MigrationHubStrategyClient = _MigrationHubStrategyClient;
|
|
|
264
264
|
|
|
265
265
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
266
266
|
|
|
267
|
-
var import_types = require("@smithy/types");
|
|
268
267
|
|
|
269
268
|
// src/protocols/Aws_restJson1.ts
|
|
270
269
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1722,7 +1721,6 @@ var GetApplicationComponentDetailsCommand = _GetApplicationComponentDetailsComma
|
|
|
1722
1721
|
|
|
1723
1722
|
|
|
1724
1723
|
|
|
1725
|
-
|
|
1726
1724
|
var _GetApplicationComponentStrategiesCommand = class _GetApplicationComponentStrategiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1727
1725
|
...commonParams
|
|
1728
1726
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1739,7 +1737,6 @@ var GetApplicationComponentStrategiesCommand = _GetApplicationComponentStrategie
|
|
|
1739
1737
|
|
|
1740
1738
|
|
|
1741
1739
|
|
|
1742
|
-
|
|
1743
1740
|
var _GetAssessmentCommand = class _GetAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1744
1741
|
...commonParams
|
|
1745
1742
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1756,7 +1753,6 @@ var GetAssessmentCommand = _GetAssessmentCommand;
|
|
|
1756
1753
|
|
|
1757
1754
|
|
|
1758
1755
|
|
|
1759
|
-
|
|
1760
1756
|
var _GetImportFileTaskCommand = class _GetImportFileTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1761
1757
|
...commonParams
|
|
1762
1758
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1773,7 +1769,6 @@ var GetImportFileTaskCommand = _GetImportFileTaskCommand;
|
|
|
1773
1769
|
|
|
1774
1770
|
|
|
1775
1771
|
|
|
1776
|
-
|
|
1777
1772
|
var _GetLatestAssessmentIdCommand = class _GetLatestAssessmentIdCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1778
1773
|
...commonParams
|
|
1779
1774
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1790,7 +1785,6 @@ var GetLatestAssessmentIdCommand = _GetLatestAssessmentIdCommand;
|
|
|
1790
1785
|
|
|
1791
1786
|
|
|
1792
1787
|
|
|
1793
|
-
|
|
1794
1788
|
var _GetPortfolioPreferencesCommand = class _GetPortfolioPreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1795
1789
|
...commonParams
|
|
1796
1790
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1807,7 +1801,6 @@ var GetPortfolioPreferencesCommand = _GetPortfolioPreferencesCommand;
|
|
|
1807
1801
|
|
|
1808
1802
|
|
|
1809
1803
|
|
|
1810
|
-
|
|
1811
1804
|
var _GetPortfolioSummaryCommand = class _GetPortfolioSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1812
1805
|
...commonParams
|
|
1813
1806
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1824,7 +1817,6 @@ var GetPortfolioSummaryCommand = _GetPortfolioSummaryCommand;
|
|
|
1824
1817
|
|
|
1825
1818
|
|
|
1826
1819
|
|
|
1827
|
-
|
|
1828
1820
|
var _GetRecommendationReportDetailsCommand = class _GetRecommendationReportDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1829
1821
|
...commonParams
|
|
1830
1822
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1841,7 +1833,6 @@ var GetRecommendationReportDetailsCommand = _GetRecommendationReportDetailsComma
|
|
|
1841
1833
|
|
|
1842
1834
|
|
|
1843
1835
|
|
|
1844
|
-
|
|
1845
1836
|
var _GetServerDetailsCommand = class _GetServerDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1846
1837
|
...commonParams
|
|
1847
1838
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1858,7 +1849,6 @@ var GetServerDetailsCommand = _GetServerDetailsCommand;
|
|
|
1858
1849
|
|
|
1859
1850
|
|
|
1860
1851
|
|
|
1861
|
-
|
|
1862
1852
|
var _GetServerStrategiesCommand = class _GetServerStrategiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1863
1853
|
...commonParams
|
|
1864
1854
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1875,7 +1865,6 @@ var GetServerStrategiesCommand = _GetServerStrategiesCommand;
|
|
|
1875
1865
|
|
|
1876
1866
|
|
|
1877
1867
|
|
|
1878
|
-
|
|
1879
1868
|
var _ListAnalyzableServersCommand = class _ListAnalyzableServersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1880
1869
|
...commonParams
|
|
1881
1870
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1892,7 +1881,6 @@ var ListAnalyzableServersCommand = _ListAnalyzableServersCommand;
|
|
|
1892
1881
|
|
|
1893
1882
|
|
|
1894
1883
|
|
|
1895
|
-
|
|
1896
1884
|
var _ListApplicationComponentsCommand = class _ListApplicationComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1897
1885
|
...commonParams
|
|
1898
1886
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1909,7 +1897,6 @@ var ListApplicationComponentsCommand = _ListApplicationComponentsCommand;
|
|
|
1909
1897
|
|
|
1910
1898
|
|
|
1911
1899
|
|
|
1912
|
-
|
|
1913
1900
|
var _ListCollectorsCommand = class _ListCollectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1914
1901
|
...commonParams
|
|
1915
1902
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1926,7 +1913,6 @@ var ListCollectorsCommand = _ListCollectorsCommand;
|
|
|
1926
1913
|
|
|
1927
1914
|
|
|
1928
1915
|
|
|
1929
|
-
|
|
1930
1916
|
var _ListImportFileTaskCommand = class _ListImportFileTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1931
1917
|
...commonParams
|
|
1932
1918
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1943,7 +1929,6 @@ var ListImportFileTaskCommand = _ListImportFileTaskCommand;
|
|
|
1943
1929
|
|
|
1944
1930
|
|
|
1945
1931
|
|
|
1946
|
-
|
|
1947
1932
|
var _ListServersCommand = class _ListServersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1948
1933
|
...commonParams
|
|
1949
1934
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1960,7 +1945,6 @@ var ListServersCommand = _ListServersCommand;
|
|
|
1960
1945
|
|
|
1961
1946
|
|
|
1962
1947
|
|
|
1963
|
-
|
|
1964
1948
|
var _PutPortfolioPreferencesCommand = class _PutPortfolioPreferencesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1965
1949
|
...commonParams
|
|
1966
1950
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1977,7 +1961,6 @@ var PutPortfolioPreferencesCommand = _PutPortfolioPreferencesCommand;
|
|
|
1977
1961
|
|
|
1978
1962
|
|
|
1979
1963
|
|
|
1980
|
-
|
|
1981
1964
|
var _StartAssessmentCommand = class _StartAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1982
1965
|
...commonParams
|
|
1983
1966
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1994,7 +1977,6 @@ var StartAssessmentCommand = _StartAssessmentCommand;
|
|
|
1994
1977
|
|
|
1995
1978
|
|
|
1996
1979
|
|
|
1997
|
-
|
|
1998
1980
|
var _StartImportFileTaskCommand = class _StartImportFileTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1999
1981
|
...commonParams
|
|
2000
1982
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2011,7 +1993,6 @@ var StartImportFileTaskCommand = _StartImportFileTaskCommand;
|
|
|
2011
1993
|
|
|
2012
1994
|
|
|
2013
1995
|
|
|
2014
|
-
|
|
2015
1996
|
var _StartRecommendationReportGenerationCommand = class _StartRecommendationReportGenerationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2016
1997
|
...commonParams
|
|
2017
1998
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2028,7 +2009,6 @@ var StartRecommendationReportGenerationCommand = _StartRecommendationReportGener
|
|
|
2028
2009
|
|
|
2029
2010
|
|
|
2030
2011
|
|
|
2031
|
-
|
|
2032
2012
|
var _StopAssessmentCommand = class _StopAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2033
2013
|
...commonParams
|
|
2034
2014
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2045,7 +2025,6 @@ var StopAssessmentCommand = _StopAssessmentCommand;
|
|
|
2045
2025
|
|
|
2046
2026
|
|
|
2047
2027
|
|
|
2048
|
-
|
|
2049
2028
|
var _UpdateApplicationComponentConfigCommand = class _UpdateApplicationComponentConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2050
2029
|
...commonParams
|
|
2051
2030
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2062,7 +2041,6 @@ var UpdateApplicationComponentConfigCommand = _UpdateApplicationComponentConfigC
|
|
|
2062
2041
|
|
|
2063
2042
|
|
|
2064
2043
|
|
|
2065
|
-
|
|
2066
2044
|
var _UpdateServerConfigCommand = class _UpdateServerConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2067
2045
|
...commonParams
|
|
2068
2046
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
export * from "./MigrationHubStrategyClient";
|
|
12
12
|
export * from "./MigrationHubStrategy";
|
|
13
13
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
14
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
15
|
-
export { MigrationHubStrategyExtensionConfiguration } from "./extensionConfiguration";
|
|
14
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
15
|
+
export type { MigrationHubStrategyExtensionConfiguration } from "./extensionConfiguration";
|
|
16
16
|
export * from "./commands";
|
|
17
17
|
export * from "./pagination";
|
|
18
18
|
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
|
GetApplicationComponentDetailsRequest,
|
|
10
10
|
GetApplicationComponentDetailsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetApplicationComponentDetailsCommandInput
|
|
14
15
|
extends GetApplicationComponentDetailsRequest {}
|
|
15
16
|
export interface GetApplicationComponentDetailsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetApplicationComponentStrategiesRequest,
|
|
10
10
|
GetApplicationComponentStrategiesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetApplicationComponentStrategiesCommandInput
|
|
14
15
|
extends GetApplicationComponentStrategiesRequest {}
|
|
15
16
|
export interface GetApplicationComponentStrategiesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetAssessmentRequest,
|
|
10
10
|
GetAssessmentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetAssessmentCommandInput extends GetAssessmentRequest {}
|
|
14
15
|
export interface GetAssessmentCommandOutput
|
|
15
16
|
extends GetAssessmentResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetImportFileTaskRequest,
|
|
10
10
|
GetImportFileTaskResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetImportFileTaskCommandInput
|
|
14
15
|
extends GetImportFileTaskRequest {}
|
|
15
16
|
export interface GetImportFileTaskCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetLatestAssessmentIdRequest,
|
|
10
10
|
GetLatestAssessmentIdResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetLatestAssessmentIdCommandInput
|
|
14
15
|
extends GetLatestAssessmentIdRequest {}
|
|
15
16
|
export interface GetLatestAssessmentIdCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetPortfolioPreferencesRequest,
|
|
10
10
|
GetPortfolioPreferencesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetPortfolioPreferencesCommandInput
|
|
14
15
|
extends GetPortfolioPreferencesRequest {}
|
|
15
16
|
export interface GetPortfolioPreferencesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetPortfolioSummaryRequest,
|
|
10
10
|
GetPortfolioSummaryResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetPortfolioSummaryCommandInput
|
|
14
15
|
extends GetPortfolioSummaryRequest {}
|
|
15
16
|
export interface GetPortfolioSummaryCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetRecommendationReportDetailsRequest,
|
|
10
10
|
GetRecommendationReportDetailsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetRecommendationReportDetailsCommandInput
|
|
14
15
|
extends GetRecommendationReportDetailsRequest {}
|
|
15
16
|
export interface GetRecommendationReportDetailsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetServerDetailsRequest,
|
|
10
10
|
GetServerDetailsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetServerDetailsCommandInput extends GetServerDetailsRequest {}
|
|
14
15
|
export interface GetServerDetailsCommandOutput
|
|
15
16
|
extends GetServerDetailsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetServerStrategiesRequest,
|
|
10
10
|
GetServerStrategiesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetServerStrategiesCommandInput
|
|
14
15
|
extends GetServerStrategiesRequest {}
|
|
15
16
|
export interface GetServerStrategiesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListAnalyzableServersRequest,
|
|
10
10
|
ListAnalyzableServersResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListAnalyzableServersCommandInput
|
|
14
15
|
extends ListAnalyzableServersRequest {}
|
|
15
16
|
export interface ListAnalyzableServersCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListApplicationComponentsRequest,
|
|
10
10
|
ListApplicationComponentsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListApplicationComponentsCommandInput
|
|
14
15
|
extends ListApplicationComponentsRequest {}
|
|
15
16
|
export interface ListApplicationComponentsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListCollectorsRequest,
|
|
10
10
|
ListCollectorsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListCollectorsCommandInput extends ListCollectorsRequest {}
|
|
14
15
|
export interface ListCollectorsCommandOutput
|
|
15
16
|
extends ListCollectorsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListImportFileTaskRequest,
|
|
10
10
|
ListImportFileTaskResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListImportFileTaskCommandInput
|
|
14
15
|
extends ListImportFileTaskRequest {}
|
|
15
16
|
export interface ListImportFileTaskCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../MigrationHubStrategyClient";
|
|
8
8
|
import { ListServersRequest, ListServersResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListServersCommandInput extends ListServersRequest {}
|
|
11
12
|
export interface ListServersCommandOutput
|
|
12
13
|
extends ListServersResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutPortfolioPreferencesRequest,
|
|
10
10
|
PutPortfolioPreferencesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutPortfolioPreferencesCommandInput
|
|
14
15
|
extends PutPortfolioPreferencesRequest {}
|
|
15
16
|
export interface PutPortfolioPreferencesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartAssessmentRequest,
|
|
10
10
|
StartAssessmentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartAssessmentCommandInput extends StartAssessmentRequest {}
|
|
14
15
|
export interface StartAssessmentCommandOutput
|
|
15
16
|
extends StartAssessmentResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartImportFileTaskRequest,
|
|
10
10
|
StartImportFileTaskResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartImportFileTaskCommandInput
|
|
14
15
|
extends StartImportFileTaskRequest {}
|
|
15
16
|
export interface StartImportFileTaskCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartRecommendationReportGenerationRequest,
|
|
10
10
|
StartRecommendationReportGenerationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartRecommendationReportGenerationCommandInput
|
|
14
15
|
extends StartRecommendationReportGenerationRequest {}
|
|
15
16
|
export interface StartRecommendationReportGenerationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopAssessmentRequest,
|
|
10
10
|
StopAssessmentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopAssessmentCommandInput extends StopAssessmentRequest {}
|
|
14
15
|
export interface StopAssessmentCommandOutput
|
|
15
16
|
extends StopAssessmentResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateApplicationComponentConfigRequest,
|
|
10
10
|
UpdateApplicationComponentConfigResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateApplicationComponentConfigCommandInput
|
|
14
15
|
extends UpdateApplicationComponentConfigRequest {}
|
|
15
16
|
export interface UpdateApplicationComponentConfigCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateServerConfigRequest,
|
|
10
10
|
UpdateServerConfigResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateServerConfigCommandInput
|
|
14
15
|
extends UpdateServerConfigRequest {}
|
|
15
16
|
export interface UpdateServerConfigCommandOutput
|
|
@@ -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 MigrationHubStrategyServiceException 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-migrationhubstrategy",
|
|
3
3
|
"description": "AWS SDK for JavaScript Migrationhubstrategy Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.596.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-migrationhubstrategy",
|
|
@@ -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.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.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",
|