@aws-sdk/client-opensearch 3.490.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 (90) hide show
  1. package/dist-cjs/OpenSearch.js +1 -135
  2. package/dist-cjs/OpenSearchClient.js +1 -43
  3. package/dist-cjs/commands/AcceptInboundConnectionCommand.js +1 -28
  4. package/dist-cjs/commands/AddDataSourceCommand.js +1 -28
  5. package/dist-cjs/commands/AddTagsCommand.js +1 -28
  6. package/dist-cjs/commands/AssociatePackageCommand.js +1 -28
  7. package/dist-cjs/commands/AuthorizeVpcEndpointAccessCommand.js +1 -28
  8. package/dist-cjs/commands/CancelServiceSoftwareUpdateCommand.js +1 -28
  9. package/dist-cjs/commands/CreateDomainCommand.js +1 -29
  10. package/dist-cjs/commands/CreateOutboundConnectionCommand.js +1 -28
  11. package/dist-cjs/commands/CreatePackageCommand.js +1 -28
  12. package/dist-cjs/commands/CreateVpcEndpointCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteDomainCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteInboundConnectionCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteOutboundConnectionCommand.js +1 -28
  17. package/dist-cjs/commands/DeletePackageCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteVpcEndpointCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeDomainChangeProgressCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeDomainCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeDomainConfigCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeDomainHealthCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeDomainNodesCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeDomainsCommand.js +1 -28
  26. package/dist-cjs/commands/DescribeDryRunProgressCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeInboundConnectionsCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeInstanceTypeLimitsCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeOutboundConnectionsCommand.js +1 -28
  30. package/dist-cjs/commands/DescribePackagesCommand.js +1 -28
  31. package/dist-cjs/commands/DescribeReservedInstanceOfferingsCommand.js +1 -28
  32. package/dist-cjs/commands/DescribeReservedInstancesCommand.js +1 -28
  33. package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +1 -28
  34. package/dist-cjs/commands/DissociatePackageCommand.js +1 -28
  35. package/dist-cjs/commands/GetCompatibleVersionsCommand.js +1 -28
  36. package/dist-cjs/commands/GetDataSourceCommand.js +1 -28
  37. package/dist-cjs/commands/GetDomainMaintenanceStatusCommand.js +1 -28
  38. package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +1 -28
  39. package/dist-cjs/commands/GetUpgradeHistoryCommand.js +1 -28
  40. package/dist-cjs/commands/GetUpgradeStatusCommand.js +1 -28
  41. package/dist-cjs/commands/ListDataSourcesCommand.js +1 -28
  42. package/dist-cjs/commands/ListDomainMaintenancesCommand.js +1 -28
  43. package/dist-cjs/commands/ListDomainNamesCommand.js +1 -28
  44. package/dist-cjs/commands/ListDomainsForPackageCommand.js +1 -28
  45. package/dist-cjs/commands/ListInstanceTypeDetailsCommand.js +1 -28
  46. package/dist-cjs/commands/ListPackagesForDomainCommand.js +1 -28
  47. package/dist-cjs/commands/ListScheduledActionsCommand.js +1 -28
  48. package/dist-cjs/commands/ListTagsCommand.js +1 -28
  49. package/dist-cjs/commands/ListVersionsCommand.js +1 -28
  50. package/dist-cjs/commands/ListVpcEndpointAccessCommand.js +1 -28
  51. package/dist-cjs/commands/ListVpcEndpointsCommand.js +1 -28
  52. package/dist-cjs/commands/ListVpcEndpointsForDomainCommand.js +1 -28
  53. package/dist-cjs/commands/PurchaseReservedInstanceOfferingCommand.js +1 -28
  54. package/dist-cjs/commands/RejectInboundConnectionCommand.js +1 -28
  55. package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
  56. package/dist-cjs/commands/RevokeVpcEndpointAccessCommand.js +1 -28
  57. package/dist-cjs/commands/StartDomainMaintenanceCommand.js +1 -28
  58. package/dist-cjs/commands/StartServiceSoftwareUpdateCommand.js +1 -28
  59. package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -28
  60. package/dist-cjs/commands/UpdateDomainConfigCommand.js +1 -29
  61. package/dist-cjs/commands/UpdatePackageCommand.js +1 -28
  62. package/dist-cjs/commands/UpdateScheduledActionCommand.js +1 -28
  63. package/dist-cjs/commands/UpdateVpcEndpointCommand.js +1 -28
  64. package/dist-cjs/commands/UpgradeDomainCommand.js +1 -28
  65. package/dist-cjs/commands/index.js +1 -65
  66. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  67. package/dist-cjs/extensionConfiguration.js +1 -2
  68. package/dist-cjs/index.js +6555 -11
  69. package/dist-cjs/models/OpenSearchServiceException.js +1 -12
  70. package/dist-cjs/models/index.js +1 -4
  71. package/dist-cjs/models/models_0.js +1 -558
  72. package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js +1 -7
  73. package/dist-cjs/pagination/DescribeInboundConnectionsPaginator.js +1 -7
  74. package/dist-cjs/pagination/DescribeOutboundConnectionsPaginator.js +1 -7
  75. package/dist-cjs/pagination/DescribePackagesPaginator.js +1 -7
  76. package/dist-cjs/pagination/DescribeReservedInstanceOfferingsPaginator.js +1 -7
  77. package/dist-cjs/pagination/DescribeReservedInstancesPaginator.js +1 -7
  78. package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js +1 -7
  79. package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js +1 -7
  80. package/dist-cjs/pagination/Interfaces.js +1 -2
  81. package/dist-cjs/pagination/ListDomainMaintenancesPaginator.js +1 -7
  82. package/dist-cjs/pagination/ListDomainsForPackagePaginator.js +1 -7
  83. package/dist-cjs/pagination/ListInstanceTypeDetailsPaginator.js +1 -7
  84. package/dist-cjs/pagination/ListPackagesForDomainPaginator.js +1 -7
  85. package/dist-cjs/pagination/ListScheduledActionsPaginator.js +1 -7
  86. package/dist-cjs/pagination/ListVersionsPaginator.js +1 -7
  87. package/dist-cjs/pagination/index.js +1 -18
  88. package/dist-cjs/protocols/Aws_restJson1.js +1 -4458
  89. package/dist-cjs/runtimeExtensions.js +1 -22
  90. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteVpcEndpointCommand = 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 DeleteVpcEndpointCommand 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("AmazonOpenSearchService", "DeleteVpcEndpoint", {})
22
- .n("OpenSearchClient", "DeleteVpcEndpointCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteVpcEndpointCommand)
25
- .de(Aws_restJson1_1.de_DeleteVpcEndpointCommand)
26
- .build() {
27
- }
28
- exports.DeleteVpcEndpointCommand = DeleteVpcEndpointCommand;
1
+ module.exports = require("../index.js");
@@ -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("AmazonOpenSearchService", "DescribeDomainAutoTunes", {})
22
- .n("OpenSearchClient", "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("AmazonOpenSearchService", "DescribeDomainChangeProgress", {})
22
- .n("OpenSearchClient", "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.DescribeDomainCommand = 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 DescribeDomainCommand 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("AmazonOpenSearchService", "DescribeDomain", {})
22
- .n("OpenSearchClient", "DescribeDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeDomainCommand)
25
- .de(Aws_restJson1_1.de_DescribeDomainCommand)
26
- .build() {
27
- }
28
- exports.DescribeDomainCommand = DescribeDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDomainConfigCommand = 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 DescribeDomainConfigCommand 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("AmazonOpenSearchService", "DescribeDomainConfig", {})
22
- .n("OpenSearchClient", "DescribeDomainConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeDomainConfigCommand)
25
- .de(Aws_restJson1_1.de_DescribeDomainConfigCommand)
26
- .build() {
27
- }
28
- exports.DescribeDomainConfigCommand = DescribeDomainConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDomainHealthCommand = 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 DescribeDomainHealthCommand 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("AmazonOpenSearchService", "DescribeDomainHealth", {})
22
- .n("OpenSearchClient", "DescribeDomainHealthCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeDomainHealthCommand)
25
- .de(Aws_restJson1_1.de_DescribeDomainHealthCommand)
26
- .build() {
27
- }
28
- exports.DescribeDomainHealthCommand = DescribeDomainHealthCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDomainNodesCommand = 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 DescribeDomainNodesCommand 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("AmazonOpenSearchService", "DescribeDomainNodes", {})
22
- .n("OpenSearchClient", "DescribeDomainNodesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeDomainNodesCommand)
25
- .de(Aws_restJson1_1.de_DescribeDomainNodesCommand)
26
- .build() {
27
- }
28
- exports.DescribeDomainNodesCommand = DescribeDomainNodesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDomainsCommand = 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 DescribeDomainsCommand 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("AmazonOpenSearchService", "DescribeDomains", {})
22
- .n("OpenSearchClient", "DescribeDomainsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeDomainsCommand)
25
- .de(Aws_restJson1_1.de_DescribeDomainsCommand)
26
- .build() {
27
- }
28
- exports.DescribeDomainsCommand = DescribeDomainsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeDryRunProgressCommand = 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 DescribeDryRunProgressCommand 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("AmazonOpenSearchService", "DescribeDryRunProgress", {})
22
- .n("OpenSearchClient", "DescribeDryRunProgressCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeDryRunProgressCommand)
25
- .de(Aws_restJson1_1.de_DescribeDryRunProgressCommand)
26
- .build() {
27
- }
28
- exports.DescribeDryRunProgressCommand = DescribeDryRunProgressCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeInboundConnectionsCommand = 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 DescribeInboundConnectionsCommand 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("AmazonOpenSearchService", "DescribeInboundConnections", {})
22
- .n("OpenSearchClient", "DescribeInboundConnectionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeInboundConnectionsCommand)
25
- .de(Aws_restJson1_1.de_DescribeInboundConnectionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeInboundConnectionsCommand = DescribeInboundConnectionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeInstanceTypeLimitsCommand = 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 DescribeInstanceTypeLimitsCommand 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("AmazonOpenSearchService", "DescribeInstanceTypeLimits", {})
22
- .n("OpenSearchClient", "DescribeInstanceTypeLimitsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeInstanceTypeLimitsCommand)
25
- .de(Aws_restJson1_1.de_DescribeInstanceTypeLimitsCommand)
26
- .build() {
27
- }
28
- exports.DescribeInstanceTypeLimitsCommand = DescribeInstanceTypeLimitsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeOutboundConnectionsCommand = 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 DescribeOutboundConnectionsCommand 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("AmazonOpenSearchService", "DescribeOutboundConnections", {})
22
- .n("OpenSearchClient", "DescribeOutboundConnectionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeOutboundConnectionsCommand)
25
- .de(Aws_restJson1_1.de_DescribeOutboundConnectionsCommand)
26
- .build() {
27
- }
28
- exports.DescribeOutboundConnectionsCommand = DescribeOutboundConnectionsCommand;
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("AmazonOpenSearchService", "DescribePackages", {})
22
- .n("OpenSearchClient", "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.DescribeReservedInstanceOfferingsCommand = 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 DescribeReservedInstanceOfferingsCommand 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("AmazonOpenSearchService", "DescribeReservedInstanceOfferings", {})
22
- .n("OpenSearchClient", "DescribeReservedInstanceOfferingsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeReservedInstanceOfferingsCommand)
25
- .de(Aws_restJson1_1.de_DescribeReservedInstanceOfferingsCommand)
26
- .build() {
27
- }
28
- exports.DescribeReservedInstanceOfferingsCommand = DescribeReservedInstanceOfferingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeReservedInstancesCommand = 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 DescribeReservedInstancesCommand 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("AmazonOpenSearchService", "DescribeReservedInstances", {})
22
- .n("OpenSearchClient", "DescribeReservedInstancesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DescribeReservedInstancesCommand)
25
- .de(Aws_restJson1_1.de_DescribeReservedInstancesCommand)
26
- .build() {
27
- }
28
- exports.DescribeReservedInstancesCommand = DescribeReservedInstancesCommand;
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("AmazonOpenSearchService", "DescribeVpcEndpoints", {})
22
- .n("OpenSearchClient", "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("AmazonOpenSearchService", "DissociatePackage", {})
22
- .n("OpenSearchClient", "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.GetCompatibleVersionsCommand = 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 GetCompatibleVersionsCommand 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("AmazonOpenSearchService", "GetCompatibleVersions", {})
22
- .n("OpenSearchClient", "GetCompatibleVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCompatibleVersionsCommand)
25
- .de(Aws_restJson1_1.de_GetCompatibleVersionsCommand)
26
- .build() {
27
- }
28
- exports.GetCompatibleVersionsCommand = GetCompatibleVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDataSourceCommand = 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 GetDataSourceCommand 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("AmazonOpenSearchService", "GetDataSource", {})
22
- .n("OpenSearchClient", "GetDataSourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDataSourceCommand)
25
- .de(Aws_restJson1_1.de_GetDataSourceCommand)
26
- .build() {
27
- }
28
- exports.GetDataSourceCommand = GetDataSourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDomainMaintenanceStatusCommand = 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 GetDomainMaintenanceStatusCommand 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("AmazonOpenSearchService", "GetDomainMaintenanceStatus", {})
22
- .n("OpenSearchClient", "GetDomainMaintenanceStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetDomainMaintenanceStatusCommand)
25
- .de(Aws_restJson1_1.de_GetDomainMaintenanceStatusCommand)
26
- .build() {
27
- }
28
- exports.GetDomainMaintenanceStatusCommand = GetDomainMaintenanceStatusCommand;
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("AmazonOpenSearchService", "GetPackageVersionHistory", {})
22
- .n("OpenSearchClient", "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");