@aws-sdk/client-application-discovery-service 3.533.0 → 3.536.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/dist-types/ApplicationDiscoveryService.d.ts +11 -1
  2. package/dist-types/ApplicationDiscoveryServiceClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateTagsCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteApplicationsCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeAgentsCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeConfigurationsCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +4 -3
  15. package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeImportTasksCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  18. package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +2 -1
  19. package/dist-types/commands/ExportConfigurationsCommand.d.ts +4 -3
  20. package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +2 -1
  21. package/dist-types/commands/ListConfigurationsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListServerNeighborsCommand.d.ts +2 -1
  23. package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +2 -1
  24. package/dist-types/commands/StartContinuousExportCommand.d.ts +2 -1
  25. package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +2 -1
  26. package/dist-types/commands/StartExportTaskCommand.d.ts +2 -1
  27. package/dist-types/commands/StartImportTaskCommand.d.ts +2 -1
  28. package/dist-types/commands/StopContinuousExportCommand.d.ts +2 -1
  29. package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  31. package/dist-types/models/models_0.d.ts +275 -275
  32. package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +10 -0
  33. package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  61. package/package.json +40 -40
@@ -210,6 +210,7 @@ export interface ApplicationDiscoveryService {
210
210
  options: __HttpHandlerOptions,
211
211
  cb: (err: any, data?: DeleteTagsCommandOutput) => void
212
212
  ): void;
213
+ describeAgents(): Promise<DescribeAgentsCommandOutput>;
213
214
  describeAgents(
214
215
  args: DescribeAgentsCommandInput,
215
216
  options?: __HttpHandlerOptions
@@ -255,6 +256,7 @@ export interface ApplicationDiscoveryService {
255
256
  options: __HttpHandlerOptions,
256
257
  cb: (err: any, data?: DescribeConfigurationsCommandOutput) => void
257
258
  ): void;
259
+ describeContinuousExports(): Promise<DescribeContinuousExportsCommandOutput>;
258
260
  describeContinuousExports(
259
261
  args: DescribeContinuousExportsCommandInput,
260
262
  options?: __HttpHandlerOptions
@@ -268,6 +270,7 @@ export interface ApplicationDiscoveryService {
268
270
  options: __HttpHandlerOptions,
269
271
  cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void
270
272
  ): void;
273
+ describeExportConfigurations(): Promise<DescribeExportConfigurationsCommandOutput>;
271
274
  describeExportConfigurations(
272
275
  args: DescribeExportConfigurationsCommandInput,
273
276
  options?: __HttpHandlerOptions
@@ -281,6 +284,7 @@ export interface ApplicationDiscoveryService {
281
284
  options: __HttpHandlerOptions,
282
285
  cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void
283
286
  ): void;
287
+ describeExportTasks(): Promise<DescribeExportTasksCommandOutput>;
284
288
  describeExportTasks(
285
289
  args: DescribeExportTasksCommandInput,
286
290
  options?: __HttpHandlerOptions
@@ -294,6 +298,7 @@ export interface ApplicationDiscoveryService {
294
298
  options: __HttpHandlerOptions,
295
299
  cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
296
300
  ): void;
301
+ describeImportTasks(): Promise<DescribeImportTasksCommandOutput>;
297
302
  describeImportTasks(
298
303
  args: DescribeImportTasksCommandInput,
299
304
  options?: __HttpHandlerOptions
@@ -307,6 +312,7 @@ export interface ApplicationDiscoveryService {
307
312
  options: __HttpHandlerOptions,
308
313
  cb: (err: any, data?: DescribeImportTasksCommandOutput) => void
309
314
  ): void;
315
+ describeTags(): Promise<DescribeTagsCommandOutput>;
310
316
  describeTags(
311
317
  args: DescribeTagsCommandInput,
312
318
  options?: __HttpHandlerOptions
@@ -339,6 +345,7 @@ export interface ApplicationDiscoveryService {
339
345
  data?: DisassociateConfigurationItemsFromApplicationCommandOutput
340
346
  ) => void
341
347
  ): void;
348
+ exportConfigurations(): Promise<ExportConfigurationsCommandOutput>;
342
349
  exportConfigurations(
343
350
  args: ExportConfigurationsCommandInput,
344
351
  options?: __HttpHandlerOptions
@@ -352,6 +359,7 @@ export interface ApplicationDiscoveryService {
352
359
  options: __HttpHandlerOptions,
353
360
  cb: (err: any, data?: ExportConfigurationsCommandOutput) => void
354
361
  ): void;
362
+ getDiscoverySummary(): Promise<GetDiscoverySummaryCommandOutput>;
355
363
  getDiscoverySummary(
356
364
  args: GetDiscoverySummaryCommandInput,
357
365
  options?: __HttpHandlerOptions
@@ -410,6 +418,7 @@ export interface ApplicationDiscoveryService {
410
418
  data?: StartBatchDeleteConfigurationTaskCommandOutput
411
419
  ) => void
412
420
  ): void;
421
+ startContinuousExport(): Promise<StartContinuousExportCommandOutput>;
413
422
  startContinuousExport(
414
423
  args: StartContinuousExportCommandInput,
415
424
  options?: __HttpHandlerOptions
@@ -436,6 +445,7 @@ export interface ApplicationDiscoveryService {
436
445
  options: __HttpHandlerOptions,
437
446
  cb: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void
438
447
  ): void;
448
+ startExportTask(): Promise<StartExportTaskCommandOutput>;
439
449
  startExportTask(
440
450
  args: StartExportTaskCommandInput,
441
451
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AssociateConfigurationItemsToApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AssociateConfigurationItemsToApplicationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AssociateConfigurationItemsToApplicationCommandInput,
32
+ AssociateConfigurationItemsToApplicationCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AssociateConfigurationItemsToApplicationCommand extends AssociateConfigurationItemsToApplicationCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchDeleteAgentsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDeleteAgentsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDeleteAgentsCommandInput,
32
+ BatchDeleteAgentsCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDeleteAgentsCommand extends BatchDeleteAgentsCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchDeleteImportDataCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchDeleteImportDataCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchDeleteImportDataCommandInput,
32
+ BatchDeleteImportDataCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchDeleteImportDataCommand extends BatchDeleteImportDataCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateApplicationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateApplicationCommandInput,
32
+ CreateApplicationCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateTagsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateTagsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateTagsCommandInput,
28
+ CreateTagsCommandOutput,
29
+ ApplicationDiscoveryServiceClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateTagsCommand extends CreateTagsCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteApplicationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteApplicationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteApplicationsCommandInput,
32
+ DeleteApplicationsCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteApplicationsCommand extends DeleteApplicationsCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteTagsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteTagsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteTagsCommandInput,
28
+ DeleteTagsCommandOutput,
29
+ ApplicationDiscoveryServiceClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteTagsCommand extends DeleteTagsCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeAgentsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [DescribeAgentsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeAgentsCommandInput,
31
+ DescribeAgentsCommandOutput,
32
+ ApplicationDiscoveryServiceClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeAgentsCommand extends DescribeAgentsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeBatchDeleteConfigurationTaskCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeBatchDeleteConfigurationTaskCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeBatchDeleteConfigurationTaskCommandInput,
32
+ DescribeBatchDeleteConfigurationTaskCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeBatchDeleteConfigurationTaskCommand extends DescribeBatchDeleteConfigurationTaskCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeConfigurationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeConfigurationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeConfigurationsCommandInput,
32
+ DescribeConfigurationsCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeConfigurationsCommand extends DescribeConfigurationsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeContinuousExportsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeContinuousExportsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeContinuousExportsCommandInput,
32
+ DescribeContinuousExportsCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeContinuousExportsCommand extends DescribeContinuousExportsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeExportConfigurationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeExportConfigurationsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeExportConfigurationsCommandInput,
32
+ DescribeExportConfigurationsCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeExportConfigurationsCommand extends DescribeExportConfigurationsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeExportTasksCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeExportTasksCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeExportTasksCommandInput,
32
+ DescribeExportTasksCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeExportTasksCommand extends DescribeExportTasksCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeImportTasksCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeImportTasksCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeImportTasksCommandInput,
32
+ DescribeImportTasksCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeImportTasksCommand extends DescribeImportTasksCommand_base {}
@@ -21,6 +21,15 @@ declare const DescribeTagsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [DescribeTagsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DescribeTagsCommandInput,
28
+ DescribeTagsCommandOutput,
29
+ ApplicationDiscoveryServiceClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DescribeTagsCommand extends DescribeTagsCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateConfigurationItemsFromApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateConfigurationItemsFromApplicationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateConfigurationItemsFromApplicationCommandInput,
32
+ DisassociateConfigurationItemsFromApplicationCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateConfigurationItemsFromApplicationCommand extends DisassociateConfigurationItemsFromApplicationCommand_base {}
@@ -21,6 +21,15 @@ declare const ExportConfigurationsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [ExportConfigurationsCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ ExportConfigurationsCommandInput,
28
+ ExportConfigurationsCommandOutput,
29
+ ApplicationDiscoveryServiceClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class ExportConfigurationsCommand extends ExportConfigurationsCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDiscoverySummaryCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetDiscoverySummaryCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDiscoverySummaryCommandInput,
32
+ GetDiscoverySummaryCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDiscoverySummaryCommand extends GetDiscoverySummaryCommand_base {}
@@ -25,6 +25,15 @@ declare const ListConfigurationsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListConfigurationsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListConfigurationsCommandInput,
32
+ ListConfigurationsCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListServerNeighborsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListServerNeighborsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListServerNeighborsCommandInput,
32
+ ListServerNeighborsCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListServerNeighborsCommand extends ListServerNeighborsCommand_base {}
@@ -25,6 +25,15 @@ declare const StartBatchDeleteConfigurationTaskCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartBatchDeleteConfigurationTaskCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartBatchDeleteConfigurationTaskCommandInput,
32
+ StartBatchDeleteConfigurationTaskCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartBatchDeleteConfigurationTaskCommand extends StartBatchDeleteConfigurationTaskCommand_base {}
@@ -25,6 +25,15 @@ declare const StartContinuousExportCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [StartContinuousExportCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartContinuousExportCommandInput,
32
+ StartContinuousExportCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartContinuousExportCommand extends StartContinuousExportCommand_base {}
@@ -25,6 +25,15 @@ declare const StartDataCollectionByAgentIdsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartDataCollectionByAgentIdsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartDataCollectionByAgentIdsCommandInput,
32
+ StartDataCollectionByAgentIdsCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartDataCollectionByAgentIdsCommand extends StartDataCollectionByAgentIdsCommand_base {}
@@ -24,6 +24,15 @@ declare const StartExportTaskCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [StartExportTaskCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ StartExportTaskCommandInput,
31
+ StartExportTaskCommandOutput,
32
+ ApplicationDiscoveryServiceClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class StartExportTaskCommand extends StartExportTaskCommand_base {}
@@ -24,6 +24,15 @@ declare const StartImportTaskCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: StartImportTaskCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ StartImportTaskCommandInput,
31
+ StartImportTaskCommandOutput,
32
+ ApplicationDiscoveryServiceClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class StartImportTaskCommand extends StartImportTaskCommand_base {}
@@ -25,6 +25,15 @@ declare const StopContinuousExportCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StopContinuousExportCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopContinuousExportCommandInput,
32
+ StopContinuousExportCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StopContinuousExportCommand extends StopContinuousExportCommand_base {}
@@ -25,6 +25,15 @@ declare const StopDataCollectionByAgentIdsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StopDataCollectionByAgentIdsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StopDataCollectionByAgentIdsCommandInput,
32
+ StopDataCollectionByAgentIdsCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StopDataCollectionByAgentIdsCommand extends StopDataCollectionByAgentIdsCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateApplicationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateApplicationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateApplicationCommandInput,
32
+ UpdateApplicationCommandOutput,
33
+ ApplicationDiscoveryServiceClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-application-discovery-service",
3
3
  "description": "AWS SDK for JavaScript Application Discovery Service Client for Node.js, Browser and React Native",
4
- "version": "3.533.0",
4
+ "version": "3.536.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-application-discovery-service",
@@ -20,48 +20,48 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.533.0",
24
- "@aws-sdk/core": "3.533.0",
25
- "@aws-sdk/credential-provider-node": "3.533.0",
26
- "@aws-sdk/middleware-host-header": "3.533.0",
27
- "@aws-sdk/middleware-logger": "3.533.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.533.0",
29
- "@aws-sdk/middleware-user-agent": "3.533.0",
30
- "@aws-sdk/region-config-resolver": "3.533.0",
31
- "@aws-sdk/types": "3.533.0",
32
- "@aws-sdk/util-endpoints": "3.533.0",
33
- "@aws-sdk/util-user-agent-browser": "3.533.0",
34
- "@aws-sdk/util-user-agent-node": "3.533.0",
35
- "@smithy/config-resolver": "^2.1.5",
36
- "@smithy/core": "^1.3.8",
37
- "@smithy/fetch-http-handler": "^2.4.5",
38
- "@smithy/hash-node": "^2.1.4",
39
- "@smithy/invalid-dependency": "^2.1.4",
40
- "@smithy/middleware-content-length": "^2.1.4",
41
- "@smithy/middleware-endpoint": "^2.4.6",
42
- "@smithy/middleware-retry": "^2.1.7",
43
- "@smithy/middleware-serde": "^2.2.1",
44
- "@smithy/middleware-stack": "^2.1.4",
45
- "@smithy/node-config-provider": "^2.2.5",
46
- "@smithy/node-http-handler": "^2.4.3",
47
- "@smithy/protocol-http": "^3.2.2",
48
- "@smithy/smithy-client": "^2.4.5",
49
- "@smithy/types": "^2.11.0",
50
- "@smithy/url-parser": "^2.1.4",
51
- "@smithy/util-base64": "^2.2.1",
52
- "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.2",
54
- "@smithy/util-defaults-mode-browser": "^2.1.7",
55
- "@smithy/util-defaults-mode-node": "^2.2.7",
56
- "@smithy/util-endpoints": "^1.1.5",
57
- "@smithy/util-middleware": "^2.1.4",
58
- "@smithy/util-retry": "^2.1.4",
59
- "@smithy/util-utf8": "^2.2.0",
60
- "tslib": "^2.5.0",
23
+ "@aws-sdk/client-sts": "3.535.0",
24
+ "@aws-sdk/core": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.535.0",
26
+ "@aws-sdk/middleware-host-header": "3.535.0",
27
+ "@aws-sdk/middleware-logger": "3.535.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.535.0",
30
+ "@aws-sdk/region-config-resolver": "3.535.0",
31
+ "@aws-sdk/types": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.535.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
34
+ "@aws-sdk/util-user-agent-node": "3.535.0",
35
+ "@smithy/config-resolver": "^2.2.0",
36
+ "@smithy/core": "^1.4.0",
37
+ "@smithy/fetch-http-handler": "^2.5.0",
38
+ "@smithy/hash-node": "^2.2.0",
39
+ "@smithy/invalid-dependency": "^2.2.0",
40
+ "@smithy/middleware-content-length": "^2.2.0",
41
+ "@smithy/middleware-endpoint": "^2.5.0",
42
+ "@smithy/middleware-retry": "^2.2.0",
43
+ "@smithy/middleware-serde": "^2.3.0",
44
+ "@smithy/middleware-stack": "^2.2.0",
45
+ "@smithy/node-config-provider": "^2.3.0",
46
+ "@smithy/node-http-handler": "^2.5.0",
47
+ "@smithy/protocol-http": "^3.3.0",
48
+ "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/types": "^2.12.0",
50
+ "@smithy/url-parser": "^2.2.0",
51
+ "@smithy/util-base64": "^2.3.0",
52
+ "@smithy/util-body-length-browser": "^2.2.0",
53
+ "@smithy/util-body-length-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
55
+ "@smithy/util-defaults-mode-node": "^2.3.0",
56
+ "@smithy/util-endpoints": "^1.2.0",
57
+ "@smithy/util-middleware": "^2.2.0",
58
+ "@smithy/util-retry": "^2.2.0",
59
+ "@smithy/util-utf8": "^2.3.0",
60
+ "tslib": "^2.6.2",
61
61
  "uuid": "^9.0.1"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.1",
64
+ "@smithy/service-client-documentation-generator": "^2.2.0",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "@types/uuid": "^9.0.4",