@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.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("AmazonOpenSearchService", "GetUpgradeHistory", {})
22
- .n("OpenSearchClient", "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("AmazonOpenSearchService", "GetUpgradeStatus", {})
22
- .n("OpenSearchClient", "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.ListDataSourcesCommand = 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 ListDataSourcesCommand 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", "ListDataSources", {})
22
- .n("OpenSearchClient", "ListDataSourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDataSourcesCommand)
25
- .de(Aws_restJson1_1.de_ListDataSourcesCommand)
26
- .build() {
27
- }
28
- exports.ListDataSourcesCommand = ListDataSourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDomainMaintenancesCommand = 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 ListDomainMaintenancesCommand 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", "ListDomainMaintenances", {})
22
- .n("OpenSearchClient", "ListDomainMaintenancesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListDomainMaintenancesCommand)
25
- .de(Aws_restJson1_1.de_ListDomainMaintenancesCommand)
26
- .build() {
27
- }
28
- exports.ListDomainMaintenancesCommand = ListDomainMaintenancesCommand;
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("AmazonOpenSearchService", "ListDomainNames", {})
22
- .n("OpenSearchClient", "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("AmazonOpenSearchService", "ListDomainsForPackage", {})
22
- .n("OpenSearchClient", "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.ListInstanceTypeDetailsCommand = 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 ListInstanceTypeDetailsCommand 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", "ListInstanceTypeDetails", {})
22
- .n("OpenSearchClient", "ListInstanceTypeDetailsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListInstanceTypeDetailsCommand)
25
- .de(Aws_restJson1_1.de_ListInstanceTypeDetailsCommand)
26
- .build() {
27
- }
28
- exports.ListInstanceTypeDetailsCommand = ListInstanceTypeDetailsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPackagesForDomainCommand = 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 ListPackagesForDomainCommand 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", "ListPackagesForDomain", {})
22
- .n("OpenSearchClient", "ListPackagesForDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPackagesForDomainCommand)
25
- .de(Aws_restJson1_1.de_ListPackagesForDomainCommand)
26
- .build() {
27
- }
28
- exports.ListPackagesForDomainCommand = ListPackagesForDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListScheduledActionsCommand = 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 ListScheduledActionsCommand 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", "ListScheduledActions", {})
22
- .n("OpenSearchClient", "ListScheduledActionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListScheduledActionsCommand)
25
- .de(Aws_restJson1_1.de_ListScheduledActionsCommand)
26
- .build() {
27
- }
28
- exports.ListScheduledActionsCommand = ListScheduledActionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsCommand = 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 ListTagsCommand 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", "ListTags", {})
22
- .n("OpenSearchClient", "ListTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsCommand)
25
- .de(Aws_restJson1_1.de_ListTagsCommand)
26
- .build() {
27
- }
28
- exports.ListTagsCommand = ListTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListVersionsCommand = 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 ListVersionsCommand 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", "ListVersions", {})
22
- .n("OpenSearchClient", "ListVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListVersionsCommand)
25
- .de(Aws_restJson1_1.de_ListVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListVersionsCommand = ListVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListVpcEndpointAccessCommand = 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 ListVpcEndpointAccessCommand 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", "ListVpcEndpointAccess", {})
22
- .n("OpenSearchClient", "ListVpcEndpointAccessCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListVpcEndpointAccessCommand)
25
- .de(Aws_restJson1_1.de_ListVpcEndpointAccessCommand)
26
- .build() {
27
- }
28
- exports.ListVpcEndpointAccessCommand = ListVpcEndpointAccessCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListVpcEndpointsCommand = 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 ListVpcEndpointsCommand 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", "ListVpcEndpoints", {})
22
- .n("OpenSearchClient", "ListVpcEndpointsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListVpcEndpointsCommand)
25
- .de(Aws_restJson1_1.de_ListVpcEndpointsCommand)
26
- .build() {
27
- }
28
- exports.ListVpcEndpointsCommand = ListVpcEndpointsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListVpcEndpointsForDomainCommand = 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 ListVpcEndpointsForDomainCommand 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", "ListVpcEndpointsForDomain", {})
22
- .n("OpenSearchClient", "ListVpcEndpointsForDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListVpcEndpointsForDomainCommand)
25
- .de(Aws_restJson1_1.de_ListVpcEndpointsForDomainCommand)
26
- .build() {
27
- }
28
- exports.ListVpcEndpointsForDomainCommand = ListVpcEndpointsForDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PurchaseReservedInstanceOfferingCommand = 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 PurchaseReservedInstanceOfferingCommand 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", "PurchaseReservedInstanceOffering", {})
22
- .n("OpenSearchClient", "PurchaseReservedInstanceOfferingCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PurchaseReservedInstanceOfferingCommand)
25
- .de(Aws_restJson1_1.de_PurchaseReservedInstanceOfferingCommand)
26
- .build() {
27
- }
28
- exports.PurchaseReservedInstanceOfferingCommand = PurchaseReservedInstanceOfferingCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RejectInboundConnectionCommand = 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 RejectInboundConnectionCommand 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", "RejectInboundConnection", {})
22
- .n("OpenSearchClient", "RejectInboundConnectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RejectInboundConnectionCommand)
25
- .de(Aws_restJson1_1.de_RejectInboundConnectionCommand)
26
- .build() {
27
- }
28
- exports.RejectInboundConnectionCommand = RejectInboundConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RemoveTagsCommand = 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 RemoveTagsCommand 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", "RemoveTags", {})
22
- .n("OpenSearchClient", "RemoveTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RemoveTagsCommand)
25
- .de(Aws_restJson1_1.de_RemoveTagsCommand)
26
- .build() {
27
- }
28
- exports.RemoveTagsCommand = RemoveTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RevokeVpcEndpointAccessCommand = 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 RevokeVpcEndpointAccessCommand 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", "RevokeVpcEndpointAccess", {})
22
- .n("OpenSearchClient", "RevokeVpcEndpointAccessCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RevokeVpcEndpointAccessCommand)
25
- .de(Aws_restJson1_1.de_RevokeVpcEndpointAccessCommand)
26
- .build() {
27
- }
28
- exports.RevokeVpcEndpointAccessCommand = RevokeVpcEndpointAccessCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDomainMaintenanceCommand = 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 StartDomainMaintenanceCommand 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", "StartDomainMaintenance", {})
22
- .n("OpenSearchClient", "StartDomainMaintenanceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartDomainMaintenanceCommand)
25
- .de(Aws_restJson1_1.de_StartDomainMaintenanceCommand)
26
- .build() {
27
- }
28
- exports.StartDomainMaintenanceCommand = StartDomainMaintenanceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartServiceSoftwareUpdateCommand = 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 StartServiceSoftwareUpdateCommand 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", "StartServiceSoftwareUpdate", {})
22
- .n("OpenSearchClient", "StartServiceSoftwareUpdateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartServiceSoftwareUpdateCommand)
25
- .de(Aws_restJson1_1.de_StartServiceSoftwareUpdateCommand)
26
- .build() {
27
- }
28
- exports.StartServiceSoftwareUpdateCommand = StartServiceSoftwareUpdateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDataSourceCommand = 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 UpdateDataSourceCommand 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", "UpdateDataSource", {})
22
- .n("OpenSearchClient", "UpdateDataSourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateDataSourceCommand)
25
- .de(Aws_restJson1_1.de_UpdateDataSourceCommand)
26
- .build() {
27
- }
28
- exports.UpdateDataSourceCommand = UpdateDataSourceCommand;
1
+ module.exports = require("../index.js");