@aws-sdk/client-application-discovery-service 3.431.0 → 3.433.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/ApplicationDiscoveryService.js +6 -0
- package/dist-cjs/commands/BatchDeleteAgentsCommand.js +51 -0
- package/dist-cjs/commands/DescribeBatchDeleteConfigurationTaskCommand.js +51 -0
- package/dist-cjs/commands/StartBatchDeleteConfigurationTaskCommand.js +51 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +29 -1
- package/dist-cjs/pagination/DescribeAgentsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeExportConfigurationsPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeExportTasksPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeTagsPaginator.js +29 -0
- package/dist-cjs/pagination/ListConfigurationsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +5 -0
- package/dist-cjs/protocols/Aws_json1_1.js +182 -1
- package/dist-es/ApplicationDiscoveryService.js +6 -0
- package/dist-es/commands/BatchDeleteAgentsCommand.js +47 -0
- package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +47 -0
- package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +47 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +27 -0
- package/dist-es/pagination/DescribeAgentsPaginator.js +25 -0
- package/dist-es/pagination/DescribeExportConfigurationsPaginator.js +25 -0
- package/dist-es/pagination/DescribeExportTasksPaginator.js +25 -0
- package/dist-es/pagination/DescribeTagsPaginator.js +25 -0
- package/dist-es/pagination/ListConfigurationsPaginator.js +25 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_json1_1.js +175 -1
- package/dist-types/ApplicationDiscoveryService.d.ts +21 -0
- package/dist-types/ApplicationDiscoveryServiceClient.d.ts +5 -2
- package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +103 -0
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +114 -0
- package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +101 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +328 -0
- package/dist-types/pagination/DescribeAgentsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeExportConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeExportTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeTagsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +63 -0
- package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +78 -0
- package/dist-types/ts3.4/pagination/DescribeAgentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeExportConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +31 -31
|
@@ -4,6 +4,10 @@ import {
|
|
|
4
4
|
AssociateConfigurationItemsToApplicationCommandInput,
|
|
5
5
|
AssociateConfigurationItemsToApplicationCommandOutput,
|
|
6
6
|
} from "./commands/AssociateConfigurationItemsToApplicationCommand";
|
|
7
|
+
import {
|
|
8
|
+
BatchDeleteAgentsCommandInput,
|
|
9
|
+
BatchDeleteAgentsCommandOutput,
|
|
10
|
+
} from "./commands/BatchDeleteAgentsCommand";
|
|
7
11
|
import {
|
|
8
12
|
BatchDeleteImportDataCommandInput,
|
|
9
13
|
BatchDeleteImportDataCommandOutput,
|
|
@@ -28,6 +32,10 @@ import {
|
|
|
28
32
|
DescribeAgentsCommandInput,
|
|
29
33
|
DescribeAgentsCommandOutput,
|
|
30
34
|
} from "./commands/DescribeAgentsCommand";
|
|
35
|
+
import {
|
|
36
|
+
DescribeBatchDeleteConfigurationTaskCommandInput,
|
|
37
|
+
DescribeBatchDeleteConfigurationTaskCommandOutput,
|
|
38
|
+
} from "./commands/DescribeBatchDeleteConfigurationTaskCommand";
|
|
31
39
|
import {
|
|
32
40
|
DescribeConfigurationsCommandInput,
|
|
33
41
|
DescribeConfigurationsCommandOutput,
|
|
@@ -72,6 +80,10 @@ import {
|
|
|
72
80
|
ListServerNeighborsCommandInput,
|
|
73
81
|
ListServerNeighborsCommandOutput,
|
|
74
82
|
} from "./commands/ListServerNeighborsCommand";
|
|
83
|
+
import {
|
|
84
|
+
StartBatchDeleteConfigurationTaskCommandInput,
|
|
85
|
+
StartBatchDeleteConfigurationTaskCommandOutput,
|
|
86
|
+
} from "./commands/StartBatchDeleteConfigurationTaskCommand";
|
|
75
87
|
import {
|
|
76
88
|
StartContinuousExportCommandInput,
|
|
77
89
|
StartContinuousExportCommandOutput,
|
|
@@ -120,6 +132,19 @@ export interface ApplicationDiscoveryService {
|
|
|
120
132
|
data?: AssociateConfigurationItemsToApplicationCommandOutput
|
|
121
133
|
) => void
|
|
122
134
|
): void;
|
|
135
|
+
batchDeleteAgents(
|
|
136
|
+
args: BatchDeleteAgentsCommandInput,
|
|
137
|
+
options?: __HttpHandlerOptions
|
|
138
|
+
): Promise<BatchDeleteAgentsCommandOutput>;
|
|
139
|
+
batchDeleteAgents(
|
|
140
|
+
args: BatchDeleteAgentsCommandInput,
|
|
141
|
+
cb: (err: any, data?: BatchDeleteAgentsCommandOutput) => void
|
|
142
|
+
): void;
|
|
143
|
+
batchDeleteAgents(
|
|
144
|
+
args: BatchDeleteAgentsCommandInput,
|
|
145
|
+
options: __HttpHandlerOptions,
|
|
146
|
+
cb: (err: any, data?: BatchDeleteAgentsCommandOutput) => void
|
|
147
|
+
): void;
|
|
123
148
|
batchDeleteImportData(
|
|
124
149
|
args: BatchDeleteImportDataCommandInput,
|
|
125
150
|
options?: __HttpHandlerOptions
|
|
@@ -198,6 +223,25 @@ export interface ApplicationDiscoveryService {
|
|
|
198
223
|
options: __HttpHandlerOptions,
|
|
199
224
|
cb: (err: any, data?: DescribeAgentsCommandOutput) => void
|
|
200
225
|
): void;
|
|
226
|
+
describeBatchDeleteConfigurationTask(
|
|
227
|
+
args: DescribeBatchDeleteConfigurationTaskCommandInput,
|
|
228
|
+
options?: __HttpHandlerOptions
|
|
229
|
+
): Promise<DescribeBatchDeleteConfigurationTaskCommandOutput>;
|
|
230
|
+
describeBatchDeleteConfigurationTask(
|
|
231
|
+
args: DescribeBatchDeleteConfigurationTaskCommandInput,
|
|
232
|
+
cb: (
|
|
233
|
+
err: any,
|
|
234
|
+
data?: DescribeBatchDeleteConfigurationTaskCommandOutput
|
|
235
|
+
) => void
|
|
236
|
+
): void;
|
|
237
|
+
describeBatchDeleteConfigurationTask(
|
|
238
|
+
args: DescribeBatchDeleteConfigurationTaskCommandInput,
|
|
239
|
+
options: __HttpHandlerOptions,
|
|
240
|
+
cb: (
|
|
241
|
+
err: any,
|
|
242
|
+
data?: DescribeBatchDeleteConfigurationTaskCommandOutput
|
|
243
|
+
) => void
|
|
244
|
+
): void;
|
|
201
245
|
describeConfigurations(
|
|
202
246
|
args: DescribeConfigurationsCommandInput,
|
|
203
247
|
options?: __HttpHandlerOptions
|
|
@@ -347,6 +391,25 @@ export interface ApplicationDiscoveryService {
|
|
|
347
391
|
options: __HttpHandlerOptions,
|
|
348
392
|
cb: (err: any, data?: ListServerNeighborsCommandOutput) => void
|
|
349
393
|
): void;
|
|
394
|
+
startBatchDeleteConfigurationTask(
|
|
395
|
+
args: StartBatchDeleteConfigurationTaskCommandInput,
|
|
396
|
+
options?: __HttpHandlerOptions
|
|
397
|
+
): Promise<StartBatchDeleteConfigurationTaskCommandOutput>;
|
|
398
|
+
startBatchDeleteConfigurationTask(
|
|
399
|
+
args: StartBatchDeleteConfigurationTaskCommandInput,
|
|
400
|
+
cb: (
|
|
401
|
+
err: any,
|
|
402
|
+
data?: StartBatchDeleteConfigurationTaskCommandOutput
|
|
403
|
+
) => void
|
|
404
|
+
): void;
|
|
405
|
+
startBatchDeleteConfigurationTask(
|
|
406
|
+
args: StartBatchDeleteConfigurationTaskCommandInput,
|
|
407
|
+
options: __HttpHandlerOptions,
|
|
408
|
+
cb: (
|
|
409
|
+
err: any,
|
|
410
|
+
data?: StartBatchDeleteConfigurationTaskCommandOutput
|
|
411
|
+
) => void
|
|
412
|
+
): void;
|
|
350
413
|
startContinuousExport(
|
|
351
414
|
args: StartContinuousExportCommandInput,
|
|
352
415
|
options?: __HttpHandlerOptions
|
|
@@ -49,6 +49,10 @@ import {
|
|
|
49
49
|
AssociateConfigurationItemsToApplicationCommandInput,
|
|
50
50
|
AssociateConfigurationItemsToApplicationCommandOutput,
|
|
51
51
|
} from "./commands/AssociateConfigurationItemsToApplicationCommand";
|
|
52
|
+
import {
|
|
53
|
+
BatchDeleteAgentsCommandInput,
|
|
54
|
+
BatchDeleteAgentsCommandOutput,
|
|
55
|
+
} from "./commands/BatchDeleteAgentsCommand";
|
|
52
56
|
import {
|
|
53
57
|
BatchDeleteImportDataCommandInput,
|
|
54
58
|
BatchDeleteImportDataCommandOutput,
|
|
@@ -73,6 +77,10 @@ import {
|
|
|
73
77
|
DescribeAgentsCommandInput,
|
|
74
78
|
DescribeAgentsCommandOutput,
|
|
75
79
|
} from "./commands/DescribeAgentsCommand";
|
|
80
|
+
import {
|
|
81
|
+
DescribeBatchDeleteConfigurationTaskCommandInput,
|
|
82
|
+
DescribeBatchDeleteConfigurationTaskCommandOutput,
|
|
83
|
+
} from "./commands/DescribeBatchDeleteConfigurationTaskCommand";
|
|
76
84
|
import {
|
|
77
85
|
DescribeConfigurationsCommandInput,
|
|
78
86
|
DescribeConfigurationsCommandOutput,
|
|
@@ -117,6 +125,10 @@ import {
|
|
|
117
125
|
ListServerNeighborsCommandInput,
|
|
118
126
|
ListServerNeighborsCommandOutput,
|
|
119
127
|
} from "./commands/ListServerNeighborsCommand";
|
|
128
|
+
import {
|
|
129
|
+
StartBatchDeleteConfigurationTaskCommandInput,
|
|
130
|
+
StartBatchDeleteConfigurationTaskCommandOutput,
|
|
131
|
+
} from "./commands/StartBatchDeleteConfigurationTaskCommand";
|
|
120
132
|
import {
|
|
121
133
|
StartContinuousExportCommandInput,
|
|
122
134
|
StartContinuousExportCommandOutput,
|
|
@@ -154,12 +166,14 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
|
154
166
|
export { __Client };
|
|
155
167
|
export type ServiceInputTypes =
|
|
156
168
|
| AssociateConfigurationItemsToApplicationCommandInput
|
|
169
|
+
| BatchDeleteAgentsCommandInput
|
|
157
170
|
| BatchDeleteImportDataCommandInput
|
|
158
171
|
| CreateApplicationCommandInput
|
|
159
172
|
| CreateTagsCommandInput
|
|
160
173
|
| DeleteApplicationsCommandInput
|
|
161
174
|
| DeleteTagsCommandInput
|
|
162
175
|
| DescribeAgentsCommandInput
|
|
176
|
+
| DescribeBatchDeleteConfigurationTaskCommandInput
|
|
163
177
|
| DescribeConfigurationsCommandInput
|
|
164
178
|
| DescribeContinuousExportsCommandInput
|
|
165
179
|
| DescribeExportConfigurationsCommandInput
|
|
@@ -171,6 +185,7 @@ export type ServiceInputTypes =
|
|
|
171
185
|
| GetDiscoverySummaryCommandInput
|
|
172
186
|
| ListConfigurationsCommandInput
|
|
173
187
|
| ListServerNeighborsCommandInput
|
|
188
|
+
| StartBatchDeleteConfigurationTaskCommandInput
|
|
174
189
|
| StartContinuousExportCommandInput
|
|
175
190
|
| StartDataCollectionByAgentIdsCommandInput
|
|
176
191
|
| StartExportTaskCommandInput
|
|
@@ -180,12 +195,14 @@ export type ServiceInputTypes =
|
|
|
180
195
|
| UpdateApplicationCommandInput;
|
|
181
196
|
export type ServiceOutputTypes =
|
|
182
197
|
| AssociateConfigurationItemsToApplicationCommandOutput
|
|
198
|
+
| BatchDeleteAgentsCommandOutput
|
|
183
199
|
| BatchDeleteImportDataCommandOutput
|
|
184
200
|
| CreateApplicationCommandOutput
|
|
185
201
|
| CreateTagsCommandOutput
|
|
186
202
|
| DeleteApplicationsCommandOutput
|
|
187
203
|
| DeleteTagsCommandOutput
|
|
188
204
|
| DescribeAgentsCommandOutput
|
|
205
|
+
| DescribeBatchDeleteConfigurationTaskCommandOutput
|
|
189
206
|
| DescribeConfigurationsCommandOutput
|
|
190
207
|
| DescribeContinuousExportsCommandOutput
|
|
191
208
|
| DescribeExportConfigurationsCommandOutput
|
|
@@ -197,6 +214,7 @@ export type ServiceOutputTypes =
|
|
|
197
214
|
| GetDiscoverySummaryCommandOutput
|
|
198
215
|
| ListConfigurationsCommandOutput
|
|
199
216
|
| ListServerNeighborsCommandOutput
|
|
217
|
+
| StartBatchDeleteConfigurationTaskCommandOutput
|
|
200
218
|
| StartContinuousExportCommandOutput
|
|
201
219
|
| StartDataCollectionByAgentIdsCommandOutput
|
|
202
220
|
| StartExportTaskCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ApplicationDiscoveryServiceClient";
|
|
14
|
+
import {
|
|
15
|
+
BatchDeleteAgentsRequest,
|
|
16
|
+
BatchDeleteAgentsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface BatchDeleteAgentsCommandInput
|
|
20
|
+
extends BatchDeleteAgentsRequest {}
|
|
21
|
+
export interface BatchDeleteAgentsCommandOutput
|
|
22
|
+
extends BatchDeleteAgentsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class BatchDeleteAgentsCommand extends $Command<
|
|
25
|
+
BatchDeleteAgentsCommandInput,
|
|
26
|
+
BatchDeleteAgentsCommandOutput,
|
|
27
|
+
ApplicationDiscoveryServiceClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: BatchDeleteAgentsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: BatchDeleteAgentsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ApplicationDiscoveryServiceClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeBatchDeleteConfigurationTaskRequest,
|
|
16
|
+
DescribeBatchDeleteConfigurationTaskResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeBatchDeleteConfigurationTaskCommandInput
|
|
20
|
+
extends DescribeBatchDeleteConfigurationTaskRequest {}
|
|
21
|
+
export interface DescribeBatchDeleteConfigurationTaskCommandOutput
|
|
22
|
+
extends DescribeBatchDeleteConfigurationTaskResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeBatchDeleteConfigurationTaskCommand extends $Command<
|
|
25
|
+
DescribeBatchDeleteConfigurationTaskCommandInput,
|
|
26
|
+
DescribeBatchDeleteConfigurationTaskCommandOutput,
|
|
27
|
+
ApplicationDiscoveryServiceClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeBatchDeleteConfigurationTaskCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeBatchDeleteConfigurationTaskCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeBatchDeleteConfigurationTaskCommandInput,
|
|
38
|
+
DescribeBatchDeleteConfigurationTaskCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../ApplicationDiscoveryServiceClient";
|
|
14
|
+
import {
|
|
15
|
+
StartBatchDeleteConfigurationTaskRequest,
|
|
16
|
+
StartBatchDeleteConfigurationTaskResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartBatchDeleteConfigurationTaskCommandInput
|
|
20
|
+
extends StartBatchDeleteConfigurationTaskRequest {}
|
|
21
|
+
export interface StartBatchDeleteConfigurationTaskCommandOutput
|
|
22
|
+
extends StartBatchDeleteConfigurationTaskResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartBatchDeleteConfigurationTaskCommand extends $Command<
|
|
25
|
+
StartBatchDeleteConfigurationTaskCommandInput,
|
|
26
|
+
StartBatchDeleteConfigurationTaskCommandOutput,
|
|
27
|
+
ApplicationDiscoveryServiceClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartBatchDeleteConfigurationTaskCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartBatchDeleteConfigurationTaskCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartBatchDeleteConfigurationTaskCommandInput,
|
|
38
|
+
StartBatchDeleteConfigurationTaskCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
export * from "./AssociateConfigurationItemsToApplicationCommand";
|
|
2
|
+
export * from "./BatchDeleteAgentsCommand";
|
|
2
3
|
export * from "./BatchDeleteImportDataCommand";
|
|
3
4
|
export * from "./CreateApplicationCommand";
|
|
4
5
|
export * from "./CreateTagsCommand";
|
|
5
6
|
export * from "./DeleteApplicationsCommand";
|
|
6
7
|
export * from "./DeleteTagsCommand";
|
|
7
8
|
export * from "./DescribeAgentsCommand";
|
|
9
|
+
export * from "./DescribeBatchDeleteConfigurationTaskCommand";
|
|
8
10
|
export * from "./DescribeConfigurationsCommand";
|
|
9
11
|
export * from "./DescribeContinuousExportsCommand";
|
|
10
12
|
export * from "./DescribeExportConfigurationsCommand";
|
|
@@ -16,6 +18,7 @@ export * from "./ExportConfigurationsCommand";
|
|
|
16
18
|
export * from "./GetDiscoverySummaryCommand";
|
|
17
19
|
export * from "./ListConfigurationsCommand";
|
|
18
20
|
export * from "./ListServerNeighborsCommand";
|
|
21
|
+
export * from "./StartBatchDeleteConfigurationTaskCommand";
|
|
19
22
|
export * from "./StartContinuousExportCommand";
|
|
20
23
|
export * from "./StartDataCollectionByAgentIdsCommand";
|
|
21
24
|
export * from "./StartExportTaskCommand";
|
|
@@ -70,8 +70,31 @@ export declare class ServerInternalErrorException extends __BaseException {
|
|
|
70
70
|
opts: __ExceptionOptionType<ServerInternalErrorException, __BaseException>
|
|
71
71
|
);
|
|
72
72
|
}
|
|
73
|
+
export interface DeleteAgent {
|
|
74
|
+
agentId: string | undefined;
|
|
75
|
+
force?: boolean;
|
|
76
|
+
}
|
|
77
|
+
export interface BatchDeleteAgentsRequest {
|
|
78
|
+
deleteAgents: DeleteAgent[] | undefined;
|
|
79
|
+
}
|
|
80
|
+
export declare const DeleteAgentErrorCode: {
|
|
81
|
+
readonly AGENT_IN_USE: "AGENT_IN_USE";
|
|
82
|
+
readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
|
|
83
|
+
readonly NOT_FOUND: "NOT_FOUND";
|
|
84
|
+
};
|
|
85
|
+
export type DeleteAgentErrorCode =
|
|
86
|
+
(typeof DeleteAgentErrorCode)[keyof typeof DeleteAgentErrorCode];
|
|
87
|
+
export interface BatchDeleteAgentError {
|
|
88
|
+
agentId: string | undefined;
|
|
89
|
+
errorMessage: string | undefined;
|
|
90
|
+
errorCode: DeleteAgentErrorCode | undefined;
|
|
91
|
+
}
|
|
92
|
+
export interface BatchDeleteAgentsResponse {
|
|
93
|
+
errors?: BatchDeleteAgentError[];
|
|
94
|
+
}
|
|
73
95
|
export interface BatchDeleteImportDataRequest {
|
|
74
96
|
importTaskIds: string[] | undefined;
|
|
97
|
+
deleteHistory?: boolean;
|
|
75
98
|
}
|
|
76
99
|
export declare const BatchDeleteImportDataErrorCode: {
|
|
77
100
|
readonly INTERNAL_SERVER_ERROR: "INTERNAL_SERVER_ERROR";
|
|
@@ -135,6 +158,47 @@ export interface DescribeAgentsResponse {
|
|
|
135
158
|
agentsInfo?: AgentInfo[];
|
|
136
159
|
nextToken?: string;
|
|
137
160
|
}
|
|
161
|
+
export interface DescribeBatchDeleteConfigurationTaskRequest {
|
|
162
|
+
taskId: string | undefined;
|
|
163
|
+
}
|
|
164
|
+
export declare const DeletionConfigurationItemType: {
|
|
165
|
+
readonly SERVER: "SERVER";
|
|
166
|
+
};
|
|
167
|
+
export type DeletionConfigurationItemType =
|
|
168
|
+
(typeof DeletionConfigurationItemType)[keyof typeof DeletionConfigurationItemType];
|
|
169
|
+
export interface DeletionWarning {
|
|
170
|
+
configurationId?: string;
|
|
171
|
+
warningCode?: number;
|
|
172
|
+
warningText?: string;
|
|
173
|
+
}
|
|
174
|
+
export interface FailedConfiguration {
|
|
175
|
+
configurationId?: string;
|
|
176
|
+
errorStatusCode?: number;
|
|
177
|
+
errorMessage?: string;
|
|
178
|
+
}
|
|
179
|
+
export declare const BatchDeleteConfigurationTaskStatus: {
|
|
180
|
+
readonly COMPLETED: "COMPLETED";
|
|
181
|
+
readonly DELETING: "DELETING";
|
|
182
|
+
readonly FAILED: "FAILED";
|
|
183
|
+
readonly INITIALIZING: "INITIALIZING";
|
|
184
|
+
readonly VALIDATING: "VALIDATING";
|
|
185
|
+
};
|
|
186
|
+
export type BatchDeleteConfigurationTaskStatus =
|
|
187
|
+
(typeof BatchDeleteConfigurationTaskStatus)[keyof typeof BatchDeleteConfigurationTaskStatus];
|
|
188
|
+
export interface BatchDeleteConfigurationTask {
|
|
189
|
+
taskId?: string;
|
|
190
|
+
status?: BatchDeleteConfigurationTaskStatus;
|
|
191
|
+
startTime?: Date;
|
|
192
|
+
endTime?: Date;
|
|
193
|
+
configurationType?: DeletionConfigurationItemType;
|
|
194
|
+
requestedConfigurations?: string[];
|
|
195
|
+
deletedConfigurations?: string[];
|
|
196
|
+
failedConfigurations?: FailedConfiguration[];
|
|
197
|
+
deletionWarnings?: DeletionWarning[];
|
|
198
|
+
}
|
|
199
|
+
export interface DescribeBatchDeleteConfigurationTaskResponse {
|
|
200
|
+
task?: BatchDeleteConfigurationTask;
|
|
201
|
+
}
|
|
138
202
|
export interface DescribeConfigurationsRequest {
|
|
139
203
|
configurationIds: string[] | undefined;
|
|
140
204
|
}
|
|
@@ -393,6 +457,20 @@ export interface ListServerNeighborsResponse {
|
|
|
393
457
|
nextToken?: string;
|
|
394
458
|
knownDependencyCount?: number;
|
|
395
459
|
}
|
|
460
|
+
export declare class LimitExceededException extends __BaseException {
|
|
461
|
+
readonly name: "LimitExceededException";
|
|
462
|
+
readonly $fault: "client";
|
|
463
|
+
constructor(
|
|
464
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
465
|
+
);
|
|
466
|
+
}
|
|
467
|
+
export interface StartBatchDeleteConfigurationTaskRequest {
|
|
468
|
+
configurationType: DeletionConfigurationItemType | undefined;
|
|
469
|
+
configurationIds: string[] | undefined;
|
|
470
|
+
}
|
|
471
|
+
export interface StartBatchDeleteConfigurationTaskResponse {
|
|
472
|
+
taskId?: string;
|
|
473
|
+
}
|
|
396
474
|
export declare class ConflictErrorException extends __BaseException {
|
|
397
475
|
readonly name: "ConflictErrorException";
|
|
398
476
|
readonly $fault: "client";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeAgentsCommandInput,
|
|
4
|
+
DescribeAgentsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeAgentsCommand";
|
|
6
|
+
import { ApplicationDiscoveryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeAgents(
|
|
8
|
+
config: ApplicationDiscoveryServicePaginationConfiguration,
|
|
9
|
+
input: DescribeAgentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeAgentsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeExportConfigurationsCommandInput,
|
|
4
|
+
DescribeExportConfigurationsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeExportConfigurationsCommand";
|
|
6
|
+
import { ApplicationDiscoveryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeExportConfigurations(
|
|
8
|
+
config: ApplicationDiscoveryServicePaginationConfiguration,
|
|
9
|
+
input: DescribeExportConfigurationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeExportConfigurationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeExportTasksCommandInput,
|
|
4
|
+
DescribeExportTasksCommandOutput,
|
|
5
|
+
} from "../commands/DescribeExportTasksCommand";
|
|
6
|
+
import { ApplicationDiscoveryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeExportTasks(
|
|
8
|
+
config: ApplicationDiscoveryServicePaginationConfiguration,
|
|
9
|
+
input: DescribeExportTasksCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeExportTasksCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeTagsCommandInput,
|
|
4
|
+
DescribeTagsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeTagsCommand";
|
|
6
|
+
import { ApplicationDiscoveryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeTags(
|
|
8
|
+
config: ApplicationDiscoveryServicePaginationConfiguration,
|
|
9
|
+
input: DescribeTagsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeTagsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListConfigurationsCommandInput,
|
|
4
|
+
ListConfigurationsCommandOutput,
|
|
5
|
+
} from "../commands/ListConfigurationsCommand";
|
|
6
|
+
import { ApplicationDiscoveryServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListConfigurations(
|
|
8
|
+
config: ApplicationDiscoveryServicePaginationConfiguration,
|
|
9
|
+
input: ListConfigurationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListConfigurationsCommandOutput>;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
export * from "./DescribeAgentsPaginator";
|
|
1
2
|
export * from "./DescribeContinuousExportsPaginator";
|
|
3
|
+
export * from "./DescribeExportConfigurationsPaginator";
|
|
4
|
+
export * from "./DescribeExportTasksPaginator";
|
|
2
5
|
export * from "./DescribeImportTasksPaginator";
|
|
6
|
+
export * from "./DescribeTagsPaginator";
|
|
3
7
|
export * from "./Interfaces";
|
|
8
|
+
export * from "./ListConfigurationsPaginator";
|
|
@@ -7,6 +7,10 @@ import {
|
|
|
7
7
|
AssociateConfigurationItemsToApplicationCommandInput,
|
|
8
8
|
AssociateConfigurationItemsToApplicationCommandOutput,
|
|
9
9
|
} from "../commands/AssociateConfigurationItemsToApplicationCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchDeleteAgentsCommandInput,
|
|
12
|
+
BatchDeleteAgentsCommandOutput,
|
|
13
|
+
} from "../commands/BatchDeleteAgentsCommand";
|
|
10
14
|
import {
|
|
11
15
|
BatchDeleteImportDataCommandInput,
|
|
12
16
|
BatchDeleteImportDataCommandOutput,
|
|
@@ -31,6 +35,10 @@ import {
|
|
|
31
35
|
DescribeAgentsCommandInput,
|
|
32
36
|
DescribeAgentsCommandOutput,
|
|
33
37
|
} from "../commands/DescribeAgentsCommand";
|
|
38
|
+
import {
|
|
39
|
+
DescribeBatchDeleteConfigurationTaskCommandInput,
|
|
40
|
+
DescribeBatchDeleteConfigurationTaskCommandOutput,
|
|
41
|
+
} from "../commands/DescribeBatchDeleteConfigurationTaskCommand";
|
|
34
42
|
import {
|
|
35
43
|
DescribeConfigurationsCommandInput,
|
|
36
44
|
DescribeConfigurationsCommandOutput,
|
|
@@ -75,6 +83,10 @@ import {
|
|
|
75
83
|
ListServerNeighborsCommandInput,
|
|
76
84
|
ListServerNeighborsCommandOutput,
|
|
77
85
|
} from "../commands/ListServerNeighborsCommand";
|
|
86
|
+
import {
|
|
87
|
+
StartBatchDeleteConfigurationTaskCommandInput,
|
|
88
|
+
StartBatchDeleteConfigurationTaskCommandOutput,
|
|
89
|
+
} from "../commands/StartBatchDeleteConfigurationTaskCommand";
|
|
78
90
|
import {
|
|
79
91
|
StartContinuousExportCommandInput,
|
|
80
92
|
StartContinuousExportCommandOutput,
|
|
@@ -107,6 +119,10 @@ export declare const se_AssociateConfigurationItemsToApplicationCommand: (
|
|
|
107
119
|
input: AssociateConfigurationItemsToApplicationCommandInput,
|
|
108
120
|
context: __SerdeContext
|
|
109
121
|
) => Promise<__HttpRequest>;
|
|
122
|
+
export declare const se_BatchDeleteAgentsCommand: (
|
|
123
|
+
input: BatchDeleteAgentsCommandInput,
|
|
124
|
+
context: __SerdeContext
|
|
125
|
+
) => Promise<__HttpRequest>;
|
|
110
126
|
export declare const se_BatchDeleteImportDataCommand: (
|
|
111
127
|
input: BatchDeleteImportDataCommandInput,
|
|
112
128
|
context: __SerdeContext
|
|
@@ -131,6 +147,10 @@ export declare const se_DescribeAgentsCommand: (
|
|
|
131
147
|
input: DescribeAgentsCommandInput,
|
|
132
148
|
context: __SerdeContext
|
|
133
149
|
) => Promise<__HttpRequest>;
|
|
150
|
+
export declare const se_DescribeBatchDeleteConfigurationTaskCommand: (
|
|
151
|
+
input: DescribeBatchDeleteConfigurationTaskCommandInput,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<__HttpRequest>;
|
|
134
154
|
export declare const se_DescribeConfigurationsCommand: (
|
|
135
155
|
input: DescribeConfigurationsCommandInput,
|
|
136
156
|
context: __SerdeContext
|
|
@@ -175,6 +195,10 @@ export declare const se_ListServerNeighborsCommand: (
|
|
|
175
195
|
input: ListServerNeighborsCommandInput,
|
|
176
196
|
context: __SerdeContext
|
|
177
197
|
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const se_StartBatchDeleteConfigurationTaskCommand: (
|
|
199
|
+
input: StartBatchDeleteConfigurationTaskCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
178
202
|
export declare const se_StartContinuousExportCommand: (
|
|
179
203
|
input: StartContinuousExportCommandInput,
|
|
180
204
|
context: __SerdeContext
|
|
@@ -207,6 +231,10 @@ export declare const de_AssociateConfigurationItemsToApplicationCommand: (
|
|
|
207
231
|
output: __HttpResponse,
|
|
208
232
|
context: __SerdeContext
|
|
209
233
|
) => Promise<AssociateConfigurationItemsToApplicationCommandOutput>;
|
|
234
|
+
export declare const de_BatchDeleteAgentsCommand: (
|
|
235
|
+
output: __HttpResponse,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<BatchDeleteAgentsCommandOutput>;
|
|
210
238
|
export declare const de_BatchDeleteImportDataCommand: (
|
|
211
239
|
output: __HttpResponse,
|
|
212
240
|
context: __SerdeContext
|
|
@@ -231,6 +259,10 @@ export declare const de_DescribeAgentsCommand: (
|
|
|
231
259
|
output: __HttpResponse,
|
|
232
260
|
context: __SerdeContext
|
|
233
261
|
) => Promise<DescribeAgentsCommandOutput>;
|
|
262
|
+
export declare const de_DescribeBatchDeleteConfigurationTaskCommand: (
|
|
263
|
+
output: __HttpResponse,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<DescribeBatchDeleteConfigurationTaskCommandOutput>;
|
|
234
266
|
export declare const de_DescribeConfigurationsCommand: (
|
|
235
267
|
output: __HttpResponse,
|
|
236
268
|
context: __SerdeContext
|
|
@@ -275,6 +307,10 @@ export declare const de_ListServerNeighborsCommand: (
|
|
|
275
307
|
output: __HttpResponse,
|
|
276
308
|
context: __SerdeContext
|
|
277
309
|
) => Promise<ListServerNeighborsCommandOutput>;
|
|
310
|
+
export declare const de_StartBatchDeleteConfigurationTaskCommand: (
|
|
311
|
+
output: __HttpResponse,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<StartBatchDeleteConfigurationTaskCommandOutput>;
|
|
278
314
|
export declare const de_StartContinuousExportCommand: (
|
|
279
315
|
output: __HttpResponse,
|
|
280
316
|
context: __SerdeContext
|