@aws-sdk/client-application-discovery-service 3.478.0 → 3.481.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.
- package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +18 -41
- package/dist-cjs/commands/BatchDeleteAgentsCommand.js +18 -41
- package/dist-cjs/commands/BatchDeleteImportDataCommand.js +18 -41
- package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
- package/dist-cjs/commands/CreateTagsCommand.js +18 -41
- package/dist-cjs/commands/DeleteApplicationsCommand.js +18 -41
- package/dist-cjs/commands/DeleteTagsCommand.js +18 -41
- package/dist-cjs/commands/DescribeAgentsCommand.js +18 -41
- package/dist-cjs/commands/DescribeBatchDeleteConfigurationTaskCommand.js +18 -41
- package/dist-cjs/commands/DescribeConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeContinuousExportsCommand.js +18 -41
- package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeExportTasksCommand.js +18 -41
- package/dist-cjs/commands/DescribeImportTasksCommand.js +18 -41
- package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +18 -41
- package/dist-cjs/commands/ExportConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/GetDiscoverySummaryCommand.js +18 -41
- package/dist-cjs/commands/ListConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListServerNeighborsCommand.js +18 -41
- package/dist-cjs/commands/StartBatchDeleteConfigurationTaskCommand.js +18 -41
- package/dist-cjs/commands/StartContinuousExportCommand.js +18 -41
- package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +18 -41
- package/dist-cjs/commands/StartExportTaskCommand.js +18 -41
- package/dist-cjs/commands/StartImportTaskCommand.js +18 -41
- package/dist-cjs/commands/StopContinuousExportCommand.js +18 -41
- package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +18 -41
- package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +18 -41
- package/dist-es/commands/BatchDeleteAgentsCommand.js +18 -41
- package/dist-es/commands/BatchDeleteImportDataCommand.js +18 -41
- package/dist-es/commands/CreateApplicationCommand.js +18 -41
- package/dist-es/commands/CreateTagsCommand.js +18 -41
- package/dist-es/commands/DeleteApplicationsCommand.js +18 -41
- package/dist-es/commands/DeleteTagsCommand.js +18 -41
- package/dist-es/commands/DescribeAgentsCommand.js +18 -41
- package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +18 -41
- package/dist-es/commands/DescribeConfigurationsCommand.js +18 -41
- package/dist-es/commands/DescribeContinuousExportsCommand.js +18 -41
- package/dist-es/commands/DescribeExportConfigurationsCommand.js +18 -41
- package/dist-es/commands/DescribeExportTasksCommand.js +18 -41
- package/dist-es/commands/DescribeImportTasksCommand.js +18 -41
- package/dist-es/commands/DescribeTagsCommand.js +18 -41
- package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +18 -41
- package/dist-es/commands/ExportConfigurationsCommand.js +18 -41
- package/dist-es/commands/GetDiscoverySummaryCommand.js +18 -41
- package/dist-es/commands/ListConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListServerNeighborsCommand.js +18 -41
- package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +18 -41
- package/dist-es/commands/StartContinuousExportCommand.js +18 -41
- package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +18 -41
- package/dist-es/commands/StartExportTaskCommand.js +18 -41
- package/dist-es/commands/StartImportTaskCommand.js +18 -41
- package/dist-es/commands/StopContinuousExportCommand.js +18 -41
- package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +18 -41
- package/dist-es/commands/UpdateApplicationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +6 -21
- package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +6 -21
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +6 -21
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
- package/dist-types/commands/CreateTagsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteApplicationsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAgentsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +6 -21
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +6 -21
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +6 -21
- package/dist-types/commands/ExportConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +6 -21
- package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListServerNeighborsCommand.d.ts +6 -21
- package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +6 -21
- package/dist-types/commands/StartContinuousExportCommand.d.ts +6 -21
- package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +6 -21
- package/dist-types/commands/StartExportTaskCommand.d.ts +6 -21
- package/dist-types/commands/StartImportTaskCommand.d.ts +6 -21
- package/dist-types/commands/StopContinuousExportCommand.d.ts +6 -21
- package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { DescribeExportConfigurationsRequest, DescribeExportConfigurationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeExportConfigurationsCommandInput extends DescribeExport
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeExportConfigurationsCommandOutput extends DescribeExportConfigurationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeExportConfigurationsCommand_base: {
|
|
24
|
+
new (input: DescribeExportConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -91,23 +94,5 @@ export interface DescribeExportConfigurationsCommandOutput extends DescribeExpor
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class DescribeExportConfigurationsCommand extends
|
|
95
|
-
readonly input: DescribeExportConfigurationsCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: DescribeExportConfigurationsCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class DescribeExportConfigurationsCommand extends DescribeExportConfigurationsCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { DescribeExportTasksRequest, DescribeExportTasksResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeExportTasksCommandInput extends DescribeExportTasksRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeExportTasksCommandOutput extends DescribeExportTasksResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeExportTasksCommand_base: {
|
|
24
|
+
new (input: DescribeExportTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieve status of one or more export tasks. You can retrieve the status of up to 100
|
|
@@ -94,23 +97,5 @@ export interface DescribeExportTasksCommandOutput extends DescribeExportTasksRes
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class DescribeExportTasksCommand extends
|
|
98
|
-
readonly input: DescribeExportTasksCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: DescribeExportTasksCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class DescribeExportTasksCommand extends DescribeExportTasksCommand_base {
|
|
116
101
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { DescribeImportTasksRequest, DescribeImportTasksResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeImportTasksCommandInput extends DescribeImportTasksRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeImportTasksCommandOutput extends DescribeImportTasksResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeImportTasksCommand_base: {
|
|
24
|
+
new (input: DescribeImportTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns an array of import tasks for your account, including status information, times,
|
|
@@ -95,23 +98,5 @@ export interface DescribeImportTasksCommandOutput extends DescribeImportTasksRes
|
|
|
95
98
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
96
99
|
*
|
|
97
100
|
*/
|
|
98
|
-
export declare class DescribeImportTasksCommand extends
|
|
99
|
-
readonly input: DescribeImportTasksCommandInput;
|
|
100
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
-
/**
|
|
102
|
-
* @public
|
|
103
|
-
*/
|
|
104
|
-
constructor(input: DescribeImportTasksCommandInput);
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput>;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private serialize;
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
private deserialize;
|
|
101
|
+
export declare class DescribeImportTasksCommand extends DescribeImportTasksCommand_base {
|
|
117
102
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeTagsCommandInput extends DescribeTagsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeTagsCommand_base: {
|
|
24
|
+
new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of configuration items that have tags as specified by the key-value
|
|
@@ -105,23 +108,5 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
|
|
|
105
108
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
106
109
|
*
|
|
107
110
|
*/
|
|
108
|
-
export declare class DescribeTagsCommand extends
|
|
109
|
-
readonly input: DescribeTagsCommandInput;
|
|
110
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
constructor(input: DescribeTagsCommandInput);
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private serialize;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private deserialize;
|
|
111
|
+
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
127
112
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { DisassociateConfigurationItemsFromApplicationRequest, DisassociateConfigurationItemsFromApplicationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DisassociateConfigurationItemsFromApplicationCommandInput exten
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DisassociateConfigurationItemsFromApplicationCommandOutput extends DisassociateConfigurationItemsFromApplicationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DisassociateConfigurationItemsFromApplicationCommand_base: {
|
|
24
|
+
new (input: DisassociateConfigurationItemsFromApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Disassociates one or more configuration items from an application.</p>
|
|
@@ -69,23 +72,5 @@ export interface DisassociateConfigurationItemsFromApplicationCommandOutput exte
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class DisassociateConfigurationItemsFromApplicationCommand extends
|
|
73
|
-
readonly input: DisassociateConfigurationItemsFromApplicationCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: DisassociateConfigurationItemsFromApplicationCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class DisassociateConfigurationItemsFromApplicationCommand extends DisassociateConfigurationItemsFromApplicationCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { ExportConfigurationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ExportConfigurationsCommandInput {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ExportConfigurationsCommandOutput extends ExportConfigurationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ExportConfigurationsCommand_base: {
|
|
24
|
+
new (input: ExportConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* @deprecated
|
|
@@ -76,23 +79,5 @@ export interface ExportConfigurationsCommandOutput extends ExportConfigurationsR
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class ExportConfigurationsCommand extends
|
|
80
|
-
readonly input: ExportConfigurationsCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: ExportConfigurationsCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class ExportConfigurationsCommand extends ExportConfigurationsCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { GetDiscoverySummaryRequest, GetDiscoverySummaryResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDiscoverySummaryCommandInput extends GetDiscoverySummaryRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDiscoverySummaryCommand_base: {
|
|
24
|
+
new (input: GetDiscoverySummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a short summary of discovered assets.</p>
|
|
@@ -107,23 +110,5 @@ export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryRes
|
|
|
107
110
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
108
111
|
*
|
|
109
112
|
*/
|
|
110
|
-
export declare class GetDiscoverySummaryCommand extends
|
|
111
|
-
readonly input: GetDiscoverySummaryCommandInput;
|
|
112
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
113
|
-
/**
|
|
114
|
-
* @public
|
|
115
|
-
*/
|
|
116
|
-
constructor(input: GetDiscoverySummaryCommandInput);
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput>;
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
private serialize;
|
|
125
|
-
/**
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
private deserialize;
|
|
113
|
+
export declare class GetDiscoverySummaryCommand extends GetDiscoverySummaryCommand_base {
|
|
129
114
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListConfigurationsCommandInput extends ListConfigurationsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListConfigurationsCommand_base: {
|
|
24
|
+
new (input: ListConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of configuration items as specified by the value passed to the
|
|
@@ -96,23 +99,5 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo
|
|
|
96
99
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
97
100
|
*
|
|
98
101
|
*/
|
|
99
|
-
export declare class ListConfigurationsCommand extends
|
|
100
|
-
readonly input: ListConfigurationsCommandInput;
|
|
101
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
-
/**
|
|
103
|
-
* @public
|
|
104
|
-
*/
|
|
105
|
-
constructor(input: ListConfigurationsCommandInput);
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigurationsCommandInput, ListConfigurationsCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private serialize;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private deserialize;
|
|
102
|
+
export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {
|
|
118
103
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { ListServerNeighborsRequest, ListServerNeighborsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListServerNeighborsCommandInput extends ListServerNeighborsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListServerNeighborsCommandOutput extends ListServerNeighborsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListServerNeighborsCommand_base: {
|
|
24
|
+
new (input: ListServerNeighborsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Retrieves a list of servers that are one network hop away from a specified
|
|
@@ -85,23 +88,5 @@ export interface ListServerNeighborsCommandOutput extends ListServerNeighborsRes
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class ListServerNeighborsCommand extends
|
|
89
|
-
readonly input: ListServerNeighborsCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: ListServerNeighborsCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class ListServerNeighborsCommand extends ListServerNeighborsCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { StartBatchDeleteConfigurationTaskRequest, StartBatchDeleteConfigurationTaskResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartBatchDeleteConfigurationTaskCommandInput extends StartBatc
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartBatchDeleteConfigurationTaskCommandOutput extends StartBatchDeleteConfigurationTaskResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartBatchDeleteConfigurationTaskCommand_base: {
|
|
24
|
+
new (input: StartBatchDeleteConfigurationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -79,23 +82,5 @@ export interface StartBatchDeleteConfigurationTaskCommandOutput extends StartBat
|
|
|
79
82
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
80
83
|
*
|
|
81
84
|
*/
|
|
82
|
-
export declare class StartBatchDeleteConfigurationTaskCommand extends
|
|
83
|
-
readonly input: StartBatchDeleteConfigurationTaskCommandInput;
|
|
84
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
-
/**
|
|
86
|
-
* @public
|
|
87
|
-
*/
|
|
88
|
-
constructor(input: StartBatchDeleteConfigurationTaskCommandInput);
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput>;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private serialize;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private deserialize;
|
|
85
|
+
export declare class StartBatchDeleteConfigurationTaskCommand extends StartBatchDeleteConfigurationTaskCommand_base {
|
|
101
86
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { StartContinuousExportRequest, StartContinuousExportResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartContinuousExportCommandInput extends StartContinuousExport
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartContinuousExportCommandOutput extends StartContinuousExportResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartContinuousExportCommand_base: {
|
|
24
|
+
new (input: StartContinuousExportCommandInput): import("@smithy/smithy-client").CommandImpl<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Start the continuous flow of agent's discovered data into Amazon Athena.</p>
|
|
@@ -85,23 +88,5 @@ export interface StartContinuousExportCommandOutput extends StartContinuousExpor
|
|
|
85
88
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
86
89
|
*
|
|
87
90
|
*/
|
|
88
|
-
export declare class StartContinuousExportCommand extends
|
|
89
|
-
readonly input: StartContinuousExportCommandInput;
|
|
90
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
91
|
-
/**
|
|
92
|
-
* @public
|
|
93
|
-
*/
|
|
94
|
-
constructor(input: StartContinuousExportCommandInput);
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartContinuousExportCommandInput, StartContinuousExportCommandOutput>;
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
private serialize;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private deserialize;
|
|
91
|
+
export declare class StartContinuousExportCommand extends StartContinuousExportCommand_base {
|
|
107
92
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartDataCollectionByAgentIdsCommandInput extends StartDataColl
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCollectionByAgentIdsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartDataCollectionByAgentIdsCommand_base: {
|
|
24
|
+
new (input: StartDataCollectionByAgentIdsCommandInput): import("@smithy/smithy-client").CommandImpl<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Instructs the specified agents to start collecting data.</p>
|
|
@@ -76,23 +79,5 @@ export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCol
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class StartDataCollectionByAgentIdsCommand extends
|
|
80
|
-
readonly input: StartDataCollectionByAgentIdsCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: StartDataCollectionByAgentIdsCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class StartDataCollectionByAgentIdsCommand extends StartDataCollectionByAgentIdsCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { StartExportTaskRequest, StartExportTaskResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartExportTaskCommandInput extends StartExportTaskRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartExportTaskCommandOutput extends StartExportTaskResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartExportTaskCommand_base: {
|
|
24
|
+
new (input: StartExportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services.</p>
|
|
@@ -128,23 +131,5 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _
|
|
|
128
131
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
129
132
|
*
|
|
130
133
|
*/
|
|
131
|
-
export declare class StartExportTaskCommand extends
|
|
132
|
-
readonly input: StartExportTaskCommandInput;
|
|
133
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
134
|
-
/**
|
|
135
|
-
* @public
|
|
136
|
-
*/
|
|
137
|
-
constructor(input: StartExportTaskCommandInput);
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartExportTaskCommandInput, StartExportTaskCommandOutput>;
|
|
142
|
-
/**
|
|
143
|
-
* @internal
|
|
144
|
-
*/
|
|
145
|
-
private serialize;
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
private deserialize;
|
|
134
|
+
export declare class StartExportTaskCommand extends StartExportTaskCommand_base {
|
|
150
135
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
4
|
import { StartImportTaskRequest, StartImportTaskResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface StartImportTaskCommandInput extends StartImportTaskRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface StartImportTaskCommandOutput extends StartImportTaskResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const StartImportTaskCommand_base: {
|
|
24
|
+
new (input: StartImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Starts an import task, which allows you to import details of your on-premises environment
|
|
@@ -123,23 +126,5 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _
|
|
|
123
126
|
* <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
|
|
124
127
|
*
|
|
125
128
|
*/
|
|
126
|
-
export declare class StartImportTaskCommand extends
|
|
127
|
-
readonly input: StartImportTaskCommandInput;
|
|
128
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
129
|
-
/**
|
|
130
|
-
* @public
|
|
131
|
-
*/
|
|
132
|
-
constructor(input: StartImportTaskCommandInput);
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImportTaskCommandInput, StartImportTaskCommandOutput>;
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
private serialize;
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
private deserialize;
|
|
129
|
+
export declare class StartImportTaskCommand extends StartImportTaskCommand_base {
|
|
145
130
|
}
|