@aws-sdk/client-elasticsearch-service 3.927.0 → 3.929.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 +2542 -2459
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ElasticsearchServiceClient.js +2 -0
- package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +3 -9
- package/dist-es/commands/AddTagsCommand.js +3 -9
- package/dist-es/commands/AssociatePackageCommand.js +3 -9
- package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +3 -9
- package/dist-es/commands/CancelDomainConfigChangeCommand.js +3 -9
- package/dist-es/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +3 -9
- package/dist-es/commands/CreateElasticsearchDomainCommand.js +3 -10
- package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +3 -9
- package/dist-es/commands/CreatePackageCommand.js +3 -9
- package/dist-es/commands/CreateVpcEndpointCommand.js +3 -9
- package/dist-es/commands/DeleteElasticsearchDomainCommand.js +3 -9
- package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +3 -9
- package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +3 -9
- package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +3 -9
- package/dist-es/commands/DeletePackageCommand.js +3 -9
- package/dist-es/commands/DeleteVpcEndpointCommand.js +3 -9
- package/dist-es/commands/DescribeDomainAutoTunesCommand.js +3 -9
- package/dist-es/commands/DescribeDomainChangeProgressCommand.js +3 -9
- package/dist-es/commands/DescribeElasticsearchDomainCommand.js +3 -9
- package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +3 -9
- package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +3 -9
- package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +3 -9
- package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +3 -9
- package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +3 -9
- package/dist-es/commands/DescribePackagesCommand.js +3 -9
- package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +3 -9
- package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +3 -9
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +3 -9
- package/dist-es/commands/DissociatePackageCommand.js +3 -9
- package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.js +3 -9
- package/dist-es/commands/GetPackageVersionHistoryCommand.js +3 -9
- package/dist-es/commands/GetUpgradeHistoryCommand.js +3 -9
- package/dist-es/commands/GetUpgradeStatusCommand.js +3 -9
- package/dist-es/commands/ListDomainNamesCommand.js +3 -9
- package/dist-es/commands/ListDomainsForPackageCommand.js +3 -9
- package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +3 -9
- package/dist-es/commands/ListElasticsearchVersionsCommand.js +3 -9
- package/dist-es/commands/ListPackagesForDomainCommand.js +3 -9
- package/dist-es/commands/ListTagsCommand.js +3 -9
- package/dist-es/commands/ListVpcEndpointAccessCommand.js +3 -9
- package/dist-es/commands/ListVpcEndpointsCommand.js +3 -9
- package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +3 -9
- package/dist-es/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +3 -9
- package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +3 -9
- package/dist-es/commands/RemoveTagsCommand.js +3 -9
- package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +3 -9
- package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +3 -9
- package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +3 -10
- package/dist-es/commands/UpdatePackageCommand.js +3 -9
- package/dist-es/commands/UpdateVpcEndpointCommand.js +3 -9
- package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -27
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2432 -0
- package/dist-types/ElasticsearchServiceClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -20
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +288 -0
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -15
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +295 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_restJson1.js +0 -2054
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -461
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -617
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeInboundCrossClusterSearchConnections } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeInboundCrossClusterSearchConnectionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "DescribeInboundCrossClusterSearchConnections", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "DescribeInboundCrossClusterSearchConnectionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeInboundCrossClusterSearchConnectionsCommand)
|
|
20
|
-
.de(de_DescribeInboundCrossClusterSearchConnectionsCommand)
|
|
14
|
+
.sc(DescribeInboundCrossClusterSearchConnections)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeOutboundCrossClusterSearchConnections } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeOutboundCrossClusterSearchConnectionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "DescribeOutboundCrossClusterSearchConnections", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "DescribeOutboundCrossClusterSearchConnectionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeOutboundCrossClusterSearchConnectionsCommand)
|
|
20
|
-
.de(de_DescribeOutboundCrossClusterSearchConnectionsCommand)
|
|
14
|
+
.sc(DescribeOutboundCrossClusterSearchConnections)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribePackages } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribePackagesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "DescribePackages", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "DescribePackagesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribePackagesCommand)
|
|
20
|
-
.de(de_DescribePackagesCommand)
|
|
14
|
+
.sc(DescribePackages)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeReservedElasticsearchInstanceOfferings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeReservedElasticsearchInstanceOfferingsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "DescribeReservedElasticsearchInstanceOfferings", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "DescribeReservedElasticsearchInstanceOfferingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeReservedElasticsearchInstanceOfferingsCommand)
|
|
20
|
-
.de(de_DescribeReservedElasticsearchInstanceOfferingsCommand)
|
|
14
|
+
.sc(DescribeReservedElasticsearchInstanceOfferings)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeReservedElasticsearchInstances } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeReservedElasticsearchInstancesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "DescribeReservedElasticsearchInstances", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "DescribeReservedElasticsearchInstancesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeReservedElasticsearchInstancesCommand)
|
|
20
|
-
.de(de_DescribeReservedElasticsearchInstancesCommand)
|
|
14
|
+
.sc(DescribeReservedElasticsearchInstances)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeVpcEndpoints } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeVpcEndpointsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "DescribeVpcEndpoints", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "DescribeVpcEndpointsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeVpcEndpointsCommand)
|
|
20
|
-
.de(de_DescribeVpcEndpointsCommand)
|
|
14
|
+
.sc(DescribeVpcEndpoints)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DissociatePackage } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DissociatePackageCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "DissociatePackage", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "DissociatePackageCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DissociatePackageCommand)
|
|
20
|
-
.de(de_DissociatePackageCommand)
|
|
14
|
+
.sc(DissociatePackage)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetCompatibleElasticsearchVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetCompatibleElasticsearchVersionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "GetCompatibleElasticsearchVersions", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "GetCompatibleElasticsearchVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetCompatibleElasticsearchVersionsCommand)
|
|
20
|
-
.de(de_GetCompatibleElasticsearchVersionsCommand)
|
|
14
|
+
.sc(GetCompatibleElasticsearchVersions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetPackageVersionHistory } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetPackageVersionHistoryCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "GetPackageVersionHistory", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "GetPackageVersionHistoryCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetPackageVersionHistoryCommand)
|
|
20
|
-
.de(de_GetPackageVersionHistoryCommand)
|
|
14
|
+
.sc(GetPackageVersionHistory)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetUpgradeHistory } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetUpgradeHistoryCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "GetUpgradeHistory", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "GetUpgradeHistoryCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetUpgradeHistoryCommand)
|
|
20
|
-
.de(de_GetUpgradeHistoryCommand)
|
|
14
|
+
.sc(GetUpgradeHistory)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetUpgradeStatus } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetUpgradeStatusCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "GetUpgradeStatus", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "GetUpgradeStatusCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetUpgradeStatusCommand)
|
|
20
|
-
.de(de_GetUpgradeStatusCommand)
|
|
14
|
+
.sc(GetUpgradeStatus)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListDomainNames } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListDomainNamesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "ListDomainNames", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "ListDomainNamesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListDomainNamesCommand)
|
|
20
|
-
.de(de_ListDomainNamesCommand)
|
|
14
|
+
.sc(ListDomainNames)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListDomainsForPackage } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListDomainsForPackageCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "ListDomainsForPackage", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "ListDomainsForPackageCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListDomainsForPackageCommand)
|
|
20
|
-
.de(de_ListDomainsForPackageCommand)
|
|
14
|
+
.sc(ListDomainsForPackage)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListElasticsearchInstanceTypes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListElasticsearchInstanceTypesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "ListElasticsearchInstanceTypes", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "ListElasticsearchInstanceTypesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListElasticsearchInstanceTypesCommand)
|
|
20
|
-
.de(de_ListElasticsearchInstanceTypesCommand)
|
|
14
|
+
.sc(ListElasticsearchInstanceTypes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListElasticsearchVersions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListElasticsearchVersionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "ListElasticsearchVersions", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "ListElasticsearchVersionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListElasticsearchVersionsCommand)
|
|
20
|
-
.de(de_ListElasticsearchVersionsCommand)
|
|
14
|
+
.sc(ListElasticsearchVersions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListPackagesForDomain } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListPackagesForDomainCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "ListPackagesForDomain", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "ListPackagesForDomainCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListPackagesForDomainCommand)
|
|
20
|
-
.de(de_ListPackagesForDomainCommand)
|
|
14
|
+
.sc(ListPackagesForDomain)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListTags } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListTagsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "ListTags", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "ListTagsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListTagsCommand)
|
|
20
|
-
.de(de_ListTagsCommand)
|
|
14
|
+
.sc(ListTags)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListVpcEndpointAccess } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListVpcEndpointAccessCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "ListVpcEndpointAccess", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "ListVpcEndpointAccessCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListVpcEndpointAccessCommand)
|
|
20
|
-
.de(de_ListVpcEndpointAccessCommand)
|
|
14
|
+
.sc(ListVpcEndpointAccess)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListVpcEndpoints } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListVpcEndpointsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "ListVpcEndpoints", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "ListVpcEndpointsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListVpcEndpointsCommand)
|
|
20
|
-
.de(de_ListVpcEndpointsCommand)
|
|
14
|
+
.sc(ListVpcEndpoints)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListVpcEndpointsForDomain } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListVpcEndpointsForDomainCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "ListVpcEndpointsForDomain", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "ListVpcEndpointsForDomainCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListVpcEndpointsForDomainCommand)
|
|
20
|
-
.de(de_ListVpcEndpointsForDomainCommand)
|
|
14
|
+
.sc(ListVpcEndpointsForDomain)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PurchaseReservedElasticsearchInstanceOffering } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PurchaseReservedElasticsearchInstanceOfferingCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "PurchaseReservedElasticsearchInstanceOffering", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "PurchaseReservedElasticsearchInstanceOfferingCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PurchaseReservedElasticsearchInstanceOfferingCommand)
|
|
20
|
-
.de(de_PurchaseReservedElasticsearchInstanceOfferingCommand)
|
|
14
|
+
.sc(PurchaseReservedElasticsearchInstanceOffering)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RejectInboundCrossClusterSearchConnection } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RejectInboundCrossClusterSearchConnectionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "RejectInboundCrossClusterSearchConnection", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "RejectInboundCrossClusterSearchConnectionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RejectInboundCrossClusterSearchConnectionCommand)
|
|
20
|
-
.de(de_RejectInboundCrossClusterSearchConnectionCommand)
|
|
14
|
+
.sc(RejectInboundCrossClusterSearchConnection)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { RemoveTags } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class RemoveTagsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("AmazonElasticsearchService2015", "RemoveTags", {})
|
|
17
13
|
.n("ElasticsearchServiceClient", "RemoveTagsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_RemoveTagsCommand)
|
|
20
|
-
.de(de_RemoveTagsCommand)
|
|
14
|
+
.sc(RemoveTags)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|