@aws-sdk/client-application-discovery-service 3.85.0 → 3.94.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/CHANGELOG.md +27 -0
- package/README.md +11 -11
- package/dist-cjs/models/models_0.js +7 -1
- package/dist-cjs/protocols/Aws_json1_1.js +14 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +14 -0
- package/dist-types/ApplicationDiscoveryService.d.ts +27 -23
- package/dist-types/ApplicationDiscoveryServiceClient.d.ts +11 -11
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +1 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/StartImportTaskCommand.d.ts +8 -8
- package/dist-types/models/models_0.d.ts +114 -15
- package/dist-types/ts3.4/models/models_0.d.ts +23 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.94.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.93.0...v3.94.0) (2022-05-18)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-application-discovery-service
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.92.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.91.0...v3.92.0) (2022-05-16)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **client-application-discovery-service:** Add Migration Evaluator Collector details to the GetDiscoverySummary API response ([8271508](https://github.com/aws/aws-sdk-js-v3/commit/8271508e00dde7402a8f7ac21fa03aa4e33818ef))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.87.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.86.0...v3.87.0) (2022-05-09)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-application-discovery-service
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.85.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.84.0...v3.85.0) (2022-05-05)
|
|
7
34
|
|
|
8
35
|
|
package/README.md
CHANGED
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
|
|
10
10
|
AWS SDK for JavaScript ApplicationDiscoveryService Client for Node.js, Browser and React Native.
|
|
11
11
|
|
|
12
|
-
<fullname>
|
|
12
|
+
<fullname>Amazon Web Services Application Discovery Service</fullname>
|
|
13
13
|
|
|
14
|
-
<p>
|
|
14
|
+
<p>Amazon Web Services Application Discovery Service helps you plan application migration projects. It
|
|
15
15
|
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/">
|
|
17
|
-
|
|
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
|
|
18
18
|
collecting data about your on-premises servers:</p>
|
|
19
19
|
|
|
20
20
|
<ul>
|
|
@@ -42,7 +42,7 @@ agent-based discovery collects that information.</p>
|
|
|
42
42
|
<li>
|
|
43
43
|
<p>
|
|
44
44
|
<b>Agent-based discovery</b> collects a richer set of data
|
|
45
|
-
than agentless discovery by using the
|
|
45
|
+
than agentless discovery by using the Amazon Web Services Application Discovery Agent, which you install
|
|
46
46
|
on one or more hosts in your data center.</p>
|
|
47
47
|
|
|
48
48
|
<ul>
|
|
@@ -62,14 +62,14 @@ Application Discovery Service database in the cloud. </p>
|
|
|
62
62
|
<ul>
|
|
63
63
|
<li>
|
|
64
64
|
<p>
|
|
65
|
-
<b>
|
|
65
|
+
<b>Amazon Web Services Partner Network (APN) solutions</b> integrate with
|
|
66
66
|
Application Discovery Service, enabling you to import details of your on-premises
|
|
67
67
|
environment directly into Migration Hub without using the discovery connector or discovery
|
|
68
68
|
agent.</p>
|
|
69
69
|
|
|
70
70
|
<ul>
|
|
71
71
|
<li>
|
|
72
|
-
<p>Third-party application discovery tools can query
|
|
72
|
+
<p>Third-party application discovery tools can query Amazon Web Services Application Discovery
|
|
73
73
|
Service, and they can write to the Application Discovery Service database using the
|
|
74
74
|
public API.</p>
|
|
75
75
|
</li>
|
|
@@ -96,9 +96,9 @@ additional information.</p>
|
|
|
96
96
|
|
|
97
97
|
<p>This API reference provides descriptions, syntax, and usage examples for each of the
|
|
98
98
|
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
|
|
99
|
+
API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to
|
|
100
100
|
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">
|
|
101
|
+
more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services
|
|
102
102
|
SDKs</a>.</p>
|
|
103
103
|
|
|
104
104
|
<note>
|
|
@@ -127,11 +127,11 @@ region.</p>
|
|
|
127
127
|
</ul>
|
|
128
128
|
</note>
|
|
129
129
|
|
|
130
|
-
<p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">
|
|
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
|
|
131
131
|
Discovery Service User Guide</a>.</p>
|
|
132
132
|
|
|
133
133
|
<important>
|
|
134
|
-
<p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">
|
|
134
|
+
<p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">Amazon Web Services
|
|
135
135
|
Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
|
|
136
136
|
collected data before it is shared with the service.</p>
|
|
137
137
|
</important>
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagFilter = exports.DescribeImportTasksResponse = exports.ImportTask = exports.ImportStatus = exports.DescribeImportTasksRequest = exports.ImportTaskFilter = exports.ImportTaskFilterName = exports.DescribeExportTasksResponse = exports.DescribeExportTasksRequest = exports.ExportFilter = exports.DescribeExportConfigurationsResponse = exports.ExportInfo = exports.ExportStatus = exports.DescribeExportConfigurationsRequest = exports.OperationNotPermittedException = exports.DescribeContinuousExportsResponse = exports.ContinuousExportDescription = exports.ContinuousExportStatus = exports.DataSource = exports.DescribeContinuousExportsRequest = exports.DescribeConfigurationsResponse = exports.DescribeConfigurationsRequest = exports.DescribeAgentsResponse = exports.DescribeAgentsRequest = exports.Filter = exports.DeleteTagsResponse = exports.DeleteTagsRequest = exports.DeleteApplicationsResponse = exports.DeleteApplicationsRequest = exports.ResourceNotFoundException = exports.CreateTagsResponse = exports.CreateTagsRequest = exports.Tag = exports.CreateApplicationResponse = exports.CreateApplicationRequest = exports.BatchDeleteImportDataResponse = exports.BatchDeleteImportDataError = exports.BatchDeleteImportDataErrorCode = exports.BatchDeleteImportDataRequest = exports.ServerInternalErrorException = exports.InvalidParameterValueException = exports.InvalidParameterException = exports.HomeRegionNotSetException = exports.AuthorizationErrorException = exports.AssociateConfigurationItemsToApplicationResponse = exports.AssociateConfigurationItemsToApplicationRequest = exports.AgentInfo = exports.AgentStatus = exports.AgentNetworkInfo = exports.AgentConfigurationStatus = void 0;
|
|
4
|
-
exports.UpdateApplicationResponse = exports.UpdateApplicationRequest = exports.StopDataCollectionByAgentIdsResponse = exports.StopDataCollectionByAgentIdsRequest = exports.StopContinuousExportResponse = exports.StopContinuousExportRequest = exports.StartImportTaskResponse = exports.StartImportTaskRequest = exports.StartExportTaskResponse = exports.StartExportTaskRequest = exports.ExportDataFormat = exports.StartDataCollectionByAgentIdsResponse = exports.StartDataCollectionByAgentIdsRequest = exports.StartContinuousExportResponse = exports.StartContinuousExportRequest = exports.ResourceInUseException = exports.ConflictErrorException = exports.ListServerNeighborsResponse = exports.NeighborConnectionDetail = exports.ListServerNeighborsRequest = exports.ListConfigurationsResponse = exports.ListConfigurationsRequest = exports.OrderByElement = exports.OrderString = exports.GetDiscoverySummaryResponse = exports.CustomerConnectorInfo = exports.CustomerAgentInfo = exports.GetDiscoverySummaryRequest = exports.ExportConfigurationsResponse = exports.DisassociateConfigurationItemsFromApplicationResponse = exports.DisassociateConfigurationItemsFromApplicationRequest = exports.DescribeTagsResponse = exports.ConfigurationTag = exports.ConfigurationItemType = exports.DescribeTagsRequest = void 0;
|
|
4
|
+
exports.UpdateApplicationResponse = exports.UpdateApplicationRequest = exports.StopDataCollectionByAgentIdsResponse = exports.StopDataCollectionByAgentIdsRequest = exports.StopContinuousExportResponse = exports.StopContinuousExportRequest = exports.StartImportTaskResponse = exports.StartImportTaskRequest = exports.StartExportTaskResponse = exports.StartExportTaskRequest = exports.ExportDataFormat = exports.StartDataCollectionByAgentIdsResponse = exports.StartDataCollectionByAgentIdsRequest = exports.StartContinuousExportResponse = exports.StartContinuousExportRequest = exports.ResourceInUseException = exports.ConflictErrorException = exports.ListServerNeighborsResponse = exports.NeighborConnectionDetail = exports.ListServerNeighborsRequest = exports.ListConfigurationsResponse = exports.ListConfigurationsRequest = exports.OrderByElement = exports.OrderString = exports.GetDiscoverySummaryResponse = exports.CustomerMeCollectorInfo = exports.CustomerConnectorInfo = exports.CustomerAgentInfo = exports.GetDiscoverySummaryRequest = exports.ExportConfigurationsResponse = exports.DisassociateConfigurationItemsFromApplicationResponse = exports.DisassociateConfigurationItemsFromApplicationRequest = exports.DescribeTagsResponse = exports.ConfigurationTag = exports.ConfigurationItemType = exports.DescribeTagsRequest = void 0;
|
|
5
5
|
const ApplicationDiscoveryServiceServiceException_1 = require("./ApplicationDiscoveryServiceServiceException");
|
|
6
6
|
var AgentConfigurationStatus;
|
|
7
7
|
(function (AgentConfigurationStatus) {
|
|
@@ -426,6 +426,12 @@ var CustomerConnectorInfo;
|
|
|
426
426
|
...obj,
|
|
427
427
|
});
|
|
428
428
|
})(CustomerConnectorInfo = exports.CustomerConnectorInfo || (exports.CustomerConnectorInfo = {}));
|
|
429
|
+
var CustomerMeCollectorInfo;
|
|
430
|
+
(function (CustomerMeCollectorInfo) {
|
|
431
|
+
CustomerMeCollectorInfo.filterSensitiveLog = (obj) => ({
|
|
432
|
+
...obj,
|
|
433
|
+
});
|
|
434
|
+
})(CustomerMeCollectorInfo = exports.CustomerMeCollectorInfo || (exports.CustomerMeCollectorInfo = {}));
|
|
429
435
|
var GetDiscoverySummaryResponse;
|
|
430
436
|
(function (GetDiscoverySummaryResponse) {
|
|
431
437
|
GetDiscoverySummaryResponse.filterSensitiveLog = (obj) => ({
|
|
@@ -2178,6 +2178,17 @@ const deserializeAws_json1_1CustomerConnectorInfo = (output, context) => {
|
|
|
2178
2178
|
unknownConnectors: (0, smithy_client_1.expectInt32)(output.unknownConnectors),
|
|
2179
2179
|
};
|
|
2180
2180
|
};
|
|
2181
|
+
const deserializeAws_json1_1CustomerMeCollectorInfo = (output, context) => {
|
|
2182
|
+
return {
|
|
2183
|
+
activeMeCollectors: (0, smithy_client_1.expectInt32)(output.activeMeCollectors),
|
|
2184
|
+
denyListedMeCollectors: (0, smithy_client_1.expectInt32)(output.denyListedMeCollectors),
|
|
2185
|
+
healthyMeCollectors: (0, smithy_client_1.expectInt32)(output.healthyMeCollectors),
|
|
2186
|
+
shutdownMeCollectors: (0, smithy_client_1.expectInt32)(output.shutdownMeCollectors),
|
|
2187
|
+
totalMeCollectors: (0, smithy_client_1.expectInt32)(output.totalMeCollectors),
|
|
2188
|
+
unhealthyMeCollectors: (0, smithy_client_1.expectInt32)(output.unhealthyMeCollectors),
|
|
2189
|
+
unknownMeCollectors: (0, smithy_client_1.expectInt32)(output.unknownMeCollectors),
|
|
2190
|
+
};
|
|
2191
|
+
};
|
|
2181
2192
|
const deserializeAws_json1_1DeleteApplicationsResponse = (output, context) => {
|
|
2182
2193
|
return {};
|
|
2183
2194
|
};
|
|
@@ -2307,6 +2318,9 @@ const deserializeAws_json1_1GetDiscoverySummaryResponse = (output, context) => {
|
|
|
2307
2318
|
connectorSummary: output.connectorSummary !== undefined && output.connectorSummary !== null
|
|
2308
2319
|
? deserializeAws_json1_1CustomerConnectorInfo(output.connectorSummary, context)
|
|
2309
2320
|
: undefined,
|
|
2321
|
+
meCollectorSummary: output.meCollectorSummary !== undefined && output.meCollectorSummary !== null
|
|
2322
|
+
? deserializeAws_json1_1CustomerMeCollectorInfo(output.meCollectorSummary, context)
|
|
2323
|
+
: undefined,
|
|
2310
2324
|
servers: (0, smithy_client_1.expectLong)(output.servers),
|
|
2311
2325
|
serversMappedToApplications: (0, smithy_client_1.expectLong)(output.serversMappedToApplications),
|
|
2312
2326
|
serversMappedtoTags: (0, smithy_client_1.expectLong)(output.serversMappedtoTags),
|
|
@@ -326,6 +326,10 @@ export var CustomerConnectorInfo;
|
|
|
326
326
|
(function (CustomerConnectorInfo) {
|
|
327
327
|
CustomerConnectorInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
328
|
})(CustomerConnectorInfo || (CustomerConnectorInfo = {}));
|
|
329
|
+
export var CustomerMeCollectorInfo;
|
|
330
|
+
(function (CustomerMeCollectorInfo) {
|
|
331
|
+
CustomerMeCollectorInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
})(CustomerMeCollectorInfo || (CustomerMeCollectorInfo = {}));
|
|
329
333
|
export var GetDiscoverySummaryResponse;
|
|
330
334
|
(function (GetDiscoverySummaryResponse) {
|
|
331
335
|
GetDiscoverySummaryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -2569,6 +2569,17 @@ var deserializeAws_json1_1CustomerConnectorInfo = function (output, context) {
|
|
|
2569
2569
|
unknownConnectors: __expectInt32(output.unknownConnectors),
|
|
2570
2570
|
};
|
|
2571
2571
|
};
|
|
2572
|
+
var deserializeAws_json1_1CustomerMeCollectorInfo = function (output, context) {
|
|
2573
|
+
return {
|
|
2574
|
+
activeMeCollectors: __expectInt32(output.activeMeCollectors),
|
|
2575
|
+
denyListedMeCollectors: __expectInt32(output.denyListedMeCollectors),
|
|
2576
|
+
healthyMeCollectors: __expectInt32(output.healthyMeCollectors),
|
|
2577
|
+
shutdownMeCollectors: __expectInt32(output.shutdownMeCollectors),
|
|
2578
|
+
totalMeCollectors: __expectInt32(output.totalMeCollectors),
|
|
2579
|
+
unhealthyMeCollectors: __expectInt32(output.unhealthyMeCollectors),
|
|
2580
|
+
unknownMeCollectors: __expectInt32(output.unknownMeCollectors),
|
|
2581
|
+
};
|
|
2582
|
+
};
|
|
2572
2583
|
var deserializeAws_json1_1DeleteApplicationsResponse = function (output, context) {
|
|
2573
2584
|
return {};
|
|
2574
2585
|
};
|
|
@@ -2697,6 +2708,9 @@ var deserializeAws_json1_1GetDiscoverySummaryResponse = function (output, contex
|
|
|
2697
2708
|
connectorSummary: output.connectorSummary !== undefined && output.connectorSummary !== null
|
|
2698
2709
|
? deserializeAws_json1_1CustomerConnectorInfo(output.connectorSummary, context)
|
|
2699
2710
|
: undefined,
|
|
2711
|
+
meCollectorSummary: output.meCollectorSummary !== undefined && output.meCollectorSummary !== null
|
|
2712
|
+
? deserializeAws_json1_1CustomerMeCollectorInfo(output.meCollectorSummary, context)
|
|
2713
|
+
: undefined,
|
|
2700
2714
|
servers: __expectLong(output.servers),
|
|
2701
2715
|
serversMappedToApplications: __expectLong(output.serversMappedToApplications),
|
|
2702
2716
|
serversMappedtoTags: __expectLong(output.serversMappedtoTags),
|
|
@@ -26,12 +26,12 @@ import { StopContinuousExportCommandInput, StopContinuousExportCommandOutput } f
|
|
|
26
26
|
import { StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput } from "./commands/StopDataCollectionByAgentIdsCommand";
|
|
27
27
|
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
28
28
|
/**
|
|
29
|
-
* <fullname>
|
|
29
|
+
* <fullname>Amazon Web Services Application Discovery Service</fullname>
|
|
30
30
|
*
|
|
31
|
-
* <p>
|
|
31
|
+
* <p>Amazon Web Services Application Discovery Service helps you plan application migration projects. It
|
|
32
32
|
* automatically identifies servers, virtual machines (VMs), and network dependencies in your
|
|
33
|
-
* on-premises data centers. For more information, see the <a href="http://aws.amazon.com/application-discovery/faqs/">
|
|
34
|
-
*
|
|
33
|
+
* 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
|
+
* Application Discovery Service offers three ways of performing discovery and
|
|
35
35
|
* collecting data about your on-premises servers:</p>
|
|
36
36
|
*
|
|
37
37
|
* <ul>
|
|
@@ -59,7 +59,7 @@ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from ".
|
|
|
59
59
|
* <li>
|
|
60
60
|
* <p>
|
|
61
61
|
* <b>Agent-based discovery</b> collects a richer set of data
|
|
62
|
-
* than agentless discovery by using the
|
|
62
|
+
* than agentless discovery by using the Amazon Web Services Application Discovery Agent, which you install
|
|
63
63
|
* on one or more hosts in your data center.</p>
|
|
64
64
|
*
|
|
65
65
|
* <ul>
|
|
@@ -79,14 +79,14 @@ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from ".
|
|
|
79
79
|
* <ul>
|
|
80
80
|
* <li>
|
|
81
81
|
* <p>
|
|
82
|
-
* <b>
|
|
82
|
+
* <b>Amazon Web Services Partner Network (APN) solutions</b> integrate with
|
|
83
83
|
* Application Discovery Service, enabling you to import details of your on-premises
|
|
84
84
|
* environment directly into Migration Hub without using the discovery connector or discovery
|
|
85
85
|
* agent.</p>
|
|
86
86
|
*
|
|
87
87
|
* <ul>
|
|
88
88
|
* <li>
|
|
89
|
-
* <p>Third-party application discovery tools can query
|
|
89
|
+
* <p>Third-party application discovery tools can query Amazon Web Services Application Discovery
|
|
90
90
|
* Service, and they can write to the Application Discovery Service database using the
|
|
91
91
|
* public API.</p>
|
|
92
92
|
* </li>
|
|
@@ -114,9 +114,9 @@ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from ".
|
|
|
114
114
|
*
|
|
115
115
|
* <p>This API reference provides descriptions, syntax, and usage examples for each of the
|
|
116
116
|
* actions and data types for Application Discovery Service. The topic for each action shows the
|
|
117
|
-
* API request parameters and the response. Alternatively, you can use one of the
|
|
117
|
+
* API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to
|
|
118
118
|
* access an API that is tailored to the programming language or platform that you're using. For
|
|
119
|
-
* more information, see <a href="http://aws.amazon.com/tools/#SDKs">
|
|
119
|
+
* more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services
|
|
120
120
|
* SDKs</a>.</p>
|
|
121
121
|
*
|
|
122
122
|
* <note>
|
|
@@ -145,11 +145,11 @@ import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from ".
|
|
|
145
145
|
* </ul>
|
|
146
146
|
* </note>
|
|
147
147
|
*
|
|
148
|
-
* <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">
|
|
148
|
+
* <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
149
|
* Discovery Service User Guide</a>.</p>
|
|
150
150
|
*
|
|
151
151
|
* <important>
|
|
152
|
-
* <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">
|
|
152
|
+
* <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">Amazon Web Services
|
|
153
153
|
* Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
|
|
154
154
|
* collected data before it is shared with the service.</p>
|
|
155
155
|
* </important>
|
|
@@ -165,7 +165,7 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
165
165
|
* <p>Deletes one or more import tasks, each identified by their import ID. Each import task has
|
|
166
166
|
* a number of records that can identify servers or applications. </p>
|
|
167
167
|
*
|
|
168
|
-
* <p>
|
|
168
|
+
* <p>Amazon Web Services Application Discovery Service has built-in matching logic that will identify when
|
|
169
169
|
* discovered servers match existing entries that you've previously discovered, the information
|
|
170
170
|
* for the already-existing discovered server is updated. When you delete an import task that
|
|
171
171
|
* contains records that were used to match, the information in those matched records that comes
|
|
@@ -183,6 +183,10 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
183
183
|
/**
|
|
184
184
|
* <p>Creates one or more tags for configuration items. Tags are metadata that help you
|
|
185
185
|
* categorize IT assets. This API accepts a list of multiple configuration items.</p>
|
|
186
|
+
*
|
|
187
|
+
* <important>
|
|
188
|
+
* <p>Do not store sensitive information (like personal data) in tags.</p>
|
|
189
|
+
* </important>
|
|
186
190
|
*/
|
|
187
191
|
createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
|
|
188
192
|
createTags(args: CreateTagsCommandInput, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
|
|
@@ -233,7 +237,7 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
233
237
|
* <p>Output fields are specific to the asset type specified. For example, the output for a
|
|
234
238
|
* <i>server</i> configuration item includes a list of attributes about the
|
|
235
239
|
* server, such as host name, operating system, number of network cards, etc.</p>
|
|
236
|
-
* <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>
|
|
240
|
+
* <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
|
|
237
241
|
* Discovery Service User Guide</i>.</p>
|
|
238
242
|
* </note>
|
|
239
243
|
*/
|
|
@@ -252,7 +256,7 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
252
256
|
* @deprecated
|
|
253
257
|
*
|
|
254
258
|
* <p>
|
|
255
|
-
* <code>DescribeExportConfigurations</code> is deprecated. Use <a href="https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html">
|
|
259
|
+
* <code>DescribeExportConfigurations</code> is deprecated. Use <a href="https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html">DescribeExportTasks</a>, instead.</p>
|
|
256
260
|
*/
|
|
257
261
|
describeExportConfigurations(args: DescribeExportConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExportConfigurationsCommandOutput>;
|
|
258
262
|
describeExportConfigurations(args: DescribeExportConfigurationsCommandInput, cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void): void;
|
|
@@ -354,7 +358,7 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
354
358
|
* <code>startTime</code> and <code>endTime</code>. Export of detailed agent data is limited to
|
|
355
359
|
* five concurrently running exports. </p>
|
|
356
360
|
* <p> If you do not include an <code>agentIds</code> filter, summary data is exported that
|
|
357
|
-
* includes both
|
|
361
|
+
* includes both Amazon Web Services Agentless Discovery Connector data and summary data from Amazon Web Services Discovery
|
|
358
362
|
* Agents. Export of summary data is limited to two exports per day. </p>
|
|
359
363
|
*/
|
|
360
364
|
startExportTask(args: StartExportTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartExportTaskCommandOutput>;
|
|
@@ -362,7 +366,7 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
362
366
|
startExportTask(args: StartExportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
|
|
363
367
|
/**
|
|
364
368
|
* <p>Starts an import task, which allows you to import details of your on-premises environment
|
|
365
|
-
* directly into
|
|
369
|
+
* directly into Amazon Web Services Migration Hub without having to use the Application Discovery Service (ADS)
|
|
366
370
|
* tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform
|
|
367
371
|
* migration assessment and planning directly from your imported data, including the ability to
|
|
368
372
|
* group your devices as applications and track their migration status.</p>
|
|
@@ -372,7 +376,7 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
372
376
|
* <ol>
|
|
373
377
|
* <li>
|
|
374
378
|
* <p>Download the specially formatted comma separated value (CSV) import template, which
|
|
375
|
-
* you can find here: <a href="https://s3
|
|
379
|
+
* 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>
|
|
376
380
|
* </li>
|
|
377
381
|
* <li>
|
|
378
382
|
* <p>Fill out the template with your server and application data.</p>
|
|
@@ -382,19 +386,19 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
382
386
|
* Your import file must be in the CSV format.</p>
|
|
383
387
|
* </li>
|
|
384
388
|
* <li>
|
|
385
|
-
* <p>Use the console or the <code>StartImportTask</code> command with the
|
|
386
|
-
* the
|
|
389
|
+
* <p>Use the console or the <code>StartImportTask</code> command with the Amazon Web Services CLI or one of
|
|
390
|
+
* the Amazon Web Services SDKs to import the records from your file.</p>
|
|
387
391
|
* </li>
|
|
388
392
|
* </ol>
|
|
389
393
|
*
|
|
390
394
|
* <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
|
|
391
|
-
* Import</a> in the <i>
|
|
395
|
+
* Import</a> in the <i>Amazon Web Services Application Discovery Service User
|
|
392
396
|
* Guide</i>.</p>
|
|
393
397
|
*
|
|
394
398
|
* <note>
|
|
395
|
-
* <p>There are limits to the number of import tasks you can create (and delete) in an
|
|
396
|
-
* account. For more information, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/ads_service_limits.html">
|
|
397
|
-
* Discovery Service Limits</a> in the <i>
|
|
399
|
+
* <p>There are limits to the number of import tasks you can create (and delete) in an Amazon Web Services
|
|
400
|
+
* account. For more information, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/ads_service_limits.html">Amazon Web Services Application
|
|
401
|
+
* Discovery Service Limits</a> in the <i>Amazon Web Services Application Discovery Service User
|
|
398
402
|
* Guide</i>.</p>
|
|
399
403
|
* </note>
|
|
400
404
|
*/
|
|
@@ -151,12 +151,12 @@ declare type ApplicationDiscoveryServiceClientResolvedConfigType = __SmithyResol
|
|
|
151
151
|
export interface ApplicationDiscoveryServiceClientResolvedConfig extends ApplicationDiscoveryServiceClientResolvedConfigType {
|
|
152
152
|
}
|
|
153
153
|
/**
|
|
154
|
-
* <fullname>
|
|
154
|
+
* <fullname>Amazon Web Services Application Discovery Service</fullname>
|
|
155
155
|
*
|
|
156
|
-
* <p>
|
|
156
|
+
* <p>Amazon Web Services Application Discovery Service helps you plan application migration projects. It
|
|
157
157
|
* automatically identifies servers, virtual machines (VMs), and network dependencies in your
|
|
158
|
-
* on-premises data centers. For more information, see the <a href="http://aws.amazon.com/application-discovery/faqs/">
|
|
159
|
-
*
|
|
158
|
+
* 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>.
|
|
159
|
+
* Application Discovery Service offers three ways of performing discovery and
|
|
160
160
|
* collecting data about your on-premises servers:</p>
|
|
161
161
|
*
|
|
162
162
|
* <ul>
|
|
@@ -184,7 +184,7 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
|
|
|
184
184
|
* <li>
|
|
185
185
|
* <p>
|
|
186
186
|
* <b>Agent-based discovery</b> collects a richer set of data
|
|
187
|
-
* than agentless discovery by using the
|
|
187
|
+
* than agentless discovery by using the Amazon Web Services Application Discovery Agent, which you install
|
|
188
188
|
* on one or more hosts in your data center.</p>
|
|
189
189
|
*
|
|
190
190
|
* <ul>
|
|
@@ -204,14 +204,14 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
|
|
|
204
204
|
* <ul>
|
|
205
205
|
* <li>
|
|
206
206
|
* <p>
|
|
207
|
-
* <b>
|
|
207
|
+
* <b>Amazon Web Services Partner Network (APN) solutions</b> integrate with
|
|
208
208
|
* Application Discovery Service, enabling you to import details of your on-premises
|
|
209
209
|
* environment directly into Migration Hub without using the discovery connector or discovery
|
|
210
210
|
* agent.</p>
|
|
211
211
|
*
|
|
212
212
|
* <ul>
|
|
213
213
|
* <li>
|
|
214
|
-
* <p>Third-party application discovery tools can query
|
|
214
|
+
* <p>Third-party application discovery tools can query Amazon Web Services Application Discovery
|
|
215
215
|
* Service, and they can write to the Application Discovery Service database using the
|
|
216
216
|
* public API.</p>
|
|
217
217
|
* </li>
|
|
@@ -239,9 +239,9 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
|
|
|
239
239
|
*
|
|
240
240
|
* <p>This API reference provides descriptions, syntax, and usage examples for each of the
|
|
241
241
|
* actions and data types for Application Discovery Service. The topic for each action shows the
|
|
242
|
-
* API request parameters and the response. Alternatively, you can use one of the
|
|
242
|
+
* API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to
|
|
243
243
|
* access an API that is tailored to the programming language or platform that you're using. For
|
|
244
|
-
* more information, see <a href="http://aws.amazon.com/tools/#SDKs">
|
|
244
|
+
* more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services
|
|
245
245
|
* SDKs</a>.</p>
|
|
246
246
|
*
|
|
247
247
|
* <note>
|
|
@@ -270,11 +270,11 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
|
|
|
270
270
|
* </ul>
|
|
271
271
|
* </note>
|
|
272
272
|
*
|
|
273
|
-
* <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">
|
|
273
|
+
* <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">Amazon Web Services Application
|
|
274
274
|
* Discovery Service User Guide</a>.</p>
|
|
275
275
|
*
|
|
276
276
|
* <important>
|
|
277
|
-
* <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">
|
|
277
|
+
* <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">Amazon Web Services
|
|
278
278
|
* Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
|
|
279
279
|
* collected data before it is shared with the service.</p>
|
|
280
280
|
* </important>
|
|
@@ -10,7 +10,7 @@ export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDat
|
|
|
10
10
|
* <p>Deletes one or more import tasks, each identified by their import ID. Each import task has
|
|
11
11
|
* a number of records that can identify servers or applications. </p>
|
|
12
12
|
*
|
|
13
|
-
* <p>
|
|
13
|
+
* <p>Amazon Web Services Application Discovery Service has built-in matching logic that will identify when
|
|
14
14
|
* discovered servers match existing entries that you've previously discovered, the information
|
|
15
15
|
* for the already-existing discovered server is updated. When you delete an import task that
|
|
16
16
|
* contains records that were used to match, the information in those matched records that comes
|
|
@@ -9,6 +9,10 @@ export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataB
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates one or more tags for configuration items. Tags are metadata that help you
|
|
11
11
|
* categorize IT assets. This API accepts a list of multiple configuration items.</p>
|
|
12
|
+
*
|
|
13
|
+
* <important>
|
|
14
|
+
* <p>Do not store sensitive information (like personal data) in tags.</p>
|
|
15
|
+
* </important>
|
|
12
16
|
* @example
|
|
13
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
18
|
* ```javascript
|
|
@@ -30,7 +30,7 @@ export interface DescribeConfigurationsCommandOutput extends DescribeConfigurati
|
|
|
30
30
|
* <p>Output fields are specific to the asset type specified. For example, the output for a
|
|
31
31
|
* <i>server</i> configuration item includes a list of attributes about the
|
|
32
32
|
* server, such as host name, operating system, number of network cards, etc.</p>
|
|
33
|
-
* <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>
|
|
33
|
+
* <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
|
|
34
34
|
* Discovery Service User Guide</i>.</p>
|
|
35
35
|
* </note>
|
|
36
36
|
* @example
|
|
@@ -10,7 +10,7 @@ export interface DescribeExportConfigurationsCommandOutput extends DescribeExpor
|
|
|
10
10
|
* @deprecated
|
|
11
11
|
*
|
|
12
12
|
* <p>
|
|
13
|
-
* <code>DescribeExportConfigurations</code> is deprecated. Use <a href="https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html">
|
|
13
|
+
* <code>DescribeExportConfigurations</code> is deprecated. Use <a href="https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html">DescribeExportTasks</a>, instead.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
16
|
* ```javascript
|
|
@@ -14,7 +14,7 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _
|
|
|
14
14
|
* <code>startTime</code> and <code>endTime</code>. Export of detailed agent data is limited to
|
|
15
15
|
* five concurrently running exports. </p>
|
|
16
16
|
* <p> If you do not include an <code>agentIds</code> filter, summary data is exported that
|
|
17
|
-
* includes both
|
|
17
|
+
* includes both Amazon Web Services Agentless Discovery Connector data and summary data from Amazon Web Services Discovery
|
|
18
18
|
* Agents. Export of summary data is limited to two exports per day. </p>
|
|
19
19
|
* @example
|
|
20
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -8,7 +8,7 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Starts an import task, which allows you to import details of your on-premises environment
|
|
11
|
-
* directly into
|
|
11
|
+
* directly into Amazon Web Services Migration Hub without having to use the Application Discovery Service (ADS)
|
|
12
12
|
* tools such as the Discovery Connector or Discovery Agent. This gives you the option to perform
|
|
13
13
|
* migration assessment and planning directly from your imported data, including the ability to
|
|
14
14
|
* group your devices as applications and track their migration status.</p>
|
|
@@ -18,7 +18,7 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _
|
|
|
18
18
|
* <ol>
|
|
19
19
|
* <li>
|
|
20
20
|
* <p>Download the specially formatted comma separated value (CSV) import template, which
|
|
21
|
-
* you can find here: <a href="https://s3
|
|
21
|
+
* 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>
|
|
22
22
|
* </li>
|
|
23
23
|
* <li>
|
|
24
24
|
* <p>Fill out the template with your server and application data.</p>
|
|
@@ -28,19 +28,19 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _
|
|
|
28
28
|
* Your import file must be in the CSV format.</p>
|
|
29
29
|
* </li>
|
|
30
30
|
* <li>
|
|
31
|
-
* <p>Use the console or the <code>StartImportTask</code> command with the
|
|
32
|
-
* the
|
|
31
|
+
* <p>Use the console or the <code>StartImportTask</code> command with the Amazon Web Services CLI or one of
|
|
32
|
+
* the Amazon Web Services SDKs to import the records from your file.</p>
|
|
33
33
|
* </li>
|
|
34
34
|
* </ol>
|
|
35
35
|
*
|
|
36
36
|
* <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
|
|
37
|
-
* Import</a> in the <i>
|
|
37
|
+
* Import</a> in the <i>Amazon Web Services Application Discovery Service User
|
|
38
38
|
* Guide</i>.</p>
|
|
39
39
|
*
|
|
40
40
|
* <note>
|
|
41
|
-
* <p>There are limits to the number of import tasks you can create (and delete) in an
|
|
42
|
-
* account. For more information, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/ads_service_limits.html">
|
|
43
|
-
* Discovery Service Limits</a> in the <i>
|
|
41
|
+
* <p>There are limits to the number of import tasks you can create (and delete) in an Amazon Web Services
|
|
42
|
+
* account. For more information, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/ads_service_limits.html">Amazon Web Services Application
|
|
43
|
+
* Discovery Service Limits</a> in the <i>Amazon Web Services Application Discovery Service User
|
|
44
44
|
* Guide</i>.</p>
|
|
45
45
|
* </note>
|
|
46
46
|
* @example
|
|
@@ -56,7 +56,7 @@ export declare enum AgentStatus {
|
|
|
56
56
|
UNKNOWN = "UNKNOWN"
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
|
-
* <p>Information about agents or connectors associated with the user’s
|
|
59
|
+
* <p>Information about agents or connectors associated with the user’s Amazon Web Services account.
|
|
60
60
|
* Information includes agent or connector IDs, IP addresses, media access control (MAC)
|
|
61
61
|
* addresses, agent or connector health, hostname where the agent or connector resides, and agent
|
|
62
62
|
* version for each agent.</p>
|
|
@@ -135,7 +135,7 @@ export declare namespace AssociateConfigurationItemsToApplicationResponse {
|
|
|
135
135
|
const filterSensitiveLog: (obj: AssociateConfigurationItemsToApplicationResponse) => any;
|
|
136
136
|
}
|
|
137
137
|
/**
|
|
138
|
-
* <p>The
|
|
138
|
+
* <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
|
|
139
139
|
* policy associated with this account.</p>
|
|
140
140
|
*/
|
|
141
141
|
export declare class AuthorizationErrorException extends __BaseException {
|
|
@@ -275,6 +275,9 @@ export declare namespace CreateApplicationResponse {
|
|
|
275
275
|
}
|
|
276
276
|
/**
|
|
277
277
|
* <p>Metadata that help you categorize IT assets.</p>
|
|
278
|
+
* <important>
|
|
279
|
+
* <p>Do not store sensitive information (like personal data) in tags.</p>
|
|
280
|
+
* </important>
|
|
278
281
|
*/
|
|
279
282
|
export interface Tag {
|
|
280
283
|
/**
|
|
@@ -385,7 +388,7 @@ export declare namespace DeleteTagsResponse {
|
|
|
385
388
|
/**
|
|
386
389
|
* <p>A filter that can use conditional operators.</p>
|
|
387
390
|
* <p>For more information about filters, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html">Querying Discovered
|
|
388
|
-
* Configuration Items</a> in the <i>
|
|
391
|
+
* Configuration Items</a> in the <i>Amazon Web Services Application Discovery Service User
|
|
389
392
|
* Guide</i>. </p>
|
|
390
393
|
*/
|
|
391
394
|
export interface Filter {
|
|
@@ -418,7 +421,7 @@ export declare namespace Filter {
|
|
|
418
421
|
export interface DescribeAgentsRequest {
|
|
419
422
|
/**
|
|
420
423
|
* <p>The agent or the Connector IDs for which you want information. If you specify no IDs,
|
|
421
|
-
* the system returns information about all agents/Connectors associated with your
|
|
424
|
+
* the system returns information about all agents/Connectors associated with your Amazon Web Services user
|
|
422
425
|
* account.</p>
|
|
423
426
|
*/
|
|
424
427
|
agentIds?: string[];
|
|
@@ -576,7 +579,7 @@ export interface ContinuousExportDescription {
|
|
|
576
579
|
* <ul>
|
|
577
580
|
* <li>
|
|
578
581
|
* <p>ACCESS_DENIED - You don’t have permission to start Data Exploration in Amazon
|
|
579
|
-
* Athena. Contact your
|
|
582
|
+
* Athena. Contact your Amazon Web Services administrator for help. For more information, see <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/setting-up.html">Setting Up Amazon Web Services Application Discovery Service</a> in the Application Discovery
|
|
580
583
|
* Service User Guide.</p>
|
|
581
584
|
* </li>
|
|
582
585
|
* <li>
|
|
@@ -598,12 +601,48 @@ export interface ContinuousExportDescription {
|
|
|
598
601
|
* </li>
|
|
599
602
|
* <li>
|
|
600
603
|
* <p>INTERNAL_FAILURE - The Data Exploration feature is in an error state because of an
|
|
601
|
-
* internal failure. Try again later. If this problem persists, contact
|
|
604
|
+
* internal failure. Try again later. If this problem persists, contact Amazon Web Services
|
|
602
605
|
* Support.</p>
|
|
603
606
|
* </li>
|
|
604
607
|
* <li>
|
|
608
|
+
* <p>LAKE_FORMATION_ACCESS_DENIED - You don't have sufficient lake formation permissions
|
|
609
|
+
* to start continuous export. For more information, see <a href="http://docs.aws.amazon.com/lake-formation/latest/dg/upgrade-glue-lake-formation.html">
|
|
610
|
+
* Upgrading Amazon Web Services Glue Data Permissions to the Amazon Web Services Lake Formation Model </a> in the
|
|
611
|
+
* Amazon Web Services <i>Lake Formation Developer Guide</i>. </p>
|
|
612
|
+
* <p>You can use one of the following two ways to resolve this issue.</p>
|
|
613
|
+
* <ol>
|
|
614
|
+
* <li>
|
|
615
|
+
* <p>If you don’t want to use the Lake Formation permission model, you can change
|
|
616
|
+
* the default Data Catalog settings to use only Amazon Web Services Identity and Access Management
|
|
617
|
+
* (IAM) access control for new databases. For more information, see <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/getting-started-setup.html#setup-change-cat-settings">Change Data Catalog Settings</a> in the <i>Lake Formation
|
|
618
|
+
* Developer Guide</i>.</p>
|
|
619
|
+
* </li>
|
|
620
|
+
* <li>
|
|
621
|
+
* <p>You can give the service-linked IAM roles
|
|
622
|
+
* AWSServiceRoleForApplicationDiscoveryServiceContinuousExport and
|
|
623
|
+
* AWSApplicationDiscoveryServiceFirehose the required Lake Formation permissions. For
|
|
624
|
+
* more information, see <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/granting-database-permissions.html">
|
|
625
|
+
* Granting Database Permissions</a> in the <i>Lake Formation
|
|
626
|
+
* Developer Guide</i>. </p>
|
|
627
|
+
* <ol>
|
|
628
|
+
* <li>
|
|
629
|
+
* <p>AWSServiceRoleForApplicationDiscoveryServiceContinuousExport - Grant
|
|
630
|
+
* database creator permissions, which gives the role database creation ability and
|
|
631
|
+
* implicit permissions for any created tables. For more information, see <a href="https://docs.aws.amazon.com/lake-formation/latest/dg/implicit-permissions.html">
|
|
632
|
+
* Implicit Lake Formation Permissions </a> in the <i>Lake
|
|
633
|
+
* Formation Developer Guide</i>.</p>
|
|
634
|
+
* </li>
|
|
635
|
+
* <li>
|
|
636
|
+
* <p>AWSApplicationDiscoveryServiceFirehose - Grant describe permissions for all
|
|
637
|
+
* tables in the database.</p>
|
|
638
|
+
* </li>
|
|
639
|
+
* </ol>
|
|
640
|
+
* </li>
|
|
641
|
+
* </ol>
|
|
642
|
+
* </li>
|
|
643
|
+
* <li>
|
|
605
644
|
* <p>S3_BUCKET_LIMIT_FAILURE - You reached the limit for Amazon S3 buckets. Reduce the
|
|
606
|
-
* number of
|
|
645
|
+
* number of S3 buckets or request a limit increase and try again. For more
|
|
607
646
|
* information, see <a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html">Bucket
|
|
608
647
|
* Restrictions and Limitations</a> in the Amazon Simple Storage Service Developer
|
|
609
648
|
* Guide.</p>
|
|
@@ -780,12 +819,11 @@ export declare namespace DescribeExportConfigurationsResponse {
|
|
|
780
819
|
export interface ExportFilter {
|
|
781
820
|
/**
|
|
782
821
|
* <p>A single <code>ExportFilter</code> name. Supported filters:
|
|
783
|
-
* <code>
|
|
822
|
+
* <code>agentIds</code>.</p>
|
|
784
823
|
*/
|
|
785
824
|
name: string | undefined;
|
|
786
825
|
/**
|
|
787
|
-
* <p>A single
|
|
788
|
-
* found using the <a href="http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html">DescribeAgents</a> action. Typically an ADS <code>agentId</code> is in the form
|
|
826
|
+
* <p>A single agent ID for a Discovery Agent. An agent ID can be found using the <a href="http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeAgents.html">DescribeAgents</a> action. Typically an ADS agent ID is in the form
|
|
789
827
|
* <code>o-0123456789abcdef0</code>.</p>
|
|
790
828
|
*/
|
|
791
829
|
values: string[] | undefined;
|
|
@@ -933,7 +971,7 @@ export declare enum ImportStatus {
|
|
|
933
971
|
export interface ImportTask {
|
|
934
972
|
/**
|
|
935
973
|
* <p>The unique ID for a specific import task. These IDs aren't globally unique, but they are
|
|
936
|
-
* unique within an
|
|
974
|
+
* unique within an Amazon Web Services account.</p>
|
|
937
975
|
*/
|
|
938
976
|
importTaskId?: string;
|
|
939
977
|
/**
|
|
@@ -1256,6 +1294,61 @@ export declare namespace CustomerConnectorInfo {
|
|
|
1256
1294
|
*/
|
|
1257
1295
|
const filterSensitiveLog: (obj: CustomerConnectorInfo) => any;
|
|
1258
1296
|
}
|
|
1297
|
+
/**
|
|
1298
|
+
* <p>
|
|
1299
|
+
* The inventory data for installed Migration Evaluator collectors.
|
|
1300
|
+
* </p>
|
|
1301
|
+
*/
|
|
1302
|
+
export interface CustomerMeCollectorInfo {
|
|
1303
|
+
/**
|
|
1304
|
+
* <p>
|
|
1305
|
+
* The number of active Migration Evaluator collectors.
|
|
1306
|
+
* </p>
|
|
1307
|
+
*/
|
|
1308
|
+
activeMeCollectors: number | undefined;
|
|
1309
|
+
/**
|
|
1310
|
+
* <p>
|
|
1311
|
+
* The number of healthy Migration Evaluator collectors.
|
|
1312
|
+
* </p>
|
|
1313
|
+
*/
|
|
1314
|
+
healthyMeCollectors: number | undefined;
|
|
1315
|
+
/**
|
|
1316
|
+
* <p>
|
|
1317
|
+
* The number of deny-listed Migration Evaluator collectors.
|
|
1318
|
+
* </p>
|
|
1319
|
+
*/
|
|
1320
|
+
denyListedMeCollectors: number | undefined;
|
|
1321
|
+
/**
|
|
1322
|
+
* <p>
|
|
1323
|
+
* The number of Migration Evaluator collectors with <code>SHUTDOWN</code> status.
|
|
1324
|
+
* </p>
|
|
1325
|
+
*/
|
|
1326
|
+
shutdownMeCollectors: number | undefined;
|
|
1327
|
+
/**
|
|
1328
|
+
* <p>
|
|
1329
|
+
* The number of unhealthy Migration Evaluator collectors.
|
|
1330
|
+
* </p>
|
|
1331
|
+
*/
|
|
1332
|
+
unhealthyMeCollectors: number | undefined;
|
|
1333
|
+
/**
|
|
1334
|
+
* <p>
|
|
1335
|
+
* The total number of Migration Evaluator collectors.
|
|
1336
|
+
* </p>
|
|
1337
|
+
*/
|
|
1338
|
+
totalMeCollectors: number | undefined;
|
|
1339
|
+
/**
|
|
1340
|
+
* <p>
|
|
1341
|
+
* The number of unknown Migration Evaluator collectors.
|
|
1342
|
+
* </p>
|
|
1343
|
+
*/
|
|
1344
|
+
unknownMeCollectors: number | undefined;
|
|
1345
|
+
}
|
|
1346
|
+
export declare namespace CustomerMeCollectorInfo {
|
|
1347
|
+
/**
|
|
1348
|
+
* @internal
|
|
1349
|
+
*/
|
|
1350
|
+
const filterSensitiveLog: (obj: CustomerMeCollectorInfo) => any;
|
|
1351
|
+
}
|
|
1259
1352
|
export interface GetDiscoverySummaryResponse {
|
|
1260
1353
|
/**
|
|
1261
1354
|
* <p>The number of servers discovered.</p>
|
|
@@ -1281,6 +1374,12 @@ export interface GetDiscoverySummaryResponse {
|
|
|
1281
1374
|
* <p>Details about discovered connectors, including connector status and health.</p>
|
|
1282
1375
|
*/
|
|
1283
1376
|
connectorSummary?: CustomerConnectorInfo;
|
|
1377
|
+
/**
|
|
1378
|
+
* <p>
|
|
1379
|
+
* Details about Migration Evaluator collectors, including collector status and health.
|
|
1380
|
+
* </p>
|
|
1381
|
+
*/
|
|
1382
|
+
meCollectorSummary?: CustomerMeCollectorInfo;
|
|
1284
1383
|
}
|
|
1285
1384
|
export declare namespace GetDiscoverySummaryResponse {
|
|
1286
1385
|
/**
|
|
@@ -1323,7 +1422,7 @@ export interface ListConfigurationsRequest {
|
|
|
1323
1422
|
* <code>{"key": "serverType", "value": "webServer"}</code>
|
|
1324
1423
|
* </p>
|
|
1325
1424
|
* <p>For a complete list of filter options and guidance about using them with this action,
|
|
1326
|
-
* see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations">Using the ListConfigurations Action</a> in the <i>
|
|
1425
|
+
* see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations">Using the ListConfigurations Action</a> in the <i>Amazon Web Services Application Discovery
|
|
1327
1426
|
* Service User Guide</i>.</p>
|
|
1328
1427
|
*/
|
|
1329
1428
|
filters?: Filter[];
|
|
@@ -1340,7 +1439,7 @@ export interface ListConfigurationsRequest {
|
|
|
1340
1439
|
nextToken?: string;
|
|
1341
1440
|
/**
|
|
1342
1441
|
* <p>Certain filter criteria return output that can be sorted in ascending or descending
|
|
1343
|
-
* order. For a list of output characteristics for each filter, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations">Using the ListConfigurations Action</a> in the <i>
|
|
1442
|
+
* order. For a list of output characteristics for each filter, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html#ListConfigurations">Using the ListConfigurations Action</a> in the <i>Amazon Web Services Application Discovery
|
|
1344
1443
|
* Service User Guide</i>.</p>
|
|
1345
1444
|
*/
|
|
1346
1445
|
orderBy?: OrderByElement[];
|
|
@@ -1537,7 +1636,7 @@ export interface StartDataCollectionByAgentIdsRequest {
|
|
|
1537
1636
|
/**
|
|
1538
1637
|
* <p>The IDs of the agents or connectors from which to start collecting data. If you send a
|
|
1539
1638
|
* request to an agent/connector ID that you do not have permission to contact, according to your
|
|
1540
|
-
*
|
|
1639
|
+
* Amazon Web Services account, the service does not throw an exception. Instead, it returns the error in the
|
|
1541
1640
|
* <i>Description</i> field. If you send a request to multiple agents/connectors
|
|
1542
1641
|
* and you do not have permission to contact some of those agents/connectors, the system does not
|
|
1543
1642
|
* throw an exception. Instead, the system shows <code>Failed</code> in the
|
|
@@ -1640,7 +1739,7 @@ export interface StartImportTaskRequest {
|
|
|
1640
1739
|
* <p>The URL for your import file that you've uploaded to Amazon S3.</p>
|
|
1641
1740
|
*
|
|
1642
1741
|
* <note>
|
|
1643
|
-
* <p>If you're using the
|
|
1742
|
+
* <p>If you're using the Amazon Web Services CLI, this URL is structured as follows:
|
|
1644
1743
|
* <code>s3://BucketName/ImportFileName.CSV</code>
|
|
1645
1744
|
* </p>
|
|
1646
1745
|
* </note>
|
|
@@ -646,6 +646,27 @@ export declare namespace CustomerConnectorInfo {
|
|
|
646
646
|
|
|
647
647
|
const filterSensitiveLog: (obj: CustomerConnectorInfo) => any;
|
|
648
648
|
}
|
|
649
|
+
|
|
650
|
+
export interface CustomerMeCollectorInfo {
|
|
651
|
+
|
|
652
|
+
activeMeCollectors: number | undefined;
|
|
653
|
+
|
|
654
|
+
healthyMeCollectors: number | undefined;
|
|
655
|
+
|
|
656
|
+
denyListedMeCollectors: number | undefined;
|
|
657
|
+
|
|
658
|
+
shutdownMeCollectors: number | undefined;
|
|
659
|
+
|
|
660
|
+
unhealthyMeCollectors: number | undefined;
|
|
661
|
+
|
|
662
|
+
totalMeCollectors: number | undefined;
|
|
663
|
+
|
|
664
|
+
unknownMeCollectors: number | undefined;
|
|
665
|
+
}
|
|
666
|
+
export declare namespace CustomerMeCollectorInfo {
|
|
667
|
+
|
|
668
|
+
const filterSensitiveLog: (obj: CustomerMeCollectorInfo) => any;
|
|
669
|
+
}
|
|
649
670
|
export interface GetDiscoverySummaryResponse {
|
|
650
671
|
|
|
651
672
|
servers?: number;
|
|
@@ -659,6 +680,8 @@ export interface GetDiscoverySummaryResponse {
|
|
|
659
680
|
agentSummary?: CustomerAgentInfo;
|
|
660
681
|
|
|
661
682
|
connectorSummary?: CustomerConnectorInfo;
|
|
683
|
+
|
|
684
|
+
meCollectorSummary?: CustomerMeCollectorInfo;
|
|
662
685
|
}
|
|
663
686
|
export declare namespace GetDiscoverySummaryResponse {
|
|
664
687
|
|
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.94.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",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.94.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.80.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.94.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.78.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.78.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@aws-sdk/middleware-stack": "3.78.0",
|
|
34
34
|
"@aws-sdk/middleware-user-agent": "3.78.0",
|
|
35
35
|
"@aws-sdk/node-config-provider": "3.80.0",
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.94.0",
|
|
37
37
|
"@aws-sdk/protocol-http": "3.78.0",
|
|
38
38
|
"@aws-sdk/smithy-client": "3.85.0",
|
|
39
39
|
"@aws-sdk/types": "3.78.0",
|