@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
@@ -22,10 +22,10 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _
22
22
  }
23
23
  declare const StartImportTaskCommand_base: {
24
24
  new (input: StartImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts an import task, which allows you to import details of your on-premises environment
30
30
  * directly into Amazon Web Services Migration Hub without having to use the Amazon Web Services Application Discovery
31
31
  * Service (Application Discovery Service) tools such as the Amazon Web Services Application Discovery Service Agentless Collector
@@ -125,6 +125,7 @@ declare const StartImportTaskCommand_base: {
125
125
  * @throws {@link ApplicationDiscoveryServiceServiceException}
126
126
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
127
127
  *
128
+ * @public
128
129
  */
129
130
  export declare class StartImportTaskCommand extends StartImportTaskCommand_base {
130
131
  }
@@ -22,10 +22,10 @@ export interface StopContinuousExportCommandOutput extends StopContinuousExportR
22
22
  }
23
23
  declare const StopContinuousExportCommand_base: {
24
24
  new (input: StopContinuousExportCommandInput): import("@smithy/smithy-client").CommandImpl<StopContinuousExportCommandInput, StopContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopContinuousExportCommandInput): import("@smithy/smithy-client").CommandImpl<StopContinuousExportCommandInput, StopContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stop the continuous flow of agent's discovered data into Amazon Athena.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const StopContinuousExportCommand_base: {
85
85
  * @throws {@link ApplicationDiscoveryServiceServiceException}
86
86
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class StopContinuousExportCommand extends StopContinuousExportCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface StopDataCollectionByAgentIdsCommandOutput extends StopDataColle
22
22
  }
23
23
  declare const StopDataCollectionByAgentIdsCommand_base: {
24
24
  new (input: StopDataCollectionByAgentIdsCommandInput): import("@smithy/smithy-client").CommandImpl<StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopDataCollectionByAgentIdsCommandInput): import("@smithy/smithy-client").CommandImpl<StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Instructs the specified agents to stop collecting data.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const StopDataCollectionByAgentIdsCommand_base: {
78
78
  * @throws {@link ApplicationDiscoveryServiceServiceException}
79
79
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class StopDataCollectionByAgentIdsCommand extends StopDataCollectionByAgentIdsCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
22
22
  }
23
23
  declare const UpdateApplicationCommand_base: {
24
24
  new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates metadata about an application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -70,6 +70,7 @@ declare const UpdateApplicationCommand_base: {
70
70
  * @throws {@link ApplicationDiscoveryServiceServiceException}
71
71
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
72
72
  *
73
+ * @public
73
74
  */
74
75
  export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {
75
76
  }