@aws-sdk/client-elasticsearch-service 3.50.0 → 3.53.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 (81) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/ElasticsearchServiceServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +148 -4
  5. package/dist-cjs/protocols/Aws_restJson1.js +459 -1574
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/ElasticsearchServiceServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +134 -1
  9. package/dist-es/protocols/Aws_restJson1.js +943 -1750
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/ElasticsearchServiceServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +57 -56
  13. package/dist-types/ts3.4/ElasticsearchService.d.ts +210 -0
  14. package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +114 -0
  15. package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +16 -0
  24. package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/index.d.ts +41 -0
  57. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  58. package/dist-types/ts3.4/index.d.ts +6 -0
  59. package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +6 -0
  60. package/dist-types/ts3.4/models/index.d.ts +1 -0
  61. package/dist-types/ts3.4/models/models_0.d.ts +2146 -0
  62. package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  71. package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +4 -0
  73. package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +4 -0
  74. package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +4 -0
  75. package/dist-types/ts3.4/pagination/index.d.ts +13 -0
  76. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +125 -0
  77. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  78. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  79. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  80. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  81. package/package.json +33 -33
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.53.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.52.0...v3.53.0) (2022-02-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** generate service exceptions as classes ([#3267](https://github.com/aws/aws-sdk-js-v3/issues/3267)) ([ca64fee](https://github.com/aws/aws-sdk-js-v3/commit/ca64feed3351c394c07dc26b782a5760a396a074))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-elasticsearch-service
20
+
21
+
22
+
23
+
24
+
25
+ # [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-elasticsearch-service
28
+
29
+
30
+
31
+
32
+
6
33
  # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
34
 
8
35
 
package/dist-cjs/index.js CHANGED
@@ -1,8 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ElasticsearchServiceServiceException = void 0;
3
4
  const tslib_1 = require("tslib");
4
5
  tslib_1.__exportStar(require("./ElasticsearchService"), exports);
5
6
  tslib_1.__exportStar(require("./ElasticsearchServiceClient"), exports);
6
7
  tslib_1.__exportStar(require("./commands"), exports);
7
8
  tslib_1.__exportStar(require("./models"), exports);
8
9
  tslib_1.__exportStar(require("./pagination"), exports);
10
+ var ElasticsearchServiceServiceException_1 = require("./models/ElasticsearchServiceServiceException");
11
+ Object.defineProperty(exports, "ElasticsearchServiceServiceException", { enumerable: true, get: function () { return ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException; } });
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ElasticsearchServiceServiceException = void 0;
4
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ class ElasticsearchServiceServiceException extends smithy_client_1.ServiceException {
6
+ constructor(options) {
7
+ super(options);
8
+ Object.setPrototypeOf(this, ElasticsearchServiceServiceException.prototype);
9
+ }
10
+ }
11
+ exports.ElasticsearchServiceServiceException = ElasticsearchServiceServiceException;
@@ -1,10 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateElasticsearchDomainResponse = exports.ElasticsearchDomainStatus = exports.VPCDerivedInfo = exports.ChangeProgressDetails = exports.AutoTuneOptionsOutput = exports.AutoTuneState = exports.CreateElasticsearchDomainRequest = exports.VPCOptions = exports.SnapshotOptions = exports.NodeToNodeEncryptionOptions = exports.LogPublishingOption = exports.EncryptionAtRestOptions = exports.ElasticsearchClusterConfig = exports.ZoneAwarenessConfig = exports.ColdStorageOptions = exports.EBSOptions = exports.DomainEndpointOptions = exports.TLSSecurityPolicy = exports.CognitoOptions = exports.AutoTuneOptionsInput = exports.AutoTuneMaintenanceSchedule = exports.Duration = exports.TimeUnit = exports.AutoTuneDesiredState = exports.CancelElasticsearchServiceSoftwareUpdateResponse = exports.ServiceSoftwareOptions = exports.CancelElasticsearchServiceSoftwareUpdateRequest = exports.AssociatePackageResponse = exports.DomainPackageDetails = exports.ErrorDetails = exports.AssociatePackageRequest = exports.AdvancedSecurityOptionsStatus = exports.AdvancedSecurityOptionsInput = exports.SAMLOptionsInput = exports.MasterUserOptions = exports.AdvancedSecurityOptions = exports.SAMLOptionsOutput = exports.SAMLIdp = exports.AdvancedOptionsStatus = exports.AddTagsRequest = exports.Tag = exports.AdditionalLimit = exports.AccessPoliciesStatus = exports.OptionStatus = exports.AcceptInboundCrossClusterSearchConnectionResponse = exports.InboundCrossClusterSearchConnection = exports.DomainInformation = exports.InboundCrossClusterSearchConnectionStatus = exports.InboundCrossClusterSearchConnectionStatusCode = exports.AcceptInboundCrossClusterSearchConnectionRequest = void 0;
4
- exports.DescribeElasticsearchDomainsRequest = exports.DescribeElasticsearchDomainConfigResponse = exports.ElasticsearchDomainConfig = exports.VPCDerivedInfoStatus = exports.SnapshotOptionsStatus = exports.NodeToNodeEncryptionOptionsStatus = exports.LogPublishingOptionsStatus = exports.EncryptionAtRestOptionsStatus = exports.ElasticsearchVersionStatus = exports.ElasticsearchClusterConfigStatus = exports.EBSOptionsStatus = exports.DomainEndpointOptionsStatus = exports.CognitoOptionsStatus = exports.AutoTuneOptionsStatus = exports.AutoTuneStatus = exports.AutoTuneOptions = exports.RollbackOnDisable = exports.DescribeElasticsearchDomainConfigRequest = exports.DescribeElasticsearchDomainResponse = exports.DescribeElasticsearchDomainRequest = exports.DescribeDomainChangeProgressResponse = exports.ChangeProgressStatusDetails = exports.OverallChangeStatus = exports.ChangeProgressStage = exports.DescribeDomainChangeProgressRequest = exports.DescribeDomainAutoTunesResponse = exports.AutoTune = exports.AutoTuneType = exports.AutoTuneDetails = exports.ScheduledAutoTuneDetails = exports.ScheduledAutoTuneSeverityType = exports.ScheduledAutoTuneActionType = exports.DescribeDomainAutoTunesRequest = exports.DeletePackageResponse = exports.DeletePackageRequest = exports.DeleteOutboundCrossClusterSearchConnectionResponse = exports.OutboundCrossClusterSearchConnection = exports.DeleteOutboundCrossClusterSearchConnectionRequest = exports.DeleteInboundCrossClusterSearchConnectionResponse = exports.DeleteInboundCrossClusterSearchConnectionRequest = exports.DeleteElasticsearchDomainResponse = exports.DeleteElasticsearchDomainRequest = exports.CreatePackageResponse = exports.PackageDetails = exports.CreatePackageRequest = exports.PackageSource = exports.CreateOutboundCrossClusterSearchConnectionResponse = exports.OutboundCrossClusterSearchConnectionStatus = exports.OutboundCrossClusterSearchConnectionStatusCode = exports.CreateOutboundCrossClusterSearchConnectionRequest = void 0;
5
- exports.ListPackagesForDomainResponse = exports.ListPackagesForDomainRequest = exports.ListElasticsearchVersionsResponse = exports.ListElasticsearchVersionsRequest = exports.ListElasticsearchInstanceTypesResponse = exports.ListElasticsearchInstanceTypesRequest = exports.ListDomainsForPackageResponse = exports.ListDomainsForPackageRequest = exports.ListDomainNamesResponse = exports.DomainInfo = exports.ListDomainNamesRequest = exports.EngineType = exports.GetUpgradeStatusResponse = exports.GetUpgradeStatusRequest = exports.GetUpgradeHistoryResponse = exports.UpgradeHistory = exports.UpgradeStepItem = exports.GetUpgradeHistoryRequest = exports.GetPackageVersionHistoryResponse = exports.PackageVersionHistory = exports.GetPackageVersionHistoryRequest = exports.GetCompatibleElasticsearchVersionsResponse = exports.CompatibleVersionsMap = exports.GetCompatibleElasticsearchVersionsRequest = exports.DissociatePackageResponse = exports.DissociatePackageRequest = exports.DescribeReservedElasticsearchInstancesResponse = exports.ReservedElasticsearchInstance = exports.DescribeReservedElasticsearchInstancesRequest = exports.DescribeReservedElasticsearchInstanceOfferingsResponse = exports.ReservedElasticsearchInstanceOffering = exports.RecurringCharge = exports.DescribeReservedElasticsearchInstanceOfferingsRequest = exports.DescribePackagesResponse = exports.DescribePackagesRequest = exports.DescribePackagesFilter = exports.DescribePackagesFilterName = exports.DescribeOutboundCrossClusterSearchConnectionsResponse = exports.DescribeOutboundCrossClusterSearchConnectionsRequest = exports.DescribeInboundCrossClusterSearchConnectionsResponse = exports.DescribeInboundCrossClusterSearchConnectionsRequest = exports.Filter = exports.DescribeElasticsearchInstanceTypeLimitsResponse = exports.Limits = exports.StorageType = exports.StorageTypeLimit = exports.InstanceLimits = exports.InstanceCountLimits = exports.DescribeElasticsearchInstanceTypeLimitsRequest = exports.DescribeElasticsearchDomainsResponse = void 0;
6
- exports.UpgradeElasticsearchDomainResponse = exports.UpgradeElasticsearchDomainRequest = exports.UpdatePackageResponse = exports.UpdatePackageRequest = exports.UpdateElasticsearchDomainConfigResponse = exports.DryRunResults = exports.UpdateElasticsearchDomainConfigRequest = exports.StartElasticsearchServiceSoftwareUpdateResponse = exports.StartElasticsearchServiceSoftwareUpdateRequest = exports.RemoveTagsRequest = exports.RejectInboundCrossClusterSearchConnectionResponse = exports.RejectInboundCrossClusterSearchConnectionRequest = exports.PurchaseReservedElasticsearchInstanceOfferingResponse = exports.PurchaseReservedElasticsearchInstanceOfferingRequest = exports.ListTagsResponse = exports.ListTagsRequest = void 0;
3
+ exports.SnapshotOptions = exports.NodeToNodeEncryptionOptions = exports.LogPublishingOption = exports.EncryptionAtRestOptions = exports.ElasticsearchClusterConfig = exports.ZoneAwarenessConfig = exports.ColdStorageOptions = exports.EBSOptions = exports.DomainEndpointOptions = exports.TLSSecurityPolicy = exports.CognitoOptions = exports.AutoTuneOptionsInput = exports.AutoTuneMaintenanceSchedule = exports.Duration = exports.TimeUnit = exports.AutoTuneDesiredState = exports.CancelElasticsearchServiceSoftwareUpdateResponse = exports.ServiceSoftwareOptions = exports.CancelElasticsearchServiceSoftwareUpdateRequest = exports.ConflictException = exports.AssociatePackageResponse = exports.DomainPackageDetails = exports.ErrorDetails = exports.AssociatePackageRequest = exports.AdvancedSecurityOptionsStatus = exports.AdvancedSecurityOptionsInput = exports.SAMLOptionsInput = exports.MasterUserOptions = exports.AdvancedSecurityOptions = exports.SAMLOptionsOutput = exports.SAMLIdp = exports.AdvancedOptionsStatus = exports.ValidationException = exports.InternalException = exports.BaseException = exports.AddTagsRequest = exports.Tag = exports.AdditionalLimit = exports.AccessPoliciesStatus = exports.OptionStatus = exports.AccessDeniedException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.DisabledOperationException = exports.AcceptInboundCrossClusterSearchConnectionResponse = exports.InboundCrossClusterSearchConnection = exports.DomainInformation = exports.InboundCrossClusterSearchConnectionStatus = exports.InboundCrossClusterSearchConnectionStatusCode = exports.AcceptInboundCrossClusterSearchConnectionRequest = void 0;
4
+ exports.EBSOptionsStatus = exports.DomainEndpointOptionsStatus = exports.CognitoOptionsStatus = exports.AutoTuneOptionsStatus = exports.AutoTuneStatus = exports.AutoTuneOptions = exports.RollbackOnDisable = exports.DescribeElasticsearchDomainConfigRequest = exports.DescribeElasticsearchDomainResponse = exports.DescribeElasticsearchDomainRequest = exports.DescribeDomainChangeProgressResponse = exports.ChangeProgressStatusDetails = exports.OverallChangeStatus = exports.ChangeProgressStage = exports.DescribeDomainChangeProgressRequest = exports.DescribeDomainAutoTunesResponse = exports.AutoTune = exports.AutoTuneType = exports.AutoTuneDetails = exports.ScheduledAutoTuneDetails = exports.ScheduledAutoTuneSeverityType = exports.ScheduledAutoTuneActionType = exports.DescribeDomainAutoTunesRequest = exports.DeletePackageResponse = exports.DeletePackageRequest = exports.DeleteOutboundCrossClusterSearchConnectionResponse = exports.OutboundCrossClusterSearchConnection = exports.DeleteOutboundCrossClusterSearchConnectionRequest = exports.DeleteInboundCrossClusterSearchConnectionResponse = exports.DeleteInboundCrossClusterSearchConnectionRequest = exports.DeleteElasticsearchDomainResponse = exports.DeleteElasticsearchDomainRequest = exports.CreatePackageResponse = exports.PackageDetails = exports.CreatePackageRequest = exports.PackageSource = exports.CreateOutboundCrossClusterSearchConnectionResponse = exports.OutboundCrossClusterSearchConnectionStatus = exports.OutboundCrossClusterSearchConnectionStatusCode = exports.CreateOutboundCrossClusterSearchConnectionRequest = exports.ResourceAlreadyExistsException = exports.InvalidTypeException = exports.CreateElasticsearchDomainResponse = exports.ElasticsearchDomainStatus = exports.VPCDerivedInfo = exports.ChangeProgressDetails = exports.AutoTuneOptionsOutput = exports.AutoTuneState = exports.CreateElasticsearchDomainRequest = exports.VPCOptions = void 0;
5
+ exports.EngineType = exports.GetUpgradeStatusResponse = exports.GetUpgradeStatusRequest = exports.GetUpgradeHistoryResponse = exports.UpgradeHistory = exports.UpgradeStepItem = exports.GetUpgradeHistoryRequest = exports.GetPackageVersionHistoryResponse = exports.PackageVersionHistory = exports.GetPackageVersionHistoryRequest = exports.GetCompatibleElasticsearchVersionsResponse = exports.CompatibleVersionsMap = exports.GetCompatibleElasticsearchVersionsRequest = exports.DissociatePackageResponse = exports.DissociatePackageRequest = exports.DescribeReservedElasticsearchInstancesResponse = exports.ReservedElasticsearchInstance = exports.DescribeReservedElasticsearchInstancesRequest = exports.DescribeReservedElasticsearchInstanceOfferingsResponse = exports.ReservedElasticsearchInstanceOffering = exports.RecurringCharge = exports.DescribeReservedElasticsearchInstanceOfferingsRequest = exports.DescribePackagesResponse = exports.DescribePackagesRequest = exports.DescribePackagesFilter = exports.DescribePackagesFilterName = exports.DescribeOutboundCrossClusterSearchConnectionsResponse = exports.DescribeOutboundCrossClusterSearchConnectionsRequest = exports.InvalidPaginationTokenException = exports.DescribeInboundCrossClusterSearchConnectionsResponse = exports.DescribeInboundCrossClusterSearchConnectionsRequest = exports.Filter = exports.DescribeElasticsearchInstanceTypeLimitsResponse = exports.Limits = exports.StorageType = exports.StorageTypeLimit = exports.InstanceLimits = exports.InstanceCountLimits = exports.DescribeElasticsearchInstanceTypeLimitsRequest = exports.DescribeElasticsearchDomainsResponse = exports.DescribeElasticsearchDomainsRequest = exports.DescribeElasticsearchDomainConfigResponse = exports.ElasticsearchDomainConfig = exports.VPCDerivedInfoStatus = exports.SnapshotOptionsStatus = exports.NodeToNodeEncryptionOptionsStatus = exports.LogPublishingOptionsStatus = exports.EncryptionAtRestOptionsStatus = exports.ElasticsearchVersionStatus = exports.ElasticsearchClusterConfigStatus = void 0;
6
+ exports.UpgradeElasticsearchDomainResponse = exports.UpgradeElasticsearchDomainRequest = exports.UpdatePackageResponse = exports.UpdatePackageRequest = exports.UpdateElasticsearchDomainConfigResponse = exports.DryRunResults = exports.UpdateElasticsearchDomainConfigRequest = exports.StartElasticsearchServiceSoftwareUpdateResponse = exports.StartElasticsearchServiceSoftwareUpdateRequest = exports.RemoveTagsRequest = exports.RejectInboundCrossClusterSearchConnectionResponse = exports.RejectInboundCrossClusterSearchConnectionRequest = exports.PurchaseReservedElasticsearchInstanceOfferingResponse = exports.PurchaseReservedElasticsearchInstanceOfferingRequest = exports.ListTagsResponse = exports.ListTagsRequest = exports.ListPackagesForDomainResponse = exports.ListPackagesForDomainRequest = exports.ListElasticsearchVersionsResponse = exports.ListElasticsearchVersionsRequest = exports.ListElasticsearchInstanceTypesResponse = exports.ListElasticsearchInstanceTypesRequest = exports.ListDomainsForPackageResponse = exports.ListDomainsForPackageRequest = exports.ListDomainNamesResponse = exports.DomainInfo = exports.ListDomainNamesRequest = void 0;
7
7
  const smithy_client_1 = require("@aws-sdk/smithy-client");
8
+ const ElasticsearchServiceServiceException_1 = require("./ElasticsearchServiceServiceException");
8
9
  var AcceptInboundCrossClusterSearchConnectionRequest;
9
10
  (function (AcceptInboundCrossClusterSearchConnectionRequest) {
10
11
  AcceptInboundCrossClusterSearchConnectionRequest.filterSensitiveLog = (obj) => ({
@@ -44,6 +45,58 @@ var AcceptInboundCrossClusterSearchConnectionResponse;
44
45
  ...obj,
45
46
  });
46
47
  })(AcceptInboundCrossClusterSearchConnectionResponse = exports.AcceptInboundCrossClusterSearchConnectionResponse || (exports.AcceptInboundCrossClusterSearchConnectionResponse = {}));
48
+ class DisabledOperationException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
49
+ constructor(opts) {
50
+ super({
51
+ name: "DisabledOperationException",
52
+ $fault: "client",
53
+ ...opts,
54
+ });
55
+ this.name = "DisabledOperationException";
56
+ this.$fault = "client";
57
+ Object.setPrototypeOf(this, DisabledOperationException.prototype);
58
+ }
59
+ }
60
+ exports.DisabledOperationException = DisabledOperationException;
61
+ class LimitExceededException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
62
+ constructor(opts) {
63
+ super({
64
+ name: "LimitExceededException",
65
+ $fault: "client",
66
+ ...opts,
67
+ });
68
+ this.name = "LimitExceededException";
69
+ this.$fault = "client";
70
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
71
+ }
72
+ }
73
+ exports.LimitExceededException = LimitExceededException;
74
+ class ResourceNotFoundException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
75
+ constructor(opts) {
76
+ super({
77
+ name: "ResourceNotFoundException",
78
+ $fault: "client",
79
+ ...opts,
80
+ });
81
+ this.name = "ResourceNotFoundException";
82
+ this.$fault = "client";
83
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
84
+ }
85
+ }
86
+ exports.ResourceNotFoundException = ResourceNotFoundException;
87
+ class AccessDeniedException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
88
+ constructor(opts) {
89
+ super({
90
+ name: "AccessDeniedException",
91
+ $fault: "client",
92
+ ...opts,
93
+ });
94
+ this.name = "AccessDeniedException";
95
+ this.$fault = "client";
96
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
97
+ }
98
+ }
99
+ exports.AccessDeniedException = AccessDeniedException;
47
100
  var OptionStatus;
48
101
  (function (OptionStatus) {
49
102
  OptionStatus.filterSensitiveLog = (obj) => ({
@@ -74,6 +127,45 @@ var AddTagsRequest;
74
127
  ...obj,
75
128
  });
76
129
  })(AddTagsRequest = exports.AddTagsRequest || (exports.AddTagsRequest = {}));
130
+ class BaseException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
131
+ constructor(opts) {
132
+ super({
133
+ name: "BaseException",
134
+ $fault: "client",
135
+ ...opts,
136
+ });
137
+ this.name = "BaseException";
138
+ this.$fault = "client";
139
+ Object.setPrototypeOf(this, BaseException.prototype);
140
+ }
141
+ }
142
+ exports.BaseException = BaseException;
143
+ class InternalException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
144
+ constructor(opts) {
145
+ super({
146
+ name: "InternalException",
147
+ $fault: "server",
148
+ ...opts,
149
+ });
150
+ this.name = "InternalException";
151
+ this.$fault = "server";
152
+ Object.setPrototypeOf(this, InternalException.prototype);
153
+ }
154
+ }
155
+ exports.InternalException = InternalException;
156
+ class ValidationException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
157
+ constructor(opts) {
158
+ super({
159
+ name: "ValidationException",
160
+ $fault: "client",
161
+ ...opts,
162
+ });
163
+ this.name = "ValidationException";
164
+ this.$fault = "client";
165
+ Object.setPrototypeOf(this, ValidationException.prototype);
166
+ }
167
+ }
168
+ exports.ValidationException = ValidationException;
77
169
  var AdvancedOptionsStatus;
78
170
  (function (AdvancedOptionsStatus) {
79
171
  AdvancedOptionsStatus.filterSensitiveLog = (obj) => ({
@@ -151,6 +243,19 @@ var AssociatePackageResponse;
151
243
  ...obj,
152
244
  });
153
245
  })(AssociatePackageResponse = exports.AssociatePackageResponse || (exports.AssociatePackageResponse = {}));
246
+ class ConflictException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
247
+ constructor(opts) {
248
+ super({
249
+ name: "ConflictException",
250
+ $fault: "client",
251
+ ...opts,
252
+ });
253
+ this.name = "ConflictException";
254
+ this.$fault = "client";
255
+ Object.setPrototypeOf(this, ConflictException.prototype);
256
+ }
257
+ }
258
+ exports.ConflictException = ConflictException;
154
259
  var CancelElasticsearchServiceSoftwareUpdateRequest;
155
260
  (function (CancelElasticsearchServiceSoftwareUpdateRequest) {
156
261
  CancelElasticsearchServiceSoftwareUpdateRequest.filterSensitiveLog = (obj) => ({
@@ -318,6 +423,32 @@ var CreateElasticsearchDomainResponse;
318
423
  ...obj,
319
424
  });
320
425
  })(CreateElasticsearchDomainResponse = exports.CreateElasticsearchDomainResponse || (exports.CreateElasticsearchDomainResponse = {}));
426
+ class InvalidTypeException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
427
+ constructor(opts) {
428
+ super({
429
+ name: "InvalidTypeException",
430
+ $fault: "client",
431
+ ...opts,
432
+ });
433
+ this.name = "InvalidTypeException";
434
+ this.$fault = "client";
435
+ Object.setPrototypeOf(this, InvalidTypeException.prototype);
436
+ }
437
+ }
438
+ exports.InvalidTypeException = InvalidTypeException;
439
+ class ResourceAlreadyExistsException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
440
+ constructor(opts) {
441
+ super({
442
+ name: "ResourceAlreadyExistsException",
443
+ $fault: "client",
444
+ ...opts,
445
+ });
446
+ this.name = "ResourceAlreadyExistsException";
447
+ this.$fault = "client";
448
+ Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
449
+ }
450
+ }
451
+ exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
321
452
  var CreateOutboundCrossClusterSearchConnectionRequest;
322
453
  (function (CreateOutboundCrossClusterSearchConnectionRequest) {
323
454
  CreateOutboundCrossClusterSearchConnectionRequest.filterSensitiveLog = (obj) => ({
@@ -686,6 +817,19 @@ var DescribeInboundCrossClusterSearchConnectionsResponse;
686
817
  ...obj,
687
818
  });
688
819
  })(DescribeInboundCrossClusterSearchConnectionsResponse = exports.DescribeInboundCrossClusterSearchConnectionsResponse || (exports.DescribeInboundCrossClusterSearchConnectionsResponse = {}));
820
+ class InvalidPaginationTokenException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
821
+ constructor(opts) {
822
+ super({
823
+ name: "InvalidPaginationTokenException",
824
+ $fault: "client",
825
+ ...opts,
826
+ });
827
+ this.name = "InvalidPaginationTokenException";
828
+ this.$fault = "client";
829
+ Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
830
+ }
831
+ }
832
+ exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
689
833
  var DescribeOutboundCrossClusterSearchConnectionsRequest;
690
834
  (function (DescribeOutboundCrossClusterSearchConnectionsRequest) {
691
835
  DescribeOutboundCrossClusterSearchConnectionsRequest.filterSensitiveLog = (obj) => ({