@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.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/ElasticsearchServiceServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +148 -4
- package/dist-cjs/protocols/Aws_restJson1.js +459 -1574
- package/dist-es/index.js +1 -0
- package/dist-es/models/ElasticsearchServiceServiceException.js +12 -0
- package/dist-es/models/models_0.js +134 -1
- package/dist-es/protocols/Aws_restJson1.js +943 -1750
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/ElasticsearchServiceServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +57 -56
- package/dist-types/ts3.4/ElasticsearchService.d.ts +210 -0
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +114 -0
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +41 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2146 -0
- package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +125 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- 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.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
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) => ({
|