@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,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ElasticsearchServiceServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class ElasticsearchServiceServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, ElasticsearchServiceServiceException.prototype);
10
- }
11
- }
12
- exports.ElasticsearchServiceServiceException = ElasticsearchServiceServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,392 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateElasticsearchDomainConfigRequestFilterSensitiveLog = exports.CreateElasticsearchDomainRequestFilterSensitiveLog = exports.AdvancedSecurityOptionsInputFilterSensitiveLog = exports.SAMLOptionsInputFilterSensitiveLog = exports.MasterUserOptionsFilterSensitiveLog = exports.EngineType = exports.UpgradeStatus = exports.UpgradeStep = exports.VpcEndpointErrorCode = exports.ReservedElasticsearchInstancePaymentOption = exports.DescribePackagesFilterName = exports.InvalidPaginationTokenException = exports.RollbackOnDisable = exports.OverallChangeStatus = exports.AutoTuneType = exports.ScheduledAutoTuneSeverityType = exports.ScheduledAutoTuneActionType = exports.VpcEndpointStatus = exports.PackageStatus = exports.OutboundCrossClusterSearchConnectionStatusCode = exports.ResourceAlreadyExistsException = exports.InvalidTypeException = exports.AutoTuneState = exports.LogType = exports.ESWarmPartitionInstanceType = exports.ESPartitionInstanceType = exports.VolumeType = exports.TLSSecurityPolicy = exports.TimeUnit = exports.AutoTuneDesiredState = exports.DeploymentStatus = exports.PrincipalType = exports.ConflictException = exports.PackageType = exports.DomainPackageStatus = exports.ValidationException = exports.InternalException = exports.BaseException = exports.OptionState = exports.AccessDeniedException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.DisabledOperationException = exports.InboundCrossClusterSearchConnectionStatusCode = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const ElasticsearchServiceServiceException_1 = require("./ElasticsearchServiceServiceException");
6
- exports.InboundCrossClusterSearchConnectionStatusCode = {
7
- APPROVED: "APPROVED",
8
- DELETED: "DELETED",
9
- DELETING: "DELETING",
10
- PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE",
11
- REJECTED: "REJECTED",
12
- REJECTING: "REJECTING",
13
- };
14
- class DisabledOperationException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
15
- constructor(opts) {
16
- super({
17
- name: "DisabledOperationException",
18
- $fault: "client",
19
- ...opts,
20
- });
21
- this.name = "DisabledOperationException";
22
- this.$fault = "client";
23
- Object.setPrototypeOf(this, DisabledOperationException.prototype);
24
- }
25
- }
26
- exports.DisabledOperationException = DisabledOperationException;
27
- class LimitExceededException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
28
- constructor(opts) {
29
- super({
30
- name: "LimitExceededException",
31
- $fault: "client",
32
- ...opts,
33
- });
34
- this.name = "LimitExceededException";
35
- this.$fault = "client";
36
- Object.setPrototypeOf(this, LimitExceededException.prototype);
37
- }
38
- }
39
- exports.LimitExceededException = LimitExceededException;
40
- class ResourceNotFoundException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
41
- constructor(opts) {
42
- super({
43
- name: "ResourceNotFoundException",
44
- $fault: "client",
45
- ...opts,
46
- });
47
- this.name = "ResourceNotFoundException";
48
- this.$fault = "client";
49
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
50
- }
51
- }
52
- exports.ResourceNotFoundException = ResourceNotFoundException;
53
- class AccessDeniedException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
54
- constructor(opts) {
55
- super({
56
- name: "AccessDeniedException",
57
- $fault: "client",
58
- ...opts,
59
- });
60
- this.name = "AccessDeniedException";
61
- this.$fault = "client";
62
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
63
- }
64
- }
65
- exports.AccessDeniedException = AccessDeniedException;
66
- exports.OptionState = {
67
- Active: "Active",
68
- Processing: "Processing",
69
- RequiresIndexDocuments: "RequiresIndexDocuments",
70
- };
71
- class BaseException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
72
- constructor(opts) {
73
- super({
74
- name: "BaseException",
75
- $fault: "client",
76
- ...opts,
77
- });
78
- this.name = "BaseException";
79
- this.$fault = "client";
80
- Object.setPrototypeOf(this, BaseException.prototype);
81
- }
82
- }
83
- exports.BaseException = BaseException;
84
- class InternalException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
85
- constructor(opts) {
86
- super({
87
- name: "InternalException",
88
- $fault: "server",
89
- ...opts,
90
- });
91
- this.name = "InternalException";
92
- this.$fault = "server";
93
- Object.setPrototypeOf(this, InternalException.prototype);
94
- }
95
- }
96
- exports.InternalException = InternalException;
97
- class ValidationException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
98
- constructor(opts) {
99
- super({
100
- name: "ValidationException",
101
- $fault: "client",
102
- ...opts,
103
- });
104
- this.name = "ValidationException";
105
- this.$fault = "client";
106
- Object.setPrototypeOf(this, ValidationException.prototype);
107
- }
108
- }
109
- exports.ValidationException = ValidationException;
110
- exports.DomainPackageStatus = {
111
- ACTIVE: "ACTIVE",
112
- ASSOCIATING: "ASSOCIATING",
113
- ASSOCIATION_FAILED: "ASSOCIATION_FAILED",
114
- DISSOCIATING: "DISSOCIATING",
115
- DISSOCIATION_FAILED: "DISSOCIATION_FAILED",
116
- };
117
- exports.PackageType = {
118
- TXT_DICTIONARY: "TXT-DICTIONARY",
119
- };
120
- class ConflictException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
121
- constructor(opts) {
122
- super({
123
- name: "ConflictException",
124
- $fault: "client",
125
- ...opts,
126
- });
127
- this.name = "ConflictException";
128
- this.$fault = "client";
129
- Object.setPrototypeOf(this, ConflictException.prototype);
130
- }
131
- }
132
- exports.ConflictException = ConflictException;
133
- exports.PrincipalType = {
134
- AWS_ACCOUNT: "AWS_ACCOUNT",
135
- AWS_SERVICE: "AWS_SERVICE",
136
- };
137
- exports.DeploymentStatus = {
138
- COMPLETED: "COMPLETED",
139
- ELIGIBLE: "ELIGIBLE",
140
- IN_PROGRESS: "IN_PROGRESS",
141
- NOT_ELIGIBLE: "NOT_ELIGIBLE",
142
- PENDING_UPDATE: "PENDING_UPDATE",
143
- };
144
- exports.AutoTuneDesiredState = {
145
- DISABLED: "DISABLED",
146
- ENABLED: "ENABLED",
147
- };
148
- exports.TimeUnit = {
149
- HOURS: "HOURS",
150
- };
151
- exports.TLSSecurityPolicy = {
152
- POLICY_MIN_TLS_1_0_2019_07: "Policy-Min-TLS-1-0-2019-07",
153
- POLICY_MIN_TLS_1_2_2019_07: "Policy-Min-TLS-1-2-2019-07",
154
- POLICY_MIN_TLS_1_2_PFS_2023_10: "Policy-Min-TLS-1-2-PFS-2023-10",
155
- };
156
- exports.VolumeType = {
157
- gp2: "gp2",
158
- gp3: "gp3",
159
- io1: "io1",
160
- standard: "standard",
161
- };
162
- exports.ESPartitionInstanceType = {
163
- c4_2xlarge_elasticsearch: "c4.2xlarge.elasticsearch",
164
- c4_4xlarge_elasticsearch: "c4.4xlarge.elasticsearch",
165
- c4_8xlarge_elasticsearch: "c4.8xlarge.elasticsearch",
166
- c4_large_elasticsearch: "c4.large.elasticsearch",
167
- c4_xlarge_elasticsearch: "c4.xlarge.elasticsearch",
168
- c5_18xlarge_elasticsearch: "c5.18xlarge.elasticsearch",
169
- c5_2xlarge_elasticsearch: "c5.2xlarge.elasticsearch",
170
- c5_4xlarge_elasticsearch: "c5.4xlarge.elasticsearch",
171
- c5_9xlarge_elasticsearch: "c5.9xlarge.elasticsearch",
172
- c5_large_elasticsearch: "c5.large.elasticsearch",
173
- c5_xlarge_elasticsearch: "c5.xlarge.elasticsearch",
174
- d2_2xlarge_elasticsearch: "d2.2xlarge.elasticsearch",
175
- d2_4xlarge_elasticsearch: "d2.4xlarge.elasticsearch",
176
- d2_8xlarge_elasticsearch: "d2.8xlarge.elasticsearch",
177
- d2_xlarge_elasticsearch: "d2.xlarge.elasticsearch",
178
- i2_2xlarge_elasticsearch: "i2.2xlarge.elasticsearch",
179
- i2_xlarge_elasticsearch: "i2.xlarge.elasticsearch",
180
- i3_16xlarge_elasticsearch: "i3.16xlarge.elasticsearch",
181
- i3_2xlarge_elasticsearch: "i3.2xlarge.elasticsearch",
182
- i3_4xlarge_elasticsearch: "i3.4xlarge.elasticsearch",
183
- i3_8xlarge_elasticsearch: "i3.8xlarge.elasticsearch",
184
- i3_large_elasticsearch: "i3.large.elasticsearch",
185
- i3_xlarge_elasticsearch: "i3.xlarge.elasticsearch",
186
- m3_2xlarge_elasticsearch: "m3.2xlarge.elasticsearch",
187
- m3_large_elasticsearch: "m3.large.elasticsearch",
188
- m3_medium_elasticsearch: "m3.medium.elasticsearch",
189
- m3_xlarge_elasticsearch: "m3.xlarge.elasticsearch",
190
- m4_10xlarge_elasticsearch: "m4.10xlarge.elasticsearch",
191
- m4_2xlarge_elasticsearch: "m4.2xlarge.elasticsearch",
192
- m4_4xlarge_elasticsearch: "m4.4xlarge.elasticsearch",
193
- m4_large_elasticsearch: "m4.large.elasticsearch",
194
- m4_xlarge_elasticsearch: "m4.xlarge.elasticsearch",
195
- m5_12xlarge_elasticsearch: "m5.12xlarge.elasticsearch",
196
- m5_2xlarge_elasticsearch: "m5.2xlarge.elasticsearch",
197
- m5_4xlarge_elasticsearch: "m5.4xlarge.elasticsearch",
198
- m5_large_elasticsearch: "m5.large.elasticsearch",
199
- m5_xlarge_elasticsearch: "m5.xlarge.elasticsearch",
200
- r3_2xlarge_elasticsearch: "r3.2xlarge.elasticsearch",
201
- r3_4xlarge_elasticsearch: "r3.4xlarge.elasticsearch",
202
- r3_8xlarge_elasticsearch: "r3.8xlarge.elasticsearch",
203
- r3_large_elasticsearch: "r3.large.elasticsearch",
204
- r3_xlarge_elasticsearch: "r3.xlarge.elasticsearch",
205
- r4_16xlarge_elasticsearch: "r4.16xlarge.elasticsearch",
206
- r4_2xlarge_elasticsearch: "r4.2xlarge.elasticsearch",
207
- r4_4xlarge_elasticsearch: "r4.4xlarge.elasticsearch",
208
- r4_8xlarge_elasticsearch: "r4.8xlarge.elasticsearch",
209
- r4_large_elasticsearch: "r4.large.elasticsearch",
210
- r4_xlarge_elasticsearch: "r4.xlarge.elasticsearch",
211
- r5_12xlarge_elasticsearch: "r5.12xlarge.elasticsearch",
212
- r5_2xlarge_elasticsearch: "r5.2xlarge.elasticsearch",
213
- r5_4xlarge_elasticsearch: "r5.4xlarge.elasticsearch",
214
- r5_large_elasticsearch: "r5.large.elasticsearch",
215
- r5_xlarge_elasticsearch: "r5.xlarge.elasticsearch",
216
- t2_medium_elasticsearch: "t2.medium.elasticsearch",
217
- t2_micro_elasticsearch: "t2.micro.elasticsearch",
218
- t2_small_elasticsearch: "t2.small.elasticsearch",
219
- ultrawarm1_large_elasticsearch: "ultrawarm1.large.elasticsearch",
220
- ultrawarm1_medium_elasticsearch: "ultrawarm1.medium.elasticsearch",
221
- };
222
- exports.ESWarmPartitionInstanceType = {
223
- ultrawarm1_large_elasticsearch: "ultrawarm1.large.elasticsearch",
224
- ultrawarm1_medium_elasticsearch: "ultrawarm1.medium.elasticsearch",
225
- };
226
- exports.LogType = {
227
- AUDIT_LOGS: "AUDIT_LOGS",
228
- ES_APPLICATION_LOGS: "ES_APPLICATION_LOGS",
229
- INDEX_SLOW_LOGS: "INDEX_SLOW_LOGS",
230
- SEARCH_SLOW_LOGS: "SEARCH_SLOW_LOGS",
231
- };
232
- exports.AutoTuneState = {
233
- DISABLED: "DISABLED",
234
- DISABLED_AND_ROLLBACK_COMPLETE: "DISABLED_AND_ROLLBACK_COMPLETE",
235
- DISABLED_AND_ROLLBACK_ERROR: "DISABLED_AND_ROLLBACK_ERROR",
236
- DISABLED_AND_ROLLBACK_IN_PROGRESS: "DISABLED_AND_ROLLBACK_IN_PROGRESS",
237
- DISABLED_AND_ROLLBACK_SCHEDULED: "DISABLED_AND_ROLLBACK_SCHEDULED",
238
- DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS",
239
- ENABLED: "ENABLED",
240
- ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS",
241
- ERROR: "ERROR",
242
- };
243
- class InvalidTypeException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
244
- constructor(opts) {
245
- super({
246
- name: "InvalidTypeException",
247
- $fault: "client",
248
- ...opts,
249
- });
250
- this.name = "InvalidTypeException";
251
- this.$fault = "client";
252
- Object.setPrototypeOf(this, InvalidTypeException.prototype);
253
- }
254
- }
255
- exports.InvalidTypeException = InvalidTypeException;
256
- class ResourceAlreadyExistsException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
257
- constructor(opts) {
258
- super({
259
- name: "ResourceAlreadyExistsException",
260
- $fault: "client",
261
- ...opts,
262
- });
263
- this.name = "ResourceAlreadyExistsException";
264
- this.$fault = "client";
265
- Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
266
- }
267
- }
268
- exports.ResourceAlreadyExistsException = ResourceAlreadyExistsException;
269
- exports.OutboundCrossClusterSearchConnectionStatusCode = {
270
- ACTIVE: "ACTIVE",
271
- DELETED: "DELETED",
272
- DELETING: "DELETING",
273
- PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE",
274
- PROVISIONING: "PROVISIONING",
275
- REJECTED: "REJECTED",
276
- VALIDATING: "VALIDATING",
277
- VALIDATION_FAILED: "VALIDATION_FAILED",
278
- };
279
- exports.PackageStatus = {
280
- AVAILABLE: "AVAILABLE",
281
- COPYING: "COPYING",
282
- COPY_FAILED: "COPY_FAILED",
283
- DELETED: "DELETED",
284
- DELETE_FAILED: "DELETE_FAILED",
285
- DELETING: "DELETING",
286
- VALIDATING: "VALIDATING",
287
- VALIDATION_FAILED: "VALIDATION_FAILED",
288
- };
289
- exports.VpcEndpointStatus = {
290
- ACTIVE: "ACTIVE",
291
- CREATE_FAILED: "CREATE_FAILED",
292
- CREATING: "CREATING",
293
- DELETE_FAILED: "DELETE_FAILED",
294
- DELETING: "DELETING",
295
- UPDATE_FAILED: "UPDATE_FAILED",
296
- UPDATING: "UPDATING",
297
- };
298
- exports.ScheduledAutoTuneActionType = {
299
- JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING",
300
- JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING",
301
- };
302
- exports.ScheduledAutoTuneSeverityType = {
303
- HIGH: "HIGH",
304
- LOW: "LOW",
305
- MEDIUM: "MEDIUM",
306
- };
307
- exports.AutoTuneType = {
308
- SCHEDULED_ACTION: "SCHEDULED_ACTION",
309
- };
310
- exports.OverallChangeStatus = {
311
- COMPLETED: "COMPLETED",
312
- FAILED: "FAILED",
313
- PENDING: "PENDING",
314
- PROCESSING: "PROCESSING",
315
- };
316
- exports.RollbackOnDisable = {
317
- DEFAULT_ROLLBACK: "DEFAULT_ROLLBACK",
318
- NO_ROLLBACK: "NO_ROLLBACK",
319
- };
320
- class InvalidPaginationTokenException extends ElasticsearchServiceServiceException_1.ElasticsearchServiceServiceException {
321
- constructor(opts) {
322
- super({
323
- name: "InvalidPaginationTokenException",
324
- $fault: "client",
325
- ...opts,
326
- });
327
- this.name = "InvalidPaginationTokenException";
328
- this.$fault = "client";
329
- Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
330
- }
331
- }
332
- exports.InvalidPaginationTokenException = InvalidPaginationTokenException;
333
- exports.DescribePackagesFilterName = {
334
- PackageID: "PackageID",
335
- PackageName: "PackageName",
336
- PackageStatus: "PackageStatus",
337
- };
338
- exports.ReservedElasticsearchInstancePaymentOption = {
339
- ALL_UPFRONT: "ALL_UPFRONT",
340
- NO_UPFRONT: "NO_UPFRONT",
341
- PARTIAL_UPFRONT: "PARTIAL_UPFRONT",
342
- };
343
- exports.VpcEndpointErrorCode = {
344
- ENDPOINT_NOT_FOUND: "ENDPOINT_NOT_FOUND",
345
- SERVER_ERROR: "SERVER_ERROR",
346
- };
347
- exports.UpgradeStep = {
348
- PRE_UPGRADE_CHECK: "PRE_UPGRADE_CHECK",
349
- SNAPSHOT: "SNAPSHOT",
350
- UPGRADE: "UPGRADE",
351
- };
352
- exports.UpgradeStatus = {
353
- FAILED: "FAILED",
354
- IN_PROGRESS: "IN_PROGRESS",
355
- SUCCEEDED: "SUCCEEDED",
356
- SUCCEEDED_WITH_ISSUES: "SUCCEEDED_WITH_ISSUES",
357
- };
358
- exports.EngineType = {
359
- Elasticsearch: "Elasticsearch",
360
- OpenSearch: "OpenSearch",
361
- };
362
- const MasterUserOptionsFilterSensitiveLog = (obj) => ({
363
- ...obj,
364
- ...(obj.MasterUserName && { MasterUserName: smithy_client_1.SENSITIVE_STRING }),
365
- ...(obj.MasterUserPassword && { MasterUserPassword: smithy_client_1.SENSITIVE_STRING }),
366
- });
367
- exports.MasterUserOptionsFilterSensitiveLog = MasterUserOptionsFilterSensitiveLog;
368
- const SAMLOptionsInputFilterSensitiveLog = (obj) => ({
369
- ...obj,
370
- ...(obj.MasterUserName && { MasterUserName: smithy_client_1.SENSITIVE_STRING }),
371
- });
372
- exports.SAMLOptionsInputFilterSensitiveLog = SAMLOptionsInputFilterSensitiveLog;
373
- const AdvancedSecurityOptionsInputFilterSensitiveLog = (obj) => ({
374
- ...obj,
375
- ...(obj.MasterUserOptions && { MasterUserOptions: (0, exports.MasterUserOptionsFilterSensitiveLog)(obj.MasterUserOptions) }),
376
- ...(obj.SAMLOptions && { SAMLOptions: (0, exports.SAMLOptionsInputFilterSensitiveLog)(obj.SAMLOptions) }),
377
- });
378
- exports.AdvancedSecurityOptionsInputFilterSensitiveLog = AdvancedSecurityOptionsInputFilterSensitiveLog;
379
- const CreateElasticsearchDomainRequestFilterSensitiveLog = (obj) => ({
380
- ...obj,
381
- ...(obj.AdvancedSecurityOptions && {
382
- AdvancedSecurityOptions: (0, exports.AdvancedSecurityOptionsInputFilterSensitiveLog)(obj.AdvancedSecurityOptions),
383
- }),
384
- });
385
- exports.CreateElasticsearchDomainRequestFilterSensitiveLog = CreateElasticsearchDomainRequestFilterSensitiveLog;
386
- const UpdateElasticsearchDomainConfigRequestFilterSensitiveLog = (obj) => ({
387
- ...obj,
388
- ...(obj.AdvancedSecurityOptions && {
389
- AdvancedSecurityOptions: (0, exports.AdvancedSecurityOptionsInputFilterSensitiveLog)(obj.AdvancedSecurityOptions),
390
- }),
391
- });
392
- exports.UpdateElasticsearchDomainConfigRequestFilterSensitiveLog = UpdateElasticsearchDomainConfigRequestFilterSensitiveLog;
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeDomainAutoTunes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeDomainAutoTunesCommand_1 = require("../commands/DescribeDomainAutoTunesCommand");
6
- const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
7
- exports.paginateDescribeDomainAutoTunes = (0, core_1.createPaginator)(ElasticsearchServiceClient_1.ElasticsearchServiceClient, DescribeDomainAutoTunesCommand_1.DescribeDomainAutoTunesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeInboundCrossClusterSearchConnections = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeInboundCrossClusterSearchConnectionsCommand_1 = require("../commands/DescribeInboundCrossClusterSearchConnectionsCommand");
6
- const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
7
- exports.paginateDescribeInboundCrossClusterSearchConnections = (0, core_1.createPaginator)(ElasticsearchServiceClient_1.ElasticsearchServiceClient, DescribeInboundCrossClusterSearchConnectionsCommand_1.DescribeInboundCrossClusterSearchConnectionsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeOutboundCrossClusterSearchConnections = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeOutboundCrossClusterSearchConnectionsCommand_1 = require("../commands/DescribeOutboundCrossClusterSearchConnectionsCommand");
6
- const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
7
- exports.paginateDescribeOutboundCrossClusterSearchConnections = (0, core_1.createPaginator)(ElasticsearchServiceClient_1.ElasticsearchServiceClient, DescribeOutboundCrossClusterSearchConnectionsCommand_1.DescribeOutboundCrossClusterSearchConnectionsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribePackages = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribePackagesCommand_1 = require("../commands/DescribePackagesCommand");
6
- const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
7
- exports.paginateDescribePackages = (0, core_1.createPaginator)(ElasticsearchServiceClient_1.ElasticsearchServiceClient, DescribePackagesCommand_1.DescribePackagesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeReservedElasticsearchInstanceOfferings = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeReservedElasticsearchInstanceOfferingsCommand_1 = require("../commands/DescribeReservedElasticsearchInstanceOfferingsCommand");
6
- const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
7
- exports.paginateDescribeReservedElasticsearchInstanceOfferings = (0, core_1.createPaginator)(ElasticsearchServiceClient_1.ElasticsearchServiceClient, DescribeReservedElasticsearchInstanceOfferingsCommand_1.DescribeReservedElasticsearchInstanceOfferingsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeReservedElasticsearchInstances = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeReservedElasticsearchInstancesCommand_1 = require("../commands/DescribeReservedElasticsearchInstancesCommand");
6
- const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
7
- exports.paginateDescribeReservedElasticsearchInstances = (0, core_1.createPaginator)(ElasticsearchServiceClient_1.ElasticsearchServiceClient, DescribeReservedElasticsearchInstancesCommand_1.DescribeReservedElasticsearchInstancesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetPackageVersionHistory = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetPackageVersionHistoryCommand_1 = require("../commands/GetPackageVersionHistoryCommand");
6
- const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
7
- exports.paginateGetPackageVersionHistory = (0, core_1.createPaginator)(ElasticsearchServiceClient_1.ElasticsearchServiceClient, GetPackageVersionHistoryCommand_1.GetPackageVersionHistoryCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetUpgradeHistory = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetUpgradeHistoryCommand_1 = require("../commands/GetUpgradeHistoryCommand");
6
- const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
7
- exports.paginateGetUpgradeHistory = (0, core_1.createPaginator)(ElasticsearchServiceClient_1.ElasticsearchServiceClient, GetUpgradeHistoryCommand_1.GetUpgradeHistoryCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDomainsForPackage = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDomainsForPackageCommand_1 = require("../commands/ListDomainsForPackageCommand");
6
- const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
7
- exports.paginateListDomainsForPackage = (0, core_1.createPaginator)(ElasticsearchServiceClient_1.ElasticsearchServiceClient, ListDomainsForPackageCommand_1.ListDomainsForPackageCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListElasticsearchInstanceTypes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListElasticsearchInstanceTypesCommand_1 = require("../commands/ListElasticsearchInstanceTypesCommand");
6
- const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
7
- exports.paginateListElasticsearchInstanceTypes = (0, core_1.createPaginator)(ElasticsearchServiceClient_1.ElasticsearchServiceClient, ListElasticsearchInstanceTypesCommand_1.ListElasticsearchInstanceTypesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListElasticsearchVersions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListElasticsearchVersionsCommand_1 = require("../commands/ListElasticsearchVersionsCommand");
6
- const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
7
- exports.paginateListElasticsearchVersions = (0, core_1.createPaginator)(ElasticsearchServiceClient_1.ElasticsearchServiceClient, ListElasticsearchVersionsCommand_1.ListElasticsearchVersionsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPackagesForDomain = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListPackagesForDomainCommand_1 = require("../commands/ListPackagesForDomainCommand");
6
- const ElasticsearchServiceClient_1 = require("../ElasticsearchServiceClient");
7
- exports.paginateListPackagesForDomain = (0, core_1.createPaginator)(ElasticsearchServiceClient_1.ElasticsearchServiceClient, ListPackagesForDomainCommand_1.ListPackagesForDomainCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,16 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./DescribeDomainAutoTunesPaginator"), exports);
5
- tslib_1.__exportStar(require("./DescribeInboundCrossClusterSearchConnectionsPaginator"), exports);
6
- tslib_1.__exportStar(require("./DescribeOutboundCrossClusterSearchConnectionsPaginator"), exports);
7
- tslib_1.__exportStar(require("./DescribePackagesPaginator"), exports);
8
- tslib_1.__exportStar(require("./DescribeReservedElasticsearchInstanceOfferingsPaginator"), exports);
9
- tslib_1.__exportStar(require("./DescribeReservedElasticsearchInstancesPaginator"), exports);
10
- tslib_1.__exportStar(require("./GetPackageVersionHistoryPaginator"), exports);
11
- tslib_1.__exportStar(require("./GetUpgradeHistoryPaginator"), exports);
12
- tslib_1.__exportStar(require("./Interfaces"), exports);
13
- tslib_1.__exportStar(require("./ListDomainsForPackagePaginator"), exports);
14
- tslib_1.__exportStar(require("./ListElasticsearchInstanceTypesPaginator"), exports);
15
- tslib_1.__exportStar(require("./ListElasticsearchVersionsPaginator"), exports);
16
- tslib_1.__exportStar(require("./ListPackagesForDomainPaginator"), exports);
1
+ module.exports = require("../index.js");