@aws-sdk/client-migrationhubstrategy 3.533.0 → 3.535.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 (49) hide show
  1. package/dist-types/MigrationHubStrategy.d.ts +12 -1
  2. package/dist-types/MigrationHubStrategyClient.d.ts +1 -1
  3. package/dist-types/commands/GetApplicationComponentDetailsCommand.d.ts +2 -1
  4. package/dist-types/commands/GetApplicationComponentStrategiesCommand.d.ts +2 -1
  5. package/dist-types/commands/GetAssessmentCommand.d.ts +2 -1
  6. package/dist-types/commands/GetImportFileTaskCommand.d.ts +2 -1
  7. package/dist-types/commands/GetLatestAssessmentIdCommand.d.ts +2 -1
  8. package/dist-types/commands/GetPortfolioPreferencesCommand.d.ts +2 -1
  9. package/dist-types/commands/GetPortfolioSummaryCommand.d.ts +2 -1
  10. package/dist-types/commands/GetRecommendationReportDetailsCommand.d.ts +2 -1
  11. package/dist-types/commands/GetServerDetailsCommand.d.ts +2 -1
  12. package/dist-types/commands/GetServerStrategiesCommand.d.ts +2 -1
  13. package/dist-types/commands/ListAnalyzableServersCommand.d.ts +2 -1
  14. package/dist-types/commands/ListApplicationComponentsCommand.d.ts +2 -1
  15. package/dist-types/commands/ListCollectorsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListImportFileTaskCommand.d.ts +2 -1
  17. package/dist-types/commands/ListServersCommand.d.ts +2 -1
  18. package/dist-types/commands/PutPortfolioPreferencesCommand.d.ts +2 -1
  19. package/dist-types/commands/StartAssessmentCommand.d.ts +2 -1
  20. package/dist-types/commands/StartImportFileTaskCommand.d.ts +2 -1
  21. package/dist-types/commands/StartRecommendationReportGenerationCommand.d.ts +2 -1
  22. package/dist-types/commands/StopAssessmentCommand.d.ts +2 -1
  23. package/dist-types/commands/UpdateApplicationComponentConfigCommand.d.ts +2 -1
  24. package/dist-types/commands/UpdateServerConfigCommand.d.ts +2 -1
  25. package/dist-types/models/models_0.d.ts +354 -354
  26. package/dist-types/ts3.4/MigrationHubStrategy.d.ts +11 -0
  27. package/dist-types/ts3.4/commands/GetApplicationComponentDetailsCommand.d.ts +9 -0
  28. package/dist-types/ts3.4/commands/GetApplicationComponentStrategiesCommand.d.ts +9 -0
  29. package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +9 -0
  30. package/dist-types/ts3.4/commands/GetImportFileTaskCommand.d.ts +9 -0
  31. package/dist-types/ts3.4/commands/GetLatestAssessmentIdCommand.d.ts +9 -0
  32. package/dist-types/ts3.4/commands/GetPortfolioPreferencesCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/GetPortfolioSummaryCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/GetRecommendationReportDetailsCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/GetServerDetailsCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/GetServerStrategiesCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/ListAnalyzableServersCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/ListApplicationComponentsCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/ListCollectorsCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/ListImportFileTaskCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/ListServersCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/PutPortfolioPreferencesCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/StartAssessmentCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/StartImportFileTaskCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/StartRecommendationReportGenerationCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/StopAssessmentCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/UpdateApplicationComponentConfigCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/UpdateServerConfigCommand.d.ts +9 -0
  49. package/package.json +40 -40
@@ -50,18 +50,21 @@ export interface MigrationHubStrategy {
50
50
  /**
51
51
  * @see {@link GetLatestAssessmentIdCommand}
52
52
  */
53
+ getLatestAssessmentId(): Promise<GetLatestAssessmentIdCommandOutput>;
53
54
  getLatestAssessmentId(args: GetLatestAssessmentIdCommandInput, options?: __HttpHandlerOptions): Promise<GetLatestAssessmentIdCommandOutput>;
54
55
  getLatestAssessmentId(args: GetLatestAssessmentIdCommandInput, cb: (err: any, data?: GetLatestAssessmentIdCommandOutput) => void): void;
55
56
  getLatestAssessmentId(args: GetLatestAssessmentIdCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLatestAssessmentIdCommandOutput) => void): void;
56
57
  /**
57
58
  * @see {@link GetPortfolioPreferencesCommand}
58
59
  */
60
+ getPortfolioPreferences(): Promise<GetPortfolioPreferencesCommandOutput>;
59
61
  getPortfolioPreferences(args: GetPortfolioPreferencesCommandInput, options?: __HttpHandlerOptions): Promise<GetPortfolioPreferencesCommandOutput>;
60
62
  getPortfolioPreferences(args: GetPortfolioPreferencesCommandInput, cb: (err: any, data?: GetPortfolioPreferencesCommandOutput) => void): void;
61
63
  getPortfolioPreferences(args: GetPortfolioPreferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPortfolioPreferencesCommandOutput) => void): void;
62
64
  /**
63
65
  * @see {@link GetPortfolioSummaryCommand}
64
66
  */
67
+ getPortfolioSummary(): Promise<GetPortfolioSummaryCommandOutput>;
65
68
  getPortfolioSummary(args: GetPortfolioSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetPortfolioSummaryCommandOutput>;
66
69
  getPortfolioSummary(args: GetPortfolioSummaryCommandInput, cb: (err: any, data?: GetPortfolioSummaryCommandOutput) => void): void;
67
70
  getPortfolioSummary(args: GetPortfolioSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPortfolioSummaryCommandOutput) => void): void;
@@ -86,42 +89,49 @@ export interface MigrationHubStrategy {
86
89
  /**
87
90
  * @see {@link ListAnalyzableServersCommand}
88
91
  */
92
+ listAnalyzableServers(): Promise<ListAnalyzableServersCommandOutput>;
89
93
  listAnalyzableServers(args: ListAnalyzableServersCommandInput, options?: __HttpHandlerOptions): Promise<ListAnalyzableServersCommandOutput>;
90
94
  listAnalyzableServers(args: ListAnalyzableServersCommandInput, cb: (err: any, data?: ListAnalyzableServersCommandOutput) => void): void;
91
95
  listAnalyzableServers(args: ListAnalyzableServersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAnalyzableServersCommandOutput) => void): void;
92
96
  /**
93
97
  * @see {@link ListApplicationComponentsCommand}
94
98
  */
99
+ listApplicationComponents(): Promise<ListApplicationComponentsCommandOutput>;
95
100
  listApplicationComponents(args: ListApplicationComponentsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationComponentsCommandOutput>;
96
101
  listApplicationComponents(args: ListApplicationComponentsCommandInput, cb: (err: any, data?: ListApplicationComponentsCommandOutput) => void): void;
97
102
  listApplicationComponents(args: ListApplicationComponentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationComponentsCommandOutput) => void): void;
98
103
  /**
99
104
  * @see {@link ListCollectorsCommand}
100
105
  */
106
+ listCollectors(): Promise<ListCollectorsCommandOutput>;
101
107
  listCollectors(args: ListCollectorsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollectorsCommandOutput>;
102
108
  listCollectors(args: ListCollectorsCommandInput, cb: (err: any, data?: ListCollectorsCommandOutput) => void): void;
103
109
  listCollectors(args: ListCollectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollectorsCommandOutput) => void): void;
104
110
  /**
105
111
  * @see {@link ListImportFileTaskCommand}
106
112
  */
113
+ listImportFileTask(): Promise<ListImportFileTaskCommandOutput>;
107
114
  listImportFileTask(args: ListImportFileTaskCommandInput, options?: __HttpHandlerOptions): Promise<ListImportFileTaskCommandOutput>;
108
115
  listImportFileTask(args: ListImportFileTaskCommandInput, cb: (err: any, data?: ListImportFileTaskCommandOutput) => void): void;
109
116
  listImportFileTask(args: ListImportFileTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListImportFileTaskCommandOutput) => void): void;
110
117
  /**
111
118
  * @see {@link ListServersCommand}
112
119
  */
120
+ listServers(): Promise<ListServersCommandOutput>;
113
121
  listServers(args: ListServersCommandInput, options?: __HttpHandlerOptions): Promise<ListServersCommandOutput>;
114
122
  listServers(args: ListServersCommandInput, cb: (err: any, data?: ListServersCommandOutput) => void): void;
115
123
  listServers(args: ListServersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServersCommandOutput) => void): void;
116
124
  /**
117
125
  * @see {@link PutPortfolioPreferencesCommand}
118
126
  */
127
+ putPortfolioPreferences(): Promise<PutPortfolioPreferencesCommandOutput>;
119
128
  putPortfolioPreferences(args: PutPortfolioPreferencesCommandInput, options?: __HttpHandlerOptions): Promise<PutPortfolioPreferencesCommandOutput>;
120
129
  putPortfolioPreferences(args: PutPortfolioPreferencesCommandInput, cb: (err: any, data?: PutPortfolioPreferencesCommandOutput) => void): void;
121
130
  putPortfolioPreferences(args: PutPortfolioPreferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPortfolioPreferencesCommandOutput) => void): void;
122
131
  /**
123
132
  * @see {@link StartAssessmentCommand}
124
133
  */
134
+ startAssessment(): Promise<StartAssessmentCommandOutput>;
125
135
  startAssessment(args: StartAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<StartAssessmentCommandOutput>;
126
136
  startAssessment(args: StartAssessmentCommandInput, cb: (err: any, data?: StartAssessmentCommandOutput) => void): void;
127
137
  startAssessment(args: StartAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAssessmentCommandOutput) => void): void;
@@ -134,6 +144,7 @@ export interface MigrationHubStrategy {
134
144
  /**
135
145
  * @see {@link StartRecommendationReportGenerationCommand}
136
146
  */
147
+ startRecommendationReportGeneration(): Promise<StartRecommendationReportGenerationCommandOutput>;
137
148
  startRecommendationReportGeneration(args: StartRecommendationReportGenerationCommandInput, options?: __HttpHandlerOptions): Promise<StartRecommendationReportGenerationCommandOutput>;
138
149
  startRecommendationReportGeneration(args: StartRecommendationReportGenerationCommandInput, cb: (err: any, data?: StartRecommendationReportGenerationCommandOutput) => void): void;
139
150
  startRecommendationReportGeneration(args: StartRecommendationReportGenerationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRecommendationReportGenerationCommandOutput) => void): void;
@@ -157,13 +168,13 @@ export interface MigrationHubStrategy {
157
168
  updateServerConfig(args: UpdateServerConfigCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServerConfigCommandOutput) => void): void;
158
169
  }
159
170
  /**
160
- * @public
161
171
  * <fullname>Migration Hub Strategy Recommendations</fullname>
162
172
  * <p>This API reference provides descriptions, syntax, and other details about each of the
163
173
  * actions and data types for Migration Hub Strategy Recommendations (Strategy Recommendations). The topic for each action shows the API
164
174
  * request parameters and the response. Alternatively, you can use one of the AWS SDKs to
165
175
  * access an API that is tailored to the programming language or platform that you're using. For
166
176
  * more information, see <a href="http://aws.amazon.com/tools/#SDKs">AWS SDKs</a>.</p>
177
+ * @public
167
178
  */
168
179
  export declare class MigrationHubStrategy extends MigrationHubStrategyClient implements MigrationHubStrategy {
169
180
  }
@@ -173,13 +173,13 @@ export type MigrationHubStrategyClientResolvedConfigType = __SmithyResolvedConfi
173
173
  export interface MigrationHubStrategyClientResolvedConfig extends MigrationHubStrategyClientResolvedConfigType {
174
174
  }
175
175
  /**
176
- * @public
177
176
  * <fullname>Migration Hub Strategy Recommendations</fullname>
178
177
  * <p>This API reference provides descriptions, syntax, and other details about each of the
179
178
  * actions and data types for Migration Hub Strategy Recommendations (Strategy Recommendations). The topic for each action shows the API
180
179
  * request parameters and the response. Alternatively, you can use one of the AWS SDKs to
181
180
  * access an API that is tailored to the programming language or platform that you're using. For
182
181
  * more information, see <a href="http://aws.amazon.com/tools/#SDKs">AWS SDKs</a>.</p>
182
+ * @public
183
183
  */
184
184
  export declare class MigrationHubStrategyClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MigrationHubStrategyClientResolvedConfig> {
185
185
  /**
@@ -22,10 +22,10 @@ export interface GetApplicationComponentDetailsCommandOutput extends GetApplicat
22
22
  }
23
23
  declare const GetApplicationComponentDetailsCommand_base: {
24
24
  new (input: GetApplicationComponentDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationComponentDetailsCommandInput, GetApplicationComponentDetailsCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetApplicationComponentDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationComponentDetailsCommandInput, GetApplicationComponentDetailsCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves details about an application component. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -147,6 +147,7 @@ declare const GetApplicationComponentDetailsCommand_base: {
147
147
  * @throws {@link MigrationHubStrategyServiceException}
148
148
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
149
149
  *
150
+ * @public
150
151
  */
151
152
  export declare class GetApplicationComponentDetailsCommand extends GetApplicationComponentDetailsCommand_base {
152
153
  }
@@ -22,10 +22,10 @@ export interface GetApplicationComponentStrategiesCommandOutput extends GetAppli
22
22
  }
23
23
  declare const GetApplicationComponentStrategiesCommand_base: {
24
24
  new (input: GetApplicationComponentStrategiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationComponentStrategiesCommandInput, GetApplicationComponentStrategiesCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetApplicationComponentStrategiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetApplicationComponentStrategiesCommandInput, GetApplicationComponentStrategiesCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves a list of all the recommended strategies and tools for an application component
30
30
  * running on a server. </p>
31
31
  * @example
@@ -77,6 +77,7 @@ declare const GetApplicationComponentStrategiesCommand_base: {
77
77
  * @throws {@link MigrationHubStrategyServiceException}
78
78
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class GetApplicationComponentStrategiesCommand extends GetApplicationComponentStrategiesCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface GetAssessmentCommandOutput extends GetAssessmentResponse, __Met
22
22
  }
23
23
  declare const GetAssessmentCommand_base: {
24
24
  new (input: GetAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssessmentCommandInput, GetAssessmentCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssessmentCommandInput, GetAssessmentCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves the status of an on-going assessment. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const GetAssessmentCommand_base: {
85
85
  * @throws {@link MigrationHubStrategyServiceException}
86
86
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class GetAssessmentCommand extends GetAssessmentCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface GetImportFileTaskCommandOutput extends GetImportFileTaskRespons
22
22
  }
23
23
  declare const GetImportFileTaskCommand_base: {
24
24
  new (input: GetImportFileTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportFileTaskCommandInput, GetImportFileTaskCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetImportFileTaskCommandInput): import("@smithy/smithy-client").CommandImpl<GetImportFileTaskCommandInput, GetImportFileTaskCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves the details about a specific import task. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const GetImportFileTaskCommand_base: {
79
79
  * @throws {@link MigrationHubStrategyServiceException}
80
80
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class GetImportFileTaskCommand extends GetImportFileTaskCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface GetLatestAssessmentIdCommandOutput extends GetLatestAssessmentI
22
22
  }
23
23
  declare const GetLatestAssessmentIdCommand_base: {
24
24
  new (input: GetLatestAssessmentIdCommandInput): import("@smithy/smithy-client").CommandImpl<GetLatestAssessmentIdCommandInput, GetLatestAssessmentIdCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetLatestAssessmentIdCommandInput]): import("@smithy/smithy-client").CommandImpl<GetLatestAssessmentIdCommandInput, GetLatestAssessmentIdCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieve the latest ID of a specific assessment task.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const GetLatestAssessmentIdCommand_base: {
64
64
  * @throws {@link MigrationHubStrategyServiceException}
65
65
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class GetLatestAssessmentIdCommand extends GetLatestAssessmentIdCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface GetPortfolioPreferencesCommandOutput extends GetPortfolioPrefer
22
22
  }
23
23
  declare const GetPortfolioPreferencesCommand_base: {
24
24
  new (input: GetPortfolioPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<GetPortfolioPreferencesCommandInput, GetPortfolioPreferencesCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetPortfolioPreferencesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetPortfolioPreferencesCommandInput, GetPortfolioPreferencesCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves your migration and modernization preferences. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -111,6 +111,7 @@ declare const GetPortfolioPreferencesCommand_base: {
111
111
  * @throws {@link MigrationHubStrategyServiceException}
112
112
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class GetPortfolioPreferencesCommand extends GetPortfolioPreferencesCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface GetPortfolioSummaryCommandOutput extends GetPortfolioSummaryRes
22
22
  }
23
23
  declare const GetPortfolioSummaryCommand_base: {
24
24
  new (input: GetPortfolioSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPortfolioSummaryCommandInput, GetPortfolioSummaryCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetPortfolioSummaryCommandInput]): import("@smithy/smithy-client").CommandImpl<GetPortfolioSummaryCommandInput, GetPortfolioSummaryCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves overall summary including the number of servers to rehost and the overall
30
30
  * number of anti-patterns. </p>
31
31
  * @example
@@ -112,6 +112,7 @@ declare const GetPortfolioSummaryCommand_base: {
112
112
  * @throws {@link MigrationHubStrategyServiceException}
113
113
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class GetPortfolioSummaryCommand extends GetPortfolioSummaryCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface GetRecommendationReportDetailsCommandOutput extends GetRecommen
22
22
  }
23
23
  declare const GetRecommendationReportDetailsCommand_base: {
24
24
  new (input: GetRecommendationReportDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationReportDetailsCommandInput, GetRecommendationReportDetailsCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRecommendationReportDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationReportDetailsCommandInput, GetRecommendationReportDetailsCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves detailed information about the specified recommendation report. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const GetRecommendationReportDetailsCommand_base: {
79
79
  * @throws {@link MigrationHubStrategyServiceException}
80
80
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class GetRecommendationReportDetailsCommand extends GetRecommendationReportDetailsCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface GetServerDetailsCommandOutput extends GetServerDetailsResponse,
22
22
  }
23
23
  declare const GetServerDetailsCommand_base: {
24
24
  new (input: GetServerDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetServerDetailsCommandInput, GetServerDetailsCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetServerDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetServerDetailsCommandInput, GetServerDetailsCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves detailed information about a specified server. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -131,6 +131,7 @@ declare const GetServerDetailsCommand_base: {
131
131
  * @throws {@link MigrationHubStrategyServiceException}
132
132
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
133
133
  *
134
+ * @public
134
135
  */
135
136
  export declare class GetServerDetailsCommand extends GetServerDetailsCommand_base {
136
137
  }
@@ -22,10 +22,10 @@ export interface GetServerStrategiesCommandOutput extends GetServerStrategiesRes
22
22
  }
23
23
  declare const GetServerStrategiesCommand_base: {
24
24
  new (input: GetServerStrategiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetServerStrategiesCommandInput, GetServerStrategiesCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetServerStrategiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetServerStrategiesCommandInput, GetServerStrategiesCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves recommended strategies and tools for the specified server. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const GetServerStrategiesCommand_base: {
84
84
  * @throws {@link MigrationHubStrategyServiceException}
85
85
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetServerStrategiesCommand extends GetServerStrategiesCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface ListAnalyzableServersCommandOutput extends ListAnalyzableServer
22
22
  }
23
23
  declare const ListAnalyzableServersCommand_base: {
24
24
  new (input: ListAnalyzableServersCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnalyzableServersCommandInput, ListAnalyzableServersCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAnalyzableServersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAnalyzableServersCommandInput, ListAnalyzableServersCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * Retrieves a list of all the servers fetched from customer vCenter using Strategy Recommendation Collector.
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const ListAnalyzableServersCommand_base: {
76
76
  * @throws {@link MigrationHubStrategyServiceException}
77
77
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class ListAnalyzableServersCommand extends ListAnalyzableServersCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface ListApplicationComponentsCommandOutput extends ListApplicationC
22
22
  }
23
23
  declare const ListApplicationComponentsCommand_base: {
24
24
  new (input: ListApplicationComponentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListApplicationComponentsCommandInput, ListApplicationComponentsCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListApplicationComponentsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListApplicationComponentsCommandInput, ListApplicationComponentsCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves a list of all the application components (processes). </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -154,6 +154,7 @@ declare const ListApplicationComponentsCommand_base: {
154
154
  * @throws {@link MigrationHubStrategyServiceException}
155
155
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
156
156
  *
157
+ * @public
157
158
  */
158
159
  export declare class ListApplicationComponentsCommand extends ListApplicationComponentsCommand_base {
159
160
  }
@@ -22,10 +22,10 @@ export interface ListCollectorsCommandOutput extends ListCollectorsResponse, __M
22
22
  }
23
23
  declare const ListCollectorsCommand_base: {
24
24
  new (input: ListCollectorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCollectorsCommandInput, ListCollectorsCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCollectorsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCollectorsCommandInput, ListCollectorsCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves a list of all the installed collectors. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -108,6 +108,7 @@ declare const ListCollectorsCommand_base: {
108
108
  * @throws {@link MigrationHubStrategyServiceException}
109
109
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class ListCollectorsCommand extends ListCollectorsCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface ListImportFileTaskCommandOutput extends ListImportFileTaskRespo
22
22
  }
23
23
  declare const ListImportFileTaskCommand_base: {
24
24
  new (input: ListImportFileTaskCommandInput): import("@smithy/smithy-client").CommandImpl<ListImportFileTaskCommandInput, ListImportFileTaskCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListImportFileTaskCommandInput]): import("@smithy/smithy-client").CommandImpl<ListImportFileTaskCommandInput, ListImportFileTaskCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves a list of all the imports performed. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,6 +82,7 @@ declare const ListImportFileTaskCommand_base: {
82
82
  * @throws {@link MigrationHubStrategyServiceException}
83
83
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class ListImportFileTaskCommand extends ListImportFileTaskCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface ListServersCommandOutput extends ListServersResponse, __Metadat
22
22
  }
23
23
  declare const ListServersCommand_base: {
24
24
  new (input: ListServersCommandInput): import("@smithy/smithy-client").CommandImpl<ListServersCommandInput, ListServersCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListServersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServersCommandInput, ListServersCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns a list of all the servers. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -132,6 +132,7 @@ declare const ListServersCommand_base: {
132
132
  * @throws {@link MigrationHubStrategyServiceException}
133
133
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
134
134
  *
135
+ * @public
135
136
  */
136
137
  export declare class ListServersCommand extends ListServersCommand_base {
137
138
  }
@@ -22,10 +22,10 @@ export interface PutPortfolioPreferencesCommandOutput extends PutPortfolioPrefer
22
22
  }
23
23
  declare const PutPortfolioPreferencesCommand_base: {
24
24
  new (input: PutPortfolioPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<PutPortfolioPreferencesCommandInput, PutPortfolioPreferencesCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [PutPortfolioPreferencesCommandInput]): import("@smithy/smithy-client").CommandImpl<PutPortfolioPreferencesCommandInput, PutPortfolioPreferencesCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Saves the specified migration and modernization preferences. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -115,6 +115,7 @@ declare const PutPortfolioPreferencesCommand_base: {
115
115
  * @throws {@link MigrationHubStrategyServiceException}
116
116
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class PutPortfolioPreferencesCommand extends PutPortfolioPreferencesCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface StartAssessmentCommandOutput extends StartAssessmentResponse, _
22
22
  }
23
23
  declare const StartAssessmentCommand_base: {
24
24
  new (input: StartAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<StartAssessmentCommandInput, StartAssessmentCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [StartAssessmentCommandInput]): import("@smithy/smithy-client").CommandImpl<StartAssessmentCommandInput, StartAssessmentCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Starts the assessment of an on-premises environment. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const StartAssessmentCommand_base: {
78
78
  * @throws {@link MigrationHubStrategyServiceException}
79
79
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class StartAssessmentCommand extends StartAssessmentCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface StartImportFileTaskCommandOutput extends StartImportFileTaskRes
22
22
  }
23
23
  declare const StartImportFileTaskCommand_base: {
24
24
  new (input: StartImportFileTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportFileTaskCommandInput, StartImportFileTaskCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartImportFileTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportFileTaskCommandInput, StartImportFileTaskCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Starts a file import. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -80,6 +80,7 @@ declare const StartImportFileTaskCommand_base: {
80
80
  * @throws {@link MigrationHubStrategyServiceException}
81
81
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class StartImportFileTaskCommand extends StartImportFileTaskCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface StartRecommendationReportGenerationCommandOutput extends StartR
22
22
  }
23
23
  declare const StartRecommendationReportGenerationCommand_base: {
24
24
  new (input: StartRecommendationReportGenerationCommandInput): import("@smithy/smithy-client").CommandImpl<StartRecommendationReportGenerationCommandInput, StartRecommendationReportGenerationCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [StartRecommendationReportGenerationCommandInput]): import("@smithy/smithy-client").CommandImpl<StartRecommendationReportGenerationCommandInput, StartRecommendationReportGenerationCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Starts generating a recommendation report. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -76,6 +76,7 @@ declare const StartRecommendationReportGenerationCommand_base: {
76
76
  * @throws {@link MigrationHubStrategyServiceException}
77
77
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class StartRecommendationReportGenerationCommand extends StartRecommendationReportGenerationCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface StopAssessmentCommandOutput extends StopAssessmentResponse, __M
22
22
  }
23
23
  declare const StopAssessmentCommand_base: {
24
24
  new (input: StopAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<StopAssessmentCommandInput, StopAssessmentCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<StopAssessmentCommandInput, StopAssessmentCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Stops the assessment of an on-premises environment. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const StopAssessmentCommand_base: {
64
64
  * @throws {@link MigrationHubStrategyServiceException}
65
65
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
66
66
  *
67
+ * @public
67
68
  */
68
69
  export declare class StopAssessmentCommand extends StopAssessmentCommand_base {
69
70
  }
@@ -22,10 +22,10 @@ export interface UpdateApplicationComponentConfigCommandOutput extends UpdateApp
22
22
  }
23
23
  declare const UpdateApplicationComponentConfigCommand_base: {
24
24
  new (input: UpdateApplicationComponentConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationComponentConfigCommandInput, UpdateApplicationComponentConfigCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateApplicationComponentConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationComponentConfigCommandInput, UpdateApplicationComponentConfigCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates the configuration of an application component. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const UpdateApplicationComponentConfigCommand_base: {
81
81
  * @throws {@link MigrationHubStrategyServiceException}
82
82
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class UpdateApplicationComponentConfigCommand extends UpdateApplicationComponentConfigCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface UpdateServerConfigCommandOutput extends UpdateServerConfigRespo
22
22
  }
23
23
  declare const UpdateServerConfigCommand_base: {
24
24
  new (input: UpdateServerConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServerConfigCommandInput, UpdateServerConfigCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateServerConfigCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServerConfigCommandInput, UpdateServerConfigCommandOutput, MigrationHubStrategyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Updates the configuration of the specified server. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -69,6 +69,7 @@ declare const UpdateServerConfigCommand_base: {
69
69
  * @throws {@link MigrationHubStrategyServiceException}
70
70
  * <p>Base exception class for all service exceptions from MigrationHubStrategy service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class UpdateServerConfigCommand extends UpdateServerConfigCommand_base {
74
75
  }