@aws-sdk/client-elasticsearch-service 3.489.0 → 3.495.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.
Files changed (76) hide show
  1. package/dist-cjs/ElasticsearchService.js +1 -111
  2. package/dist-cjs/ElasticsearchServiceClient.js +1 -43
  3. package/dist-cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +1 -28
  4. package/dist-cjs/commands/AddTagsCommand.js +1 -28
  5. package/dist-cjs/commands/AssociatePackageCommand.js +1 -28
  6. package/dist-cjs/commands/AuthorizeVpcEndpointAccessCommand.js +1 -28
  7. package/dist-cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +1 -28
  8. package/dist-cjs/commands/CreateElasticsearchDomainCommand.js +1 -29
  9. package/dist-cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +1 -28
  10. package/dist-cjs/commands/CreatePackageCommand.js +1 -28
  11. package/dist-cjs/commands/CreateVpcEndpointCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteElasticsearchDomainCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteElasticsearchServiceRoleCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +1 -28
  16. package/dist-cjs/commands/DeletePackageCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteVpcEndpointCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeDomainChangeProgressCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeElasticsearchDomainCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeElasticsearchDomainConfigCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeElasticsearchDomainsCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +1 -28
  26. package/dist-cjs/commands/DescribePackagesCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeReservedElasticsearchInstancesCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +1 -28
  30. package/dist-cjs/commands/DissociatePackageCommand.js +1 -28
  31. package/dist-cjs/commands/GetCompatibleElasticsearchVersionsCommand.js +1 -28
  32. package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +1 -28
  33. package/dist-cjs/commands/GetUpgradeHistoryCommand.js +1 -28
  34. package/dist-cjs/commands/GetUpgradeStatusCommand.js +1 -28
  35. package/dist-cjs/commands/ListDomainNamesCommand.js +1 -28
  36. package/dist-cjs/commands/ListDomainsForPackageCommand.js +1 -28
  37. package/dist-cjs/commands/ListElasticsearchInstanceTypesCommand.js +1 -28
  38. package/dist-cjs/commands/ListElasticsearchVersionsCommand.js +1 -28
  39. package/dist-cjs/commands/ListPackagesForDomainCommand.js +1 -28
  40. package/dist-cjs/commands/ListTagsCommand.js +1 -28
  41. package/dist-cjs/commands/ListVpcEndpointAccessCommand.js +1 -28
  42. package/dist-cjs/commands/ListVpcEndpointsCommand.js +1 -28
  43. package/dist-cjs/commands/ListVpcEndpointsForDomainCommand.js +1 -28
  44. package/dist-cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +1 -28
  45. package/dist-cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js +1 -28
  46. package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
  47. package/dist-cjs/commands/RevokeVpcEndpointAccessCommand.js +1 -28
  48. package/dist-cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +1 -28
  49. package/dist-cjs/commands/UpdateElasticsearchDomainConfigCommand.js +1 -29
  50. package/dist-cjs/commands/UpdatePackageCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateVpcEndpointCommand.js +1 -28
  52. package/dist-cjs/commands/UpgradeElasticsearchDomainCommand.js +1 -28
  53. package/dist-cjs/commands/index.js +1 -53
  54. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  55. package/dist-cjs/extensionConfiguration.js +1 -2
  56. package/dist-cjs/index.js +5254 -11
  57. package/dist-cjs/models/ElasticsearchServiceServiceException.js +1 -12
  58. package/dist-cjs/models/index.js +1 -4
  59. package/dist-cjs/models/models_0.js +1 -392
  60. package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js +1 -7
  61. package/dist-cjs/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js +1 -7
  62. package/dist-cjs/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js +1 -7
  63. package/dist-cjs/pagination/DescribePackagesPaginator.js +1 -7
  64. package/dist-cjs/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js +1 -7
  65. package/dist-cjs/pagination/DescribeReservedElasticsearchInstancesPaginator.js +1 -7
  66. package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js +1 -7
  67. package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js +1 -7
  68. package/dist-cjs/pagination/Interfaces.js +1 -2
  69. package/dist-cjs/pagination/ListDomainsForPackagePaginator.js +1 -7
  70. package/dist-cjs/pagination/ListElasticsearchInstanceTypesPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListElasticsearchVersionsPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListPackagesForDomainPaginator.js +1 -7
  73. package/dist-cjs/pagination/index.js +1 -16
  74. package/dist-cjs/protocols/Aws_restJson1.js +1 -3567
  75. package/dist-cjs/runtimeExtensions.js +1 -22
  76. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDomainAutoTunesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeDomainAutoTunesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DescribeDomainAutoTunes", {})
22
- .n("ElasticsearchServiceClient", "DescribeDomainAutoTunesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeDomainAutoTunesCommand)
25
- .de(Aws_restJson1_1.de_DescribeDomainAutoTunesCommand)
26
- .build() {
27
- }
28
- exports.DescribeDomainAutoTunesCommand = DescribeDomainAutoTunesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDomainChangeProgressCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeDomainChangeProgressCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DescribeDomainChangeProgress", {})
22
- .n("ElasticsearchServiceClient", "DescribeDomainChangeProgressCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeDomainChangeProgressCommand)
25
- .de(Aws_restJson1_1.de_DescribeDomainChangeProgressCommand)
26
- .build() {
27
- }
28
- exports.DescribeDomainChangeProgressCommand = DescribeDomainChangeProgressCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeElasticsearchDomainCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeElasticsearchDomainCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DescribeElasticsearchDomain", {})
22
- .n("ElasticsearchServiceClient", "DescribeElasticsearchDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeElasticsearchDomainCommand)
25
- .de(Aws_restJson1_1.de_DescribeElasticsearchDomainCommand)
26
- .build() {
27
- }
28
- exports.DescribeElasticsearchDomainCommand = DescribeElasticsearchDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeElasticsearchDomainConfigCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeElasticsearchDomainConfigCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DescribeElasticsearchDomainConfig", {})
22
- .n("ElasticsearchServiceClient", "DescribeElasticsearchDomainConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeElasticsearchDomainConfigCommand)
25
- .de(Aws_restJson1_1.de_DescribeElasticsearchDomainConfigCommand)
26
- .build() {
27
- }
28
- exports.DescribeElasticsearchDomainConfigCommand = DescribeElasticsearchDomainConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeElasticsearchDomainsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeElasticsearchDomainsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DescribeElasticsearchDomains", {})
22
- .n("ElasticsearchServiceClient", "DescribeElasticsearchDomainsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeElasticsearchDomainsCommand)
25
- .de(Aws_restJson1_1.de_DescribeElasticsearchDomainsCommand)
26
- .build() {
27
- }
28
- exports.DescribeElasticsearchDomainsCommand = DescribeElasticsearchDomainsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeElasticsearchInstanceTypeLimitsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeElasticsearchInstanceTypeLimitsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DescribeElasticsearchInstanceTypeLimits", {})
22
- .n("ElasticsearchServiceClient", "DescribeElasticsearchInstanceTypeLimitsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeElasticsearchInstanceTypeLimitsCommand)
25
- .de(Aws_restJson1_1.de_DescribeElasticsearchInstanceTypeLimitsCommand)
26
- .build() {
27
- }
28
- exports.DescribeElasticsearchInstanceTypeLimitsCommand = DescribeElasticsearchInstanceTypeLimitsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeInboundCrossClusterSearchConnectionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeInboundCrossClusterSearchConnectionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DescribeInboundCrossClusterSearchConnections", {})
22
- .n("ElasticsearchServiceClient", "DescribeInboundCrossClusterSearchConnectionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeInboundCrossClusterSearchConnectionsCommand)
25
- .de(Aws_restJson1_1.de_DescribeInboundCrossClusterSearchConnectionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeInboundCrossClusterSearchConnectionsCommand = DescribeInboundCrossClusterSearchConnectionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeOutboundCrossClusterSearchConnectionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeOutboundCrossClusterSearchConnectionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DescribeOutboundCrossClusterSearchConnections", {})
22
- .n("ElasticsearchServiceClient", "DescribeOutboundCrossClusterSearchConnectionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeOutboundCrossClusterSearchConnectionsCommand)
25
- .de(Aws_restJson1_1.de_DescribeOutboundCrossClusterSearchConnectionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeOutboundCrossClusterSearchConnectionsCommand = DescribeOutboundCrossClusterSearchConnectionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribePackagesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribePackagesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DescribePackages", {})
22
- .n("ElasticsearchServiceClient", "DescribePackagesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribePackagesCommand)
25
- .de(Aws_restJson1_1.de_DescribePackagesCommand)
26
- .build() {
27
- }
28
- exports.DescribePackagesCommand = DescribePackagesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeReservedElasticsearchInstanceOfferingsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeReservedElasticsearchInstanceOfferingsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DescribeReservedElasticsearchInstanceOfferings", {})
22
- .n("ElasticsearchServiceClient", "DescribeReservedElasticsearchInstanceOfferingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeReservedElasticsearchInstanceOfferingsCommand)
25
- .de(Aws_restJson1_1.de_DescribeReservedElasticsearchInstanceOfferingsCommand)
26
- .build() {
27
- }
28
- exports.DescribeReservedElasticsearchInstanceOfferingsCommand = DescribeReservedElasticsearchInstanceOfferingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeReservedElasticsearchInstancesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeReservedElasticsearchInstancesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DescribeReservedElasticsearchInstances", {})
22
- .n("ElasticsearchServiceClient", "DescribeReservedElasticsearchInstancesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeReservedElasticsearchInstancesCommand)
25
- .de(Aws_restJson1_1.de_DescribeReservedElasticsearchInstancesCommand)
26
- .build() {
27
- }
28
- exports.DescribeReservedElasticsearchInstancesCommand = DescribeReservedElasticsearchInstancesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeVpcEndpointsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DescribeVpcEndpointsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DescribeVpcEndpoints", {})
22
- .n("ElasticsearchServiceClient", "DescribeVpcEndpointsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeVpcEndpointsCommand)
25
- .de(Aws_restJson1_1.de_DescribeVpcEndpointsCommand)
26
- .build() {
27
- }
28
- exports.DescribeVpcEndpointsCommand = DescribeVpcEndpointsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DissociatePackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class DissociatePackageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DissociatePackage", {})
22
- .n("ElasticsearchServiceClient", "DissociatePackageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DissociatePackageCommand)
25
- .de(Aws_restJson1_1.de_DissociatePackageCommand)
26
- .build() {
27
- }
28
- exports.DissociatePackageCommand = DissociatePackageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCompatibleElasticsearchVersionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetCompatibleElasticsearchVersionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "GetCompatibleElasticsearchVersions", {})
22
- .n("ElasticsearchServiceClient", "GetCompatibleElasticsearchVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCompatibleElasticsearchVersionsCommand)
25
- .de(Aws_restJson1_1.de_GetCompatibleElasticsearchVersionsCommand)
26
- .build() {
27
- }
28
- exports.GetCompatibleElasticsearchVersionsCommand = GetCompatibleElasticsearchVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPackageVersionHistoryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetPackageVersionHistoryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "GetPackageVersionHistory", {})
22
- .n("ElasticsearchServiceClient", "GetPackageVersionHistoryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetPackageVersionHistoryCommand)
25
- .de(Aws_restJson1_1.de_GetPackageVersionHistoryCommand)
26
- .build() {
27
- }
28
- exports.GetPackageVersionHistoryCommand = GetPackageVersionHistoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetUpgradeHistoryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetUpgradeHistoryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "GetUpgradeHistory", {})
22
- .n("ElasticsearchServiceClient", "GetUpgradeHistoryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetUpgradeHistoryCommand)
25
- .de(Aws_restJson1_1.de_GetUpgradeHistoryCommand)
26
- .build() {
27
- }
28
- exports.GetUpgradeHistoryCommand = GetUpgradeHistoryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetUpgradeStatusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetUpgradeStatusCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "GetUpgradeStatus", {})
22
- .n("ElasticsearchServiceClient", "GetUpgradeStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetUpgradeStatusCommand)
25
- .de(Aws_restJson1_1.de_GetUpgradeStatusCommand)
26
- .build() {
27
- }
28
- exports.GetUpgradeStatusCommand = GetUpgradeStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDomainNamesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListDomainNamesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "ListDomainNames", {})
22
- .n("ElasticsearchServiceClient", "ListDomainNamesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDomainNamesCommand)
25
- .de(Aws_restJson1_1.de_ListDomainNamesCommand)
26
- .build() {
27
- }
28
- exports.ListDomainNamesCommand = ListDomainNamesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDomainsForPackageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListDomainsForPackageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "ListDomainsForPackage", {})
22
- .n("ElasticsearchServiceClient", "ListDomainsForPackageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDomainsForPackageCommand)
25
- .de(Aws_restJson1_1.de_ListDomainsForPackageCommand)
26
- .build() {
27
- }
28
- exports.ListDomainsForPackageCommand = ListDomainsForPackageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListElasticsearchInstanceTypesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListElasticsearchInstanceTypesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "ListElasticsearchInstanceTypes", {})
22
- .n("ElasticsearchServiceClient", "ListElasticsearchInstanceTypesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListElasticsearchInstanceTypesCommand)
25
- .de(Aws_restJson1_1.de_ListElasticsearchInstanceTypesCommand)
26
- .build() {
27
- }
28
- exports.ListElasticsearchInstanceTypesCommand = ListElasticsearchInstanceTypesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListElasticsearchVersionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListElasticsearchVersionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "ListElasticsearchVersions", {})
22
- .n("ElasticsearchServiceClient", "ListElasticsearchVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListElasticsearchVersionsCommand)
25
- .de(Aws_restJson1_1.de_ListElasticsearchVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListElasticsearchVersionsCommand = ListElasticsearchVersionsCommand;
1
+ module.exports = require("../index.js");