@aws-sdk/client-application-discovery-service 3.1077.0 → 3.1079.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/index.js +36 -283
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -14
- package/dist-es/commands/BatchDeleteAgentsCommand.js +2 -14
- package/dist-es/commands/BatchDeleteImportDataCommand.js +2 -14
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateTagsCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationsCommand.js +2 -14
- package/dist-es/commands/DeleteTagsCommand.js +2 -14
- package/dist-es/commands/DescribeAgentsCommand.js +2 -14
- package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +2 -14
- package/dist-es/commands/DescribeConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribeContinuousExportsCommand.js +2 -14
- package/dist-es/commands/DescribeExportConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribeExportTasksCommand.js +2 -14
- package/dist-es/commands/DescribeImportTasksCommand.js +2 -14
- package/dist-es/commands/DescribeTagsCommand.js +2 -14
- package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -14
- package/dist-es/commands/ExportConfigurationsCommand.js +2 -14
- package/dist-es/commands/GetDiscoverySummaryCommand.js +2 -14
- package/dist-es/commands/ListConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListServerNeighborsCommand.js +2 -14
- package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +2 -14
- package/dist-es/commands/StartContinuousExportCommand.js +2 -14
- package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +2 -14
- package/dist-es/commands/StartExportTaskCommand.js +2 -14
- package/dist-es/commands/StartImportTaskCommand.js +2 -14
- package/dist-es/commands/StopContinuousExportCommand.js +2 -14
- package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateTagsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTagsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAgentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -8
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +3 -8
- package/dist-types/commands/ExportConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServerNeighborsCommand.d.ts +3 -8
- package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartContinuousExportCommand.d.ts +3 -8
- package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +3 -8
- package/dist-types/commands/StartExportTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartImportTaskCommand.d.ts +3 -8
- package/dist-types/commands/StopContinuousExportCommand.d.ts +3 -8
- package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeExportTasks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeExportTasksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "DescribeExportTasks", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "DescribeExportTasksCommand")
|
|
14
|
-
.sc(DescribeExportTasks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeExportTasksCommand extends command(_ep0, _mw0, "DescribeExportTasks", DescribeExportTasks$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeImportTasks$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeImportTasksCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "DescribeImportTasks", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "DescribeImportTasksCommand")
|
|
14
|
-
.sc(DescribeImportTasks$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeImportTasksCommand extends command(_ep0, _mw0, "DescribeImportTasks", DescribeImportTasks$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeTags$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeTagsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "DescribeTags", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "DescribeTagsCommand")
|
|
14
|
-
.sc(DescribeTags$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeTagsCommand extends command(_ep0, _mw0, "DescribeTags", DescribeTags$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateConfigurationItemsFromApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateConfigurationItemsFromApplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "DisassociateConfigurationItemsFromApplication", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "DisassociateConfigurationItemsFromApplicationCommand")
|
|
14
|
-
.sc(DisassociateConfigurationItemsFromApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateConfigurationItemsFromApplicationCommand extends command(_ep0, _mw0, "DisassociateConfigurationItemsFromApplication", DisassociateConfigurationItemsFromApplication$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ExportConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "ExportConfigurations", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "ExportConfigurationsCommand")
|
|
14
|
-
.sc(ExportConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExportConfigurationsCommand extends command(_ep0, _mw0, "ExportConfigurations", ExportConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDiscoverySummary$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDiscoverySummaryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "GetDiscoverySummary", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "GetDiscoverySummaryCommand")
|
|
14
|
-
.sc(GetDiscoverySummary$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDiscoverySummaryCommand extends command(_ep0, _mw0, "GetDiscoverySummary", GetDiscoverySummary$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "ListConfigurations", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "ListConfigurationsCommand")
|
|
14
|
-
.sc(ListConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListConfigurationsCommand extends command(_ep0, _mw0, "ListConfigurations", ListConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListServerNeighbors$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListServerNeighborsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "ListServerNeighbors", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "ListServerNeighborsCommand")
|
|
14
|
-
.sc(ListServerNeighbors$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListServerNeighborsCommand extends command(_ep0, _mw0, "ListServerNeighbors", ListServerNeighbors$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartBatchDeleteConfigurationTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartBatchDeleteConfigurationTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "StartBatchDeleteConfigurationTask", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "StartBatchDeleteConfigurationTaskCommand")
|
|
14
|
-
.sc(StartBatchDeleteConfigurationTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartBatchDeleteConfigurationTaskCommand extends command(_ep0, _mw0, "StartBatchDeleteConfigurationTask", StartBatchDeleteConfigurationTask$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartContinuousExport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartContinuousExportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "StartContinuousExport", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "StartContinuousExportCommand")
|
|
14
|
-
.sc(StartContinuousExport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartContinuousExportCommand extends command(_ep0, _mw0, "StartContinuousExport", StartContinuousExport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartDataCollectionByAgentIds$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartDataCollectionByAgentIdsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "StartDataCollectionByAgentIds", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "StartDataCollectionByAgentIdsCommand")
|
|
14
|
-
.sc(StartDataCollectionByAgentIds$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartDataCollectionByAgentIdsCommand extends command(_ep0, _mw0, "StartDataCollectionByAgentIds", StartDataCollectionByAgentIds$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartExportTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartExportTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "StartExportTask", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "StartExportTaskCommand")
|
|
14
|
-
.sc(StartExportTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartExportTaskCommand extends command(_ep0, _mw0, "StartExportTask", StartExportTask$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartImportTask$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartImportTaskCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "StartImportTask", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "StartImportTaskCommand")
|
|
14
|
-
.sc(StartImportTask$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartImportTaskCommand extends command(_ep0, _mw0, "StartImportTask", StartImportTask$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopContinuousExport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopContinuousExportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "StopContinuousExport", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "StopContinuousExportCommand")
|
|
14
|
-
.sc(StopContinuousExport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopContinuousExportCommand extends command(_ep0, _mw0, "StopContinuousExport", StopContinuousExport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopDataCollectionByAgentIds$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopDataCollectionByAgentIdsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "StopDataCollectionByAgentIds", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "StopDataCollectionByAgentIdsCommand")
|
|
14
|
-
.sc(StopDataCollectionByAgentIds$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopDataCollectionByAgentIdsCommand extends command(_ep0, _mw0, "StopDataCollectionByAgentIds", StopDataCollectionByAgentIds$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateApplication$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateApplicationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSPoseidonService_V2015_11_01", "UpdateApplication", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "UpdateApplicationCommand")
|
|
14
|
-
.sc(UpdateApplication$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./ApplicationDiscoveryServiceClient";
|
|
2
2
|
export * from "./ApplicationDiscoveryService";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ApplicationDiscoveryServiceClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
2
|
import type { AssociateConfigurationItemsToApplicationRequest, AssociateConfigurationItemsToApplicationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AssociateConfigurationItemsToApplicationCommandInput extends As
|
|
|
22
19
|
export interface AssociateConfigurationItemsToApplicationCommandOutput extends AssociateConfigurationItemsToApplicationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AssociateConfigurationItemsToApplicationCommand_base: {
|
|
25
|
-
new (input: AssociateConfigurationItemsToApplicationCommandInput): import("@smithy/core/client").CommandImpl<AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AssociateConfigurationItemsToApplicationCommandInput): import("@smithy/core/client").CommandImpl<AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AssociateConfigurationItemsToApplicationCommandInput): import("@smithy/core/client").CommandImpl<AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AssociateConfigurationItemsToApplicationCommandInput): import("@smithy/core/client").CommandImpl<AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Associates one or more configuration items with an application.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
2
|
import type { BatchDeleteAgentsRequest, BatchDeleteAgentsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchDeleteAgentsCommandInput extends BatchDeleteAgentsRequest
|
|
|
22
19
|
export interface BatchDeleteAgentsCommandOutput extends BatchDeleteAgentsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDeleteAgentsCommand_base: {
|
|
25
|
-
new (input: BatchDeleteAgentsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDeleteAgentsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDeleteAgentsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDeleteAgentsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
2
|
import type { BatchDeleteImportDataRequest, BatchDeleteImportDataResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchDeleteImportDataCommandInput extends BatchDeleteImportData
|
|
|
22
19
|
export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDataResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDeleteImportDataCommand_base: {
|
|
25
|
-
new (input: BatchDeleteImportDataCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDeleteImportDataCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDeleteImportDataCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDeleteImportDataCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes one or more import tasks, each identified by their import ID. Each import task has
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
2
|
import type { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
|
|
|
22
19
|
export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateApplicationCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateApplicationCommandInput): import("@smithy/core/client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an application with the given name and description.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
2
|
import type { CreateTagsRequest, CreateTagsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateTagsCommandInput extends CreateTagsRequest {
|
|
|
22
19
|
export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateTagsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: CreateTagsCommandInput): import("@smithy/core/client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateTagsCommandInput): import("@smithy/core/client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates one or more tags for configuration items. Tags are metadata that help you
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
2
|
import type { DeleteApplicationsRequest, DeleteApplicationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteApplicationsCommandInput extends DeleteApplicationsReques
|
|
|
22
19
|
export interface DeleteApplicationsCommandOutput extends DeleteApplicationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteApplicationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: DeleteApplicationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteApplicationsCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a list of applications and their associations with configuration
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
2
|
import type { DeleteTagsRequest, DeleteTagsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteTagsCommandInput extends DeleteTagsRequest {
|
|
|
22
19
|
export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteTagsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: DeleteTagsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteTagsCommandInput): import("@smithy/core/client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the association between configuration items and one or more tags. This API
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
2
|
import type { DescribeAgentsRequest, DescribeAgentsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeAgentsCommandInput extends DescribeAgentsRequest {
|
|
|
22
19
|
export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeAgentsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: DescribeAgentsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeAgentsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists agents or collectors as specified by ID or other filters. All agents/collectors
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
|
|
4
2
|
import type { DescribeBatchDeleteConfigurationTaskRequest, DescribeBatchDeleteConfigurationTaskResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeBatchDeleteConfigurationTaskCommandInput extends Descri
|
|
|
22
19
|
export interface DescribeBatchDeleteConfigurationTaskCommandOutput extends DescribeBatchDeleteConfigurationTaskResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeBatchDeleteConfigurationTaskCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: DescribeBatchDeleteConfigurationTaskCommandInput): import("@smithy/core/client").CommandImpl<DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeBatchDeleteConfigurationTaskCommandInput): import("@smithy/core/client").CommandImpl<DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|