@aws-sdk/client-application-discovery-service 3.478.0 → 3.484.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +18 -41
- package/dist-cjs/commands/BatchDeleteAgentsCommand.js +18 -41
- package/dist-cjs/commands/BatchDeleteImportDataCommand.js +18 -41
- package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
- package/dist-cjs/commands/CreateTagsCommand.js +18 -41
- package/dist-cjs/commands/DeleteApplicationsCommand.js +18 -41
- package/dist-cjs/commands/DeleteTagsCommand.js +18 -41
- package/dist-cjs/commands/DescribeAgentsCommand.js +18 -41
- package/dist-cjs/commands/DescribeBatchDeleteConfigurationTaskCommand.js +18 -41
- package/dist-cjs/commands/DescribeConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeContinuousExportsCommand.js +18 -41
- package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/DescribeExportTasksCommand.js +18 -41
- package/dist-cjs/commands/DescribeImportTasksCommand.js +18 -41
- package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
- package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +18 -41
- package/dist-cjs/commands/ExportConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/GetDiscoverySummaryCommand.js +18 -41
- package/dist-cjs/commands/ListConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListServerNeighborsCommand.js +18 -41
- package/dist-cjs/commands/StartBatchDeleteConfigurationTaskCommand.js +18 -41
- package/dist-cjs/commands/StartContinuousExportCommand.js +18 -41
- package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +18 -41
- package/dist-cjs/commands/StartExportTaskCommand.js +18 -41
- package/dist-cjs/commands/StartImportTaskCommand.js +18 -41
- package/dist-cjs/commands/StopContinuousExportCommand.js +18 -41
- package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +18 -41
- package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +18 -41
- package/dist-es/commands/BatchDeleteAgentsCommand.js +18 -41
- package/dist-es/commands/BatchDeleteImportDataCommand.js +18 -41
- package/dist-es/commands/CreateApplicationCommand.js +18 -41
- package/dist-es/commands/CreateTagsCommand.js +18 -41
- package/dist-es/commands/DeleteApplicationsCommand.js +18 -41
- package/dist-es/commands/DeleteTagsCommand.js +18 -41
- package/dist-es/commands/DescribeAgentsCommand.js +18 -41
- package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +18 -41
- package/dist-es/commands/DescribeConfigurationsCommand.js +18 -41
- package/dist-es/commands/DescribeContinuousExportsCommand.js +18 -41
- package/dist-es/commands/DescribeExportConfigurationsCommand.js +18 -41
- package/dist-es/commands/DescribeExportTasksCommand.js +18 -41
- package/dist-es/commands/DescribeImportTasksCommand.js +18 -41
- package/dist-es/commands/DescribeTagsCommand.js +18 -41
- package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +18 -41
- package/dist-es/commands/ExportConfigurationsCommand.js +18 -41
- package/dist-es/commands/GetDiscoverySummaryCommand.js +18 -41
- package/dist-es/commands/ListConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListServerNeighborsCommand.js +18 -41
- package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +18 -41
- package/dist-es/commands/StartContinuousExportCommand.js +18 -41
- package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +18 -41
- package/dist-es/commands/StartExportTaskCommand.js +18 -41
- package/dist-es/commands/StartImportTaskCommand.js +18 -41
- package/dist-es/commands/StopContinuousExportCommand.js +18 -41
- package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +18 -41
- package/dist-es/commands/UpdateApplicationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +6 -21
- package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +6 -21
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +6 -21
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
- package/dist-types/commands/CreateTagsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteApplicationsCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAgentsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +6 -21
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +6 -21
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +6 -21
- package/dist-types/commands/ExportConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +6 -21
- package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListServerNeighborsCommand.d.ts +6 -21
- package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +6 -21
- package/dist-types/commands/StartContinuousExportCommand.d.ts +6 -21
- package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +6 -21
- package/dist-types/commands/StartExportTaskCommand.d.ts +6 -21
- package/dist-types/commands/StartImportTaskCommand.d.ts +6 -21
- package/dist-types/commands/StopContinuousExportCommand.d.ts +6 -21
- package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +6 -21
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeBatchDeleteConfigurationTaskCommand, se_DescribeBatchDeleteConfigurationTaskCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeBatchDeleteConfigurationTaskCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ApplicationDiscoveryServiceClient";
|
|
26
|
-
const commandName = "DescribeBatchDeleteConfigurationTaskCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSPoseidonService_V2015_11_01",
|
|
35
|
-
operation: "DescribeBatchDeleteConfigurationTask",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeBatchDeleteConfigurationTaskCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeBatchDeleteConfigurationTaskCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeBatchDeleteConfigurationTaskCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSPoseidonService_V2015_11_01", "DescribeBatchDeleteConfigurationTask", {})
|
|
19
|
+
.n("ApplicationDiscoveryServiceClient", "DescribeBatchDeleteConfigurationTaskCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeBatchDeleteConfigurationTaskCommand)
|
|
22
|
+
.de(de_DescribeBatchDeleteConfigurationTaskCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeConfigurationsCommand, se_DescribeConfigurationsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeConfigurationsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ApplicationDiscoveryServiceClient";
|
|
26
|
-
const commandName = "DescribeConfigurationsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSPoseidonService_V2015_11_01",
|
|
35
|
-
operation: "DescribeConfigurations",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeConfigurationsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeConfigurationsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeConfigurationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSPoseidonService_V2015_11_01", "DescribeConfigurations", {})
|
|
19
|
+
.n("ApplicationDiscoveryServiceClient", "DescribeConfigurationsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeConfigurationsCommand)
|
|
22
|
+
.de(de_DescribeConfigurationsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeContinuousExportsCommand, se_DescribeContinuousExportsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeContinuousExportsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ApplicationDiscoveryServiceClient";
|
|
26
|
-
const commandName = "DescribeContinuousExportsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSPoseidonService_V2015_11_01",
|
|
35
|
-
operation: "DescribeContinuousExports",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeContinuousExportsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeContinuousExportsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeContinuousExportsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSPoseidonService_V2015_11_01", "DescribeContinuousExports", {})
|
|
19
|
+
.n("ApplicationDiscoveryServiceClient", "DescribeContinuousExportsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeContinuousExportsCommand)
|
|
22
|
+
.de(de_DescribeContinuousExportsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeExportConfigurationsCommand, se_DescribeExportConfigurationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeExportConfigurationsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ApplicationDiscoveryServiceClient";
|
|
26
|
-
const commandName = "DescribeExportConfigurationsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSPoseidonService_V2015_11_01",
|
|
35
|
-
operation: "DescribeExportConfigurations",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeExportConfigurationsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeExportConfigurationsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeExportConfigurationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSPoseidonService_V2015_11_01", "DescribeExportConfigurations", {})
|
|
19
|
+
.n("ApplicationDiscoveryServiceClient", "DescribeExportConfigurationsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeExportConfigurationsCommand)
|
|
22
|
+
.de(de_DescribeExportConfigurationsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeExportTasksCommand, se_DescribeExportTasksCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeExportTasksCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ApplicationDiscoveryServiceClient";
|
|
26
|
-
const commandName = "DescribeExportTasksCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSPoseidonService_V2015_11_01",
|
|
35
|
-
operation: "DescribeExportTasks",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeExportTasksCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeExportTasksCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeExportTasksCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSPoseidonService_V2015_11_01", "DescribeExportTasks", {})
|
|
19
|
+
.n("ApplicationDiscoveryServiceClient", "DescribeExportTasksCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeExportTasksCommand)
|
|
22
|
+
.de(de_DescribeExportTasksCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeImportTasksCommand, se_DescribeImportTasksCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeImportTasksCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ApplicationDiscoveryServiceClient";
|
|
26
|
-
const commandName = "DescribeImportTasksCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSPoseidonService_V2015_11_01",
|
|
35
|
-
operation: "DescribeImportTasks",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeImportTasksCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeImportTasksCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeImportTasksCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSPoseidonService_V2015_11_01", "DescribeImportTasks", {})
|
|
19
|
+
.n("ApplicationDiscoveryServiceClient", "DescribeImportTasksCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeImportTasksCommand)
|
|
22
|
+
.de(de_DescribeImportTasksCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DescribeTagsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ApplicationDiscoveryServiceClient";
|
|
26
|
-
const commandName = "DescribeTagsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSPoseidonService_V2015_11_01",
|
|
35
|
-
operation: "DescribeTags",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DescribeTagsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DescribeTagsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DescribeTagsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSPoseidonService_V2015_11_01", "DescribeTags", {})
|
|
19
|
+
.n("ApplicationDiscoveryServiceClient", "DescribeTagsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeTagsCommand)
|
|
22
|
+
.de(de_DescribeTagsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_DisassociateConfigurationItemsFromApplicationCommand, se_DisassociateConfigurationItemsFromApplicationCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DisassociateConfigurationItemsFromApplicationCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ApplicationDiscoveryServiceClient";
|
|
26
|
-
const commandName = "DisassociateConfigurationItemsFromApplicationCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSPoseidonService_V2015_11_01",
|
|
35
|
-
operation: "DisassociateConfigurationItemsFromApplication",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_DisassociateConfigurationItemsFromApplicationCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DisassociateConfigurationItemsFromApplicationCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DisassociateConfigurationItemsFromApplicationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSPoseidonService_V2015_11_01", "DisassociateConfigurationItemsFromApplication", {})
|
|
19
|
+
.n("ApplicationDiscoveryServiceClient", "DisassociateConfigurationItemsFromApplicationCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DisassociateConfigurationItemsFromApplicationCommand)
|
|
22
|
+
.de(de_DisassociateConfigurationItemsFromApplicationCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_ExportConfigurationsCommand, se_ExportConfigurationsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class ExportConfigurationsCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "ApplicationDiscoveryServiceClient";
|
|
26
|
-
const commandName = "ExportConfigurationsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "AWSPoseidonService_V2015_11_01",
|
|
35
|
-
operation: "ExportConfigurations",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_ExportConfigurationsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_ExportConfigurationsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class ExportConfigurationsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("AWSPoseidonService_V2015_11_01", "ExportConfigurations", {})
|
|
19
|
+
.n("ApplicationDiscoveryServiceClient", "ExportConfigurationsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ExportConfigurationsCommand)
|
|
22
|
+
.de(de_ExportConfigurationsCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|