@aws-sdk/client-application-discovery-service 3.529.1 → 3.535.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-types/ApplicationDiscoveryService.d.ts +11 -1
- package/dist-types/ApplicationDiscoveryServiceClient.d.ts +1 -1
- package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAgentsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +2 -1
- package/dist-types/commands/ExportConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +2 -1
- package/dist-types/commands/ListConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListServerNeighborsCommand.d.ts +2 -1
- package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +2 -1
- package/dist-types/commands/StartContinuousExportCommand.d.ts +2 -1
- package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +2 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +2 -1
- package/dist-types/commands/StartImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/StopContinuousExportCommand.d.ts +2 -1
- package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +275 -275
- 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/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +10 -0
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
- 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 +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
|
|
|
20
20
|
apiVersion: string;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
|
-
base64Encoder:
|
|
23
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
24
24
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
utf8Encoder:
|
|
25
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
serviceId: string;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
|
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@smithy/types").Decoder;
|
|
14
|
-
base64Encoder:
|
|
14
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
15
15
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
16
|
-
utf8Encoder:
|
|
16
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
17
17
|
disableHostPrefix: boolean;
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -5,7 +5,7 @@ import { ApplicationDiscoveryServiceClientConfig } from "./ApplicationDiscoveryS
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClientConfig) => {
|
|
6
6
|
apiVersion: string;
|
|
7
7
|
base64Decoder: import("@smithy/types").Decoder;
|
|
8
|
-
base64Encoder:
|
|
8
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
11
|
logger?: import("@smithy/types").Logger | undefined;
|
|
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: ApplicationDiscoveryServiceClien
|
|
|
17
17
|
serviceId: string;
|
|
18
18
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
};
|
|
@@ -210,6 +210,7 @@ export interface ApplicationDiscoveryService {
|
|
|
210
210
|
options: __HttpHandlerOptions,
|
|
211
211
|
cb: (err: any, data?: DeleteTagsCommandOutput) => void
|
|
212
212
|
): void;
|
|
213
|
+
describeAgents(): Promise<DescribeAgentsCommandOutput>;
|
|
213
214
|
describeAgents(
|
|
214
215
|
args: DescribeAgentsCommandInput,
|
|
215
216
|
options?: __HttpHandlerOptions
|
|
@@ -255,6 +256,7 @@ export interface ApplicationDiscoveryService {
|
|
|
255
256
|
options: __HttpHandlerOptions,
|
|
256
257
|
cb: (err: any, data?: DescribeConfigurationsCommandOutput) => void
|
|
257
258
|
): void;
|
|
259
|
+
describeContinuousExports(): Promise<DescribeContinuousExportsCommandOutput>;
|
|
258
260
|
describeContinuousExports(
|
|
259
261
|
args: DescribeContinuousExportsCommandInput,
|
|
260
262
|
options?: __HttpHandlerOptions
|
|
@@ -268,6 +270,7 @@ export interface ApplicationDiscoveryService {
|
|
|
268
270
|
options: __HttpHandlerOptions,
|
|
269
271
|
cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void
|
|
270
272
|
): void;
|
|
273
|
+
describeExportConfigurations(): Promise<DescribeExportConfigurationsCommandOutput>;
|
|
271
274
|
describeExportConfigurations(
|
|
272
275
|
args: DescribeExportConfigurationsCommandInput,
|
|
273
276
|
options?: __HttpHandlerOptions
|
|
@@ -281,6 +284,7 @@ export interface ApplicationDiscoveryService {
|
|
|
281
284
|
options: __HttpHandlerOptions,
|
|
282
285
|
cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void
|
|
283
286
|
): void;
|
|
287
|
+
describeExportTasks(): Promise<DescribeExportTasksCommandOutput>;
|
|
284
288
|
describeExportTasks(
|
|
285
289
|
args: DescribeExportTasksCommandInput,
|
|
286
290
|
options?: __HttpHandlerOptions
|
|
@@ -294,6 +298,7 @@ export interface ApplicationDiscoveryService {
|
|
|
294
298
|
options: __HttpHandlerOptions,
|
|
295
299
|
cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
|
|
296
300
|
): void;
|
|
301
|
+
describeImportTasks(): Promise<DescribeImportTasksCommandOutput>;
|
|
297
302
|
describeImportTasks(
|
|
298
303
|
args: DescribeImportTasksCommandInput,
|
|
299
304
|
options?: __HttpHandlerOptions
|
|
@@ -307,6 +312,7 @@ export interface ApplicationDiscoveryService {
|
|
|
307
312
|
options: __HttpHandlerOptions,
|
|
308
313
|
cb: (err: any, data?: DescribeImportTasksCommandOutput) => void
|
|
309
314
|
): void;
|
|
315
|
+
describeTags(): Promise<DescribeTagsCommandOutput>;
|
|
310
316
|
describeTags(
|
|
311
317
|
args: DescribeTagsCommandInput,
|
|
312
318
|
options?: __HttpHandlerOptions
|
|
@@ -339,6 +345,7 @@ export interface ApplicationDiscoveryService {
|
|
|
339
345
|
data?: DisassociateConfigurationItemsFromApplicationCommandOutput
|
|
340
346
|
) => void
|
|
341
347
|
): void;
|
|
348
|
+
exportConfigurations(): Promise<ExportConfigurationsCommandOutput>;
|
|
342
349
|
exportConfigurations(
|
|
343
350
|
args: ExportConfigurationsCommandInput,
|
|
344
351
|
options?: __HttpHandlerOptions
|
|
@@ -352,6 +359,7 @@ export interface ApplicationDiscoveryService {
|
|
|
352
359
|
options: __HttpHandlerOptions,
|
|
353
360
|
cb: (err: any, data?: ExportConfigurationsCommandOutput) => void
|
|
354
361
|
): void;
|
|
362
|
+
getDiscoverySummary(): Promise<GetDiscoverySummaryCommandOutput>;
|
|
355
363
|
getDiscoverySummary(
|
|
356
364
|
args: GetDiscoverySummaryCommandInput,
|
|
357
365
|
options?: __HttpHandlerOptions
|
|
@@ -410,6 +418,7 @@ export interface ApplicationDiscoveryService {
|
|
|
410
418
|
data?: StartBatchDeleteConfigurationTaskCommandOutput
|
|
411
419
|
) => void
|
|
412
420
|
): void;
|
|
421
|
+
startContinuousExport(): Promise<StartContinuousExportCommandOutput>;
|
|
413
422
|
startContinuousExport(
|
|
414
423
|
args: StartContinuousExportCommandInput,
|
|
415
424
|
options?: __HttpHandlerOptions
|
|
@@ -436,6 +445,7 @@ export interface ApplicationDiscoveryService {
|
|
|
436
445
|
options: __HttpHandlerOptions,
|
|
437
446
|
cb: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void
|
|
438
447
|
): void;
|
|
448
|
+
startExportTask(): Promise<StartExportTaskCommandOutput>;
|
|
439
449
|
startExportTask(
|
|
440
450
|
args: StartExportTaskCommandInput,
|
|
441
451
|
options?: __HttpHandlerOptions
|
|
@@ -25,6 +25,15 @@ declare const AssociateConfigurationItemsToApplicationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: AssociateConfigurationItemsToApplicationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
AssociateConfigurationItemsToApplicationCommandInput,
|
|
32
|
+
AssociateConfigurationItemsToApplicationCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class AssociateConfigurationItemsToApplicationCommand extends AssociateConfigurationItemsToApplicationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const BatchDeleteAgentsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: BatchDeleteAgentsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
BatchDeleteAgentsCommandInput,
|
|
32
|
+
BatchDeleteAgentsCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class BatchDeleteAgentsCommand extends BatchDeleteAgentsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const BatchDeleteImportDataCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: BatchDeleteImportDataCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
BatchDeleteImportDataCommandInput,
|
|
32
|
+
BatchDeleteImportDataCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class BatchDeleteImportDataCommand extends BatchDeleteImportDataCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const CreateApplicationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: CreateApplicationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
CreateApplicationCommandInput,
|
|
32
|
+
CreateApplicationCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class CreateApplicationCommand extends CreateApplicationCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const CreateTagsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CreateTagsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CreateTagsCommandInput,
|
|
28
|
+
CreateTagsCommandOutput,
|
|
29
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class CreateTagsCommand extends CreateTagsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DeleteApplicationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DeleteApplicationsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DeleteApplicationsCommandInput,
|
|
32
|
+
DeleteApplicationsCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DeleteApplicationsCommand extends DeleteApplicationsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DeleteTagsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteTagsCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteTagsCommandInput,
|
|
28
|
+
DeleteTagsCommandOutput,
|
|
29
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteTagsCommand extends DeleteTagsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeAgentsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [DescribeAgentsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeAgentsCommandInput,
|
|
31
|
+
DescribeAgentsCommandOutput,
|
|
32
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeAgentsCommand extends DescribeAgentsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeBatchDeleteConfigurationTaskCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeBatchDeleteConfigurationTaskCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeBatchDeleteConfigurationTaskCommandInput,
|
|
32
|
+
DescribeBatchDeleteConfigurationTaskCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeBatchDeleteConfigurationTaskCommand extends DescribeBatchDeleteConfigurationTaskCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeConfigurationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeConfigurationsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeConfigurationsCommandInput,
|
|
32
|
+
DescribeConfigurationsCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeConfigurationsCommand extends DescribeConfigurationsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeContinuousExportsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeContinuousExportsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeContinuousExportsCommandInput,
|
|
32
|
+
DescribeContinuousExportsCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeContinuousExportsCommand extends DescribeContinuousExportsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeExportConfigurationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeExportConfigurationsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeExportConfigurationsCommandInput,
|
|
32
|
+
DescribeExportConfigurationsCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeExportConfigurationsCommand extends DescribeExportConfigurationsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeExportTasksCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeExportTasksCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeExportTasksCommandInput,
|
|
32
|
+
DescribeExportTasksCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeExportTasksCommand extends DescribeExportTasksCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeImportTasksCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [DescribeImportTasksCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeImportTasksCommandInput,
|
|
32
|
+
DescribeImportTasksCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeImportTasksCommand extends DescribeImportTasksCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const DescribeTagsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [DescribeTagsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DescribeTagsCommandInput,
|
|
28
|
+
DescribeTagsCommandOutput,
|
|
29
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DisassociateConfigurationItemsFromApplicationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DisassociateConfigurationItemsFromApplicationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DisassociateConfigurationItemsFromApplicationCommandInput,
|
|
32
|
+
DisassociateConfigurationItemsFromApplicationCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DisassociateConfigurationItemsFromApplicationCommand extends DisassociateConfigurationItemsFromApplicationCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ExportConfigurationsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ExportConfigurationsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ExportConfigurationsCommandInput,
|
|
28
|
+
ExportConfigurationsCommandOutput,
|
|
29
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ExportConfigurationsCommand extends ExportConfigurationsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetDiscoverySummaryCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [GetDiscoverySummaryCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetDiscoverySummaryCommandInput,
|
|
32
|
+
GetDiscoverySummaryCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetDiscoverySummaryCommand extends GetDiscoverySummaryCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListConfigurationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListConfigurationsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListConfigurationsCommandInput,
|
|
32
|
+
ListConfigurationsCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListServerNeighborsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListServerNeighborsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListServerNeighborsCommandInput,
|
|
32
|
+
ListServerNeighborsCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListServerNeighborsCommand extends ListServerNeighborsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartBatchDeleteConfigurationTaskCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartBatchDeleteConfigurationTaskCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartBatchDeleteConfigurationTaskCommandInput,
|
|
32
|
+
StartBatchDeleteConfigurationTaskCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartBatchDeleteConfigurationTaskCommand extends StartBatchDeleteConfigurationTaskCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartContinuousExportCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [StartContinuousExportCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartContinuousExportCommandInput,
|
|
32
|
+
StartContinuousExportCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartContinuousExportCommand extends StartContinuousExportCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartDataCollectionByAgentIdsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartDataCollectionByAgentIdsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartDataCollectionByAgentIdsCommandInput,
|
|
32
|
+
StartDataCollectionByAgentIdsCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartDataCollectionByAgentIdsCommand extends StartDataCollectionByAgentIdsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const StartExportTaskCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [StartExportTaskCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
StartExportTaskCommandInput,
|
|
31
|
+
StartExportTaskCommandOutput,
|
|
32
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class StartExportTaskCommand extends StartExportTaskCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const StartImportTaskCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: StartImportTaskCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
StartImportTaskCommandInput,
|
|
31
|
+
StartImportTaskCommandOutput,
|
|
32
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class StartImportTaskCommand extends StartImportTaskCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StopContinuousExportCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StopContinuousExportCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StopContinuousExportCommandInput,
|
|
32
|
+
StopContinuousExportCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StopContinuousExportCommand extends StopContinuousExportCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StopDataCollectionByAgentIdsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StopDataCollectionByAgentIdsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StopDataCollectionByAgentIdsCommandInput,
|
|
32
|
+
StopDataCollectionByAgentIdsCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StopDataCollectionByAgentIdsCommand extends StopDataCollectionByAgentIdsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateApplicationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateApplicationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateApplicationCommandInput,
|
|
32
|
+
UpdateApplicationCommandOutput,
|
|
33
|
+
ApplicationDiscoveryServiceClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateApplicationCommand extends UpdateApplicationCommand_base {}
|
|
@@ -27,9 +27,9 @@ export declare const getRuntimeConfig: (
|
|
|
27
27
|
apiVersion: string;
|
|
28
28
|
urlParser: import("@smithy/types").UrlParser;
|
|
29
29
|
base64Decoder: import("@smithy/types").Decoder;
|
|
30
|
-
base64Encoder:
|
|
30
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
31
31
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
32
|
-
utf8Encoder:
|
|
32
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
33
33
|
disableHostPrefix: boolean;
|
|
34
34
|
serviceId: string;
|
|
35
35
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,9 +31,9 @@ export declare const getRuntimeConfig: (
|
|
|
31
31
|
apiVersion: string;
|
|
32
32
|
urlParser: import("@smithy/types").UrlParser;
|
|
33
33
|
base64Decoder: import("@smithy/types").Decoder;
|
|
34
|
-
base64Encoder:
|
|
34
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
35
35
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
36
|
-
utf8Encoder:
|
|
36
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
37
37
|
disableHostPrefix: boolean;
|
|
38
38
|
serviceId: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
@@ -15,9 +15,9 @@ export declare const getRuntimeConfig: (
|
|
|
15
15
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
16
16
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
17
17
|
base64Decoder: import("@smithy/types").Decoder;
|
|
18
|
-
base64Encoder:
|
|
18
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
19
19
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
20
|
-
utf8Encoder:
|
|
20
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
21
21
|
disableHostPrefix: boolean;
|
|
22
22
|
serviceId: string;
|
|
23
23
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|