@aws-sdk/client-application-discovery-service 3.1086.0 → 3.1088.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.
Files changed (47) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +93 -123
  3. package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +7 -21
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +3 -5
  12. package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +3 -8
  15. package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +4 -9
  21. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -4
  22. package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +2 -3
  24. package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +3 -8
  31. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  36. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  37. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  38. package/dist-types/ts3.4/models/enums.d.ts +5 -10
  39. package/dist-types/ts3.4/models/errors.d.ts +10 -30
  40. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  41. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  42. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  43. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  44. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  45. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  46. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  47. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1085.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -20,18 +20,12 @@ import {
20
20
  CreateApplicationCommandInput,
21
21
  CreateApplicationCommandOutput,
22
22
  } from "./commands/CreateApplicationCommand";
23
- import {
24
- CreateTagsCommandInput,
25
- CreateTagsCommandOutput,
26
- } from "./commands/CreateTagsCommand";
23
+ import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
27
24
  import {
28
25
  DeleteApplicationsCommandInput,
29
26
  DeleteApplicationsCommandOutput,
30
27
  } from "./commands/DeleteApplicationsCommand";
31
- import {
32
- DeleteTagsCommandInput,
33
- DeleteTagsCommandOutput,
34
- } from "./commands/DeleteTagsCommand";
28
+ import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
35
29
  import {
36
30
  DescribeAgentsCommandInput,
37
31
  DescribeAgentsCommandOutput,
@@ -119,450 +113,426 @@ import {
119
113
  export interface ApplicationDiscoveryService {
120
114
  associateConfigurationItemsToApplication(
121
115
  args: AssociateConfigurationItemsToApplicationCommandInput,
122
- options?: __HttpHandlerOptions
116
+ options?: __HttpHandlerOptions,
123
117
  ): Promise<AssociateConfigurationItemsToApplicationCommandOutput>;
124
118
  associateConfigurationItemsToApplication(
125
119
  args: AssociateConfigurationItemsToApplicationCommandInput,
126
- cb: (
127
- err: any,
128
- data?: AssociateConfigurationItemsToApplicationCommandOutput
129
- ) => void
120
+ cb: (err: any, data?: AssociateConfigurationItemsToApplicationCommandOutput) => void,
130
121
  ): void;
131
122
  associateConfigurationItemsToApplication(
132
123
  args: AssociateConfigurationItemsToApplicationCommandInput,
133
124
  options: __HttpHandlerOptions,
134
- cb: (
135
- err: any,
136
- data?: AssociateConfigurationItemsToApplicationCommandOutput
137
- ) => void
125
+ cb: (err: any, data?: AssociateConfigurationItemsToApplicationCommandOutput) => void,
138
126
  ): void;
139
127
  batchDeleteAgents(
140
128
  args: BatchDeleteAgentsCommandInput,
141
- options?: __HttpHandlerOptions
129
+ options?: __HttpHandlerOptions,
142
130
  ): Promise<BatchDeleteAgentsCommandOutput>;
143
131
  batchDeleteAgents(
144
132
  args: BatchDeleteAgentsCommandInput,
145
- cb: (err: any, data?: BatchDeleteAgentsCommandOutput) => void
133
+ cb: (err: any, data?: BatchDeleteAgentsCommandOutput) => void,
146
134
  ): void;
147
135
  batchDeleteAgents(
148
136
  args: BatchDeleteAgentsCommandInput,
149
137
  options: __HttpHandlerOptions,
150
- cb: (err: any, data?: BatchDeleteAgentsCommandOutput) => void
138
+ cb: (err: any, data?: BatchDeleteAgentsCommandOutput) => void,
151
139
  ): void;
152
140
  batchDeleteImportData(
153
141
  args: BatchDeleteImportDataCommandInput,
154
- options?: __HttpHandlerOptions
142
+ options?: __HttpHandlerOptions,
155
143
  ): Promise<BatchDeleteImportDataCommandOutput>;
156
144
  batchDeleteImportData(
157
145
  args: BatchDeleteImportDataCommandInput,
158
- cb: (err: any, data?: BatchDeleteImportDataCommandOutput) => void
146
+ cb: (err: any, data?: BatchDeleteImportDataCommandOutput) => void,
159
147
  ): void;
160
148
  batchDeleteImportData(
161
149
  args: BatchDeleteImportDataCommandInput,
162
150
  options: __HttpHandlerOptions,
163
- cb: (err: any, data?: BatchDeleteImportDataCommandOutput) => void
151
+ cb: (err: any, data?: BatchDeleteImportDataCommandOutput) => void,
164
152
  ): void;
165
153
  createApplication(
166
154
  args: CreateApplicationCommandInput,
167
- options?: __HttpHandlerOptions
155
+ options?: __HttpHandlerOptions,
168
156
  ): Promise<CreateApplicationCommandOutput>;
169
157
  createApplication(
170
158
  args: CreateApplicationCommandInput,
171
- cb: (err: any, data?: CreateApplicationCommandOutput) => void
159
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void,
172
160
  ): void;
173
161
  createApplication(
174
162
  args: CreateApplicationCommandInput,
175
163
  options: __HttpHandlerOptions,
176
- cb: (err: any, data?: CreateApplicationCommandOutput) => void
164
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void,
177
165
  ): void;
178
166
  createTags(
179
167
  args: CreateTagsCommandInput,
180
- options?: __HttpHandlerOptions
168
+ options?: __HttpHandlerOptions,
181
169
  ): Promise<CreateTagsCommandOutput>;
182
170
  createTags(
183
171
  args: CreateTagsCommandInput,
184
- cb: (err: any, data?: CreateTagsCommandOutput) => void
172
+ cb: (err: any, data?: CreateTagsCommandOutput) => void,
185
173
  ): void;
186
174
  createTags(
187
175
  args: CreateTagsCommandInput,
188
176
  options: __HttpHandlerOptions,
189
- cb: (err: any, data?: CreateTagsCommandOutput) => void
177
+ cb: (err: any, data?: CreateTagsCommandOutput) => void,
190
178
  ): void;
191
179
  deleteApplications(
192
180
  args: DeleteApplicationsCommandInput,
193
- options?: __HttpHandlerOptions
181
+ options?: __HttpHandlerOptions,
194
182
  ): Promise<DeleteApplicationsCommandOutput>;
195
183
  deleteApplications(
196
184
  args: DeleteApplicationsCommandInput,
197
- cb: (err: any, data?: DeleteApplicationsCommandOutput) => void
185
+ cb: (err: any, data?: DeleteApplicationsCommandOutput) => void,
198
186
  ): void;
199
187
  deleteApplications(
200
188
  args: DeleteApplicationsCommandInput,
201
189
  options: __HttpHandlerOptions,
202
- cb: (err: any, data?: DeleteApplicationsCommandOutput) => void
190
+ cb: (err: any, data?: DeleteApplicationsCommandOutput) => void,
203
191
  ): void;
204
192
  deleteTags(
205
193
  args: DeleteTagsCommandInput,
206
- options?: __HttpHandlerOptions
194
+ options?: __HttpHandlerOptions,
207
195
  ): Promise<DeleteTagsCommandOutput>;
208
196
  deleteTags(
209
197
  args: DeleteTagsCommandInput,
210
- cb: (err: any, data?: DeleteTagsCommandOutput) => void
198
+ cb: (err: any, data?: DeleteTagsCommandOutput) => void,
211
199
  ): void;
212
200
  deleteTags(
213
201
  args: DeleteTagsCommandInput,
214
202
  options: __HttpHandlerOptions,
215
- cb: (err: any, data?: DeleteTagsCommandOutput) => void
203
+ cb: (err: any, data?: DeleteTagsCommandOutput) => void,
216
204
  ): void;
217
205
  describeAgents(): Promise<DescribeAgentsCommandOutput>;
218
206
  describeAgents(
219
207
  args: DescribeAgentsCommandInput,
220
- options?: __HttpHandlerOptions
208
+ options?: __HttpHandlerOptions,
221
209
  ): Promise<DescribeAgentsCommandOutput>;
222
210
  describeAgents(
223
211
  args: DescribeAgentsCommandInput,
224
- cb: (err: any, data?: DescribeAgentsCommandOutput) => void
212
+ cb: (err: any, data?: DescribeAgentsCommandOutput) => void,
225
213
  ): void;
226
214
  describeAgents(
227
215
  args: DescribeAgentsCommandInput,
228
216
  options: __HttpHandlerOptions,
229
- cb: (err: any, data?: DescribeAgentsCommandOutput) => void
217
+ cb: (err: any, data?: DescribeAgentsCommandOutput) => void,
230
218
  ): void;
231
219
  describeBatchDeleteConfigurationTask(
232
220
  args: DescribeBatchDeleteConfigurationTaskCommandInput,
233
- options?: __HttpHandlerOptions
221
+ options?: __HttpHandlerOptions,
234
222
  ): Promise<DescribeBatchDeleteConfigurationTaskCommandOutput>;
235
223
  describeBatchDeleteConfigurationTask(
236
224
  args: DescribeBatchDeleteConfigurationTaskCommandInput,
237
- cb: (
238
- err: any,
239
- data?: DescribeBatchDeleteConfigurationTaskCommandOutput
240
- ) => void
225
+ cb: (err: any, data?: DescribeBatchDeleteConfigurationTaskCommandOutput) => void,
241
226
  ): void;
242
227
  describeBatchDeleteConfigurationTask(
243
228
  args: DescribeBatchDeleteConfigurationTaskCommandInput,
244
229
  options: __HttpHandlerOptions,
245
- cb: (
246
- err: any,
247
- data?: DescribeBatchDeleteConfigurationTaskCommandOutput
248
- ) => void
230
+ cb: (err: any, data?: DescribeBatchDeleteConfigurationTaskCommandOutput) => void,
249
231
  ): void;
250
232
  describeConfigurations(
251
233
  args: DescribeConfigurationsCommandInput,
252
- options?: __HttpHandlerOptions
234
+ options?: __HttpHandlerOptions,
253
235
  ): Promise<DescribeConfigurationsCommandOutput>;
254
236
  describeConfigurations(
255
237
  args: DescribeConfigurationsCommandInput,
256
- cb: (err: any, data?: DescribeConfigurationsCommandOutput) => void
238
+ cb: (err: any, data?: DescribeConfigurationsCommandOutput) => void,
257
239
  ): void;
258
240
  describeConfigurations(
259
241
  args: DescribeConfigurationsCommandInput,
260
242
  options: __HttpHandlerOptions,
261
- cb: (err: any, data?: DescribeConfigurationsCommandOutput) => void
243
+ cb: (err: any, data?: DescribeConfigurationsCommandOutput) => void,
262
244
  ): void;
263
245
  describeContinuousExports(): Promise<DescribeContinuousExportsCommandOutput>;
264
246
  describeContinuousExports(
265
247
  args: DescribeContinuousExportsCommandInput,
266
- options?: __HttpHandlerOptions
248
+ options?: __HttpHandlerOptions,
267
249
  ): Promise<DescribeContinuousExportsCommandOutput>;
268
250
  describeContinuousExports(
269
251
  args: DescribeContinuousExportsCommandInput,
270
- cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void
252
+ cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void,
271
253
  ): void;
272
254
  describeContinuousExports(
273
255
  args: DescribeContinuousExportsCommandInput,
274
256
  options: __HttpHandlerOptions,
275
- cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void
257
+ cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void,
276
258
  ): void;
277
259
  describeExportConfigurations(): Promise<DescribeExportConfigurationsCommandOutput>;
278
260
  describeExportConfigurations(
279
261
  args: DescribeExportConfigurationsCommandInput,
280
- options?: __HttpHandlerOptions
262
+ options?: __HttpHandlerOptions,
281
263
  ): Promise<DescribeExportConfigurationsCommandOutput>;
282
264
  describeExportConfigurations(
283
265
  args: DescribeExportConfigurationsCommandInput,
284
- cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void
266
+ cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void,
285
267
  ): void;
286
268
  describeExportConfigurations(
287
269
  args: DescribeExportConfigurationsCommandInput,
288
270
  options: __HttpHandlerOptions,
289
- cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void
271
+ cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void,
290
272
  ): void;
291
273
  describeExportTasks(): Promise<DescribeExportTasksCommandOutput>;
292
274
  describeExportTasks(
293
275
  args: DescribeExportTasksCommandInput,
294
- options?: __HttpHandlerOptions
276
+ options?: __HttpHandlerOptions,
295
277
  ): Promise<DescribeExportTasksCommandOutput>;
296
278
  describeExportTasks(
297
279
  args: DescribeExportTasksCommandInput,
298
- cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
280
+ cb: (err: any, data?: DescribeExportTasksCommandOutput) => void,
299
281
  ): void;
300
282
  describeExportTasks(
301
283
  args: DescribeExportTasksCommandInput,
302
284
  options: __HttpHandlerOptions,
303
- cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
285
+ cb: (err: any, data?: DescribeExportTasksCommandOutput) => void,
304
286
  ): void;
305
287
  describeImportTasks(): Promise<DescribeImportTasksCommandOutput>;
306
288
  describeImportTasks(
307
289
  args: DescribeImportTasksCommandInput,
308
- options?: __HttpHandlerOptions
290
+ options?: __HttpHandlerOptions,
309
291
  ): Promise<DescribeImportTasksCommandOutput>;
310
292
  describeImportTasks(
311
293
  args: DescribeImportTasksCommandInput,
312
- cb: (err: any, data?: DescribeImportTasksCommandOutput) => void
294
+ cb: (err: any, data?: DescribeImportTasksCommandOutput) => void,
313
295
  ): void;
314
296
  describeImportTasks(
315
297
  args: DescribeImportTasksCommandInput,
316
298
  options: __HttpHandlerOptions,
317
- cb: (err: any, data?: DescribeImportTasksCommandOutput) => void
299
+ cb: (err: any, data?: DescribeImportTasksCommandOutput) => void,
318
300
  ): void;
319
301
  describeTags(): Promise<DescribeTagsCommandOutput>;
320
302
  describeTags(
321
303
  args: DescribeTagsCommandInput,
322
- options?: __HttpHandlerOptions
304
+ options?: __HttpHandlerOptions,
323
305
  ): Promise<DescribeTagsCommandOutput>;
324
306
  describeTags(
325
307
  args: DescribeTagsCommandInput,
326
- cb: (err: any, data?: DescribeTagsCommandOutput) => void
308
+ cb: (err: any, data?: DescribeTagsCommandOutput) => void,
327
309
  ): void;
328
310
  describeTags(
329
311
  args: DescribeTagsCommandInput,
330
312
  options: __HttpHandlerOptions,
331
- cb: (err: any, data?: DescribeTagsCommandOutput) => void
313
+ cb: (err: any, data?: DescribeTagsCommandOutput) => void,
332
314
  ): void;
333
315
  disassociateConfigurationItemsFromApplication(
334
316
  args: DisassociateConfigurationItemsFromApplicationCommandInput,
335
- options?: __HttpHandlerOptions
317
+ options?: __HttpHandlerOptions,
336
318
  ): Promise<DisassociateConfigurationItemsFromApplicationCommandOutput>;
337
319
  disassociateConfigurationItemsFromApplication(
338
320
  args: DisassociateConfigurationItemsFromApplicationCommandInput,
339
- cb: (
340
- err: any,
341
- data?: DisassociateConfigurationItemsFromApplicationCommandOutput
342
- ) => void
321
+ cb: (err: any, data?: DisassociateConfigurationItemsFromApplicationCommandOutput) => void,
343
322
  ): void;
344
323
  disassociateConfigurationItemsFromApplication(
345
324
  args: DisassociateConfigurationItemsFromApplicationCommandInput,
346
325
  options: __HttpHandlerOptions,
347
- cb: (
348
- err: any,
349
- data?: DisassociateConfigurationItemsFromApplicationCommandOutput
350
- ) => void
326
+ cb: (err: any, data?: DisassociateConfigurationItemsFromApplicationCommandOutput) => void,
351
327
  ): void;
352
328
  exportConfigurations(): Promise<ExportConfigurationsCommandOutput>;
353
329
  exportConfigurations(
354
330
  args: ExportConfigurationsCommandInput,
355
- options?: __HttpHandlerOptions
331
+ options?: __HttpHandlerOptions,
356
332
  ): Promise<ExportConfigurationsCommandOutput>;
357
333
  exportConfigurations(
358
334
  args: ExportConfigurationsCommandInput,
359
- cb: (err: any, data?: ExportConfigurationsCommandOutput) => void
335
+ cb: (err: any, data?: ExportConfigurationsCommandOutput) => void,
360
336
  ): void;
361
337
  exportConfigurations(
362
338
  args: ExportConfigurationsCommandInput,
363
339
  options: __HttpHandlerOptions,
364
- cb: (err: any, data?: ExportConfigurationsCommandOutput) => void
340
+ cb: (err: any, data?: ExportConfigurationsCommandOutput) => void,
365
341
  ): void;
366
342
  getDiscoverySummary(): Promise<GetDiscoverySummaryCommandOutput>;
367
343
  getDiscoverySummary(
368
344
  args: GetDiscoverySummaryCommandInput,
369
- options?: __HttpHandlerOptions
345
+ options?: __HttpHandlerOptions,
370
346
  ): Promise<GetDiscoverySummaryCommandOutput>;
371
347
  getDiscoverySummary(
372
348
  args: GetDiscoverySummaryCommandInput,
373
- cb: (err: any, data?: GetDiscoverySummaryCommandOutput) => void
349
+ cb: (err: any, data?: GetDiscoverySummaryCommandOutput) => void,
374
350
  ): void;
375
351
  getDiscoverySummary(
376
352
  args: GetDiscoverySummaryCommandInput,
377
353
  options: __HttpHandlerOptions,
378
- cb: (err: any, data?: GetDiscoverySummaryCommandOutput) => void
354
+ cb: (err: any, data?: GetDiscoverySummaryCommandOutput) => void,
379
355
  ): void;
380
356
  listConfigurations(
381
357
  args: ListConfigurationsCommandInput,
382
- options?: __HttpHandlerOptions
358
+ options?: __HttpHandlerOptions,
383
359
  ): Promise<ListConfigurationsCommandOutput>;
384
360
  listConfigurations(
385
361
  args: ListConfigurationsCommandInput,
386
- cb: (err: any, data?: ListConfigurationsCommandOutput) => void
362
+ cb: (err: any, data?: ListConfigurationsCommandOutput) => void,
387
363
  ): void;
388
364
  listConfigurations(
389
365
  args: ListConfigurationsCommandInput,
390
366
  options: __HttpHandlerOptions,
391
- cb: (err: any, data?: ListConfigurationsCommandOutput) => void
367
+ cb: (err: any, data?: ListConfigurationsCommandOutput) => void,
392
368
  ): void;
393
369
  listServerNeighbors(
394
370
  args: ListServerNeighborsCommandInput,
395
- options?: __HttpHandlerOptions
371
+ options?: __HttpHandlerOptions,
396
372
  ): Promise<ListServerNeighborsCommandOutput>;
397
373
  listServerNeighbors(
398
374
  args: ListServerNeighborsCommandInput,
399
- cb: (err: any, data?: ListServerNeighborsCommandOutput) => void
375
+ cb: (err: any, data?: ListServerNeighborsCommandOutput) => void,
400
376
  ): void;
401
377
  listServerNeighbors(
402
378
  args: ListServerNeighborsCommandInput,
403
379
  options: __HttpHandlerOptions,
404
- cb: (err: any, data?: ListServerNeighborsCommandOutput) => void
380
+ cb: (err: any, data?: ListServerNeighborsCommandOutput) => void,
405
381
  ): void;
406
382
  startBatchDeleteConfigurationTask(
407
383
  args: StartBatchDeleteConfigurationTaskCommandInput,
408
- options?: __HttpHandlerOptions
384
+ options?: __HttpHandlerOptions,
409
385
  ): Promise<StartBatchDeleteConfigurationTaskCommandOutput>;
410
386
  startBatchDeleteConfigurationTask(
411
387
  args: StartBatchDeleteConfigurationTaskCommandInput,
412
- cb: (
413
- err: any,
414
- data?: StartBatchDeleteConfigurationTaskCommandOutput
415
- ) => void
388
+ cb: (err: any, data?: StartBatchDeleteConfigurationTaskCommandOutput) => void,
416
389
  ): void;
417
390
  startBatchDeleteConfigurationTask(
418
391
  args: StartBatchDeleteConfigurationTaskCommandInput,
419
392
  options: __HttpHandlerOptions,
420
- cb: (
421
- err: any,
422
- data?: StartBatchDeleteConfigurationTaskCommandOutput
423
- ) => void
393
+ cb: (err: any, data?: StartBatchDeleteConfigurationTaskCommandOutput) => void,
424
394
  ): void;
425
395
  startContinuousExport(): Promise<StartContinuousExportCommandOutput>;
426
396
  startContinuousExport(
427
397
  args: StartContinuousExportCommandInput,
428
- options?: __HttpHandlerOptions
398
+ options?: __HttpHandlerOptions,
429
399
  ): Promise<StartContinuousExportCommandOutput>;
430
400
  startContinuousExport(
431
401
  args: StartContinuousExportCommandInput,
432
- cb: (err: any, data?: StartContinuousExportCommandOutput) => void
402
+ cb: (err: any, data?: StartContinuousExportCommandOutput) => void,
433
403
  ): void;
434
404
  startContinuousExport(
435
405
  args: StartContinuousExportCommandInput,
436
406
  options: __HttpHandlerOptions,
437
- cb: (err: any, data?: StartContinuousExportCommandOutput) => void
407
+ cb: (err: any, data?: StartContinuousExportCommandOutput) => void,
438
408
  ): void;
439
409
  startDataCollectionByAgentIds(
440
410
  args: StartDataCollectionByAgentIdsCommandInput,
441
- options?: __HttpHandlerOptions
411
+ options?: __HttpHandlerOptions,
442
412
  ): Promise<StartDataCollectionByAgentIdsCommandOutput>;
443
413
  startDataCollectionByAgentIds(
444
414
  args: StartDataCollectionByAgentIdsCommandInput,
445
- cb: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void
415
+ cb: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void,
446
416
  ): void;
447
417
  startDataCollectionByAgentIds(
448
418
  args: StartDataCollectionByAgentIdsCommandInput,
449
419
  options: __HttpHandlerOptions,
450
- cb: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void
420
+ cb: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void,
451
421
  ): void;
452
422
  startExportTask(): Promise<StartExportTaskCommandOutput>;
453
423
  startExportTask(
454
424
  args: StartExportTaskCommandInput,
455
- options?: __HttpHandlerOptions
425
+ options?: __HttpHandlerOptions,
456
426
  ): Promise<StartExportTaskCommandOutput>;
457
427
  startExportTask(
458
428
  args: StartExportTaskCommandInput,
459
- cb: (err: any, data?: StartExportTaskCommandOutput) => void
429
+ cb: (err: any, data?: StartExportTaskCommandOutput) => void,
460
430
  ): void;
461
431
  startExportTask(
462
432
  args: StartExportTaskCommandInput,
463
433
  options: __HttpHandlerOptions,
464
- cb: (err: any, data?: StartExportTaskCommandOutput) => void
434
+ cb: (err: any, data?: StartExportTaskCommandOutput) => void,
465
435
  ): void;
466
436
  startImportTask(
467
437
  args: StartImportTaskCommandInput,
468
- options?: __HttpHandlerOptions
438
+ options?: __HttpHandlerOptions,
469
439
  ): Promise<StartImportTaskCommandOutput>;
470
440
  startImportTask(
471
441
  args: StartImportTaskCommandInput,
472
- cb: (err: any, data?: StartImportTaskCommandOutput) => void
442
+ cb: (err: any, data?: StartImportTaskCommandOutput) => void,
473
443
  ): void;
474
444
  startImportTask(
475
445
  args: StartImportTaskCommandInput,
476
446
  options: __HttpHandlerOptions,
477
- cb: (err: any, data?: StartImportTaskCommandOutput) => void
447
+ cb: (err: any, data?: StartImportTaskCommandOutput) => void,
478
448
  ): void;
479
449
  stopContinuousExport(
480
450
  args: StopContinuousExportCommandInput,
481
- options?: __HttpHandlerOptions
451
+ options?: __HttpHandlerOptions,
482
452
  ): Promise<StopContinuousExportCommandOutput>;
483
453
  stopContinuousExport(
484
454
  args: StopContinuousExportCommandInput,
485
- cb: (err: any, data?: StopContinuousExportCommandOutput) => void
455
+ cb: (err: any, data?: StopContinuousExportCommandOutput) => void,
486
456
  ): void;
487
457
  stopContinuousExport(
488
458
  args: StopContinuousExportCommandInput,
489
459
  options: __HttpHandlerOptions,
490
- cb: (err: any, data?: StopContinuousExportCommandOutput) => void
460
+ cb: (err: any, data?: StopContinuousExportCommandOutput) => void,
491
461
  ): void;
492
462
  stopDataCollectionByAgentIds(
493
463
  args: StopDataCollectionByAgentIdsCommandInput,
494
- options?: __HttpHandlerOptions
464
+ options?: __HttpHandlerOptions,
495
465
  ): Promise<StopDataCollectionByAgentIdsCommandOutput>;
496
466
  stopDataCollectionByAgentIds(
497
467
  args: StopDataCollectionByAgentIdsCommandInput,
498
- cb: (err: any, data?: StopDataCollectionByAgentIdsCommandOutput) => void
468
+ cb: (err: any, data?: StopDataCollectionByAgentIdsCommandOutput) => void,
499
469
  ): void;
500
470
  stopDataCollectionByAgentIds(
501
471
  args: StopDataCollectionByAgentIdsCommandInput,
502
472
  options: __HttpHandlerOptions,
503
- cb: (err: any, data?: StopDataCollectionByAgentIdsCommandOutput) => void
473
+ cb: (err: any, data?: StopDataCollectionByAgentIdsCommandOutput) => void,
504
474
  ): void;
505
475
  updateApplication(
506
476
  args: UpdateApplicationCommandInput,
507
- options?: __HttpHandlerOptions
477
+ options?: __HttpHandlerOptions,
508
478
  ): Promise<UpdateApplicationCommandOutput>;
509
479
  updateApplication(
510
480
  args: UpdateApplicationCommandInput,
511
- cb: (err: any, data?: UpdateApplicationCommandOutput) => void
481
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void,
512
482
  ): void;
513
483
  updateApplication(
514
484
  args: UpdateApplicationCommandInput,
515
485
  options: __HttpHandlerOptions,
516
- cb: (err: any, data?: UpdateApplicationCommandOutput) => void
486
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void,
517
487
  ): void;
518
488
  paginateDescribeAgents(
519
489
  args?: DescribeAgentsCommandInput,
520
490
  paginationConfig?: Pick<
521
491
  PaginationConfiguration,
522
492
  Exclude<keyof PaginationConfiguration, "client">
523
- >
493
+ >,
524
494
  ): Paginator<DescribeAgentsCommandOutput>;
525
495
  paginateDescribeContinuousExports(
526
496
  args?: DescribeContinuousExportsCommandInput,
527
497
  paginationConfig?: Pick<
528
498
  PaginationConfiguration,
529
499
  Exclude<keyof PaginationConfiguration, "client">
530
- >
500
+ >,
531
501
  ): Paginator<DescribeContinuousExportsCommandOutput>;
532
502
  paginateDescribeExportConfigurations(
533
503
  args?: DescribeExportConfigurationsCommandInput,
534
504
  paginationConfig?: Pick<
535
505
  PaginationConfiguration,
536
506
  Exclude<keyof PaginationConfiguration, "client">
537
- >
507
+ >,
538
508
  ): Paginator<DescribeExportConfigurationsCommandOutput>;
539
509
  paginateDescribeExportTasks(
540
510
  args?: DescribeExportTasksCommandInput,
541
511
  paginationConfig?: Pick<
542
512
  PaginationConfiguration,
543
513
  Exclude<keyof PaginationConfiguration, "client">
544
- >
514
+ >,
545
515
  ): Paginator<DescribeExportTasksCommandOutput>;
546
516
  paginateDescribeImportTasks(
547
517
  args?: DescribeImportTasksCommandInput,
548
518
  paginationConfig?: Pick<
549
519
  PaginationConfiguration,
550
520
  Exclude<keyof PaginationConfiguration, "client">
551
- >
521
+ >,
552
522
  ): Paginator<DescribeImportTasksCommandOutput>;
553
523
  paginateDescribeTags(
554
524
  args?: DescribeTagsCommandInput,
555
525
  paginationConfig?: Pick<
556
526
  PaginationConfiguration,
557
527
  Exclude<keyof PaginationConfiguration, "client">
558
- >
528
+ >,
559
529
  ): Paginator<DescribeTagsCommandOutput>;
560
530
  paginateListConfigurations(
561
531
  args: ListConfigurationsCommandInput,
562
532
  paginationConfig?: Pick<
563
533
  PaginationConfiguration,
564
534
  Exclude<keyof PaginationConfiguration, "client">
565
- >
535
+ >,
566
536
  ): Paginator<ListConfigurationsCommandOutput>;
567
537
  }
568
538
  export declare class ApplicationDiscoveryService
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -52,18 +49,12 @@ import {
52
49
  CreateApplicationCommandInput,
53
50
  CreateApplicationCommandOutput,
54
51
  } from "./commands/CreateApplicationCommand";
55
- import {
56
- CreateTagsCommandInput,
57
- CreateTagsCommandOutput,
58
- } from "./commands/CreateTagsCommand";
52
+ import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
59
53
  import {
60
54
  DeleteApplicationsCommandInput,
61
55
  DeleteApplicationsCommandOutput,
62
56
  } from "./commands/DeleteApplicationsCommand";
63
- import {
64
- DeleteTagsCommandInput,
65
- DeleteTagsCommandOutput,
66
- } from "./commands/DeleteTagsCommand";
57
+ import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
67
58
  import {
68
59
  DescribeAgentsCommandInput,
69
60
  DescribeAgentsCommandOutput,
@@ -213,8 +204,7 @@ export type ServiceOutputTypes =
213
204
  | StopContinuousExportCommandOutput
214
205
  | StopDataCollectionByAgentIdsCommandOutput
215
206
  | UpdateApplicationCommandOutput;
216
- export interface ClientDefaults
217
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
207
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
218
208
  requestHandler?: __HttpHandlerUserInput;
219
209
  sha256?: __ChecksumConstructor | __HashConstructor;
220
210
  urlParser?: __UrlParser;
@@ -250,8 +240,7 @@ export type ApplicationDiscoveryServiceClientConfigType = Partial<
250
240
  EndpointInputConfig<EndpointParameters> &
251
241
  HttpAuthSchemeInputConfig &
252
242
  ClientInputEndpointParameters;
253
- export interface ApplicationDiscoveryServiceClientConfig
254
- extends ApplicationDiscoveryServiceClientConfigType {}
243
+ export interface ApplicationDiscoveryServiceClientConfig extends ApplicationDiscoveryServiceClientConfigType {}
255
244
  export type ApplicationDiscoveryServiceClientResolvedConfigType =
256
245
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
257
246
  Required<ClientDefaults> &
@@ -263,8 +252,7 @@ export type ApplicationDiscoveryServiceClientResolvedConfigType =
263
252
  EndpointResolvedConfig<EndpointParameters> &
264
253
  HttpAuthSchemeResolvedConfig &
265
254
  ClientResolvedEndpointParameters;
266
- export interface ApplicationDiscoveryServiceClientResolvedConfig
267
- extends ApplicationDiscoveryServiceClientResolvedConfigType {}
255
+ export interface ApplicationDiscoveryServiceClientResolvedConfig extends ApplicationDiscoveryServiceClientResolvedConfigType {}
268
256
  export declare class ApplicationDiscoveryServiceClient extends __Client<
269
257
  __HttpHandlerOptions,
270
258
  ServiceInputTypes,
@@ -273,9 +261,7 @@ export declare class ApplicationDiscoveryServiceClient extends __Client<
273
261
  > {
274
262
  readonly config: ApplicationDiscoveryServiceClientResolvedConfig;
275
263
  constructor(
276
- ...[
277
- configuration,
278
- ]: __CheckOptionalClientConfig<ApplicationDiscoveryServiceClientConfig>
264
+ ...[configuration]: __CheckOptionalClientConfig<ApplicationDiscoveryServiceClientConfig>
279
265
  );
280
266
  destroy(): void;
281
267
  }
@@ -8,16 +8,11 @@ export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
10
  setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: ApplicationDiscoveryServiceHttpAuthSchemeProvider
11
+ httpAuthSchemeProvider: ApplicationDiscoveryServiceHttpAuthSchemeProvider,
12
12
  ): void;
13
13
  httpAuthSchemeProvider(): ApplicationDiscoveryServiceHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
14
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
15
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
16
  }
22
17
  export type HttpAuthRuntimeConfig = Partial<{
23
18
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +20,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
20
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
21
  }>;
27
22
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
23
+ runtimeConfig: HttpAuthRuntimeConfig,
29
24
  ) => HttpAuthExtensionConfiguration;
30
25
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
26
+ config: HttpAuthExtensionConfiguration,
32
27
  ) => HttpAuthRuntimeConfig;