Skip to content

Commit 8271508

Browse files
author
awstools
committed
feat(client-application-discovery-service): Add Migration Evaluator Collector details to the GetDiscoverySummary API response
1 parent f946a33 commit 8271508

12 files changed

+424
-127
lines changed

clients/client-application-discovery-service/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
AWS SDK for JavaScript ApplicationDiscoveryService Client for Node.js, Browser and React Native.
1111

12-
<fullname>AWS Application Discovery Service</fullname>
12+
<fullname>Amazon Web Services Application Discovery Service</fullname>
1313

14-
<p>AWS Application Discovery Service helps you plan application migration projects. It
14+
<p>Amazon Web Services Application Discovery Service helps you plan application migration projects. It
1515
automatically identifies servers, virtual machines (VMs), and network dependencies in your
16-
on-premises data centers. For more information, see the <a href="http://aws.amazon.com/application-discovery/faqs/">AWS Application Discovery Service
17-
FAQ</a>. Application Discovery Service offers three ways of performing discovery and
16+
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>.
17+
Application Discovery Service offers three ways of performing discovery and
1818
collecting data about your on-premises servers:</p>
1919

2020
<ul>
@@ -42,7 +42,7 @@ agent-based discovery collects that information.</p>
4242
<li>
4343
<p>
4444
<b>Agent-based discovery</b> collects a richer set of data
45-
than agentless discovery by using the AWS Application Discovery Agent, which you install
45+
than agentless discovery by using the Amazon Web Services Application Discovery Agent, which you install
4646
on one or more hosts in your data center.</p>
4747

4848
<ul>
@@ -62,14 +62,14 @@ Application Discovery Service database in the cloud. </p>
6262
<ul>
6363
<li>
6464
<p>
65-
<b>AWS Partner Network (APN) solutions</b> integrate with
65+
<b>Amazon Web Services Partner Network (APN) solutions</b> integrate with
6666
Application Discovery Service, enabling you to import details of your on-premises
6767
environment directly into Migration Hub without using the discovery connector or discovery
6868
agent.</p>
6969

7070
<ul>
7171
<li>
72-
<p>Third-party application discovery tools can query AWS Application Discovery
72+
<p>Third-party application discovery tools can query Amazon Web Services Application Discovery
7373
Service, and they can write to the Application Discovery Service database using the
7474
public API.</p>
7575
</li>
@@ -96,9 +96,9 @@ additional information.</p>
9696

9797
<p>This API reference provides descriptions, syntax, and usage examples for each of the
9898
actions and data types for Application Discovery Service. The topic for each action shows the
99-
API request parameters and the response. Alternatively, you can use one of the AWS SDKs to
99+
API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to
100100
access an API that is tailored to the programming language or platform that you're using. For
101-
more information, see <a href="http://aws.amazon.com/tools/#SDKs">AWS
101+
more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services
102102
SDKs</a>.</p>
103103

104104
<note>
@@ -127,11 +127,11 @@ region.</p>
127127
</ul>
128128
</note>
129129

130-
<p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">AWS Application
130+
<p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">Amazon Web Services Application
131131
Discovery Service User Guide</a>.</p>
132132

133133
<important>
134-
<p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">AWS
134+
<p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">Amazon Web Services
135135
Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
136136
collected data before it is shared with the service.</p>
137137
</important>

clients/client-application-discovery-service/src/ApplicationDiscoveryService.ts

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ import {
121121
} from "./commands/UpdateApplicationCommand";
122122

123123
/**
124-
* <fullname>AWS Application Discovery Service</fullname>
124+
* <fullname>Amazon Web Services Application Discovery Service</fullname>
125125
*
126-
* <p>AWS Application Discovery Service helps you plan application migration projects. It
126+
* <p>Amazon Web Services Application Discovery Service helps you plan application migration projects. It
127127
* automatically identifies servers, virtual machines (VMs), and network dependencies in your
128-
* on-premises data centers. For more information, see the <a href="http://aws.amazon.com/application-discovery/faqs/">AWS Application Discovery Service
129-
* FAQ</a>. Application Discovery Service offers three ways of performing discovery and
128+
* 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>.
129+
* Application Discovery Service offers three ways of performing discovery and
130130
* collecting data about your on-premises servers:</p>
131131
*
132132
* <ul>
@@ -154,7 +154,7 @@ import {
154154
* <li>
155155
* <p>
156156
* <b>Agent-based discovery</b> collects a richer set of data
157-
* than agentless discovery by using the AWS Application Discovery Agent, which you install
157+
* than agentless discovery by using the Amazon Web Services Application Discovery Agent, which you install
158158
* on one or more hosts in your data center.</p>
159159
*
160160
* <ul>
@@ -174,14 +174,14 @@ import {
174174
* <ul>
175175
* <li>
176176
* <p>
177-
* <b>AWS Partner Network (APN) solutions</b> integrate with
177+
* <b>Amazon Web Services Partner Network (APN) solutions</b> integrate with
178178
* Application Discovery Service, enabling you to import details of your on-premises
179179
* environment directly into Migration Hub without using the discovery connector or discovery
180180
* agent.</p>
181181
*
182182
* <ul>
183183
* <li>
184-
* <p>Third-party application discovery tools can query AWS Application Discovery
184+
* <p>Third-party application discovery tools can query Amazon Web Services Application Discovery
185185
* Service, and they can write to the Application Discovery Service database using the
186186
* public API.</p>
187187
* </li>
@@ -209,9 +209,9 @@ import {
209209
*
210210
* <p>This API reference provides descriptions, syntax, and usage examples for each of the
211211
* actions and data types for Application Discovery Service. The topic for each action shows the
212-
* API request parameters and the response. Alternatively, you can use one of the AWS SDKs to
212+
* API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to
213213
* access an API that is tailored to the programming language or platform that you're using. For
214-
* more information, see <a href="http://aws.amazon.com/tools/#SDKs">AWS
214+
* more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services
215215
* SDKs</a>.</p>
216216
*
217217
* <note>
@@ -240,11 +240,11 @@ import {
240240
* </ul>
241241
* </note>
242242
*
243-
* <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">AWS Application
243+
* <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">Amazon Web Services Application
244244
* Discovery Service User Guide</a>.</p>
245245
*
246246
* <important>
247-
* <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">AWS
247+
* <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">Amazon Web Services
248248
* Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
249249
* collected data before it is shared with the service.</p>
250250
* </important>
@@ -288,7 +288,7 @@ export class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClie
288288
* <p>Deletes one or more import tasks, each identified by their import ID. Each import task has
289289
* a number of records that can identify servers or applications. </p>
290290
*
291-
* <p>AWS Application Discovery Service has built-in matching logic that will identify when
291+
* <p>Amazon Web Services Application Discovery Service has built-in matching logic that will identify when
292292
* discovered servers match existing entries that you've previously discovered, the information
293293
* for the already-existing discovered server is updated. When you delete an import task that
294294
* contains records that were used to match, the information in those matched records that comes
@@ -358,6 +358,10 @@ export class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClie
358358
/**
359359
* <p>Creates one or more tags for configuration items. Tags are metadata that help you
360360
* categorize IT assets. This API accepts a list of multiple configuration items.</p>
361+
*
362+
* <important>
363+
* <p>Do not store sensitive information (like personal data) in tags.</p>
364+
* </important>
361365
*/
362366
public createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
363367
public createTags(args: CreateTagsCommandInput, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
@@ -500,7 +504,7 @@ export class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClie
500504
* <p>Output fields are specific to the asset type specified. For example, the output for a
501505
* <i>server</i> configuration item includes a list of attributes about the
502506
* server, such as host name, operating system, number of network cards, etc.</p>
503-
* <p>For a complete list of outputs for each asset type, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#DescribeConfigurations">Using the DescribeConfigurations Action</a> in the <i>AWS Application
507+
* <p>For a complete list of outputs for each asset type, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#DescribeConfigurations">Using the DescribeConfigurations Action</a> in the <i>Amazon Web Services Application
504508
* Discovery Service User Guide</i>.</p>
505509
* </note>
506510
*/
@@ -571,7 +575,7 @@ export class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClie
571575
* @deprecated
572576
*
573577
* <p>
574-
* <code>DescribeExportConfigurations</code> is deprecated. Use <a href="https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html">DescribeImportTasks</a>, instead.</p>
578+
* <code>DescribeExportConfigurations</code> is deprecated. Use <a href="https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html">DescribeExportTasks</a>, instead.</p>
575579
*/
576580
public describeExportConfigurations(
577581
args: DescribeExportConfigurationsCommandInput,
@@ -958,7 +962,7 @@ export class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClie
958962
* <code>startTime</code> and <code>endTime</code>. Export of detailed agent data is limited to
959963
* five concurrently running exports. </p>
960964
* <p> If you do not include an <code>agentIds</code> filter, summary data is exported that
961-
* includes both AWS Agentless Discovery Connector data and summary data from AWS Discovery
965+
* includes both Amazon Web Services Agentless Discovery Connector data and summary data from Amazon Web Services Discovery
962966
* Agents. Export of summary data is limited to two exports per day. </p>
963967
*/
964968
public startExportTask(
@@ -992,7 +996,7 @@ export class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClie
992996

993997
/**
994998
* <p>Starts an import task, which allows you to import details of your on-premises environment
995-
* directly into AWS Migration Hub without having to use the Application Discovery Service (ADS)
999+
* directly into Amazon Web Services Migration Hub without having to use the Application Discovery Service (ADS)
9961000
* tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform
9971001
* migration assessment and planning directly from your imported data, including the ability to
9981002
* group your devices as applications and track their migration status.</p>
@@ -1002,7 +1006,7 @@ export class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClie
10021006
* <ol>
10031007
* <li>
10041008
* <p>Download the specially formatted comma separated value (CSV) import template, which
1005-
* you can find here: <a href="https://s3-us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv">https://s3-us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv</a>.</p>
1009+
* you can find here: <a href="https://s3.us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv">https://s3.us-west-2.amazonaws.com/templates-7cffcf56-bd96-4b1c-b45b-a5b42f282e46/import_template.csv</a>.</p>
10061010
* </li>
10071011
* <li>
10081012
* <p>Fill out the template with your server and application data.</p>
@@ -1012,19 +1016,19 @@ export class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClie
10121016
* Your import file must be in the CSV format.</p>
10131017
* </li>
10141018
* <li>
1015-
* <p>Use the console or the <code>StartImportTask</code> command with the AWS CLI or one of
1016-
* the AWS SDKs to import the records from your file.</p>
1019+
* <p>Use the console or the <code>StartImportTask</code> command with the Amazon Web Services CLI or one of
1020+
* the Amazon Web Services SDKs to import the records from your file.</p>
10171021
* </li>
10181022
* </ol>
10191023
*
10201024
* <p>For more information, including step-by-step procedures, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-import.html">Migration Hub
1021-
* Import</a> in the <i>AWS Application Discovery Service User
1025+
* Import</a> in the <i>Amazon Web Services Application Discovery Service User
10221026
* Guide</i>.</p>
10231027
*
10241028
* <note>
1025-
* <p>There are limits to the number of import tasks you can create (and delete) in an AWS
1026-
* account. For more information, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/ads_service_limits.html">AWS Application
1027-
* Discovery Service Limits</a> in the <i>AWS Application Discovery Service User
1029+
* <p>There are limits to the number of import tasks you can create (and delete) in an Amazon Web Services
1030+
* account. For more information, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/ads_service_limits.html">Amazon Web Services Application
1031+
* Discovery Service Limits</a> in the <i>Amazon Web Services Application Discovery Service User
10281032
* Guide</i>.</p>
10291033
* </note>
10301034
*/

clients/client-application-discovery-service/src/ApplicationDiscoveryServiceClient.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,12 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig
333333
extends ApplicationDiscoveryServiceClientResolvedConfigType {}
334334

335335
/**
336-
* <fullname>AWS Application Discovery Service</fullname>
336+
* <fullname>Amazon Web Services Application Discovery Service</fullname>
337337
*
338-
* <p>AWS Application Discovery Service helps you plan application migration projects. It
338+
* <p>Amazon Web Services Application Discovery Service helps you plan application migration projects. It
339339
* automatically identifies servers, virtual machines (VMs), and network dependencies in your
340-
* on-premises data centers. For more information, see the <a href="http://aws.amazon.com/application-discovery/faqs/">AWS Application Discovery Service
341-
* FAQ</a>. Application Discovery Service offers three ways of performing discovery and
340+
* 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>.
341+
* Application Discovery Service offers three ways of performing discovery and
342342
* collecting data about your on-premises servers:</p>
343343
*
344344
* <ul>
@@ -366,7 +366,7 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig
366366
* <li>
367367
* <p>
368368
* <b>Agent-based discovery</b> collects a richer set of data
369-
* than agentless discovery by using the AWS Application Discovery Agent, which you install
369+
* than agentless discovery by using the Amazon Web Services Application Discovery Agent, which you install
370370
* on one or more hosts in your data center.</p>
371371
*
372372
* <ul>
@@ -386,14 +386,14 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig
386386
* <ul>
387387
* <li>
388388
* <p>
389-
* <b>AWS Partner Network (APN) solutions</b> integrate with
389+
* <b>Amazon Web Services Partner Network (APN) solutions</b> integrate with
390390
* Application Discovery Service, enabling you to import details of your on-premises
391391
* environment directly into Migration Hub without using the discovery connector or discovery
392392
* agent.</p>
393393
*
394394
* <ul>
395395
* <li>
396-
* <p>Third-party application discovery tools can query AWS Application Discovery
396+
* <p>Third-party application discovery tools can query Amazon Web Services Application Discovery
397397
* Service, and they can write to the Application Discovery Service database using the
398398
* public API.</p>
399399
* </li>
@@ -421,9 +421,9 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig
421421
*
422422
* <p>This API reference provides descriptions, syntax, and usage examples for each of the
423423
* actions and data types for Application Discovery Service. The topic for each action shows the
424-
* API request parameters and the response. Alternatively, you can use one of the AWS SDKs to
424+
* API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to
425425
* access an API that is tailored to the programming language or platform that you're using. For
426-
* more information, see <a href="http://aws.amazon.com/tools/#SDKs">AWS
426+
* more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services
427427
* SDKs</a>.</p>
428428
*
429429
* <note>
@@ -452,11 +452,11 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig
452452
* </ul>
453453
* </note>
454454
*
455-
* <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">AWS Application
455+
* <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">Amazon Web Services Application
456456
* Discovery Service User Guide</a>.</p>
457457
*
458458
* <important>
459-
* <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">AWS
459+
* <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">Amazon Web Services
460460
* Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
461461
* collected data before it is shared with the service.</p>
462462
* </important>

0 commit comments

Comments
 (0)