@aws-sdk/client-elasticsearch-service 3.933.0 → 3.935.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/dist-cjs/index.js +241 -240
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +240 -0
- package/dist-es/models/errors.js +133 -0
- package/dist-es/models/models_0.js +1 -373
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +496 -0
- package/dist-types/models/errors.d.ts +134 -0
- package/dist-types/models/models_0.d.ts +1 -630
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +291 -0
- package/dist-types/ts3.4/models/errors.d.ts +76 -0
- package/dist-types/ts3.4/models/models_0.d.ts +34 -367
- package/package.json +12 -12
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -117,14 +117,6 @@ let ElasticsearchServiceServiceException$1 = class ElasticsearchServiceServiceEx
|
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
const InboundCrossClusterSearchConnectionStatusCode = {
|
|
121
|
-
APPROVED: "APPROVED",
|
|
122
|
-
DELETED: "DELETED",
|
|
123
|
-
DELETING: "DELETING",
|
|
124
|
-
PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE",
|
|
125
|
-
REJECTED: "REJECTED",
|
|
126
|
-
REJECTING: "REJECTING",
|
|
127
|
-
};
|
|
128
120
|
let DisabledOperationException$1 = class DisabledOperationException extends ElasticsearchServiceServiceException$1 {
|
|
129
121
|
name = "DisabledOperationException";
|
|
130
122
|
$fault = "client";
|
|
@@ -173,11 +165,6 @@ let AccessDeniedException$1 = class AccessDeniedException extends ElasticsearchS
|
|
|
173
165
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
174
166
|
}
|
|
175
167
|
};
|
|
176
|
-
const OptionState = {
|
|
177
|
-
Active: "Active",
|
|
178
|
-
Processing: "Processing",
|
|
179
|
-
RequiresIndexDocuments: "RequiresIndexDocuments",
|
|
180
|
-
};
|
|
181
168
|
let BaseException$1 = class BaseException extends ElasticsearchServiceServiceException$1 {
|
|
182
169
|
name = "BaseException";
|
|
183
170
|
$fault = "client";
|
|
@@ -214,16 +201,6 @@ let ValidationException$1 = class ValidationException extends ElasticsearchServi
|
|
|
214
201
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
215
202
|
}
|
|
216
203
|
};
|
|
217
|
-
const DomainPackageStatus = {
|
|
218
|
-
ACTIVE: "ACTIVE",
|
|
219
|
-
ASSOCIATING: "ASSOCIATING",
|
|
220
|
-
ASSOCIATION_FAILED: "ASSOCIATION_FAILED",
|
|
221
|
-
DISSOCIATING: "DISSOCIATING",
|
|
222
|
-
DISSOCIATION_FAILED: "DISSOCIATION_FAILED",
|
|
223
|
-
};
|
|
224
|
-
const PackageType = {
|
|
225
|
-
TXT_DICTIONARY: "TXT-DICTIONARY",
|
|
226
|
-
};
|
|
227
204
|
let ConflictException$1 = class ConflictException extends ElasticsearchServiceServiceException$1 {
|
|
228
205
|
name = "ConflictException";
|
|
229
206
|
$fault = "client";
|
|
@@ -236,143 +213,6 @@ let ConflictException$1 = class ConflictException extends ElasticsearchServiceSe
|
|
|
236
213
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
237
214
|
}
|
|
238
215
|
};
|
|
239
|
-
const PrincipalType = {
|
|
240
|
-
AWS_ACCOUNT: "AWS_ACCOUNT",
|
|
241
|
-
AWS_SERVICE: "AWS_SERVICE",
|
|
242
|
-
};
|
|
243
|
-
const DeploymentStatus = {
|
|
244
|
-
COMPLETED: "COMPLETED",
|
|
245
|
-
ELIGIBLE: "ELIGIBLE",
|
|
246
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
247
|
-
NOT_ELIGIBLE: "NOT_ELIGIBLE",
|
|
248
|
-
PENDING_UPDATE: "PENDING_UPDATE",
|
|
249
|
-
};
|
|
250
|
-
const AutoTuneDesiredState = {
|
|
251
|
-
DISABLED: "DISABLED",
|
|
252
|
-
ENABLED: "ENABLED",
|
|
253
|
-
};
|
|
254
|
-
const TimeUnit = {
|
|
255
|
-
HOURS: "HOURS",
|
|
256
|
-
};
|
|
257
|
-
const TLSSecurityPolicy = {
|
|
258
|
-
POLICY_MIN_TLS_1_0_2019_07: "Policy-Min-TLS-1-0-2019-07",
|
|
259
|
-
POLICY_MIN_TLS_1_2_2019_07: "Policy-Min-TLS-1-2-2019-07",
|
|
260
|
-
POLICY_MIN_TLS_1_2_PFS_2023_10: "Policy-Min-TLS-1-2-PFS-2023-10",
|
|
261
|
-
};
|
|
262
|
-
const VolumeType = {
|
|
263
|
-
gp2: "gp2",
|
|
264
|
-
gp3: "gp3",
|
|
265
|
-
io1: "io1",
|
|
266
|
-
standard: "standard",
|
|
267
|
-
};
|
|
268
|
-
const ESPartitionInstanceType = {
|
|
269
|
-
c4_2xlarge_elasticsearch: "c4.2xlarge.elasticsearch",
|
|
270
|
-
c4_4xlarge_elasticsearch: "c4.4xlarge.elasticsearch",
|
|
271
|
-
c4_8xlarge_elasticsearch: "c4.8xlarge.elasticsearch",
|
|
272
|
-
c4_large_elasticsearch: "c4.large.elasticsearch",
|
|
273
|
-
c4_xlarge_elasticsearch: "c4.xlarge.elasticsearch",
|
|
274
|
-
c5_18xlarge_elasticsearch: "c5.18xlarge.elasticsearch",
|
|
275
|
-
c5_2xlarge_elasticsearch: "c5.2xlarge.elasticsearch",
|
|
276
|
-
c5_4xlarge_elasticsearch: "c5.4xlarge.elasticsearch",
|
|
277
|
-
c5_9xlarge_elasticsearch: "c5.9xlarge.elasticsearch",
|
|
278
|
-
c5_large_elasticsearch: "c5.large.elasticsearch",
|
|
279
|
-
c5_xlarge_elasticsearch: "c5.xlarge.elasticsearch",
|
|
280
|
-
d2_2xlarge_elasticsearch: "d2.2xlarge.elasticsearch",
|
|
281
|
-
d2_4xlarge_elasticsearch: "d2.4xlarge.elasticsearch",
|
|
282
|
-
d2_8xlarge_elasticsearch: "d2.8xlarge.elasticsearch",
|
|
283
|
-
d2_xlarge_elasticsearch: "d2.xlarge.elasticsearch",
|
|
284
|
-
i2_2xlarge_elasticsearch: "i2.2xlarge.elasticsearch",
|
|
285
|
-
i2_xlarge_elasticsearch: "i2.xlarge.elasticsearch",
|
|
286
|
-
i3_16xlarge_elasticsearch: "i3.16xlarge.elasticsearch",
|
|
287
|
-
i3_2xlarge_elasticsearch: "i3.2xlarge.elasticsearch",
|
|
288
|
-
i3_4xlarge_elasticsearch: "i3.4xlarge.elasticsearch",
|
|
289
|
-
i3_8xlarge_elasticsearch: "i3.8xlarge.elasticsearch",
|
|
290
|
-
i3_large_elasticsearch: "i3.large.elasticsearch",
|
|
291
|
-
i3_xlarge_elasticsearch: "i3.xlarge.elasticsearch",
|
|
292
|
-
m3_2xlarge_elasticsearch: "m3.2xlarge.elasticsearch",
|
|
293
|
-
m3_large_elasticsearch: "m3.large.elasticsearch",
|
|
294
|
-
m3_medium_elasticsearch: "m3.medium.elasticsearch",
|
|
295
|
-
m3_xlarge_elasticsearch: "m3.xlarge.elasticsearch",
|
|
296
|
-
m4_10xlarge_elasticsearch: "m4.10xlarge.elasticsearch",
|
|
297
|
-
m4_2xlarge_elasticsearch: "m4.2xlarge.elasticsearch",
|
|
298
|
-
m4_4xlarge_elasticsearch: "m4.4xlarge.elasticsearch",
|
|
299
|
-
m4_large_elasticsearch: "m4.large.elasticsearch",
|
|
300
|
-
m4_xlarge_elasticsearch: "m4.xlarge.elasticsearch",
|
|
301
|
-
m5_12xlarge_elasticsearch: "m5.12xlarge.elasticsearch",
|
|
302
|
-
m5_2xlarge_elasticsearch: "m5.2xlarge.elasticsearch",
|
|
303
|
-
m5_4xlarge_elasticsearch: "m5.4xlarge.elasticsearch",
|
|
304
|
-
m5_large_elasticsearch: "m5.large.elasticsearch",
|
|
305
|
-
m5_xlarge_elasticsearch: "m5.xlarge.elasticsearch",
|
|
306
|
-
r3_2xlarge_elasticsearch: "r3.2xlarge.elasticsearch",
|
|
307
|
-
r3_4xlarge_elasticsearch: "r3.4xlarge.elasticsearch",
|
|
308
|
-
r3_8xlarge_elasticsearch: "r3.8xlarge.elasticsearch",
|
|
309
|
-
r3_large_elasticsearch: "r3.large.elasticsearch",
|
|
310
|
-
r3_xlarge_elasticsearch: "r3.xlarge.elasticsearch",
|
|
311
|
-
r4_16xlarge_elasticsearch: "r4.16xlarge.elasticsearch",
|
|
312
|
-
r4_2xlarge_elasticsearch: "r4.2xlarge.elasticsearch",
|
|
313
|
-
r4_4xlarge_elasticsearch: "r4.4xlarge.elasticsearch",
|
|
314
|
-
r4_8xlarge_elasticsearch: "r4.8xlarge.elasticsearch",
|
|
315
|
-
r4_large_elasticsearch: "r4.large.elasticsearch",
|
|
316
|
-
r4_xlarge_elasticsearch: "r4.xlarge.elasticsearch",
|
|
317
|
-
r5_12xlarge_elasticsearch: "r5.12xlarge.elasticsearch",
|
|
318
|
-
r5_2xlarge_elasticsearch: "r5.2xlarge.elasticsearch",
|
|
319
|
-
r5_4xlarge_elasticsearch: "r5.4xlarge.elasticsearch",
|
|
320
|
-
r5_large_elasticsearch: "r5.large.elasticsearch",
|
|
321
|
-
r5_xlarge_elasticsearch: "r5.xlarge.elasticsearch",
|
|
322
|
-
t2_medium_elasticsearch: "t2.medium.elasticsearch",
|
|
323
|
-
t2_micro_elasticsearch: "t2.micro.elasticsearch",
|
|
324
|
-
t2_small_elasticsearch: "t2.small.elasticsearch",
|
|
325
|
-
ultrawarm1_large_elasticsearch: "ultrawarm1.large.elasticsearch",
|
|
326
|
-
ultrawarm1_medium_elasticsearch: "ultrawarm1.medium.elasticsearch",
|
|
327
|
-
};
|
|
328
|
-
const ESWarmPartitionInstanceType = {
|
|
329
|
-
ultrawarm1_large_elasticsearch: "ultrawarm1.large.elasticsearch",
|
|
330
|
-
ultrawarm1_medium_elasticsearch: "ultrawarm1.medium.elasticsearch",
|
|
331
|
-
};
|
|
332
|
-
const LogType = {
|
|
333
|
-
AUDIT_LOGS: "AUDIT_LOGS",
|
|
334
|
-
ES_APPLICATION_LOGS: "ES_APPLICATION_LOGS",
|
|
335
|
-
INDEX_SLOW_LOGS: "INDEX_SLOW_LOGS",
|
|
336
|
-
SEARCH_SLOW_LOGS: "SEARCH_SLOW_LOGS",
|
|
337
|
-
};
|
|
338
|
-
const AutoTuneState = {
|
|
339
|
-
DISABLED: "DISABLED",
|
|
340
|
-
DISABLED_AND_ROLLBACK_COMPLETE: "DISABLED_AND_ROLLBACK_COMPLETE",
|
|
341
|
-
DISABLED_AND_ROLLBACK_ERROR: "DISABLED_AND_ROLLBACK_ERROR",
|
|
342
|
-
DISABLED_AND_ROLLBACK_IN_PROGRESS: "DISABLED_AND_ROLLBACK_IN_PROGRESS",
|
|
343
|
-
DISABLED_AND_ROLLBACK_SCHEDULED: "DISABLED_AND_ROLLBACK_SCHEDULED",
|
|
344
|
-
DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS",
|
|
345
|
-
ENABLED: "ENABLED",
|
|
346
|
-
ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS",
|
|
347
|
-
ERROR: "ERROR",
|
|
348
|
-
};
|
|
349
|
-
const ConfigChangeStatus = {
|
|
350
|
-
APPLYING_CHANGES: "ApplyingChanges",
|
|
351
|
-
CANCELLED: "Cancelled",
|
|
352
|
-
COMPLETED: "Completed",
|
|
353
|
-
INITIALIZING: "Initializing",
|
|
354
|
-
PENDING: "Pending",
|
|
355
|
-
PENDING_USER_INPUT: "PendingUserInput",
|
|
356
|
-
VALIDATING: "Validating",
|
|
357
|
-
VALIDATION_FAILED: "ValidationFailed",
|
|
358
|
-
};
|
|
359
|
-
const InitiatedBy = {
|
|
360
|
-
CUSTOMER: "CUSTOMER",
|
|
361
|
-
SERVICE: "SERVICE",
|
|
362
|
-
};
|
|
363
|
-
const DomainProcessingStatusType = {
|
|
364
|
-
ACTIVE: "Active",
|
|
365
|
-
CREATING: "Creating",
|
|
366
|
-
DELETING: "Deleting",
|
|
367
|
-
ISOLATED: "Isolated",
|
|
368
|
-
MODIFYING: "Modifying",
|
|
369
|
-
UPDATING: "UpdatingServiceSoftware",
|
|
370
|
-
UPGRADING: "UpgradingEngineVersion",
|
|
371
|
-
};
|
|
372
|
-
const PropertyValueType = {
|
|
373
|
-
PLAIN_TEXT: "PLAIN_TEXT",
|
|
374
|
-
STRINGIFIED_JSON: "STRINGIFIED_JSON",
|
|
375
|
-
};
|
|
376
216
|
let InvalidTypeException$1 = class InvalidTypeException extends ElasticsearchServiceServiceException$1 {
|
|
377
217
|
name = "InvalidTypeException";
|
|
378
218
|
$fault = "client";
|
|
@@ -397,57 +237,6 @@ let ResourceAlreadyExistsException$1 = class ResourceAlreadyExistsException exte
|
|
|
397
237
|
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
398
238
|
}
|
|
399
239
|
};
|
|
400
|
-
const OutboundCrossClusterSearchConnectionStatusCode = {
|
|
401
|
-
ACTIVE: "ACTIVE",
|
|
402
|
-
DELETED: "DELETED",
|
|
403
|
-
DELETING: "DELETING",
|
|
404
|
-
PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE",
|
|
405
|
-
PROVISIONING: "PROVISIONING",
|
|
406
|
-
REJECTED: "REJECTED",
|
|
407
|
-
VALIDATING: "VALIDATING",
|
|
408
|
-
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
409
|
-
};
|
|
410
|
-
const PackageStatus = {
|
|
411
|
-
AVAILABLE: "AVAILABLE",
|
|
412
|
-
COPYING: "COPYING",
|
|
413
|
-
COPY_FAILED: "COPY_FAILED",
|
|
414
|
-
DELETED: "DELETED",
|
|
415
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
416
|
-
DELETING: "DELETING",
|
|
417
|
-
VALIDATING: "VALIDATING",
|
|
418
|
-
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
419
|
-
};
|
|
420
|
-
const VpcEndpointStatus = {
|
|
421
|
-
ACTIVE: "ACTIVE",
|
|
422
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
423
|
-
CREATING: "CREATING",
|
|
424
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
425
|
-
DELETING: "DELETING",
|
|
426
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
427
|
-
UPDATING: "UPDATING",
|
|
428
|
-
};
|
|
429
|
-
const ScheduledAutoTuneActionType = {
|
|
430
|
-
JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING",
|
|
431
|
-
JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING",
|
|
432
|
-
};
|
|
433
|
-
const ScheduledAutoTuneSeverityType = {
|
|
434
|
-
HIGH: "HIGH",
|
|
435
|
-
LOW: "LOW",
|
|
436
|
-
MEDIUM: "MEDIUM",
|
|
437
|
-
};
|
|
438
|
-
const AutoTuneType = {
|
|
439
|
-
SCHEDULED_ACTION: "SCHEDULED_ACTION",
|
|
440
|
-
};
|
|
441
|
-
const OverallChangeStatus = {
|
|
442
|
-
COMPLETED: "COMPLETED",
|
|
443
|
-
FAILED: "FAILED",
|
|
444
|
-
PENDING: "PENDING",
|
|
445
|
-
PROCESSING: "PROCESSING",
|
|
446
|
-
};
|
|
447
|
-
const RollbackOnDisable = {
|
|
448
|
-
DEFAULT_ROLLBACK: "DEFAULT_ROLLBACK",
|
|
449
|
-
NO_ROLLBACK: "NO_ROLLBACK",
|
|
450
|
-
};
|
|
451
240
|
let InvalidPaginationTokenException$1 = class InvalidPaginationTokenException extends ElasticsearchServiceServiceException$1 {
|
|
452
241
|
name = "InvalidPaginationTokenException";
|
|
453
242
|
$fault = "client";
|
|
@@ -460,35 +249,6 @@ let InvalidPaginationTokenException$1 = class InvalidPaginationTokenException ex
|
|
|
460
249
|
Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
|
|
461
250
|
}
|
|
462
251
|
};
|
|
463
|
-
const DescribePackagesFilterName = {
|
|
464
|
-
PackageID: "PackageID",
|
|
465
|
-
PackageName: "PackageName",
|
|
466
|
-
PackageStatus: "PackageStatus",
|
|
467
|
-
};
|
|
468
|
-
const ReservedElasticsearchInstancePaymentOption = {
|
|
469
|
-
ALL_UPFRONT: "ALL_UPFRONT",
|
|
470
|
-
NO_UPFRONT: "NO_UPFRONT",
|
|
471
|
-
PARTIAL_UPFRONT: "PARTIAL_UPFRONT",
|
|
472
|
-
};
|
|
473
|
-
const VpcEndpointErrorCode = {
|
|
474
|
-
ENDPOINT_NOT_FOUND: "ENDPOINT_NOT_FOUND",
|
|
475
|
-
SERVER_ERROR: "SERVER_ERROR",
|
|
476
|
-
};
|
|
477
|
-
const UpgradeStep = {
|
|
478
|
-
PRE_UPGRADE_CHECK: "PRE_UPGRADE_CHECK",
|
|
479
|
-
SNAPSHOT: "SNAPSHOT",
|
|
480
|
-
UPGRADE: "UPGRADE",
|
|
481
|
-
};
|
|
482
|
-
const UpgradeStatus = {
|
|
483
|
-
FAILED: "FAILED",
|
|
484
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
485
|
-
SUCCEEDED: "SUCCEEDED",
|
|
486
|
-
SUCCEEDED_WITH_ISSUES: "SUCCEEDED_WITH_ISSUES",
|
|
487
|
-
};
|
|
488
|
-
const EngineType = {
|
|
489
|
-
Elasticsearch: "Elasticsearch",
|
|
490
|
-
OpenSearch: "OpenSearch",
|
|
491
|
-
};
|
|
492
252
|
|
|
493
253
|
const _A = "Account";
|
|
494
254
|
const _AADD = "AnonymousAuthDisableDate";
|
|
@@ -3601,6 +3361,247 @@ const paginateListElasticsearchVersions = core.createPaginator(ElasticsearchServ
|
|
|
3601
3361
|
|
|
3602
3362
|
const paginateListPackagesForDomain = core.createPaginator(ElasticsearchServiceClient, ListPackagesForDomainCommand, "NextToken", "NextToken", "MaxResults");
|
|
3603
3363
|
|
|
3364
|
+
const InboundCrossClusterSearchConnectionStatusCode = {
|
|
3365
|
+
APPROVED: "APPROVED",
|
|
3366
|
+
DELETED: "DELETED",
|
|
3367
|
+
DELETING: "DELETING",
|
|
3368
|
+
PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE",
|
|
3369
|
+
REJECTED: "REJECTED",
|
|
3370
|
+
REJECTING: "REJECTING",
|
|
3371
|
+
};
|
|
3372
|
+
const OptionState = {
|
|
3373
|
+
Active: "Active",
|
|
3374
|
+
Processing: "Processing",
|
|
3375
|
+
RequiresIndexDocuments: "RequiresIndexDocuments",
|
|
3376
|
+
};
|
|
3377
|
+
const DomainPackageStatus = {
|
|
3378
|
+
ACTIVE: "ACTIVE",
|
|
3379
|
+
ASSOCIATING: "ASSOCIATING",
|
|
3380
|
+
ASSOCIATION_FAILED: "ASSOCIATION_FAILED",
|
|
3381
|
+
DISSOCIATING: "DISSOCIATING",
|
|
3382
|
+
DISSOCIATION_FAILED: "DISSOCIATION_FAILED",
|
|
3383
|
+
};
|
|
3384
|
+
const PackageType = {
|
|
3385
|
+
TXT_DICTIONARY: "TXT-DICTIONARY",
|
|
3386
|
+
};
|
|
3387
|
+
const PrincipalType = {
|
|
3388
|
+
AWS_ACCOUNT: "AWS_ACCOUNT",
|
|
3389
|
+
AWS_SERVICE: "AWS_SERVICE",
|
|
3390
|
+
};
|
|
3391
|
+
const DeploymentStatus = {
|
|
3392
|
+
COMPLETED: "COMPLETED",
|
|
3393
|
+
ELIGIBLE: "ELIGIBLE",
|
|
3394
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
3395
|
+
NOT_ELIGIBLE: "NOT_ELIGIBLE",
|
|
3396
|
+
PENDING_UPDATE: "PENDING_UPDATE",
|
|
3397
|
+
};
|
|
3398
|
+
const AutoTuneDesiredState = {
|
|
3399
|
+
DISABLED: "DISABLED",
|
|
3400
|
+
ENABLED: "ENABLED",
|
|
3401
|
+
};
|
|
3402
|
+
const TimeUnit = {
|
|
3403
|
+
HOURS: "HOURS",
|
|
3404
|
+
};
|
|
3405
|
+
const TLSSecurityPolicy = {
|
|
3406
|
+
POLICY_MIN_TLS_1_0_2019_07: "Policy-Min-TLS-1-0-2019-07",
|
|
3407
|
+
POLICY_MIN_TLS_1_2_2019_07: "Policy-Min-TLS-1-2-2019-07",
|
|
3408
|
+
POLICY_MIN_TLS_1_2_PFS_2023_10: "Policy-Min-TLS-1-2-PFS-2023-10",
|
|
3409
|
+
};
|
|
3410
|
+
const VolumeType = {
|
|
3411
|
+
gp2: "gp2",
|
|
3412
|
+
gp3: "gp3",
|
|
3413
|
+
io1: "io1",
|
|
3414
|
+
standard: "standard",
|
|
3415
|
+
};
|
|
3416
|
+
const ESPartitionInstanceType = {
|
|
3417
|
+
c4_2xlarge_elasticsearch: "c4.2xlarge.elasticsearch",
|
|
3418
|
+
c4_4xlarge_elasticsearch: "c4.4xlarge.elasticsearch",
|
|
3419
|
+
c4_8xlarge_elasticsearch: "c4.8xlarge.elasticsearch",
|
|
3420
|
+
c4_large_elasticsearch: "c4.large.elasticsearch",
|
|
3421
|
+
c4_xlarge_elasticsearch: "c4.xlarge.elasticsearch",
|
|
3422
|
+
c5_18xlarge_elasticsearch: "c5.18xlarge.elasticsearch",
|
|
3423
|
+
c5_2xlarge_elasticsearch: "c5.2xlarge.elasticsearch",
|
|
3424
|
+
c5_4xlarge_elasticsearch: "c5.4xlarge.elasticsearch",
|
|
3425
|
+
c5_9xlarge_elasticsearch: "c5.9xlarge.elasticsearch",
|
|
3426
|
+
c5_large_elasticsearch: "c5.large.elasticsearch",
|
|
3427
|
+
c5_xlarge_elasticsearch: "c5.xlarge.elasticsearch",
|
|
3428
|
+
d2_2xlarge_elasticsearch: "d2.2xlarge.elasticsearch",
|
|
3429
|
+
d2_4xlarge_elasticsearch: "d2.4xlarge.elasticsearch",
|
|
3430
|
+
d2_8xlarge_elasticsearch: "d2.8xlarge.elasticsearch",
|
|
3431
|
+
d2_xlarge_elasticsearch: "d2.xlarge.elasticsearch",
|
|
3432
|
+
i2_2xlarge_elasticsearch: "i2.2xlarge.elasticsearch",
|
|
3433
|
+
i2_xlarge_elasticsearch: "i2.xlarge.elasticsearch",
|
|
3434
|
+
i3_16xlarge_elasticsearch: "i3.16xlarge.elasticsearch",
|
|
3435
|
+
i3_2xlarge_elasticsearch: "i3.2xlarge.elasticsearch",
|
|
3436
|
+
i3_4xlarge_elasticsearch: "i3.4xlarge.elasticsearch",
|
|
3437
|
+
i3_8xlarge_elasticsearch: "i3.8xlarge.elasticsearch",
|
|
3438
|
+
i3_large_elasticsearch: "i3.large.elasticsearch",
|
|
3439
|
+
i3_xlarge_elasticsearch: "i3.xlarge.elasticsearch",
|
|
3440
|
+
m3_2xlarge_elasticsearch: "m3.2xlarge.elasticsearch",
|
|
3441
|
+
m3_large_elasticsearch: "m3.large.elasticsearch",
|
|
3442
|
+
m3_medium_elasticsearch: "m3.medium.elasticsearch",
|
|
3443
|
+
m3_xlarge_elasticsearch: "m3.xlarge.elasticsearch",
|
|
3444
|
+
m4_10xlarge_elasticsearch: "m4.10xlarge.elasticsearch",
|
|
3445
|
+
m4_2xlarge_elasticsearch: "m4.2xlarge.elasticsearch",
|
|
3446
|
+
m4_4xlarge_elasticsearch: "m4.4xlarge.elasticsearch",
|
|
3447
|
+
m4_large_elasticsearch: "m4.large.elasticsearch",
|
|
3448
|
+
m4_xlarge_elasticsearch: "m4.xlarge.elasticsearch",
|
|
3449
|
+
m5_12xlarge_elasticsearch: "m5.12xlarge.elasticsearch",
|
|
3450
|
+
m5_2xlarge_elasticsearch: "m5.2xlarge.elasticsearch",
|
|
3451
|
+
m5_4xlarge_elasticsearch: "m5.4xlarge.elasticsearch",
|
|
3452
|
+
m5_large_elasticsearch: "m5.large.elasticsearch",
|
|
3453
|
+
m5_xlarge_elasticsearch: "m5.xlarge.elasticsearch",
|
|
3454
|
+
r3_2xlarge_elasticsearch: "r3.2xlarge.elasticsearch",
|
|
3455
|
+
r3_4xlarge_elasticsearch: "r3.4xlarge.elasticsearch",
|
|
3456
|
+
r3_8xlarge_elasticsearch: "r3.8xlarge.elasticsearch",
|
|
3457
|
+
r3_large_elasticsearch: "r3.large.elasticsearch",
|
|
3458
|
+
r3_xlarge_elasticsearch: "r3.xlarge.elasticsearch",
|
|
3459
|
+
r4_16xlarge_elasticsearch: "r4.16xlarge.elasticsearch",
|
|
3460
|
+
r4_2xlarge_elasticsearch: "r4.2xlarge.elasticsearch",
|
|
3461
|
+
r4_4xlarge_elasticsearch: "r4.4xlarge.elasticsearch",
|
|
3462
|
+
r4_8xlarge_elasticsearch: "r4.8xlarge.elasticsearch",
|
|
3463
|
+
r4_large_elasticsearch: "r4.large.elasticsearch",
|
|
3464
|
+
r4_xlarge_elasticsearch: "r4.xlarge.elasticsearch",
|
|
3465
|
+
r5_12xlarge_elasticsearch: "r5.12xlarge.elasticsearch",
|
|
3466
|
+
r5_2xlarge_elasticsearch: "r5.2xlarge.elasticsearch",
|
|
3467
|
+
r5_4xlarge_elasticsearch: "r5.4xlarge.elasticsearch",
|
|
3468
|
+
r5_large_elasticsearch: "r5.large.elasticsearch",
|
|
3469
|
+
r5_xlarge_elasticsearch: "r5.xlarge.elasticsearch",
|
|
3470
|
+
t2_medium_elasticsearch: "t2.medium.elasticsearch",
|
|
3471
|
+
t2_micro_elasticsearch: "t2.micro.elasticsearch",
|
|
3472
|
+
t2_small_elasticsearch: "t2.small.elasticsearch",
|
|
3473
|
+
ultrawarm1_large_elasticsearch: "ultrawarm1.large.elasticsearch",
|
|
3474
|
+
ultrawarm1_medium_elasticsearch: "ultrawarm1.medium.elasticsearch",
|
|
3475
|
+
};
|
|
3476
|
+
const ESWarmPartitionInstanceType = {
|
|
3477
|
+
ultrawarm1_large_elasticsearch: "ultrawarm1.large.elasticsearch",
|
|
3478
|
+
ultrawarm1_medium_elasticsearch: "ultrawarm1.medium.elasticsearch",
|
|
3479
|
+
};
|
|
3480
|
+
const LogType = {
|
|
3481
|
+
AUDIT_LOGS: "AUDIT_LOGS",
|
|
3482
|
+
ES_APPLICATION_LOGS: "ES_APPLICATION_LOGS",
|
|
3483
|
+
INDEX_SLOW_LOGS: "INDEX_SLOW_LOGS",
|
|
3484
|
+
SEARCH_SLOW_LOGS: "SEARCH_SLOW_LOGS",
|
|
3485
|
+
};
|
|
3486
|
+
const AutoTuneState = {
|
|
3487
|
+
DISABLED: "DISABLED",
|
|
3488
|
+
DISABLED_AND_ROLLBACK_COMPLETE: "DISABLED_AND_ROLLBACK_COMPLETE",
|
|
3489
|
+
DISABLED_AND_ROLLBACK_ERROR: "DISABLED_AND_ROLLBACK_ERROR",
|
|
3490
|
+
DISABLED_AND_ROLLBACK_IN_PROGRESS: "DISABLED_AND_ROLLBACK_IN_PROGRESS",
|
|
3491
|
+
DISABLED_AND_ROLLBACK_SCHEDULED: "DISABLED_AND_ROLLBACK_SCHEDULED",
|
|
3492
|
+
DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS",
|
|
3493
|
+
ENABLED: "ENABLED",
|
|
3494
|
+
ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS",
|
|
3495
|
+
ERROR: "ERROR",
|
|
3496
|
+
};
|
|
3497
|
+
const ConfigChangeStatus = {
|
|
3498
|
+
APPLYING_CHANGES: "ApplyingChanges",
|
|
3499
|
+
CANCELLED: "Cancelled",
|
|
3500
|
+
COMPLETED: "Completed",
|
|
3501
|
+
INITIALIZING: "Initializing",
|
|
3502
|
+
PENDING: "Pending",
|
|
3503
|
+
PENDING_USER_INPUT: "PendingUserInput",
|
|
3504
|
+
VALIDATING: "Validating",
|
|
3505
|
+
VALIDATION_FAILED: "ValidationFailed",
|
|
3506
|
+
};
|
|
3507
|
+
const InitiatedBy = {
|
|
3508
|
+
CUSTOMER: "CUSTOMER",
|
|
3509
|
+
SERVICE: "SERVICE",
|
|
3510
|
+
};
|
|
3511
|
+
const DomainProcessingStatusType = {
|
|
3512
|
+
ACTIVE: "Active",
|
|
3513
|
+
CREATING: "Creating",
|
|
3514
|
+
DELETING: "Deleting",
|
|
3515
|
+
ISOLATED: "Isolated",
|
|
3516
|
+
MODIFYING: "Modifying",
|
|
3517
|
+
UPDATING: "UpdatingServiceSoftware",
|
|
3518
|
+
UPGRADING: "UpgradingEngineVersion",
|
|
3519
|
+
};
|
|
3520
|
+
const PropertyValueType = {
|
|
3521
|
+
PLAIN_TEXT: "PLAIN_TEXT",
|
|
3522
|
+
STRINGIFIED_JSON: "STRINGIFIED_JSON",
|
|
3523
|
+
};
|
|
3524
|
+
const OutboundCrossClusterSearchConnectionStatusCode = {
|
|
3525
|
+
ACTIVE: "ACTIVE",
|
|
3526
|
+
DELETED: "DELETED",
|
|
3527
|
+
DELETING: "DELETING",
|
|
3528
|
+
PENDING_ACCEPTANCE: "PENDING_ACCEPTANCE",
|
|
3529
|
+
PROVISIONING: "PROVISIONING",
|
|
3530
|
+
REJECTED: "REJECTED",
|
|
3531
|
+
VALIDATING: "VALIDATING",
|
|
3532
|
+
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
3533
|
+
};
|
|
3534
|
+
const PackageStatus = {
|
|
3535
|
+
AVAILABLE: "AVAILABLE",
|
|
3536
|
+
COPYING: "COPYING",
|
|
3537
|
+
COPY_FAILED: "COPY_FAILED",
|
|
3538
|
+
DELETED: "DELETED",
|
|
3539
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
3540
|
+
DELETING: "DELETING",
|
|
3541
|
+
VALIDATING: "VALIDATING",
|
|
3542
|
+
VALIDATION_FAILED: "VALIDATION_FAILED",
|
|
3543
|
+
};
|
|
3544
|
+
const VpcEndpointStatus = {
|
|
3545
|
+
ACTIVE: "ACTIVE",
|
|
3546
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
3547
|
+
CREATING: "CREATING",
|
|
3548
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
3549
|
+
DELETING: "DELETING",
|
|
3550
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
3551
|
+
UPDATING: "UPDATING",
|
|
3552
|
+
};
|
|
3553
|
+
const ScheduledAutoTuneActionType = {
|
|
3554
|
+
JVM_HEAP_SIZE_TUNING: "JVM_HEAP_SIZE_TUNING",
|
|
3555
|
+
JVM_YOUNG_GEN_TUNING: "JVM_YOUNG_GEN_TUNING",
|
|
3556
|
+
};
|
|
3557
|
+
const ScheduledAutoTuneSeverityType = {
|
|
3558
|
+
HIGH: "HIGH",
|
|
3559
|
+
LOW: "LOW",
|
|
3560
|
+
MEDIUM: "MEDIUM",
|
|
3561
|
+
};
|
|
3562
|
+
const AutoTuneType = {
|
|
3563
|
+
SCHEDULED_ACTION: "SCHEDULED_ACTION",
|
|
3564
|
+
};
|
|
3565
|
+
const OverallChangeStatus = {
|
|
3566
|
+
COMPLETED: "COMPLETED",
|
|
3567
|
+
FAILED: "FAILED",
|
|
3568
|
+
PENDING: "PENDING",
|
|
3569
|
+
PROCESSING: "PROCESSING",
|
|
3570
|
+
};
|
|
3571
|
+
const RollbackOnDisable = {
|
|
3572
|
+
DEFAULT_ROLLBACK: "DEFAULT_ROLLBACK",
|
|
3573
|
+
NO_ROLLBACK: "NO_ROLLBACK",
|
|
3574
|
+
};
|
|
3575
|
+
const DescribePackagesFilterName = {
|
|
3576
|
+
PackageID: "PackageID",
|
|
3577
|
+
PackageName: "PackageName",
|
|
3578
|
+
PackageStatus: "PackageStatus",
|
|
3579
|
+
};
|
|
3580
|
+
const ReservedElasticsearchInstancePaymentOption = {
|
|
3581
|
+
ALL_UPFRONT: "ALL_UPFRONT",
|
|
3582
|
+
NO_UPFRONT: "NO_UPFRONT",
|
|
3583
|
+
PARTIAL_UPFRONT: "PARTIAL_UPFRONT",
|
|
3584
|
+
};
|
|
3585
|
+
const VpcEndpointErrorCode = {
|
|
3586
|
+
ENDPOINT_NOT_FOUND: "ENDPOINT_NOT_FOUND",
|
|
3587
|
+
SERVER_ERROR: "SERVER_ERROR",
|
|
3588
|
+
};
|
|
3589
|
+
const UpgradeStep = {
|
|
3590
|
+
PRE_UPGRADE_CHECK: "PRE_UPGRADE_CHECK",
|
|
3591
|
+
SNAPSHOT: "SNAPSHOT",
|
|
3592
|
+
UPGRADE: "UPGRADE",
|
|
3593
|
+
};
|
|
3594
|
+
const UpgradeStatus = {
|
|
3595
|
+
FAILED: "FAILED",
|
|
3596
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
3597
|
+
SUCCEEDED: "SUCCEEDED",
|
|
3598
|
+
SUCCEEDED_WITH_ISSUES: "SUCCEEDED_WITH_ISSUES",
|
|
3599
|
+
};
|
|
3600
|
+
const EngineType = {
|
|
3601
|
+
Elasticsearch: "Elasticsearch",
|
|
3602
|
+
OpenSearch: "OpenSearch",
|
|
3603
|
+
};
|
|
3604
|
+
|
|
3604
3605
|
Object.defineProperty(exports, "$Command", {
|
|
3605
3606
|
enumerable: true,
|
|
3606
3607
|
get: function () { return smithyClient.Command; }
|
package/dist-es/index.js
CHANGED
|
@@ -2,5 +2,6 @@ export * from "./ElasticsearchServiceClient";
|
|
|
2
2
|
export * from "./ElasticsearchService";
|
|
3
3
|
export * from "./commands";
|
|
4
4
|
export * from "./pagination";
|
|
5
|
-
export * from "./models";
|
|
5
|
+
export * from "./models/enums";
|
|
6
|
+
export * from "./models/errors";
|
|
6
7
|
export { ElasticsearchServiceServiceException } from "./models/ElasticsearchServiceServiceException";
|