@aws-sdk/client-elasticsearch-service 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/ElasticsearchService.d.ts +832 -210
- package/dist-types/ts3.4/ElasticsearchServiceClient.d.ts +376 -114
- package/dist-types/ts3.4/commands/AcceptInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CancelElasticsearchServiceSoftwareUpdateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateOutboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteElasticsearchServiceRoleCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/DeleteInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteOutboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchDomainsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeElasticsearchInstanceTypeLimitsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInboundCrossClusterSearchConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.d.ts +43 -17
- package/dist-types/ts3.4/commands/DescribeReservedElasticsearchInstancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetCompatibleElasticsearchVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListElasticsearchInstanceTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListElasticsearchVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RejectInboundCrossClusterSearchConnectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartElasticsearchServiceSoftwareUpdateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateElasticsearchDomainConfigCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpgradeElasticsearchDomainCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +41 -41
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ElasticsearchServiceServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2065 -1822
- package/dist-types/ts3.4/pagination/DescribeDomainAutoTunesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOutboundCrossClusterSearchConnectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstanceOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedElasticsearchInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetPackageVersionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUpgradeHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDomainsForPackagePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListElasticsearchInstanceTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListElasticsearchVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPackagesForDomainPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,1822 +1,2065 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ElasticsearchServiceServiceException as __BaseException } from "./ElasticsearchServiceServiceException";
|
|
3
|
-
|
|
4
|
-
export interface AcceptInboundCrossClusterSearchConnectionRequest {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
export interface MasterUserOptions {
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
export interface ErrorDetails {
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
}
|
|
234
|
-
export declare type PackageType = "TXT-DICTIONARY";
|
|
235
|
-
|
|
236
|
-
export interface DomainPackageDetails {
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
}
|
|
297
|
-
export declare enum AutoTuneDesiredState {
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
}
|
|
301
|
-
export declare enum TimeUnit {
|
|
302
|
-
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
export interface Duration {
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
export interface
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
export
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
export interface
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
export
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
export
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
export
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
export interface
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
}
|
|
910
|
-
|
|
911
|
-
export interface
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
export interface
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
}
|
|
1112
|
-
export declare type ReservedElasticsearchInstancePaymentOption =
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
export interface DescribeReservedElasticsearchInstancesRequest {
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
}
|
|
1198
|
-
|
|
1199
|
-
export interface
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
}
|
|
1208
|
-
|
|
1209
|
-
export interface
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
export interface
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
|
-
export interface
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
export interface
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
}
|
|
1375
|
-
|
|
1376
|
-
export interface
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
}
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ElasticsearchServiceServiceException as __BaseException } from "./ElasticsearchServiceServiceException";
|
|
3
|
+
|
|
4
|
+
export interface AcceptInboundCrossClusterSearchConnectionRequest {
|
|
5
|
+
CrossClusterSearchConnectionId: string | undefined;
|
|
6
|
+
}
|
|
7
|
+
export declare enum InboundCrossClusterSearchConnectionStatusCode {
|
|
8
|
+
APPROVED = "APPROVED",
|
|
9
|
+
DELETED = "DELETED",
|
|
10
|
+
DELETING = "DELETING",
|
|
11
|
+
PENDING_ACCEPTANCE = "PENDING_ACCEPTANCE",
|
|
12
|
+
REJECTED = "REJECTED",
|
|
13
|
+
REJECTING = "REJECTING",
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface InboundCrossClusterSearchConnectionStatus {
|
|
17
|
+
StatusCode?: InboundCrossClusterSearchConnectionStatusCode | string;
|
|
18
|
+
|
|
19
|
+
Message?: string;
|
|
20
|
+
}
|
|
21
|
+
export interface DomainInformation {
|
|
22
|
+
OwnerId?: string;
|
|
23
|
+
|
|
24
|
+
DomainName: string | undefined;
|
|
25
|
+
Region?: string;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface InboundCrossClusterSearchConnection {
|
|
29
|
+
SourceDomainInfo?: DomainInformation;
|
|
30
|
+
|
|
31
|
+
DestinationDomainInfo?: DomainInformation;
|
|
32
|
+
|
|
33
|
+
CrossClusterSearchConnectionId?: string;
|
|
34
|
+
|
|
35
|
+
ConnectionStatus?: InboundCrossClusterSearchConnectionStatus;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export interface AcceptInboundCrossClusterSearchConnectionResponse {
|
|
39
|
+
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export declare class DisabledOperationException extends __BaseException {
|
|
43
|
+
readonly name: "DisabledOperationException";
|
|
44
|
+
readonly $fault: "client";
|
|
45
|
+
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<DisabledOperationException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export declare class LimitExceededException extends __BaseException {
|
|
52
|
+
readonly name: "LimitExceededException";
|
|
53
|
+
readonly $fault: "client";
|
|
54
|
+
|
|
55
|
+
constructor(
|
|
56
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
61
|
+
readonly name: "ResourceNotFoundException";
|
|
62
|
+
readonly $fault: "client";
|
|
63
|
+
|
|
64
|
+
constructor(
|
|
65
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
66
|
+
);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
70
|
+
readonly name: "AccessDeniedException";
|
|
71
|
+
readonly $fault: "client";
|
|
72
|
+
|
|
73
|
+
constructor(
|
|
74
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
export declare type OptionState =
|
|
78
|
+
| "Active"
|
|
79
|
+
| "Processing"
|
|
80
|
+
| "RequiresIndexDocuments";
|
|
81
|
+
|
|
82
|
+
export interface OptionStatus {
|
|
83
|
+
CreationDate: Date | undefined;
|
|
84
|
+
|
|
85
|
+
UpdateDate: Date | undefined;
|
|
86
|
+
|
|
87
|
+
UpdateVersion?: number;
|
|
88
|
+
|
|
89
|
+
State: OptionState | string | undefined;
|
|
90
|
+
|
|
91
|
+
PendingDeletion?: boolean;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export interface AccessPoliciesStatus {
|
|
95
|
+
Options: string | undefined;
|
|
96
|
+
|
|
97
|
+
Status: OptionStatus | undefined;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export interface AdditionalLimit {
|
|
101
|
+
LimitName?: string;
|
|
102
|
+
|
|
103
|
+
LimitValues?: string[];
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export interface Tag {
|
|
107
|
+
Key: string | undefined;
|
|
108
|
+
|
|
109
|
+
Value: string | undefined;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export interface AddTagsRequest {
|
|
113
|
+
ARN: string | undefined;
|
|
114
|
+
|
|
115
|
+
TagList: Tag[] | undefined;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
export declare class BaseException extends __BaseException {
|
|
119
|
+
readonly name: "BaseException";
|
|
120
|
+
readonly $fault: "client";
|
|
121
|
+
|
|
122
|
+
constructor(opts: __ExceptionOptionType<BaseException, __BaseException>);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export declare class InternalException extends __BaseException {
|
|
126
|
+
readonly name: "InternalException";
|
|
127
|
+
readonly $fault: "server";
|
|
128
|
+
|
|
129
|
+
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export declare class ValidationException extends __BaseException {
|
|
133
|
+
readonly name: "ValidationException";
|
|
134
|
+
readonly $fault: "client";
|
|
135
|
+
|
|
136
|
+
constructor(
|
|
137
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
138
|
+
);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
export interface AdvancedOptionsStatus {
|
|
142
|
+
Options: Record<string, string> | undefined;
|
|
143
|
+
|
|
144
|
+
Status: OptionStatus | undefined;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
export interface SAMLIdp {
|
|
148
|
+
MetadataContent: string | undefined;
|
|
149
|
+
|
|
150
|
+
EntityId: string | undefined;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
export interface SAMLOptionsOutput {
|
|
154
|
+
Enabled?: boolean;
|
|
155
|
+
|
|
156
|
+
Idp?: SAMLIdp;
|
|
157
|
+
|
|
158
|
+
SubjectKey?: string;
|
|
159
|
+
|
|
160
|
+
RolesKey?: string;
|
|
161
|
+
|
|
162
|
+
SessionTimeoutMinutes?: number;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
export interface AdvancedSecurityOptions {
|
|
166
|
+
Enabled?: boolean;
|
|
167
|
+
|
|
168
|
+
InternalUserDatabaseEnabled?: boolean;
|
|
169
|
+
|
|
170
|
+
SAMLOptions?: SAMLOptionsOutput;
|
|
171
|
+
|
|
172
|
+
AnonymousAuthDisableDate?: Date;
|
|
173
|
+
|
|
174
|
+
AnonymousAuthEnabled?: boolean;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export interface MasterUserOptions {
|
|
178
|
+
MasterUserARN?: string;
|
|
179
|
+
|
|
180
|
+
MasterUserName?: string;
|
|
181
|
+
|
|
182
|
+
MasterUserPassword?: string;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
export interface SAMLOptionsInput {
|
|
186
|
+
Enabled?: boolean;
|
|
187
|
+
|
|
188
|
+
Idp?: SAMLIdp;
|
|
189
|
+
|
|
190
|
+
MasterUserName?: string;
|
|
191
|
+
|
|
192
|
+
MasterBackendRole?: string;
|
|
193
|
+
|
|
194
|
+
SubjectKey?: string;
|
|
195
|
+
|
|
196
|
+
RolesKey?: string;
|
|
197
|
+
|
|
198
|
+
SessionTimeoutMinutes?: number;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
export interface AdvancedSecurityOptionsInput {
|
|
202
|
+
Enabled?: boolean;
|
|
203
|
+
|
|
204
|
+
InternalUserDatabaseEnabled?: boolean;
|
|
205
|
+
|
|
206
|
+
MasterUserOptions?: MasterUserOptions;
|
|
207
|
+
|
|
208
|
+
SAMLOptions?: SAMLOptionsInput;
|
|
209
|
+
|
|
210
|
+
AnonymousAuthEnabled?: boolean;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export interface AdvancedSecurityOptionsStatus {
|
|
214
|
+
Options: AdvancedSecurityOptions | undefined;
|
|
215
|
+
|
|
216
|
+
Status: OptionStatus | undefined;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface AssociatePackageRequest {
|
|
220
|
+
PackageID: string | undefined;
|
|
221
|
+
|
|
222
|
+
DomainName: string | undefined;
|
|
223
|
+
}
|
|
224
|
+
export declare type DomainPackageStatus =
|
|
225
|
+
| "ACTIVE"
|
|
226
|
+
| "ASSOCIATING"
|
|
227
|
+
| "ASSOCIATION_FAILED"
|
|
228
|
+
| "DISSOCIATING"
|
|
229
|
+
| "DISSOCIATION_FAILED";
|
|
230
|
+
export interface ErrorDetails {
|
|
231
|
+
ErrorType?: string;
|
|
232
|
+
ErrorMessage?: string;
|
|
233
|
+
}
|
|
234
|
+
export declare type PackageType = "TXT-DICTIONARY";
|
|
235
|
+
|
|
236
|
+
export interface DomainPackageDetails {
|
|
237
|
+
PackageID?: string;
|
|
238
|
+
|
|
239
|
+
PackageName?: string;
|
|
240
|
+
|
|
241
|
+
PackageType?: PackageType | string;
|
|
242
|
+
|
|
243
|
+
LastUpdated?: Date;
|
|
244
|
+
|
|
245
|
+
DomainName?: string;
|
|
246
|
+
|
|
247
|
+
DomainPackageStatus?: DomainPackageStatus | string;
|
|
248
|
+
PackageVersion?: string;
|
|
249
|
+
|
|
250
|
+
ReferencePath?: string;
|
|
251
|
+
|
|
252
|
+
ErrorDetails?: ErrorDetails;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
export interface AssociatePackageResponse {
|
|
256
|
+
DomainPackageDetails?: DomainPackageDetails;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export declare class ConflictException extends __BaseException {
|
|
260
|
+
readonly name: "ConflictException";
|
|
261
|
+
readonly $fault: "client";
|
|
262
|
+
|
|
263
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
export interface CancelElasticsearchServiceSoftwareUpdateRequest {
|
|
267
|
+
DomainName: string | undefined;
|
|
268
|
+
}
|
|
269
|
+
export declare type DeploymentStatus =
|
|
270
|
+
| "COMPLETED"
|
|
271
|
+
| "ELIGIBLE"
|
|
272
|
+
| "IN_PROGRESS"
|
|
273
|
+
| "NOT_ELIGIBLE"
|
|
274
|
+
| "PENDING_UPDATE";
|
|
275
|
+
|
|
276
|
+
export interface ServiceSoftwareOptions {
|
|
277
|
+
CurrentVersion?: string;
|
|
278
|
+
|
|
279
|
+
NewVersion?: string;
|
|
280
|
+
|
|
281
|
+
UpdateAvailable?: boolean;
|
|
282
|
+
|
|
283
|
+
Cancellable?: boolean;
|
|
284
|
+
|
|
285
|
+
UpdateStatus?: DeploymentStatus | string;
|
|
286
|
+
|
|
287
|
+
Description?: string;
|
|
288
|
+
|
|
289
|
+
AutomatedUpdateDate?: Date;
|
|
290
|
+
|
|
291
|
+
OptionalDeployment?: boolean;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
export interface CancelElasticsearchServiceSoftwareUpdateResponse {
|
|
295
|
+
ServiceSoftwareOptions?: ServiceSoftwareOptions;
|
|
296
|
+
}
|
|
297
|
+
export declare enum AutoTuneDesiredState {
|
|
298
|
+
DISABLED = "DISABLED",
|
|
299
|
+
ENABLED = "ENABLED",
|
|
300
|
+
}
|
|
301
|
+
export declare enum TimeUnit {
|
|
302
|
+
HOURS = "HOURS",
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
export interface Duration {
|
|
306
|
+
Value?: number;
|
|
307
|
+
|
|
308
|
+
Unit?: TimeUnit | string;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
export interface AutoTuneMaintenanceSchedule {
|
|
312
|
+
StartAt?: Date;
|
|
313
|
+
|
|
314
|
+
Duration?: Duration;
|
|
315
|
+
|
|
316
|
+
CronExpressionForRecurrence?: string;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
export interface AutoTuneOptionsInput {
|
|
320
|
+
DesiredState?: AutoTuneDesiredState | string;
|
|
321
|
+
|
|
322
|
+
MaintenanceSchedules?: AutoTuneMaintenanceSchedule[];
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
export interface CognitoOptions {
|
|
326
|
+
Enabled?: boolean;
|
|
327
|
+
|
|
328
|
+
UserPoolId?: string;
|
|
329
|
+
|
|
330
|
+
IdentityPoolId?: string;
|
|
331
|
+
|
|
332
|
+
RoleArn?: string;
|
|
333
|
+
}
|
|
334
|
+
export declare enum TLSSecurityPolicy {
|
|
335
|
+
POLICY_MIN_TLS_1_0_2019_07 = "Policy-Min-TLS-1-0-2019-07",
|
|
336
|
+
POLICY_MIN_TLS_1_2_2019_07 = "Policy-Min-TLS-1-2-2019-07",
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
export interface DomainEndpointOptions {
|
|
340
|
+
EnforceHTTPS?: boolean;
|
|
341
|
+
|
|
342
|
+
TLSSecurityPolicy?: TLSSecurityPolicy | string;
|
|
343
|
+
|
|
344
|
+
CustomEndpointEnabled?: boolean;
|
|
345
|
+
|
|
346
|
+
CustomEndpoint?: string;
|
|
347
|
+
|
|
348
|
+
CustomEndpointCertificateArn?: string;
|
|
349
|
+
}
|
|
350
|
+
export declare type VolumeType = "gp2" | "gp3" | "io1" | "standard";
|
|
351
|
+
|
|
352
|
+
export interface EBSOptions {
|
|
353
|
+
EBSEnabled?: boolean;
|
|
354
|
+
|
|
355
|
+
VolumeType?: VolumeType | string;
|
|
356
|
+
|
|
357
|
+
VolumeSize?: number;
|
|
358
|
+
|
|
359
|
+
Iops?: number;
|
|
360
|
+
|
|
361
|
+
Throughput?: number;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
export interface ColdStorageOptions {
|
|
365
|
+
Enabled: boolean | undefined;
|
|
366
|
+
}
|
|
367
|
+
export declare type ESPartitionInstanceType =
|
|
368
|
+
| "c4.2xlarge.elasticsearch"
|
|
369
|
+
| "c4.4xlarge.elasticsearch"
|
|
370
|
+
| "c4.8xlarge.elasticsearch"
|
|
371
|
+
| "c4.large.elasticsearch"
|
|
372
|
+
| "c4.xlarge.elasticsearch"
|
|
373
|
+
| "c5.18xlarge.elasticsearch"
|
|
374
|
+
| "c5.2xlarge.elasticsearch"
|
|
375
|
+
| "c5.4xlarge.elasticsearch"
|
|
376
|
+
| "c5.9xlarge.elasticsearch"
|
|
377
|
+
| "c5.large.elasticsearch"
|
|
378
|
+
| "c5.xlarge.elasticsearch"
|
|
379
|
+
| "d2.2xlarge.elasticsearch"
|
|
380
|
+
| "d2.4xlarge.elasticsearch"
|
|
381
|
+
| "d2.8xlarge.elasticsearch"
|
|
382
|
+
| "d2.xlarge.elasticsearch"
|
|
383
|
+
| "i2.2xlarge.elasticsearch"
|
|
384
|
+
| "i2.xlarge.elasticsearch"
|
|
385
|
+
| "i3.16xlarge.elasticsearch"
|
|
386
|
+
| "i3.2xlarge.elasticsearch"
|
|
387
|
+
| "i3.4xlarge.elasticsearch"
|
|
388
|
+
| "i3.8xlarge.elasticsearch"
|
|
389
|
+
| "i3.large.elasticsearch"
|
|
390
|
+
| "i3.xlarge.elasticsearch"
|
|
391
|
+
| "m3.2xlarge.elasticsearch"
|
|
392
|
+
| "m3.large.elasticsearch"
|
|
393
|
+
| "m3.medium.elasticsearch"
|
|
394
|
+
| "m3.xlarge.elasticsearch"
|
|
395
|
+
| "m4.10xlarge.elasticsearch"
|
|
396
|
+
| "m4.2xlarge.elasticsearch"
|
|
397
|
+
| "m4.4xlarge.elasticsearch"
|
|
398
|
+
| "m4.large.elasticsearch"
|
|
399
|
+
| "m4.xlarge.elasticsearch"
|
|
400
|
+
| "m5.12xlarge.elasticsearch"
|
|
401
|
+
| "m5.2xlarge.elasticsearch"
|
|
402
|
+
| "m5.4xlarge.elasticsearch"
|
|
403
|
+
| "m5.large.elasticsearch"
|
|
404
|
+
| "m5.xlarge.elasticsearch"
|
|
405
|
+
| "r3.2xlarge.elasticsearch"
|
|
406
|
+
| "r3.4xlarge.elasticsearch"
|
|
407
|
+
| "r3.8xlarge.elasticsearch"
|
|
408
|
+
| "r3.large.elasticsearch"
|
|
409
|
+
| "r3.xlarge.elasticsearch"
|
|
410
|
+
| "r4.16xlarge.elasticsearch"
|
|
411
|
+
| "r4.2xlarge.elasticsearch"
|
|
412
|
+
| "r4.4xlarge.elasticsearch"
|
|
413
|
+
| "r4.8xlarge.elasticsearch"
|
|
414
|
+
| "r4.large.elasticsearch"
|
|
415
|
+
| "r4.xlarge.elasticsearch"
|
|
416
|
+
| "r5.12xlarge.elasticsearch"
|
|
417
|
+
| "r5.2xlarge.elasticsearch"
|
|
418
|
+
| "r5.4xlarge.elasticsearch"
|
|
419
|
+
| "r5.large.elasticsearch"
|
|
420
|
+
| "r5.xlarge.elasticsearch"
|
|
421
|
+
| "t2.medium.elasticsearch"
|
|
422
|
+
| "t2.micro.elasticsearch"
|
|
423
|
+
| "t2.small.elasticsearch"
|
|
424
|
+
| "ultrawarm1.large.elasticsearch"
|
|
425
|
+
| "ultrawarm1.medium.elasticsearch";
|
|
426
|
+
export declare type ESWarmPartitionInstanceType =
|
|
427
|
+
| "ultrawarm1.large.elasticsearch"
|
|
428
|
+
| "ultrawarm1.medium.elasticsearch";
|
|
429
|
+
|
|
430
|
+
export interface ZoneAwarenessConfig {
|
|
431
|
+
AvailabilityZoneCount?: number;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
export interface ElasticsearchClusterConfig {
|
|
435
|
+
InstanceType?: ESPartitionInstanceType | string;
|
|
436
|
+
|
|
437
|
+
InstanceCount?: number;
|
|
438
|
+
|
|
439
|
+
DedicatedMasterEnabled?: boolean;
|
|
440
|
+
|
|
441
|
+
ZoneAwarenessEnabled?: boolean;
|
|
442
|
+
|
|
443
|
+
ZoneAwarenessConfig?: ZoneAwarenessConfig;
|
|
444
|
+
|
|
445
|
+
DedicatedMasterType?: ESPartitionInstanceType | string;
|
|
446
|
+
|
|
447
|
+
DedicatedMasterCount?: number;
|
|
448
|
+
|
|
449
|
+
WarmEnabled?: boolean;
|
|
450
|
+
|
|
451
|
+
WarmType?: ESWarmPartitionInstanceType | string;
|
|
452
|
+
|
|
453
|
+
WarmCount?: number;
|
|
454
|
+
|
|
455
|
+
ColdStorageOptions?: ColdStorageOptions;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
export interface EncryptionAtRestOptions {
|
|
459
|
+
Enabled?: boolean;
|
|
460
|
+
|
|
461
|
+
KmsKeyId?: string;
|
|
462
|
+
}
|
|
463
|
+
export declare type LogType =
|
|
464
|
+
| "AUDIT_LOGS"
|
|
465
|
+
| "ES_APPLICATION_LOGS"
|
|
466
|
+
| "INDEX_SLOW_LOGS"
|
|
467
|
+
| "SEARCH_SLOW_LOGS";
|
|
468
|
+
|
|
469
|
+
export interface LogPublishingOption {
|
|
470
|
+
CloudWatchLogsLogGroupArn?: string;
|
|
471
|
+
|
|
472
|
+
Enabled?: boolean;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
export interface NodeToNodeEncryptionOptions {
|
|
476
|
+
Enabled?: boolean;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
export interface SnapshotOptions {
|
|
480
|
+
AutomatedSnapshotStartHour?: number;
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
export interface VPCOptions {
|
|
484
|
+
SubnetIds?: string[];
|
|
485
|
+
|
|
486
|
+
SecurityGroupIds?: string[];
|
|
487
|
+
}
|
|
488
|
+
export interface CreateElasticsearchDomainRequest {
|
|
489
|
+
DomainName: string | undefined;
|
|
490
|
+
|
|
491
|
+
ElasticsearchVersion?: string;
|
|
492
|
+
|
|
493
|
+
ElasticsearchClusterConfig?: ElasticsearchClusterConfig;
|
|
494
|
+
|
|
495
|
+
EBSOptions?: EBSOptions;
|
|
496
|
+
|
|
497
|
+
AccessPolicies?: string;
|
|
498
|
+
|
|
499
|
+
SnapshotOptions?: SnapshotOptions;
|
|
500
|
+
|
|
501
|
+
VPCOptions?: VPCOptions;
|
|
502
|
+
|
|
503
|
+
CognitoOptions?: CognitoOptions;
|
|
504
|
+
|
|
505
|
+
EncryptionAtRestOptions?: EncryptionAtRestOptions;
|
|
506
|
+
|
|
507
|
+
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions;
|
|
508
|
+
|
|
509
|
+
AdvancedOptions?: Record<string, string>;
|
|
510
|
+
|
|
511
|
+
LogPublishingOptions?: Record<string, LogPublishingOption>;
|
|
512
|
+
|
|
513
|
+
DomainEndpointOptions?: DomainEndpointOptions;
|
|
514
|
+
|
|
515
|
+
AdvancedSecurityOptions?: AdvancedSecurityOptionsInput;
|
|
516
|
+
|
|
517
|
+
AutoTuneOptions?: AutoTuneOptionsInput;
|
|
518
|
+
|
|
519
|
+
TagList?: Tag[];
|
|
520
|
+
}
|
|
521
|
+
export declare enum AutoTuneState {
|
|
522
|
+
DISABLED = "DISABLED",
|
|
523
|
+
DISABLED_AND_ROLLBACK_COMPLETE = "DISABLED_AND_ROLLBACK_COMPLETE",
|
|
524
|
+
DISABLED_AND_ROLLBACK_ERROR = "DISABLED_AND_ROLLBACK_ERROR",
|
|
525
|
+
DISABLED_AND_ROLLBACK_IN_PROGRESS = "DISABLED_AND_ROLLBACK_IN_PROGRESS",
|
|
526
|
+
DISABLED_AND_ROLLBACK_SCHEDULED = "DISABLED_AND_ROLLBACK_SCHEDULED",
|
|
527
|
+
DISABLE_IN_PROGRESS = "DISABLE_IN_PROGRESS",
|
|
528
|
+
ENABLED = "ENABLED",
|
|
529
|
+
ENABLE_IN_PROGRESS = "ENABLE_IN_PROGRESS",
|
|
530
|
+
ERROR = "ERROR",
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
export interface AutoTuneOptionsOutput {
|
|
534
|
+
State?: AutoTuneState | string;
|
|
535
|
+
|
|
536
|
+
ErrorMessage?: string;
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
export interface ChangeProgressDetails {
|
|
540
|
+
ChangeId?: string;
|
|
541
|
+
|
|
542
|
+
Message?: string;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
export interface VPCDerivedInfo {
|
|
546
|
+
VPCId?: string;
|
|
547
|
+
|
|
548
|
+
SubnetIds?: string[];
|
|
549
|
+
|
|
550
|
+
AvailabilityZones?: string[];
|
|
551
|
+
|
|
552
|
+
SecurityGroupIds?: string[];
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
export interface ElasticsearchDomainStatus {
|
|
556
|
+
DomainId: string | undefined;
|
|
557
|
+
|
|
558
|
+
DomainName: string | undefined;
|
|
559
|
+
|
|
560
|
+
ARN: string | undefined;
|
|
561
|
+
|
|
562
|
+
Created?: boolean;
|
|
563
|
+
|
|
564
|
+
Deleted?: boolean;
|
|
565
|
+
|
|
566
|
+
Endpoint?: string;
|
|
567
|
+
|
|
568
|
+
Endpoints?: Record<string, string>;
|
|
569
|
+
|
|
570
|
+
Processing?: boolean;
|
|
571
|
+
|
|
572
|
+
UpgradeProcessing?: boolean;
|
|
573
|
+
ElasticsearchVersion?: string;
|
|
574
|
+
|
|
575
|
+
ElasticsearchClusterConfig: ElasticsearchClusterConfig | undefined;
|
|
576
|
+
|
|
577
|
+
EBSOptions?: EBSOptions;
|
|
578
|
+
|
|
579
|
+
AccessPolicies?: string;
|
|
580
|
+
|
|
581
|
+
SnapshotOptions?: SnapshotOptions;
|
|
582
|
+
|
|
583
|
+
VPCOptions?: VPCDerivedInfo;
|
|
584
|
+
|
|
585
|
+
CognitoOptions?: CognitoOptions;
|
|
586
|
+
|
|
587
|
+
EncryptionAtRestOptions?: EncryptionAtRestOptions;
|
|
588
|
+
|
|
589
|
+
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions;
|
|
590
|
+
|
|
591
|
+
AdvancedOptions?: Record<string, string>;
|
|
592
|
+
|
|
593
|
+
LogPublishingOptions?: Record<string, LogPublishingOption>;
|
|
594
|
+
|
|
595
|
+
ServiceSoftwareOptions?: ServiceSoftwareOptions;
|
|
596
|
+
|
|
597
|
+
DomainEndpointOptions?: DomainEndpointOptions;
|
|
598
|
+
|
|
599
|
+
AdvancedSecurityOptions?: AdvancedSecurityOptions;
|
|
600
|
+
|
|
601
|
+
AutoTuneOptions?: AutoTuneOptionsOutput;
|
|
602
|
+
|
|
603
|
+
ChangeProgressDetails?: ChangeProgressDetails;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
export interface CreateElasticsearchDomainResponse {
|
|
607
|
+
DomainStatus?: ElasticsearchDomainStatus;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
export declare class InvalidTypeException extends __BaseException {
|
|
611
|
+
readonly name: "InvalidTypeException";
|
|
612
|
+
readonly $fault: "client";
|
|
613
|
+
|
|
614
|
+
constructor(
|
|
615
|
+
opts: __ExceptionOptionType<InvalidTypeException, __BaseException>
|
|
616
|
+
);
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
620
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
621
|
+
readonly $fault: "client";
|
|
622
|
+
|
|
623
|
+
constructor(
|
|
624
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
625
|
+
);
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
export interface CreateOutboundCrossClusterSearchConnectionRequest {
|
|
629
|
+
SourceDomainInfo: DomainInformation | undefined;
|
|
630
|
+
|
|
631
|
+
DestinationDomainInfo: DomainInformation | undefined;
|
|
632
|
+
|
|
633
|
+
ConnectionAlias: string | undefined;
|
|
634
|
+
}
|
|
635
|
+
export declare enum OutboundCrossClusterSearchConnectionStatusCode {
|
|
636
|
+
ACTIVE = "ACTIVE",
|
|
637
|
+
DELETED = "DELETED",
|
|
638
|
+
DELETING = "DELETING",
|
|
639
|
+
PENDING_ACCEPTANCE = "PENDING_ACCEPTANCE",
|
|
640
|
+
PROVISIONING = "PROVISIONING",
|
|
641
|
+
REJECTED = "REJECTED",
|
|
642
|
+
VALIDATING = "VALIDATING",
|
|
643
|
+
VALIDATION_FAILED = "VALIDATION_FAILED",
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
export interface OutboundCrossClusterSearchConnectionStatus {
|
|
647
|
+
StatusCode?: OutboundCrossClusterSearchConnectionStatusCode | string;
|
|
648
|
+
|
|
649
|
+
Message?: string;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
export interface CreateOutboundCrossClusterSearchConnectionResponse {
|
|
653
|
+
SourceDomainInfo?: DomainInformation;
|
|
654
|
+
|
|
655
|
+
DestinationDomainInfo?: DomainInformation;
|
|
656
|
+
|
|
657
|
+
ConnectionAlias?: string;
|
|
658
|
+
|
|
659
|
+
ConnectionStatus?: OutboundCrossClusterSearchConnectionStatus;
|
|
660
|
+
|
|
661
|
+
CrossClusterSearchConnectionId?: string;
|
|
662
|
+
}
|
|
663
|
+
|
|
664
|
+
export interface PackageSource {
|
|
665
|
+
S3BucketName?: string;
|
|
666
|
+
|
|
667
|
+
S3Key?: string;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
export interface CreatePackageRequest {
|
|
671
|
+
PackageName: string | undefined;
|
|
672
|
+
|
|
673
|
+
PackageType: PackageType | string | undefined;
|
|
674
|
+
|
|
675
|
+
PackageDescription?: string;
|
|
676
|
+
|
|
677
|
+
PackageSource: PackageSource | undefined;
|
|
678
|
+
}
|
|
679
|
+
export declare type PackageStatus =
|
|
680
|
+
| "AVAILABLE"
|
|
681
|
+
| "COPYING"
|
|
682
|
+
| "COPY_FAILED"
|
|
683
|
+
| "DELETED"
|
|
684
|
+
| "DELETE_FAILED"
|
|
685
|
+
| "DELETING"
|
|
686
|
+
| "VALIDATING"
|
|
687
|
+
| "VALIDATION_FAILED";
|
|
688
|
+
|
|
689
|
+
export interface PackageDetails {
|
|
690
|
+
PackageID?: string;
|
|
691
|
+
|
|
692
|
+
PackageName?: string;
|
|
693
|
+
|
|
694
|
+
PackageType?: PackageType | string;
|
|
695
|
+
|
|
696
|
+
PackageDescription?: string;
|
|
697
|
+
|
|
698
|
+
PackageStatus?: PackageStatus | string;
|
|
699
|
+
|
|
700
|
+
CreatedAt?: Date;
|
|
701
|
+
LastUpdatedAt?: Date;
|
|
702
|
+
AvailablePackageVersion?: string;
|
|
703
|
+
|
|
704
|
+
ErrorDetails?: ErrorDetails;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
export interface CreatePackageResponse {
|
|
708
|
+
PackageDetails?: PackageDetails;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
export interface DeleteElasticsearchDomainRequest {
|
|
712
|
+
DomainName: string | undefined;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
export interface DeleteElasticsearchDomainResponse {
|
|
716
|
+
DomainStatus?: ElasticsearchDomainStatus;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
export interface DeleteInboundCrossClusterSearchConnectionRequest {
|
|
720
|
+
CrossClusterSearchConnectionId: string | undefined;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
export interface DeleteInboundCrossClusterSearchConnectionResponse {
|
|
724
|
+
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
export interface DeleteOutboundCrossClusterSearchConnectionRequest {
|
|
728
|
+
CrossClusterSearchConnectionId: string | undefined;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
export interface OutboundCrossClusterSearchConnection {
|
|
732
|
+
SourceDomainInfo?: DomainInformation;
|
|
733
|
+
|
|
734
|
+
DestinationDomainInfo?: DomainInformation;
|
|
735
|
+
|
|
736
|
+
CrossClusterSearchConnectionId?: string;
|
|
737
|
+
|
|
738
|
+
ConnectionAlias?: string;
|
|
739
|
+
|
|
740
|
+
ConnectionStatus?: OutboundCrossClusterSearchConnectionStatus;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
export interface DeleteOutboundCrossClusterSearchConnectionResponse {
|
|
744
|
+
CrossClusterSearchConnection?: OutboundCrossClusterSearchConnection;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
export interface DeletePackageRequest {
|
|
748
|
+
PackageID: string | undefined;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
export interface DeletePackageResponse {
|
|
752
|
+
PackageDetails?: PackageDetails;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
export interface DescribeDomainAutoTunesRequest {
|
|
756
|
+
DomainName: string | undefined;
|
|
757
|
+
|
|
758
|
+
MaxResults?: number;
|
|
759
|
+
|
|
760
|
+
NextToken?: string;
|
|
761
|
+
}
|
|
762
|
+
export declare enum ScheduledAutoTuneActionType {
|
|
763
|
+
JVM_HEAP_SIZE_TUNING = "JVM_HEAP_SIZE_TUNING",
|
|
764
|
+
JVM_YOUNG_GEN_TUNING = "JVM_YOUNG_GEN_TUNING",
|
|
765
|
+
}
|
|
766
|
+
export declare enum ScheduledAutoTuneSeverityType {
|
|
767
|
+
HIGH = "HIGH",
|
|
768
|
+
LOW = "LOW",
|
|
769
|
+
MEDIUM = "MEDIUM",
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
export interface ScheduledAutoTuneDetails {
|
|
773
|
+
Date?: Date;
|
|
774
|
+
|
|
775
|
+
ActionType?: ScheduledAutoTuneActionType | string;
|
|
776
|
+
|
|
777
|
+
Action?: string;
|
|
778
|
+
|
|
779
|
+
Severity?: ScheduledAutoTuneSeverityType | string;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
export interface AutoTuneDetails {
|
|
783
|
+
ScheduledAutoTuneDetails?: ScheduledAutoTuneDetails;
|
|
784
|
+
}
|
|
785
|
+
export declare enum AutoTuneType {
|
|
786
|
+
SCHEDULED_ACTION = "SCHEDULED_ACTION",
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
export interface AutoTune {
|
|
790
|
+
AutoTuneType?: AutoTuneType | string;
|
|
791
|
+
|
|
792
|
+
AutoTuneDetails?: AutoTuneDetails;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
export interface DescribeDomainAutoTunesResponse {
|
|
796
|
+
AutoTunes?: AutoTune[];
|
|
797
|
+
|
|
798
|
+
NextToken?: string;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
export interface DescribeDomainChangeProgressRequest {
|
|
802
|
+
DomainName: string | undefined;
|
|
803
|
+
|
|
804
|
+
ChangeId?: string;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
export interface ChangeProgressStage {
|
|
808
|
+
Name?: string;
|
|
809
|
+
|
|
810
|
+
Status?: string;
|
|
811
|
+
|
|
812
|
+
Description?: string;
|
|
813
|
+
|
|
814
|
+
LastUpdated?: Date;
|
|
815
|
+
}
|
|
816
|
+
export declare enum OverallChangeStatus {
|
|
817
|
+
COMPLETED = "COMPLETED",
|
|
818
|
+
FAILED = "FAILED",
|
|
819
|
+
PENDING = "PENDING",
|
|
820
|
+
PROCESSING = "PROCESSING",
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
export interface ChangeProgressStatusDetails {
|
|
824
|
+
ChangeId?: string;
|
|
825
|
+
|
|
826
|
+
StartTime?: Date;
|
|
827
|
+
|
|
828
|
+
Status?: OverallChangeStatus | string;
|
|
829
|
+
|
|
830
|
+
PendingProperties?: string[];
|
|
831
|
+
|
|
832
|
+
CompletedProperties?: string[];
|
|
833
|
+
|
|
834
|
+
TotalNumberOfStages?: number;
|
|
835
|
+
|
|
836
|
+
ChangeProgressStages?: ChangeProgressStage[];
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
export interface DescribeDomainChangeProgressResponse {
|
|
840
|
+
ChangeProgressStatus?: ChangeProgressStatusDetails;
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
export interface DescribeElasticsearchDomainRequest {
|
|
844
|
+
DomainName: string | undefined;
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
export interface DescribeElasticsearchDomainResponse {
|
|
848
|
+
DomainStatus: ElasticsearchDomainStatus | undefined;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
export interface DescribeElasticsearchDomainConfigRequest {
|
|
852
|
+
DomainName: string | undefined;
|
|
853
|
+
}
|
|
854
|
+
export declare enum RollbackOnDisable {
|
|
855
|
+
DEFAULT_ROLLBACK = "DEFAULT_ROLLBACK",
|
|
856
|
+
NO_ROLLBACK = "NO_ROLLBACK",
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
export interface AutoTuneOptions {
|
|
860
|
+
DesiredState?: AutoTuneDesiredState | string;
|
|
861
|
+
|
|
862
|
+
RollbackOnDisable?: RollbackOnDisable | string;
|
|
863
|
+
|
|
864
|
+
MaintenanceSchedules?: AutoTuneMaintenanceSchedule[];
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
export interface AutoTuneStatus {
|
|
868
|
+
CreationDate: Date | undefined;
|
|
869
|
+
|
|
870
|
+
UpdateDate: Date | undefined;
|
|
871
|
+
|
|
872
|
+
UpdateVersion?: number;
|
|
873
|
+
|
|
874
|
+
State: AutoTuneState | string | undefined;
|
|
875
|
+
|
|
876
|
+
ErrorMessage?: string;
|
|
877
|
+
|
|
878
|
+
PendingDeletion?: boolean;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
export interface AutoTuneOptionsStatus {
|
|
882
|
+
Options?: AutoTuneOptions;
|
|
883
|
+
|
|
884
|
+
Status?: AutoTuneStatus;
|
|
885
|
+
}
|
|
886
|
+
|
|
887
|
+
export interface CognitoOptionsStatus {
|
|
888
|
+
Options: CognitoOptions | undefined;
|
|
889
|
+
|
|
890
|
+
Status: OptionStatus | undefined;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
export interface DomainEndpointOptionsStatus {
|
|
894
|
+
Options: DomainEndpointOptions | undefined;
|
|
895
|
+
|
|
896
|
+
Status: OptionStatus | undefined;
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
export interface EBSOptionsStatus {
|
|
900
|
+
Options: EBSOptions | undefined;
|
|
901
|
+
|
|
902
|
+
Status: OptionStatus | undefined;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
export interface ElasticsearchClusterConfigStatus {
|
|
906
|
+
Options: ElasticsearchClusterConfig | undefined;
|
|
907
|
+
|
|
908
|
+
Status: OptionStatus | undefined;
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
export interface ElasticsearchVersionStatus {
|
|
912
|
+
Options: string | undefined;
|
|
913
|
+
|
|
914
|
+
Status: OptionStatus | undefined;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
export interface EncryptionAtRestOptionsStatus {
|
|
918
|
+
Options: EncryptionAtRestOptions | undefined;
|
|
919
|
+
|
|
920
|
+
Status: OptionStatus | undefined;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
export interface LogPublishingOptionsStatus {
|
|
924
|
+
Options?: Record<string, LogPublishingOption>;
|
|
925
|
+
|
|
926
|
+
Status?: OptionStatus;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
export interface NodeToNodeEncryptionOptionsStatus {
|
|
930
|
+
Options: NodeToNodeEncryptionOptions | undefined;
|
|
931
|
+
|
|
932
|
+
Status: OptionStatus | undefined;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
export interface SnapshotOptionsStatus {
|
|
936
|
+
Options: SnapshotOptions | undefined;
|
|
937
|
+
|
|
938
|
+
Status: OptionStatus | undefined;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
export interface VPCDerivedInfoStatus {
|
|
942
|
+
Options: VPCDerivedInfo | undefined;
|
|
943
|
+
|
|
944
|
+
Status: OptionStatus | undefined;
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
export interface ElasticsearchDomainConfig {
|
|
948
|
+
ElasticsearchVersion?: ElasticsearchVersionStatus;
|
|
949
|
+
|
|
950
|
+
ElasticsearchClusterConfig?: ElasticsearchClusterConfigStatus;
|
|
951
|
+
|
|
952
|
+
EBSOptions?: EBSOptionsStatus;
|
|
953
|
+
|
|
954
|
+
AccessPolicies?: AccessPoliciesStatus;
|
|
955
|
+
|
|
956
|
+
SnapshotOptions?: SnapshotOptionsStatus;
|
|
957
|
+
|
|
958
|
+
VPCOptions?: VPCDerivedInfoStatus;
|
|
959
|
+
|
|
960
|
+
CognitoOptions?: CognitoOptionsStatus;
|
|
961
|
+
|
|
962
|
+
EncryptionAtRestOptions?: EncryptionAtRestOptionsStatus;
|
|
963
|
+
|
|
964
|
+
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptionsStatus;
|
|
965
|
+
|
|
966
|
+
AdvancedOptions?: AdvancedOptionsStatus;
|
|
967
|
+
|
|
968
|
+
LogPublishingOptions?: LogPublishingOptionsStatus;
|
|
969
|
+
|
|
970
|
+
DomainEndpointOptions?: DomainEndpointOptionsStatus;
|
|
971
|
+
|
|
972
|
+
AdvancedSecurityOptions?: AdvancedSecurityOptionsStatus;
|
|
973
|
+
|
|
974
|
+
AutoTuneOptions?: AutoTuneOptionsStatus;
|
|
975
|
+
|
|
976
|
+
ChangeProgressDetails?: ChangeProgressDetails;
|
|
977
|
+
}
|
|
978
|
+
|
|
979
|
+
export interface DescribeElasticsearchDomainConfigResponse {
|
|
980
|
+
DomainConfig: ElasticsearchDomainConfig | undefined;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
export interface DescribeElasticsearchDomainsRequest {
|
|
984
|
+
DomainNames: string[] | undefined;
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
export interface DescribeElasticsearchDomainsResponse {
|
|
988
|
+
DomainStatusList: ElasticsearchDomainStatus[] | undefined;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
export interface DescribeElasticsearchInstanceTypeLimitsRequest {
|
|
992
|
+
DomainName?: string;
|
|
993
|
+
|
|
994
|
+
InstanceType: ESPartitionInstanceType | string | undefined;
|
|
995
|
+
|
|
996
|
+
ElasticsearchVersion: string | undefined;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
export interface InstanceCountLimits {
|
|
1000
|
+
MinimumInstanceCount?: number;
|
|
1001
|
+
|
|
1002
|
+
MaximumInstanceCount?: number;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
export interface InstanceLimits {
|
|
1006
|
+
InstanceCountLimits?: InstanceCountLimits;
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
export interface StorageTypeLimit {
|
|
1010
|
+
LimitName?: string;
|
|
1011
|
+
|
|
1012
|
+
LimitValues?: string[];
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
export interface StorageType {
|
|
1016
|
+
StorageTypeName?: string;
|
|
1017
|
+
|
|
1018
|
+
StorageSubTypeName?: string;
|
|
1019
|
+
|
|
1020
|
+
StorageTypeLimits?: StorageTypeLimit[];
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
export interface Limits {
|
|
1024
|
+
StorageTypes?: StorageType[];
|
|
1025
|
+
|
|
1026
|
+
InstanceLimits?: InstanceLimits;
|
|
1027
|
+
|
|
1028
|
+
AdditionalLimits?: AdditionalLimit[];
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
export interface DescribeElasticsearchInstanceTypeLimitsResponse {
|
|
1032
|
+
LimitsByRole?: Record<string, Limits>;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
export interface Filter {
|
|
1036
|
+
Name?: string;
|
|
1037
|
+
|
|
1038
|
+
Values?: string[];
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
export interface DescribeInboundCrossClusterSearchConnectionsRequest {
|
|
1042
|
+
Filters?: Filter[];
|
|
1043
|
+
|
|
1044
|
+
MaxResults?: number;
|
|
1045
|
+
|
|
1046
|
+
NextToken?: string;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
export interface DescribeInboundCrossClusterSearchConnectionsResponse {
|
|
1050
|
+
CrossClusterSearchConnections?: InboundCrossClusterSearchConnection[];
|
|
1051
|
+
|
|
1052
|
+
NextToken?: string;
|
|
1053
|
+
}
|
|
1054
|
+
|
|
1055
|
+
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
1056
|
+
readonly name: "InvalidPaginationTokenException";
|
|
1057
|
+
readonly $fault: "client";
|
|
1058
|
+
|
|
1059
|
+
constructor(
|
|
1060
|
+
opts: __ExceptionOptionType<
|
|
1061
|
+
InvalidPaginationTokenException,
|
|
1062
|
+
__BaseException
|
|
1063
|
+
>
|
|
1064
|
+
);
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
export interface DescribeOutboundCrossClusterSearchConnectionsRequest {
|
|
1068
|
+
Filters?: Filter[];
|
|
1069
|
+
|
|
1070
|
+
MaxResults?: number;
|
|
1071
|
+
|
|
1072
|
+
NextToken?: string;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
export interface DescribeOutboundCrossClusterSearchConnectionsResponse {
|
|
1076
|
+
CrossClusterSearchConnections?: OutboundCrossClusterSearchConnection[];
|
|
1077
|
+
|
|
1078
|
+
NextToken?: string;
|
|
1079
|
+
}
|
|
1080
|
+
export declare enum DescribePackagesFilterName {
|
|
1081
|
+
PackageID = "PackageID",
|
|
1082
|
+
PackageName = "PackageName",
|
|
1083
|
+
PackageStatus = "PackageStatus",
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
export interface DescribePackagesFilter {
|
|
1087
|
+
Name?: DescribePackagesFilterName | string;
|
|
1088
|
+
|
|
1089
|
+
Value?: string[];
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1092
|
+
export interface DescribePackagesRequest {
|
|
1093
|
+
Filters?: DescribePackagesFilter[];
|
|
1094
|
+
|
|
1095
|
+
MaxResults?: number;
|
|
1096
|
+
|
|
1097
|
+
NextToken?: string;
|
|
1098
|
+
}
|
|
1099
|
+
|
|
1100
|
+
export interface DescribePackagesResponse {
|
|
1101
|
+
PackageDetailsList?: PackageDetails[];
|
|
1102
|
+
NextToken?: string;
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
export interface DescribeReservedElasticsearchInstanceOfferingsRequest {
|
|
1106
|
+
ReservedElasticsearchInstanceOfferingId?: string;
|
|
1107
|
+
|
|
1108
|
+
MaxResults?: number;
|
|
1109
|
+
|
|
1110
|
+
NextToken?: string;
|
|
1111
|
+
}
|
|
1112
|
+
export declare type ReservedElasticsearchInstancePaymentOption =
|
|
1113
|
+
| "ALL_UPFRONT"
|
|
1114
|
+
| "NO_UPFRONT"
|
|
1115
|
+
| "PARTIAL_UPFRONT";
|
|
1116
|
+
|
|
1117
|
+
export interface RecurringCharge {
|
|
1118
|
+
RecurringChargeAmount?: number;
|
|
1119
|
+
|
|
1120
|
+
RecurringChargeFrequency?: string;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
export interface ReservedElasticsearchInstanceOffering {
|
|
1124
|
+
ReservedElasticsearchInstanceOfferingId?: string;
|
|
1125
|
+
|
|
1126
|
+
ElasticsearchInstanceType?: ESPartitionInstanceType | string;
|
|
1127
|
+
|
|
1128
|
+
Duration?: number;
|
|
1129
|
+
|
|
1130
|
+
FixedPrice?: number;
|
|
1131
|
+
|
|
1132
|
+
UsagePrice?: number;
|
|
1133
|
+
|
|
1134
|
+
CurrencyCode?: string;
|
|
1135
|
+
|
|
1136
|
+
PaymentOption?: ReservedElasticsearchInstancePaymentOption | string;
|
|
1137
|
+
|
|
1138
|
+
RecurringCharges?: RecurringCharge[];
|
|
1139
|
+
}
|
|
1140
|
+
|
|
1141
|
+
export interface DescribeReservedElasticsearchInstanceOfferingsResponse {
|
|
1142
|
+
NextToken?: string;
|
|
1143
|
+
|
|
1144
|
+
ReservedElasticsearchInstanceOfferings?: ReservedElasticsearchInstanceOffering[];
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
export interface DescribeReservedElasticsearchInstancesRequest {
|
|
1148
|
+
ReservedElasticsearchInstanceId?: string;
|
|
1149
|
+
|
|
1150
|
+
MaxResults?: number;
|
|
1151
|
+
|
|
1152
|
+
NextToken?: string;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
export interface ReservedElasticsearchInstance {
|
|
1156
|
+
ReservationName?: string;
|
|
1157
|
+
|
|
1158
|
+
ReservedElasticsearchInstanceId?: string;
|
|
1159
|
+
|
|
1160
|
+
ReservedElasticsearchInstanceOfferingId?: string;
|
|
1161
|
+
|
|
1162
|
+
ElasticsearchInstanceType?: ESPartitionInstanceType | string;
|
|
1163
|
+
|
|
1164
|
+
StartTime?: Date;
|
|
1165
|
+
|
|
1166
|
+
Duration?: number;
|
|
1167
|
+
|
|
1168
|
+
FixedPrice?: number;
|
|
1169
|
+
|
|
1170
|
+
UsagePrice?: number;
|
|
1171
|
+
|
|
1172
|
+
CurrencyCode?: string;
|
|
1173
|
+
|
|
1174
|
+
ElasticsearchInstanceCount?: number;
|
|
1175
|
+
|
|
1176
|
+
State?: string;
|
|
1177
|
+
|
|
1178
|
+
PaymentOption?: ReservedElasticsearchInstancePaymentOption | string;
|
|
1179
|
+
|
|
1180
|
+
RecurringCharges?: RecurringCharge[];
|
|
1181
|
+
}
|
|
1182
|
+
|
|
1183
|
+
export interface DescribeReservedElasticsearchInstancesResponse {
|
|
1184
|
+
NextToken?: string;
|
|
1185
|
+
|
|
1186
|
+
ReservedElasticsearchInstances?: ReservedElasticsearchInstance[];
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
export interface DissociatePackageRequest {
|
|
1190
|
+
PackageID: string | undefined;
|
|
1191
|
+
|
|
1192
|
+
DomainName: string | undefined;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
export interface DissociatePackageResponse {
|
|
1196
|
+
DomainPackageDetails?: DomainPackageDetails;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
export interface GetCompatibleElasticsearchVersionsRequest {
|
|
1200
|
+
DomainName?: string;
|
|
1201
|
+
}
|
|
1202
|
+
|
|
1203
|
+
export interface CompatibleVersionsMap {
|
|
1204
|
+
SourceVersion?: string;
|
|
1205
|
+
|
|
1206
|
+
TargetVersions?: string[];
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1209
|
+
export interface GetCompatibleElasticsearchVersionsResponse {
|
|
1210
|
+
CompatibleElasticsearchVersions?: CompatibleVersionsMap[];
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
export interface GetPackageVersionHistoryRequest {
|
|
1214
|
+
PackageID: string | undefined;
|
|
1215
|
+
|
|
1216
|
+
MaxResults?: number;
|
|
1217
|
+
|
|
1218
|
+
NextToken?: string;
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
export interface PackageVersionHistory {
|
|
1222
|
+
PackageVersion?: string;
|
|
1223
|
+
|
|
1224
|
+
CommitMessage?: string;
|
|
1225
|
+
|
|
1226
|
+
CreatedAt?: Date;
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
export interface GetPackageVersionHistoryResponse {
|
|
1230
|
+
PackageID?: string;
|
|
1231
|
+
|
|
1232
|
+
PackageVersionHistoryList?: PackageVersionHistory[];
|
|
1233
|
+
NextToken?: string;
|
|
1234
|
+
}
|
|
1235
|
+
|
|
1236
|
+
export interface GetUpgradeHistoryRequest {
|
|
1237
|
+
DomainName: string | undefined;
|
|
1238
|
+
|
|
1239
|
+
MaxResults?: number;
|
|
1240
|
+
|
|
1241
|
+
NextToken?: string;
|
|
1242
|
+
}
|
|
1243
|
+
export declare type UpgradeStep = "PRE_UPGRADE_CHECK" | "SNAPSHOT" | "UPGRADE";
|
|
1244
|
+
export declare type UpgradeStatus =
|
|
1245
|
+
| "FAILED"
|
|
1246
|
+
| "IN_PROGRESS"
|
|
1247
|
+
| "SUCCEEDED"
|
|
1248
|
+
| "SUCCEEDED_WITH_ISSUES";
|
|
1249
|
+
|
|
1250
|
+
export interface UpgradeStepItem {
|
|
1251
|
+
UpgradeStep?: UpgradeStep | string;
|
|
1252
|
+
|
|
1253
|
+
UpgradeStepStatus?: UpgradeStatus | string;
|
|
1254
|
+
|
|
1255
|
+
Issues?: string[];
|
|
1256
|
+
|
|
1257
|
+
ProgressPercent?: number;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
export interface UpgradeHistory {
|
|
1261
|
+
UpgradeName?: string;
|
|
1262
|
+
|
|
1263
|
+
StartTimestamp?: Date;
|
|
1264
|
+
|
|
1265
|
+
UpgradeStatus?: UpgradeStatus | string;
|
|
1266
|
+
|
|
1267
|
+
StepsList?: UpgradeStepItem[];
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
export interface GetUpgradeHistoryResponse {
|
|
1271
|
+
UpgradeHistories?: UpgradeHistory[];
|
|
1272
|
+
|
|
1273
|
+
NextToken?: string;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
export interface GetUpgradeStatusRequest {
|
|
1277
|
+
DomainName: string | undefined;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
export interface GetUpgradeStatusResponse {
|
|
1281
|
+
UpgradeStep?: UpgradeStep | string;
|
|
1282
|
+
|
|
1283
|
+
StepStatus?: UpgradeStatus | string;
|
|
1284
|
+
|
|
1285
|
+
UpgradeName?: string;
|
|
1286
|
+
}
|
|
1287
|
+
export declare enum EngineType {
|
|
1288
|
+
Elasticsearch = "Elasticsearch",
|
|
1289
|
+
OpenSearch = "OpenSearch",
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
export interface ListDomainNamesRequest {
|
|
1293
|
+
EngineType?: EngineType | string;
|
|
1294
|
+
}
|
|
1295
|
+
export interface DomainInfo {
|
|
1296
|
+
DomainName?: string;
|
|
1297
|
+
|
|
1298
|
+
EngineType?: EngineType | string;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
export interface ListDomainNamesResponse {
|
|
1302
|
+
DomainNames?: DomainInfo[];
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
export interface ListDomainsForPackageRequest {
|
|
1306
|
+
PackageID: string | undefined;
|
|
1307
|
+
|
|
1308
|
+
MaxResults?: number;
|
|
1309
|
+
|
|
1310
|
+
NextToken?: string;
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
export interface ListDomainsForPackageResponse {
|
|
1314
|
+
DomainPackageDetailsList?: DomainPackageDetails[];
|
|
1315
|
+
NextToken?: string;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
export interface ListElasticsearchInstanceTypesRequest {
|
|
1319
|
+
ElasticsearchVersion: string | undefined;
|
|
1320
|
+
|
|
1321
|
+
DomainName?: string;
|
|
1322
|
+
|
|
1323
|
+
MaxResults?: number;
|
|
1324
|
+
|
|
1325
|
+
NextToken?: string;
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
export interface ListElasticsearchInstanceTypesResponse {
|
|
1329
|
+
ElasticsearchInstanceTypes?: (ESPartitionInstanceType | string)[];
|
|
1330
|
+
|
|
1331
|
+
NextToken?: string;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
export interface ListElasticsearchVersionsRequest {
|
|
1335
|
+
MaxResults?: number;
|
|
1336
|
+
|
|
1337
|
+
NextToken?: string;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
export interface ListElasticsearchVersionsResponse {
|
|
1341
|
+
ElasticsearchVersions?: string[];
|
|
1342
|
+
|
|
1343
|
+
NextToken?: string;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
export interface ListPackagesForDomainRequest {
|
|
1347
|
+
DomainName: string | undefined;
|
|
1348
|
+
|
|
1349
|
+
MaxResults?: number;
|
|
1350
|
+
|
|
1351
|
+
NextToken?: string;
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1354
|
+
export interface ListPackagesForDomainResponse {
|
|
1355
|
+
DomainPackageDetailsList?: DomainPackageDetails[];
|
|
1356
|
+
|
|
1357
|
+
NextToken?: string;
|
|
1358
|
+
}
|
|
1359
|
+
|
|
1360
|
+
export interface ListTagsRequest {
|
|
1361
|
+
ARN: string | undefined;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
export interface ListTagsResponse {
|
|
1365
|
+
TagList?: Tag[];
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
export interface PurchaseReservedElasticsearchInstanceOfferingRequest {
|
|
1369
|
+
ReservedElasticsearchInstanceOfferingId: string | undefined;
|
|
1370
|
+
|
|
1371
|
+
ReservationName: string | undefined;
|
|
1372
|
+
|
|
1373
|
+
InstanceCount?: number;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
export interface PurchaseReservedElasticsearchInstanceOfferingResponse {
|
|
1377
|
+
ReservedElasticsearchInstanceId?: string;
|
|
1378
|
+
|
|
1379
|
+
ReservationName?: string;
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
export interface RejectInboundCrossClusterSearchConnectionRequest {
|
|
1383
|
+
CrossClusterSearchConnectionId: string | undefined;
|
|
1384
|
+
}
|
|
1385
|
+
|
|
1386
|
+
export interface RejectInboundCrossClusterSearchConnectionResponse {
|
|
1387
|
+
CrossClusterSearchConnection?: InboundCrossClusterSearchConnection;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
export interface RemoveTagsRequest {
|
|
1391
|
+
ARN: string | undefined;
|
|
1392
|
+
|
|
1393
|
+
TagKeys: string[] | undefined;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
export interface StartElasticsearchServiceSoftwareUpdateRequest {
|
|
1397
|
+
DomainName: string | undefined;
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
export interface StartElasticsearchServiceSoftwareUpdateResponse {
|
|
1401
|
+
ServiceSoftwareOptions?: ServiceSoftwareOptions;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
export interface UpdateElasticsearchDomainConfigRequest {
|
|
1405
|
+
DomainName: string | undefined;
|
|
1406
|
+
|
|
1407
|
+
ElasticsearchClusterConfig?: ElasticsearchClusterConfig;
|
|
1408
|
+
|
|
1409
|
+
EBSOptions?: EBSOptions;
|
|
1410
|
+
|
|
1411
|
+
SnapshotOptions?: SnapshotOptions;
|
|
1412
|
+
|
|
1413
|
+
VPCOptions?: VPCOptions;
|
|
1414
|
+
|
|
1415
|
+
CognitoOptions?: CognitoOptions;
|
|
1416
|
+
|
|
1417
|
+
AdvancedOptions?: Record<string, string>;
|
|
1418
|
+
|
|
1419
|
+
AccessPolicies?: string;
|
|
1420
|
+
|
|
1421
|
+
LogPublishingOptions?: Record<string, LogPublishingOption>;
|
|
1422
|
+
|
|
1423
|
+
DomainEndpointOptions?: DomainEndpointOptions;
|
|
1424
|
+
|
|
1425
|
+
AdvancedSecurityOptions?: AdvancedSecurityOptionsInput;
|
|
1426
|
+
|
|
1427
|
+
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions;
|
|
1428
|
+
|
|
1429
|
+
EncryptionAtRestOptions?: EncryptionAtRestOptions;
|
|
1430
|
+
|
|
1431
|
+
AutoTuneOptions?: AutoTuneOptions;
|
|
1432
|
+
|
|
1433
|
+
DryRun?: boolean;
|
|
1434
|
+
}
|
|
1435
|
+
export interface DryRunResults {
|
|
1436
|
+
DeploymentType?: string;
|
|
1437
|
+
|
|
1438
|
+
Message?: string;
|
|
1439
|
+
}
|
|
1440
|
+
|
|
1441
|
+
export interface UpdateElasticsearchDomainConfigResponse {
|
|
1442
|
+
DomainConfig: ElasticsearchDomainConfig | undefined;
|
|
1443
|
+
|
|
1444
|
+
DryRunResults?: DryRunResults;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
export interface UpdatePackageRequest {
|
|
1448
|
+
PackageID: string | undefined;
|
|
1449
|
+
|
|
1450
|
+
PackageSource: PackageSource | undefined;
|
|
1451
|
+
|
|
1452
|
+
PackageDescription?: string;
|
|
1453
|
+
|
|
1454
|
+
CommitMessage?: string;
|
|
1455
|
+
}
|
|
1456
|
+
|
|
1457
|
+
export interface UpdatePackageResponse {
|
|
1458
|
+
PackageDetails?: PackageDetails;
|
|
1459
|
+
}
|
|
1460
|
+
|
|
1461
|
+
export interface UpgradeElasticsearchDomainRequest {
|
|
1462
|
+
DomainName: string | undefined;
|
|
1463
|
+
|
|
1464
|
+
TargetVersion: string | undefined;
|
|
1465
|
+
|
|
1466
|
+
PerformCheckOnly?: boolean;
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
export interface UpgradeElasticsearchDomainResponse {
|
|
1470
|
+
DomainName?: string;
|
|
1471
|
+
|
|
1472
|
+
TargetVersion?: string;
|
|
1473
|
+
|
|
1474
|
+
PerformCheckOnly?: boolean;
|
|
1475
|
+
|
|
1476
|
+
ChangeProgressDetails?: ChangeProgressDetails;
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
export declare const AcceptInboundCrossClusterSearchConnectionRequestFilterSensitiveLog: (
|
|
1480
|
+
obj: AcceptInboundCrossClusterSearchConnectionRequest
|
|
1481
|
+
) => any;
|
|
1482
|
+
|
|
1483
|
+
export declare const InboundCrossClusterSearchConnectionStatusFilterSensitiveLog: (
|
|
1484
|
+
obj: InboundCrossClusterSearchConnectionStatus
|
|
1485
|
+
) => any;
|
|
1486
|
+
|
|
1487
|
+
export declare const DomainInformationFilterSensitiveLog: (
|
|
1488
|
+
obj: DomainInformation
|
|
1489
|
+
) => any;
|
|
1490
|
+
|
|
1491
|
+
export declare const InboundCrossClusterSearchConnectionFilterSensitiveLog: (
|
|
1492
|
+
obj: InboundCrossClusterSearchConnection
|
|
1493
|
+
) => any;
|
|
1494
|
+
|
|
1495
|
+
export declare const AcceptInboundCrossClusterSearchConnectionResponseFilterSensitiveLog: (
|
|
1496
|
+
obj: AcceptInboundCrossClusterSearchConnectionResponse
|
|
1497
|
+
) => any;
|
|
1498
|
+
|
|
1499
|
+
export declare const OptionStatusFilterSensitiveLog: (obj: OptionStatus) => any;
|
|
1500
|
+
|
|
1501
|
+
export declare const AccessPoliciesStatusFilterSensitiveLog: (
|
|
1502
|
+
obj: AccessPoliciesStatus
|
|
1503
|
+
) => any;
|
|
1504
|
+
|
|
1505
|
+
export declare const AdditionalLimitFilterSensitiveLog: (
|
|
1506
|
+
obj: AdditionalLimit
|
|
1507
|
+
) => any;
|
|
1508
|
+
|
|
1509
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1510
|
+
|
|
1511
|
+
export declare const AddTagsRequestFilterSensitiveLog: (
|
|
1512
|
+
obj: AddTagsRequest
|
|
1513
|
+
) => any;
|
|
1514
|
+
|
|
1515
|
+
export declare const AdvancedOptionsStatusFilterSensitiveLog: (
|
|
1516
|
+
obj: AdvancedOptionsStatus
|
|
1517
|
+
) => any;
|
|
1518
|
+
|
|
1519
|
+
export declare const SAMLIdpFilterSensitiveLog: (obj: SAMLIdp) => any;
|
|
1520
|
+
|
|
1521
|
+
export declare const SAMLOptionsOutputFilterSensitiveLog: (
|
|
1522
|
+
obj: SAMLOptionsOutput
|
|
1523
|
+
) => any;
|
|
1524
|
+
|
|
1525
|
+
export declare const AdvancedSecurityOptionsFilterSensitiveLog: (
|
|
1526
|
+
obj: AdvancedSecurityOptions
|
|
1527
|
+
) => any;
|
|
1528
|
+
|
|
1529
|
+
export declare const MasterUserOptionsFilterSensitiveLog: (
|
|
1530
|
+
obj: MasterUserOptions
|
|
1531
|
+
) => any;
|
|
1532
|
+
|
|
1533
|
+
export declare const SAMLOptionsInputFilterSensitiveLog: (
|
|
1534
|
+
obj: SAMLOptionsInput
|
|
1535
|
+
) => any;
|
|
1536
|
+
|
|
1537
|
+
export declare const AdvancedSecurityOptionsInputFilterSensitiveLog: (
|
|
1538
|
+
obj: AdvancedSecurityOptionsInput
|
|
1539
|
+
) => any;
|
|
1540
|
+
|
|
1541
|
+
export declare const AdvancedSecurityOptionsStatusFilterSensitiveLog: (
|
|
1542
|
+
obj: AdvancedSecurityOptionsStatus
|
|
1543
|
+
) => any;
|
|
1544
|
+
|
|
1545
|
+
export declare const AssociatePackageRequestFilterSensitiveLog: (
|
|
1546
|
+
obj: AssociatePackageRequest
|
|
1547
|
+
) => any;
|
|
1548
|
+
|
|
1549
|
+
export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
|
|
1550
|
+
|
|
1551
|
+
export declare const DomainPackageDetailsFilterSensitiveLog: (
|
|
1552
|
+
obj: DomainPackageDetails
|
|
1553
|
+
) => any;
|
|
1554
|
+
|
|
1555
|
+
export declare const AssociatePackageResponseFilterSensitiveLog: (
|
|
1556
|
+
obj: AssociatePackageResponse
|
|
1557
|
+
) => any;
|
|
1558
|
+
|
|
1559
|
+
export declare const CancelElasticsearchServiceSoftwareUpdateRequestFilterSensitiveLog: (
|
|
1560
|
+
obj: CancelElasticsearchServiceSoftwareUpdateRequest
|
|
1561
|
+
) => any;
|
|
1562
|
+
|
|
1563
|
+
export declare const ServiceSoftwareOptionsFilterSensitiveLog: (
|
|
1564
|
+
obj: ServiceSoftwareOptions
|
|
1565
|
+
) => any;
|
|
1566
|
+
|
|
1567
|
+
export declare const CancelElasticsearchServiceSoftwareUpdateResponseFilterSensitiveLog: (
|
|
1568
|
+
obj: CancelElasticsearchServiceSoftwareUpdateResponse
|
|
1569
|
+
) => any;
|
|
1570
|
+
|
|
1571
|
+
export declare const DurationFilterSensitiveLog: (obj: Duration) => any;
|
|
1572
|
+
|
|
1573
|
+
export declare const AutoTuneMaintenanceScheduleFilterSensitiveLog: (
|
|
1574
|
+
obj: AutoTuneMaintenanceSchedule
|
|
1575
|
+
) => any;
|
|
1576
|
+
|
|
1577
|
+
export declare const AutoTuneOptionsInputFilterSensitiveLog: (
|
|
1578
|
+
obj: AutoTuneOptionsInput
|
|
1579
|
+
) => any;
|
|
1580
|
+
|
|
1581
|
+
export declare const CognitoOptionsFilterSensitiveLog: (
|
|
1582
|
+
obj: CognitoOptions
|
|
1583
|
+
) => any;
|
|
1584
|
+
|
|
1585
|
+
export declare const DomainEndpointOptionsFilterSensitiveLog: (
|
|
1586
|
+
obj: DomainEndpointOptions
|
|
1587
|
+
) => any;
|
|
1588
|
+
|
|
1589
|
+
export declare const EBSOptionsFilterSensitiveLog: (obj: EBSOptions) => any;
|
|
1590
|
+
|
|
1591
|
+
export declare const ColdStorageOptionsFilterSensitiveLog: (
|
|
1592
|
+
obj: ColdStorageOptions
|
|
1593
|
+
) => any;
|
|
1594
|
+
|
|
1595
|
+
export declare const ZoneAwarenessConfigFilterSensitiveLog: (
|
|
1596
|
+
obj: ZoneAwarenessConfig
|
|
1597
|
+
) => any;
|
|
1598
|
+
|
|
1599
|
+
export declare const ElasticsearchClusterConfigFilterSensitiveLog: (
|
|
1600
|
+
obj: ElasticsearchClusterConfig
|
|
1601
|
+
) => any;
|
|
1602
|
+
|
|
1603
|
+
export declare const EncryptionAtRestOptionsFilterSensitiveLog: (
|
|
1604
|
+
obj: EncryptionAtRestOptions
|
|
1605
|
+
) => any;
|
|
1606
|
+
|
|
1607
|
+
export declare const LogPublishingOptionFilterSensitiveLog: (
|
|
1608
|
+
obj: LogPublishingOption
|
|
1609
|
+
) => any;
|
|
1610
|
+
|
|
1611
|
+
export declare const NodeToNodeEncryptionOptionsFilterSensitiveLog: (
|
|
1612
|
+
obj: NodeToNodeEncryptionOptions
|
|
1613
|
+
) => any;
|
|
1614
|
+
|
|
1615
|
+
export declare const SnapshotOptionsFilterSensitiveLog: (
|
|
1616
|
+
obj: SnapshotOptions
|
|
1617
|
+
) => any;
|
|
1618
|
+
|
|
1619
|
+
export declare const VPCOptionsFilterSensitiveLog: (obj: VPCOptions) => any;
|
|
1620
|
+
|
|
1621
|
+
export declare const CreateElasticsearchDomainRequestFilterSensitiveLog: (
|
|
1622
|
+
obj: CreateElasticsearchDomainRequest
|
|
1623
|
+
) => any;
|
|
1624
|
+
|
|
1625
|
+
export declare const AutoTuneOptionsOutputFilterSensitiveLog: (
|
|
1626
|
+
obj: AutoTuneOptionsOutput
|
|
1627
|
+
) => any;
|
|
1628
|
+
|
|
1629
|
+
export declare const ChangeProgressDetailsFilterSensitiveLog: (
|
|
1630
|
+
obj: ChangeProgressDetails
|
|
1631
|
+
) => any;
|
|
1632
|
+
|
|
1633
|
+
export declare const VPCDerivedInfoFilterSensitiveLog: (
|
|
1634
|
+
obj: VPCDerivedInfo
|
|
1635
|
+
) => any;
|
|
1636
|
+
|
|
1637
|
+
export declare const ElasticsearchDomainStatusFilterSensitiveLog: (
|
|
1638
|
+
obj: ElasticsearchDomainStatus
|
|
1639
|
+
) => any;
|
|
1640
|
+
|
|
1641
|
+
export declare const CreateElasticsearchDomainResponseFilterSensitiveLog: (
|
|
1642
|
+
obj: CreateElasticsearchDomainResponse
|
|
1643
|
+
) => any;
|
|
1644
|
+
|
|
1645
|
+
export declare const CreateOutboundCrossClusterSearchConnectionRequestFilterSensitiveLog: (
|
|
1646
|
+
obj: CreateOutboundCrossClusterSearchConnectionRequest
|
|
1647
|
+
) => any;
|
|
1648
|
+
|
|
1649
|
+
export declare const OutboundCrossClusterSearchConnectionStatusFilterSensitiveLog: (
|
|
1650
|
+
obj: OutboundCrossClusterSearchConnectionStatus
|
|
1651
|
+
) => any;
|
|
1652
|
+
|
|
1653
|
+
export declare const CreateOutboundCrossClusterSearchConnectionResponseFilterSensitiveLog: (
|
|
1654
|
+
obj: CreateOutboundCrossClusterSearchConnectionResponse
|
|
1655
|
+
) => any;
|
|
1656
|
+
|
|
1657
|
+
export declare const PackageSourceFilterSensitiveLog: (
|
|
1658
|
+
obj: PackageSource
|
|
1659
|
+
) => any;
|
|
1660
|
+
|
|
1661
|
+
export declare const CreatePackageRequestFilterSensitiveLog: (
|
|
1662
|
+
obj: CreatePackageRequest
|
|
1663
|
+
) => any;
|
|
1664
|
+
|
|
1665
|
+
export declare const PackageDetailsFilterSensitiveLog: (
|
|
1666
|
+
obj: PackageDetails
|
|
1667
|
+
) => any;
|
|
1668
|
+
|
|
1669
|
+
export declare const CreatePackageResponseFilterSensitiveLog: (
|
|
1670
|
+
obj: CreatePackageResponse
|
|
1671
|
+
) => any;
|
|
1672
|
+
|
|
1673
|
+
export declare const DeleteElasticsearchDomainRequestFilterSensitiveLog: (
|
|
1674
|
+
obj: DeleteElasticsearchDomainRequest
|
|
1675
|
+
) => any;
|
|
1676
|
+
|
|
1677
|
+
export declare const DeleteElasticsearchDomainResponseFilterSensitiveLog: (
|
|
1678
|
+
obj: DeleteElasticsearchDomainResponse
|
|
1679
|
+
) => any;
|
|
1680
|
+
|
|
1681
|
+
export declare const DeleteInboundCrossClusterSearchConnectionRequestFilterSensitiveLog: (
|
|
1682
|
+
obj: DeleteInboundCrossClusterSearchConnectionRequest
|
|
1683
|
+
) => any;
|
|
1684
|
+
|
|
1685
|
+
export declare const DeleteInboundCrossClusterSearchConnectionResponseFilterSensitiveLog: (
|
|
1686
|
+
obj: DeleteInboundCrossClusterSearchConnectionResponse
|
|
1687
|
+
) => any;
|
|
1688
|
+
|
|
1689
|
+
export declare const DeleteOutboundCrossClusterSearchConnectionRequestFilterSensitiveLog: (
|
|
1690
|
+
obj: DeleteOutboundCrossClusterSearchConnectionRequest
|
|
1691
|
+
) => any;
|
|
1692
|
+
|
|
1693
|
+
export declare const OutboundCrossClusterSearchConnectionFilterSensitiveLog: (
|
|
1694
|
+
obj: OutboundCrossClusterSearchConnection
|
|
1695
|
+
) => any;
|
|
1696
|
+
|
|
1697
|
+
export declare const DeleteOutboundCrossClusterSearchConnectionResponseFilterSensitiveLog: (
|
|
1698
|
+
obj: DeleteOutboundCrossClusterSearchConnectionResponse
|
|
1699
|
+
) => any;
|
|
1700
|
+
|
|
1701
|
+
export declare const DeletePackageRequestFilterSensitiveLog: (
|
|
1702
|
+
obj: DeletePackageRequest
|
|
1703
|
+
) => any;
|
|
1704
|
+
|
|
1705
|
+
export declare const DeletePackageResponseFilterSensitiveLog: (
|
|
1706
|
+
obj: DeletePackageResponse
|
|
1707
|
+
) => any;
|
|
1708
|
+
|
|
1709
|
+
export declare const DescribeDomainAutoTunesRequestFilterSensitiveLog: (
|
|
1710
|
+
obj: DescribeDomainAutoTunesRequest
|
|
1711
|
+
) => any;
|
|
1712
|
+
|
|
1713
|
+
export declare const ScheduledAutoTuneDetailsFilterSensitiveLog: (
|
|
1714
|
+
obj: ScheduledAutoTuneDetails
|
|
1715
|
+
) => any;
|
|
1716
|
+
|
|
1717
|
+
export declare const AutoTuneDetailsFilterSensitiveLog: (
|
|
1718
|
+
obj: AutoTuneDetails
|
|
1719
|
+
) => any;
|
|
1720
|
+
|
|
1721
|
+
export declare const AutoTuneFilterSensitiveLog: (obj: AutoTune) => any;
|
|
1722
|
+
|
|
1723
|
+
export declare const DescribeDomainAutoTunesResponseFilterSensitiveLog: (
|
|
1724
|
+
obj: DescribeDomainAutoTunesResponse
|
|
1725
|
+
) => any;
|
|
1726
|
+
|
|
1727
|
+
export declare const DescribeDomainChangeProgressRequestFilterSensitiveLog: (
|
|
1728
|
+
obj: DescribeDomainChangeProgressRequest
|
|
1729
|
+
) => any;
|
|
1730
|
+
|
|
1731
|
+
export declare const ChangeProgressStageFilterSensitiveLog: (
|
|
1732
|
+
obj: ChangeProgressStage
|
|
1733
|
+
) => any;
|
|
1734
|
+
|
|
1735
|
+
export declare const ChangeProgressStatusDetailsFilterSensitiveLog: (
|
|
1736
|
+
obj: ChangeProgressStatusDetails
|
|
1737
|
+
) => any;
|
|
1738
|
+
|
|
1739
|
+
export declare const DescribeDomainChangeProgressResponseFilterSensitiveLog: (
|
|
1740
|
+
obj: DescribeDomainChangeProgressResponse
|
|
1741
|
+
) => any;
|
|
1742
|
+
|
|
1743
|
+
export declare const DescribeElasticsearchDomainRequestFilterSensitiveLog: (
|
|
1744
|
+
obj: DescribeElasticsearchDomainRequest
|
|
1745
|
+
) => any;
|
|
1746
|
+
|
|
1747
|
+
export declare const DescribeElasticsearchDomainResponseFilterSensitiveLog: (
|
|
1748
|
+
obj: DescribeElasticsearchDomainResponse
|
|
1749
|
+
) => any;
|
|
1750
|
+
|
|
1751
|
+
export declare const DescribeElasticsearchDomainConfigRequestFilterSensitiveLog: (
|
|
1752
|
+
obj: DescribeElasticsearchDomainConfigRequest
|
|
1753
|
+
) => any;
|
|
1754
|
+
|
|
1755
|
+
export declare const AutoTuneOptionsFilterSensitiveLog: (
|
|
1756
|
+
obj: AutoTuneOptions
|
|
1757
|
+
) => any;
|
|
1758
|
+
|
|
1759
|
+
export declare const AutoTuneStatusFilterSensitiveLog: (
|
|
1760
|
+
obj: AutoTuneStatus
|
|
1761
|
+
) => any;
|
|
1762
|
+
|
|
1763
|
+
export declare const AutoTuneOptionsStatusFilterSensitiveLog: (
|
|
1764
|
+
obj: AutoTuneOptionsStatus
|
|
1765
|
+
) => any;
|
|
1766
|
+
|
|
1767
|
+
export declare const CognitoOptionsStatusFilterSensitiveLog: (
|
|
1768
|
+
obj: CognitoOptionsStatus
|
|
1769
|
+
) => any;
|
|
1770
|
+
|
|
1771
|
+
export declare const DomainEndpointOptionsStatusFilterSensitiveLog: (
|
|
1772
|
+
obj: DomainEndpointOptionsStatus
|
|
1773
|
+
) => any;
|
|
1774
|
+
|
|
1775
|
+
export declare const EBSOptionsStatusFilterSensitiveLog: (
|
|
1776
|
+
obj: EBSOptionsStatus
|
|
1777
|
+
) => any;
|
|
1778
|
+
|
|
1779
|
+
export declare const ElasticsearchClusterConfigStatusFilterSensitiveLog: (
|
|
1780
|
+
obj: ElasticsearchClusterConfigStatus
|
|
1781
|
+
) => any;
|
|
1782
|
+
|
|
1783
|
+
export declare const ElasticsearchVersionStatusFilterSensitiveLog: (
|
|
1784
|
+
obj: ElasticsearchVersionStatus
|
|
1785
|
+
) => any;
|
|
1786
|
+
|
|
1787
|
+
export declare const EncryptionAtRestOptionsStatusFilterSensitiveLog: (
|
|
1788
|
+
obj: EncryptionAtRestOptionsStatus
|
|
1789
|
+
) => any;
|
|
1790
|
+
|
|
1791
|
+
export declare const LogPublishingOptionsStatusFilterSensitiveLog: (
|
|
1792
|
+
obj: LogPublishingOptionsStatus
|
|
1793
|
+
) => any;
|
|
1794
|
+
|
|
1795
|
+
export declare const NodeToNodeEncryptionOptionsStatusFilterSensitiveLog: (
|
|
1796
|
+
obj: NodeToNodeEncryptionOptionsStatus
|
|
1797
|
+
) => any;
|
|
1798
|
+
|
|
1799
|
+
export declare const SnapshotOptionsStatusFilterSensitiveLog: (
|
|
1800
|
+
obj: SnapshotOptionsStatus
|
|
1801
|
+
) => any;
|
|
1802
|
+
|
|
1803
|
+
export declare const VPCDerivedInfoStatusFilterSensitiveLog: (
|
|
1804
|
+
obj: VPCDerivedInfoStatus
|
|
1805
|
+
) => any;
|
|
1806
|
+
|
|
1807
|
+
export declare const ElasticsearchDomainConfigFilterSensitiveLog: (
|
|
1808
|
+
obj: ElasticsearchDomainConfig
|
|
1809
|
+
) => any;
|
|
1810
|
+
|
|
1811
|
+
export declare const DescribeElasticsearchDomainConfigResponseFilterSensitiveLog: (
|
|
1812
|
+
obj: DescribeElasticsearchDomainConfigResponse
|
|
1813
|
+
) => any;
|
|
1814
|
+
|
|
1815
|
+
export declare const DescribeElasticsearchDomainsRequestFilterSensitiveLog: (
|
|
1816
|
+
obj: DescribeElasticsearchDomainsRequest
|
|
1817
|
+
) => any;
|
|
1818
|
+
|
|
1819
|
+
export declare const DescribeElasticsearchDomainsResponseFilterSensitiveLog: (
|
|
1820
|
+
obj: DescribeElasticsearchDomainsResponse
|
|
1821
|
+
) => any;
|
|
1822
|
+
|
|
1823
|
+
export declare const DescribeElasticsearchInstanceTypeLimitsRequestFilterSensitiveLog: (
|
|
1824
|
+
obj: DescribeElasticsearchInstanceTypeLimitsRequest
|
|
1825
|
+
) => any;
|
|
1826
|
+
|
|
1827
|
+
export declare const InstanceCountLimitsFilterSensitiveLog: (
|
|
1828
|
+
obj: InstanceCountLimits
|
|
1829
|
+
) => any;
|
|
1830
|
+
|
|
1831
|
+
export declare const InstanceLimitsFilterSensitiveLog: (
|
|
1832
|
+
obj: InstanceLimits
|
|
1833
|
+
) => any;
|
|
1834
|
+
|
|
1835
|
+
export declare const StorageTypeLimitFilterSensitiveLog: (
|
|
1836
|
+
obj: StorageTypeLimit
|
|
1837
|
+
) => any;
|
|
1838
|
+
|
|
1839
|
+
export declare const StorageTypeFilterSensitiveLog: (obj: StorageType) => any;
|
|
1840
|
+
|
|
1841
|
+
export declare const LimitsFilterSensitiveLog: (obj: Limits) => any;
|
|
1842
|
+
|
|
1843
|
+
export declare const DescribeElasticsearchInstanceTypeLimitsResponseFilterSensitiveLog: (
|
|
1844
|
+
obj: DescribeElasticsearchInstanceTypeLimitsResponse
|
|
1845
|
+
) => any;
|
|
1846
|
+
|
|
1847
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1848
|
+
|
|
1849
|
+
export declare const DescribeInboundCrossClusterSearchConnectionsRequestFilterSensitiveLog: (
|
|
1850
|
+
obj: DescribeInboundCrossClusterSearchConnectionsRequest
|
|
1851
|
+
) => any;
|
|
1852
|
+
|
|
1853
|
+
export declare const DescribeInboundCrossClusterSearchConnectionsResponseFilterSensitiveLog: (
|
|
1854
|
+
obj: DescribeInboundCrossClusterSearchConnectionsResponse
|
|
1855
|
+
) => any;
|
|
1856
|
+
|
|
1857
|
+
export declare const DescribeOutboundCrossClusterSearchConnectionsRequestFilterSensitiveLog: (
|
|
1858
|
+
obj: DescribeOutboundCrossClusterSearchConnectionsRequest
|
|
1859
|
+
) => any;
|
|
1860
|
+
|
|
1861
|
+
export declare const DescribeOutboundCrossClusterSearchConnectionsResponseFilterSensitiveLog: (
|
|
1862
|
+
obj: DescribeOutboundCrossClusterSearchConnectionsResponse
|
|
1863
|
+
) => any;
|
|
1864
|
+
|
|
1865
|
+
export declare const DescribePackagesFilterFilterSensitiveLog: (
|
|
1866
|
+
obj: DescribePackagesFilter
|
|
1867
|
+
) => any;
|
|
1868
|
+
|
|
1869
|
+
export declare const DescribePackagesRequestFilterSensitiveLog: (
|
|
1870
|
+
obj: DescribePackagesRequest
|
|
1871
|
+
) => any;
|
|
1872
|
+
|
|
1873
|
+
export declare const DescribePackagesResponseFilterSensitiveLog: (
|
|
1874
|
+
obj: DescribePackagesResponse
|
|
1875
|
+
) => any;
|
|
1876
|
+
|
|
1877
|
+
export declare const DescribeReservedElasticsearchInstanceOfferingsRequestFilterSensitiveLog: (
|
|
1878
|
+
obj: DescribeReservedElasticsearchInstanceOfferingsRequest
|
|
1879
|
+
) => any;
|
|
1880
|
+
|
|
1881
|
+
export declare const RecurringChargeFilterSensitiveLog: (
|
|
1882
|
+
obj: RecurringCharge
|
|
1883
|
+
) => any;
|
|
1884
|
+
|
|
1885
|
+
export declare const ReservedElasticsearchInstanceOfferingFilterSensitiveLog: (
|
|
1886
|
+
obj: ReservedElasticsearchInstanceOffering
|
|
1887
|
+
) => any;
|
|
1888
|
+
|
|
1889
|
+
export declare const DescribeReservedElasticsearchInstanceOfferingsResponseFilterSensitiveLog: (
|
|
1890
|
+
obj: DescribeReservedElasticsearchInstanceOfferingsResponse
|
|
1891
|
+
) => any;
|
|
1892
|
+
|
|
1893
|
+
export declare const DescribeReservedElasticsearchInstancesRequestFilterSensitiveLog: (
|
|
1894
|
+
obj: DescribeReservedElasticsearchInstancesRequest
|
|
1895
|
+
) => any;
|
|
1896
|
+
|
|
1897
|
+
export declare const ReservedElasticsearchInstanceFilterSensitiveLog: (
|
|
1898
|
+
obj: ReservedElasticsearchInstance
|
|
1899
|
+
) => any;
|
|
1900
|
+
|
|
1901
|
+
export declare const DescribeReservedElasticsearchInstancesResponseFilterSensitiveLog: (
|
|
1902
|
+
obj: DescribeReservedElasticsearchInstancesResponse
|
|
1903
|
+
) => any;
|
|
1904
|
+
|
|
1905
|
+
export declare const DissociatePackageRequestFilterSensitiveLog: (
|
|
1906
|
+
obj: DissociatePackageRequest
|
|
1907
|
+
) => any;
|
|
1908
|
+
|
|
1909
|
+
export declare const DissociatePackageResponseFilterSensitiveLog: (
|
|
1910
|
+
obj: DissociatePackageResponse
|
|
1911
|
+
) => any;
|
|
1912
|
+
|
|
1913
|
+
export declare const GetCompatibleElasticsearchVersionsRequestFilterSensitiveLog: (
|
|
1914
|
+
obj: GetCompatibleElasticsearchVersionsRequest
|
|
1915
|
+
) => any;
|
|
1916
|
+
|
|
1917
|
+
export declare const CompatibleVersionsMapFilterSensitiveLog: (
|
|
1918
|
+
obj: CompatibleVersionsMap
|
|
1919
|
+
) => any;
|
|
1920
|
+
|
|
1921
|
+
export declare const GetCompatibleElasticsearchVersionsResponseFilterSensitiveLog: (
|
|
1922
|
+
obj: GetCompatibleElasticsearchVersionsResponse
|
|
1923
|
+
) => any;
|
|
1924
|
+
|
|
1925
|
+
export declare const GetPackageVersionHistoryRequestFilterSensitiveLog: (
|
|
1926
|
+
obj: GetPackageVersionHistoryRequest
|
|
1927
|
+
) => any;
|
|
1928
|
+
|
|
1929
|
+
export declare const PackageVersionHistoryFilterSensitiveLog: (
|
|
1930
|
+
obj: PackageVersionHistory
|
|
1931
|
+
) => any;
|
|
1932
|
+
|
|
1933
|
+
export declare const GetPackageVersionHistoryResponseFilterSensitiveLog: (
|
|
1934
|
+
obj: GetPackageVersionHistoryResponse
|
|
1935
|
+
) => any;
|
|
1936
|
+
|
|
1937
|
+
export declare const GetUpgradeHistoryRequestFilterSensitiveLog: (
|
|
1938
|
+
obj: GetUpgradeHistoryRequest
|
|
1939
|
+
) => any;
|
|
1940
|
+
|
|
1941
|
+
export declare const UpgradeStepItemFilterSensitiveLog: (
|
|
1942
|
+
obj: UpgradeStepItem
|
|
1943
|
+
) => any;
|
|
1944
|
+
|
|
1945
|
+
export declare const UpgradeHistoryFilterSensitiveLog: (
|
|
1946
|
+
obj: UpgradeHistory
|
|
1947
|
+
) => any;
|
|
1948
|
+
|
|
1949
|
+
export declare const GetUpgradeHistoryResponseFilterSensitiveLog: (
|
|
1950
|
+
obj: GetUpgradeHistoryResponse
|
|
1951
|
+
) => any;
|
|
1952
|
+
|
|
1953
|
+
export declare const GetUpgradeStatusRequestFilterSensitiveLog: (
|
|
1954
|
+
obj: GetUpgradeStatusRequest
|
|
1955
|
+
) => any;
|
|
1956
|
+
|
|
1957
|
+
export declare const GetUpgradeStatusResponseFilterSensitiveLog: (
|
|
1958
|
+
obj: GetUpgradeStatusResponse
|
|
1959
|
+
) => any;
|
|
1960
|
+
|
|
1961
|
+
export declare const ListDomainNamesRequestFilterSensitiveLog: (
|
|
1962
|
+
obj: ListDomainNamesRequest
|
|
1963
|
+
) => any;
|
|
1964
|
+
|
|
1965
|
+
export declare const DomainInfoFilterSensitiveLog: (obj: DomainInfo) => any;
|
|
1966
|
+
|
|
1967
|
+
export declare const ListDomainNamesResponseFilterSensitiveLog: (
|
|
1968
|
+
obj: ListDomainNamesResponse
|
|
1969
|
+
) => any;
|
|
1970
|
+
|
|
1971
|
+
export declare const ListDomainsForPackageRequestFilterSensitiveLog: (
|
|
1972
|
+
obj: ListDomainsForPackageRequest
|
|
1973
|
+
) => any;
|
|
1974
|
+
|
|
1975
|
+
export declare const ListDomainsForPackageResponseFilterSensitiveLog: (
|
|
1976
|
+
obj: ListDomainsForPackageResponse
|
|
1977
|
+
) => any;
|
|
1978
|
+
|
|
1979
|
+
export declare const ListElasticsearchInstanceTypesRequestFilterSensitiveLog: (
|
|
1980
|
+
obj: ListElasticsearchInstanceTypesRequest
|
|
1981
|
+
) => any;
|
|
1982
|
+
|
|
1983
|
+
export declare const ListElasticsearchInstanceTypesResponseFilterSensitiveLog: (
|
|
1984
|
+
obj: ListElasticsearchInstanceTypesResponse
|
|
1985
|
+
) => any;
|
|
1986
|
+
|
|
1987
|
+
export declare const ListElasticsearchVersionsRequestFilterSensitiveLog: (
|
|
1988
|
+
obj: ListElasticsearchVersionsRequest
|
|
1989
|
+
) => any;
|
|
1990
|
+
|
|
1991
|
+
export declare const ListElasticsearchVersionsResponseFilterSensitiveLog: (
|
|
1992
|
+
obj: ListElasticsearchVersionsResponse
|
|
1993
|
+
) => any;
|
|
1994
|
+
|
|
1995
|
+
export declare const ListPackagesForDomainRequestFilterSensitiveLog: (
|
|
1996
|
+
obj: ListPackagesForDomainRequest
|
|
1997
|
+
) => any;
|
|
1998
|
+
|
|
1999
|
+
export declare const ListPackagesForDomainResponseFilterSensitiveLog: (
|
|
2000
|
+
obj: ListPackagesForDomainResponse
|
|
2001
|
+
) => any;
|
|
2002
|
+
|
|
2003
|
+
export declare const ListTagsRequestFilterSensitiveLog: (
|
|
2004
|
+
obj: ListTagsRequest
|
|
2005
|
+
) => any;
|
|
2006
|
+
|
|
2007
|
+
export declare const ListTagsResponseFilterSensitiveLog: (
|
|
2008
|
+
obj: ListTagsResponse
|
|
2009
|
+
) => any;
|
|
2010
|
+
|
|
2011
|
+
export declare const PurchaseReservedElasticsearchInstanceOfferingRequestFilterSensitiveLog: (
|
|
2012
|
+
obj: PurchaseReservedElasticsearchInstanceOfferingRequest
|
|
2013
|
+
) => any;
|
|
2014
|
+
|
|
2015
|
+
export declare const PurchaseReservedElasticsearchInstanceOfferingResponseFilterSensitiveLog: (
|
|
2016
|
+
obj: PurchaseReservedElasticsearchInstanceOfferingResponse
|
|
2017
|
+
) => any;
|
|
2018
|
+
|
|
2019
|
+
export declare const RejectInboundCrossClusterSearchConnectionRequestFilterSensitiveLog: (
|
|
2020
|
+
obj: RejectInboundCrossClusterSearchConnectionRequest
|
|
2021
|
+
) => any;
|
|
2022
|
+
|
|
2023
|
+
export declare const RejectInboundCrossClusterSearchConnectionResponseFilterSensitiveLog: (
|
|
2024
|
+
obj: RejectInboundCrossClusterSearchConnectionResponse
|
|
2025
|
+
) => any;
|
|
2026
|
+
|
|
2027
|
+
export declare const RemoveTagsRequestFilterSensitiveLog: (
|
|
2028
|
+
obj: RemoveTagsRequest
|
|
2029
|
+
) => any;
|
|
2030
|
+
|
|
2031
|
+
export declare const StartElasticsearchServiceSoftwareUpdateRequestFilterSensitiveLog: (
|
|
2032
|
+
obj: StartElasticsearchServiceSoftwareUpdateRequest
|
|
2033
|
+
) => any;
|
|
2034
|
+
|
|
2035
|
+
export declare const StartElasticsearchServiceSoftwareUpdateResponseFilterSensitiveLog: (
|
|
2036
|
+
obj: StartElasticsearchServiceSoftwareUpdateResponse
|
|
2037
|
+
) => any;
|
|
2038
|
+
|
|
2039
|
+
export declare const UpdateElasticsearchDomainConfigRequestFilterSensitiveLog: (
|
|
2040
|
+
obj: UpdateElasticsearchDomainConfigRequest
|
|
2041
|
+
) => any;
|
|
2042
|
+
|
|
2043
|
+
export declare const DryRunResultsFilterSensitiveLog: (
|
|
2044
|
+
obj: DryRunResults
|
|
2045
|
+
) => any;
|
|
2046
|
+
|
|
2047
|
+
export declare const UpdateElasticsearchDomainConfigResponseFilterSensitiveLog: (
|
|
2048
|
+
obj: UpdateElasticsearchDomainConfigResponse
|
|
2049
|
+
) => any;
|
|
2050
|
+
|
|
2051
|
+
export declare const UpdatePackageRequestFilterSensitiveLog: (
|
|
2052
|
+
obj: UpdatePackageRequest
|
|
2053
|
+
) => any;
|
|
2054
|
+
|
|
2055
|
+
export declare const UpdatePackageResponseFilterSensitiveLog: (
|
|
2056
|
+
obj: UpdatePackageResponse
|
|
2057
|
+
) => any;
|
|
2058
|
+
|
|
2059
|
+
export declare const UpgradeElasticsearchDomainRequestFilterSensitiveLog: (
|
|
2060
|
+
obj: UpgradeElasticsearchDomainRequest
|
|
2061
|
+
) => any;
|
|
2062
|
+
|
|
2063
|
+
export declare const UpgradeElasticsearchDomainResponseFilterSensitiveLog: (
|
|
2064
|
+
obj: UpgradeElasticsearchDomainResponse
|
|
2065
|
+
) => any;
|