@aws-sdk/client-elasticsearch-service 3.490.0 → 3.496.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/dist-cjs/ElasticsearchService.js +1 -111
  2. package/dist-cjs/ElasticsearchServiceClient.js +1 -43
  3. package/dist-cjs/commands/AcceptInboundCrossClusterSearchConnectionCommand.js +1 -28
  4. package/dist-cjs/commands/AddTagsCommand.js +1 -28
  5. package/dist-cjs/commands/AssociatePackageCommand.js +1 -28
  6. package/dist-cjs/commands/AuthorizeVpcEndpointAccessCommand.js +1 -28
  7. package/dist-cjs/commands/CancelElasticsearchServiceSoftwareUpdateCommand.js +1 -28
  8. package/dist-cjs/commands/CreateElasticsearchDomainCommand.js +1 -29
  9. package/dist-cjs/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +1 -28
  10. package/dist-cjs/commands/CreatePackageCommand.js +1 -28
  11. package/dist-cjs/commands/CreateVpcEndpointCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteElasticsearchDomainCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteElasticsearchServiceRoleCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteOutboundCrossClusterSearchConnectionCommand.js +1 -28
  16. package/dist-cjs/commands/DeletePackageCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteVpcEndpointCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeDomainAutoTunesCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeDomainChangeProgressCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeElasticsearchDomainCommand.js +1 -28
  21. package/dist-cjs/commands/DescribeElasticsearchDomainConfigCommand.js +1 -28
  22. package/dist-cjs/commands/DescribeElasticsearchDomainsCommand.js +1 -28
  23. package/dist-cjs/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +1 -28
  24. package/dist-cjs/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +1 -28
  25. package/dist-cjs/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +1 -28
  26. package/dist-cjs/commands/DescribePackagesCommand.js +1 -28
  27. package/dist-cjs/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +1 -28
  28. package/dist-cjs/commands/DescribeReservedElasticsearchInstancesCommand.js +1 -28
  29. package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +1 -28
  30. package/dist-cjs/commands/DissociatePackageCommand.js +1 -28
  31. package/dist-cjs/commands/GetCompatibleElasticsearchVersionsCommand.js +1 -28
  32. package/dist-cjs/commands/GetPackageVersionHistoryCommand.js +1 -28
  33. package/dist-cjs/commands/GetUpgradeHistoryCommand.js +1 -28
  34. package/dist-cjs/commands/GetUpgradeStatusCommand.js +1 -28
  35. package/dist-cjs/commands/ListDomainNamesCommand.js +1 -28
  36. package/dist-cjs/commands/ListDomainsForPackageCommand.js +1 -28
  37. package/dist-cjs/commands/ListElasticsearchInstanceTypesCommand.js +1 -28
  38. package/dist-cjs/commands/ListElasticsearchVersionsCommand.js +1 -28
  39. package/dist-cjs/commands/ListPackagesForDomainCommand.js +1 -28
  40. package/dist-cjs/commands/ListTagsCommand.js +1 -28
  41. package/dist-cjs/commands/ListVpcEndpointAccessCommand.js +1 -28
  42. package/dist-cjs/commands/ListVpcEndpointsCommand.js +1 -28
  43. package/dist-cjs/commands/ListVpcEndpointsForDomainCommand.js +1 -28
  44. package/dist-cjs/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.js +1 -28
  45. package/dist-cjs/commands/RejectInboundCrossClusterSearchConnectionCommand.js +1 -28
  46. package/dist-cjs/commands/RemoveTagsCommand.js +1 -28
  47. package/dist-cjs/commands/RevokeVpcEndpointAccessCommand.js +1 -28
  48. package/dist-cjs/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +1 -28
  49. package/dist-cjs/commands/UpdateElasticsearchDomainConfigCommand.js +1 -29
  50. package/dist-cjs/commands/UpdatePackageCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateVpcEndpointCommand.js +1 -28
  52. package/dist-cjs/commands/UpgradeElasticsearchDomainCommand.js +1 -28
  53. package/dist-cjs/commands/index.js +1 -53
  54. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  55. package/dist-cjs/extensionConfiguration.js +1 -2
  56. package/dist-cjs/index.js +5256 -11
  57. package/dist-cjs/models/ElasticsearchServiceServiceException.js +1 -12
  58. package/dist-cjs/models/index.js +1 -4
  59. package/dist-cjs/models/models_0.js +1 -392
  60. package/dist-cjs/pagination/DescribeDomainAutoTunesPaginator.js +1 -7
  61. package/dist-cjs/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.js +1 -7
  62. package/dist-cjs/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.js +1 -7
  63. package/dist-cjs/pagination/DescribePackagesPaginator.js +1 -7
  64. package/dist-cjs/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.js +1 -7
  65. package/dist-cjs/pagination/DescribeReservedElasticsearchInstancesPaginator.js +1 -7
  66. package/dist-cjs/pagination/GetPackageVersionHistoryPaginator.js +1 -7
  67. package/dist-cjs/pagination/GetUpgradeHistoryPaginator.js +1 -7
  68. package/dist-cjs/pagination/Interfaces.js +1 -2
  69. package/dist-cjs/pagination/ListDomainsForPackagePaginator.js +1 -7
  70. package/dist-cjs/pagination/ListElasticsearchInstanceTypesPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListElasticsearchVersionsPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListPackagesForDomainPaginator.js +1 -7
  73. package/dist-cjs/pagination/index.js +1 -16
  74. package/dist-cjs/protocols/Aws_restJson1.js +1 -3567
  75. package/dist-cjs/runtimeExtensions.js +1 -22
  76. package/package.json +40 -40
@@ -1,111 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ElasticsearchService = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AcceptInboundCrossClusterSearchConnectionCommand_1 = require("./commands/AcceptInboundCrossClusterSearchConnectionCommand");
6
- const AddTagsCommand_1 = require("./commands/AddTagsCommand");
7
- const AssociatePackageCommand_1 = require("./commands/AssociatePackageCommand");
8
- const AuthorizeVpcEndpointAccessCommand_1 = require("./commands/AuthorizeVpcEndpointAccessCommand");
9
- const CancelElasticsearchServiceSoftwareUpdateCommand_1 = require("./commands/CancelElasticsearchServiceSoftwareUpdateCommand");
10
- const CreateElasticsearchDomainCommand_1 = require("./commands/CreateElasticsearchDomainCommand");
11
- const CreateOutboundCrossClusterSearchConnectionCommand_1 = require("./commands/CreateOutboundCrossClusterSearchConnectionCommand");
12
- const CreatePackageCommand_1 = require("./commands/CreatePackageCommand");
13
- const CreateVpcEndpointCommand_1 = require("./commands/CreateVpcEndpointCommand");
14
- const DeleteElasticsearchDomainCommand_1 = require("./commands/DeleteElasticsearchDomainCommand");
15
- const DeleteElasticsearchServiceRoleCommand_1 = require("./commands/DeleteElasticsearchServiceRoleCommand");
16
- const DeleteInboundCrossClusterSearchConnectionCommand_1 = require("./commands/DeleteInboundCrossClusterSearchConnectionCommand");
17
- const DeleteOutboundCrossClusterSearchConnectionCommand_1 = require("./commands/DeleteOutboundCrossClusterSearchConnectionCommand");
18
- const DeletePackageCommand_1 = require("./commands/DeletePackageCommand");
19
- const DeleteVpcEndpointCommand_1 = require("./commands/DeleteVpcEndpointCommand");
20
- const DescribeDomainAutoTunesCommand_1 = require("./commands/DescribeDomainAutoTunesCommand");
21
- const DescribeDomainChangeProgressCommand_1 = require("./commands/DescribeDomainChangeProgressCommand");
22
- const DescribeElasticsearchDomainCommand_1 = require("./commands/DescribeElasticsearchDomainCommand");
23
- const DescribeElasticsearchDomainConfigCommand_1 = require("./commands/DescribeElasticsearchDomainConfigCommand");
24
- const DescribeElasticsearchDomainsCommand_1 = require("./commands/DescribeElasticsearchDomainsCommand");
25
- const DescribeElasticsearchInstanceTypeLimitsCommand_1 = require("./commands/DescribeElasticsearchInstanceTypeLimitsCommand");
26
- const DescribeInboundCrossClusterSearchConnectionsCommand_1 = require("./commands/DescribeInboundCrossClusterSearchConnectionsCommand");
27
- const DescribeOutboundCrossClusterSearchConnectionsCommand_1 = require("./commands/DescribeOutboundCrossClusterSearchConnectionsCommand");
28
- const DescribePackagesCommand_1 = require("./commands/DescribePackagesCommand");
29
- const DescribeReservedElasticsearchInstanceOfferingsCommand_1 = require("./commands/DescribeReservedElasticsearchInstanceOfferingsCommand");
30
- const DescribeReservedElasticsearchInstancesCommand_1 = require("./commands/DescribeReservedElasticsearchInstancesCommand");
31
- const DescribeVpcEndpointsCommand_1 = require("./commands/DescribeVpcEndpointsCommand");
32
- const DissociatePackageCommand_1 = require("./commands/DissociatePackageCommand");
33
- const GetCompatibleElasticsearchVersionsCommand_1 = require("./commands/GetCompatibleElasticsearchVersionsCommand");
34
- const GetPackageVersionHistoryCommand_1 = require("./commands/GetPackageVersionHistoryCommand");
35
- const GetUpgradeHistoryCommand_1 = require("./commands/GetUpgradeHistoryCommand");
36
- const GetUpgradeStatusCommand_1 = require("./commands/GetUpgradeStatusCommand");
37
- const ListDomainNamesCommand_1 = require("./commands/ListDomainNamesCommand");
38
- const ListDomainsForPackageCommand_1 = require("./commands/ListDomainsForPackageCommand");
39
- const ListElasticsearchInstanceTypesCommand_1 = require("./commands/ListElasticsearchInstanceTypesCommand");
40
- const ListElasticsearchVersionsCommand_1 = require("./commands/ListElasticsearchVersionsCommand");
41
- const ListPackagesForDomainCommand_1 = require("./commands/ListPackagesForDomainCommand");
42
- const ListTagsCommand_1 = require("./commands/ListTagsCommand");
43
- const ListVpcEndpointAccessCommand_1 = require("./commands/ListVpcEndpointAccessCommand");
44
- const ListVpcEndpointsCommand_1 = require("./commands/ListVpcEndpointsCommand");
45
- const ListVpcEndpointsForDomainCommand_1 = require("./commands/ListVpcEndpointsForDomainCommand");
46
- const PurchaseReservedElasticsearchInstanceOfferingCommand_1 = require("./commands/PurchaseReservedElasticsearchInstanceOfferingCommand");
47
- const RejectInboundCrossClusterSearchConnectionCommand_1 = require("./commands/RejectInboundCrossClusterSearchConnectionCommand");
48
- const RemoveTagsCommand_1 = require("./commands/RemoveTagsCommand");
49
- const RevokeVpcEndpointAccessCommand_1 = require("./commands/RevokeVpcEndpointAccessCommand");
50
- const StartElasticsearchServiceSoftwareUpdateCommand_1 = require("./commands/StartElasticsearchServiceSoftwareUpdateCommand");
51
- const UpdateElasticsearchDomainConfigCommand_1 = require("./commands/UpdateElasticsearchDomainConfigCommand");
52
- const UpdatePackageCommand_1 = require("./commands/UpdatePackageCommand");
53
- const UpdateVpcEndpointCommand_1 = require("./commands/UpdateVpcEndpointCommand");
54
- const UpgradeElasticsearchDomainCommand_1 = require("./commands/UpgradeElasticsearchDomainCommand");
55
- const ElasticsearchServiceClient_1 = require("./ElasticsearchServiceClient");
56
- const commands = {
57
- AcceptInboundCrossClusterSearchConnectionCommand: AcceptInboundCrossClusterSearchConnectionCommand_1.AcceptInboundCrossClusterSearchConnectionCommand,
58
- AddTagsCommand: AddTagsCommand_1.AddTagsCommand,
59
- AssociatePackageCommand: AssociatePackageCommand_1.AssociatePackageCommand,
60
- AuthorizeVpcEndpointAccessCommand: AuthorizeVpcEndpointAccessCommand_1.AuthorizeVpcEndpointAccessCommand,
61
- CancelElasticsearchServiceSoftwareUpdateCommand: CancelElasticsearchServiceSoftwareUpdateCommand_1.CancelElasticsearchServiceSoftwareUpdateCommand,
62
- CreateElasticsearchDomainCommand: CreateElasticsearchDomainCommand_1.CreateElasticsearchDomainCommand,
63
- CreateOutboundCrossClusterSearchConnectionCommand: CreateOutboundCrossClusterSearchConnectionCommand_1.CreateOutboundCrossClusterSearchConnectionCommand,
64
- CreatePackageCommand: CreatePackageCommand_1.CreatePackageCommand,
65
- CreateVpcEndpointCommand: CreateVpcEndpointCommand_1.CreateVpcEndpointCommand,
66
- DeleteElasticsearchDomainCommand: DeleteElasticsearchDomainCommand_1.DeleteElasticsearchDomainCommand,
67
- DeleteElasticsearchServiceRoleCommand: DeleteElasticsearchServiceRoleCommand_1.DeleteElasticsearchServiceRoleCommand,
68
- DeleteInboundCrossClusterSearchConnectionCommand: DeleteInboundCrossClusterSearchConnectionCommand_1.DeleteInboundCrossClusterSearchConnectionCommand,
69
- DeleteOutboundCrossClusterSearchConnectionCommand: DeleteOutboundCrossClusterSearchConnectionCommand_1.DeleteOutboundCrossClusterSearchConnectionCommand,
70
- DeletePackageCommand: DeletePackageCommand_1.DeletePackageCommand,
71
- DeleteVpcEndpointCommand: DeleteVpcEndpointCommand_1.DeleteVpcEndpointCommand,
72
- DescribeDomainAutoTunesCommand: DescribeDomainAutoTunesCommand_1.DescribeDomainAutoTunesCommand,
73
- DescribeDomainChangeProgressCommand: DescribeDomainChangeProgressCommand_1.DescribeDomainChangeProgressCommand,
74
- DescribeElasticsearchDomainCommand: DescribeElasticsearchDomainCommand_1.DescribeElasticsearchDomainCommand,
75
- DescribeElasticsearchDomainConfigCommand: DescribeElasticsearchDomainConfigCommand_1.DescribeElasticsearchDomainConfigCommand,
76
- DescribeElasticsearchDomainsCommand: DescribeElasticsearchDomainsCommand_1.DescribeElasticsearchDomainsCommand,
77
- DescribeElasticsearchInstanceTypeLimitsCommand: DescribeElasticsearchInstanceTypeLimitsCommand_1.DescribeElasticsearchInstanceTypeLimitsCommand,
78
- DescribeInboundCrossClusterSearchConnectionsCommand: DescribeInboundCrossClusterSearchConnectionsCommand_1.DescribeInboundCrossClusterSearchConnectionsCommand,
79
- DescribeOutboundCrossClusterSearchConnectionsCommand: DescribeOutboundCrossClusterSearchConnectionsCommand_1.DescribeOutboundCrossClusterSearchConnectionsCommand,
80
- DescribePackagesCommand: DescribePackagesCommand_1.DescribePackagesCommand,
81
- DescribeReservedElasticsearchInstanceOfferingsCommand: DescribeReservedElasticsearchInstanceOfferingsCommand_1.DescribeReservedElasticsearchInstanceOfferingsCommand,
82
- DescribeReservedElasticsearchInstancesCommand: DescribeReservedElasticsearchInstancesCommand_1.DescribeReservedElasticsearchInstancesCommand,
83
- DescribeVpcEndpointsCommand: DescribeVpcEndpointsCommand_1.DescribeVpcEndpointsCommand,
84
- DissociatePackageCommand: DissociatePackageCommand_1.DissociatePackageCommand,
85
- GetCompatibleElasticsearchVersionsCommand: GetCompatibleElasticsearchVersionsCommand_1.GetCompatibleElasticsearchVersionsCommand,
86
- GetPackageVersionHistoryCommand: GetPackageVersionHistoryCommand_1.GetPackageVersionHistoryCommand,
87
- GetUpgradeHistoryCommand: GetUpgradeHistoryCommand_1.GetUpgradeHistoryCommand,
88
- GetUpgradeStatusCommand: GetUpgradeStatusCommand_1.GetUpgradeStatusCommand,
89
- ListDomainNamesCommand: ListDomainNamesCommand_1.ListDomainNamesCommand,
90
- ListDomainsForPackageCommand: ListDomainsForPackageCommand_1.ListDomainsForPackageCommand,
91
- ListElasticsearchInstanceTypesCommand: ListElasticsearchInstanceTypesCommand_1.ListElasticsearchInstanceTypesCommand,
92
- ListElasticsearchVersionsCommand: ListElasticsearchVersionsCommand_1.ListElasticsearchVersionsCommand,
93
- ListPackagesForDomainCommand: ListPackagesForDomainCommand_1.ListPackagesForDomainCommand,
94
- ListTagsCommand: ListTagsCommand_1.ListTagsCommand,
95
- ListVpcEndpointAccessCommand: ListVpcEndpointAccessCommand_1.ListVpcEndpointAccessCommand,
96
- ListVpcEndpointsCommand: ListVpcEndpointsCommand_1.ListVpcEndpointsCommand,
97
- ListVpcEndpointsForDomainCommand: ListVpcEndpointsForDomainCommand_1.ListVpcEndpointsForDomainCommand,
98
- PurchaseReservedElasticsearchInstanceOfferingCommand: PurchaseReservedElasticsearchInstanceOfferingCommand_1.PurchaseReservedElasticsearchInstanceOfferingCommand,
99
- RejectInboundCrossClusterSearchConnectionCommand: RejectInboundCrossClusterSearchConnectionCommand_1.RejectInboundCrossClusterSearchConnectionCommand,
100
- RemoveTagsCommand: RemoveTagsCommand_1.RemoveTagsCommand,
101
- RevokeVpcEndpointAccessCommand: RevokeVpcEndpointAccessCommand_1.RevokeVpcEndpointAccessCommand,
102
- StartElasticsearchServiceSoftwareUpdateCommand: StartElasticsearchServiceSoftwareUpdateCommand_1.StartElasticsearchServiceSoftwareUpdateCommand,
103
- UpdateElasticsearchDomainConfigCommand: UpdateElasticsearchDomainConfigCommand_1.UpdateElasticsearchDomainConfigCommand,
104
- UpdatePackageCommand: UpdatePackageCommand_1.UpdatePackageCommand,
105
- UpdateVpcEndpointCommand: UpdateVpcEndpointCommand_1.UpdateVpcEndpointCommand,
106
- UpgradeElasticsearchDomainCommand: UpgradeElasticsearchDomainCommand_1.UpgradeElasticsearchDomainCommand,
107
- };
108
- class ElasticsearchService extends ElasticsearchServiceClient_1.ElasticsearchServiceClient {
109
- }
110
- exports.ElasticsearchService = ElasticsearchService;
111
- (0, smithy_client_1.createAggregatedClient)(commands, ElasticsearchService);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ElasticsearchServiceClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class ElasticsearchServiceClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.ElasticsearchServiceClient = ElasticsearchServiceClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AcceptInboundCrossClusterSearchConnectionCommand = 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 AcceptInboundCrossClusterSearchConnectionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "AcceptInboundCrossClusterSearchConnection", {})
22
- .n("ElasticsearchServiceClient", "AcceptInboundCrossClusterSearchConnectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AcceptInboundCrossClusterSearchConnectionCommand)
25
- .de(Aws_restJson1_1.de_AcceptInboundCrossClusterSearchConnectionCommand)
26
- .build() {
27
- }
28
- exports.AcceptInboundCrossClusterSearchConnectionCommand = AcceptInboundCrossClusterSearchConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddTagsCommand = 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 AddTagsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "AddTags", {})
22
- .n("ElasticsearchServiceClient", "AddTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AddTagsCommand)
25
- .de(Aws_restJson1_1.de_AddTagsCommand)
26
- .build() {
27
- }
28
- exports.AddTagsCommand = AddTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociatePackageCommand = 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 AssociatePackageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "AssociatePackage", {})
22
- .n("ElasticsearchServiceClient", "AssociatePackageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AssociatePackageCommand)
25
- .de(Aws_restJson1_1.de_AssociatePackageCommand)
26
- .build() {
27
- }
28
- exports.AssociatePackageCommand = AssociatePackageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AuthorizeVpcEndpointAccessCommand = 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 AuthorizeVpcEndpointAccessCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "AuthorizeVpcEndpointAccess", {})
22
- .n("ElasticsearchServiceClient", "AuthorizeVpcEndpointAccessCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AuthorizeVpcEndpointAccessCommand)
25
- .de(Aws_restJson1_1.de_AuthorizeVpcEndpointAccessCommand)
26
- .build() {
27
- }
28
- exports.AuthorizeVpcEndpointAccessCommand = AuthorizeVpcEndpointAccessCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CancelElasticsearchServiceSoftwareUpdateCommand = 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 CancelElasticsearchServiceSoftwareUpdateCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "CancelElasticsearchServiceSoftwareUpdate", {})
22
- .n("ElasticsearchServiceClient", "CancelElasticsearchServiceSoftwareUpdateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CancelElasticsearchServiceSoftwareUpdateCommand)
25
- .de(Aws_restJson1_1.de_CancelElasticsearchServiceSoftwareUpdateCommand)
26
- .build() {
27
- }
28
- exports.CancelElasticsearchServiceSoftwareUpdateCommand = CancelElasticsearchServiceSoftwareUpdateCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateElasticsearchDomainCommand = 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 CreateElasticsearchDomainCommand 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("AmazonElasticsearchService2015", "CreateElasticsearchDomain", {})
23
- .n("ElasticsearchServiceClient", "CreateElasticsearchDomainCommand")
24
- .f(models_0_1.CreateElasticsearchDomainRequestFilterSensitiveLog, void 0)
25
- .ser(Aws_restJson1_1.se_CreateElasticsearchDomainCommand)
26
- .de(Aws_restJson1_1.de_CreateElasticsearchDomainCommand)
27
- .build() {
28
- }
29
- exports.CreateElasticsearchDomainCommand = CreateElasticsearchDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateOutboundCrossClusterSearchConnectionCommand = 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 CreateOutboundCrossClusterSearchConnectionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "CreateOutboundCrossClusterSearchConnection", {})
22
- .n("ElasticsearchServiceClient", "CreateOutboundCrossClusterSearchConnectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateOutboundCrossClusterSearchConnectionCommand)
25
- .de(Aws_restJson1_1.de_CreateOutboundCrossClusterSearchConnectionCommand)
26
- .build() {
27
- }
28
- exports.CreateOutboundCrossClusterSearchConnectionCommand = CreateOutboundCrossClusterSearchConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreatePackageCommand = 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 CreatePackageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "CreatePackage", {})
22
- .n("ElasticsearchServiceClient", "CreatePackageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreatePackageCommand)
25
- .de(Aws_restJson1_1.de_CreatePackageCommand)
26
- .build() {
27
- }
28
- exports.CreatePackageCommand = CreatePackageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateVpcEndpointCommand = 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 CreateVpcEndpointCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "CreateVpcEndpoint", {})
22
- .n("ElasticsearchServiceClient", "CreateVpcEndpointCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateVpcEndpointCommand)
25
- .de(Aws_restJson1_1.de_CreateVpcEndpointCommand)
26
- .build() {
27
- }
28
- exports.CreateVpcEndpointCommand = CreateVpcEndpointCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteElasticsearchDomainCommand = 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 DeleteElasticsearchDomainCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DeleteElasticsearchDomain", {})
22
- .n("ElasticsearchServiceClient", "DeleteElasticsearchDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteElasticsearchDomainCommand)
25
- .de(Aws_restJson1_1.de_DeleteElasticsearchDomainCommand)
26
- .build() {
27
- }
28
- exports.DeleteElasticsearchDomainCommand = DeleteElasticsearchDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteElasticsearchServiceRoleCommand = 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 DeleteElasticsearchServiceRoleCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DeleteElasticsearchServiceRole", {})
22
- .n("ElasticsearchServiceClient", "DeleteElasticsearchServiceRoleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteElasticsearchServiceRoleCommand)
25
- .de(Aws_restJson1_1.de_DeleteElasticsearchServiceRoleCommand)
26
- .build() {
27
- }
28
- exports.DeleteElasticsearchServiceRoleCommand = DeleteElasticsearchServiceRoleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteInboundCrossClusterSearchConnectionCommand = 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 DeleteInboundCrossClusterSearchConnectionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DeleteInboundCrossClusterSearchConnection", {})
22
- .n("ElasticsearchServiceClient", "DeleteInboundCrossClusterSearchConnectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteInboundCrossClusterSearchConnectionCommand)
25
- .de(Aws_restJson1_1.de_DeleteInboundCrossClusterSearchConnectionCommand)
26
- .build() {
27
- }
28
- exports.DeleteInboundCrossClusterSearchConnectionCommand = DeleteInboundCrossClusterSearchConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteOutboundCrossClusterSearchConnectionCommand = 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 DeleteOutboundCrossClusterSearchConnectionCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DeleteOutboundCrossClusterSearchConnection", {})
22
- .n("ElasticsearchServiceClient", "DeleteOutboundCrossClusterSearchConnectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeleteOutboundCrossClusterSearchConnectionCommand)
25
- .de(Aws_restJson1_1.de_DeleteOutboundCrossClusterSearchConnectionCommand)
26
- .build() {
27
- }
28
- exports.DeleteOutboundCrossClusterSearchConnectionCommand = DeleteOutboundCrossClusterSearchConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePackageCommand = 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 DeletePackageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AmazonElasticsearchService2015", "DeletePackage", {})
22
- .n("ElasticsearchServiceClient", "DeletePackageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_DeletePackageCommand)
25
- .de(Aws_restJson1_1.de_DeletePackageCommand)
26
- .build() {
27
- }
28
- exports.DeletePackageCommand = DeletePackageCommand;
1
+ module.exports = require("../index.js");
@@ -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("AmazonElasticsearchService2015", "DeleteVpcEndpoint", {})
22
- .n("ElasticsearchServiceClient", "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");