@aws-sdk/client-application-discovery-service 3.1045.0 → 3.1046.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +72 -73
- package/dist-cjs/models/ApplicationDiscoveryServiceServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ApplicationDiscoveryService.js +1 -1
- package/dist-es/ApplicationDiscoveryServiceClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -2
- package/dist-es/commands/BatchDeleteAgentsCommand.js +2 -2
- package/dist-es/commands/BatchDeleteImportDataCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationsCommand.js +2 -2
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DescribeAgentsCommand.js +2 -2
- package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +2 -2
- package/dist-es/commands/DescribeConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribeContinuousExportsCommand.js +2 -2
- package/dist-es/commands/DescribeExportConfigurationsCommand.js +2 -2
- package/dist-es/commands/DescribeExportTasksCommand.js +2 -2
- package/dist-es/commands/DescribeImportTasksCommand.js +2 -2
- package/dist-es/commands/DescribeTagsCommand.js +2 -2
- package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -2
- package/dist-es/commands/ExportConfigurationsCommand.js +2 -2
- package/dist-es/commands/GetDiscoverySummaryCommand.js +2 -2
- package/dist-es/commands/ListConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListServerNeighborsCommand.js +2 -2
- package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +2 -2
- package/dist-es/commands/StartContinuousExportCommand.js +2 -2
- package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +2 -2
- package/dist-es/commands/StartExportTaskCommand.js +2 -2
- package/dist-es/commands/StartImportTaskCommand.js +2 -2
- package/dist-es/commands/StopContinuousExportCommand.js +2 -2
- package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ApplicationDiscoveryServiceServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ApplicationDiscoveryServiceClient.d.ts +5 -5
- package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateTagsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAgentsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +6 -4
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +6 -4
- package/dist-types/commands/ExportConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +6 -4
- package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListServerNeighborsCommand.d.ts +6 -4
- package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +6 -4
- package/dist-types/commands/StartContinuousExportCommand.d.ts +6 -4
- package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +6 -4
- package/dist-types/commands/StartExportTaskCommand.d.ts +6 -4
- package/dist-types/commands/StartImportTaskCommand.d.ts +6 -4
- package/dist-types/commands/StopContinuousExportCommand.d.ts +6 -4
- package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ApplicationDiscoveryServiceServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ApplicationDiscoveryServiceServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
|
|
|
22
22
|
export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateApplicationCommand_base: {
|
|
25
|
-
new (input: CreateApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an application with the given name and description.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { CreateTagsRequest, CreateTagsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateTagsCommandInput extends CreateTagsRequest {
|
|
|
22
22
|
export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateTagsCommand_base: {
|
|
25
|
-
new (input: CreateTagsCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateTagsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateTagsCommandInput): import("@smithy/core/client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateTagsCommandInput): import("@smithy/core/client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates one or more tags for configuration items. Tags are metadata that help you
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { DeleteApplicationsRequest, DeleteApplicationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationsCommandInput extends DeleteApplicationsReques
|
|
|
22
22
|
export interface DeleteApplicationsCommandOutput extends DeleteApplicationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationsCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a list of applications and their associations with configuration
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { DeleteTagsRequest, DeleteTagsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteTagsCommandInput extends DeleteTagsRequest {
|
|
|
22
22
|
export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTagsCommand_base: {
|
|
25
|
-
new (input: DeleteTagsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteTagsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteTagsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteTagsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the association between configuration items and one or more tags. This API
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { DescribeAgentsRequest, DescribeAgentsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAgentsCommandInput extends DescribeAgentsRequest {
|
|
|
22
22
|
export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAgentsCommand_base: {
|
|
25
|
-
new (input: DescribeAgentsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeAgentsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAgentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeAgentsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists agents or collectors as specified by ID or other filters. All agents/collectors
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { DescribeBatchDeleteConfigurationTaskRequest, DescribeBatchDeleteConfigurationTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeBatchDeleteConfigurationTaskCommandInput extends Descri
|
|
|
22
22
|
export interface DescribeBatchDeleteConfigurationTaskCommandOutput extends DescribeBatchDeleteConfigurationTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeBatchDeleteConfigurationTaskCommand_base: {
|
|
25
|
-
new (input: DescribeBatchDeleteConfigurationTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeBatchDeleteConfigurationTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeBatchDeleteConfigurationTaskCommandInput): import("@smithy/core/client").CommandImpl<DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeBatchDeleteConfigurationTaskCommandInput): import("@smithy/core/client").CommandImpl<DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { DescribeConfigurationsRequest, DescribeConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeConfigurationsCommandInput extends DescribeConfiguratio
|
|
|
22
22
|
export interface DescribeConfigurationsCommandOutput extends DescribeConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeConfigurationsCommand_base: {
|
|
25
|
-
new (input: DescribeConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeConfigurationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves attributes for a list of configuration item IDs.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { DescribeContinuousExportsRequest, DescribeContinuousExportsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeContinuousExportsCommandInput extends DescribeContinuou
|
|
|
22
22
|
export interface DescribeContinuousExportsCommandOutput extends DescribeContinuousExportsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeContinuousExportsCommand_base: {
|
|
25
|
-
new (input: DescribeContinuousExportsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeContinuousExportsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeContinuousExportsCommandInput): import("@smithy/core/client").CommandImpl<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeContinuousExportsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists exports as specified by ID. All continuous exports associated with your user
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { DescribeExportConfigurationsRequest, DescribeExportConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeExportConfigurationsCommandInput extends DescribeExport
|
|
|
22
22
|
export interface DescribeExportConfigurationsCommandOutput extends DescribeExportConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeExportConfigurationsCommand_base: {
|
|
25
|
-
new (input: DescribeExportConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeExportConfigurationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeExportConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeExportConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { DescribeExportTasksRequest, DescribeExportTasksResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeExportTasksCommandInput extends DescribeExportTasksRequ
|
|
|
22
22
|
export interface DescribeExportTasksCommandOutput extends DescribeExportTasksResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeExportTasksCommand_base: {
|
|
25
|
-
new (input: DescribeExportTasksCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeExportTasksCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeExportTasksCommandInput): import("@smithy/core/client").CommandImpl<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeExportTasksCommandInput]): import("@smithy/core/client").CommandImpl<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieve status of one or more export tasks. You can retrieve the status of up to 100
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { DescribeImportTasksRequest, DescribeImportTasksResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeImportTasksCommandInput extends DescribeImportTasksRequ
|
|
|
22
22
|
export interface DescribeImportTasksCommandOutput extends DescribeImportTasksResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeImportTasksCommand_base: {
|
|
25
|
-
new (input: DescribeImportTasksCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeImportTasksCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeImportTasksCommandInput): import("@smithy/core/client").CommandImpl<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeImportTasksCommandInput]): import("@smithy/core/client").CommandImpl<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns an array of import tasks for your account, including status information, times,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeTagsCommandInput extends DescribeTagsRequest {
|
|
|
22
22
|
export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeTagsCommand_base: {
|
|
25
|
-
new (input: DescribeTagsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeTagsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeTagsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of configuration items that have tags as specified by the key-value
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { DisassociateConfigurationItemsFromApplicationRequest, DisassociateConfigurationItemsFromApplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DisassociateConfigurationItemsFromApplicationCommandInput exten
|
|
|
22
22
|
export interface DisassociateConfigurationItemsFromApplicationCommandOutput extends DisassociateConfigurationItemsFromApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DisassociateConfigurationItemsFromApplicationCommand_base: {
|
|
25
|
-
new (input: DisassociateConfigurationItemsFromApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DisassociateConfigurationItemsFromApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DisassociateConfigurationItemsFromApplicationCommandInput): import("@smithy/core/client").CommandImpl<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateConfigurationItemsFromApplicationCommandInput): import("@smithy/core/client").CommandImpl<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Disassociates one or more configuration items from an application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { ExportConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ExportConfigurationsCommandInput {
|
|
|
22
22
|
export interface ExportConfigurationsCommandOutput extends ExportConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExportConfigurationsCommand_base: {
|
|
25
|
-
new (input: ExportConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ExportConfigurationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExportConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ExportConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deprecated. Use <code>StartExportTask</code> instead.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { GetDiscoverySummaryRequest, GetDiscoverySummaryResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetDiscoverySummaryCommandInput extends GetDiscoverySummaryRequ
|
|
|
22
22
|
export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetDiscoverySummaryCommand_base: {
|
|
25
|
-
new (input: GetDiscoverySummaryCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetDiscoverySummaryCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetDiscoverySummaryCommandInput): import("@smithy/core/client").CommandImpl<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetDiscoverySummaryCommandInput]): import("@smithy/core/client").CommandImpl<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a short summary of discovered assets.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListConfigurationsCommandInput extends ListConfigurationsReques
|
|
|
22
22
|
export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListConfigurationsCommand_base: {
|
|
25
|
-
new (input: ListConfigurationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListConfigurationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of configuration items as specified by the value passed to the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { ListServerNeighborsRequest, ListServerNeighborsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListServerNeighborsCommandInput extends ListServerNeighborsRequ
|
|
|
22
22
|
export interface ListServerNeighborsCommandOutput extends ListServerNeighborsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListServerNeighborsCommand_base: {
|
|
25
|
-
new (input: ListServerNeighborsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListServerNeighborsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListServerNeighborsCommandInput): import("@smithy/core/client").CommandImpl<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListServerNeighborsCommandInput): import("@smithy/core/client").CommandImpl<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves a list of servers that are one network hop away from a specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { StartBatchDeleteConfigurationTaskRequest, StartBatchDeleteConfigurationTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartBatchDeleteConfigurationTaskCommandInput extends StartBatc
|
|
|
22
22
|
export interface StartBatchDeleteConfigurationTaskCommandOutput extends StartBatchDeleteConfigurationTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartBatchDeleteConfigurationTaskCommand_base: {
|
|
25
|
-
new (input: StartBatchDeleteConfigurationTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartBatchDeleteConfigurationTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartBatchDeleteConfigurationTaskCommandInput): import("@smithy/core/client").CommandImpl<StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartBatchDeleteConfigurationTaskCommandInput): import("@smithy/core/client").CommandImpl<StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { StartContinuousExportRequest, StartContinuousExportResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartContinuousExportCommandInput extends StartContinuousExport
|
|
|
22
22
|
export interface StartContinuousExportCommandOutput extends StartContinuousExportResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartContinuousExportCommand_base: {
|
|
25
|
-
new (input: StartContinuousExportCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [StartContinuousExportCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartContinuousExportCommandInput): import("@smithy/core/client").CommandImpl<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [StartContinuousExportCommandInput]): import("@smithy/core/client").CommandImpl<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Start the continuous flow of agent's discovered data into Amazon Athena.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartDataCollectionByAgentIdsCommandInput extends StartDataColl
|
|
|
22
22
|
export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCollectionByAgentIdsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartDataCollectionByAgentIdsCommand_base: {
|
|
25
|
-
new (input: StartDataCollectionByAgentIdsCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartDataCollectionByAgentIdsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartDataCollectionByAgentIdsCommandInput): import("@smithy/core/client").CommandImpl<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartDataCollectionByAgentIdsCommandInput): import("@smithy/core/client").CommandImpl<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Instructs the specified agents to start collecting data.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { StartExportTaskRequest, StartExportTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartExportTaskCommandInput extends StartExportTaskRequest {
|
|
|
22
22
|
export interface StartExportTaskCommandOutput extends StartExportTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartExportTaskCommand_base: {
|
|
25
|
-
new (input: StartExportTaskCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [StartExportTaskCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartExportTaskCommandInput): import("@smithy/core/client").CommandImpl<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [StartExportTaskCommandInput]): import("@smithy/core/client").CommandImpl<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { StartImportTaskRequest, StartImportTaskResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartImportTaskCommandInput extends StartImportTaskRequest {
|
|
|
22
22
|
export interface StartImportTaskCommandOutput extends StartImportTaskResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartImportTaskCommand_base: {
|
|
25
|
-
new (input: StartImportTaskCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartImportTaskCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartImportTaskCommandInput): import("@smithy/core/client").CommandImpl<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartImportTaskCommandInput): import("@smithy/core/client").CommandImpl<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts an import task, which allows you to import details of your on-premises environment
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { StopContinuousExportRequest, StopContinuousExportResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopContinuousExportCommandInput extends StopContinuousExportRe
|
|
|
22
22
|
export interface StopContinuousExportCommandOutput extends StopContinuousExportResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopContinuousExportCommand_base: {
|
|
25
|
-
new (input: StopContinuousExportCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopContinuousExportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopContinuousExportCommandInput): import("@smithy/core/client").CommandImpl<StopContinuousExportCommandInput, StopContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopContinuousExportCommandInput): import("@smithy/core/client").CommandImpl<StopContinuousExportCommandInput, StopContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Stop the continuous flow of agent's discovered data into Amazon Athena.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { StopDataCollectionByAgentIdsRequest, StopDataCollectionByAgentIdsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopDataCollectionByAgentIdsCommandInput extends StopDataCollec
|
|
|
22
22
|
export interface StopDataCollectionByAgentIdsCommandOutput extends StopDataCollectionByAgentIdsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopDataCollectionByAgentIdsCommand_base: {
|
|
25
|
-
new (input: StopDataCollectionByAgentIdsCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopDataCollectionByAgentIdsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopDataCollectionByAgentIdsCommandInput): import("@smithy/core/client").CommandImpl<StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopDataCollectionByAgentIdsCommandInput): import("@smithy/core/client").CommandImpl<StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Instructs the specified agents to stop collecting data.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
4
|
import type { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateApplicationCommandInput extends UpdateApplicationRequest
|
|
|
22
22
|
export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateApplicationCommand_base: {
|
|
25
|
-
new (input: UpdateApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateApplicationCommandInput): import("@smithy/core/client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates metadata about an application.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|