@aws-sdk/client-application-discovery-service 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +466 -130
- package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +280 -98
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +25 -25
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ApplicationDiscoveryServiceServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +872 -799
- package/dist-types/ts3.4/pagination/DescribeContinuousExportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImportTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +305 -77
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,98 +1,280 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateConfigurationItemsToApplicationCommandInput,
|
|
47
|
+
AssociateConfigurationItemsToApplicationCommandOutput,
|
|
48
|
+
} from "./commands/AssociateConfigurationItemsToApplicationCommand";
|
|
49
|
+
import {
|
|
50
|
+
BatchDeleteImportDataCommandInput,
|
|
51
|
+
BatchDeleteImportDataCommandOutput,
|
|
52
|
+
} from "./commands/BatchDeleteImportDataCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateApplicationCommandInput,
|
|
55
|
+
CreateApplicationCommandOutput,
|
|
56
|
+
} from "./commands/CreateApplicationCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateTagsCommandInput,
|
|
59
|
+
CreateTagsCommandOutput,
|
|
60
|
+
} from "./commands/CreateTagsCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteApplicationsCommandInput,
|
|
63
|
+
DeleteApplicationsCommandOutput,
|
|
64
|
+
} from "./commands/DeleteApplicationsCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteTagsCommandInput,
|
|
67
|
+
DeleteTagsCommandOutput,
|
|
68
|
+
} from "./commands/DeleteTagsCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeAgentsCommandInput,
|
|
71
|
+
DescribeAgentsCommandOutput,
|
|
72
|
+
} from "./commands/DescribeAgentsCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeConfigurationsCommandInput,
|
|
75
|
+
DescribeConfigurationsCommandOutput,
|
|
76
|
+
} from "./commands/DescribeConfigurationsCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeContinuousExportsCommandInput,
|
|
79
|
+
DescribeContinuousExportsCommandOutput,
|
|
80
|
+
} from "./commands/DescribeContinuousExportsCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeExportConfigurationsCommandInput,
|
|
83
|
+
DescribeExportConfigurationsCommandOutput,
|
|
84
|
+
} from "./commands/DescribeExportConfigurationsCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeExportTasksCommandInput,
|
|
87
|
+
DescribeExportTasksCommandOutput,
|
|
88
|
+
} from "./commands/DescribeExportTasksCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeImportTasksCommandInput,
|
|
91
|
+
DescribeImportTasksCommandOutput,
|
|
92
|
+
} from "./commands/DescribeImportTasksCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeTagsCommandInput,
|
|
95
|
+
DescribeTagsCommandOutput,
|
|
96
|
+
} from "./commands/DescribeTagsCommand";
|
|
97
|
+
import {
|
|
98
|
+
DisassociateConfigurationItemsFromApplicationCommandInput,
|
|
99
|
+
DisassociateConfigurationItemsFromApplicationCommandOutput,
|
|
100
|
+
} from "./commands/DisassociateConfigurationItemsFromApplicationCommand";
|
|
101
|
+
import {
|
|
102
|
+
ExportConfigurationsCommandInput,
|
|
103
|
+
ExportConfigurationsCommandOutput,
|
|
104
|
+
} from "./commands/ExportConfigurationsCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetDiscoverySummaryCommandInput,
|
|
107
|
+
GetDiscoverySummaryCommandOutput,
|
|
108
|
+
} from "./commands/GetDiscoverySummaryCommand";
|
|
109
|
+
import {
|
|
110
|
+
ListConfigurationsCommandInput,
|
|
111
|
+
ListConfigurationsCommandOutput,
|
|
112
|
+
} from "./commands/ListConfigurationsCommand";
|
|
113
|
+
import {
|
|
114
|
+
ListServerNeighborsCommandInput,
|
|
115
|
+
ListServerNeighborsCommandOutput,
|
|
116
|
+
} from "./commands/ListServerNeighborsCommand";
|
|
117
|
+
import {
|
|
118
|
+
StartContinuousExportCommandInput,
|
|
119
|
+
StartContinuousExportCommandOutput,
|
|
120
|
+
} from "./commands/StartContinuousExportCommand";
|
|
121
|
+
import {
|
|
122
|
+
StartDataCollectionByAgentIdsCommandInput,
|
|
123
|
+
StartDataCollectionByAgentIdsCommandOutput,
|
|
124
|
+
} from "./commands/StartDataCollectionByAgentIdsCommand";
|
|
125
|
+
import {
|
|
126
|
+
StartExportTaskCommandInput,
|
|
127
|
+
StartExportTaskCommandOutput,
|
|
128
|
+
} from "./commands/StartExportTaskCommand";
|
|
129
|
+
import {
|
|
130
|
+
StartImportTaskCommandInput,
|
|
131
|
+
StartImportTaskCommandOutput,
|
|
132
|
+
} from "./commands/StartImportTaskCommand";
|
|
133
|
+
import {
|
|
134
|
+
StopContinuousExportCommandInput,
|
|
135
|
+
StopContinuousExportCommandOutput,
|
|
136
|
+
} from "./commands/StopContinuousExportCommand";
|
|
137
|
+
import {
|
|
138
|
+
StopDataCollectionByAgentIdsCommandInput,
|
|
139
|
+
StopDataCollectionByAgentIdsCommandOutput,
|
|
140
|
+
} from "./commands/StopDataCollectionByAgentIdsCommand";
|
|
141
|
+
import {
|
|
142
|
+
UpdateApplicationCommandInput,
|
|
143
|
+
UpdateApplicationCommandOutput,
|
|
144
|
+
} from "./commands/UpdateApplicationCommand";
|
|
145
|
+
export declare type ServiceInputTypes =
|
|
146
|
+
| AssociateConfigurationItemsToApplicationCommandInput
|
|
147
|
+
| BatchDeleteImportDataCommandInput
|
|
148
|
+
| CreateApplicationCommandInput
|
|
149
|
+
| CreateTagsCommandInput
|
|
150
|
+
| DeleteApplicationsCommandInput
|
|
151
|
+
| DeleteTagsCommandInput
|
|
152
|
+
| DescribeAgentsCommandInput
|
|
153
|
+
| DescribeConfigurationsCommandInput
|
|
154
|
+
| DescribeContinuousExportsCommandInput
|
|
155
|
+
| DescribeExportConfigurationsCommandInput
|
|
156
|
+
| DescribeExportTasksCommandInput
|
|
157
|
+
| DescribeImportTasksCommandInput
|
|
158
|
+
| DescribeTagsCommandInput
|
|
159
|
+
| DisassociateConfigurationItemsFromApplicationCommandInput
|
|
160
|
+
| ExportConfigurationsCommandInput
|
|
161
|
+
| GetDiscoverySummaryCommandInput
|
|
162
|
+
| ListConfigurationsCommandInput
|
|
163
|
+
| ListServerNeighborsCommandInput
|
|
164
|
+
| StartContinuousExportCommandInput
|
|
165
|
+
| StartDataCollectionByAgentIdsCommandInput
|
|
166
|
+
| StartExportTaskCommandInput
|
|
167
|
+
| StartImportTaskCommandInput
|
|
168
|
+
| StopContinuousExportCommandInput
|
|
169
|
+
| StopDataCollectionByAgentIdsCommandInput
|
|
170
|
+
| UpdateApplicationCommandInput;
|
|
171
|
+
export declare type ServiceOutputTypes =
|
|
172
|
+
| AssociateConfigurationItemsToApplicationCommandOutput
|
|
173
|
+
| BatchDeleteImportDataCommandOutput
|
|
174
|
+
| CreateApplicationCommandOutput
|
|
175
|
+
| CreateTagsCommandOutput
|
|
176
|
+
| DeleteApplicationsCommandOutput
|
|
177
|
+
| DeleteTagsCommandOutput
|
|
178
|
+
| DescribeAgentsCommandOutput
|
|
179
|
+
| DescribeConfigurationsCommandOutput
|
|
180
|
+
| DescribeContinuousExportsCommandOutput
|
|
181
|
+
| DescribeExportConfigurationsCommandOutput
|
|
182
|
+
| DescribeExportTasksCommandOutput
|
|
183
|
+
| DescribeImportTasksCommandOutput
|
|
184
|
+
| DescribeTagsCommandOutput
|
|
185
|
+
| DisassociateConfigurationItemsFromApplicationCommandOutput
|
|
186
|
+
| ExportConfigurationsCommandOutput
|
|
187
|
+
| GetDiscoverySummaryCommandOutput
|
|
188
|
+
| ListConfigurationsCommandOutput
|
|
189
|
+
| ListServerNeighborsCommandOutput
|
|
190
|
+
| StartContinuousExportCommandOutput
|
|
191
|
+
| StartDataCollectionByAgentIdsCommandOutput
|
|
192
|
+
| StartExportTaskCommandOutput
|
|
193
|
+
| StartImportTaskCommandOutput
|
|
194
|
+
| StopContinuousExportCommandOutput
|
|
195
|
+
| StopDataCollectionByAgentIdsCommandOutput
|
|
196
|
+
| UpdateApplicationCommandOutput;
|
|
197
|
+
export interface ClientDefaults
|
|
198
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
199
|
+
requestHandler?: __HttpHandler;
|
|
200
|
+
|
|
201
|
+
sha256?: __HashConstructor;
|
|
202
|
+
|
|
203
|
+
urlParser?: __UrlParser;
|
|
204
|
+
|
|
205
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
206
|
+
|
|
207
|
+
streamCollector?: __StreamCollector;
|
|
208
|
+
|
|
209
|
+
base64Decoder?: __Decoder;
|
|
210
|
+
|
|
211
|
+
base64Encoder?: __Encoder;
|
|
212
|
+
|
|
213
|
+
utf8Decoder?: __Decoder;
|
|
214
|
+
|
|
215
|
+
utf8Encoder?: __Encoder;
|
|
216
|
+
|
|
217
|
+
runtime?: string;
|
|
218
|
+
|
|
219
|
+
disableHostPrefix?: boolean;
|
|
220
|
+
|
|
221
|
+
maxAttempts?: number | __Provider<number>;
|
|
222
|
+
|
|
223
|
+
retryMode?: string | __Provider<string>;
|
|
224
|
+
|
|
225
|
+
logger?: __Logger;
|
|
226
|
+
|
|
227
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
228
|
+
|
|
229
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
230
|
+
|
|
231
|
+
serviceId?: string;
|
|
232
|
+
|
|
233
|
+
region?: string | __Provider<string>;
|
|
234
|
+
|
|
235
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
236
|
+
|
|
237
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
238
|
+
|
|
239
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
240
|
+
|
|
241
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
242
|
+
}
|
|
243
|
+
declare type ApplicationDiscoveryServiceClientConfigType = Partial<
|
|
244
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
245
|
+
> &
|
|
246
|
+
ClientDefaults &
|
|
247
|
+
RegionInputConfig &
|
|
248
|
+
EndpointsInputConfig &
|
|
249
|
+
RetryInputConfig &
|
|
250
|
+
HostHeaderInputConfig &
|
|
251
|
+
AwsAuthInputConfig &
|
|
252
|
+
UserAgentInputConfig;
|
|
253
|
+
|
|
254
|
+
export interface ApplicationDiscoveryServiceClientConfig
|
|
255
|
+
extends ApplicationDiscoveryServiceClientConfigType {}
|
|
256
|
+
declare type ApplicationDiscoveryServiceClientResolvedConfigType =
|
|
257
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
258
|
+
Required<ClientDefaults> &
|
|
259
|
+
RegionResolvedConfig &
|
|
260
|
+
EndpointsResolvedConfig &
|
|
261
|
+
RetryResolvedConfig &
|
|
262
|
+
HostHeaderResolvedConfig &
|
|
263
|
+
AwsAuthResolvedConfig &
|
|
264
|
+
UserAgentResolvedConfig;
|
|
265
|
+
|
|
266
|
+
export interface ApplicationDiscoveryServiceClientResolvedConfig
|
|
267
|
+
extends ApplicationDiscoveryServiceClientResolvedConfigType {}
|
|
268
|
+
|
|
269
|
+
export declare class ApplicationDiscoveryServiceClient extends __Client<
|
|
270
|
+
__HttpHandlerOptions,
|
|
271
|
+
ServiceInputTypes,
|
|
272
|
+
ServiceOutputTypes,
|
|
273
|
+
ApplicationDiscoveryServiceClientResolvedConfig
|
|
274
|
+
> {
|
|
275
|
+
readonly config: ApplicationDiscoveryServiceClientResolvedConfig;
|
|
276
|
+
constructor(configuration: ApplicationDiscoveryServiceClientConfig);
|
|
277
|
+
|
|
278
|
+
destroy(): void;
|
|
279
|
+
}
|
|
280
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApplicationDiscoveryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateConfigurationItemsToApplicationRequest,
|
|
15
|
+
AssociateConfigurationItemsToApplicationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateConfigurationItemsToApplicationCommandInput
|
|
18
|
+
extends AssociateConfigurationItemsToApplicationRequest {}
|
|
19
|
+
export interface AssociateConfigurationItemsToApplicationCommandOutput
|
|
20
|
+
extends AssociateConfigurationItemsToApplicationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateConfigurationItemsToApplicationCommand extends $Command<
|
|
24
|
+
AssociateConfigurationItemsToApplicationCommandInput,
|
|
25
|
+
AssociateConfigurationItemsToApplicationCommandOutput,
|
|
26
|
+
ApplicationDiscoveryServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateConfigurationItemsToApplicationCommandInput;
|
|
29
|
+
constructor(input: AssociateConfigurationItemsToApplicationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateConfigurationItemsToApplicationCommandInput,
|
|
37
|
+
AssociateConfigurationItemsToApplicationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApplicationDiscoveryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
BatchDeleteImportDataRequest,
|
|
15
|
+
BatchDeleteImportDataResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchDeleteImportDataCommandInput
|
|
18
|
+
extends BatchDeleteImportDataRequest {}
|
|
19
|
+
export interface BatchDeleteImportDataCommandOutput
|
|
20
|
+
extends BatchDeleteImportDataResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchDeleteImportDataCommand extends $Command<
|
|
24
|
+
BatchDeleteImportDataCommandInput,
|
|
25
|
+
BatchDeleteImportDataCommandOutput,
|
|
26
|
+
ApplicationDiscoveryServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchDeleteImportDataCommandInput;
|
|
29
|
+
constructor(input: BatchDeleteImportDataCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchDeleteImportDataCommandInput,
|
|
37
|
+
BatchDeleteImportDataCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApplicationDiscoveryServiceClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateApplicationRequest,
|
|
15
|
+
CreateApplicationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateApplicationCommandInput
|
|
18
|
+
extends CreateApplicationRequest {}
|
|
19
|
+
export interface CreateApplicationCommandOutput
|
|
20
|
+
extends CreateApplicationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateApplicationCommand extends $Command<
|
|
24
|
+
CreateApplicationCommandInput,
|
|
25
|
+
CreateApplicationCommandOutput,
|
|
26
|
+
ApplicationDiscoveryServiceClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateApplicationCommandInput;
|
|
29
|
+
constructor(input: CreateApplicationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ApplicationDiscoveryServiceClient";
|
|
13
|
+
import { CreateTagsRequest, CreateTagsResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateTagsCommandInput extends CreateTagsRequest {}
|
|
15
|
+
export interface CreateTagsCommandOutput
|
|
16
|
+
extends CreateTagsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateTagsCommand extends $Command<
|
|
20
|
+
CreateTagsCommandInput,
|
|
21
|
+
CreateTagsCommandOutput,
|
|
22
|
+
ApplicationDiscoveryServiceClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateTagsCommandInput;
|
|
25
|
+
constructor(input: CreateTagsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: ApplicationDiscoveryServiceClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateTagsCommandInput, CreateTagsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|