@aws-sdk/client-application-discovery-service 3.1045.0 → 3.1046.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 (119) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +72 -73
  5. package/dist-cjs/models/ApplicationDiscoveryServiceServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/ApplicationDiscoveryService.js +1 -1
  10. package/dist-es/ApplicationDiscoveryServiceClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -2
  13. package/dist-es/commands/BatchDeleteAgentsCommand.js +2 -2
  14. package/dist-es/commands/BatchDeleteImportDataCommand.js +2 -2
  15. package/dist-es/commands/CreateApplicationCommand.js +2 -2
  16. package/dist-es/commands/CreateTagsCommand.js +2 -2
  17. package/dist-es/commands/DeleteApplicationsCommand.js +2 -2
  18. package/dist-es/commands/DeleteTagsCommand.js +2 -2
  19. package/dist-es/commands/DescribeAgentsCommand.js +2 -2
  20. package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +2 -2
  21. package/dist-es/commands/DescribeConfigurationsCommand.js +2 -2
  22. package/dist-es/commands/DescribeContinuousExportsCommand.js +2 -2
  23. package/dist-es/commands/DescribeExportConfigurationsCommand.js +2 -2
  24. package/dist-es/commands/DescribeExportTasksCommand.js +2 -2
  25. package/dist-es/commands/DescribeImportTasksCommand.js +2 -2
  26. package/dist-es/commands/DescribeTagsCommand.js +2 -2
  27. package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -2
  28. package/dist-es/commands/ExportConfigurationsCommand.js +2 -2
  29. package/dist-es/commands/GetDiscoverySummaryCommand.js +2 -2
  30. package/dist-es/commands/ListConfigurationsCommand.js +2 -2
  31. package/dist-es/commands/ListServerNeighborsCommand.js +2 -2
  32. package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +2 -2
  33. package/dist-es/commands/StartContinuousExportCommand.js +2 -2
  34. package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +2 -2
  35. package/dist-es/commands/StartExportTaskCommand.js +2 -2
  36. package/dist-es/commands/StartImportTaskCommand.js +2 -2
  37. package/dist-es/commands/StopContinuousExportCommand.js +2 -2
  38. package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +2 -2
  39. package/dist-es/commands/UpdateApplicationCommand.js +2 -2
  40. package/dist-es/endpoint/bdd.js +1 -1
  41. package/dist-es/endpoint/endpointResolver.js +1 -1
  42. package/dist-es/models/ApplicationDiscoveryServiceServiceException.js +1 -1
  43. package/dist-es/runtimeConfig.browser.js +4 -6
  44. package/dist-es/runtimeConfig.js +4 -8
  45. package/dist-es/runtimeConfig.shared.js +3 -4
  46. package/dist-es/runtimeExtensions.js +2 -2
  47. package/dist-types/ApplicationDiscoveryServiceClient.d.ts +5 -5
  48. package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +6 -4
  49. package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +6 -4
  50. package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +6 -4
  51. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
  52. package/dist-types/commands/CreateTagsCommand.d.ts +6 -4
  53. package/dist-types/commands/DeleteApplicationsCommand.d.ts +6 -4
  54. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -4
  55. package/dist-types/commands/DescribeAgentsCommand.d.ts +6 -4
  56. package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +6 -4
  57. package/dist-types/commands/DescribeConfigurationsCommand.d.ts +6 -4
  58. package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +6 -4
  59. package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +6 -4
  60. package/dist-types/commands/DescribeExportTasksCommand.d.ts +6 -4
  61. package/dist-types/commands/DescribeImportTasksCommand.d.ts +6 -4
  62. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
  63. package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +6 -4
  64. package/dist-types/commands/ExportConfigurationsCommand.d.ts +6 -4
  65. package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +6 -4
  66. package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -4
  67. package/dist-types/commands/ListServerNeighborsCommand.d.ts +6 -4
  68. package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +6 -4
  69. package/dist-types/commands/StartContinuousExportCommand.d.ts +6 -4
  70. package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +6 -4
  71. package/dist-types/commands/StartExportTaskCommand.d.ts +6 -4
  72. package/dist-types/commands/StartImportTaskCommand.d.ts +6 -4
  73. package/dist-types/commands/StopContinuousExportCommand.d.ts +6 -4
  74. package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +6 -4
  75. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
  76. package/dist-types/endpoint/bdd.d.ts +1 -1
  77. package/dist-types/extensionConfiguration.d.ts +1 -1
  78. package/dist-types/models/ApplicationDiscoveryServiceServiceException.d.ts +1 -1
  79. package/dist-types/models/errors.d.ts +1 -1
  80. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  81. package/dist-types/runtimeConfig.d.ts +2 -2
  82. package/dist-types/runtimeConfig.native.d.ts +2 -2
  83. package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +8 -14
  84. package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  113. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  114. package/dist-types/ts3.4/models/ApplicationDiscoveryServiceServiceException.d.ts +1 -1
  115. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  116. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  117. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  118. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  119. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
22
22
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateApplicationCommand_base: {
25
- new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an application with the given name and description.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { CreateTagsRequest, CreateTagsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateTagsCommandInput extends CreateTagsRequest {
22
22
  export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateTagsCommand_base: {
25
- new (input: CreateTagsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTagsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateTagsCommandInput): import("@smithy/core/client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTagsCommandInput): import("@smithy/core/client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates one or more tags for configuration items. Tags are metadata that help you
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { DeleteApplicationsRequest, DeleteApplicationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteApplicationsCommandInput extends DeleteApplicationsReques
22
22
  export interface DeleteApplicationsCommandOutput extends DeleteApplicationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteApplicationsCommand_base: {
25
- new (input: DeleteApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteApplicationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteApplicationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a list of applications and their associations with configuration
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { DeleteTagsRequest, DeleteTagsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteTagsCommandInput extends DeleteTagsRequest {
22
22
  export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTagsCommand_base: {
25
- new (input: DeleteTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteTagsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTagsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the association between configuration items and one or more tags. This API
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { DescribeAgentsRequest, DescribeAgentsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeAgentsCommandInput extends DescribeAgentsRequest {
22
22
  export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeAgentsCommand_base: {
25
- new (input: DescribeAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeAgentsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeAgentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeAgentsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists agents or collectors as specified by ID or other filters. All agents/collectors
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { DescribeBatchDeleteConfigurationTaskRequest, DescribeBatchDeleteConfigurationTaskResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeBatchDeleteConfigurationTaskCommandInput extends Descri
22
22
  export interface DescribeBatchDeleteConfigurationTaskCommandOutput extends DescribeBatchDeleteConfigurationTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeBatchDeleteConfigurationTaskCommand_base: {
25
- new (input: DescribeBatchDeleteConfigurationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeBatchDeleteConfigurationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeBatchDeleteConfigurationTaskCommandInput): import("@smithy/core/client").CommandImpl<DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeBatchDeleteConfigurationTaskCommandInput): import("@smithy/core/client").CommandImpl<DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { DescribeConfigurationsRequest, DescribeConfigurationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeConfigurationsCommandInput extends DescribeConfiguratio
22
22
  export interface DescribeConfigurationsCommandOutput extends DescribeConfigurationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeConfigurationsCommand_base: {
25
- new (input: DescribeConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves attributes for a list of configuration item IDs.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { DescribeContinuousExportsRequest, DescribeContinuousExportsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeContinuousExportsCommandInput extends DescribeContinuou
22
22
  export interface DescribeContinuousExportsCommandOutput extends DescribeContinuousExportsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeContinuousExportsCommand_base: {
25
- new (input: DescribeContinuousExportsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeContinuousExportsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeContinuousExportsCommandInput): import("@smithy/core/client").CommandImpl<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeContinuousExportsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists exports as specified by ID. All continuous exports associated with your user
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { DescribeExportConfigurationsRequest, DescribeExportConfigurationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeExportConfigurationsCommandInput extends DescribeExport
22
22
  export interface DescribeExportConfigurationsCommandOutput extends DescribeExportConfigurationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeExportConfigurationsCommand_base: {
25
- new (input: DescribeExportConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeExportConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeExportConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeExportConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { DescribeExportTasksRequest, DescribeExportTasksResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeExportTasksCommandInput extends DescribeExportTasksRequ
22
22
  export interface DescribeExportTasksCommandOutput extends DescribeExportTasksResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeExportTasksCommand_base: {
25
- new (input: DescribeExportTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeExportTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeExportTasksCommandInput): import("@smithy/core/client").CommandImpl<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeExportTasksCommandInput]): import("@smithy/core/client").CommandImpl<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieve status of one or more export tasks. You can retrieve the status of up to 100
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { DescribeImportTasksRequest, DescribeImportTasksResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeImportTasksCommandInput extends DescribeImportTasksRequ
22
22
  export interface DescribeImportTasksCommandOutput extends DescribeImportTasksResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeImportTasksCommand_base: {
25
- new (input: DescribeImportTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeImportTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeImportTasksCommandInput): import("@smithy/core/client").CommandImpl<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeImportTasksCommandInput]): import("@smithy/core/client").CommandImpl<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns an array of import tasks for your account, including status information, times,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeTagsCommandInput extends DescribeTagsRequest {
22
22
  export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeTagsCommand_base: {
25
- new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeTagsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeTagsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of configuration items that have tags as specified by the key-value
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { DisassociateConfigurationItemsFromApplicationRequest, DisassociateConfigurationItemsFromApplicationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DisassociateConfigurationItemsFromApplicationCommandInput exten
22
22
  export interface DisassociateConfigurationItemsFromApplicationCommandOutput extends DisassociateConfigurationItemsFromApplicationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateConfigurationItemsFromApplicationCommand_base: {
25
- new (input: DisassociateConfigurationItemsFromApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateConfigurationItemsFromApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociateConfigurationItemsFromApplicationCommandInput): import("@smithy/core/client").CommandImpl<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateConfigurationItemsFromApplicationCommandInput): import("@smithy/core/client").CommandImpl<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Disassociates one or more configuration items from an application.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { ExportConfigurationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ExportConfigurationsCommandInput {
22
22
  export interface ExportConfigurationsCommandOutput extends ExportConfigurationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ExportConfigurationsCommand_base: {
25
- new (input: ExportConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ExportConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ExportConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ExportConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deprecated. Use <code>StartExportTask</code> instead.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { GetDiscoverySummaryRequest, GetDiscoverySummaryResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetDiscoverySummaryCommandInput extends GetDiscoverySummaryRequ
22
22
  export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetDiscoverySummaryCommand_base: {
25
- new (input: GetDiscoverySummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetDiscoverySummaryCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetDiscoverySummaryCommandInput): import("@smithy/core/client").CommandImpl<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetDiscoverySummaryCommandInput]): import("@smithy/core/client").CommandImpl<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a short summary of discovered assets.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListConfigurationsCommandInput extends ListConfigurationsReques
22
22
  export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListConfigurationsCommand_base: {
25
- new (input: ListConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of configuration items as specified by the value passed to the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { ListServerNeighborsRequest, ListServerNeighborsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListServerNeighborsCommandInput extends ListServerNeighborsRequ
22
22
  export interface ListServerNeighborsCommandOutput extends ListServerNeighborsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListServerNeighborsCommand_base: {
25
- new (input: ListServerNeighborsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListServerNeighborsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListServerNeighborsCommandInput): import("@smithy/core/client").CommandImpl<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListServerNeighborsCommandInput): import("@smithy/core/client").CommandImpl<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of servers that are one network hop away from a specified
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { StartBatchDeleteConfigurationTaskRequest, StartBatchDeleteConfigurationTaskResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartBatchDeleteConfigurationTaskCommandInput extends StartBatc
22
22
  export interface StartBatchDeleteConfigurationTaskCommandOutput extends StartBatchDeleteConfigurationTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartBatchDeleteConfigurationTaskCommand_base: {
25
- new (input: StartBatchDeleteConfigurationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartBatchDeleteConfigurationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartBatchDeleteConfigurationTaskCommandInput): import("@smithy/core/client").CommandImpl<StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartBatchDeleteConfigurationTaskCommandInput): import("@smithy/core/client").CommandImpl<StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { StartContinuousExportRequest, StartContinuousExportResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartContinuousExportCommandInput extends StartContinuousExport
22
22
  export interface StartContinuousExportCommandOutput extends StartContinuousExportResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartContinuousExportCommand_base: {
25
- new (input: StartContinuousExportCommandInput): import("@smithy/smithy-client").CommandImpl<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [StartContinuousExportCommandInput]): import("@smithy/smithy-client").CommandImpl<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartContinuousExportCommandInput): import("@smithy/core/client").CommandImpl<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [StartContinuousExportCommandInput]): import("@smithy/core/client").CommandImpl<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Start the continuous flow of agent's discovered data into Amazon Athena.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartDataCollectionByAgentIdsCommandInput extends StartDataColl
22
22
  export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCollectionByAgentIdsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartDataCollectionByAgentIdsCommand_base: {
25
- new (input: StartDataCollectionByAgentIdsCommandInput): import("@smithy/smithy-client").CommandImpl<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartDataCollectionByAgentIdsCommandInput): import("@smithy/smithy-client").CommandImpl<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartDataCollectionByAgentIdsCommandInput): import("@smithy/core/client").CommandImpl<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartDataCollectionByAgentIdsCommandInput): import("@smithy/core/client").CommandImpl<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Instructs the specified agents to start collecting data.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { StartExportTaskRequest, StartExportTaskResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartExportTaskCommandInput extends StartExportTaskRequest {
22
22
  export interface StartExportTaskCommandOutput extends StartExportTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartExportTaskCommand_base: {
25
- new (input: StartExportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [StartExportTaskCommandInput]): import("@smithy/smithy-client").CommandImpl<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartExportTaskCommandInput): import("@smithy/core/client").CommandImpl<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [StartExportTaskCommandInput]): import("@smithy/core/client").CommandImpl<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { StartImportTaskRequest, StartImportTaskResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartImportTaskCommandInput extends StartImportTaskRequest {
22
22
  export interface StartImportTaskCommandOutput extends StartImportTaskResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartImportTaskCommand_base: {
25
- new (input: StartImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartImportTaskCommandInput): import("@smithy/core/client").CommandImpl<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartImportTaskCommandInput): import("@smithy/core/client").CommandImpl<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts an import task, which allows you to import details of your on-premises environment
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { StopContinuousExportRequest, StopContinuousExportResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StopContinuousExportCommandInput extends StopContinuousExportRe
22
22
  export interface StopContinuousExportCommandOutput extends StopContinuousExportResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StopContinuousExportCommand_base: {
25
- new (input: StopContinuousExportCommandInput): import("@smithy/smithy-client").CommandImpl<StopContinuousExportCommandInput, StopContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopContinuousExportCommandInput): import("@smithy/smithy-client").CommandImpl<StopContinuousExportCommandInput, StopContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopContinuousExportCommandInput): import("@smithy/core/client").CommandImpl<StopContinuousExportCommandInput, StopContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopContinuousExportCommandInput): import("@smithy/core/client").CommandImpl<StopContinuousExportCommandInput, StopContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stop the continuous flow of agent's discovered data into Amazon Athena.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { StopDataCollectionByAgentIdsRequest, StopDataCollectionByAgentIdsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StopDataCollectionByAgentIdsCommandInput extends StopDataCollec
22
22
  export interface StopDataCollectionByAgentIdsCommandOutput extends StopDataCollectionByAgentIdsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StopDataCollectionByAgentIdsCommand_base: {
25
- new (input: StopDataCollectionByAgentIdsCommandInput): import("@smithy/smithy-client").CommandImpl<StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopDataCollectionByAgentIdsCommandInput): import("@smithy/smithy-client").CommandImpl<StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopDataCollectionByAgentIdsCommandInput): import("@smithy/core/client").CommandImpl<StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopDataCollectionByAgentIdsCommandInput): import("@smithy/core/client").CommandImpl<StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Instructs the specified agents to stop collecting data.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
4
4
  import type { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest
22
22
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UpdateApplicationCommand_base: {
25
- new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates metadata about an application.</p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**