@aws-sdk/client-application-discovery-service 3.352.0 → 3.354.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 (40) hide show
  1. package/README.md +33 -40
  2. package/dist-cjs/endpoint/ruleset.js +3 -3
  3. package/dist-cjs/models/models_0.js +26 -2
  4. package/dist-cjs/protocols/Aws_json1_1.js +26 -0
  5. package/dist-es/endpoint/ruleset.js +3 -3
  6. package/dist-es/models/models_0.js +25 -1
  7. package/dist-es/protocols/Aws_json1_1.js +28 -2
  8. package/dist-types/ApplicationDiscoveryService.d.ts +33 -40
  9. package/dist-types/ApplicationDiscoveryServiceClient.d.ts +33 -40
  10. package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +3 -3
  11. package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +3 -3
  12. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateTagsCommand.d.ts +3 -3
  14. package/dist-types/commands/DeleteApplicationsCommand.d.ts +3 -3
  15. package/dist-types/commands/DeleteTagsCommand.d.ts +3 -3
  16. package/dist-types/commands/DescribeAgentsCommand.d.ts +5 -5
  17. package/dist-types/commands/DescribeConfigurationsCommand.d.ts +3 -3
  18. package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +4 -4
  19. package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +3 -3
  20. package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -3
  21. package/dist-types/commands/DescribeImportTasksCommand.d.ts +3 -3
  22. package/dist-types/commands/DescribeTagsCommand.d.ts +4 -4
  23. package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +3 -3
  24. package/dist-types/commands/ExportConfigurationsCommand.d.ts +3 -3
  25. package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +3 -3
  26. package/dist-types/commands/ListConfigurationsCommand.d.ts +3 -3
  27. package/dist-types/commands/ListServerNeighborsCommand.d.ts +3 -3
  28. package/dist-types/commands/StartContinuousExportCommand.d.ts +3 -3
  29. package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +4 -4
  30. package/dist-types/commands/StartExportTaskCommand.d.ts +46 -10
  31. package/dist-types/commands/StartImportTaskCommand.d.ts +10 -9
  32. package/dist-types/commands/StopContinuousExportCommand.d.ts +3 -3
  33. package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +4 -4
  34. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
  35. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  36. package/dist-types/index.d.ts +33 -40
  37. package/dist-types/models/models_0.d.ts +283 -88
  38. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +61 -1
  40. package/package.json +11 -11
@@ -171,26 +171,27 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
171
171
  /**
172
172
  * @public
173
173
  * <fullname>Amazon Web Services Application Discovery Service</fullname>
174
- * <p>Amazon Web Services Application Discovery Service helps you plan application migration projects. It
175
- * automatically identifies servers, virtual machines (VMs), and network dependencies in your
176
- * on-premises data centers. For more information, see the <a href="http://aws.amazon.com/application-discovery/faqs/">Amazon Web Services Application Discovery Service FAQ</a>.
177
- * Application Discovery Service offers three ways of performing discovery and
178
- * collecting data about your on-premises servers:</p>
174
+ * <p>Amazon Web Services Application Discovery Service (Application Discovery Service) helps you plan application migration projects. It automatically
175
+ * identifies servers, virtual machines (VMs), and network dependencies in your on-premises data
176
+ * centers. For more information, see the <a href="http://aws.amazon.com/application-discovery/faqs/">Amazon Web Services Application Discovery Service FAQ</a>. </p>
177
+ * <p>Application Discovery Service offers three ways of performing discovery and collecting
178
+ * data about your on-premises servers:</p>
179
179
  * <ul>
180
180
  * <li>
181
181
  * <p>
182
- * <b>Agentless discovery</b> is recommended for environments
183
- * that use VMware vCenter Server. This mode doesn't require you to install an agent on each
184
- * host. It does not work in non-VMware environments.</p>
182
+ * <b>Agentless discovery</b> using
183
+ * Amazon Web Services Application Discovery Service Agentless Collector (Agentless Collector), which doesn't require you
184
+ * to install an agent on each host.</p>
185
185
  * <ul>
186
186
  * <li>
187
- * <p>Agentless discovery gathers server information regardless of the operating
188
- * systems, which minimizes the time required for initial on-premises infrastructure
189
- * assessment.</p>
187
+ * <p>Agentless Collector gathers server information regardless of the
188
+ * operating systems, which minimizes the time required for initial on-premises
189
+ * infrastructure assessment.</p>
190
190
  * </li>
191
191
  * <li>
192
- * <p>Agentless discovery doesn't collect information about network dependencies, only
193
- * agent-based discovery collects that information.</p>
192
+ * <p>Agentless Collector doesn't collect information about network
193
+ * dependencies, only agent-based discovery collects that information.
194
+ * </p>
194
195
  * </li>
195
196
  * </ul>
196
197
  * </li>
@@ -198,9 +199,9 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
198
199
  * <ul>
199
200
  * <li>
200
201
  * <p>
201
- * <b>Agent-based discovery</b> collects a richer set of data
202
- * than agentless discovery by using the Amazon Web Services Application Discovery Agent, which you install
203
- * on one or more hosts in your data center.</p>
202
+ * <b>Agent-based discovery</b> using the Amazon Web Services Application
203
+ * Discovery Agent (Application Discovery Agent) collects a richer set of data than agentless
204
+ * discovery, which you install on one or more hosts in your data center.</p>
204
205
  * <ul>
205
206
  * <li>
206
207
  * <p> The agent captures infrastructure and application information, including an
@@ -209,7 +210,9 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
209
210
  * </li>
210
211
  * <li>
211
212
  * <p>The information collected by agents is secured at rest and in transit to the
212
- * Application Discovery Service database in the cloud. </p>
213
+ * Application Discovery Service database in the Amazon Web Services cloud. For more information, see
214
+ * <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-agent.html">Amazon Web Services Application
215
+ * Discovery Agent</a>.</p>
213
216
  * </li>
214
217
  * </ul>
215
218
  * </li>
@@ -219,8 +222,8 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
219
222
  * <p>
220
223
  * <b>Amazon Web Services Partner Network (APN) solutions</b> integrate with
221
224
  * Application Discovery Service, enabling you to import details of your on-premises
222
- * environment directly into Migration Hub without using the discovery connector or discovery
223
- * agent.</p>
225
+ * environment directly into Amazon Web Services Migration Hub (Migration Hub) without using
226
+ * Agentless Collector or Application Discovery Agent.</p>
224
227
  * <ul>
225
228
  * <li>
226
229
  * <p>Third-party application discovery tools can query Amazon Web Services Application Discovery
@@ -235,53 +238,43 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
235
238
  * </li>
236
239
  * </ul>
237
240
  * <p>
238
- * <b>Recommendations</b>
239
- * </p>
240
- * <p>We recommend that you use agent-based discovery for non-VMware environments, and
241
- * whenever you want to collect information about network dependencies. You can run agent-based
242
- * and agentless discovery simultaneously. Use agentless discovery to complete the initial
243
- * infrastructure assessment quickly, and then install agents on select hosts to collect
244
- * additional information.</p>
245
- * <p>
246
241
  * <b>Working With This Guide</b>
247
242
  * </p>
248
243
  * <p>This API reference provides descriptions, syntax, and usage examples for each of the
249
244
  * actions and data types for Application Discovery Service. The topic for each action shows the
250
245
  * API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to
251
246
  * access an API that is tailored to the programming language or platform that you're using. For
252
- * more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services
253
- * SDKs</a>.</p>
247
+ * more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.</p>
254
248
  * <note>
255
249
  * <ul>
256
250
  * <li>
257
- * <p>Remember that you must set your Migration Hub home region before you call any of
251
+ * <p>Remember that you must set your Migration Hub home Region before you call any of
258
252
  * these APIs.</p>
259
253
  * </li>
260
254
  * <li>
261
255
  * <p>You must make API calls for write actions (create, notify, associate, disassociate,
262
- * import, or put) while in your home region, or a <code>HomeRegionNotSetException</code>
256
+ * import, or put) while in your home Region, or a <code>HomeRegionNotSetException</code>
263
257
  * error is returned.</p>
264
258
  * </li>
265
259
  * <li>
266
260
  * <p>API calls for read actions (list, describe, stop, and delete) are permitted outside
267
- * of your home region.</p>
261
+ * of your home Region.</p>
268
262
  * </li>
269
263
  * <li>
270
- * <p>Although it is unlikely, the Migration Hub home region could change. If you call
271
- * APIs outside the home region, an <code>InvalidInputException</code> is returned.</p>
264
+ * <p>Although it is unlikely, the Migration Hub home Region could change. If you call
265
+ * APIs outside the home Region, an <code>InvalidInputException</code> is returned.</p>
272
266
  * </li>
273
267
  * <li>
274
268
  * <p>You must call <code>GetHomeRegion</code> to obtain the latest Migration Hub home
275
- * region.</p>
269
+ * Region.</p>
276
270
  * </li>
277
271
  * </ul>
278
272
  * </note>
279
- * <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">Amazon Web Services Application
280
- * Discovery Service User Guide</a>.</p>
273
+ * <p>This guide is intended for use with the <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/">Amazon Web Services Application Discovery Service User
274
+ * Guide</a>.</p>
281
275
  * <important>
282
- * <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">Amazon Web Services
283
- * Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
284
- * collected data before it is shared with the service.</p>
276
+ * <p>All data is handled according to the <a href="https://aws.amazon.com/privacy/">Amazon Web Services Privacy Policy</a>. You can operate Application Discovery Service offline to
277
+ * inspect collected data before it is shared with the service.</p>
285
278
  * </important>
286
279
  */
287
280
  export declare class ApplicationDiscoveryServiceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ApplicationDiscoveryServiceClientResolvedConfig> {
@@ -49,11 +49,11 @@ export interface AssociateConfigurationItemsToApplicationCommandOutput extends A
49
49
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
50
50
  *
51
51
  * @throws {@link AuthorizationErrorException} (client fault)
52
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
53
- * policy associated with this account.</p>
52
+ * <p>The user does not have permission to perform the action. Check the IAM
53
+ * policy associated with this user.</p>
54
54
  *
55
55
  * @throws {@link HomeRegionNotSetException} (client fault)
56
- * <p>The home region is not set. Set the home region to continue.</p>
56
+ * <p>The home Region is not set. Set the home Region to continue.</p>
57
57
  *
58
58
  * @throws {@link InvalidParameterException} (client fault)
59
59
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -62,11 +62,11 @@ export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDat
62
62
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
63
63
  *
64
64
  * @throws {@link AuthorizationErrorException} (client fault)
65
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
66
- * policy associated with this account.</p>
65
+ * <p>The user does not have permission to perform the action. Check the IAM
66
+ * policy associated with this user.</p>
67
67
  *
68
68
  * @throws {@link HomeRegionNotSetException} (client fault)
69
- * <p>The home region is not set. Set the home region to continue.</p>
69
+ * <p>The home Region is not set. Set the home Region to continue.</p>
70
70
  *
71
71
  * @throws {@link InvalidParameterException} (client fault)
72
72
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -49,11 +49,11 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
49
49
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
50
50
  *
51
51
  * @throws {@link AuthorizationErrorException} (client fault)
52
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
53
- * policy associated with this account.</p>
52
+ * <p>The user does not have permission to perform the action. Check the IAM
53
+ * policy associated with this user.</p>
54
54
  *
55
55
  * @throws {@link HomeRegionNotSetException} (client fault)
56
- * <p>The home region is not set. Set the home region to continue.</p>
56
+ * <p>The home Region is not set. Set the home Region to continue.</p>
57
57
  *
58
58
  * @throws {@link InvalidParameterException} (client fault)
59
59
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -58,11 +58,11 @@ export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataB
58
58
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
59
59
  *
60
60
  * @throws {@link AuthorizationErrorException} (client fault)
61
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
62
- * policy associated with this account.</p>
61
+ * <p>The user does not have permission to perform the action. Check the IAM
62
+ * policy associated with this user.</p>
63
63
  *
64
64
  * @throws {@link HomeRegionNotSetException} (client fault)
65
- * <p>The home region is not set. Set the home region to continue.</p>
65
+ * <p>The home Region is not set. Set the home Region to continue.</p>
66
66
  *
67
67
  * @throws {@link InvalidParameterException} (client fault)
68
68
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -49,11 +49,11 @@ export interface DeleteApplicationsCommandOutput extends DeleteApplicationsRespo
49
49
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
50
50
  *
51
51
  * @throws {@link AuthorizationErrorException} (client fault)
52
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
53
- * policy associated with this account.</p>
52
+ * <p>The user does not have permission to perform the action. Check the IAM
53
+ * policy associated with this user.</p>
54
54
  *
55
55
  * @throws {@link HomeRegionNotSetException} (client fault)
56
- * <p>The home region is not set. Set the home region to continue.</p>
56
+ * <p>The home Region is not set. Set the home Region to continue.</p>
57
57
  *
58
58
  * @throws {@link InvalidParameterException} (client fault)
59
59
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -55,11 +55,11 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataB
55
55
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
56
56
  *
57
57
  * @throws {@link AuthorizationErrorException} (client fault)
58
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
59
- * policy associated with this account.</p>
58
+ * <p>The user does not have permission to perform the action. Check the IAM
59
+ * policy associated with this user.</p>
60
60
  *
61
61
  * @throws {@link HomeRegionNotSetException} (client fault)
62
- * <p>The home region is not set. Set the home region to continue.</p>
62
+ * <p>The home Region is not set. Set the home Region to continue.</p>
63
63
  *
64
64
  * @throws {@link InvalidParameterException} (client fault)
65
65
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -23,8 +23,8 @@ export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __M
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Lists agents or connectors as specified by ID or other filters. All agents/connectors
27
- * associated with your user account can be listed if you call <code>DescribeAgents</code> as is
26
+ * <p>Lists agents or collectors as specified by ID or other filters. All agents/collectors
27
+ * associated with your user can be listed if you call <code>DescribeAgents</code> as is
28
28
  * without passing any parameters.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
@@ -82,11 +82,11 @@ export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __M
82
82
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
83
83
  *
84
84
  * @throws {@link AuthorizationErrorException} (client fault)
85
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
86
- * policy associated with this account.</p>
85
+ * <p>The user does not have permission to perform the action. Check the IAM
86
+ * policy associated with this user.</p>
87
87
  *
88
88
  * @throws {@link HomeRegionNotSetException} (client fault)
89
- * <p>The home region is not set. Set the home region to continue.</p>
89
+ * <p>The home Region is not set. Set the home Region to continue.</p>
90
90
  *
91
91
  * @throws {@link InvalidParameterException} (client fault)
92
92
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -77,11 +77,11 @@ export interface DescribeConfigurationsCommandOutput extends DescribeConfigurati
77
77
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
78
78
  *
79
79
  * @throws {@link AuthorizationErrorException} (client fault)
80
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
81
- * policy associated with this account.</p>
80
+ * <p>The user does not have permission to perform the action. Check the IAM
81
+ * policy associated with this user.</p>
82
82
  *
83
83
  * @throws {@link HomeRegionNotSetException} (client fault)
84
- * <p>The home region is not set. Set the home region to continue.</p>
84
+ * <p>The home Region is not set. Set the home Region to continue.</p>
85
85
  *
86
86
  * @throws {@link InvalidParameterException} (client fault)
87
87
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -24,7 +24,7 @@ export interface DescribeContinuousExportsCommandOutput extends DescribeContinuo
24
24
  /**
25
25
  * @public
26
26
  * <p>Lists exports as specified by ID. All continuous exports associated with your user
27
- * account can be listed if you call <code>DescribeContinuousExports</code> as is without passing
27
+ * can be listed if you call <code>DescribeContinuousExports</code> as is without passing
28
28
  * any parameters.</p>
29
29
  * @example
30
30
  * Use a bare-bones client and the command you need to make an API call.
@@ -68,11 +68,11 @@ export interface DescribeContinuousExportsCommandOutput extends DescribeContinuo
68
68
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
69
69
  *
70
70
  * @throws {@link AuthorizationErrorException} (client fault)
71
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
72
- * policy associated with this account.</p>
71
+ * <p>The user does not have permission to perform the action. Check the IAM
72
+ * policy associated with this user.</p>
73
73
  *
74
74
  * @throws {@link HomeRegionNotSetException} (client fault)
75
- * <p>The home region is not set. Set the home region to continue.</p>
75
+ * <p>The home Region is not set. Set the home Region to continue.</p>
76
76
  *
77
77
  * @throws {@link InvalidParameterException} (client fault)
78
78
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -67,11 +67,11 @@ export interface DescribeExportConfigurationsCommandOutput extends DescribeExpor
67
67
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
68
68
  *
69
69
  * @throws {@link AuthorizationErrorException} (client fault)
70
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
71
- * policy associated with this account.</p>
70
+ * <p>The user does not have permission to perform the action. Check the IAM
71
+ * policy associated with this user.</p>
72
72
  *
73
73
  * @throws {@link HomeRegionNotSetException} (client fault)
74
- * <p>The home region is not set. Set the home region to continue.</p>
74
+ * <p>The home Region is not set. Set the home Region to continue.</p>
75
75
  *
76
76
  * @throws {@link InvalidParameterException} (client fault)
77
77
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -74,11 +74,11 @@ export interface DescribeExportTasksCommandOutput extends DescribeExportTasksRes
74
74
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
75
75
  *
76
76
  * @throws {@link AuthorizationErrorException} (client fault)
77
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
78
- * policy associated with this account.</p>
77
+ * <p>The user does not have permission to perform the action. Check the IAM
78
+ * policy associated with this user.</p>
79
79
  *
80
80
  * @throws {@link HomeRegionNotSetException} (client fault)
81
- * <p>The home region is not set. Set the home region to continue.</p>
81
+ * <p>The home Region is not set. Set the home Region to continue.</p>
82
82
  *
83
83
  * @throws {@link InvalidParameterException} (client fault)
84
84
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -75,11 +75,11 @@ export interface DescribeImportTasksCommandOutput extends DescribeImportTasksRes
75
75
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
76
76
  *
77
77
  * @throws {@link AuthorizationErrorException} (client fault)
78
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
79
- * policy associated with this account.</p>
78
+ * <p>The user does not have permission to perform the action. Check the IAM
79
+ * policy associated with this user.</p>
80
80
  *
81
81
  * @throws {@link HomeRegionNotSetException} (client fault)
82
- * <p>The home region is not set. Set the home region to continue.</p>
82
+ * <p>The home Region is not set. Set the home Region to continue.</p>
83
83
  *
84
84
  * @throws {@link InvalidParameterException} (client fault)
85
85
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -37,7 +37,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
37
37
  * <p>configurationId</p>
38
38
  * </li>
39
39
  * </ul>
40
- * <p>Also, all configuration items associated with your user account that have tags can be
40
+ * <p>Also, all configuration items associated with your user that have tags can be
41
41
  * listed if you call <code>DescribeTags</code> as is without passing any parameters.</p>
42
42
  * @example
43
43
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,11 +81,11 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
81
81
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
82
82
  *
83
83
  * @throws {@link AuthorizationErrorException} (client fault)
84
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
85
- * policy associated with this account.</p>
84
+ * <p>The user does not have permission to perform the action. Check the IAM
85
+ * policy associated with this user.</p>
86
86
  *
87
87
  * @throws {@link HomeRegionNotSetException} (client fault)
88
- * <p>The home region is not set. Set the home region to continue.</p>
88
+ * <p>The home Region is not set. Set the home Region to continue.</p>
89
89
  *
90
90
  * @throws {@link InvalidParameterException} (client fault)
91
91
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -49,11 +49,11 @@ export interface DisassociateConfigurationItemsFromApplicationCommandOutput exte
49
49
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
50
50
  *
51
51
  * @throws {@link AuthorizationErrorException} (client fault)
52
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
53
- * policy associated with this account.</p>
52
+ * <p>The user does not have permission to perform the action. Check the IAM
53
+ * policy associated with this user.</p>
54
54
  *
55
55
  * @throws {@link HomeRegionNotSetException} (client fault)
56
- * <p>The home region is not set. Set the home region to continue.</p>
56
+ * <p>The home Region is not set. Set the home Region to continue.</p>
57
57
  *
58
58
  * @throws {@link InvalidParameterException} (client fault)
59
59
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -53,11 +53,11 @@ export interface ExportConfigurationsCommandOutput extends ExportConfigurationsR
53
53
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
54
54
  *
55
55
  * @throws {@link AuthorizationErrorException} (client fault)
56
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
57
- * policy associated with this account.</p>
56
+ * <p>The user does not have permission to perform the action. Check the IAM
57
+ * policy associated with this user.</p>
58
58
  *
59
59
  * @throws {@link HomeRegionNotSetException} (client fault)
60
- * <p>The home region is not set. Set the home region to continue.</p>
60
+ * <p>The home Region is not set. Set the home Region to continue.</p>
61
61
  *
62
62
  * @throws {@link InvalidParameterException} (client fault)
63
63
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -87,11 +87,11 @@ export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryRes
87
87
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
88
88
  *
89
89
  * @throws {@link AuthorizationErrorException} (client fault)
90
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
91
- * policy associated with this account.</p>
90
+ * <p>The user does not have permission to perform the action. Check the IAM
91
+ * policy associated with this user.</p>
92
92
  *
93
93
  * @throws {@link HomeRegionNotSetException} (client fault)
94
- * <p>The home region is not set. Set the home region to continue.</p>
94
+ * <p>The home Region is not set. Set the home Region to continue.</p>
95
95
  *
96
96
  * @throws {@link InvalidParameterException} (client fault)
97
97
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -72,11 +72,11 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo
72
72
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
73
73
  *
74
74
  * @throws {@link AuthorizationErrorException} (client fault)
75
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
76
- * policy associated with this account.</p>
75
+ * <p>The user does not have permission to perform the action. Check the IAM
76
+ * policy associated with this user.</p>
77
77
  *
78
78
  * @throws {@link HomeRegionNotSetException} (client fault)
79
- * <p>The home region is not set. Set the home region to continue.</p>
79
+ * <p>The home Region is not set. Set the home Region to continue.</p>
80
80
  *
81
81
  * @throws {@link InvalidParameterException} (client fault)
82
82
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -65,11 +65,11 @@ export interface ListServerNeighborsCommandOutput extends ListServerNeighborsRes
65
65
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
66
66
  *
67
67
  * @throws {@link AuthorizationErrorException} (client fault)
68
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
69
- * policy associated with this account.</p>
68
+ * <p>The user does not have permission to perform the action. Check the IAM
69
+ * policy associated with this user.</p>
70
70
  *
71
71
  * @throws {@link HomeRegionNotSetException} (client fault)
72
- * <p>The home region is not set. Set the home region to continue.</p>
72
+ * <p>The home Region is not set. Set the home Region to continue.</p>
73
73
  *
74
74
  * @throws {@link InvalidParameterException} (client fault)
75
75
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -52,14 +52,14 @@ export interface StartContinuousExportCommandOutput extends StartContinuousExpor
52
52
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
53
53
  *
54
54
  * @throws {@link AuthorizationErrorException} (client fault)
55
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
56
- * policy associated with this account.</p>
55
+ * <p>The user does not have permission to perform the action. Check the IAM
56
+ * policy associated with this user.</p>
57
57
  *
58
58
  * @throws {@link ConflictErrorException} (client fault)
59
59
  * <p></p>
60
60
  *
61
61
  * @throws {@link HomeRegionNotSetException} (client fault)
62
- * <p>The home region is not set. Set the home region to continue.</p>
62
+ * <p>The home Region is not set. Set the home Region to continue.</p>
63
63
  *
64
64
  * @throws {@link InvalidParameterException} (client fault)
65
65
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -23,7 +23,7 @@ export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCol
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Instructs the specified agents or connectors to start collecting data.</p>
26
+ * <p>Instructs the specified agents to start collecting data.</p>
27
27
  * @example
28
28
  * Use a bare-bones client and the command you need to make an API call.
29
29
  * ```javascript
@@ -56,11 +56,11 @@ export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCol
56
56
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
57
57
  *
58
58
  * @throws {@link AuthorizationErrorException} (client fault)
59
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
60
- * policy associated with this account.</p>
59
+ * <p>The user does not have permission to perform the action. Check the IAM
60
+ * policy associated with this user.</p>
61
61
  *
62
62
  * @throws {@link HomeRegionNotSetException} (client fault)
63
- * <p>The home region is not set. Set the home region to continue.</p>
63
+ * <p>The home Region is not set. Set the home Region to continue.</p>
64
64
  *
65
65
  * @throws {@link InvalidParameterException} (client fault)
66
66
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>
@@ -23,15 +23,28 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p> Begins the export of discovered data to an S3 bucket.</p>
27
- * <p> If you specify <code>agentIds</code> in a filter, the task exports up to 72 hours of
26
+ * <p>Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services.</p>
27
+ * <note>
28
+ * <p>Exports might provide an estimate of fees and savings based on certain information
29
+ * that you provide. Fee estimates do not include any taxes that might apply.
30
+ * Your actual fees and savings depend on a variety of factors, including your actual usage of Amazon Web Services
31
+ * services, which might vary from the estimates provided in this report.</p>
32
+ * </note>
33
+ * <p>If you do not specify <code>preferences</code> or <code>agentIds</code> in the filter, a
34
+ * summary of all servers, applications, tags, and performance is generated. This data is an
35
+ * aggregation of all server data collected through on-premises tooling, file import, application
36
+ * grouping and applying tags.</p>
37
+ * <p>If you specify <code>agentIds</code> in a filter, the task exports up to 72 hours of
28
38
  * detailed data collected by the identified Application Discovery Agent, including network,
29
39
  * process, and performance details. A time range for exported agent data may be set by using
30
40
  * <code>startTime</code> and <code>endTime</code>. Export of detailed agent data is limited to
31
- * five concurrently running exports. </p>
32
- * <p> If you do not include an <code>agentIds</code> filter, summary data is exported that
33
- * includes both Amazon Web Services Agentless Discovery Connector data and summary data from Amazon Web Services Discovery
34
- * Agents. Export of summary data is limited to two exports per day. </p>
41
+ * five concurrently running exports.
42
+ * Export of detailed agent data is limited to two exports per day.</p>
43
+ * <p>If you enable <code>ec2RecommendationsPreferences</code> in <code>preferences</code>
44
+ * , an
45
+ * Amazon EC2 instance matching the characteristics of each server in Application Discovery Service is generated.
46
+ * Changing the attributes of the <code>ec2RecommendationsPreferences</code> changes the
47
+ * criteria of the recommendation.</p>
35
48
  * @example
36
49
  * Use a bare-bones client and the command you need to make an API call.
37
50
  * ```javascript
@@ -40,7 +53,7 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _
40
53
  * const client = new ApplicationDiscoveryServiceClient(config);
41
54
  * const input = { // StartExportTaskRequest
42
55
  * exportDataFormat: [ // ExportDataFormats
43
- * "CSV" || "GRAPHML",
56
+ * "CSV",
44
57
  * ],
45
58
  * filters: [ // ExportFilters
46
59
  * { // ExportFilter
@@ -53,6 +66,29 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _
53
66
  * ],
54
67
  * startTime: new Date("TIMESTAMP"),
55
68
  * endTime: new Date("TIMESTAMP"),
69
+ * preferences: { // ExportPreferences Union: only one key present
70
+ * ec2RecommendationsPreferences: { // Ec2RecommendationsExportPreferences
71
+ * enabled: true || false,
72
+ * cpuPerformanceMetricBasis: { // UsageMetricBasis
73
+ * name: "STRING_VALUE",
74
+ * percentageAdjust: Number("double"),
75
+ * },
76
+ * ramPerformanceMetricBasis: {
77
+ * name: "STRING_VALUE",
78
+ * percentageAdjust: Number("double"),
79
+ * },
80
+ * tenancy: "DEDICATED" || "SHARED",
81
+ * excludedInstanceTypes: [ // ExcludedInstanceTypes
82
+ * "STRING_VALUE",
83
+ * ],
84
+ * preferredRegion: "STRING_VALUE",
85
+ * reservedInstanceOptions: { // ReservedInstanceOptions
86
+ * purchasingOption: "ALL_UPFRONT" || "PARTIAL_UPFRONT" || "NO_UPFRONT", // required
87
+ * offeringClass: "STANDARD" || "CONVERTIBLE", // required
88
+ * termLength: "ONE_YEAR" || "THREE_YEAR", // required
89
+ * },
90
+ * },
91
+ * },
56
92
  * };
57
93
  * const command = new StartExportTaskCommand(input);
58
94
  * const response = await client.send(command);
@@ -69,11 +105,11 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _
69
105
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
70
106
  *
71
107
  * @throws {@link AuthorizationErrorException} (client fault)
72
- * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
73
- * policy associated with this account.</p>
108
+ * <p>The user does not have permission to perform the action. Check the IAM
109
+ * policy associated with this user.</p>
74
110
  *
75
111
  * @throws {@link HomeRegionNotSetException} (client fault)
76
- * <p>The home region is not set. Set the home region to continue.</p>
112
+ * <p>The home Region is not set. Set the home Region to continue.</p>
77
113
  *
78
114
  * @throws {@link InvalidParameterException} (client fault)
79
115
  * <p>One or more parameters are not valid. Verify the parameters and try again.</p>