@aws-sdk/client-application-discovery-service 3.533.0 → 3.536.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/dist-types/ApplicationDiscoveryService.d.ts +11 -1
- package/dist-types/ApplicationDiscoveryServiceClient.d.ts +1 -1
- package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAgentsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +4 -3
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +2 -1
- package/dist-types/commands/ExportConfigurationsCommand.d.ts +4 -3
- package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +2 -1
- package/dist-types/commands/ListConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListServerNeighborsCommand.d.ts +2 -1
- package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +2 -1
- package/dist-types/commands/StartContinuousExportCommand.d.ts +2 -1
- package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +2 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +2 -1
- package/dist-types/commands/StartImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/StopContinuousExportCommand.d.ts +2 -1
- package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +275 -275
- package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +10 -0
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ApplicationDiscoveryServiceServiceException as __BaseException } from "./ApplicationDiscoveryServiceServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>Information about agents that were instructed to start collecting data.
|
|
6
5
|
* Information includes the agent ID, a description of the operation, and whether the
|
|
7
6
|
* agent configuration was updated.</p>
|
|
7
|
+
* @public
|
|
8
8
|
*/
|
|
9
9
|
export interface AgentConfigurationStatus {
|
|
10
10
|
/**
|
|
11
|
-
* @public
|
|
12
11
|
* <p>The agent ID.</p>
|
|
12
|
+
* @public
|
|
13
13
|
*/
|
|
14
14
|
agentId?: string;
|
|
15
15
|
/**
|
|
16
|
-
* @public
|
|
17
16
|
* <p>Information about the status of the <code>StartDataCollection</code> and
|
|
18
17
|
* <code>StopDataCollection</code> operations. The system has recorded the data collection
|
|
19
18
|
* operation. The agent receives this command the next time it polls for a new command.
|
|
20
19
|
* </p>
|
|
20
|
+
* @public
|
|
21
21
|
*/
|
|
22
22
|
operationSucceeded?: boolean;
|
|
23
23
|
/**
|
|
24
|
-
* @public
|
|
25
24
|
* <p>A description of the operation performed.</p>
|
|
25
|
+
* @public
|
|
26
26
|
*/
|
|
27
27
|
description?: string;
|
|
28
28
|
}
|
|
29
29
|
/**
|
|
30
|
-
* @public
|
|
31
30
|
* <p>Network details about the host where the agent/collector resides.</p>
|
|
31
|
+
* @public
|
|
32
32
|
*/
|
|
33
33
|
export interface AgentNetworkInfo {
|
|
34
34
|
/**
|
|
35
|
-
* @public
|
|
36
35
|
* <p>The IP address for the host where the agent/collector resides.</p>
|
|
36
|
+
* @public
|
|
37
37
|
*/
|
|
38
38
|
ipAddress?: string;
|
|
39
39
|
/**
|
|
40
|
-
* @public
|
|
41
40
|
* <p>The MAC address for the host where the agent/collector resides.</p>
|
|
41
|
+
* @public
|
|
42
42
|
*/
|
|
43
43
|
macAddress?: string;
|
|
44
44
|
}
|
|
@@ -59,62 +59,62 @@ export declare const AgentStatus: {
|
|
|
59
59
|
*/
|
|
60
60
|
export type AgentStatus = (typeof AgentStatus)[keyof typeof AgentStatus];
|
|
61
61
|
/**
|
|
62
|
-
* @public
|
|
63
62
|
* <p>Information about agents associated with the user’s Amazon Web Services account.
|
|
64
63
|
* Information includes agent IDs, IP addresses, media access control (MAC)
|
|
65
64
|
* addresses, agent or collector status, hostname where the agent resides, and agent
|
|
66
65
|
* version for each agent.</p>
|
|
66
|
+
* @public
|
|
67
67
|
*/
|
|
68
68
|
export interface AgentInfo {
|
|
69
69
|
/**
|
|
70
|
-
* @public
|
|
71
70
|
* <p>The agent or collector ID.</p>
|
|
71
|
+
* @public
|
|
72
72
|
*/
|
|
73
73
|
agentId?: string;
|
|
74
74
|
/**
|
|
75
|
-
* @public
|
|
76
75
|
* <p>The name of the host where the agent or collector resides. The host can be a server or
|
|
77
76
|
* virtual machine.</p>
|
|
77
|
+
* @public
|
|
78
78
|
*/
|
|
79
79
|
hostName?: string;
|
|
80
80
|
/**
|
|
81
|
-
* @public
|
|
82
81
|
* <p>Network details about the host where the agent or collector resides.</p>
|
|
82
|
+
* @public
|
|
83
83
|
*/
|
|
84
84
|
agentNetworkInfoList?: AgentNetworkInfo[];
|
|
85
85
|
/**
|
|
86
|
-
* @public
|
|
87
86
|
* <p>The ID of the connector.</p>
|
|
87
|
+
* @public
|
|
88
88
|
*/
|
|
89
89
|
connectorId?: string;
|
|
90
90
|
/**
|
|
91
|
-
* @public
|
|
92
91
|
* <p>The agent or collector version.</p>
|
|
92
|
+
* @public
|
|
93
93
|
*/
|
|
94
94
|
version?: string;
|
|
95
95
|
/**
|
|
96
|
-
* @public
|
|
97
96
|
* <p>The health of the agent.</p>
|
|
97
|
+
* @public
|
|
98
98
|
*/
|
|
99
99
|
health?: AgentStatus;
|
|
100
100
|
/**
|
|
101
|
-
* @public
|
|
102
101
|
* <p>Time since agent health was reported.</p>
|
|
102
|
+
* @public
|
|
103
103
|
*/
|
|
104
104
|
lastHealthPingTime?: string;
|
|
105
105
|
/**
|
|
106
|
-
* @public
|
|
107
106
|
* <p>Status of the collection process for an agent.</p>
|
|
107
|
+
* @public
|
|
108
108
|
*/
|
|
109
109
|
collectionStatus?: string;
|
|
110
110
|
/**
|
|
111
|
-
* @public
|
|
112
111
|
* <p>Type of agent.</p>
|
|
112
|
+
* @public
|
|
113
113
|
*/
|
|
114
114
|
agentType?: string;
|
|
115
115
|
/**
|
|
116
|
-
* @public
|
|
117
116
|
* <p>Agent's first registration timestamp in UTC.</p>
|
|
117
|
+
* @public
|
|
118
118
|
*/
|
|
119
119
|
registeredTime?: string;
|
|
120
120
|
}
|
|
@@ -123,13 +123,13 @@ export interface AgentInfo {
|
|
|
123
123
|
*/
|
|
124
124
|
export interface AssociateConfigurationItemsToApplicationRequest {
|
|
125
125
|
/**
|
|
126
|
-
* @public
|
|
127
126
|
* <p>The configuration ID of an application with which items are to be associated.</p>
|
|
127
|
+
* @public
|
|
128
128
|
*/
|
|
129
129
|
applicationConfigurationId: string | undefined;
|
|
130
130
|
/**
|
|
131
|
-
* @public
|
|
132
131
|
* <p>The ID of each configuration item to be associated with an application.</p>
|
|
132
|
+
* @public
|
|
133
133
|
*/
|
|
134
134
|
configurationIds: string[] | undefined;
|
|
135
135
|
}
|
|
@@ -139,9 +139,9 @@ export interface AssociateConfigurationItemsToApplicationRequest {
|
|
|
139
139
|
export interface AssociateConfigurationItemsToApplicationResponse {
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
|
-
* @public
|
|
143
142
|
* <p>The user does not have permission to perform the action. Check the IAM
|
|
144
143
|
* policy associated with this user.</p>
|
|
144
|
+
* @public
|
|
145
145
|
*/
|
|
146
146
|
export declare class AuthorizationErrorException extends __BaseException {
|
|
147
147
|
readonly name: "AuthorizationErrorException";
|
|
@@ -152,8 +152,8 @@ export declare class AuthorizationErrorException extends __BaseException {
|
|
|
152
152
|
constructor(opts: __ExceptionOptionType<AuthorizationErrorException, __BaseException>);
|
|
153
153
|
}
|
|
154
154
|
/**
|
|
155
|
-
* @public
|
|
156
155
|
* <p>The home Region is not set. Set the home Region to continue.</p>
|
|
156
|
+
* @public
|
|
157
157
|
*/
|
|
158
158
|
export declare class HomeRegionNotSetException extends __BaseException {
|
|
159
159
|
readonly name: "HomeRegionNotSetException";
|
|
@@ -164,8 +164,8 @@ export declare class HomeRegionNotSetException extends __BaseException {
|
|
|
164
164
|
constructor(opts: __ExceptionOptionType<HomeRegionNotSetException, __BaseException>);
|
|
165
165
|
}
|
|
166
166
|
/**
|
|
167
|
-
* @public
|
|
168
167
|
* <p>One or more parameters are not valid. Verify the parameters and try again.</p>
|
|
168
|
+
* @public
|
|
169
169
|
*/
|
|
170
170
|
export declare class InvalidParameterException extends __BaseException {
|
|
171
171
|
readonly name: "InvalidParameterException";
|
|
@@ -176,9 +176,9 @@ export declare class InvalidParameterException extends __BaseException {
|
|
|
176
176
|
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
177
177
|
}
|
|
178
178
|
/**
|
|
179
|
-
* @public
|
|
180
179
|
* <p>The value of one or more parameters are either invalid or out of range. Verify the
|
|
181
180
|
* parameter values and try again.</p>
|
|
181
|
+
* @public
|
|
182
182
|
*/
|
|
183
183
|
export declare class InvalidParameterValueException extends __BaseException {
|
|
184
184
|
readonly name: "InvalidParameterValueException";
|
|
@@ -189,8 +189,8 @@ export declare class InvalidParameterValueException extends __BaseException {
|
|
|
189
189
|
constructor(opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>);
|
|
190
190
|
}
|
|
191
191
|
/**
|
|
192
|
-
* @public
|
|
193
192
|
* <p>The server experienced an internal error. Try again.</p>
|
|
193
|
+
* @public
|
|
194
194
|
*/
|
|
195
195
|
export declare class ServerInternalErrorException extends __BaseException {
|
|
196
196
|
readonly name: "ServerInternalErrorException";
|
|
@@ -201,27 +201,27 @@ export declare class ServerInternalErrorException extends __BaseException {
|
|
|
201
201
|
constructor(opts: __ExceptionOptionType<ServerInternalErrorException, __BaseException>);
|
|
202
202
|
}
|
|
203
203
|
/**
|
|
204
|
-
* @public
|
|
205
204
|
* <p>
|
|
206
205
|
* An object representing the agent or data collector to be deleted along with
|
|
207
206
|
* the optional configurations for error handling.
|
|
208
207
|
* </p>
|
|
208
|
+
* @public
|
|
209
209
|
*/
|
|
210
210
|
export interface DeleteAgent {
|
|
211
211
|
/**
|
|
212
|
-
* @public
|
|
213
212
|
* <p>
|
|
214
213
|
* The ID of the agent or data collector to delete.
|
|
215
214
|
* </p>
|
|
215
|
+
* @public
|
|
216
216
|
*/
|
|
217
217
|
agentId: string | undefined;
|
|
218
218
|
/**
|
|
219
|
-
* @public
|
|
220
219
|
* <p>
|
|
221
220
|
* Optional flag used to force delete an agent or data collector. It is needed to delete any agent in
|
|
222
221
|
* HEALTHY/UNHEALTHY/RUNNING status. Note that deleting an agent that is actively reporting health causes it
|
|
223
222
|
* to be re-registered with a different agent ID after data collector re-connects with Amazon Web Services.
|
|
224
223
|
* </p>
|
|
224
|
+
* @public
|
|
225
225
|
*/
|
|
226
226
|
force?: boolean;
|
|
227
227
|
}
|
|
@@ -230,10 +230,10 @@ export interface DeleteAgent {
|
|
|
230
230
|
*/
|
|
231
231
|
export interface BatchDeleteAgentsRequest {
|
|
232
232
|
/**
|
|
233
|
-
* @public
|
|
234
233
|
* <p>
|
|
235
234
|
* The list of agents to delete.
|
|
236
235
|
* </p>
|
|
236
|
+
* @public
|
|
237
237
|
*/
|
|
238
238
|
deleteAgents: DeleteAgent[] | undefined;
|
|
239
239
|
}
|
|
@@ -251,33 +251,33 @@ export declare const DeleteAgentErrorCode: {
|
|
|
251
251
|
*/
|
|
252
252
|
export type DeleteAgentErrorCode = (typeof DeleteAgentErrorCode)[keyof typeof DeleteAgentErrorCode];
|
|
253
253
|
/**
|
|
254
|
-
* @public
|
|
255
254
|
* <p>
|
|
256
255
|
* An object representing the agent or data collector that failed to delete, each containing agentId,
|
|
257
256
|
* errorMessage, and errorCode.
|
|
258
257
|
* </p>
|
|
258
|
+
* @public
|
|
259
259
|
*/
|
|
260
260
|
export interface BatchDeleteAgentError {
|
|
261
261
|
/**
|
|
262
|
-
* @public
|
|
263
262
|
* <p>
|
|
264
263
|
* The ID of the agent or data collector to delete.
|
|
265
264
|
* </p>
|
|
265
|
+
* @public
|
|
266
266
|
*/
|
|
267
267
|
agentId: string | undefined;
|
|
268
268
|
/**
|
|
269
|
-
* @public
|
|
270
269
|
* <p>
|
|
271
270
|
* The description of the error that occurred for the delete failed agent.
|
|
272
271
|
* </p>
|
|
272
|
+
* @public
|
|
273
273
|
*/
|
|
274
274
|
errorMessage: string | undefined;
|
|
275
275
|
/**
|
|
276
|
-
* @public
|
|
277
276
|
* <p>
|
|
278
277
|
* The type of error that occurred for the delete failed agent.
|
|
279
278
|
* Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.
|
|
280
279
|
* </p>
|
|
280
|
+
* @public
|
|
281
281
|
*/
|
|
282
282
|
errorCode: DeleteAgentErrorCode | undefined;
|
|
283
283
|
}
|
|
@@ -286,10 +286,10 @@ export interface BatchDeleteAgentError {
|
|
|
286
286
|
*/
|
|
287
287
|
export interface BatchDeleteAgentsResponse {
|
|
288
288
|
/**
|
|
289
|
-
* @public
|
|
290
289
|
* <p>
|
|
291
290
|
* A list of agent IDs that failed to delete during the deletion task, each paired with an error message.
|
|
292
291
|
* </p>
|
|
292
|
+
* @public
|
|
293
293
|
*/
|
|
294
294
|
errors?: BatchDeleteAgentError[];
|
|
295
295
|
}
|
|
@@ -298,16 +298,16 @@ export interface BatchDeleteAgentsResponse {
|
|
|
298
298
|
*/
|
|
299
299
|
export interface BatchDeleteImportDataRequest {
|
|
300
300
|
/**
|
|
301
|
-
* @public
|
|
302
301
|
* <p>The IDs for the import tasks that you want to delete.</p>
|
|
302
|
+
* @public
|
|
303
303
|
*/
|
|
304
304
|
importTaskIds: string[] | undefined;
|
|
305
305
|
/**
|
|
306
|
-
* @public
|
|
307
306
|
* <p>
|
|
308
307
|
* Set to <code>true</code> to remove the deleted import task from
|
|
309
308
|
* <a>DescribeImportTasks</a>.
|
|
310
309
|
* </p>
|
|
310
|
+
* @public
|
|
311
311
|
*/
|
|
312
312
|
deleteHistory?: boolean;
|
|
313
313
|
}
|
|
@@ -325,24 +325,24 @@ export declare const BatchDeleteImportDataErrorCode: {
|
|
|
325
325
|
*/
|
|
326
326
|
export type BatchDeleteImportDataErrorCode = (typeof BatchDeleteImportDataErrorCode)[keyof typeof BatchDeleteImportDataErrorCode];
|
|
327
327
|
/**
|
|
328
|
-
* @public
|
|
329
328
|
* <p>Error messages returned for each import task that you deleted as a response for this
|
|
330
329
|
* command.</p>
|
|
330
|
+
* @public
|
|
331
331
|
*/
|
|
332
332
|
export interface BatchDeleteImportDataError {
|
|
333
333
|
/**
|
|
334
|
-
* @public
|
|
335
334
|
* <p>The unique import ID associated with the error that occurred.</p>
|
|
335
|
+
* @public
|
|
336
336
|
*/
|
|
337
337
|
importTaskId?: string;
|
|
338
338
|
/**
|
|
339
|
-
* @public
|
|
340
339
|
* <p>The type of error that occurred for a specific import task.</p>
|
|
340
|
+
* @public
|
|
341
341
|
*/
|
|
342
342
|
errorCode?: BatchDeleteImportDataErrorCode;
|
|
343
343
|
/**
|
|
344
|
-
* @public
|
|
345
344
|
* <p>The description of the error that occurred for a specific import task.</p>
|
|
345
|
+
* @public
|
|
346
346
|
*/
|
|
347
347
|
errorDescription?: string;
|
|
348
348
|
}
|
|
@@ -351,9 +351,9 @@ export interface BatchDeleteImportDataError {
|
|
|
351
351
|
*/
|
|
352
352
|
export interface BatchDeleteImportDataResponse {
|
|
353
353
|
/**
|
|
354
|
-
* @public
|
|
355
354
|
* <p>Error messages returned for each import task that you deleted as a response for this
|
|
356
355
|
* command.</p>
|
|
356
|
+
* @public
|
|
357
357
|
*/
|
|
358
358
|
errors?: BatchDeleteImportDataError[];
|
|
359
359
|
}
|
|
@@ -362,13 +362,13 @@ export interface BatchDeleteImportDataResponse {
|
|
|
362
362
|
*/
|
|
363
363
|
export interface CreateApplicationRequest {
|
|
364
364
|
/**
|
|
365
|
-
* @public
|
|
366
365
|
* <p>Name of the application to be created.</p>
|
|
366
|
+
* @public
|
|
367
367
|
*/
|
|
368
368
|
name: string | undefined;
|
|
369
369
|
/**
|
|
370
|
-
* @public
|
|
371
370
|
* <p>Description of the application to be created.</p>
|
|
371
|
+
* @public
|
|
372
372
|
*/
|
|
373
373
|
description?: string;
|
|
374
374
|
}
|
|
@@ -377,27 +377,27 @@ export interface CreateApplicationRequest {
|
|
|
377
377
|
*/
|
|
378
378
|
export interface CreateApplicationResponse {
|
|
379
379
|
/**
|
|
380
|
-
* @public
|
|
381
380
|
* <p>Configuration ID of an application to be created.</p>
|
|
381
|
+
* @public
|
|
382
382
|
*/
|
|
383
383
|
configurationId?: string;
|
|
384
384
|
}
|
|
385
385
|
/**
|
|
386
|
-
* @public
|
|
387
386
|
* <p>Metadata that help you categorize IT assets.</p>
|
|
388
387
|
* <important>
|
|
389
388
|
* <p>Do not store sensitive information (like personal data) in tags.</p>
|
|
390
389
|
* </important>
|
|
390
|
+
* @public
|
|
391
391
|
*/
|
|
392
392
|
export interface Tag {
|
|
393
393
|
/**
|
|
394
|
-
* @public
|
|
395
394
|
* <p>The type of tag on which to filter.</p>
|
|
395
|
+
* @public
|
|
396
396
|
*/
|
|
397
397
|
key: string | undefined;
|
|
398
398
|
/**
|
|
399
|
-
* @public
|
|
400
399
|
* <p>A value for a tag key on which to filter.</p>
|
|
400
|
+
* @public
|
|
401
401
|
*/
|
|
402
402
|
value: string | undefined;
|
|
403
403
|
}
|
|
@@ -406,18 +406,18 @@ export interface Tag {
|
|
|
406
406
|
*/
|
|
407
407
|
export interface CreateTagsRequest {
|
|
408
408
|
/**
|
|
409
|
-
* @public
|
|
410
409
|
* <p>A list of configuration items that you want to tag.</p>
|
|
410
|
+
* @public
|
|
411
411
|
*/
|
|
412
412
|
configurationIds: string[] | undefined;
|
|
413
413
|
/**
|
|
414
|
-
* @public
|
|
415
414
|
* <p>Tags that you want to associate with one or more configuration items. Specify the tags
|
|
416
415
|
* that you want to create in a <i>key</i>-<i>value</i> format. For
|
|
417
416
|
* example:</p>
|
|
418
417
|
* <p>
|
|
419
418
|
* <code>\{"key": "serverType", "value": "webServer"\}</code>
|
|
420
419
|
* </p>
|
|
420
|
+
* @public
|
|
421
421
|
*/
|
|
422
422
|
tags: Tag[] | undefined;
|
|
423
423
|
}
|
|
@@ -427,9 +427,9 @@ export interface CreateTagsRequest {
|
|
|
427
427
|
export interface CreateTagsResponse {
|
|
428
428
|
}
|
|
429
429
|
/**
|
|
430
|
-
* @public
|
|
431
430
|
* <p>The specified configuration ID was not located. Verify the configuration ID and try
|
|
432
431
|
* again.</p>
|
|
432
|
+
* @public
|
|
433
433
|
*/
|
|
434
434
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
435
435
|
readonly name: "ResourceNotFoundException";
|
|
@@ -444,8 +444,8 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
444
444
|
*/
|
|
445
445
|
export interface DeleteApplicationsRequest {
|
|
446
446
|
/**
|
|
447
|
-
* @public
|
|
448
447
|
* <p>Configuration ID of an application to be deleted.</p>
|
|
448
|
+
* @public
|
|
449
449
|
*/
|
|
450
450
|
configurationIds: string[] | undefined;
|
|
451
451
|
}
|
|
@@ -459,18 +459,18 @@ export interface DeleteApplicationsResponse {
|
|
|
459
459
|
*/
|
|
460
460
|
export interface DeleteTagsRequest {
|
|
461
461
|
/**
|
|
462
|
-
* @public
|
|
463
462
|
* <p>A list of configuration items with tags that you want to delete.</p>
|
|
463
|
+
* @public
|
|
464
464
|
*/
|
|
465
465
|
configurationIds: string[] | undefined;
|
|
466
466
|
/**
|
|
467
|
-
* @public
|
|
468
467
|
* <p>Tags that you want to delete from one or more configuration items. Specify the tags
|
|
469
468
|
* that you want to delete in a <i>key</i>-<i>value</i> format. For
|
|
470
469
|
* example:</p>
|
|
471
470
|
* <p>
|
|
472
471
|
* <code>\{"key": "serverType", "value": "webServer"\}</code>
|
|
473
472
|
* </p>
|
|
473
|
+
* @public
|
|
474
474
|
*/
|
|
475
475
|
tags?: Tag[];
|
|
476
476
|
}
|
|
@@ -480,33 +480,33 @@ export interface DeleteTagsRequest {
|
|
|
480
480
|
export interface DeleteTagsResponse {
|
|
481
481
|
}
|
|
482
482
|
/**
|
|
483
|
-
* @public
|
|
484
483
|
* <p>A filter that can use conditional operators.</p>
|
|
485
484
|
* <p>For more information about filters, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html">Querying Discovered
|
|
486
485
|
* Configuration Items</a> in the <i>Amazon Web Services Application Discovery Service User
|
|
487
486
|
* Guide</i>. </p>
|
|
487
|
+
* @public
|
|
488
488
|
*/
|
|
489
489
|
export interface Filter {
|
|
490
490
|
/**
|
|
491
|
-
* @public
|
|
492
491
|
* <p>The name of the filter.</p>
|
|
492
|
+
* @public
|
|
493
493
|
*/
|
|
494
494
|
name: string | undefined;
|
|
495
495
|
/**
|
|
496
|
-
* @public
|
|
497
496
|
* <p>A string value on which to filter. For example, if you choose the
|
|
498
497
|
* <code>destinationServer.osVersion</code> filter name, you could specify <code>Ubuntu</code>
|
|
499
498
|
* for the value.</p>
|
|
499
|
+
* @public
|
|
500
500
|
*/
|
|
501
501
|
values: string[] | undefined;
|
|
502
502
|
/**
|
|
503
|
-
* @public
|
|
504
503
|
* <p>A conditional operator. The following operators are valid: EQUALS, NOT_EQUALS,
|
|
505
504
|
* CONTAINS, NOT_CONTAINS. If you specify multiple filters, the system utilizes all filters as
|
|
506
505
|
* though concatenated by <i>AND</i>. If you specify multiple values for a
|
|
507
506
|
* particular filter, the system differentiates the values using <i>OR</i>. Calling
|
|
508
507
|
* either <i>DescribeConfigurations</i> or <i>ListConfigurations</i>
|
|
509
508
|
* returns attributes of matching configuration items.</p>
|
|
509
|
+
* @public
|
|
510
510
|
*/
|
|
511
511
|
condition: string | undefined;
|
|
512
512
|
}
|
|
@@ -515,32 +515,32 @@ export interface Filter {
|
|
|
515
515
|
*/
|
|
516
516
|
export interface DescribeAgentsRequest {
|
|
517
517
|
/**
|
|
518
|
-
* @public
|
|
519
518
|
* <p>The agent or the collector IDs for which you want information. If you specify no IDs,
|
|
520
519
|
* the system returns information about all agents/collectors associated with your user.</p>
|
|
520
|
+
* @public
|
|
521
521
|
*/
|
|
522
522
|
agentIds?: string[];
|
|
523
523
|
/**
|
|
524
|
-
* @public
|
|
525
524
|
* <p>You can filter the request using various logical operators and a
|
|
526
525
|
* <i>key</i>-<i>value</i> format. For example: </p>
|
|
527
526
|
* <p>
|
|
528
527
|
* <code>\{"key": "collectionStatus", "value": "STARTED"\}</code>
|
|
529
528
|
* </p>
|
|
529
|
+
* @public
|
|
530
530
|
*/
|
|
531
531
|
filters?: Filter[];
|
|
532
532
|
/**
|
|
533
|
-
* @public
|
|
534
533
|
* <p>The total number of agents/collectors to return in a single page of output. The maximum
|
|
535
534
|
* value is 100.</p>
|
|
535
|
+
* @public
|
|
536
536
|
*/
|
|
537
537
|
maxResults?: number;
|
|
538
538
|
/**
|
|
539
|
-
* @public
|
|
540
539
|
* <p>Token to retrieve the next set of results. For example, if you previously specified 100
|
|
541
540
|
* IDs for <code>DescribeAgentsRequest$agentIds</code> but set
|
|
542
541
|
* <code>DescribeAgentsRequest$maxResults</code> to 10, you received a set of 10 results along
|
|
543
542
|
* with a token. Use that token in this query to get the next set of 10.</p>
|
|
543
|
+
* @public
|
|
544
544
|
*/
|
|
545
545
|
nextToken?: string;
|
|
546
546
|
}
|
|
@@ -549,19 +549,19 @@ export interface DescribeAgentsRequest {
|
|
|
549
549
|
*/
|
|
550
550
|
export interface DescribeAgentsResponse {
|
|
551
551
|
/**
|
|
552
|
-
* @public
|
|
553
552
|
* <p>Lists agents or the collector by ID or lists all agents/collectors associated with your
|
|
554
553
|
* user, if you did not specify an agent/collector ID. The output includes agent/collector
|
|
555
554
|
* IDs, IP addresses, media access control (MAC) addresses, agent/collector health, host name
|
|
556
555
|
* where the agent/collector resides, and the version number of each agent/collector.</p>
|
|
556
|
+
* @public
|
|
557
557
|
*/
|
|
558
558
|
agentsInfo?: AgentInfo[];
|
|
559
559
|
/**
|
|
560
|
-
* @public
|
|
561
560
|
* <p>Token to retrieve the next set of results. For example, if you specified 100 IDs for
|
|
562
561
|
* <code>DescribeAgentsRequest$agentIds</code> but set
|
|
563
562
|
* <code>DescribeAgentsRequest$maxResults</code> to 10, you received a set of 10 results along
|
|
564
563
|
* with this token. Use this token in the next query to retrieve the next set of 10.</p>
|
|
564
|
+
* @public
|
|
565
565
|
*/
|
|
566
566
|
nextToken?: string;
|
|
567
567
|
}
|
|
@@ -570,10 +570,10 @@ export interface DescribeAgentsResponse {
|
|
|
570
570
|
*/
|
|
571
571
|
export interface DescribeBatchDeleteConfigurationTaskRequest {
|
|
572
572
|
/**
|
|
573
|
-
* @public
|
|
574
573
|
* <p>
|
|
575
574
|
* The ID of the task to delete.
|
|
576
575
|
* </p>
|
|
576
|
+
* @public
|
|
577
577
|
*/
|
|
578
578
|
taskId: string | undefined;
|
|
579
579
|
}
|
|
@@ -589,60 +589,60 @@ export declare const DeletionConfigurationItemType: {
|
|
|
589
589
|
*/
|
|
590
590
|
export type DeletionConfigurationItemType = (typeof DeletionConfigurationItemType)[keyof typeof DeletionConfigurationItemType];
|
|
591
591
|
/**
|
|
592
|
-
* @public
|
|
593
592
|
* <p>
|
|
594
593
|
* A configuration ID paired with a warning message.
|
|
595
594
|
* </p>
|
|
595
|
+
* @public
|
|
596
596
|
*/
|
|
597
597
|
export interface DeletionWarning {
|
|
598
598
|
/**
|
|
599
|
-
* @public
|
|
600
599
|
* <p>
|
|
601
600
|
* The unique identifier of the configuration that produced a warning.
|
|
602
601
|
* </p>
|
|
602
|
+
* @public
|
|
603
603
|
*/
|
|
604
604
|
configurationId?: string;
|
|
605
605
|
/**
|
|
606
|
-
* @public
|
|
607
606
|
* <p>
|
|
608
607
|
* The integer warning code associated with the warning message.
|
|
609
608
|
* </p>
|
|
609
|
+
* @public
|
|
610
610
|
*/
|
|
611
611
|
warningCode?: number;
|
|
612
612
|
/**
|
|
613
|
-
* @public
|
|
614
613
|
* <p>
|
|
615
614
|
* A descriptive message of the warning the associated configuration ID produced.
|
|
616
615
|
* </p>
|
|
616
|
+
* @public
|
|
617
617
|
*/
|
|
618
618
|
warningText?: string;
|
|
619
619
|
}
|
|
620
620
|
/**
|
|
621
|
-
* @public
|
|
622
621
|
* <p>
|
|
623
622
|
* A configuration ID paired with an error message.
|
|
624
623
|
* </p>
|
|
624
|
+
* @public
|
|
625
625
|
*/
|
|
626
626
|
export interface FailedConfiguration {
|
|
627
627
|
/**
|
|
628
|
-
* @public
|
|
629
628
|
* <p>
|
|
630
629
|
* The unique identifier of the configuration the failed to delete.
|
|
631
630
|
* </p>
|
|
631
|
+
* @public
|
|
632
632
|
*/
|
|
633
633
|
configurationId?: string;
|
|
634
634
|
/**
|
|
635
|
-
* @public
|
|
636
635
|
* <p>
|
|
637
636
|
* The integer error code associated with the error message.
|
|
638
637
|
* </p>
|
|
638
|
+
* @public
|
|
639
639
|
*/
|
|
640
640
|
errorStatusCode?: number;
|
|
641
641
|
/**
|
|
642
|
-
* @public
|
|
643
642
|
* <p>
|
|
644
643
|
* A descriptive message indicating why the associated configuration failed to delete.
|
|
645
644
|
* </p>
|
|
645
|
+
* @public
|
|
646
646
|
*/
|
|
647
647
|
errorMessage?: string;
|
|
648
648
|
}
|
|
@@ -662,76 +662,76 @@ export declare const BatchDeleteConfigurationTaskStatus: {
|
|
|
662
662
|
*/
|
|
663
663
|
export type BatchDeleteConfigurationTaskStatus = (typeof BatchDeleteConfigurationTaskStatus)[keyof typeof BatchDeleteConfigurationTaskStatus];
|
|
664
664
|
/**
|
|
665
|
-
* @public
|
|
666
665
|
* <p>
|
|
667
666
|
* A metadata object that represents the deletion task being executed.
|
|
668
667
|
* </p>
|
|
668
|
+
* @public
|
|
669
669
|
*/
|
|
670
670
|
export interface BatchDeleteConfigurationTask {
|
|
671
671
|
/**
|
|
672
|
-
* @public
|
|
673
672
|
* <p>
|
|
674
673
|
* The deletion task's unique identifier.
|
|
675
674
|
* </p>
|
|
675
|
+
* @public
|
|
676
676
|
*/
|
|
677
677
|
taskId?: string;
|
|
678
678
|
/**
|
|
679
|
-
* @public
|
|
680
679
|
* <p>
|
|
681
680
|
* The current execution status of the deletion task.
|
|
682
681
|
* Valid status are: INITIALIZING | VALIDATING | DELETING | COMPLETED | FAILED.
|
|
683
682
|
* </p>
|
|
683
|
+
* @public
|
|
684
684
|
*/
|
|
685
685
|
status?: BatchDeleteConfigurationTaskStatus;
|
|
686
686
|
/**
|
|
687
|
-
* @public
|
|
688
687
|
* <p>
|
|
689
688
|
* An epoch seconds timestamp (UTC) of when the deletion task was started.
|
|
690
689
|
* </p>
|
|
690
|
+
* @public
|
|
691
691
|
*/
|
|
692
692
|
startTime?: Date;
|
|
693
693
|
/**
|
|
694
|
-
* @public
|
|
695
694
|
* <p>
|
|
696
695
|
* An epoch seconds timestamp (UTC) of when the deletion task was completed or failed.
|
|
697
696
|
* </p>
|
|
697
|
+
* @public
|
|
698
698
|
*/
|
|
699
699
|
endTime?: Date;
|
|
700
700
|
/**
|
|
701
|
-
* @public
|
|
702
701
|
* <p>
|
|
703
702
|
* The type of configuration item to delete. Supported types are: SERVER.
|
|
704
703
|
* </p>
|
|
704
|
+
* @public
|
|
705
705
|
*/
|
|
706
706
|
configurationType?: DeletionConfigurationItemType;
|
|
707
707
|
/**
|
|
708
|
-
* @public
|
|
709
708
|
* <p>
|
|
710
709
|
* The list of configuration IDs that were originally requested to be deleted by the deletion task.
|
|
711
710
|
* </p>
|
|
711
|
+
* @public
|
|
712
712
|
*/
|
|
713
713
|
requestedConfigurations?: string[];
|
|
714
714
|
/**
|
|
715
|
-
* @public
|
|
716
715
|
* <p>
|
|
717
716
|
* The list of configuration IDs that were successfully deleted by the deletion task.
|
|
718
717
|
* </p>
|
|
718
|
+
* @public
|
|
719
719
|
*/
|
|
720
720
|
deletedConfigurations?: string[];
|
|
721
721
|
/**
|
|
722
|
-
* @public
|
|
723
722
|
* <p>
|
|
724
723
|
* A list of configuration IDs that failed to delete during the deletion task,
|
|
725
724
|
* each paired with an error message.
|
|
726
725
|
* </p>
|
|
726
|
+
* @public
|
|
727
727
|
*/
|
|
728
728
|
failedConfigurations?: FailedConfiguration[];
|
|
729
729
|
/**
|
|
730
|
-
* @public
|
|
731
730
|
* <p>
|
|
732
731
|
* A list of configuration IDs that produced warnings regarding their deletion,
|
|
733
732
|
* paired with a warning message.
|
|
734
733
|
* </p>
|
|
734
|
+
* @public
|
|
735
735
|
*/
|
|
736
736
|
deletionWarnings?: DeletionWarning[];
|
|
737
737
|
}
|
|
@@ -740,10 +740,10 @@ export interface BatchDeleteConfigurationTask {
|
|
|
740
740
|
*/
|
|
741
741
|
export interface DescribeBatchDeleteConfigurationTaskResponse {
|
|
742
742
|
/**
|
|
743
|
-
* @public
|
|
744
743
|
* <p>
|
|
745
744
|
* The <code>BatchDeleteConfigurationTask</code> that represents the deletion task being executed.
|
|
746
745
|
* </p>
|
|
746
|
+
* @public
|
|
747
747
|
*/
|
|
748
748
|
task?: BatchDeleteConfigurationTask;
|
|
749
749
|
}
|
|
@@ -752,8 +752,8 @@ export interface DescribeBatchDeleteConfigurationTaskResponse {
|
|
|
752
752
|
*/
|
|
753
753
|
export interface DescribeConfigurationsRequest {
|
|
754
754
|
/**
|
|
755
|
-
* @public
|
|
756
755
|
* <p>One or more configuration IDs.</p>
|
|
756
|
+
* @public
|
|
757
757
|
*/
|
|
758
758
|
configurationIds: string[] | undefined;
|
|
759
759
|
}
|
|
@@ -762,8 +762,8 @@ export interface DescribeConfigurationsRequest {
|
|
|
762
762
|
*/
|
|
763
763
|
export interface DescribeConfigurationsResponse {
|
|
764
764
|
/**
|
|
765
|
-
* @public
|
|
766
765
|
* <p>A key in the response map. The value is an array of data.</p>
|
|
766
|
+
* @public
|
|
767
767
|
*/
|
|
768
768
|
configurations?: Record<string, string>[];
|
|
769
769
|
}
|
|
@@ -772,19 +772,19 @@ export interface DescribeConfigurationsResponse {
|
|
|
772
772
|
*/
|
|
773
773
|
export interface DescribeContinuousExportsRequest {
|
|
774
774
|
/**
|
|
775
|
-
* @public
|
|
776
775
|
* <p>The unique IDs assigned to the exports.</p>
|
|
776
|
+
* @public
|
|
777
777
|
*/
|
|
778
778
|
exportIds?: string[];
|
|
779
779
|
/**
|
|
780
|
-
* @public
|
|
781
780
|
* <p>A number between 1 and 100 specifying the maximum number of continuous export
|
|
782
781
|
* descriptions returned.</p>
|
|
782
|
+
* @public
|
|
783
783
|
*/
|
|
784
784
|
maxResults?: number;
|
|
785
785
|
/**
|
|
786
|
-
* @public
|
|
787
786
|
* <p>The token from the previous call to <code>DescribeExportTasks</code>.</p>
|
|
787
|
+
* @public
|
|
788
788
|
*/
|
|
789
789
|
nextToken?: string;
|
|
790
790
|
}
|
|
@@ -817,17 +817,16 @@ export declare const ContinuousExportStatus: {
|
|
|
817
817
|
*/
|
|
818
818
|
export type ContinuousExportStatus = (typeof ContinuousExportStatus)[keyof typeof ContinuousExportStatus];
|
|
819
819
|
/**
|
|
820
|
-
* @public
|
|
821
820
|
* <p>A list of continuous export descriptions.</p>
|
|
821
|
+
* @public
|
|
822
822
|
*/
|
|
823
823
|
export interface ContinuousExportDescription {
|
|
824
824
|
/**
|
|
825
|
-
* @public
|
|
826
825
|
* <p>The unique ID assigned to this export.</p>
|
|
826
|
+
* @public
|
|
827
827
|
*/
|
|
828
828
|
exportId?: string;
|
|
829
829
|
/**
|
|
830
|
-
* @public
|
|
831
830
|
* <p>Describes the status of the export. Can be one of the following values:</p>
|
|
832
831
|
* <ul>
|
|
833
832
|
* <li>
|
|
@@ -856,10 +855,10 @@ export interface ContinuousExportDescription {
|
|
|
856
855
|
* to the customer bucket.</p>
|
|
857
856
|
* </li>
|
|
858
857
|
* </ul>
|
|
858
|
+
* @public
|
|
859
859
|
*/
|
|
860
860
|
status?: ContinuousExportStatus;
|
|
861
861
|
/**
|
|
862
|
-
* @public
|
|
863
862
|
* <p>Contains information about any errors that have occurred. This data type can have the
|
|
864
863
|
* following values:</p>
|
|
865
864
|
* <ul>
|
|
@@ -936,31 +935,31 @@ export interface ContinuousExportDescription {
|
|
|
936
935
|
* must sign up before you can use Amazon S3. You can sign up at the following URL: <a href="https://aws.amazon.com/s3">https://aws.amazon.com/s3</a>.</p>
|
|
937
936
|
* </li>
|
|
938
937
|
* </ul>
|
|
938
|
+
* @public
|
|
939
939
|
*/
|
|
940
940
|
statusDetail?: string;
|
|
941
941
|
/**
|
|
942
|
-
* @public
|
|
943
942
|
* <p>The name of the s3 bucket where the export data parquet files are stored.</p>
|
|
943
|
+
* @public
|
|
944
944
|
*/
|
|
945
945
|
s3Bucket?: string;
|
|
946
946
|
/**
|
|
947
|
-
* @public
|
|
948
947
|
* <p>The timestamp representing when the continuous export was started.</p>
|
|
948
|
+
* @public
|
|
949
949
|
*/
|
|
950
950
|
startTime?: Date;
|
|
951
951
|
/**
|
|
952
|
-
* @public
|
|
953
952
|
* <p>The timestamp that represents when this continuous export was stopped.</p>
|
|
953
|
+
* @public
|
|
954
954
|
*/
|
|
955
955
|
stopTime?: Date;
|
|
956
956
|
/**
|
|
957
|
-
* @public
|
|
958
957
|
* <p>The type of data collector used to gather this data (currently only offered for
|
|
959
958
|
* AGENT).</p>
|
|
959
|
+
* @public
|
|
960
960
|
*/
|
|
961
961
|
dataSource?: DataSource;
|
|
962
962
|
/**
|
|
963
|
-
* @public
|
|
964
963
|
* <p>An object which describes how the data is stored.</p>
|
|
965
964
|
* <ul>
|
|
966
965
|
* <li>
|
|
@@ -969,6 +968,7 @@ export interface ContinuousExportDescription {
|
|
|
969
968
|
* schema.</p>
|
|
970
969
|
* </li>
|
|
971
970
|
* </ul>
|
|
971
|
+
* @public
|
|
972
972
|
*/
|
|
973
973
|
schemaStorageConfig?: Record<string, string>;
|
|
974
974
|
}
|
|
@@ -977,19 +977,19 @@ export interface ContinuousExportDescription {
|
|
|
977
977
|
*/
|
|
978
978
|
export interface DescribeContinuousExportsResponse {
|
|
979
979
|
/**
|
|
980
|
-
* @public
|
|
981
980
|
* <p>A list of continuous export descriptions.</p>
|
|
981
|
+
* @public
|
|
982
982
|
*/
|
|
983
983
|
descriptions?: ContinuousExportDescription[];
|
|
984
984
|
/**
|
|
985
|
-
* @public
|
|
986
985
|
* <p>The token from the previous call to <code>DescribeExportTasks</code>.</p>
|
|
986
|
+
* @public
|
|
987
987
|
*/
|
|
988
988
|
nextToken?: string;
|
|
989
989
|
}
|
|
990
990
|
/**
|
|
991
|
-
* @public
|
|
992
991
|
* <p>This operation is not permitted.</p>
|
|
992
|
+
* @public
|
|
993
993
|
*/
|
|
994
994
|
export declare class OperationNotPermittedException extends __BaseException {
|
|
995
995
|
readonly name: "OperationNotPermittedException";
|
|
@@ -1004,19 +1004,19 @@ export declare class OperationNotPermittedException extends __BaseException {
|
|
|
1004
1004
|
*/
|
|
1005
1005
|
export interface DescribeExportConfigurationsRequest {
|
|
1006
1006
|
/**
|
|
1007
|
-
* @public
|
|
1008
1007
|
* <p>A list of continuous export IDs to search for.</p>
|
|
1008
|
+
* @public
|
|
1009
1009
|
*/
|
|
1010
1010
|
exportIds?: string[];
|
|
1011
1011
|
/**
|
|
1012
|
-
* @public
|
|
1013
1012
|
* <p>A number between 1 and 100 specifying the maximum number of continuous export
|
|
1014
1013
|
* descriptions returned.</p>
|
|
1014
|
+
* @public
|
|
1015
1015
|
*/
|
|
1016
1016
|
maxResults?: number;
|
|
1017
1017
|
/**
|
|
1018
|
-
* @public
|
|
1019
1018
|
* <p>The token from the previous call to describe-export-tasks.</p>
|
|
1019
|
+
* @public
|
|
1020
1020
|
*/
|
|
1021
1021
|
nextToken?: string;
|
|
1022
1022
|
}
|
|
@@ -1034,57 +1034,57 @@ export declare const ExportStatus: {
|
|
|
1034
1034
|
*/
|
|
1035
1035
|
export type ExportStatus = (typeof ExportStatus)[keyof typeof ExportStatus];
|
|
1036
1036
|
/**
|
|
1037
|
-
* @public
|
|
1038
1037
|
* <p>Information regarding the export status of discovered data. The value is an array of
|
|
1039
1038
|
* objects.</p>
|
|
1039
|
+
* @public
|
|
1040
1040
|
*/
|
|
1041
1041
|
export interface ExportInfo {
|
|
1042
1042
|
/**
|
|
1043
|
-
* @public
|
|
1044
1043
|
* <p>A unique identifier used to query an export.</p>
|
|
1044
|
+
* @public
|
|
1045
1045
|
*/
|
|
1046
1046
|
exportId: string | undefined;
|
|
1047
1047
|
/**
|
|
1048
|
-
* @public
|
|
1049
1048
|
* <p>The status of the data export job.</p>
|
|
1049
|
+
* @public
|
|
1050
1050
|
*/
|
|
1051
1051
|
exportStatus: ExportStatus | undefined;
|
|
1052
1052
|
/**
|
|
1053
|
-
* @public
|
|
1054
1053
|
* <p>A status message provided for API callers.</p>
|
|
1054
|
+
* @public
|
|
1055
1055
|
*/
|
|
1056
1056
|
statusMessage: string | undefined;
|
|
1057
1057
|
/**
|
|
1058
|
-
* @public
|
|
1059
1058
|
* <p>A URL for an Amazon S3 bucket where you can review the exported data. The URL is
|
|
1060
1059
|
* displayed only if the export succeeded.</p>
|
|
1060
|
+
* @public
|
|
1061
1061
|
*/
|
|
1062
1062
|
configurationsDownloadUrl?: string;
|
|
1063
1063
|
/**
|
|
1064
|
-
* @public
|
|
1065
1064
|
* <p>The time that the data export was initiated.</p>
|
|
1065
|
+
* @public
|
|
1066
1066
|
*/
|
|
1067
1067
|
exportRequestTime: Date | undefined;
|
|
1068
1068
|
/**
|
|
1069
|
-
* @public
|
|
1070
1069
|
* <p>If true, the export of agent information exceeded the size limit for a single export
|
|
1071
1070
|
* and the exported data is incomplete for the requested time range. To address this, select a
|
|
1072
1071
|
* smaller time range for the export by using <code>startDate</code> and
|
|
1073
1072
|
* <code>endDate</code>.</p>
|
|
1073
|
+
* @public
|
|
1074
1074
|
*/
|
|
1075
1075
|
isTruncated?: boolean;
|
|
1076
1076
|
/**
|
|
1077
|
-
* @public
|
|
1078
1077
|
* <p>The value of <code>startTime</code> parameter in the <code>StartExportTask</code>
|
|
1079
1078
|
* request. If no <code>startTime</code> was requested, this result does not appear in
|
|
1080
1079
|
* <code>ExportInfo</code>.</p>
|
|
1080
|
+
* @public
|
|
1081
1081
|
*/
|
|
1082
1082
|
requestedStartTime?: Date;
|
|
1083
1083
|
/**
|
|
1084
|
-
* @public
|
|
1085
1084
|
* <p>The <code>endTime</code> used in the <code>StartExportTask</code> request. If no
|
|
1086
1085
|
* <code>endTime</code> was requested, this result does not appear in
|
|
1087
1086
|
* <code>ExportInfo</code>.</p>
|
|
1087
|
+
* @public
|
|
1088
1088
|
*/
|
|
1089
1089
|
requestedEndTime?: Date;
|
|
1090
1090
|
}
|
|
@@ -1093,38 +1093,38 @@ export interface ExportInfo {
|
|
|
1093
1093
|
*/
|
|
1094
1094
|
export interface DescribeExportConfigurationsResponse {
|
|
1095
1095
|
/**
|
|
1096
|
-
* @public
|
|
1097
1096
|
* <p></p>
|
|
1097
|
+
* @public
|
|
1098
1098
|
*/
|
|
1099
1099
|
exportsInfo?: ExportInfo[];
|
|
1100
1100
|
/**
|
|
1101
|
-
* @public
|
|
1102
1101
|
* <p>The token from the previous call to describe-export-tasks.</p>
|
|
1102
|
+
* @public
|
|
1103
1103
|
*/
|
|
1104
1104
|
nextToken?: string;
|
|
1105
1105
|
}
|
|
1106
1106
|
/**
|
|
1107
|
-
* @public
|
|
1108
1107
|
* <p>Used to select which agent's data is to be exported. A single agent ID may be selected
|
|
1109
1108
|
* for export using the <a href="http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_StartExportTask.html">StartExportTask</a> action.</p>
|
|
1109
|
+
* @public
|
|
1110
1110
|
*/
|
|
1111
1111
|
export interface ExportFilter {
|
|
1112
1112
|
/**
|
|
1113
|
-
* @public
|
|
1114
1113
|
* <p>A single <code>ExportFilter</code> name. Supported filters:
|
|
1115
1114
|
* <code>agentIds</code>.</p>
|
|
1115
|
+
* @public
|
|
1116
1116
|
*/
|
|
1117
1117
|
name: string | undefined;
|
|
1118
1118
|
/**
|
|
1119
|
-
* @public
|
|
1120
1119
|
* <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
|
|
1121
1120
|
* <code>o-0123456789abcdef0</code>.</p>
|
|
1121
|
+
* @public
|
|
1122
1122
|
*/
|
|
1123
1123
|
values: string[] | undefined;
|
|
1124
1124
|
/**
|
|
1125
|
-
* @public
|
|
1126
1125
|
* <p>Supported condition: <code>EQUALS</code>
|
|
1127
1126
|
* </p>
|
|
1127
|
+
* @public
|
|
1128
1128
|
*/
|
|
1129
1129
|
condition: string | undefined;
|
|
1130
1130
|
}
|
|
@@ -1133,12 +1133,11 @@ export interface ExportFilter {
|
|
|
1133
1133
|
*/
|
|
1134
1134
|
export interface DescribeExportTasksRequest {
|
|
1135
1135
|
/**
|
|
1136
|
-
* @public
|
|
1137
1136
|
* <p>One or more unique identifiers used to query the status of an export request.</p>
|
|
1137
|
+
* @public
|
|
1138
1138
|
*/
|
|
1139
1139
|
exportIds?: string[];
|
|
1140
1140
|
/**
|
|
1141
|
-
* @public
|
|
1142
1141
|
* <p>One or more filters.</p>
|
|
1143
1142
|
* <ul>
|
|
1144
1143
|
* <li>
|
|
@@ -1147,23 +1146,24 @@ export interface DescribeExportTasksRequest {
|
|
|
1147
1146
|
* exported</p>
|
|
1148
1147
|
* </li>
|
|
1149
1148
|
* </ul>
|
|
1149
|
+
* @public
|
|
1150
1150
|
*/
|
|
1151
1151
|
filters?: ExportFilter[];
|
|
1152
1152
|
/**
|
|
1153
|
-
* @public
|
|
1154
1153
|
* <p>The maximum number of volume results returned by <code>DescribeExportTasks</code> in
|
|
1155
1154
|
* paginated output. When this parameter is used, <code>DescribeExportTasks</code> only returns
|
|
1156
1155
|
* <code>maxResults</code> results in a single page along with a <code>nextToken</code>
|
|
1157
1156
|
* response element.</p>
|
|
1157
|
+
* @public
|
|
1158
1158
|
*/
|
|
1159
1159
|
maxResults?: number;
|
|
1160
1160
|
/**
|
|
1161
|
-
* @public
|
|
1162
1161
|
* <p>The <code>nextToken</code> value returned from a previous paginated
|
|
1163
1162
|
* <code>DescribeExportTasks</code> request where <code>maxResults</code> was used and the
|
|
1164
1163
|
* results exceeded the value of that parameter. Pagination continues from the end of the
|
|
1165
1164
|
* previous results that returned the <code>nextToken</code> value. This value is null when there
|
|
1166
1165
|
* are no more results to return.</p>
|
|
1166
|
+
* @public
|
|
1167
1167
|
*/
|
|
1168
1168
|
nextToken?: string;
|
|
1169
1169
|
}
|
|
@@ -1172,19 +1172,19 @@ export interface DescribeExportTasksRequest {
|
|
|
1172
1172
|
*/
|
|
1173
1173
|
export interface DescribeExportTasksResponse {
|
|
1174
1174
|
/**
|
|
1175
|
-
* @public
|
|
1176
1175
|
* <p>Contains one or more sets of export request details. When the status of a request is
|
|
1177
1176
|
* <code>SUCCEEDED</code>, the response includes a URL for an Amazon S3 bucket where you can
|
|
1178
1177
|
* view the data in a CSV file.</p>
|
|
1178
|
+
* @public
|
|
1179
1179
|
*/
|
|
1180
1180
|
exportsInfo?: ExportInfo[];
|
|
1181
1181
|
/**
|
|
1182
|
-
* @public
|
|
1183
1182
|
* <p>The <code>nextToken</code> value to include in a future
|
|
1184
1183
|
* <code>DescribeExportTasks</code> request. When the results of a
|
|
1185
1184
|
* <code>DescribeExportTasks</code> request exceed <code>maxResults</code>, this value can be
|
|
1186
1185
|
* used to retrieve the next page of results. This value is null when there are no more results
|
|
1187
1186
|
* to return.</p>
|
|
1187
|
+
* @public
|
|
1188
1188
|
*/
|
|
1189
1189
|
nextToken?: string;
|
|
1190
1190
|
}
|
|
@@ -1202,23 +1202,23 @@ export declare const ImportTaskFilterName: {
|
|
|
1202
1202
|
*/
|
|
1203
1203
|
export type ImportTaskFilterName = (typeof ImportTaskFilterName)[keyof typeof ImportTaskFilterName];
|
|
1204
1204
|
/**
|
|
1205
|
-
* @public
|
|
1206
1205
|
* <p>A name-values pair of elements you can use to filter the results when querying your import
|
|
1207
1206
|
* tasks. Currently, wildcards are not supported for filters.</p>
|
|
1208
1207
|
* <note>
|
|
1209
1208
|
* <p>When filtering by import status, all other filter values are ignored.</p>
|
|
1210
1209
|
* </note>
|
|
1210
|
+
* @public
|
|
1211
1211
|
*/
|
|
1212
1212
|
export interface ImportTaskFilter {
|
|
1213
1213
|
/**
|
|
1214
|
-
* @public
|
|
1215
1214
|
* <p>The name, status, or import task ID for a specific import task.</p>
|
|
1215
|
+
* @public
|
|
1216
1216
|
*/
|
|
1217
1217
|
name?: ImportTaskFilterName;
|
|
1218
1218
|
/**
|
|
1219
|
-
* @public
|
|
1220
1219
|
* <p>An array of strings that you can provide to match against a specific name, status, or
|
|
1221
1220
|
* import task ID to filter the results for your import task queries.</p>
|
|
1221
|
+
* @public
|
|
1222
1222
|
*/
|
|
1223
1223
|
values?: string[];
|
|
1224
1224
|
}
|
|
@@ -1227,20 +1227,20 @@ export interface ImportTaskFilter {
|
|
|
1227
1227
|
*/
|
|
1228
1228
|
export interface DescribeImportTasksRequest {
|
|
1229
1229
|
/**
|
|
1230
|
-
* @public
|
|
1231
1230
|
* <p>An array of name-value pairs that you provide to filter the results for the
|
|
1232
1231
|
* <code>DescribeImportTask</code> request to a specific subset of results. Currently, wildcard
|
|
1233
1232
|
* values aren't supported for filters.</p>
|
|
1233
|
+
* @public
|
|
1234
1234
|
*/
|
|
1235
1235
|
filters?: ImportTaskFilter[];
|
|
1236
1236
|
/**
|
|
1237
|
-
* @public
|
|
1238
1237
|
* <p>The maximum number of results that you want this request to return, up to 100.</p>
|
|
1238
|
+
* @public
|
|
1239
1239
|
*/
|
|
1240
1240
|
maxResults?: number;
|
|
1241
1241
|
/**
|
|
1242
|
-
* @public
|
|
1243
1242
|
* <p>The token to request a specific page of results.</p>
|
|
1243
|
+
* @public
|
|
1244
1244
|
*/
|
|
1245
1245
|
nextToken?: string;
|
|
1246
1246
|
}
|
|
@@ -1266,88 +1266,87 @@ export declare const ImportStatus: {
|
|
|
1266
1266
|
*/
|
|
1267
1267
|
export type ImportStatus = (typeof ImportStatus)[keyof typeof ImportStatus];
|
|
1268
1268
|
/**
|
|
1269
|
-
* @public
|
|
1270
1269
|
* <p>An array of information related to the import task request that includes status
|
|
1271
1270
|
* information, times, IDs, the Amazon S3 Object URL for the import file, and more.</p>
|
|
1271
|
+
* @public
|
|
1272
1272
|
*/
|
|
1273
1273
|
export interface ImportTask {
|
|
1274
1274
|
/**
|
|
1275
|
-
* @public
|
|
1276
1275
|
* <p>The unique ID for a specific import task. These IDs aren't globally unique, but they are
|
|
1277
1276
|
* unique within an Amazon Web Services account.</p>
|
|
1277
|
+
* @public
|
|
1278
1278
|
*/
|
|
1279
1279
|
importTaskId?: string;
|
|
1280
1280
|
/**
|
|
1281
|
-
* @public
|
|
1282
1281
|
* <p>A unique token used to prevent the same import request from occurring more than once. If
|
|
1283
1282
|
* you didn't provide a token, a token was automatically generated when the import task request
|
|
1284
1283
|
* was sent.</p>
|
|
1284
|
+
* @public
|
|
1285
1285
|
*/
|
|
1286
1286
|
clientRequestToken?: string;
|
|
1287
1287
|
/**
|
|
1288
|
-
* @public
|
|
1289
1288
|
* <p>A descriptive name for an import task. You can use this name to filter future requests
|
|
1290
1289
|
* related to this import task, such as identifying applications and servers that were included
|
|
1291
1290
|
* in this import task. We recommend that you use a meaningful name for each import task.</p>
|
|
1291
|
+
* @public
|
|
1292
1292
|
*/
|
|
1293
1293
|
name?: string;
|
|
1294
1294
|
/**
|
|
1295
|
-
* @public
|
|
1296
1295
|
* <p>The URL for your import file that you've uploaded to Amazon S3.</p>
|
|
1296
|
+
* @public
|
|
1297
1297
|
*/
|
|
1298
1298
|
importUrl?: string;
|
|
1299
1299
|
/**
|
|
1300
|
-
* @public
|
|
1301
1300
|
* <p>The status of the import task. An import can have the status of
|
|
1302
1301
|
* <code>IMPORT_COMPLETE</code> and still have some records fail to import from the overall
|
|
1303
1302
|
* request. More information can be found in the downloadable archive defined in the
|
|
1304
1303
|
* <code>errorsAndFailedEntriesZip</code> field, or in the Migration Hub management
|
|
1305
1304
|
* console.</p>
|
|
1305
|
+
* @public
|
|
1306
1306
|
*/
|
|
1307
1307
|
status?: ImportStatus;
|
|
1308
1308
|
/**
|
|
1309
|
-
* @public
|
|
1310
1309
|
* <p>The time that the import task request was made, presented in the Unix time stamp
|
|
1311
1310
|
* format.</p>
|
|
1311
|
+
* @public
|
|
1312
1312
|
*/
|
|
1313
1313
|
importRequestTime?: Date;
|
|
1314
1314
|
/**
|
|
1315
|
-
* @public
|
|
1316
1315
|
* <p>The time that the import task request finished, presented in the Unix time stamp
|
|
1317
1316
|
* format.</p>
|
|
1317
|
+
* @public
|
|
1318
1318
|
*/
|
|
1319
1319
|
importCompletionTime?: Date;
|
|
1320
1320
|
/**
|
|
1321
|
-
* @public
|
|
1322
1321
|
* <p>The time that the import task request was deleted, presented in the Unix time stamp
|
|
1323
1322
|
* format.</p>
|
|
1323
|
+
* @public
|
|
1324
1324
|
*/
|
|
1325
1325
|
importDeletedTime?: Date;
|
|
1326
1326
|
/**
|
|
1327
|
-
* @public
|
|
1328
1327
|
* <p>The total number of server records in the import file that were successfully
|
|
1329
1328
|
* imported.</p>
|
|
1329
|
+
* @public
|
|
1330
1330
|
*/
|
|
1331
1331
|
serverImportSuccess?: number;
|
|
1332
1332
|
/**
|
|
1333
|
-
* @public
|
|
1334
1333
|
* <p>The total number of server records in the import file that failed to be imported.</p>
|
|
1334
|
+
* @public
|
|
1335
1335
|
*/
|
|
1336
1336
|
serverImportFailure?: number;
|
|
1337
1337
|
/**
|
|
1338
|
-
* @public
|
|
1339
1338
|
* <p>The total number of application records in the import file that were successfully
|
|
1340
1339
|
* imported.</p>
|
|
1340
|
+
* @public
|
|
1341
1341
|
*/
|
|
1342
1342
|
applicationImportSuccess?: number;
|
|
1343
1343
|
/**
|
|
1344
|
-
* @public
|
|
1345
1344
|
* <p>The total number of application records in the import file that failed to be
|
|
1346
1345
|
* imported.</p>
|
|
1346
|
+
* @public
|
|
1347
1347
|
*/
|
|
1348
1348
|
applicationImportFailure?: number;
|
|
1349
1349
|
/**
|
|
1350
|
-
* @public
|
|
1351
1350
|
* <p>A link to a compressed archive folder (in the ZIP format) that contains an error log and a
|
|
1352
1351
|
* file of failed records. You can use these two files to quickly identify records that failed,
|
|
1353
1352
|
* why they failed, and correct those records. Afterward, you can upload the corrected file to
|
|
@@ -1357,6 +1356,7 @@ export interface ImportTask {
|
|
|
1357
1356
|
* <p>If some records failed to be imported we recommend that you correct the records in the
|
|
1358
1357
|
* failed entries file and then imports that failed entries file. This prevents you from having
|
|
1359
1358
|
* to correct and update the larger original file and attempt importing it again.</p>
|
|
1359
|
+
* @public
|
|
1360
1360
|
*/
|
|
1361
1361
|
errorsAndFailedEntriesZip?: string;
|
|
1362
1362
|
}
|
|
@@ -1365,31 +1365,31 @@ export interface ImportTask {
|
|
|
1365
1365
|
*/
|
|
1366
1366
|
export interface DescribeImportTasksResponse {
|
|
1367
1367
|
/**
|
|
1368
|
-
* @public
|
|
1369
1368
|
* <p>The token to request the next page of results.</p>
|
|
1369
|
+
* @public
|
|
1370
1370
|
*/
|
|
1371
1371
|
nextToken?: string;
|
|
1372
1372
|
/**
|
|
1373
|
-
* @public
|
|
1374
1373
|
* <p>A returned array of import tasks that match any applied filters, up to the specified
|
|
1375
1374
|
* number of maximum results.</p>
|
|
1375
|
+
* @public
|
|
1376
1376
|
*/
|
|
1377
1377
|
tasks?: ImportTask[];
|
|
1378
1378
|
}
|
|
1379
1379
|
/**
|
|
1380
|
-
* @public
|
|
1381
1380
|
* <p>The tag filter. Valid names are: <code>tagKey</code>, <code>tagValue</code>,
|
|
1382
1381
|
* <code>configurationId</code>.</p>
|
|
1382
|
+
* @public
|
|
1383
1383
|
*/
|
|
1384
1384
|
export interface TagFilter {
|
|
1385
1385
|
/**
|
|
1386
|
-
* @public
|
|
1387
1386
|
* <p>A name of the tag filter.</p>
|
|
1387
|
+
* @public
|
|
1388
1388
|
*/
|
|
1389
1389
|
name: string | undefined;
|
|
1390
1390
|
/**
|
|
1391
|
-
* @public
|
|
1392
1391
|
* <p>Values for the tag filter.</p>
|
|
1392
|
+
* @public
|
|
1393
1393
|
*/
|
|
1394
1394
|
values: string[] | undefined;
|
|
1395
1395
|
}
|
|
@@ -1398,21 +1398,21 @@ export interface TagFilter {
|
|
|
1398
1398
|
*/
|
|
1399
1399
|
export interface DescribeTagsRequest {
|
|
1400
1400
|
/**
|
|
1401
|
-
* @public
|
|
1402
1401
|
* <p>You can filter the list using a <i>key</i>-<i>value</i>
|
|
1403
1402
|
* format. You can separate these items by using logical operators. Allowed filters include
|
|
1404
1403
|
* <code>tagKey</code>, <code>tagValue</code>, and <code>configurationId</code>. </p>
|
|
1404
|
+
* @public
|
|
1405
1405
|
*/
|
|
1406
1406
|
filters?: TagFilter[];
|
|
1407
1407
|
/**
|
|
1408
|
-
* @public
|
|
1409
1408
|
* <p>The total number of items to return in a single page of output. The maximum value is
|
|
1410
1409
|
* 100.</p>
|
|
1410
|
+
* @public
|
|
1411
1411
|
*/
|
|
1412
1412
|
maxResults?: number;
|
|
1413
1413
|
/**
|
|
1414
|
-
* @public
|
|
1415
1414
|
* <p>A token to start the list. Use this token to get the next set of results.</p>
|
|
1415
|
+
* @public
|
|
1416
1416
|
*/
|
|
1417
1417
|
nextToken?: string;
|
|
1418
1418
|
}
|
|
@@ -1431,38 +1431,38 @@ export declare const ConfigurationItemType: {
|
|
|
1431
1431
|
*/
|
|
1432
1432
|
export type ConfigurationItemType = (typeof ConfigurationItemType)[keyof typeof ConfigurationItemType];
|
|
1433
1433
|
/**
|
|
1434
|
-
* @public
|
|
1435
1434
|
* <p>Tags for a configuration item. Tags are metadata that help you categorize IT
|
|
1436
1435
|
* assets.</p>
|
|
1436
|
+
* @public
|
|
1437
1437
|
*/
|
|
1438
1438
|
export interface ConfigurationTag {
|
|
1439
1439
|
/**
|
|
1440
|
-
* @public
|
|
1441
1440
|
* <p>A type of IT asset to tag.</p>
|
|
1441
|
+
* @public
|
|
1442
1442
|
*/
|
|
1443
1443
|
configurationType?: ConfigurationItemType;
|
|
1444
1444
|
/**
|
|
1445
|
-
* @public
|
|
1446
1445
|
* <p>The configuration ID for the item to tag. You can specify a list of keys and
|
|
1447
1446
|
* values.</p>
|
|
1447
|
+
* @public
|
|
1448
1448
|
*/
|
|
1449
1449
|
configurationId?: string;
|
|
1450
1450
|
/**
|
|
1451
|
-
* @public
|
|
1452
1451
|
* <p>A type of tag on which to filter. For example,
|
|
1453
1452
|
* <i>serverType</i>.</p>
|
|
1453
|
+
* @public
|
|
1454
1454
|
*/
|
|
1455
1455
|
key?: string;
|
|
1456
1456
|
/**
|
|
1457
|
-
* @public
|
|
1458
1457
|
* <p>A value on which to filter. For example <i>key = serverType</i> and
|
|
1459
1458
|
* <i>value = web server</i>.</p>
|
|
1459
|
+
* @public
|
|
1460
1460
|
*/
|
|
1461
1461
|
value?: string;
|
|
1462
1462
|
/**
|
|
1463
|
-
* @public
|
|
1464
1463
|
* <p>The time the configuration tag was created in Coordinated Universal Time
|
|
1465
1464
|
* (UTC).</p>
|
|
1465
|
+
* @public
|
|
1466
1466
|
*/
|
|
1467
1467
|
timeOfCreation?: Date;
|
|
1468
1468
|
}
|
|
@@ -1471,14 +1471,14 @@ export interface ConfigurationTag {
|
|
|
1471
1471
|
*/
|
|
1472
1472
|
export interface DescribeTagsResponse {
|
|
1473
1473
|
/**
|
|
1474
|
-
* @public
|
|
1475
1474
|
* <p>Depending on the input, this is a list of configuration items tagged with a specific
|
|
1476
1475
|
* tag, or a list of tags for a specific configuration item.</p>
|
|
1476
|
+
* @public
|
|
1477
1477
|
*/
|
|
1478
1478
|
tags?: ConfigurationTag[];
|
|
1479
1479
|
/**
|
|
1480
|
-
* @public
|
|
1481
1480
|
* <p>The call returns a token. Use this token to get the next set of results.</p>
|
|
1481
|
+
* @public
|
|
1482
1482
|
*/
|
|
1483
1483
|
nextToken?: string;
|
|
1484
1484
|
}
|
|
@@ -1487,13 +1487,13 @@ export interface DescribeTagsResponse {
|
|
|
1487
1487
|
*/
|
|
1488
1488
|
export interface DisassociateConfigurationItemsFromApplicationRequest {
|
|
1489
1489
|
/**
|
|
1490
|
-
* @public
|
|
1491
1490
|
* <p>Configuration ID of an application from which each item is disassociated.</p>
|
|
1491
|
+
* @public
|
|
1492
1492
|
*/
|
|
1493
1493
|
applicationConfigurationId: string | undefined;
|
|
1494
1494
|
/**
|
|
1495
|
-
* @public
|
|
1496
1495
|
* <p>Configuration ID of each item to be disassociated from an application.</p>
|
|
1496
|
+
* @public
|
|
1497
1497
|
*/
|
|
1498
1498
|
configurationIds: string[] | undefined;
|
|
1499
1499
|
}
|
|
@@ -1507,8 +1507,8 @@ export interface DisassociateConfigurationItemsFromApplicationResponse {
|
|
|
1507
1507
|
*/
|
|
1508
1508
|
export interface ExportConfigurationsResponse {
|
|
1509
1509
|
/**
|
|
1510
|
-
* @public
|
|
1511
1510
|
* <p>A unique identifier that you can use to query the export status.</p>
|
|
1511
|
+
* @public
|
|
1512
1512
|
*/
|
|
1513
1513
|
exportId?: string;
|
|
1514
1514
|
}
|
|
@@ -1518,167 +1518,167 @@ export interface ExportConfigurationsResponse {
|
|
|
1518
1518
|
export interface GetDiscoverySummaryRequest {
|
|
1519
1519
|
}
|
|
1520
1520
|
/**
|
|
1521
|
-
* @public
|
|
1522
1521
|
* <p>The inventory data for installed Agentless Collector collectors. </p>
|
|
1522
|
+
* @public
|
|
1523
1523
|
*/
|
|
1524
1524
|
export interface CustomerAgentlessCollectorInfo {
|
|
1525
1525
|
/**
|
|
1526
|
-
* @public
|
|
1527
1526
|
* <p>The number of active Agentless Collector collectors. </p>
|
|
1527
|
+
* @public
|
|
1528
1528
|
*/
|
|
1529
1529
|
activeAgentlessCollectors: number | undefined;
|
|
1530
1530
|
/**
|
|
1531
|
-
* @public
|
|
1532
1531
|
* <p>The number of healthy Agentless Collector collectors. </p>
|
|
1532
|
+
* @public
|
|
1533
1533
|
*/
|
|
1534
1534
|
healthyAgentlessCollectors: number | undefined;
|
|
1535
1535
|
/**
|
|
1536
|
-
* @public
|
|
1537
1536
|
* <p>The number of deny-listed Agentless Collector collectors. </p>
|
|
1537
|
+
* @public
|
|
1538
1538
|
*/
|
|
1539
1539
|
denyListedAgentlessCollectors: number | undefined;
|
|
1540
1540
|
/**
|
|
1541
|
-
* @public
|
|
1542
1541
|
* <p>The number of Agentless Collector collectors with <code>SHUTDOWN</code> status.
|
|
1543
1542
|
* </p>
|
|
1543
|
+
* @public
|
|
1544
1544
|
*/
|
|
1545
1545
|
shutdownAgentlessCollectors: number | undefined;
|
|
1546
1546
|
/**
|
|
1547
|
-
* @public
|
|
1548
1547
|
* <p> The number of unhealthy Agentless Collector collectors. </p>
|
|
1548
|
+
* @public
|
|
1549
1549
|
*/
|
|
1550
1550
|
unhealthyAgentlessCollectors: number | undefined;
|
|
1551
1551
|
/**
|
|
1552
|
-
* @public
|
|
1553
1552
|
* <p> The total number of Agentless Collector collectors. </p>
|
|
1553
|
+
* @public
|
|
1554
1554
|
*/
|
|
1555
1555
|
totalAgentlessCollectors: number | undefined;
|
|
1556
1556
|
/**
|
|
1557
|
-
* @public
|
|
1558
1557
|
* <p> The number of unknown Agentless Collector collectors. </p>
|
|
1558
|
+
* @public
|
|
1559
1559
|
*/
|
|
1560
1560
|
unknownAgentlessCollectors: number | undefined;
|
|
1561
1561
|
}
|
|
1562
1562
|
/**
|
|
1563
|
-
* @public
|
|
1564
1563
|
* <p>Inventory data for installed discovery agents.</p>
|
|
1564
|
+
* @public
|
|
1565
1565
|
*/
|
|
1566
1566
|
export interface CustomerAgentInfo {
|
|
1567
1567
|
/**
|
|
1568
|
-
* @public
|
|
1569
1568
|
* <p>Number of active discovery agents.</p>
|
|
1569
|
+
* @public
|
|
1570
1570
|
*/
|
|
1571
1571
|
activeAgents: number | undefined;
|
|
1572
1572
|
/**
|
|
1573
|
-
* @public
|
|
1574
1573
|
* <p>Number of healthy discovery agents</p>
|
|
1574
|
+
* @public
|
|
1575
1575
|
*/
|
|
1576
1576
|
healthyAgents: number | undefined;
|
|
1577
1577
|
/**
|
|
1578
|
-
* @public
|
|
1579
1578
|
* <p>Number of blacklisted discovery agents.</p>
|
|
1579
|
+
* @public
|
|
1580
1580
|
*/
|
|
1581
1581
|
blackListedAgents: number | undefined;
|
|
1582
1582
|
/**
|
|
1583
|
-
* @public
|
|
1584
1583
|
* <p>Number of discovery agents with status SHUTDOWN.</p>
|
|
1584
|
+
* @public
|
|
1585
1585
|
*/
|
|
1586
1586
|
shutdownAgents: number | undefined;
|
|
1587
1587
|
/**
|
|
1588
|
-
* @public
|
|
1589
1588
|
* <p>Number of unhealthy discovery agents.</p>
|
|
1589
|
+
* @public
|
|
1590
1590
|
*/
|
|
1591
1591
|
unhealthyAgents: number | undefined;
|
|
1592
1592
|
/**
|
|
1593
|
-
* @public
|
|
1594
1593
|
* <p>Total number of discovery agents.</p>
|
|
1594
|
+
* @public
|
|
1595
1595
|
*/
|
|
1596
1596
|
totalAgents: number | undefined;
|
|
1597
1597
|
/**
|
|
1598
|
-
* @public
|
|
1599
1598
|
* <p>Number of unknown discovery agents.</p>
|
|
1599
|
+
* @public
|
|
1600
1600
|
*/
|
|
1601
1601
|
unknownAgents: number | undefined;
|
|
1602
1602
|
}
|
|
1603
1603
|
/**
|
|
1604
|
-
* @public
|
|
1605
1604
|
* <p>Inventory data for installed discovery connectors.</p>
|
|
1605
|
+
* @public
|
|
1606
1606
|
*/
|
|
1607
1607
|
export interface CustomerConnectorInfo {
|
|
1608
1608
|
/**
|
|
1609
|
-
* @public
|
|
1610
1609
|
* <p>Number of active discovery connectors.</p>
|
|
1610
|
+
* @public
|
|
1611
1611
|
*/
|
|
1612
1612
|
activeConnectors: number | undefined;
|
|
1613
1613
|
/**
|
|
1614
|
-
* @public
|
|
1615
1614
|
* <p>Number of healthy discovery connectors.</p>
|
|
1615
|
+
* @public
|
|
1616
1616
|
*/
|
|
1617
1617
|
healthyConnectors: number | undefined;
|
|
1618
1618
|
/**
|
|
1619
|
-
* @public
|
|
1620
1619
|
* <p>Number of blacklisted discovery connectors.</p>
|
|
1620
|
+
* @public
|
|
1621
1621
|
*/
|
|
1622
1622
|
blackListedConnectors: number | undefined;
|
|
1623
1623
|
/**
|
|
1624
|
-
* @public
|
|
1625
1624
|
* <p>Number of discovery connectors with status SHUTDOWN,</p>
|
|
1625
|
+
* @public
|
|
1626
1626
|
*/
|
|
1627
1627
|
shutdownConnectors: number | undefined;
|
|
1628
1628
|
/**
|
|
1629
|
-
* @public
|
|
1630
1629
|
* <p>Number of unhealthy discovery connectors.</p>
|
|
1630
|
+
* @public
|
|
1631
1631
|
*/
|
|
1632
1632
|
unhealthyConnectors: number | undefined;
|
|
1633
1633
|
/**
|
|
1634
|
-
* @public
|
|
1635
1634
|
* <p>Total number of discovery connectors.</p>
|
|
1635
|
+
* @public
|
|
1636
1636
|
*/
|
|
1637
1637
|
totalConnectors: number | undefined;
|
|
1638
1638
|
/**
|
|
1639
|
-
* @public
|
|
1640
1639
|
* <p>Number of unknown discovery connectors.</p>
|
|
1640
|
+
* @public
|
|
1641
1641
|
*/
|
|
1642
1642
|
unknownConnectors: number | undefined;
|
|
1643
1643
|
}
|
|
1644
1644
|
/**
|
|
1645
|
-
* @public
|
|
1646
1645
|
* <p> The inventory data for installed Migration Evaluator collectors. </p>
|
|
1646
|
+
* @public
|
|
1647
1647
|
*/
|
|
1648
1648
|
export interface CustomerMeCollectorInfo {
|
|
1649
1649
|
/**
|
|
1650
|
-
* @public
|
|
1651
1650
|
* <p> The number of active Migration Evaluator collectors. </p>
|
|
1651
|
+
* @public
|
|
1652
1652
|
*/
|
|
1653
1653
|
activeMeCollectors: number | undefined;
|
|
1654
1654
|
/**
|
|
1655
|
-
* @public
|
|
1656
1655
|
* <p> The number of healthy Migration Evaluator collectors. </p>
|
|
1656
|
+
* @public
|
|
1657
1657
|
*/
|
|
1658
1658
|
healthyMeCollectors: number | undefined;
|
|
1659
1659
|
/**
|
|
1660
|
-
* @public
|
|
1661
1660
|
* <p> The number of deny-listed Migration Evaluator collectors. </p>
|
|
1661
|
+
* @public
|
|
1662
1662
|
*/
|
|
1663
1663
|
denyListedMeCollectors: number | undefined;
|
|
1664
1664
|
/**
|
|
1665
|
-
* @public
|
|
1666
1665
|
* <p> The number of Migration Evaluator collectors with <code>SHUTDOWN</code> status. </p>
|
|
1666
|
+
* @public
|
|
1667
1667
|
*/
|
|
1668
1668
|
shutdownMeCollectors: number | undefined;
|
|
1669
1669
|
/**
|
|
1670
|
-
* @public
|
|
1671
1670
|
* <p> The number of unhealthy Migration Evaluator collectors. </p>
|
|
1671
|
+
* @public
|
|
1672
1672
|
*/
|
|
1673
1673
|
unhealthyMeCollectors: number | undefined;
|
|
1674
1674
|
/**
|
|
1675
|
-
* @public
|
|
1676
1675
|
* <p> The total number of Migration Evaluator collectors. </p>
|
|
1676
|
+
* @public
|
|
1677
1677
|
*/
|
|
1678
1678
|
totalMeCollectors: number | undefined;
|
|
1679
1679
|
/**
|
|
1680
|
-
* @public
|
|
1681
1680
|
* <p> The number of unknown Migration Evaluator collectors. </p>
|
|
1681
|
+
* @public
|
|
1682
1682
|
*/
|
|
1683
1683
|
unknownMeCollectors: number | undefined;
|
|
1684
1684
|
}
|
|
@@ -1687,43 +1687,43 @@ export interface CustomerMeCollectorInfo {
|
|
|
1687
1687
|
*/
|
|
1688
1688
|
export interface GetDiscoverySummaryResponse {
|
|
1689
1689
|
/**
|
|
1690
|
-
* @public
|
|
1691
1690
|
* <p>The number of servers discovered.</p>
|
|
1691
|
+
* @public
|
|
1692
1692
|
*/
|
|
1693
1693
|
servers?: number;
|
|
1694
1694
|
/**
|
|
1695
|
-
* @public
|
|
1696
1695
|
* <p>The number of applications discovered.</p>
|
|
1696
|
+
* @public
|
|
1697
1697
|
*/
|
|
1698
1698
|
applications?: number;
|
|
1699
1699
|
/**
|
|
1700
|
-
* @public
|
|
1701
1700
|
* <p>The number of servers mapped to applications.</p>
|
|
1701
|
+
* @public
|
|
1702
1702
|
*/
|
|
1703
1703
|
serversMappedToApplications?: number;
|
|
1704
1704
|
/**
|
|
1705
|
-
* @public
|
|
1706
1705
|
* <p>The number of servers mapped to tags.</p>
|
|
1706
|
+
* @public
|
|
1707
1707
|
*/
|
|
1708
1708
|
serversMappedtoTags?: number;
|
|
1709
1709
|
/**
|
|
1710
|
-
* @public
|
|
1711
1710
|
* <p>Details about discovered agents, including agent status and health.</p>
|
|
1711
|
+
* @public
|
|
1712
1712
|
*/
|
|
1713
1713
|
agentSummary?: CustomerAgentInfo;
|
|
1714
1714
|
/**
|
|
1715
|
-
* @public
|
|
1716
1715
|
* <p>Details about discovered connectors, including connector status and health.</p>
|
|
1716
|
+
* @public
|
|
1717
1717
|
*/
|
|
1718
1718
|
connectorSummary?: CustomerConnectorInfo;
|
|
1719
1719
|
/**
|
|
1720
|
-
* @public
|
|
1721
1720
|
* <p> Details about Migration Evaluator collectors, including collector status and health. </p>
|
|
1721
|
+
* @public
|
|
1722
1722
|
*/
|
|
1723
1723
|
meCollectorSummary?: CustomerMeCollectorInfo;
|
|
1724
1724
|
/**
|
|
1725
|
-
* @public
|
|
1726
1725
|
* <p> Details about Agentless Collector collectors, including status. </p>
|
|
1726
|
+
* @public
|
|
1727
1727
|
*/
|
|
1728
1728
|
agentlessCollectorSummary?: CustomerAgentlessCollectorInfo;
|
|
1729
1729
|
}
|
|
@@ -1740,18 +1740,18 @@ export declare const OrderString: {
|
|
|
1740
1740
|
*/
|
|
1741
1741
|
export type OrderString = (typeof OrderString)[keyof typeof OrderString];
|
|
1742
1742
|
/**
|
|
1743
|
-
* @public
|
|
1744
1743
|
* <p>A field and direction for ordered output.</p>
|
|
1744
|
+
* @public
|
|
1745
1745
|
*/
|
|
1746
1746
|
export interface OrderByElement {
|
|
1747
1747
|
/**
|
|
1748
|
-
* @public
|
|
1749
1748
|
* <p>The field on which to order.</p>
|
|
1749
|
+
* @public
|
|
1750
1750
|
*/
|
|
1751
1751
|
fieldName: string | undefined;
|
|
1752
1752
|
/**
|
|
1753
|
-
* @public
|
|
1754
1753
|
* <p>Ordering direction.</p>
|
|
1754
|
+
* @public
|
|
1755
1755
|
*/
|
|
1756
1756
|
sortOrder?: OrderString;
|
|
1757
1757
|
}
|
|
@@ -1760,12 +1760,11 @@ export interface OrderByElement {
|
|
|
1760
1760
|
*/
|
|
1761
1761
|
export interface ListConfigurationsRequest {
|
|
1762
1762
|
/**
|
|
1763
|
-
* @public
|
|
1764
1763
|
* <p>A valid configuration identified by Application Discovery Service. </p>
|
|
1764
|
+
* @public
|
|
1765
1765
|
*/
|
|
1766
1766
|
configurationType: ConfigurationItemType | undefined;
|
|
1767
1767
|
/**
|
|
1768
|
-
* @public
|
|
1769
1768
|
* <p>You can filter the request using various logical operators and a
|
|
1770
1769
|
* <i>key</i>-<i>value</i> format. For example: </p>
|
|
1771
1770
|
* <p>
|
|
@@ -1774,26 +1773,27 @@ export interface ListConfigurationsRequest {
|
|
|
1774
1773
|
* <p>For a complete list of filter options and guidance about using them with this action,
|
|
1775
1774
|
* 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
|
|
1776
1775
|
* Service User Guide</i>.</p>
|
|
1776
|
+
* @public
|
|
1777
1777
|
*/
|
|
1778
1778
|
filters?: Filter[];
|
|
1779
1779
|
/**
|
|
1780
|
-
* @public
|
|
1781
1780
|
* <p>The total number of items to return. The maximum value is 100.</p>
|
|
1781
|
+
* @public
|
|
1782
1782
|
*/
|
|
1783
1783
|
maxResults?: number;
|
|
1784
1784
|
/**
|
|
1785
|
-
* @public
|
|
1786
1785
|
* <p>Token to retrieve the next set of results. For example, if a previous call to
|
|
1787
1786
|
* ListConfigurations returned 100 items, but you set
|
|
1788
1787
|
* <code>ListConfigurationsRequest$maxResults</code> to 10, you received a set of 10 results
|
|
1789
1788
|
* along with a token. Use that token in this query to get the next set of 10.</p>
|
|
1789
|
+
* @public
|
|
1790
1790
|
*/
|
|
1791
1791
|
nextToken?: string;
|
|
1792
1792
|
/**
|
|
1793
|
-
* @public
|
|
1794
1793
|
* <p>Certain filter criteria return output that can be sorted in ascending or descending
|
|
1795
1794
|
* 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
|
|
1796
1795
|
* Service User Guide</i>.</p>
|
|
1796
|
+
* @public
|
|
1797
1797
|
*/
|
|
1798
1798
|
orderBy?: OrderByElement[];
|
|
1799
1799
|
}
|
|
@@ -1802,18 +1802,18 @@ export interface ListConfigurationsRequest {
|
|
|
1802
1802
|
*/
|
|
1803
1803
|
export interface ListConfigurationsResponse {
|
|
1804
1804
|
/**
|
|
1805
|
-
* @public
|
|
1806
1805
|
* <p>Returns configuration details, including the configuration ID, attribute names, and
|
|
1807
1806
|
* attribute values.</p>
|
|
1807
|
+
* @public
|
|
1808
1808
|
*/
|
|
1809
1809
|
configurations?: Record<string, string>[];
|
|
1810
1810
|
/**
|
|
1811
|
-
* @public
|
|
1812
1811
|
* <p>Token to retrieve the next set of results. For example, if your call to
|
|
1813
1812
|
* ListConfigurations returned 100 items, but you set
|
|
1814
1813
|
* <code>ListConfigurationsRequest$maxResults</code> to 10, you received a set of 10 results
|
|
1815
1814
|
* along with this token. Use this token in the next query to retrieve the next set of
|
|
1816
1815
|
* 10.</p>
|
|
1816
|
+
* @public
|
|
1817
1817
|
*/
|
|
1818
1818
|
nextToken?: string;
|
|
1819
1819
|
}
|
|
@@ -1822,63 +1822,63 @@ export interface ListConfigurationsResponse {
|
|
|
1822
1822
|
*/
|
|
1823
1823
|
export interface ListServerNeighborsRequest {
|
|
1824
1824
|
/**
|
|
1825
|
-
* @public
|
|
1826
1825
|
* <p>Configuration ID of the server for which neighbors are being listed.</p>
|
|
1826
|
+
* @public
|
|
1827
1827
|
*/
|
|
1828
1828
|
configurationId: string | undefined;
|
|
1829
1829
|
/**
|
|
1830
|
-
* @public
|
|
1831
1830
|
* <p>Flag to indicate if port and protocol information is needed as part of the
|
|
1832
1831
|
* response.</p>
|
|
1832
|
+
* @public
|
|
1833
1833
|
*/
|
|
1834
1834
|
portInformationNeeded?: boolean;
|
|
1835
1835
|
/**
|
|
1836
|
-
* @public
|
|
1837
1836
|
* <p>List of configuration IDs to test for one-hop-away.</p>
|
|
1837
|
+
* @public
|
|
1838
1838
|
*/
|
|
1839
1839
|
neighborConfigurationIds?: string[];
|
|
1840
1840
|
/**
|
|
1841
|
-
* @public
|
|
1842
1841
|
* <p>Maximum number of results to return in a single page of output.</p>
|
|
1842
|
+
* @public
|
|
1843
1843
|
*/
|
|
1844
1844
|
maxResults?: number;
|
|
1845
1845
|
/**
|
|
1846
|
-
* @public
|
|
1847
1846
|
* <p>Token to retrieve the next set of results. For example, if you previously specified 100
|
|
1848
1847
|
* IDs for <code>ListServerNeighborsRequest$neighborConfigurationIds</code> but set
|
|
1849
1848
|
* <code>ListServerNeighborsRequest$maxResults</code> to 10, you received a set of 10 results
|
|
1850
1849
|
* along with a token. Use that token in this query to get the next set of 10.</p>
|
|
1850
|
+
* @public
|
|
1851
1851
|
*/
|
|
1852
1852
|
nextToken?: string;
|
|
1853
1853
|
}
|
|
1854
1854
|
/**
|
|
1855
|
-
* @public
|
|
1856
1855
|
* <p>Details about neighboring servers.</p>
|
|
1856
|
+
* @public
|
|
1857
1857
|
*/
|
|
1858
1858
|
export interface NeighborConnectionDetail {
|
|
1859
1859
|
/**
|
|
1860
|
-
* @public
|
|
1861
1860
|
* <p>The ID of the server that opened the network connection.</p>
|
|
1861
|
+
* @public
|
|
1862
1862
|
*/
|
|
1863
1863
|
sourceServerId: string | undefined;
|
|
1864
1864
|
/**
|
|
1865
|
-
* @public
|
|
1866
1865
|
* <p>The ID of the server that accepted the network connection.</p>
|
|
1866
|
+
* @public
|
|
1867
1867
|
*/
|
|
1868
1868
|
destinationServerId: string | undefined;
|
|
1869
1869
|
/**
|
|
1870
|
-
* @public
|
|
1871
1870
|
* <p>The destination network port for the connection.</p>
|
|
1871
|
+
* @public
|
|
1872
1872
|
*/
|
|
1873
1873
|
destinationPort?: number;
|
|
1874
1874
|
/**
|
|
1875
|
-
* @public
|
|
1876
1875
|
* <p>The network protocol used for the connection.</p>
|
|
1876
|
+
* @public
|
|
1877
1877
|
*/
|
|
1878
1878
|
transportProtocol?: string;
|
|
1879
1879
|
/**
|
|
1880
|
-
* @public
|
|
1881
1880
|
* <p>The number of open network connections with the neighboring server.</p>
|
|
1881
|
+
* @public
|
|
1882
1882
|
*/
|
|
1883
1883
|
connectionsCount: number | undefined;
|
|
1884
1884
|
}
|
|
@@ -1887,30 +1887,30 @@ export interface NeighborConnectionDetail {
|
|
|
1887
1887
|
*/
|
|
1888
1888
|
export interface ListServerNeighborsResponse {
|
|
1889
1889
|
/**
|
|
1890
|
-
* @public
|
|
1891
1890
|
* <p>List of distinct servers that are one hop away from the given server.</p>
|
|
1891
|
+
* @public
|
|
1892
1892
|
*/
|
|
1893
1893
|
neighbors: NeighborConnectionDetail[] | undefined;
|
|
1894
1894
|
/**
|
|
1895
|
-
* @public
|
|
1896
1895
|
* <p>Token to retrieve the next set of results. For example, if you specified 100 IDs for
|
|
1897
1896
|
* <code>ListServerNeighborsRequest$neighborConfigurationIds</code> but set
|
|
1898
1897
|
* <code>ListServerNeighborsRequest$maxResults</code> to 10, you received a set of 10 results
|
|
1899
1898
|
* along with this token. Use this token in the next query to retrieve the next set of
|
|
1900
1899
|
* 10.</p>
|
|
1900
|
+
* @public
|
|
1901
1901
|
*/
|
|
1902
1902
|
nextToken?: string;
|
|
1903
1903
|
/**
|
|
1904
|
-
* @public
|
|
1905
1904
|
* <p>Count of distinct servers that are one hop away from the given server.</p>
|
|
1905
|
+
* @public
|
|
1906
1906
|
*/
|
|
1907
1907
|
knownDependencyCount?: number;
|
|
1908
1908
|
}
|
|
1909
1909
|
/**
|
|
1910
|
-
* @public
|
|
1911
1910
|
* <p>
|
|
1912
1911
|
* The limit of 200 configuration IDs per request has been exceeded.
|
|
1913
1912
|
* </p>
|
|
1913
|
+
* @public
|
|
1914
1914
|
*/
|
|
1915
1915
|
export declare class LimitExceededException extends __BaseException {
|
|
1916
1916
|
readonly name: "LimitExceededException";
|
|
@@ -1925,17 +1925,17 @@ export declare class LimitExceededException extends __BaseException {
|
|
|
1925
1925
|
*/
|
|
1926
1926
|
export interface StartBatchDeleteConfigurationTaskRequest {
|
|
1927
1927
|
/**
|
|
1928
|
-
* @public
|
|
1929
1928
|
* <p>
|
|
1930
1929
|
* The type of configuration item to delete. Supported types are: SERVER.
|
|
1931
1930
|
* </p>
|
|
1931
|
+
* @public
|
|
1932
1932
|
*/
|
|
1933
1933
|
configurationType: DeletionConfigurationItemType | undefined;
|
|
1934
1934
|
/**
|
|
1935
|
-
* @public
|
|
1936
1935
|
* <p>
|
|
1937
1936
|
* The list of configuration IDs that will be deleted by the task.
|
|
1938
1937
|
* </p>
|
|
1938
|
+
* @public
|
|
1939
1939
|
*/
|
|
1940
1940
|
configurationIds: string[] | undefined;
|
|
1941
1941
|
}
|
|
@@ -1944,16 +1944,16 @@ export interface StartBatchDeleteConfigurationTaskRequest {
|
|
|
1944
1944
|
*/
|
|
1945
1945
|
export interface StartBatchDeleteConfigurationTaskResponse {
|
|
1946
1946
|
/**
|
|
1947
|
-
* @public
|
|
1948
1947
|
* <p>
|
|
1949
1948
|
* The unique identifier associated with the newly started deletion task.
|
|
1950
1949
|
* </p>
|
|
1950
|
+
* @public
|
|
1951
1951
|
*/
|
|
1952
1952
|
taskId?: string;
|
|
1953
1953
|
}
|
|
1954
1954
|
/**
|
|
1955
|
-
* @public
|
|
1956
1955
|
* <p>Conflict error.</p>
|
|
1956
|
+
* @public
|
|
1957
1957
|
*/
|
|
1958
1958
|
export declare class ConflictErrorException extends __BaseException {
|
|
1959
1959
|
readonly name: "ConflictErrorException";
|
|
@@ -1964,12 +1964,12 @@ export declare class ConflictErrorException extends __BaseException {
|
|
|
1964
1964
|
constructor(opts: __ExceptionOptionType<ConflictErrorException, __BaseException>);
|
|
1965
1965
|
}
|
|
1966
1966
|
/**
|
|
1967
|
-
* @public
|
|
1968
1967
|
* <p>This issue occurs when the same <code>clientRequestToken</code> is used with the
|
|
1969
1968
|
* <code>StartImportTask</code> action, but with different parameters. For example, you use the
|
|
1970
1969
|
* same request token but have two different import URLs, you can encounter this issue. If the
|
|
1971
1970
|
* import tasks are meant to be different, use a different <code>clientRequestToken</code>, and
|
|
1972
1971
|
* try again.</p>
|
|
1972
|
+
* @public
|
|
1973
1973
|
*/
|
|
1974
1974
|
export declare class ResourceInUseException extends __BaseException {
|
|
1975
1975
|
readonly name: "ResourceInUseException";
|
|
@@ -1989,28 +1989,27 @@ export interface StartContinuousExportRequest {
|
|
|
1989
1989
|
*/
|
|
1990
1990
|
export interface StartContinuousExportResponse {
|
|
1991
1991
|
/**
|
|
1992
|
-
* @public
|
|
1993
1992
|
* <p>The unique ID assigned to this export.</p>
|
|
1993
|
+
* @public
|
|
1994
1994
|
*/
|
|
1995
1995
|
exportId?: string;
|
|
1996
1996
|
/**
|
|
1997
|
-
* @public
|
|
1998
1997
|
* <p>The name of the s3 bucket where the export data parquet files are stored.</p>
|
|
1998
|
+
* @public
|
|
1999
1999
|
*/
|
|
2000
2000
|
s3Bucket?: string;
|
|
2001
2001
|
/**
|
|
2002
|
-
* @public
|
|
2003
2002
|
* <p>The timestamp representing when the continuous export was started.</p>
|
|
2003
|
+
* @public
|
|
2004
2004
|
*/
|
|
2005
2005
|
startTime?: Date;
|
|
2006
2006
|
/**
|
|
2007
|
-
* @public
|
|
2008
2007
|
* <p>The type of data collector used to gather this data (currently only offered for
|
|
2009
2008
|
* AGENT).</p>
|
|
2009
|
+
* @public
|
|
2010
2010
|
*/
|
|
2011
2011
|
dataSource?: DataSource;
|
|
2012
2012
|
/**
|
|
2013
|
-
* @public
|
|
2014
2013
|
* <p>A dictionary which describes how the data is stored.</p>
|
|
2015
2014
|
* <ul>
|
|
2016
2015
|
* <li>
|
|
@@ -2019,6 +2018,7 @@ export interface StartContinuousExportResponse {
|
|
|
2019
2018
|
* schema.</p>
|
|
2020
2019
|
* </li>
|
|
2021
2020
|
* </ul>
|
|
2021
|
+
* @public
|
|
2022
2022
|
*/
|
|
2023
2023
|
schemaStorageConfig?: Record<string, string>;
|
|
2024
2024
|
}
|
|
@@ -2027,7 +2027,6 @@ export interface StartContinuousExportResponse {
|
|
|
2027
2027
|
*/
|
|
2028
2028
|
export interface StartDataCollectionByAgentIdsRequest {
|
|
2029
2029
|
/**
|
|
2030
|
-
* @public
|
|
2031
2030
|
* <p>The IDs of the agents from which to start collecting data. If you send a request to an
|
|
2032
2031
|
* agent ID that you do not have permission to contact, according to your Amazon Web Services account, the
|
|
2033
2032
|
* service does not throw an exception. Instead, it returns the error in the
|
|
@@ -2035,6 +2034,7 @@ export interface StartDataCollectionByAgentIdsRequest {
|
|
|
2035
2034
|
* not have permission to contact some of those agents, the system does not throw an exception.
|
|
2036
2035
|
* Instead, the system shows <code>Failed</code> in the <i>Description</i>
|
|
2037
2036
|
* field.</p>
|
|
2037
|
+
* @public
|
|
2038
2038
|
*/
|
|
2039
2039
|
agentIds: string[] | undefined;
|
|
2040
2040
|
}
|
|
@@ -2043,10 +2043,10 @@ export interface StartDataCollectionByAgentIdsRequest {
|
|
|
2043
2043
|
*/
|
|
2044
2044
|
export interface StartDataCollectionByAgentIdsResponse {
|
|
2045
2045
|
/**
|
|
2046
|
-
* @public
|
|
2047
2046
|
* <p>Information about agents that were instructed to start collecting data. Information
|
|
2048
2047
|
* includes the agent ID, a description of the operation performed, and whether the agent
|
|
2049
2048
|
* configuration was updated.</p>
|
|
2049
|
+
* @public
|
|
2050
2050
|
*/
|
|
2051
2051
|
agentsConfigurationStatus?: AgentConfigurationStatus[];
|
|
2052
2052
|
}
|
|
@@ -2062,24 +2062,24 @@ export declare const ExportDataFormat: {
|
|
|
2062
2062
|
*/
|
|
2063
2063
|
export type ExportDataFormat = (typeof ExportDataFormat)[keyof typeof ExportDataFormat];
|
|
2064
2064
|
/**
|
|
2065
|
-
* @public
|
|
2066
2065
|
* <p>
|
|
2067
2066
|
* Specifies the performance metrics to use for the server that is used for recommendations.
|
|
2068
2067
|
* </p>
|
|
2068
|
+
* @public
|
|
2069
2069
|
*/
|
|
2070
2070
|
export interface UsageMetricBasis {
|
|
2071
2071
|
/**
|
|
2072
|
-
* @public
|
|
2073
2072
|
* <p>
|
|
2074
2073
|
* A utilization metric that is used by the recommendations.
|
|
2075
2074
|
* </p>
|
|
2075
|
+
* @public
|
|
2076
2076
|
*/
|
|
2077
2077
|
name?: string;
|
|
2078
2078
|
/**
|
|
2079
|
-
* @public
|
|
2080
2079
|
* <p>
|
|
2081
2080
|
* Specifies the percentage of the specified utilization metric that is used by the recommendations.
|
|
2082
2081
|
* </p>
|
|
2082
|
+
* @public
|
|
2083
2083
|
*/
|
|
2084
2084
|
percentageAdjust?: number;
|
|
2085
2085
|
}
|
|
@@ -2121,31 +2121,31 @@ export declare const TermLength: {
|
|
|
2121
2121
|
*/
|
|
2122
2122
|
export type TermLength = (typeof TermLength)[keyof typeof TermLength];
|
|
2123
2123
|
/**
|
|
2124
|
-
* @public
|
|
2125
2124
|
* <p>
|
|
2126
2125
|
* Used to provide Reserved Instance preferences for the recommendation.
|
|
2127
2126
|
* </p>
|
|
2127
|
+
* @public
|
|
2128
2128
|
*/
|
|
2129
2129
|
export interface ReservedInstanceOptions {
|
|
2130
2130
|
/**
|
|
2131
|
-
* @public
|
|
2132
2131
|
* <p>
|
|
2133
2132
|
* The payment plan to use for your Reserved Instance.
|
|
2134
2133
|
* </p>
|
|
2134
|
+
* @public
|
|
2135
2135
|
*/
|
|
2136
2136
|
purchasingOption: PurchasingOption | undefined;
|
|
2137
2137
|
/**
|
|
2138
|
-
* @public
|
|
2139
2138
|
* <p>
|
|
2140
2139
|
* The flexibility to change the instance types needed for your Reserved Instance.
|
|
2141
2140
|
* </p>
|
|
2141
|
+
* @public
|
|
2142
2142
|
*/
|
|
2143
2143
|
offeringClass: OfferingClass | undefined;
|
|
2144
2144
|
/**
|
|
2145
|
-
* @public
|
|
2146
2145
|
* <p>
|
|
2147
2146
|
* The preferred duration of the Reserved Instance term.
|
|
2148
2147
|
* </p>
|
|
2148
|
+
* @public
|
|
2149
2149
|
*/
|
|
2150
2150
|
termLength: TermLength | undefined;
|
|
2151
2151
|
}
|
|
@@ -2162,75 +2162,75 @@ export declare const Tenancy: {
|
|
|
2162
2162
|
*/
|
|
2163
2163
|
export type Tenancy = (typeof Tenancy)[keyof typeof Tenancy];
|
|
2164
2164
|
/**
|
|
2165
|
-
* @public
|
|
2166
2165
|
* <p>
|
|
2167
2166
|
* Indicates that the exported data must include EC2 instance type matches for on-premises servers
|
|
2168
2167
|
* that are discovered through Amazon Web Services Application Discovery Service.
|
|
2169
2168
|
* </p>
|
|
2169
|
+
* @public
|
|
2170
2170
|
*/
|
|
2171
2171
|
export interface Ec2RecommendationsExportPreferences {
|
|
2172
2172
|
/**
|
|
2173
|
-
* @public
|
|
2174
2173
|
* <p>
|
|
2175
2174
|
* If set to true, the export
|
|
2176
2175
|
* <a href="https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_StartExportTask.html#API_StartExportTask_RequestSyntax">preferences</a>
|
|
2177
2176
|
* is set to <code>Ec2RecommendationsExportPreferences</code>.
|
|
2178
2177
|
* </p>
|
|
2178
|
+
* @public
|
|
2179
2179
|
*/
|
|
2180
2180
|
enabled?: boolean;
|
|
2181
2181
|
/**
|
|
2182
|
-
* @public
|
|
2183
2182
|
* <p>
|
|
2184
2183
|
* The recommended EC2 instance type that matches the CPU usage metric of server performance data.
|
|
2185
2184
|
* </p>
|
|
2185
|
+
* @public
|
|
2186
2186
|
*/
|
|
2187
2187
|
cpuPerformanceMetricBasis?: UsageMetricBasis;
|
|
2188
2188
|
/**
|
|
2189
|
-
* @public
|
|
2190
2189
|
* <p>
|
|
2191
2190
|
* The recommended EC2 instance type that matches the Memory usage metric of server performance data.
|
|
2192
2191
|
* </p>
|
|
2192
|
+
* @public
|
|
2193
2193
|
*/
|
|
2194
2194
|
ramPerformanceMetricBasis?: UsageMetricBasis;
|
|
2195
2195
|
/**
|
|
2196
|
-
* @public
|
|
2197
2196
|
* <p>
|
|
2198
2197
|
* The target tenancy to use for your recommended EC2 instances.
|
|
2199
2198
|
* </p>
|
|
2199
|
+
* @public
|
|
2200
2200
|
*/
|
|
2201
2201
|
tenancy?: Tenancy;
|
|
2202
2202
|
/**
|
|
2203
|
-
* @public
|
|
2204
2203
|
* <p>
|
|
2205
2204
|
* An array of instance types to exclude from recommendations.
|
|
2206
2205
|
* </p>
|
|
2206
|
+
* @public
|
|
2207
2207
|
*/
|
|
2208
2208
|
excludedInstanceTypes?: string[];
|
|
2209
2209
|
/**
|
|
2210
|
-
* @public
|
|
2211
2210
|
* <p>
|
|
2212
2211
|
* The target Amazon Web Services Region for the recommendations.
|
|
2213
2212
|
* You can use any of the Region codes available for the chosen service,
|
|
2214
2213
|
* as listed in <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html">Amazon Web Services service endpoints</a> in the <i>Amazon Web Services General Reference</i>.
|
|
2215
2214
|
* </p>
|
|
2215
|
+
* @public
|
|
2216
2216
|
*/
|
|
2217
2217
|
preferredRegion?: string;
|
|
2218
2218
|
/**
|
|
2219
|
-
* @public
|
|
2220
2219
|
* <p>
|
|
2221
2220
|
* The contract type for a reserved instance.
|
|
2222
2221
|
* If blank, we assume an On-Demand instance is preferred.
|
|
2223
2222
|
* </p>
|
|
2223
|
+
* @public
|
|
2224
2224
|
*/
|
|
2225
2225
|
reservedInstanceOptions?: ReservedInstanceOptions;
|
|
2226
2226
|
}
|
|
2227
2227
|
/**
|
|
2228
|
-
* @public
|
|
2229
2228
|
* <p>
|
|
2230
2229
|
* Indicates the type of data that is being exported. Only one
|
|
2231
2230
|
* <code>ExportPreferences</code> can be enabled for a
|
|
2232
2231
|
* <a href="https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_StartExportTask.html">StartExportTask</a> action.
|
|
2233
2232
|
* </p>
|
|
2233
|
+
* @public
|
|
2234
2234
|
*/
|
|
2235
2235
|
export type ExportPreferences = ExportPreferences.Ec2RecommendationsPreferencesMember | ExportPreferences.$UnknownMember;
|
|
2236
2236
|
/**
|
|
@@ -2238,11 +2238,11 @@ export type ExportPreferences = ExportPreferences.Ec2RecommendationsPreferencesM
|
|
|
2238
2238
|
*/
|
|
2239
2239
|
export declare namespace ExportPreferences {
|
|
2240
2240
|
/**
|
|
2241
|
-
* @public
|
|
2242
2241
|
* <p>
|
|
2243
2242
|
* If enabled, exported data includes EC2 instance type matches for on-premises servers
|
|
2244
2243
|
* discovered through Amazon Web Services Application Discovery Service.
|
|
2245
2244
|
* </p>
|
|
2245
|
+
* @public
|
|
2246
2246
|
*/
|
|
2247
2247
|
interface Ec2RecommendationsPreferencesMember {
|
|
2248
2248
|
ec2RecommendationsPreferences: Ec2RecommendationsExportPreferences;
|
|
@@ -2266,45 +2266,45 @@ export declare namespace ExportPreferences {
|
|
|
2266
2266
|
*/
|
|
2267
2267
|
export interface StartExportTaskRequest {
|
|
2268
2268
|
/**
|
|
2269
|
-
* @public
|
|
2270
2269
|
* <p>The file format for the returned export data. Default value is <code>CSV</code>.
|
|
2271
2270
|
* <b>Note:</b>
|
|
2272
2271
|
* <i>The</i>
|
|
2273
2272
|
* <code>GRAPHML</code>
|
|
2274
2273
|
* <i>option has been deprecated.</i>
|
|
2275
2274
|
* </p>
|
|
2275
|
+
* @public
|
|
2276
2276
|
*/
|
|
2277
2277
|
exportDataFormat?: ExportDataFormat[];
|
|
2278
2278
|
/**
|
|
2279
|
-
* @public
|
|
2280
2279
|
* <p>If a filter is present, it selects the single <code>agentId</code> of the Application
|
|
2281
2280
|
* Discovery Agent for which data is exported. The <code>agentId</code> can be found in the
|
|
2282
2281
|
* results of the <code>DescribeAgents</code> API or CLI. If no filter is present,
|
|
2283
2282
|
* <code>startTime</code> and <code>endTime</code> are ignored and exported data includes both
|
|
2284
2283
|
* Amazon Web Services Application Discovery Service Agentless Collector collectors data and summary data from Application Discovery
|
|
2285
2284
|
* Agent agents. </p>
|
|
2285
|
+
* @public
|
|
2286
2286
|
*/
|
|
2287
2287
|
filters?: ExportFilter[];
|
|
2288
2288
|
/**
|
|
2289
|
-
* @public
|
|
2290
2289
|
* <p>The start timestamp for exported data from the single Application Discovery Agent
|
|
2291
2290
|
* selected in the filters. If no value is specified, data is exported starting from the first
|
|
2292
2291
|
* data collected by the agent.</p>
|
|
2292
|
+
* @public
|
|
2293
2293
|
*/
|
|
2294
2294
|
startTime?: Date;
|
|
2295
2295
|
/**
|
|
2296
|
-
* @public
|
|
2297
2296
|
* <p>The end timestamp for exported data from the single Application Discovery Agent
|
|
2298
2297
|
* selected in the filters. If no value is specified, exported data includes the most recent data
|
|
2299
2298
|
* collected by the agent.</p>
|
|
2299
|
+
* @public
|
|
2300
2300
|
*/
|
|
2301
2301
|
endTime?: Date;
|
|
2302
2302
|
/**
|
|
2303
|
-
* @public
|
|
2304
2303
|
* <p>
|
|
2305
2304
|
* Indicates the type of data that needs to be exported. Only one
|
|
2306
2305
|
* <a href="https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_ExportPreferences.html">ExportPreferences</a> can be enabled at any time.
|
|
2307
2306
|
* </p>
|
|
2307
|
+
* @public
|
|
2308
2308
|
*/
|
|
2309
2309
|
preferences?: ExportPreferences;
|
|
2310
2310
|
}
|
|
@@ -2313,8 +2313,8 @@ export interface StartExportTaskRequest {
|
|
|
2313
2313
|
*/
|
|
2314
2314
|
export interface StartExportTaskResponse {
|
|
2315
2315
|
/**
|
|
2316
|
-
* @public
|
|
2317
2316
|
* <p>A unique identifier used to query the status of an export request.</p>
|
|
2317
|
+
* @public
|
|
2318
2318
|
*/
|
|
2319
2319
|
exportId?: string;
|
|
2320
2320
|
}
|
|
@@ -2323,30 +2323,30 @@ export interface StartExportTaskResponse {
|
|
|
2323
2323
|
*/
|
|
2324
2324
|
export interface StartImportTaskRequest {
|
|
2325
2325
|
/**
|
|
2326
|
-
* @public
|
|
2327
2326
|
* <p>Optional. A unique token that you can provide to prevent the same import request from
|
|
2328
2327
|
* occurring more than once. If you don't provide a token, a token is automatically
|
|
2329
2328
|
* generated.</p>
|
|
2330
2329
|
* <p>Sending more than one <code>StartImportTask</code> request with the same client request
|
|
2331
2330
|
* token will return information about the original import task with that client request
|
|
2332
2331
|
* token.</p>
|
|
2332
|
+
* @public
|
|
2333
2333
|
*/
|
|
2334
2334
|
clientRequestToken?: string;
|
|
2335
2335
|
/**
|
|
2336
|
-
* @public
|
|
2337
2336
|
* <p>A descriptive name for this request. You can use this name to filter future requests
|
|
2338
2337
|
* related to this import task, such as identifying applications and servers that were included
|
|
2339
2338
|
* in this import task. We recommend that you use a meaningful name for each import task.</p>
|
|
2339
|
+
* @public
|
|
2340
2340
|
*/
|
|
2341
2341
|
name: string | undefined;
|
|
2342
2342
|
/**
|
|
2343
|
-
* @public
|
|
2344
2343
|
* <p>The URL for your import file that you've uploaded to Amazon S3.</p>
|
|
2345
2344
|
* <note>
|
|
2346
2345
|
* <p>If you're using the Amazon Web Services CLI, this URL is structured as follows:
|
|
2347
2346
|
* <code>s3://BucketName/ImportFileName.CSV</code>
|
|
2348
2347
|
* </p>
|
|
2349
2348
|
* </note>
|
|
2349
|
+
* @public
|
|
2350
2350
|
*/
|
|
2351
2351
|
importUrl: string | undefined;
|
|
2352
2352
|
}
|
|
@@ -2355,9 +2355,9 @@ export interface StartImportTaskRequest {
|
|
|
2355
2355
|
*/
|
|
2356
2356
|
export interface StartImportTaskResponse {
|
|
2357
2357
|
/**
|
|
2358
|
-
* @public
|
|
2359
2358
|
* <p>An array of information related to the import task request including status information,
|
|
2360
2359
|
* times, IDs, the Amazon S3 Object URL for the import file, and more. </p>
|
|
2360
|
+
* @public
|
|
2361
2361
|
*/
|
|
2362
2362
|
task?: ImportTask;
|
|
2363
2363
|
}
|
|
@@ -2366,8 +2366,8 @@ export interface StartImportTaskResponse {
|
|
|
2366
2366
|
*/
|
|
2367
2367
|
export interface StopContinuousExportRequest {
|
|
2368
2368
|
/**
|
|
2369
|
-
* @public
|
|
2370
2369
|
* <p>The unique ID assigned to this export.</p>
|
|
2370
|
+
* @public
|
|
2371
2371
|
*/
|
|
2372
2372
|
exportId: string | undefined;
|
|
2373
2373
|
}
|
|
@@ -2376,14 +2376,14 @@ export interface StopContinuousExportRequest {
|
|
|
2376
2376
|
*/
|
|
2377
2377
|
export interface StopContinuousExportResponse {
|
|
2378
2378
|
/**
|
|
2379
|
-
* @public
|
|
2380
2379
|
* <p>Timestamp that represents when this continuous export started collecting
|
|
2381
2380
|
* data.</p>
|
|
2381
|
+
* @public
|
|
2382
2382
|
*/
|
|
2383
2383
|
startTime?: Date;
|
|
2384
2384
|
/**
|
|
2385
|
-
* @public
|
|
2386
2385
|
* <p>Timestamp that represents when this continuous export was stopped.</p>
|
|
2386
|
+
* @public
|
|
2387
2387
|
*/
|
|
2388
2388
|
stopTime?: Date;
|
|
2389
2389
|
}
|
|
@@ -2392,8 +2392,8 @@ export interface StopContinuousExportResponse {
|
|
|
2392
2392
|
*/
|
|
2393
2393
|
export interface StopDataCollectionByAgentIdsRequest {
|
|
2394
2394
|
/**
|
|
2395
|
-
* @public
|
|
2396
2395
|
* <p>The IDs of the agents from which to stop collecting data.</p>
|
|
2396
|
+
* @public
|
|
2397
2397
|
*/
|
|
2398
2398
|
agentIds: string[] | undefined;
|
|
2399
2399
|
}
|
|
@@ -2402,10 +2402,10 @@ export interface StopDataCollectionByAgentIdsRequest {
|
|
|
2402
2402
|
*/
|
|
2403
2403
|
export interface StopDataCollectionByAgentIdsResponse {
|
|
2404
2404
|
/**
|
|
2405
|
-
* @public
|
|
2406
2405
|
* <p>Information about the agents that were instructed to stop collecting data. Information
|
|
2407
2406
|
* includes the agent ID, a description of the operation performed, and whether the agent
|
|
2408
2407
|
* configuration was updated.</p>
|
|
2408
|
+
* @public
|
|
2409
2409
|
*/
|
|
2410
2410
|
agentsConfigurationStatus?: AgentConfigurationStatus[];
|
|
2411
2411
|
}
|
|
@@ -2414,18 +2414,18 @@ export interface StopDataCollectionByAgentIdsResponse {
|
|
|
2414
2414
|
*/
|
|
2415
2415
|
export interface UpdateApplicationRequest {
|
|
2416
2416
|
/**
|
|
2417
|
-
* @public
|
|
2418
2417
|
* <p>Configuration ID of the application to be updated.</p>
|
|
2418
|
+
* @public
|
|
2419
2419
|
*/
|
|
2420
2420
|
configurationId: string | undefined;
|
|
2421
2421
|
/**
|
|
2422
|
-
* @public
|
|
2423
2422
|
* <p>New name of the application to be updated.</p>
|
|
2423
|
+
* @public
|
|
2424
2424
|
*/
|
|
2425
2425
|
name?: string;
|
|
2426
2426
|
/**
|
|
2427
|
-
* @public
|
|
2428
2427
|
* <p>New description of the application to be updated.</p>
|
|
2428
|
+
* @public
|
|
2429
2429
|
*/
|
|
2430
2430
|
description?: string;
|
|
2431
2431
|
}
|