@aws-sdk/client-application-discovery-service 3.296.0 → 3.298.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 (86) hide show
  1. package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -3
  2. package/dist-cjs/commands/BatchDeleteImportDataCommand.js +2 -3
  3. package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
  4. package/dist-cjs/commands/CreateTagsCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteApplicationsCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
  7. package/dist-cjs/commands/DescribeAgentsCommand.js +2 -3
  8. package/dist-cjs/commands/DescribeConfigurationsCommand.js +2 -3
  9. package/dist-cjs/commands/DescribeContinuousExportsCommand.js +2 -3
  10. package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +2 -3
  11. package/dist-cjs/commands/DescribeExportTasksCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeImportTasksCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeTagsCommand.js +2 -3
  14. package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -3
  15. package/dist-cjs/commands/ExportConfigurationsCommand.js +2 -3
  16. package/dist-cjs/commands/GetDiscoverySummaryCommand.js +2 -3
  17. package/dist-cjs/commands/ListConfigurationsCommand.js +2 -3
  18. package/dist-cjs/commands/ListServerNeighborsCommand.js +2 -3
  19. package/dist-cjs/commands/StartContinuousExportCommand.js +2 -3
  20. package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +2 -3
  21. package/dist-cjs/commands/StartExportTaskCommand.js +2 -3
  22. package/dist-cjs/commands/StartImportTaskCommand.js +2 -3
  23. package/dist-cjs/commands/StopContinuousExportCommand.js +2 -3
  24. package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
  26. package/dist-cjs/models/models_0.js +1 -274
  27. package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -3
  28. package/dist-es/commands/BatchDeleteImportDataCommand.js +2 -3
  29. package/dist-es/commands/CreateApplicationCommand.js +2 -3
  30. package/dist-es/commands/CreateTagsCommand.js +2 -3
  31. package/dist-es/commands/DeleteApplicationsCommand.js +2 -3
  32. package/dist-es/commands/DeleteTagsCommand.js +2 -3
  33. package/dist-es/commands/DescribeAgentsCommand.js +2 -3
  34. package/dist-es/commands/DescribeConfigurationsCommand.js +2 -3
  35. package/dist-es/commands/DescribeContinuousExportsCommand.js +2 -3
  36. package/dist-es/commands/DescribeExportConfigurationsCommand.js +2 -3
  37. package/dist-es/commands/DescribeExportTasksCommand.js +2 -3
  38. package/dist-es/commands/DescribeImportTasksCommand.js +2 -3
  39. package/dist-es/commands/DescribeTagsCommand.js +2 -3
  40. package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -3
  41. package/dist-es/commands/ExportConfigurationsCommand.js +2 -3
  42. package/dist-es/commands/GetDiscoverySummaryCommand.js +2 -3
  43. package/dist-es/commands/ListConfigurationsCommand.js +2 -3
  44. package/dist-es/commands/ListServerNeighborsCommand.js +2 -3
  45. package/dist-es/commands/StartContinuousExportCommand.js +2 -3
  46. package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +2 -3
  47. package/dist-es/commands/StartExportTaskCommand.js +2 -3
  48. package/dist-es/commands/StartImportTaskCommand.js +2 -3
  49. package/dist-es/commands/StopContinuousExportCommand.js +2 -3
  50. package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +2 -3
  51. package/dist-es/commands/UpdateApplicationCommand.js +2 -3
  52. package/dist-es/models/models_0.js +0 -204
  53. package/dist-types/ApplicationDiscoveryService.d.ts +26 -0
  54. package/dist-types/ApplicationDiscoveryServiceClient.d.ts +24 -4
  55. package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +16 -0
  56. package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +16 -0
  57. package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  58. package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
  59. package/dist-types/commands/DeleteApplicationsCommand.d.ts +16 -0
  60. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  61. package/dist-types/commands/DescribeAgentsCommand.d.ts +16 -0
  62. package/dist-types/commands/DescribeConfigurationsCommand.d.ts +16 -0
  63. package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +16 -0
  64. package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +16 -0
  65. package/dist-types/commands/DescribeExportTasksCommand.d.ts +16 -0
  66. package/dist-types/commands/DescribeImportTasksCommand.d.ts +16 -0
  67. package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
  68. package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +16 -0
  69. package/dist-types/commands/ExportConfigurationsCommand.d.ts +16 -0
  70. package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +16 -0
  71. package/dist-types/commands/ListConfigurationsCommand.d.ts +16 -0
  72. package/dist-types/commands/ListServerNeighborsCommand.d.ts +16 -0
  73. package/dist-types/commands/StartContinuousExportCommand.d.ts +16 -0
  74. package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +16 -0
  75. package/dist-types/commands/StartExportTaskCommand.d.ts +16 -0
  76. package/dist-types/commands/StartImportTaskCommand.d.ts +16 -0
  77. package/dist-types/commands/StopContinuousExportCommand.d.ts +16 -0
  78. package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  80. package/dist-types/models/ApplicationDiscoveryServiceServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +211 -276
  82. package/dist-types/pagination/DescribeContinuousExportsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/DescribeImportTasksPaginator.d.ts +3 -0
  84. package/dist-types/pagination/Interfaces.d.ts +3 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +0 -190
  86. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateApplicationCommand}.
8
10
  */
9
11
  export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateApplicationCommand}.
13
17
  */
14
18
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates metadata about an application.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateApplicationCommandInput - {@link UpdateApplicationCommandInput}
34
+ * @returns {@link UpdateApplicationCommandOutput}
28
35
  * @see {@link UpdateApplicationCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
30
37
  * @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
@@ -51,11 +58,20 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
51
58
  export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
52
59
  readonly input: UpdateApplicationCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: UpdateApplicationCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from ApplicationDiscoveryService service.
4
6
  */
5
7
  export declare class ApplicationDiscoveryServiceServiceException extends __ServiceException {