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