@aws-sdk/client-migrationhubstrategy 3.775.0 → 3.782.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.
Files changed (23) hide show
  1. package/dist-types/commands/GetApplicationComponentDetailsCommand.d.ts +1 -0
  2. package/dist-types/commands/GetApplicationComponentStrategiesCommand.d.ts +1 -0
  3. package/dist-types/commands/GetAssessmentCommand.d.ts +1 -0
  4. package/dist-types/commands/GetImportFileTaskCommand.d.ts +1 -0
  5. package/dist-types/commands/GetLatestAssessmentIdCommand.d.ts +1 -0
  6. package/dist-types/commands/GetPortfolioPreferencesCommand.d.ts +1 -0
  7. package/dist-types/commands/GetPortfolioSummaryCommand.d.ts +1 -0
  8. package/dist-types/commands/GetRecommendationReportDetailsCommand.d.ts +1 -0
  9. package/dist-types/commands/GetServerDetailsCommand.d.ts +1 -0
  10. package/dist-types/commands/GetServerStrategiesCommand.d.ts +1 -0
  11. package/dist-types/commands/ListAnalyzableServersCommand.d.ts +24 -0
  12. package/dist-types/commands/ListApplicationComponentsCommand.d.ts +1 -0
  13. package/dist-types/commands/ListCollectorsCommand.d.ts +1 -0
  14. package/dist-types/commands/ListImportFileTaskCommand.d.ts +1 -0
  15. package/dist-types/commands/ListServersCommand.d.ts +1 -0
  16. package/dist-types/commands/PutPortfolioPreferencesCommand.d.ts +1 -0
  17. package/dist-types/commands/StartAssessmentCommand.d.ts +1 -0
  18. package/dist-types/commands/StartImportFileTaskCommand.d.ts +1 -0
  19. package/dist-types/commands/StartRecommendationReportGenerationCommand.d.ts +1 -0
  20. package/dist-types/commands/StopAssessmentCommand.d.ts +1 -0
  21. package/dist-types/commands/UpdateApplicationComponentConfigCommand.d.ts +1 -0
  22. package/dist-types/commands/UpdateServerConfigCommand.d.ts +1 -0
  23. package/package.json +5 -5
@@ -148,6 +148,7 @@ declare const GetApplicationComponentDetailsCommand_base: {
148
148
  * @throws {@link MigrationHubStrategyServiceException}
149
149
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
150
150
  *
151
+ *
151
152
  * @public
152
153
  */
153
154
  export declare class GetApplicationComponentDetailsCommand extends GetApplicationComponentDetailsCommand_base {
@@ -78,6 +78,7 @@ declare const GetApplicationComponentStrategiesCommand_base: {
78
78
  * @throws {@link MigrationHubStrategyServiceException}
79
79
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class GetApplicationComponentStrategiesCommand extends GetApplicationComponentStrategiesCommand_base {
@@ -86,6 +86,7 @@ declare const GetAssessmentCommand_base: {
86
86
  * @throws {@link MigrationHubStrategyServiceException}
87
87
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class GetAssessmentCommand extends GetAssessmentCommand_base {
@@ -80,6 +80,7 @@ declare const GetImportFileTaskCommand_base: {
80
80
  * @throws {@link MigrationHubStrategyServiceException}
81
81
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class GetImportFileTaskCommand extends GetImportFileTaskCommand_base {
@@ -65,6 +65,7 @@ declare const GetLatestAssessmentIdCommand_base: {
65
65
  * @throws {@link MigrationHubStrategyServiceException}
66
66
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class GetLatestAssessmentIdCommand extends GetLatestAssessmentIdCommand_base {
@@ -112,6 +112,7 @@ declare const GetPortfolioPreferencesCommand_base: {
112
112
  * @throws {@link MigrationHubStrategyServiceException}
113
113
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class GetPortfolioPreferencesCommand extends GetPortfolioPreferencesCommand_base {
@@ -113,6 +113,7 @@ declare const GetPortfolioSummaryCommand_base: {
113
113
  * @throws {@link MigrationHubStrategyServiceException}
114
114
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
115
115
  *
116
+ *
116
117
  * @public
117
118
  */
118
119
  export declare class GetPortfolioSummaryCommand extends GetPortfolioSummaryCommand_base {
@@ -80,6 +80,7 @@ declare const GetRecommendationReportDetailsCommand_base: {
80
80
  * @throws {@link MigrationHubStrategyServiceException}
81
81
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class GetRecommendationReportDetailsCommand extends GetRecommendationReportDetailsCommand_base {
@@ -132,6 +132,7 @@ declare const GetServerDetailsCommand_base: {
132
132
  * @throws {@link MigrationHubStrategyServiceException}
133
133
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
134
134
  *
135
+ *
135
136
  * @public
136
137
  */
137
138
  export declare class GetServerDetailsCommand extends GetServerDetailsCommand_base {
@@ -85,6 +85,7 @@ declare const GetServerStrategiesCommand_base: {
85
85
  * @throws {@link MigrationHubStrategyServiceException}
86
86
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
87
87
  *
88
+ *
88
89
  * @public
89
90
  */
90
91
  export declare class GetServerStrategiesCommand extends GetServerStrategiesCommand_base {
@@ -77,6 +77,30 @@ declare const ListAnalyzableServersCommand_base: {
77
77
  * @throws {@link MigrationHubStrategyServiceException}
78
78
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
79
79
  *
80
+ *
81
+ * @example Invoke ListAnalyzableServers
82
+ * ```javascript
83
+ * //
84
+ * const input = {
85
+ * maxResults: 100,
86
+ * sort: "ASC"
87
+ * };
88
+ * const command = new ListAnalyzableServersCommand(input);
89
+ * const response = await client.send(command);
90
+ * /* response is
91
+ * {
92
+ * analyzableServers: [
93
+ * {
94
+ * hostname: "Ubuntu 1",
95
+ * ipAddress: "1.1.1.1",
96
+ * source: "Application Discover Service",
97
+ * vmId: "vm-1"
98
+ * }
99
+ * ]
100
+ * }
101
+ * *\/
102
+ * ```
103
+ *
80
104
  * @public
81
105
  */
82
106
  export declare class ListAnalyzableServersCommand extends ListAnalyzableServersCommand_base {
@@ -155,6 +155,7 @@ declare const ListApplicationComponentsCommand_base: {
155
155
  * @throws {@link MigrationHubStrategyServiceException}
156
156
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
157
157
  *
158
+ *
158
159
  * @public
159
160
  */
160
161
  export declare class ListApplicationComponentsCommand extends ListApplicationComponentsCommand_base {
@@ -109,6 +109,7 @@ declare const ListCollectorsCommand_base: {
109
109
  * @throws {@link MigrationHubStrategyServiceException}
110
110
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
111
111
  *
112
+ *
112
113
  * @public
113
114
  */
114
115
  export declare class ListCollectorsCommand extends ListCollectorsCommand_base {
@@ -83,6 +83,7 @@ declare const ListImportFileTaskCommand_base: {
83
83
  * @throws {@link MigrationHubStrategyServiceException}
84
84
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class ListImportFileTaskCommand extends ListImportFileTaskCommand_base {
@@ -133,6 +133,7 @@ declare const ListServersCommand_base: {
133
133
  * @throws {@link MigrationHubStrategyServiceException}
134
134
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
135
135
  *
136
+ *
136
137
  * @public
137
138
  */
138
139
  export declare class ListServersCommand extends ListServersCommand_base {
@@ -116,6 +116,7 @@ declare const PutPortfolioPreferencesCommand_base: {
116
116
  * @throws {@link MigrationHubStrategyServiceException}
117
117
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
118
118
  *
119
+ *
119
120
  * @public
120
121
  */
121
122
  export declare class PutPortfolioPreferencesCommand extends PutPortfolioPreferencesCommand_base {
@@ -79,6 +79,7 @@ declare const StartAssessmentCommand_base: {
79
79
  * @throws {@link MigrationHubStrategyServiceException}
80
80
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class StartAssessmentCommand extends StartAssessmentCommand_base {
@@ -81,6 +81,7 @@ declare const StartImportFileTaskCommand_base: {
81
81
  * @throws {@link MigrationHubStrategyServiceException}
82
82
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class StartImportFileTaskCommand extends StartImportFileTaskCommand_base {
@@ -77,6 +77,7 @@ declare const StartRecommendationReportGenerationCommand_base: {
77
77
  * @throws {@link MigrationHubStrategyServiceException}
78
78
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class StartRecommendationReportGenerationCommand extends StartRecommendationReportGenerationCommand_base {
@@ -65,6 +65,7 @@ declare const StopAssessmentCommand_base: {
65
65
  * @throws {@link MigrationHubStrategyServiceException}
66
66
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
67
67
  *
68
+ *
68
69
  * @public
69
70
  */
70
71
  export declare class StopAssessmentCommand extends StopAssessmentCommand_base {
@@ -82,6 +82,7 @@ declare const UpdateApplicationComponentConfigCommand_base: {
82
82
  * @throws {@link MigrationHubStrategyServiceException}
83
83
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class UpdateApplicationComponentConfigCommand extends UpdateApplicationComponentConfigCommand_base {
@@ -70,6 +70,7 @@ declare const UpdateServerConfigCommand_base: {
70
70
  * @throws {@link MigrationHubStrategyServiceException}
71
71
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class UpdateServerConfigCommand extends UpdateServerConfigCommand_base {
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.775.0",
4
+ "version": "3.782.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",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.775.0",
24
- "@aws-sdk/credential-provider-node": "3.775.0",
24
+ "@aws-sdk/credential-provider-node": "3.782.0",
25
25
  "@aws-sdk/middleware-host-header": "3.775.0",
26
26
  "@aws-sdk/middleware-logger": "3.775.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.775.0",
28
- "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/middleware-user-agent": "3.782.0",
29
29
  "@aws-sdk/region-config-resolver": "3.775.0",
30
30
  "@aws-sdk/types": "3.775.0",
31
- "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-endpoints": "3.782.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.775.0",
33
- "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@aws-sdk/util-user-agent-node": "3.782.0",
34
34
  "@smithy/config-resolver": "^4.1.0",
35
35
  "@smithy/core": "^3.2.0",
36
36
  "@smithy/fetch-http-handler": "^5.0.2",