@aws-sdk/client-application-discovery-service 3.478.0 → 3.484.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 (117) hide show
  1. package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +18 -41
  2. package/dist-cjs/commands/BatchDeleteAgentsCommand.js +18 -41
  3. package/dist-cjs/commands/BatchDeleteImportDataCommand.js +18 -41
  4. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  5. package/dist-cjs/commands/CreateTagsCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteApplicationsCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteTagsCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeAgentsCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeBatchDeleteConfigurationTaskCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeConfigurationsCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeContinuousExportsCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeExportTasksCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeImportTasksCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
  16. package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +18 -41
  17. package/dist-cjs/commands/ExportConfigurationsCommand.js +18 -41
  18. package/dist-cjs/commands/GetDiscoverySummaryCommand.js +18 -41
  19. package/dist-cjs/commands/ListConfigurationsCommand.js +18 -41
  20. package/dist-cjs/commands/ListServerNeighborsCommand.js +18 -41
  21. package/dist-cjs/commands/StartBatchDeleteConfigurationTaskCommand.js +18 -41
  22. package/dist-cjs/commands/StartContinuousExportCommand.js +18 -41
  23. package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +18 -41
  24. package/dist-cjs/commands/StartExportTaskCommand.js +18 -41
  25. package/dist-cjs/commands/StartImportTaskCommand.js +18 -41
  26. package/dist-cjs/commands/StopContinuousExportCommand.js +18 -41
  27. package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  29. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  30. package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +18 -41
  31. package/dist-es/commands/BatchDeleteAgentsCommand.js +18 -41
  32. package/dist-es/commands/BatchDeleteImportDataCommand.js +18 -41
  33. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  34. package/dist-es/commands/CreateTagsCommand.js +18 -41
  35. package/dist-es/commands/DeleteApplicationsCommand.js +18 -41
  36. package/dist-es/commands/DeleteTagsCommand.js +18 -41
  37. package/dist-es/commands/DescribeAgentsCommand.js +18 -41
  38. package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +18 -41
  39. package/dist-es/commands/DescribeConfigurationsCommand.js +18 -41
  40. package/dist-es/commands/DescribeContinuousExportsCommand.js +18 -41
  41. package/dist-es/commands/DescribeExportConfigurationsCommand.js +18 -41
  42. package/dist-es/commands/DescribeExportTasksCommand.js +18 -41
  43. package/dist-es/commands/DescribeImportTasksCommand.js +18 -41
  44. package/dist-es/commands/DescribeTagsCommand.js +18 -41
  45. package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +18 -41
  46. package/dist-es/commands/ExportConfigurationsCommand.js +18 -41
  47. package/dist-es/commands/GetDiscoverySummaryCommand.js +18 -41
  48. package/dist-es/commands/ListConfigurationsCommand.js +18 -41
  49. package/dist-es/commands/ListServerNeighborsCommand.js +18 -41
  50. package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +18 -41
  51. package/dist-es/commands/StartContinuousExportCommand.js +18 -41
  52. package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +18 -41
  53. package/dist-es/commands/StartExportTaskCommand.js +18 -41
  54. package/dist-es/commands/StartImportTaskCommand.js +18 -41
  55. package/dist-es/commands/StopContinuousExportCommand.js +18 -41
  56. package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +18 -41
  57. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  58. package/dist-es/endpoint/EndpointParameters.js +6 -0
  59. package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +6 -21
  60. package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +6 -21
  61. package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +6 -21
  62. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  63. package/dist-types/commands/CreateTagsCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteApplicationsCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -21
  66. package/dist-types/commands/DescribeAgentsCommand.d.ts +6 -21
  67. package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +6 -21
  68. package/dist-types/commands/DescribeConfigurationsCommand.d.ts +6 -21
  69. package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +6 -21
  70. package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +6 -21
  71. package/dist-types/commands/DescribeExportTasksCommand.d.ts +6 -21
  72. package/dist-types/commands/DescribeImportTasksCommand.d.ts +6 -21
  73. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
  74. package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +6 -21
  75. package/dist-types/commands/ExportConfigurationsCommand.d.ts +6 -21
  76. package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +6 -21
  77. package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListServerNeighborsCommand.d.ts +6 -21
  79. package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +6 -21
  80. package/dist-types/commands/StartContinuousExportCommand.d.ts +6 -21
  81. package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +6 -21
  82. package/dist-types/commands/StartExportTaskCommand.d.ts +6 -21
  83. package/dist-types/commands/StartImportTaskCommand.d.ts +6 -21
  84. package/dist-types/commands/StopContinuousExportCommand.d.ts +6 -21
  85. package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +6 -21
  86. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  87. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  88. package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  117. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationDiscoveryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeContinuousExportsCommandInput
21
15
  export interface DescribeContinuousExportsCommandOutput
22
16
  extends DescribeContinuousExportsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeContinuousExportsCommand extends $Command<
25
- DescribeContinuousExportsCommandInput,
26
- DescribeContinuousExportsCommandOutput,
27
- ApplicationDiscoveryServiceClientResolvedConfig
28
- > {
29
- readonly input: DescribeContinuousExportsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeContinuousExportsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeContinuousExportsCommand_base: {
19
+ new (
20
+ input: DescribeContinuousExportsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeContinuousExportsCommandInput,
38
- DescribeContinuousExportsCommandOutput
23
+ DescribeContinuousExportsCommandOutput,
24
+ ApplicationDiscoveryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeContinuousExportsCommand extends DescribeContinuousExportsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationDiscoveryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeExportConfigurationsCommandInput
21
15
  export interface DescribeExportConfigurationsCommandOutput
22
16
  extends DescribeExportConfigurationsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeExportConfigurationsCommand extends $Command<
25
- DescribeExportConfigurationsCommandInput,
26
- DescribeExportConfigurationsCommandOutput,
27
- ApplicationDiscoveryServiceClientResolvedConfig
28
- > {
29
- readonly input: DescribeExportConfigurationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeExportConfigurationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeExportConfigurationsCommand_base: {
19
+ new (
20
+ input: DescribeExportConfigurationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeExportConfigurationsCommandInput,
38
- DescribeExportConfigurationsCommandOutput
23
+ DescribeExportConfigurationsCommandOutput,
24
+ ApplicationDiscoveryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeExportConfigurationsCommand extends DescribeExportConfigurationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationDiscoveryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeExportTasksCommandInput
21
15
  export interface DescribeExportTasksCommandOutput
22
16
  extends DescribeExportTasksResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeExportTasksCommand extends $Command<
25
- DescribeExportTasksCommandInput,
26
- DescribeExportTasksCommandOutput,
27
- ApplicationDiscoveryServiceClientResolvedConfig
28
- > {
29
- readonly input: DescribeExportTasksCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeExportTasksCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeExportTasksCommand_base: {
19
+ new (
20
+ input: DescribeExportTasksCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeExportTasksCommandInput,
23
+ DescribeExportTasksCommandOutput,
24
+ ApplicationDiscoveryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeExportTasksCommand extends DescribeExportTasksCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationDiscoveryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface DescribeImportTasksCommandInput
21
15
  export interface DescribeImportTasksCommandOutput
22
16
  extends DescribeImportTasksResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeImportTasksCommand extends $Command<
25
- DescribeImportTasksCommandInput,
26
- DescribeImportTasksCommandOutput,
27
- ApplicationDiscoveryServiceClientResolvedConfig
28
- > {
29
- readonly input: DescribeImportTasksCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeImportTasksCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeImportTasksCommand_base: {
19
+ new (
20
+ input: DescribeImportTasksCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeImportTasksCommandInput,
23
+ DescribeImportTasksCommandOutput,
24
+ ApplicationDiscoveryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeImportTasksCommand extends DescribeImportTasksCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationDiscoveryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface DescribeTagsCommandInput extends DescribeTagsRequest {}
17
11
  export interface DescribeTagsCommandOutput
18
12
  extends DescribeTagsResponse,
19
13
  __MetadataBearer {}
20
- export declare class DescribeTagsCommand extends $Command<
21
- DescribeTagsCommandInput,
22
- DescribeTagsCommandOutput,
23
- ApplicationDiscoveryServiceClientResolvedConfig
24
- > {
25
- readonly input: DescribeTagsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DescribeTagsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const DescribeTagsCommand_base: {
15
+ new (
16
+ input: DescribeTagsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ DescribeTagsCommandInput,
19
+ DescribeTagsCommandOutput,
20
+ ApplicationDiscoveryServiceClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DescribeTagsCommand extends DescribeTagsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationDiscoveryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DisassociateConfigurationItemsFromApplicationCommandInput
21
15
  export interface DisassociateConfigurationItemsFromApplicationCommandOutput
22
16
  extends DisassociateConfigurationItemsFromApplicationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DisassociateConfigurationItemsFromApplicationCommand extends $Command<
25
- DisassociateConfigurationItemsFromApplicationCommandInput,
26
- DisassociateConfigurationItemsFromApplicationCommandOutput,
27
- ApplicationDiscoveryServiceClientResolvedConfig
28
- > {
29
- readonly input: DisassociateConfigurationItemsFromApplicationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DisassociateConfigurationItemsFromApplicationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DisassociateConfigurationItemsFromApplicationCommand_base: {
19
+ new (
20
+ input: DisassociateConfigurationItemsFromApplicationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DisassociateConfigurationItemsFromApplicationCommandInput,
38
- DisassociateConfigurationItemsFromApplicationCommandOutput
23
+ DisassociateConfigurationItemsFromApplicationCommandOutput,
24
+ ApplicationDiscoveryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DisassociateConfigurationItemsFromApplicationCommand extends DisassociateConfigurationItemsFromApplicationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationDiscoveryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface ExportConfigurationsCommandInput {}
17
11
  export interface ExportConfigurationsCommandOutput
18
12
  extends ExportConfigurationsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ExportConfigurationsCommand extends $Command<
21
- ExportConfigurationsCommandInput,
22
- ExportConfigurationsCommandOutput,
23
- ApplicationDiscoveryServiceClientResolvedConfig
24
- > {
25
- readonly input: ExportConfigurationsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ExportConfigurationsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const ExportConfigurationsCommand_base: {
15
+ new (
16
+ input: ExportConfigurationsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  ExportConfigurationsCommandInput,
34
- ExportConfigurationsCommandOutput
19
+ ExportConfigurationsCommandOutput,
20
+ ApplicationDiscoveryServiceClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ExportConfigurationsCommand extends ExportConfigurationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationDiscoveryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetDiscoverySummaryCommandInput
21
15
  export interface GetDiscoverySummaryCommandOutput
22
16
  extends GetDiscoverySummaryResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetDiscoverySummaryCommand extends $Command<
25
- GetDiscoverySummaryCommandInput,
26
- GetDiscoverySummaryCommandOutput,
27
- ApplicationDiscoveryServiceClientResolvedConfig
28
- > {
29
- readonly input: GetDiscoverySummaryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetDiscoverySummaryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetDiscoverySummaryCommand_base: {
19
+ new (
20
+ input: GetDiscoverySummaryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetDiscoverySummaryCommandInput,
23
+ GetDiscoverySummaryCommandOutput,
24
+ ApplicationDiscoveryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetDiscoverySummaryCommand extends GetDiscoverySummaryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationDiscoveryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListConfigurationsCommandInput
21
15
  export interface ListConfigurationsCommandOutput
22
16
  extends ListConfigurationsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListConfigurationsCommand extends $Command<
25
- ListConfigurationsCommandInput,
26
- ListConfigurationsCommandOutput,
27
- ApplicationDiscoveryServiceClientResolvedConfig
28
- > {
29
- readonly input: ListConfigurationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListConfigurationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListConfigurationsCommandInput, ListConfigurationsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListConfigurationsCommand_base: {
19
+ new (
20
+ input: ListConfigurationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListConfigurationsCommandInput,
23
+ ListConfigurationsCommandOutput,
24
+ ApplicationDiscoveryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationDiscoveryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListServerNeighborsCommandInput
21
15
  export interface ListServerNeighborsCommandOutput
22
16
  extends ListServerNeighborsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListServerNeighborsCommand extends $Command<
25
- ListServerNeighborsCommandInput,
26
- ListServerNeighborsCommandOutput,
27
- ApplicationDiscoveryServiceClientResolvedConfig
28
- > {
29
- readonly input: ListServerNeighborsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListServerNeighborsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListServerNeighborsCommand_base: {
19
+ new (
20
+ input: ListServerNeighborsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListServerNeighborsCommandInput,
23
+ ListServerNeighborsCommandOutput,
24
+ ApplicationDiscoveryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListServerNeighborsCommand extends ListServerNeighborsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationDiscoveryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StartBatchDeleteConfigurationTaskCommandInput
21
15
  export interface StartBatchDeleteConfigurationTaskCommandOutput
22
16
  extends StartBatchDeleteConfigurationTaskResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartBatchDeleteConfigurationTaskCommand extends $Command<
25
- StartBatchDeleteConfigurationTaskCommandInput,
26
- StartBatchDeleteConfigurationTaskCommandOutput,
27
- ApplicationDiscoveryServiceClientResolvedConfig
28
- > {
29
- readonly input: StartBatchDeleteConfigurationTaskCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartBatchDeleteConfigurationTaskCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartBatchDeleteConfigurationTaskCommand_base: {
19
+ new (
20
+ input: StartBatchDeleteConfigurationTaskCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartBatchDeleteConfigurationTaskCommandInput,
38
- StartBatchDeleteConfigurationTaskCommandOutput
23
+ StartBatchDeleteConfigurationTaskCommandOutput,
24
+ ApplicationDiscoveryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartBatchDeleteConfigurationTaskCommand extends StartBatchDeleteConfigurationTaskCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationDiscoveryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StartContinuousExportCommandInput
21
15
  export interface StartContinuousExportCommandOutput
22
16
  extends StartContinuousExportResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartContinuousExportCommand extends $Command<
25
- StartContinuousExportCommandInput,
26
- StartContinuousExportCommandOutput,
27
- ApplicationDiscoveryServiceClientResolvedConfig
28
- > {
29
- readonly input: StartContinuousExportCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartContinuousExportCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartContinuousExportCommand_base: {
19
+ new (
20
+ input: StartContinuousExportCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartContinuousExportCommandInput,
38
- StartContinuousExportCommandOutput
23
+ StartContinuousExportCommandOutput,
24
+ ApplicationDiscoveryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartContinuousExportCommand extends StartContinuousExportCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ApplicationDiscoveryServiceClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StartDataCollectionByAgentIdsCommandInput
21
15
  export interface StartDataCollectionByAgentIdsCommandOutput
22
16
  extends StartDataCollectionByAgentIdsResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartDataCollectionByAgentIdsCommand extends $Command<
25
- StartDataCollectionByAgentIdsCommandInput,
26
- StartDataCollectionByAgentIdsCommandOutput,
27
- ApplicationDiscoveryServiceClientResolvedConfig
28
- > {
29
- readonly input: StartDataCollectionByAgentIdsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartDataCollectionByAgentIdsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ApplicationDiscoveryServiceClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartDataCollectionByAgentIdsCommand_base: {
19
+ new (
20
+ input: StartDataCollectionByAgentIdsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartDataCollectionByAgentIdsCommandInput,
38
- StartDataCollectionByAgentIdsCommandOutput
23
+ StartDataCollectionByAgentIdsCommandOutput,
24
+ ApplicationDiscoveryServiceClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartDataCollectionByAgentIdsCommand extends StartDataCollectionByAgentIdsCommand_base {}