@aws-sdk/client-application-discovery-service 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +0 -25
- package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ApplicationDiscoveryServiceServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -232
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -18,7 +18,6 @@ export interface StartExportTaskCommandInput extends StartExportTaskRequest {}
|
|
|
18
18
|
export interface StartExportTaskCommandOutput
|
|
19
19
|
extends StartExportTaskResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartExportTaskCommand extends $Command<
|
|
23
22
|
StartExportTaskCommandInput,
|
|
24
23
|
StartExportTaskCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartExportTaskCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartExportTaskCommandInput;
|
|
28
27
|
constructor(input: StartExportTaskCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartImportTaskCommandInput extends StartImportTaskRequest {}
|
|
|
18
18
|
export interface StartImportTaskCommandOutput
|
|
19
19
|
extends StartImportTaskResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartImportTaskCommand extends $Command<
|
|
23
22
|
StartImportTaskCommandInput,
|
|
24
23
|
StartImportTaskCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartImportTaskCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartImportTaskCommandInput;
|
|
28
27
|
constructor(input: StartImportTaskCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StopContinuousExportCommandInput
|
|
|
19
19
|
export interface StopContinuousExportCommandOutput
|
|
20
20
|
extends StopContinuousExportResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StopContinuousExportCommand extends $Command<
|
|
24
23
|
StopContinuousExportCommandInput,
|
|
25
24
|
StopContinuousExportCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StopContinuousExportCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StopContinuousExportCommandInput;
|
|
29
28
|
constructor(input: StopContinuousExportCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StopDataCollectionByAgentIdsCommandInput
|
|
|
19
19
|
export interface StopDataCollectionByAgentIdsCommandOutput
|
|
20
20
|
extends StopDataCollectionByAgentIdsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StopDataCollectionByAgentIdsCommand extends $Command<
|
|
24
23
|
StopDataCollectionByAgentIdsCommandInput,
|
|
25
24
|
StopDataCollectionByAgentIdsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StopDataCollectionByAgentIdsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StopDataCollectionByAgentIdsCommandInput;
|
|
29
28
|
constructor(input: StopDataCollectionByAgentIdsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateApplicationCommandInput
|
|
|
19
19
|
export interface UpdateApplicationCommandOutput
|
|
20
20
|
extends UpdateApplicationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateApplicationCommand extends $Command<
|
|
24
23
|
UpdateApplicationCommandInput,
|
|
25
24
|
UpdateApplicationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateApplicationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateApplicationCommandInput;
|
|
29
28
|
constructor(input: UpdateApplicationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ApplicationDiscoveryServiceServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|