@aws-sdk/client-application-discovery-service 3.258.0 → 3.261.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -12
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-types/ApplicationDiscoveryService.d.ts +0 -22
- package/dist-types/ApplicationDiscoveryServiceClient.d.ts +0 -14
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +0 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +0 -1
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +0 -2
- package/dist-types/commands/StartImportTaskCommand.d.ts +0 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +0 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -16,14 +16,12 @@ automatically identifies servers, virtual machines (VMs), and network dependenci
|
|
|
16
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
17
|
Application Discovery Service offers three ways of performing discovery and
|
|
18
18
|
collecting data about your on-premises servers:</p>
|
|
19
|
-
|
|
20
19
|
<ul>
|
|
21
20
|
<li>
|
|
22
21
|
<p>
|
|
23
22
|
<b>Agentless discovery</b> is recommended for environments
|
|
24
23
|
that use VMware vCenter Server. This mode doesn't require you to install an agent on each
|
|
25
24
|
host. It does not work in non-VMware environments.</p>
|
|
26
|
-
|
|
27
25
|
<ul>
|
|
28
26
|
<li>
|
|
29
27
|
<p>Agentless discovery gathers server information regardless of the operating
|
|
@@ -37,14 +35,12 @@ agent-based discovery collects that information.</p>
|
|
|
37
35
|
</ul>
|
|
38
36
|
</li>
|
|
39
37
|
</ul>
|
|
40
|
-
|
|
41
38
|
<ul>
|
|
42
39
|
<li>
|
|
43
40
|
<p>
|
|
44
41
|
<b>Agent-based discovery</b> collects a richer set of data
|
|
45
42
|
than agentless discovery by using the Amazon Web Services Application Discovery Agent, which you install
|
|
46
43
|
on one or more hosts in your data center.</p>
|
|
47
|
-
|
|
48
44
|
<ul>
|
|
49
45
|
<li>
|
|
50
46
|
<p> The agent captures infrastructure and application information, including an
|
|
@@ -58,7 +54,6 @@ Application Discovery Service database in the cloud. </p>
|
|
|
58
54
|
</ul>
|
|
59
55
|
</li>
|
|
60
56
|
</ul>
|
|
61
|
-
|
|
62
57
|
<ul>
|
|
63
58
|
<li>
|
|
64
59
|
<p>
|
|
@@ -66,7 +61,6 @@ Application Discovery Service database in the cloud. </p>
|
|
|
66
61
|
Application Discovery Service, enabling you to import details of your on-premises
|
|
67
62
|
environment directly into Migration Hub without using the discovery connector or discovery
|
|
68
63
|
agent.</p>
|
|
69
|
-
|
|
70
64
|
<ul>
|
|
71
65
|
<li>
|
|
72
66
|
<p>Third-party application discovery tools can query Amazon Web Services Application Discovery
|
|
@@ -80,7 +74,6 @@ associate applications with servers and track migrations.</p>
|
|
|
80
74
|
</ul>
|
|
81
75
|
</li>
|
|
82
76
|
</ul>
|
|
83
|
-
|
|
84
77
|
<p>
|
|
85
78
|
<b>Recommendations</b>
|
|
86
79
|
</p>
|
|
@@ -89,18 +82,15 @@ whenever you want to collect information about network dependencies. You can run
|
|
|
89
82
|
and agentless discovery simultaneously. Use agentless discovery to complete the initial
|
|
90
83
|
infrastructure assessment quickly, and then install agents on select hosts to collect
|
|
91
84
|
additional information.</p>
|
|
92
|
-
|
|
93
85
|
<p>
|
|
94
86
|
<b>Working With This Guide</b>
|
|
95
87
|
</p>
|
|
96
|
-
|
|
97
88
|
<p>This API reference provides descriptions, syntax, and usage examples for each of the
|
|
98
89
|
actions and data types for Application Discovery Service. The topic for each action shows the
|
|
99
90
|
API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to
|
|
100
91
|
access an API that is tailored to the programming language or platform that you're using. For
|
|
101
92
|
more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services
|
|
102
93
|
SDKs</a>.</p>
|
|
103
|
-
|
|
104
94
|
<note>
|
|
105
95
|
<ul>
|
|
106
96
|
<li>
|
|
@@ -126,10 +116,8 @@ region.</p>
|
|
|
126
116
|
</li>
|
|
127
117
|
</ul>
|
|
128
118
|
</note>
|
|
129
|
-
|
|
130
119
|
<p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">Amazon Web Services Application
|
|
131
120
|
Discovery Service User Guide</a>.</p>
|
|
132
|
-
|
|
133
121
|
<important>
|
|
134
122
|
<p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">Amazon Web Services
|
|
135
123
|
Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const q = "fn", r = "argv", s = "ref";
|
|
5
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://discovery-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://discovery-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://discovery.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://discovery.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const q = "fn", r = "argv", s = "ref";
|
|
2
|
+
const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ endpoint: { url: "https://discovery-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://discovery-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ endpoint: { url: "https://discovery.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: { url: "https://discovery.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
|
@@ -27,20 +27,17 @@ import { StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsC
|
|
|
27
27
|
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
28
28
|
/**
|
|
29
29
|
* <fullname>Amazon Web Services Application Discovery Service</fullname>
|
|
30
|
-
*
|
|
31
30
|
* <p>Amazon Web Services Application Discovery Service helps you plan application migration projects. It
|
|
32
31
|
* automatically identifies servers, virtual machines (VMs), and network dependencies in your
|
|
33
32
|
* 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>.
|
|
34
33
|
* Application Discovery Service offers three ways of performing discovery and
|
|
35
34
|
* collecting data about your on-premises servers:</p>
|
|
36
|
-
*
|
|
37
35
|
* <ul>
|
|
38
36
|
* <li>
|
|
39
37
|
* <p>
|
|
40
38
|
* <b>Agentless discovery</b> is recommended for environments
|
|
41
39
|
* that use VMware vCenter Server. This mode doesn't require you to install an agent on each
|
|
42
40
|
* host. It does not work in non-VMware environments.</p>
|
|
43
|
-
*
|
|
44
41
|
* <ul>
|
|
45
42
|
* <li>
|
|
46
43
|
* <p>Agentless discovery gathers server information regardless of the operating
|
|
@@ -54,14 +51,12 @@ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from ".
|
|
|
54
51
|
* </ul>
|
|
55
52
|
* </li>
|
|
56
53
|
* </ul>
|
|
57
|
-
*
|
|
58
54
|
* <ul>
|
|
59
55
|
* <li>
|
|
60
56
|
* <p>
|
|
61
57
|
* <b>Agent-based discovery</b> collects a richer set of data
|
|
62
58
|
* than agentless discovery by using the Amazon Web Services Application Discovery Agent, which you install
|
|
63
59
|
* on one or more hosts in your data center.</p>
|
|
64
|
-
*
|
|
65
60
|
* <ul>
|
|
66
61
|
* <li>
|
|
67
62
|
* <p> The agent captures infrastructure and application information, including an
|
|
@@ -75,7 +70,6 @@ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from ".
|
|
|
75
70
|
* </ul>
|
|
76
71
|
* </li>
|
|
77
72
|
* </ul>
|
|
78
|
-
*
|
|
79
73
|
* <ul>
|
|
80
74
|
* <li>
|
|
81
75
|
* <p>
|
|
@@ -83,7 +77,6 @@ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from ".
|
|
|
83
77
|
* Application Discovery Service, enabling you to import details of your on-premises
|
|
84
78
|
* environment directly into Migration Hub without using the discovery connector or discovery
|
|
85
79
|
* agent.</p>
|
|
86
|
-
*
|
|
87
80
|
* <ul>
|
|
88
81
|
* <li>
|
|
89
82
|
* <p>Third-party application discovery tools can query Amazon Web Services Application Discovery
|
|
@@ -97,8 +90,6 @@ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from ".
|
|
|
97
90
|
* </ul>
|
|
98
91
|
* </li>
|
|
99
92
|
* </ul>
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
93
|
* <p>
|
|
103
94
|
* <b>Recommendations</b>
|
|
104
95
|
* </p>
|
|
@@ -107,18 +98,15 @@ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from ".
|
|
|
107
98
|
* and agentless discovery simultaneously. Use agentless discovery to complete the initial
|
|
108
99
|
* infrastructure assessment quickly, and then install agents on select hosts to collect
|
|
109
100
|
* additional information.</p>
|
|
110
|
-
*
|
|
111
101
|
* <p>
|
|
112
102
|
* <b>Working With This Guide</b>
|
|
113
103
|
* </p>
|
|
114
|
-
*
|
|
115
104
|
* <p>This API reference provides descriptions, syntax, and usage examples for each of the
|
|
116
105
|
* actions and data types for Application Discovery Service. The topic for each action shows the
|
|
117
106
|
* API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to
|
|
118
107
|
* access an API that is tailored to the programming language or platform that you're using. For
|
|
119
108
|
* more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services
|
|
120
109
|
* SDKs</a>.</p>
|
|
121
|
-
*
|
|
122
110
|
* <note>
|
|
123
111
|
* <ul>
|
|
124
112
|
* <li>
|
|
@@ -144,10 +132,8 @@ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from ".
|
|
|
144
132
|
* </li>
|
|
145
133
|
* </ul>
|
|
146
134
|
* </note>
|
|
147
|
-
*
|
|
148
135
|
* <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">Amazon Web Services Application
|
|
149
136
|
* Discovery Service User Guide</a>.</p>
|
|
150
|
-
*
|
|
151
137
|
* <important>
|
|
152
138
|
* <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">Amazon Web Services
|
|
153
139
|
* Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
|
|
@@ -164,7 +150,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
164
150
|
/**
|
|
165
151
|
* <p>Deletes one or more import tasks, each identified by their import ID. Each import task has
|
|
166
152
|
* a number of records that can identify servers or applications. </p>
|
|
167
|
-
*
|
|
168
153
|
* <p>Amazon Web Services Application Discovery Service has built-in matching logic that will identify when
|
|
169
154
|
* discovered servers match existing entries that you've previously discovered, the information
|
|
170
155
|
* for the already-existing discovered server is updated. When you delete an import task that
|
|
@@ -183,7 +168,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
183
168
|
/**
|
|
184
169
|
* <p>Creates one or more tags for configuration items. Tags are metadata that help you
|
|
185
170
|
* categorize IT assets. This API accepts a list of multiple configuration items.</p>
|
|
186
|
-
*
|
|
187
171
|
* <important>
|
|
188
172
|
* <p>Do not store sensitive information (like personal data) in tags.</p>
|
|
189
173
|
* </important>
|
|
@@ -215,7 +199,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
215
199
|
describeAgents(args: DescribeAgentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentsCommandOutput) => void): void;
|
|
216
200
|
/**
|
|
217
201
|
* <p>Retrieves attributes for a list of configuration item IDs.</p>
|
|
218
|
-
*
|
|
219
202
|
* <note>
|
|
220
203
|
* <p>All of the supplied IDs must be for the same asset type from one of the
|
|
221
204
|
* following:</p>
|
|
@@ -233,7 +216,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
233
216
|
* <p>connection</p>
|
|
234
217
|
* </li>
|
|
235
218
|
* </ul>
|
|
236
|
-
*
|
|
237
219
|
* <p>Output fields are specific to the asset type specified. For example, the output for a
|
|
238
220
|
* <i>server</i> configuration item includes a list of attributes about the
|
|
239
221
|
* server, such as host name, operating system, number of network cards, etc.</p>
|
|
@@ -370,9 +352,7 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
370
352
|
* tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform
|
|
371
353
|
* migration assessment and planning directly from your imported data, including the ability to
|
|
372
354
|
* group your devices as applications and track their migration status.</p>
|
|
373
|
-
*
|
|
374
355
|
* <p>To start an import request, do this:</p>
|
|
375
|
-
*
|
|
376
356
|
* <ol>
|
|
377
357
|
* <li>
|
|
378
358
|
* <p>Download the specially formatted comma separated value (CSV) import template, which
|
|
@@ -390,11 +370,9 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
390
370
|
* the Amazon Web Services SDKs to import the records from your file.</p>
|
|
391
371
|
* </li>
|
|
392
372
|
* </ol>
|
|
393
|
-
*
|
|
394
373
|
* <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
|
|
395
374
|
* Import</a> in the <i>Amazon Web Services Application Discovery Service User
|
|
396
375
|
* Guide</i>.</p>
|
|
397
|
-
*
|
|
398
376
|
* <note>
|
|
399
377
|
* <p>There are limits to the number of import tasks you can create (and delete) in an Amazon Web Services
|
|
400
378
|
* account. For more information, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/ads_service_limits.html">Amazon Web Services Application
|
|
@@ -149,20 +149,17 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
|
|
|
149
149
|
}
|
|
150
150
|
/**
|
|
151
151
|
* <fullname>Amazon Web Services Application Discovery Service</fullname>
|
|
152
|
-
*
|
|
153
152
|
* <p>Amazon Web Services Application Discovery Service helps you plan application migration projects. It
|
|
154
153
|
* automatically identifies servers, virtual machines (VMs), and network dependencies in your
|
|
155
154
|
* 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>.
|
|
156
155
|
* Application Discovery Service offers three ways of performing discovery and
|
|
157
156
|
* collecting data about your on-premises servers:</p>
|
|
158
|
-
*
|
|
159
157
|
* <ul>
|
|
160
158
|
* <li>
|
|
161
159
|
* <p>
|
|
162
160
|
* <b>Agentless discovery</b> is recommended for environments
|
|
163
161
|
* that use VMware vCenter Server. This mode doesn't require you to install an agent on each
|
|
164
162
|
* host. It does not work in non-VMware environments.</p>
|
|
165
|
-
*
|
|
166
163
|
* <ul>
|
|
167
164
|
* <li>
|
|
168
165
|
* <p>Agentless discovery gathers server information regardless of the operating
|
|
@@ -176,14 +173,12 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
|
|
|
176
173
|
* </ul>
|
|
177
174
|
* </li>
|
|
178
175
|
* </ul>
|
|
179
|
-
*
|
|
180
176
|
* <ul>
|
|
181
177
|
* <li>
|
|
182
178
|
* <p>
|
|
183
179
|
* <b>Agent-based discovery</b> collects a richer set of data
|
|
184
180
|
* than agentless discovery by using the Amazon Web Services Application Discovery Agent, which you install
|
|
185
181
|
* on one or more hosts in your data center.</p>
|
|
186
|
-
*
|
|
187
182
|
* <ul>
|
|
188
183
|
* <li>
|
|
189
184
|
* <p> The agent captures infrastructure and application information, including an
|
|
@@ -197,7 +192,6 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
|
|
|
197
192
|
* </ul>
|
|
198
193
|
* </li>
|
|
199
194
|
* </ul>
|
|
200
|
-
*
|
|
201
195
|
* <ul>
|
|
202
196
|
* <li>
|
|
203
197
|
* <p>
|
|
@@ -205,7 +199,6 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
|
|
|
205
199
|
* Application Discovery Service, enabling you to import details of your on-premises
|
|
206
200
|
* environment directly into Migration Hub without using the discovery connector or discovery
|
|
207
201
|
* agent.</p>
|
|
208
|
-
*
|
|
209
202
|
* <ul>
|
|
210
203
|
* <li>
|
|
211
204
|
* <p>Third-party application discovery tools can query Amazon Web Services Application Discovery
|
|
@@ -219,8 +212,6 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
|
|
|
219
212
|
* </ul>
|
|
220
213
|
* </li>
|
|
221
214
|
* </ul>
|
|
222
|
-
*
|
|
223
|
-
*
|
|
224
215
|
* <p>
|
|
225
216
|
* <b>Recommendations</b>
|
|
226
217
|
* </p>
|
|
@@ -229,18 +220,15 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
|
|
|
229
220
|
* and agentless discovery simultaneously. Use agentless discovery to complete the initial
|
|
230
221
|
* infrastructure assessment quickly, and then install agents on select hosts to collect
|
|
231
222
|
* additional information.</p>
|
|
232
|
-
*
|
|
233
223
|
* <p>
|
|
234
224
|
* <b>Working With This Guide</b>
|
|
235
225
|
* </p>
|
|
236
|
-
*
|
|
237
226
|
* <p>This API reference provides descriptions, syntax, and usage examples for each of the
|
|
238
227
|
* actions and data types for Application Discovery Service. The topic for each action shows the
|
|
239
228
|
* API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to
|
|
240
229
|
* access an API that is tailored to the programming language or platform that you're using. For
|
|
241
230
|
* more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services
|
|
242
231
|
* SDKs</a>.</p>
|
|
243
|
-
*
|
|
244
232
|
* <note>
|
|
245
233
|
* <ul>
|
|
246
234
|
* <li>
|
|
@@ -266,10 +254,8 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
|
|
|
266
254
|
* </li>
|
|
267
255
|
* </ul>
|
|
268
256
|
* </note>
|
|
269
|
-
*
|
|
270
257
|
* <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">Amazon Web Services Application
|
|
271
258
|
* Discovery Service User Guide</a>.</p>
|
|
272
|
-
*
|
|
273
259
|
* <important>
|
|
274
260
|
* <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">Amazon Web Services
|
|
275
261
|
* Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
|
|
@@ -10,7 +10,6 @@ export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDat
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Deletes one or more import tasks, each identified by their import ID. Each import task has
|
|
12
12
|
* a number of records that can identify servers or applications. </p>
|
|
13
|
-
*
|
|
14
13
|
* <p>Amazon Web Services Application Discovery Service has built-in matching logic that will identify when
|
|
15
14
|
* discovered servers match existing entries that you've previously discovered, the information
|
|
16
15
|
* for the already-existing discovered server is updated. When you delete an import task that
|
|
@@ -10,7 +10,6 @@ export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataB
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Creates one or more tags for configuration items. Tags are metadata that help you
|
|
12
12
|
* categorize IT assets. This API accepts a list of multiple configuration items.</p>
|
|
13
|
-
*
|
|
14
13
|
* <important>
|
|
15
14
|
* <p>Do not store sensitive information (like personal data) in tags.</p>
|
|
16
15
|
* </important>
|
|
@@ -9,7 +9,6 @@ export interface DescribeConfigurationsCommandOutput extends DescribeConfigurati
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Retrieves attributes for a list of configuration item IDs.</p>
|
|
12
|
-
*
|
|
13
12
|
* <note>
|
|
14
13
|
* <p>All of the supplied IDs must be for the same asset type from one of the
|
|
15
14
|
* following:</p>
|
|
@@ -27,7 +26,6 @@ export interface DescribeConfigurationsCommandOutput extends DescribeConfigurati
|
|
|
27
26
|
* <p>connection</p>
|
|
28
27
|
* </li>
|
|
29
28
|
* </ul>
|
|
30
|
-
*
|
|
31
29
|
* <p>Output fields are specific to the asset type specified. For example, the output for a
|
|
32
30
|
* <i>server</i> configuration item includes a list of attributes about the
|
|
33
31
|
* server, such as host name, operating system, number of network cards, etc.</p>
|
|
@@ -13,9 +13,7 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _
|
|
|
13
13
|
* tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform
|
|
14
14
|
* migration assessment and planning directly from your imported data, including the ability to
|
|
15
15
|
* group your devices as applications and track their migration status.</p>
|
|
16
|
-
*
|
|
17
16
|
* <p>To start an import request, do this:</p>
|
|
18
|
-
*
|
|
19
17
|
* <ol>
|
|
20
18
|
* <li>
|
|
21
19
|
* <p>Download the specially formatted comma separated value (CSV) import template, which
|
|
@@ -33,11 +31,9 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _
|
|
|
33
31
|
* the Amazon Web Services SDKs to import the records from your file.</p>
|
|
34
32
|
* </li>
|
|
35
33
|
* </ol>
|
|
36
|
-
*
|
|
37
34
|
* <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
|
|
38
35
|
* Import</a> in the <i>Amazon Web Services Application Discovery Service User
|
|
39
36
|
* Guide</i>.</p>
|
|
40
|
-
*
|
|
41
37
|
* <note>
|
|
42
38
|
* <p>There are limits to the number of import tasks you can create (and delete) in an Amazon Web Services
|
|
43
39
|
* account. For more information, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/ads_service_limits.html">Amazon Web Services Application
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -435,7 +435,6 @@ export interface ContinuousExportDescription {
|
|
|
435
435
|
/**
|
|
436
436
|
* <p>Contains information about any errors that have occurred. This data type can have the
|
|
437
437
|
* following values:</p>
|
|
438
|
-
*
|
|
439
438
|
* <ul>
|
|
440
439
|
* <li>
|
|
441
440
|
* <p>ACCESS_DENIED - You don’t have permission to start Data Exploration in Amazon
|
|
@@ -717,7 +716,6 @@ export declare enum ImportTaskFilterName {
|
|
|
717
716
|
/**
|
|
718
717
|
* <p>A name-values pair of elements you can use to filter the results when querying your import
|
|
719
718
|
* tasks. Currently, wildcards are not supported for filters.</p>
|
|
720
|
-
*
|
|
721
719
|
* <note>
|
|
722
720
|
* <p>When filtering by import status, all other filter values are ignored.</p>
|
|
723
721
|
* </note>
|
|
@@ -835,10 +833,8 @@ export interface ImportTask {
|
|
|
835
833
|
* file of failed records. You can use these two files to quickly identify records that failed,
|
|
836
834
|
* why they failed, and correct those records. Afterward, you can upload the corrected file to
|
|
837
835
|
* your Amazon S3 bucket and create another import task request.</p>
|
|
838
|
-
*
|
|
839
836
|
* <p>This field also includes authorization information so you can confirm the authenticity of
|
|
840
837
|
* the compressed archive before you download it.</p>
|
|
841
|
-
*
|
|
842
838
|
* <p>If some records failed to be imported we recommend that you correct the records in the
|
|
843
839
|
* failed entries file and then imports that failed entries file. This prevents you from having
|
|
844
840
|
* to correct and update the larger original file and attempt importing it again.</p>
|
|
@@ -1371,7 +1367,6 @@ export interface StartImportTaskRequest {
|
|
|
1371
1367
|
* <p>Optional. A unique token that you can provide to prevent the same import request from
|
|
1372
1368
|
* occurring more than once. If you don't provide a token, a token is automatically
|
|
1373
1369
|
* generated.</p>
|
|
1374
|
-
*
|
|
1375
1370
|
* <p>Sending more than one <code>StartImportTask</code> request with the same client request
|
|
1376
1371
|
* token will return information about the original import task with that client request
|
|
1377
1372
|
* token.</p>
|
|
@@ -1385,7 +1380,6 @@ export interface StartImportTaskRequest {
|
|
|
1385
1380
|
name: string | undefined;
|
|
1386
1381
|
/**
|
|
1387
1382
|
* <p>The URL for your import file that you've uploaded to Amazon S3.</p>
|
|
1388
|
-
*
|
|
1389
1383
|
* <note>
|
|
1390
1384
|
* <p>If you're using the Amazon Web Services CLI, this URL is structured as follows:
|
|
1391
1385
|
* <code>s3://BucketName/ImportFileName.CSV</code>
|
|
@@ -27,7 +27,7 @@ export declare const resolveClientEndpointParameters: <T>(
|
|
|
27
27
|
defaultSigningName: string;
|
|
28
28
|
};
|
|
29
29
|
export interface EndpointParameters extends __EndpointParameters {
|
|
30
|
-
Region
|
|
30
|
+
Region: string;
|
|
31
31
|
UseDualStack?: boolean;
|
|
32
32
|
UseFIPS?: boolean;
|
|
33
33
|
Endpoint?: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-discovery-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Discovery Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.261.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.261.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.259.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.261.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.257.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
@@ -31,26 +31,26 @@
|
|
|
31
31
|
"@aws-sdk/middleware-host-header": "3.257.0",
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.257.0",
|
|
33
33
|
"@aws-sdk/middleware-recursion-detection": "3.257.0",
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.259.0",
|
|
35
35
|
"@aws-sdk/middleware-serde": "3.257.0",
|
|
36
36
|
"@aws-sdk/middleware-signing": "3.257.0",
|
|
37
37
|
"@aws-sdk/middleware-stack": "3.257.0",
|
|
38
38
|
"@aws-sdk/middleware-user-agent": "3.257.0",
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.259.0",
|
|
40
40
|
"@aws-sdk/node-http-handler": "3.257.0",
|
|
41
41
|
"@aws-sdk/protocol-http": "3.257.0",
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
+
"@aws-sdk/smithy-client": "3.261.0",
|
|
43
43
|
"@aws-sdk/types": "3.257.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.257.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.261.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.261.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.257.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.257.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.257.0",
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.259.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|