@aws-sdk/client-opensearch 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 (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,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateDomainConfigCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateDomainConfigCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AmazonOpenSearchService", "UpdateDomainConfig", {})
23
- .n("OpenSearchClient", "UpdateDomainConfigCommand")
24
- .f(models_0_1.UpdateDomainConfigRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_UpdateDomainConfigCommand)
26
- .de(Aws_restJson1_1.de_UpdateDomainConfigCommand)
27
- .build() {
28
- }
29
- exports.UpdateDomainConfigCommand = UpdateDomainConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdatePackageCommand = 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 UpdatePackageCommand 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", "UpdatePackage", {})
22
- .n("OpenSearchClient", "UpdatePackageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdatePackageCommand)
25
- .de(Aws_restJson1_1.de_UpdatePackageCommand)
26
- .build() {
27
- }
28
- exports.UpdatePackageCommand = UpdatePackageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateScheduledActionCommand = 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 UpdateScheduledActionCommand 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", "UpdateScheduledAction", {})
22
- .n("OpenSearchClient", "UpdateScheduledActionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateScheduledActionCommand)
25
- .de(Aws_restJson1_1.de_UpdateScheduledActionCommand)
26
- .build() {
27
- }
28
- exports.UpdateScheduledActionCommand = UpdateScheduledActionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateVpcEndpointCommand = 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 UpdateVpcEndpointCommand 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", "UpdateVpcEndpoint", {})
22
- .n("OpenSearchClient", "UpdateVpcEndpointCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpdateVpcEndpointCommand)
25
- .de(Aws_restJson1_1.de_UpdateVpcEndpointCommand)
26
- .build() {
27
- }
28
- exports.UpdateVpcEndpointCommand = UpdateVpcEndpointCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpgradeDomainCommand = 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 UpgradeDomainCommand 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", "UpgradeDomain", {})
22
- .n("OpenSearchClient", "UpgradeDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UpgradeDomainCommand)
25
- .de(Aws_restJson1_1.de_UpgradeDomainCommand)
26
- .build() {
27
- }
28
- exports.UpgradeDomainCommand = UpgradeDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,65 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AcceptInboundConnectionCommand"), exports);
5
- tslib_1.__exportStar(require("./AddDataSourceCommand"), exports);
6
- tslib_1.__exportStar(require("./AddTagsCommand"), exports);
7
- tslib_1.__exportStar(require("./AssociatePackageCommand"), exports);
8
- tslib_1.__exportStar(require("./AuthorizeVpcEndpointAccessCommand"), exports);
9
- tslib_1.__exportStar(require("./CancelServiceSoftwareUpdateCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateDomainCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateOutboundConnectionCommand"), exports);
12
- tslib_1.__exportStar(require("./CreatePackageCommand"), exports);
13
- tslib_1.__exportStar(require("./CreateVpcEndpointCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteDataSourceCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteDomainCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteInboundConnectionCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteOutboundConnectionCommand"), exports);
18
- tslib_1.__exportStar(require("./DeletePackageCommand"), exports);
19
- tslib_1.__exportStar(require("./DeleteVpcEndpointCommand"), exports);
20
- tslib_1.__exportStar(require("./DescribeDomainAutoTunesCommand"), exports);
21
- tslib_1.__exportStar(require("./DescribeDomainChangeProgressCommand"), exports);
22
- tslib_1.__exportStar(require("./DescribeDomainCommand"), exports);
23
- tslib_1.__exportStar(require("./DescribeDomainConfigCommand"), exports);
24
- tslib_1.__exportStar(require("./DescribeDomainHealthCommand"), exports);
25
- tslib_1.__exportStar(require("./DescribeDomainNodesCommand"), exports);
26
- tslib_1.__exportStar(require("./DescribeDomainsCommand"), exports);
27
- tslib_1.__exportStar(require("./DescribeDryRunProgressCommand"), exports);
28
- tslib_1.__exportStar(require("./DescribeInboundConnectionsCommand"), exports);
29
- tslib_1.__exportStar(require("./DescribeInstanceTypeLimitsCommand"), exports);
30
- tslib_1.__exportStar(require("./DescribeOutboundConnectionsCommand"), exports);
31
- tslib_1.__exportStar(require("./DescribePackagesCommand"), exports);
32
- tslib_1.__exportStar(require("./DescribeReservedInstanceOfferingsCommand"), exports);
33
- tslib_1.__exportStar(require("./DescribeReservedInstancesCommand"), exports);
34
- tslib_1.__exportStar(require("./DescribeVpcEndpointsCommand"), exports);
35
- tslib_1.__exportStar(require("./DissociatePackageCommand"), exports);
36
- tslib_1.__exportStar(require("./GetCompatibleVersionsCommand"), exports);
37
- tslib_1.__exportStar(require("./GetDataSourceCommand"), exports);
38
- tslib_1.__exportStar(require("./GetDomainMaintenanceStatusCommand"), exports);
39
- tslib_1.__exportStar(require("./GetPackageVersionHistoryCommand"), exports);
40
- tslib_1.__exportStar(require("./GetUpgradeHistoryCommand"), exports);
41
- tslib_1.__exportStar(require("./GetUpgradeStatusCommand"), exports);
42
- tslib_1.__exportStar(require("./ListDataSourcesCommand"), exports);
43
- tslib_1.__exportStar(require("./ListDomainMaintenancesCommand"), exports);
44
- tslib_1.__exportStar(require("./ListDomainNamesCommand"), exports);
45
- tslib_1.__exportStar(require("./ListDomainsForPackageCommand"), exports);
46
- tslib_1.__exportStar(require("./ListInstanceTypeDetailsCommand"), exports);
47
- tslib_1.__exportStar(require("./ListPackagesForDomainCommand"), exports);
48
- tslib_1.__exportStar(require("./ListScheduledActionsCommand"), exports);
49
- tslib_1.__exportStar(require("./ListTagsCommand"), exports);
50
- tslib_1.__exportStar(require("./ListVersionsCommand"), exports);
51
- tslib_1.__exportStar(require("./ListVpcEndpointAccessCommand"), exports);
52
- tslib_1.__exportStar(require("./ListVpcEndpointsCommand"), exports);
53
- tslib_1.__exportStar(require("./ListVpcEndpointsForDomainCommand"), exports);
54
- tslib_1.__exportStar(require("./PurchaseReservedInstanceOfferingCommand"), exports);
55
- tslib_1.__exportStar(require("./RejectInboundConnectionCommand"), exports);
56
- tslib_1.__exportStar(require("./RemoveTagsCommand"), exports);
57
- tslib_1.__exportStar(require("./RevokeVpcEndpointAccessCommand"), exports);
58
- tslib_1.__exportStar(require("./StartDomainMaintenanceCommand"), exports);
59
- tslib_1.__exportStar(require("./StartServiceSoftwareUpdateCommand"), exports);
60
- tslib_1.__exportStar(require("./UpdateDataSourceCommand"), exports);
61
- tslib_1.__exportStar(require("./UpdateDomainConfigCommand"), exports);
62
- tslib_1.__exportStar(require("./UpdatePackageCommand"), exports);
63
- tslib_1.__exportStar(require("./UpdateScheduledActionCommand"), exports);
64
- tslib_1.__exportStar(require("./UpdateVpcEndpointCommand"), exports);
65
- tslib_1.__exportStar(require("./UpgradeDomainCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "es",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");