@aws-sdk/client-application-discovery-service 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +0 -25
- package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ApplicationDiscoveryServiceServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -232
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-application-discovery-service
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-application-discovery-service
|
|
@@ -100,7 +100,6 @@ import {
|
|
|
100
100
|
UpdateApplicationCommandInput,
|
|
101
101
|
UpdateApplicationCommandOutput,
|
|
102
102
|
} from "./commands/UpdateApplicationCommand";
|
|
103
|
-
|
|
104
103
|
export declare class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClient {
|
|
105
104
|
associateConfigurationItemsToApplication(
|
|
106
105
|
args: AssociateConfigurationItemsToApplicationCommandInput,
|
|
@@ -121,7 +120,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
121
120
|
data?: AssociateConfigurationItemsToApplicationCommandOutput
|
|
122
121
|
) => void
|
|
123
122
|
): void;
|
|
124
|
-
|
|
125
123
|
batchDeleteImportData(
|
|
126
124
|
args: BatchDeleteImportDataCommandInput,
|
|
127
125
|
options?: __HttpHandlerOptions
|
|
@@ -135,7 +133,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
135
133
|
options: __HttpHandlerOptions,
|
|
136
134
|
cb: (err: any, data?: BatchDeleteImportDataCommandOutput) => void
|
|
137
135
|
): void;
|
|
138
|
-
|
|
139
136
|
createApplication(
|
|
140
137
|
args: CreateApplicationCommandInput,
|
|
141
138
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +146,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
149
146
|
options: __HttpHandlerOptions,
|
|
150
147
|
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
151
148
|
): void;
|
|
152
|
-
|
|
153
149
|
createTags(
|
|
154
150
|
args: CreateTagsCommandInput,
|
|
155
151
|
options?: __HttpHandlerOptions
|
|
@@ -163,7 +159,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
163
159
|
options: __HttpHandlerOptions,
|
|
164
160
|
cb: (err: any, data?: CreateTagsCommandOutput) => void
|
|
165
161
|
): void;
|
|
166
|
-
|
|
167
162
|
deleteApplications(
|
|
168
163
|
args: DeleteApplicationsCommandInput,
|
|
169
164
|
options?: __HttpHandlerOptions
|
|
@@ -177,7 +172,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
177
172
|
options: __HttpHandlerOptions,
|
|
178
173
|
cb: (err: any, data?: DeleteApplicationsCommandOutput) => void
|
|
179
174
|
): void;
|
|
180
|
-
|
|
181
175
|
deleteTags(
|
|
182
176
|
args: DeleteTagsCommandInput,
|
|
183
177
|
options?: __HttpHandlerOptions
|
|
@@ -191,7 +185,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
191
185
|
options: __HttpHandlerOptions,
|
|
192
186
|
cb: (err: any, data?: DeleteTagsCommandOutput) => void
|
|
193
187
|
): void;
|
|
194
|
-
|
|
195
188
|
describeAgents(
|
|
196
189
|
args: DescribeAgentsCommandInput,
|
|
197
190
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +198,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
205
198
|
options: __HttpHandlerOptions,
|
|
206
199
|
cb: (err: any, data?: DescribeAgentsCommandOutput) => void
|
|
207
200
|
): void;
|
|
208
|
-
|
|
209
201
|
describeConfigurations(
|
|
210
202
|
args: DescribeConfigurationsCommandInput,
|
|
211
203
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +211,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
219
211
|
options: __HttpHandlerOptions,
|
|
220
212
|
cb: (err: any, data?: DescribeConfigurationsCommandOutput) => void
|
|
221
213
|
): void;
|
|
222
|
-
|
|
223
214
|
describeContinuousExports(
|
|
224
215
|
args: DescribeContinuousExportsCommandInput,
|
|
225
216
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +224,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
233
224
|
options: __HttpHandlerOptions,
|
|
234
225
|
cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void
|
|
235
226
|
): void;
|
|
236
|
-
|
|
237
227
|
describeExportConfigurations(
|
|
238
228
|
args: DescribeExportConfigurationsCommandInput,
|
|
239
229
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +237,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
247
237
|
options: __HttpHandlerOptions,
|
|
248
238
|
cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void
|
|
249
239
|
): void;
|
|
250
|
-
|
|
251
240
|
describeExportTasks(
|
|
252
241
|
args: DescribeExportTasksCommandInput,
|
|
253
242
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +250,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
261
250
|
options: __HttpHandlerOptions,
|
|
262
251
|
cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
|
|
263
252
|
): void;
|
|
264
|
-
|
|
265
253
|
describeImportTasks(
|
|
266
254
|
args: DescribeImportTasksCommandInput,
|
|
267
255
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +263,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
275
263
|
options: __HttpHandlerOptions,
|
|
276
264
|
cb: (err: any, data?: DescribeImportTasksCommandOutput) => void
|
|
277
265
|
): void;
|
|
278
|
-
|
|
279
266
|
describeTags(
|
|
280
267
|
args: DescribeTagsCommandInput,
|
|
281
268
|
options?: __HttpHandlerOptions
|
|
@@ -289,7 +276,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
289
276
|
options: __HttpHandlerOptions,
|
|
290
277
|
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
291
278
|
): void;
|
|
292
|
-
|
|
293
279
|
disassociateConfigurationItemsFromApplication(
|
|
294
280
|
args: DisassociateConfigurationItemsFromApplicationCommandInput,
|
|
295
281
|
options?: __HttpHandlerOptions
|
|
@@ -309,7 +295,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
309
295
|
data?: DisassociateConfigurationItemsFromApplicationCommandOutput
|
|
310
296
|
) => void
|
|
311
297
|
): void;
|
|
312
|
-
|
|
313
298
|
exportConfigurations(
|
|
314
299
|
args: ExportConfigurationsCommandInput,
|
|
315
300
|
options?: __HttpHandlerOptions
|
|
@@ -323,7 +308,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
323
308
|
options: __HttpHandlerOptions,
|
|
324
309
|
cb: (err: any, data?: ExportConfigurationsCommandOutput) => void
|
|
325
310
|
): void;
|
|
326
|
-
|
|
327
311
|
getDiscoverySummary(
|
|
328
312
|
args: GetDiscoverySummaryCommandInput,
|
|
329
313
|
options?: __HttpHandlerOptions
|
|
@@ -337,7 +321,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
337
321
|
options: __HttpHandlerOptions,
|
|
338
322
|
cb: (err: any, data?: GetDiscoverySummaryCommandOutput) => void
|
|
339
323
|
): void;
|
|
340
|
-
|
|
341
324
|
listConfigurations(
|
|
342
325
|
args: ListConfigurationsCommandInput,
|
|
343
326
|
options?: __HttpHandlerOptions
|
|
@@ -351,7 +334,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
351
334
|
options: __HttpHandlerOptions,
|
|
352
335
|
cb: (err: any, data?: ListConfigurationsCommandOutput) => void
|
|
353
336
|
): void;
|
|
354
|
-
|
|
355
337
|
listServerNeighbors(
|
|
356
338
|
args: ListServerNeighborsCommandInput,
|
|
357
339
|
options?: __HttpHandlerOptions
|
|
@@ -365,7 +347,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
365
347
|
options: __HttpHandlerOptions,
|
|
366
348
|
cb: (err: any, data?: ListServerNeighborsCommandOutput) => void
|
|
367
349
|
): void;
|
|
368
|
-
|
|
369
350
|
startContinuousExport(
|
|
370
351
|
args: StartContinuousExportCommandInput,
|
|
371
352
|
options?: __HttpHandlerOptions
|
|
@@ -379,7 +360,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
379
360
|
options: __HttpHandlerOptions,
|
|
380
361
|
cb: (err: any, data?: StartContinuousExportCommandOutput) => void
|
|
381
362
|
): void;
|
|
382
|
-
|
|
383
363
|
startDataCollectionByAgentIds(
|
|
384
364
|
args: StartDataCollectionByAgentIdsCommandInput,
|
|
385
365
|
options?: __HttpHandlerOptions
|
|
@@ -393,7 +373,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
393
373
|
options: __HttpHandlerOptions,
|
|
394
374
|
cb: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void
|
|
395
375
|
): void;
|
|
396
|
-
|
|
397
376
|
startExportTask(
|
|
398
377
|
args: StartExportTaskCommandInput,
|
|
399
378
|
options?: __HttpHandlerOptions
|
|
@@ -407,7 +386,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
407
386
|
options: __HttpHandlerOptions,
|
|
408
387
|
cb: (err: any, data?: StartExportTaskCommandOutput) => void
|
|
409
388
|
): void;
|
|
410
|
-
|
|
411
389
|
startImportTask(
|
|
412
390
|
args: StartImportTaskCommandInput,
|
|
413
391
|
options?: __HttpHandlerOptions
|
|
@@ -421,7 +399,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
421
399
|
options: __HttpHandlerOptions,
|
|
422
400
|
cb: (err: any, data?: StartImportTaskCommandOutput) => void
|
|
423
401
|
): void;
|
|
424
|
-
|
|
425
402
|
stopContinuousExport(
|
|
426
403
|
args: StopContinuousExportCommandInput,
|
|
427
404
|
options?: __HttpHandlerOptions
|
|
@@ -435,7 +412,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
435
412
|
options: __HttpHandlerOptions,
|
|
436
413
|
cb: (err: any, data?: StopContinuousExportCommandOutput) => void
|
|
437
414
|
): void;
|
|
438
|
-
|
|
439
415
|
stopDataCollectionByAgentIds(
|
|
440
416
|
args: StopDataCollectionByAgentIdsCommandInput,
|
|
441
417
|
options?: __HttpHandlerOptions
|
|
@@ -449,7 +425,6 @@ export declare class ApplicationDiscoveryService extends ApplicationDiscoverySer
|
|
|
449
425
|
options: __HttpHandlerOptions,
|
|
450
426
|
cb: (err: any, data?: StopDataCollectionByAgentIdsCommandOutput) => void
|
|
451
427
|
): void;
|
|
452
|
-
|
|
453
428
|
updateApplication(
|
|
454
429
|
args: UpdateApplicationCommandInput,
|
|
455
430
|
options?: __HttpHandlerOptions
|
|
@@ -197,47 +197,26 @@ export declare type ServiceOutputTypes =
|
|
|
197
197
|
export interface ClientDefaults
|
|
198
198
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
199
199
|
requestHandler?: __HttpHandler;
|
|
200
|
-
|
|
201
200
|
sha256?: __HashConstructor;
|
|
202
|
-
|
|
203
201
|
urlParser?: __UrlParser;
|
|
204
|
-
|
|
205
202
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
206
|
-
|
|
207
203
|
streamCollector?: __StreamCollector;
|
|
208
|
-
|
|
209
204
|
base64Decoder?: __Decoder;
|
|
210
|
-
|
|
211
205
|
base64Encoder?: __Encoder;
|
|
212
|
-
|
|
213
206
|
utf8Decoder?: __Decoder;
|
|
214
|
-
|
|
215
207
|
utf8Encoder?: __Encoder;
|
|
216
|
-
|
|
217
208
|
runtime?: string;
|
|
218
|
-
|
|
219
209
|
disableHostPrefix?: boolean;
|
|
220
|
-
|
|
221
210
|
maxAttempts?: number | __Provider<number>;
|
|
222
|
-
|
|
223
211
|
retryMode?: string | __Provider<string>;
|
|
224
|
-
|
|
225
212
|
logger?: __Logger;
|
|
226
|
-
|
|
227
213
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
228
|
-
|
|
229
214
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
230
|
-
|
|
231
215
|
serviceId?: string;
|
|
232
|
-
|
|
233
216
|
region?: string | __Provider<string>;
|
|
234
|
-
|
|
235
217
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
236
|
-
|
|
237
218
|
regionInfoProvider?: RegionInfoProvider;
|
|
238
|
-
|
|
239
219
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
240
|
-
|
|
241
220
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
242
221
|
}
|
|
243
222
|
declare type ApplicationDiscoveryServiceClientConfigType = Partial<
|
|
@@ -250,7 +229,6 @@ declare type ApplicationDiscoveryServiceClientConfigType = Partial<
|
|
|
250
229
|
HostHeaderInputConfig &
|
|
251
230
|
AwsAuthInputConfig &
|
|
252
231
|
UserAgentInputConfig;
|
|
253
|
-
|
|
254
232
|
export interface ApplicationDiscoveryServiceClientConfig
|
|
255
233
|
extends ApplicationDiscoveryServiceClientConfigType {}
|
|
256
234
|
declare type ApplicationDiscoveryServiceClientResolvedConfigType =
|
|
@@ -262,10 +240,8 @@ declare type ApplicationDiscoveryServiceClientResolvedConfigType =
|
|
|
262
240
|
HostHeaderResolvedConfig &
|
|
263
241
|
AwsAuthResolvedConfig &
|
|
264
242
|
UserAgentResolvedConfig;
|
|
265
|
-
|
|
266
243
|
export interface ApplicationDiscoveryServiceClientResolvedConfig
|
|
267
244
|
extends ApplicationDiscoveryServiceClientResolvedConfigType {}
|
|
268
|
-
|
|
269
245
|
export declare class ApplicationDiscoveryServiceClient extends __Client<
|
|
270
246
|
__HttpHandlerOptions,
|
|
271
247
|
ServiceInputTypes,
|
|
@@ -274,7 +250,6 @@ export declare class ApplicationDiscoveryServiceClient extends __Client<
|
|
|
274
250
|
> {
|
|
275
251
|
readonly config: ApplicationDiscoveryServiceClientResolvedConfig;
|
|
276
252
|
constructor(configuration: ApplicationDiscoveryServiceClientConfig);
|
|
277
|
-
|
|
278
253
|
destroy(): void;
|
|
279
254
|
}
|
|
280
255
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface AssociateConfigurationItemsToApplicationCommandInput
|
|
|
19
19
|
export interface AssociateConfigurationItemsToApplicationCommandOutput
|
|
20
20
|
extends AssociateConfigurationItemsToApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class AssociateConfigurationItemsToApplicationCommand extends $Command<
|
|
24
23
|
AssociateConfigurationItemsToApplicationCommandInput,
|
|
25
24
|
AssociateConfigurationItemsToApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class AssociateConfigurationItemsToApplicationCommand extends $Co
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: AssociateConfigurationItemsToApplicationCommandInput;
|
|
29
28
|
constructor(input: AssociateConfigurationItemsToApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface BatchDeleteImportDataCommandInput
|
|
|
19
19
|
export interface BatchDeleteImportDataCommandOutput
|
|
20
20
|
extends BatchDeleteImportDataResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class BatchDeleteImportDataCommand extends $Command<
|
|
24
23
|
BatchDeleteImportDataCommandInput,
|
|
25
24
|
BatchDeleteImportDataCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class BatchDeleteImportDataCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: BatchDeleteImportDataCommandInput;
|
|
29
28
|
constructor(input: BatchDeleteImportDataCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateApplicationCommandInput
|
|
|
19
19
|
export interface CreateApplicationCommandOutput
|
|
20
20
|
extends CreateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateApplicationCommand extends $Command<
|
|
24
23
|
CreateApplicationCommandInput,
|
|
25
24
|
CreateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateApplicationCommandInput;
|
|
29
28
|
constructor(input: CreateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateTagsCommandInput extends CreateTagsRequest {}
|
|
|
15
15
|
export interface CreateTagsCommandOutput
|
|
16
16
|
extends CreateTagsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateTagsCommand extends $Command<
|
|
20
19
|
CreateTagsCommandInput,
|
|
21
20
|
CreateTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateTagsCommandInput;
|
|
25
24
|
constructor(input: CreateTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteApplicationsCommandInput
|
|
|
19
19
|
export interface DeleteApplicationsCommandOutput
|
|
20
20
|
extends DeleteApplicationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteApplicationsCommand extends $Command<
|
|
24
23
|
DeleteApplicationsCommandInput,
|
|
25
24
|
DeleteApplicationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteApplicationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteApplicationsCommandInput;
|
|
29
28
|
constructor(input: DeleteApplicationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteTagsCommandInput extends DeleteTagsRequest {}
|
|
|
15
15
|
export interface DeleteTagsCommandOutput
|
|
16
16
|
extends DeleteTagsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteTagsCommand extends $Command<
|
|
20
19
|
DeleteTagsCommandInput,
|
|
21
20
|
DeleteTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteTagsCommandInput;
|
|
25
24
|
constructor(input: DeleteTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeAgentsCommandInput extends DescribeAgentsRequest {}
|
|
|
18
18
|
export interface DescribeAgentsCommandOutput
|
|
19
19
|
extends DescribeAgentsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeAgentsCommand extends $Command<
|
|
23
22
|
DescribeAgentsCommandInput,
|
|
24
23
|
DescribeAgentsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeAgentsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeAgentsCommandInput;
|
|
28
27
|
constructor(input: DescribeAgentsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeConfigurationsCommandInput
|
|
|
19
19
|
export interface DescribeConfigurationsCommandOutput
|
|
20
20
|
extends DescribeConfigurationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeConfigurationsCommand extends $Command<
|
|
24
23
|
DescribeConfigurationsCommandInput,
|
|
25
24
|
DescribeConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeConfigurationsCommandInput;
|
|
29
28
|
constructor(input: DescribeConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeContinuousExportsCommandInput
|
|
|
19
19
|
export interface DescribeContinuousExportsCommandOutput
|
|
20
20
|
extends DescribeContinuousExportsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeContinuousExportsCommand extends $Command<
|
|
24
23
|
DescribeContinuousExportsCommandInput,
|
|
25
24
|
DescribeContinuousExportsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeContinuousExportsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeContinuousExportsCommandInput;
|
|
29
28
|
constructor(input: DescribeContinuousExportsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeExportConfigurationsCommandInput
|
|
|
19
19
|
export interface DescribeExportConfigurationsCommandOutput
|
|
20
20
|
extends DescribeExportConfigurationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeExportConfigurationsCommand extends $Command<
|
|
24
23
|
DescribeExportConfigurationsCommandInput,
|
|
25
24
|
DescribeExportConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeExportConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeExportConfigurationsCommandInput;
|
|
29
28
|
constructor(input: DescribeExportConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeExportTasksCommandInput
|
|
|
19
19
|
export interface DescribeExportTasksCommandOutput
|
|
20
20
|
extends DescribeExportTasksResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeExportTasksCommand extends $Command<
|
|
24
23
|
DescribeExportTasksCommandInput,
|
|
25
24
|
DescribeExportTasksCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeExportTasksCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeExportTasksCommandInput;
|
|
29
28
|
constructor(input: DescribeExportTasksCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeImportTasksCommandInput
|
|
|
19
19
|
export interface DescribeImportTasksCommandOutput
|
|
20
20
|
extends DescribeImportTasksResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeImportTasksCommand extends $Command<
|
|
24
23
|
DescribeImportTasksCommandInput,
|
|
25
24
|
DescribeImportTasksCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeImportTasksCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeImportTasksCommandInput;
|
|
29
28
|
constructor(input: DescribeImportTasksCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeTagsCommandInput extends DescribeTagsRequest {}
|
|
|
15
15
|
export interface DescribeTagsCommandOutput
|
|
16
16
|
extends DescribeTagsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeTagsCommand extends $Command<
|
|
20
19
|
DescribeTagsCommandInput,
|
|
21
20
|
DescribeTagsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeTagsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeTagsCommandInput;
|
|
25
24
|
constructor(input: DescribeTagsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DisassociateConfigurationItemsFromApplicationCommandInput
|
|
|
19
19
|
export interface DisassociateConfigurationItemsFromApplicationCommandOutput
|
|
20
20
|
extends DisassociateConfigurationItemsFromApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DisassociateConfigurationItemsFromApplicationCommand extends $Command<
|
|
24
23
|
DisassociateConfigurationItemsFromApplicationCommandInput,
|
|
25
24
|
DisassociateConfigurationItemsFromApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DisassociateConfigurationItemsFromApplicationCommand extend
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DisassociateConfigurationItemsFromApplicationCommandInput;
|
|
29
28
|
constructor(input: DisassociateConfigurationItemsFromApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ExportConfigurationsCommandInput {}
|
|
|
15
15
|
export interface ExportConfigurationsCommandOutput
|
|
16
16
|
extends ExportConfigurationsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ExportConfigurationsCommand extends $Command<
|
|
20
19
|
ExportConfigurationsCommandInput,
|
|
21
20
|
ExportConfigurationsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ExportConfigurationsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ExportConfigurationsCommandInput;
|
|
25
24
|
constructor(input: ExportConfigurationsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDiscoverySummaryCommandInput
|
|
|
19
19
|
export interface GetDiscoverySummaryCommandOutput
|
|
20
20
|
extends GetDiscoverySummaryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDiscoverySummaryCommand extends $Command<
|
|
24
23
|
GetDiscoverySummaryCommandInput,
|
|
25
24
|
GetDiscoverySummaryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDiscoverySummaryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDiscoverySummaryCommandInput;
|
|
29
28
|
constructor(input: GetDiscoverySummaryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListConfigurationsCommandInput
|
|
|
19
19
|
export interface ListConfigurationsCommandOutput
|
|
20
20
|
extends ListConfigurationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListConfigurationsCommand extends $Command<
|
|
24
23
|
ListConfigurationsCommandInput,
|
|
25
24
|
ListConfigurationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListConfigurationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListConfigurationsCommandInput;
|
|
29
28
|
constructor(input: ListConfigurationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListServerNeighborsCommandInput
|
|
|
19
19
|
export interface ListServerNeighborsCommandOutput
|
|
20
20
|
extends ListServerNeighborsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListServerNeighborsCommand extends $Command<
|
|
24
23
|
ListServerNeighborsCommandInput,
|
|
25
24
|
ListServerNeighborsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListServerNeighborsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListServerNeighborsCommandInput;
|
|
29
28
|
constructor(input: ListServerNeighborsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartContinuousExportCommandInput
|
|
|
19
19
|
export interface StartContinuousExportCommandOutput
|
|
20
20
|
extends StartContinuousExportResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartContinuousExportCommand extends $Command<
|
|
24
23
|
StartContinuousExportCommandInput,
|
|
25
24
|
StartContinuousExportCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartContinuousExportCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartContinuousExportCommandInput;
|
|
29
28
|
constructor(input: StartContinuousExportCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartDataCollectionByAgentIdsCommandInput
|
|
|
19
19
|
export interface StartDataCollectionByAgentIdsCommandOutput
|
|
20
20
|
extends StartDataCollectionByAgentIdsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartDataCollectionByAgentIdsCommand extends $Command<
|
|
24
23
|
StartDataCollectionByAgentIdsCommandInput,
|
|
25
24
|
StartDataCollectionByAgentIdsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartDataCollectionByAgentIdsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartDataCollectionByAgentIdsCommandInput;
|
|
29
28
|
constructor(input: StartDataCollectionByAgentIdsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartExportTaskCommandInput extends StartExportTaskRequest {}
|
|
|
18
18
|
export interface StartExportTaskCommandOutput
|
|
19
19
|
extends StartExportTaskResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartExportTaskCommand extends $Command<
|
|
23
22
|
StartExportTaskCommandInput,
|
|
24
23
|
StartExportTaskCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartExportTaskCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartExportTaskCommandInput;
|
|
28
27
|
constructor(input: StartExportTaskCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartImportTaskCommandInput extends StartImportTaskRequest {}
|
|
|
18
18
|
export interface StartImportTaskCommandOutput
|
|
19
19
|
extends StartImportTaskResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartImportTaskCommand extends $Command<
|
|
23
22
|
StartImportTaskCommandInput,
|
|
24
23
|
StartImportTaskCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartImportTaskCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartImportTaskCommandInput;
|
|
28
27
|
constructor(input: StartImportTaskCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StopContinuousExportCommandInput
|
|
|
19
19
|
export interface StopContinuousExportCommandOutput
|
|
20
20
|
extends StopContinuousExportResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StopContinuousExportCommand extends $Command<
|
|
24
23
|
StopContinuousExportCommandInput,
|
|
25
24
|
StopContinuousExportCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StopContinuousExportCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StopContinuousExportCommandInput;
|
|
29
28
|
constructor(input: StopContinuousExportCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|