@aws-sdk/client-application-discovery-service 3.337.0 → 3.338.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 (113) hide show
  1. package/dist-cjs/ApplicationDiscoveryServiceClient.js +2 -1
  2. package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -1
  3. package/dist-cjs/commands/BatchDeleteImportDataCommand.js +2 -1
  4. package/dist-cjs/commands/CreateApplicationCommand.js +2 -1
  5. package/dist-cjs/commands/CreateTagsCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteApplicationsCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteTagsCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeAgentsCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeConfigurationsCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeContinuousExportsCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeExportTasksCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeImportTasksCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeTagsCommand.js +2 -1
  15. package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -1
  16. package/dist-cjs/commands/ExportConfigurationsCommand.js +2 -1
  17. package/dist-cjs/commands/GetDiscoverySummaryCommand.js +2 -1
  18. package/dist-cjs/commands/ListConfigurationsCommand.js +2 -1
  19. package/dist-cjs/commands/ListServerNeighborsCommand.js +2 -1
  20. package/dist-cjs/commands/StartContinuousExportCommand.js +2 -1
  21. package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +2 -1
  22. package/dist-cjs/commands/StartExportTaskCommand.js +2 -1
  23. package/dist-cjs/commands/StartImportTaskCommand.js +2 -1
  24. package/dist-cjs/commands/StopContinuousExportCommand.js +2 -1
  25. package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +2 -1
  26. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -1
  27. package/dist-cjs/index.js +2 -2
  28. package/dist-cjs/models/ApplicationDiscoveryServiceServiceException.js +2 -1
  29. package/dist-es/ApplicationDiscoveryServiceClient.js +1 -0
  30. package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +1 -0
  31. package/dist-es/commands/BatchDeleteImportDataCommand.js +1 -0
  32. package/dist-es/commands/CreateApplicationCommand.js +1 -0
  33. package/dist-es/commands/CreateTagsCommand.js +1 -0
  34. package/dist-es/commands/DeleteApplicationsCommand.js +1 -0
  35. package/dist-es/commands/DeleteTagsCommand.js +1 -0
  36. package/dist-es/commands/DescribeAgentsCommand.js +1 -0
  37. package/dist-es/commands/DescribeConfigurationsCommand.js +1 -0
  38. package/dist-es/commands/DescribeContinuousExportsCommand.js +1 -0
  39. package/dist-es/commands/DescribeExportConfigurationsCommand.js +1 -0
  40. package/dist-es/commands/DescribeExportTasksCommand.js +1 -0
  41. package/dist-es/commands/DescribeImportTasksCommand.js +1 -0
  42. package/dist-es/commands/DescribeTagsCommand.js +1 -0
  43. package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +1 -0
  44. package/dist-es/commands/ExportConfigurationsCommand.js +1 -0
  45. package/dist-es/commands/GetDiscoverySummaryCommand.js +1 -0
  46. package/dist-es/commands/ListConfigurationsCommand.js +1 -0
  47. package/dist-es/commands/ListServerNeighborsCommand.js +1 -0
  48. package/dist-es/commands/StartContinuousExportCommand.js +1 -0
  49. package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +1 -0
  50. package/dist-es/commands/StartExportTaskCommand.js +1 -0
  51. package/dist-es/commands/StartImportTaskCommand.js +1 -0
  52. package/dist-es/commands/StopContinuousExportCommand.js +1 -0
  53. package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +1 -0
  54. package/dist-es/commands/UpdateApplicationCommand.js +1 -0
  55. package/dist-es/index.js +2 -2
  56. package/dist-es/models/ApplicationDiscoveryServiceServiceException.js +1 -0
  57. package/dist-types/ApplicationDiscoveryServiceClient.d.ts +3 -3
  58. package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +4 -0
  59. package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +4 -0
  60. package/dist-types/commands/CreateApplicationCommand.d.ts +4 -0
  61. package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
  62. package/dist-types/commands/DeleteApplicationsCommand.d.ts +4 -0
  63. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  64. package/dist-types/commands/DescribeAgentsCommand.d.ts +4 -0
  65. package/dist-types/commands/DescribeConfigurationsCommand.d.ts +4 -0
  66. package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +4 -0
  67. package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +4 -0
  68. package/dist-types/commands/DescribeExportTasksCommand.d.ts +4 -0
  69. package/dist-types/commands/DescribeImportTasksCommand.d.ts +4 -0
  70. package/dist-types/commands/DescribeTagsCommand.d.ts +4 -0
  71. package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +4 -0
  72. package/dist-types/commands/ExportConfigurationsCommand.d.ts +4 -0
  73. package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +4 -0
  74. package/dist-types/commands/ListConfigurationsCommand.d.ts +4 -0
  75. package/dist-types/commands/ListServerNeighborsCommand.d.ts +4 -0
  76. package/dist-types/commands/StartContinuousExportCommand.d.ts +4 -0
  77. package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +4 -0
  78. package/dist-types/commands/StartExportTaskCommand.d.ts +4 -0
  79. package/dist-types/commands/StartImportTaskCommand.d.ts +4 -0
  80. package/dist-types/commands/StopContinuousExportCommand.d.ts +4 -0
  81. package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +4 -0
  82. package/dist-types/commands/UpdateApplicationCommand.d.ts +4 -0
  83. package/dist-types/index.d.ts +119 -2
  84. package/dist-types/models/ApplicationDiscoveryServiceServiceException.d.ts +1 -0
  85. package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +3 -3
  86. package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/index.d.ts +2 -2
  112. package/dist-types/ts3.4/models/ApplicationDiscoveryServiceServiceException.d.ts +1 -0
  113. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateApplicationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./ApplicationDiscoveryService";
2
1
  export * from "./ApplicationDiscoveryServiceClient";
2
+ export * from "./ApplicationDiscoveryService";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { ApplicationDiscoveryServiceServiceException } from "./models/ApplicationDiscoveryServiceServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class ApplicationDiscoveryServiceServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -34,6 +34,7 @@ import { StopContinuousExportCommandInput, StopContinuousExportCommandOutput } f
34
34
  import { StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput } from "./commands/StopDataCollectionByAgentIdsCommand";
35
35
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
36
36
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
37
+ export { __Client };
37
38
  /**
38
39
  * @public
39
40
  */
@@ -148,7 +149,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
148
149
  /**
149
150
  * @public
150
151
  */
151
- type ApplicationDiscoveryServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
152
+ export type ApplicationDiscoveryServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
152
153
  /**
153
154
  * @public
154
155
  *
@@ -159,7 +160,7 @@ export interface ApplicationDiscoveryServiceClientConfig extends ApplicationDisc
159
160
  /**
160
161
  * @public
161
162
  */
162
- type ApplicationDiscoveryServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
163
+ export type ApplicationDiscoveryServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
163
164
  /**
164
165
  * @public
165
166
  *
@@ -296,4 +297,3 @@ export declare class ApplicationDiscoveryServiceClient extends __Client<__HttpHa
296
297
  */
297
298
  destroy(): void;
298
299
  }
299
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { AssociateConfigurationItemsToApplicationRequest, AssociateConfigurationItemsToApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { BatchDeleteImportDataRequest, BatchDeleteImportDataResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { CreateTagsRequest, CreateTagsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DeleteApplicationsRequest, DeleteApplicationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DeleteTagsRequest, DeleteTagsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DescribeAgentsRequest, DescribeAgentsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DescribeConfigurationsRequest, DescribeConfigurationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DescribeContinuousExportsRequest, DescribeContinuousExportsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DescribeExportConfigurationsRequest, DescribeExportConfigurationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DescribeExportTasksRequest, DescribeExportTasksResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DescribeImportTasksRequest, DescribeImportTasksResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { DisassociateConfigurationItemsFromApplicationRequest, DisassociateConfigurationItemsFromApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { ExportConfigurationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { GetDiscoverySummaryRequest, GetDiscoverySummaryResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { ListServerNeighborsRequest, ListServerNeighborsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { StartContinuousExportRequest, StartContinuousExportResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { StartExportTaskRequest, StartExportTaskResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { StartImportTaskRequest, StartImportTaskResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { StopContinuousExportRequest, StopContinuousExportResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { StopDataCollectionByAgentIdsRequest, StopDataCollectionByAgentIdsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
5
  import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,123 @@
1
- export * from "./ApplicationDiscoveryService";
1
+ /**
2
+ * <fullname>Amazon Web Services Application Discovery Service</fullname>
3
+ * <p>Amazon Web Services Application Discovery Service helps you plan application migration projects. It
4
+ * automatically identifies servers, virtual machines (VMs), and network dependencies in your
5
+ * on-premises data centers. For more information, see the <a href="http://aws.amazon.com/application-discovery/faqs/">Amazon Web Services Application Discovery Service FAQ</a>.
6
+ * Application Discovery Service offers three ways of performing discovery and
7
+ * collecting data about your on-premises servers:</p>
8
+ * <ul>
9
+ * <li>
10
+ * <p>
11
+ * <b>Agentless discovery</b> is recommended for environments
12
+ * that use VMware vCenter Server. This mode doesn't require you to install an agent on each
13
+ * host. It does not work in non-VMware environments.</p>
14
+ * <ul>
15
+ * <li>
16
+ * <p>Agentless discovery gathers server information regardless of the operating
17
+ * systems, which minimizes the time required for initial on-premises infrastructure
18
+ * assessment.</p>
19
+ * </li>
20
+ * <li>
21
+ * <p>Agentless discovery doesn't collect information about network dependencies, only
22
+ * agent-based discovery collects that information.</p>
23
+ * </li>
24
+ * </ul>
25
+ * </li>
26
+ * </ul>
27
+ * <ul>
28
+ * <li>
29
+ * <p>
30
+ * <b>Agent-based discovery</b> collects a richer set of data
31
+ * than agentless discovery by using the Amazon Web Services Application Discovery Agent, which you install
32
+ * on one or more hosts in your data center.</p>
33
+ * <ul>
34
+ * <li>
35
+ * <p> The agent captures infrastructure and application information, including an
36
+ * inventory of running processes, system performance information, resource utilization,
37
+ * and network dependencies.</p>
38
+ * </li>
39
+ * <li>
40
+ * <p>The information collected by agents is secured at rest and in transit to the
41
+ * Application Discovery Service database in the cloud. </p>
42
+ * </li>
43
+ * </ul>
44
+ * </li>
45
+ * </ul>
46
+ * <ul>
47
+ * <li>
48
+ * <p>
49
+ * <b>Amazon Web Services Partner Network (APN) solutions</b> integrate with
50
+ * Application Discovery Service, enabling you to import details of your on-premises
51
+ * environment directly into Migration Hub without using the discovery connector or discovery
52
+ * agent.</p>
53
+ * <ul>
54
+ * <li>
55
+ * <p>Third-party application discovery tools can query Amazon Web Services Application Discovery
56
+ * Service, and they can write to the Application Discovery Service database using the
57
+ * public API.</p>
58
+ * </li>
59
+ * <li>
60
+ * <p>In this way, you can import data into Migration Hub and view it, so that you can
61
+ * associate applications with servers and track migrations.</p>
62
+ * </li>
63
+ * </ul>
64
+ * </li>
65
+ * </ul>
66
+ * <p>
67
+ * <b>Recommendations</b>
68
+ * </p>
69
+ * <p>We recommend that you use agent-based discovery for non-VMware environments, and
70
+ * whenever you want to collect information about network dependencies. You can run agent-based
71
+ * and agentless discovery simultaneously. Use agentless discovery to complete the initial
72
+ * infrastructure assessment quickly, and then install agents on select hosts to collect
73
+ * additional information.</p>
74
+ * <p>
75
+ * <b>Working With This Guide</b>
76
+ * </p>
77
+ * <p>This API reference provides descriptions, syntax, and usage examples for each of the
78
+ * actions and data types for Application Discovery Service. The topic for each action shows the
79
+ * API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to
80
+ * access an API that is tailored to the programming language or platform that you're using. For
81
+ * more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services
82
+ * SDKs</a>.</p>
83
+ * <note>
84
+ * <ul>
85
+ * <li>
86
+ * <p>Remember that you must set your Migration Hub home region before you call any of
87
+ * these APIs.</p>
88
+ * </li>
89
+ * <li>
90
+ * <p>You must make API calls for write actions (create, notify, associate, disassociate,
91
+ * import, or put) while in your home region, or a <code>HomeRegionNotSetException</code>
92
+ * error is returned.</p>
93
+ * </li>
94
+ * <li>
95
+ * <p>API calls for read actions (list, describe, stop, and delete) are permitted outside
96
+ * of your home region.</p>
97
+ * </li>
98
+ * <li>
99
+ * <p>Although it is unlikely, the Migration Hub home region could change. If you call
100
+ * APIs outside the home region, an <code>InvalidInputException</code> is returned.</p>
101
+ * </li>
102
+ * <li>
103
+ * <p>You must call <code>GetHomeRegion</code> to obtain the latest Migration Hub home
104
+ * region.</p>
105
+ * </li>
106
+ * </ul>
107
+ * </note>
108
+ * <p>This guide is intended for use with the <a href="http://docs.aws.amazon.com/application-discovery/latest/userguide/">Amazon Web Services Application
109
+ * Discovery Service User Guide</a>.</p>
110
+ * <important>
111
+ * <p>All data is handled according to the <a href="http://aws.amazon.com/privacy/">Amazon Web Services
112
+ * Privacy Policy</a>. You can operate Application Discovery Service offline to inspect
113
+ * collected data before it is shared with the service.</p>
114
+ * </important>
115
+ *
116
+ * @packageDocumentation
117
+ */
2
118
  export * from "./ApplicationDiscoveryServiceClient";
119
+ export * from "./ApplicationDiscoveryService";
3
120
  export * from "./commands";
4
- export * from "./models";
5
121
  export * from "./pagination";
122
+ export * from "./models";
6
123
  export { ApplicationDiscoveryServiceServiceException } from "./models/ApplicationDiscoveryServiceServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -151,6 +151,7 @@ import {
151
151
  ClientResolvedEndpointParameters,
152
152
  EndpointParameters,
153
153
  } from "./endpoint/EndpointParameters";
154
+ export { __Client };
154
155
  export type ServiceInputTypes =
155
156
  | AssociateConfigurationItemsToApplicationCommandInput
156
157
  | BatchDeleteImportDataCommandInput
@@ -227,7 +228,7 @@ export interface ClientDefaults
227
228
  logger?: __Logger;
228
229
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
229
230
  }
230
- type ApplicationDiscoveryServiceClientConfigType = Partial<
231
+ export type ApplicationDiscoveryServiceClientConfigType = Partial<
231
232
  __SmithyConfiguration<__HttpHandlerOptions>
232
233
  > &
233
234
  ClientDefaults &
@@ -240,7 +241,7 @@ type ApplicationDiscoveryServiceClientConfigType = Partial<
240
241
  ClientInputEndpointParameters;
241
242
  export interface ApplicationDiscoveryServiceClientConfig
242
243
  extends ApplicationDiscoveryServiceClientConfigType {}
243
- type ApplicationDiscoveryServiceClientResolvedConfigType =
244
+ export type ApplicationDiscoveryServiceClientResolvedConfigType =
244
245
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
245
246
  Required<ClientDefaults> &
246
247
  RegionResolvedConfig &
@@ -262,4 +263,3 @@ export declare class ApplicationDiscoveryServiceClient extends __Client<
262
263
  constructor(configuration: ApplicationDiscoveryServiceClientConfig);
263
264
  destroy(): void;
264
265
  }
265
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AssociateConfigurationItemsToApplicationRequest,
16
16
  AssociateConfigurationItemsToApplicationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AssociateConfigurationItemsToApplicationCommandInput
19
20
  extends AssociateConfigurationItemsToApplicationRequest {}
20
21
  export interface AssociateConfigurationItemsToApplicationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  BatchDeleteImportDataRequest,
16
16
  BatchDeleteImportDataResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface BatchDeleteImportDataCommandInput
19
20
  extends BatchDeleteImportDataRequest {}
20
21
  export interface BatchDeleteImportDataCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateApplicationRequest,
16
16
  CreateApplicationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateApplicationCommandInput
19
20
  extends CreateApplicationRequest {}
20
21
  export interface CreateApplicationCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ApplicationDiscoveryServiceClient";
14
14
  import { CreateTagsRequest, CreateTagsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateTagsCommandInput extends CreateTagsRequest {}
16
17
  export interface CreateTagsCommandOutput
17
18
  extends CreateTagsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteApplicationsRequest,
16
16
  DeleteApplicationsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteApplicationsCommandInput
19
20
  extends DeleteApplicationsRequest {}
20
21
  export interface DeleteApplicationsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../ApplicationDiscoveryServiceClient";
14
14
  import { DeleteTagsRequest, DeleteTagsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteTagsCommandInput extends DeleteTagsRequest {}
16
17
  export interface DeleteTagsCommandOutput
17
18
  extends DeleteTagsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAgentsRequest,
16
16
  DescribeAgentsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAgentsCommandInput extends DescribeAgentsRequest {}
19
20
  export interface DescribeAgentsCommandOutput
20
21
  extends DescribeAgentsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeConfigurationsRequest,
16
16
  DescribeConfigurationsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeConfigurationsCommandInput
19
20
  extends DescribeConfigurationsRequest {}
20
21
  export interface DescribeConfigurationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeContinuousExportsRequest,
16
16
  DescribeContinuousExportsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeContinuousExportsCommandInput
19
20
  extends DescribeContinuousExportsRequest {}
20
21
  export interface DescribeContinuousExportsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeExportConfigurationsRequest,
16
16
  DescribeExportConfigurationsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeExportConfigurationsCommandInput
19
20
  extends DescribeExportConfigurationsRequest {}
20
21
  export interface DescribeExportConfigurationsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeExportTasksRequest,
16
16
  DescribeExportTasksResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeExportTasksCommandInput
19
20
  extends DescribeExportTasksRequest {}
20
21
  export interface DescribeExportTasksCommandOutput