@aws-sdk/client-application-discovery-service 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -3
- package/dist-cjs/commands/BatchDeleteImportDataCommand.js +2 -3
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -3
- package/dist-cjs/commands/CreateTagsCommand.js +2 -3
- package/dist-cjs/commands/DeleteApplicationsCommand.js +2 -3
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
- package/dist-cjs/commands/DescribeAgentsCommand.js +2 -3
- package/dist-cjs/commands/DescribeConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/DescribeContinuousExportsCommand.js +2 -3
- package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/DescribeExportTasksCommand.js +2 -3
- package/dist-cjs/commands/DescribeImportTasksCommand.js +2 -3
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -3
- package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -3
- package/dist-cjs/commands/ExportConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/GetDiscoverySummaryCommand.js +2 -3
- package/dist-cjs/commands/ListConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/ListServerNeighborsCommand.js +2 -3
- package/dist-cjs/commands/StartContinuousExportCommand.js +2 -3
- package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +2 -3
- package/dist-cjs/commands/StartExportTaskCommand.js +2 -3
- package/dist-cjs/commands/StartImportTaskCommand.js +2 -3
- package/dist-cjs/commands/StopContinuousExportCommand.js +2 -3
- package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +2 -3
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -274
- package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -3
- package/dist-es/commands/BatchDeleteImportDataCommand.js +2 -3
- package/dist-es/commands/CreateApplicationCommand.js +2 -3
- package/dist-es/commands/CreateTagsCommand.js +2 -3
- package/dist-es/commands/DeleteApplicationsCommand.js +2 -3
- package/dist-es/commands/DeleteTagsCommand.js +2 -3
- package/dist-es/commands/DescribeAgentsCommand.js +2 -3
- package/dist-es/commands/DescribeConfigurationsCommand.js +2 -3
- package/dist-es/commands/DescribeContinuousExportsCommand.js +2 -3
- package/dist-es/commands/DescribeExportConfigurationsCommand.js +2 -3
- package/dist-es/commands/DescribeExportTasksCommand.js +2 -3
- package/dist-es/commands/DescribeImportTasksCommand.js +2 -3
- package/dist-es/commands/DescribeTagsCommand.js +2 -3
- package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -3
- package/dist-es/commands/ExportConfigurationsCommand.js +2 -3
- package/dist-es/commands/GetDiscoverySummaryCommand.js +2 -3
- package/dist-es/commands/ListConfigurationsCommand.js +2 -3
- package/dist-es/commands/ListServerNeighborsCommand.js +2 -3
- package/dist-es/commands/StartContinuousExportCommand.js +2 -3
- package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +2 -3
- package/dist-es/commands/StartExportTaskCommand.js +2 -3
- package/dist-es/commands/StartImportTaskCommand.js +2 -3
- package/dist-es/commands/StopContinuousExportCommand.js +2 -3
- package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +2 -3
- package/dist-es/commands/UpdateApplicationCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -204
- package/dist-types/ApplicationDiscoveryService.d.ts +26 -0
- package/dist-types/ApplicationDiscoveryServiceClient.d.ts +24 -4
- package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +16 -0
- package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApplicationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAgentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +16 -0
- package/dist-types/commands/ExportConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +16 -0
- package/dist-types/commands/ListConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListServerNeighborsCommand.d.ts +16 -0
- package/dist-types/commands/StartContinuousExportCommand.d.ts +16 -0
- package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +16 -0
- package/dist-types/commands/StartExportTaskCommand.d.ts +16 -0
- package/dist-types/commands/StartImportTaskCommand.d.ts +16 -0
- package/dist-types/commands/StopContinuousExportCommand.d.ts +16 -0
- package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
- package/dist-types/models/ApplicationDiscoveryServiceServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +211 -276
- package/dist-types/pagination/DescribeContinuousExportsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeImportTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -190
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
5
5
|
import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateApplicationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateApplicationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates metadata about an application.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateApplicationCommandInput - {@link UpdateApplicationCommandInput}
|
|
34
|
+
* @returns {@link UpdateApplicationCommandOutput}
|
|
28
35
|
* @see {@link UpdateApplicationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateApplicationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link ApplicationDiscoveryServiceClientResolvedConfig | config} for ApplicationDiscoveryServiceClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface UpdateApplicationCommandOutput extends UpdateApplicationRespons
|
|
|
51
58
|
export declare class UpdateApplicationCommand extends $Command<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
|
|
52
59
|
readonly input: UpdateApplicationCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: UpdateApplicationCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationCommandInput, UpdateApplicationCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from ApplicationDiscoveryService service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class ApplicationDiscoveryServiceServiceException extends __ServiceException {
|