@aws-sdk/client-cloudsearch 3.169.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 +8 -0
- package/dist-types/ts3.4/CloudSearch.d.ts +472 -135
- package/dist-types/ts3.4/CloudSearchClient.d.ts +285 -99
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +26 -26
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/CloudSearchServiceException.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 +1060 -916
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +317 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,916 +1,1060 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { CloudSearchServiceException as __BaseException } from "./CloudSearchServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class BaseException extends __BaseException {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export interface BuildSuggestersRequest {
|
|
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
|
-
export declare class ValidationException extends __BaseException {
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
export interface Limits {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export interface DomainStatus {
|
|
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
|
-
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
export
|
|
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
|
-
|
|
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
|
-
export interface
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
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
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
}
|
|
305
|
-
|
|
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
|
-
export interface
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
export interface
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
}
|
|
635
|
-
export declare type PartitionInstanceType =
|
|
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
|
-
export interface
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
export interface
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
export interface
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
export interface UpdateServiceAccessPoliciesRequest {
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
export declare const BuildSuggestersResponseFilterSensitiveLog: (
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
export declare const
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
export declare const
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
export declare const
|
|
769
|
-
|
|
770
|
-
export declare const
|
|
771
|
-
|
|
772
|
-
export declare const
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
export declare const
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
export declare const
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
export declare const
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
export declare const
|
|
789
|
-
|
|
790
|
-
export declare const
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
export declare const
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
export declare const
|
|
799
|
-
|
|
800
|
-
export declare const
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
export declare const
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
export declare const
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
export declare const
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
export declare const
|
|
817
|
-
|
|
818
|
-
export declare const
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
export declare const
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
export declare const
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
export declare const
|
|
831
|
-
|
|
832
|
-
export declare const
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
export declare const
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
export declare const
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
export declare const
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
export declare const
|
|
849
|
-
|
|
850
|
-
export declare const
|
|
851
|
-
|
|
852
|
-
export declare const
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
export declare const
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
export declare const
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
export declare const
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
export declare const
|
|
869
|
-
|
|
870
|
-
export declare const
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
export declare const
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
export declare const
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
export declare const
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
export declare const
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
export declare const
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
export declare const
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
export declare const
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
export declare const
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
export declare const
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
export declare const
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
export declare const
|
|
915
|
-
|
|
916
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CloudSearchServiceException as __BaseException } from "./CloudSearchServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class BaseException extends __BaseException {
|
|
5
|
+
readonly name: "BaseException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
|
|
8
|
+
Code?: string;
|
|
9
|
+
|
|
10
|
+
Message?: string;
|
|
11
|
+
|
|
12
|
+
constructor(opts: __ExceptionOptionType<BaseException, __BaseException>);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface BuildSuggestersRequest {
|
|
16
|
+
DomainName: string | undefined;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export interface BuildSuggestersResponse {
|
|
20
|
+
FieldNames?: string[];
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export declare class InternalException extends __BaseException {
|
|
24
|
+
readonly name: "InternalException";
|
|
25
|
+
readonly $fault: "server";
|
|
26
|
+
|
|
27
|
+
Code?: string;
|
|
28
|
+
|
|
29
|
+
Message?: string;
|
|
30
|
+
|
|
31
|
+
constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
35
|
+
readonly name: "ResourceNotFoundException";
|
|
36
|
+
readonly $fault: "client";
|
|
37
|
+
|
|
38
|
+
Code?: string;
|
|
39
|
+
|
|
40
|
+
Message?: string;
|
|
41
|
+
|
|
42
|
+
constructor(
|
|
43
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
44
|
+
);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export declare class ValidationException extends __BaseException {
|
|
48
|
+
readonly name: "ValidationException";
|
|
49
|
+
readonly $fault: "client";
|
|
50
|
+
|
|
51
|
+
Code?: string;
|
|
52
|
+
|
|
53
|
+
Message?: string;
|
|
54
|
+
|
|
55
|
+
constructor(
|
|
56
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export interface CreateDomainRequest {
|
|
61
|
+
DomainName: string | undefined;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface ServiceEndpoint {
|
|
65
|
+
Endpoint?: string;
|
|
66
|
+
}
|
|
67
|
+
export interface Limits {
|
|
68
|
+
MaximumReplicationCount: number | undefined;
|
|
69
|
+
MaximumPartitionCount: number | undefined;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface DomainStatus {
|
|
73
|
+
DomainId: string | undefined;
|
|
74
|
+
|
|
75
|
+
DomainName: string | undefined;
|
|
76
|
+
|
|
77
|
+
ARN?: string;
|
|
78
|
+
|
|
79
|
+
Created?: boolean;
|
|
80
|
+
|
|
81
|
+
Deleted?: boolean;
|
|
82
|
+
|
|
83
|
+
DocService?: ServiceEndpoint;
|
|
84
|
+
|
|
85
|
+
SearchService?: ServiceEndpoint;
|
|
86
|
+
|
|
87
|
+
RequiresIndexDocuments: boolean | undefined;
|
|
88
|
+
|
|
89
|
+
Processing?: boolean;
|
|
90
|
+
|
|
91
|
+
SearchInstanceType?: string;
|
|
92
|
+
|
|
93
|
+
SearchPartitionCount?: number;
|
|
94
|
+
|
|
95
|
+
SearchInstanceCount?: number;
|
|
96
|
+
Limits?: Limits;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export interface CreateDomainResponse {
|
|
100
|
+
DomainStatus?: DomainStatus;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export declare class LimitExceededException extends __BaseException {
|
|
104
|
+
readonly name: "LimitExceededException";
|
|
105
|
+
readonly $fault: "client";
|
|
106
|
+
|
|
107
|
+
Code?: string;
|
|
108
|
+
|
|
109
|
+
Message?: string;
|
|
110
|
+
|
|
111
|
+
constructor(
|
|
112
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
113
|
+
);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
117
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
118
|
+
readonly $fault: "client";
|
|
119
|
+
|
|
120
|
+
Code?: string;
|
|
121
|
+
|
|
122
|
+
Message?: string;
|
|
123
|
+
|
|
124
|
+
constructor(
|
|
125
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
126
|
+
);
|
|
127
|
+
}
|
|
128
|
+
export declare type AlgorithmicStemming = "full" | "light" | "minimal" | "none";
|
|
129
|
+
|
|
130
|
+
export interface AnalysisOptions {
|
|
131
|
+
Synonyms?: string;
|
|
132
|
+
|
|
133
|
+
Stopwords?: string;
|
|
134
|
+
|
|
135
|
+
StemmingDictionary?: string;
|
|
136
|
+
|
|
137
|
+
JapaneseTokenizationDictionary?: string;
|
|
138
|
+
|
|
139
|
+
AlgorithmicStemming?: AlgorithmicStemming | string;
|
|
140
|
+
}
|
|
141
|
+
export declare type AnalysisSchemeLanguage =
|
|
142
|
+
| "ar"
|
|
143
|
+
| "bg"
|
|
144
|
+
| "ca"
|
|
145
|
+
| "cs"
|
|
146
|
+
| "da"
|
|
147
|
+
| "de"
|
|
148
|
+
| "el"
|
|
149
|
+
| "en"
|
|
150
|
+
| "es"
|
|
151
|
+
| "eu"
|
|
152
|
+
| "fa"
|
|
153
|
+
| "fi"
|
|
154
|
+
| "fr"
|
|
155
|
+
| "ga"
|
|
156
|
+
| "gl"
|
|
157
|
+
| "he"
|
|
158
|
+
| "hi"
|
|
159
|
+
| "hu"
|
|
160
|
+
| "hy"
|
|
161
|
+
| "id"
|
|
162
|
+
| "it"
|
|
163
|
+
| "ja"
|
|
164
|
+
| "ko"
|
|
165
|
+
| "lv"
|
|
166
|
+
| "mul"
|
|
167
|
+
| "nl"
|
|
168
|
+
| "no"
|
|
169
|
+
| "pt"
|
|
170
|
+
| "ro"
|
|
171
|
+
| "ru"
|
|
172
|
+
| "sv"
|
|
173
|
+
| "th"
|
|
174
|
+
| "tr"
|
|
175
|
+
| "zh-Hans"
|
|
176
|
+
| "zh-Hant";
|
|
177
|
+
|
|
178
|
+
export interface AnalysisScheme {
|
|
179
|
+
AnalysisSchemeName: string | undefined;
|
|
180
|
+
|
|
181
|
+
AnalysisSchemeLanguage: AnalysisSchemeLanguage | string | undefined;
|
|
182
|
+
|
|
183
|
+
AnalysisOptions?: AnalysisOptions;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export interface DefineAnalysisSchemeRequest {
|
|
187
|
+
DomainName: string | undefined;
|
|
188
|
+
|
|
189
|
+
AnalysisScheme: AnalysisScheme | undefined;
|
|
190
|
+
}
|
|
191
|
+
export declare type OptionState =
|
|
192
|
+
| "Active"
|
|
193
|
+
| "FailedToValidate"
|
|
194
|
+
| "Processing"
|
|
195
|
+
| "RequiresIndexDocuments";
|
|
196
|
+
|
|
197
|
+
export interface OptionStatus {
|
|
198
|
+
CreationDate: Date | undefined;
|
|
199
|
+
|
|
200
|
+
UpdateDate: Date | undefined;
|
|
201
|
+
|
|
202
|
+
UpdateVersion?: number;
|
|
203
|
+
|
|
204
|
+
State: OptionState | string | undefined;
|
|
205
|
+
|
|
206
|
+
PendingDeletion?: boolean;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
export interface AnalysisSchemeStatus {
|
|
210
|
+
Options: AnalysisScheme | undefined;
|
|
211
|
+
|
|
212
|
+
Status: OptionStatus | undefined;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
export interface DefineAnalysisSchemeResponse {
|
|
216
|
+
AnalysisScheme: AnalysisSchemeStatus | undefined;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export declare class InvalidTypeException extends __BaseException {
|
|
220
|
+
readonly name: "InvalidTypeException";
|
|
221
|
+
readonly $fault: "client";
|
|
222
|
+
|
|
223
|
+
Code?: string;
|
|
224
|
+
|
|
225
|
+
Message?: string;
|
|
226
|
+
|
|
227
|
+
constructor(
|
|
228
|
+
opts: __ExceptionOptionType<InvalidTypeException, __BaseException>
|
|
229
|
+
);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
export interface Expression {
|
|
233
|
+
ExpressionName: string | undefined;
|
|
234
|
+
|
|
235
|
+
ExpressionValue: string | undefined;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
export interface DefineExpressionRequest {
|
|
239
|
+
DomainName: string | undefined;
|
|
240
|
+
|
|
241
|
+
Expression: Expression | undefined;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
export interface ExpressionStatus {
|
|
245
|
+
Options: Expression | undefined;
|
|
246
|
+
|
|
247
|
+
Status: OptionStatus | undefined;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
export interface DefineExpressionResponse {
|
|
251
|
+
Expression: ExpressionStatus | undefined;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
export interface DateArrayOptions {
|
|
255
|
+
DefaultValue?: string;
|
|
256
|
+
|
|
257
|
+
SourceFields?: string;
|
|
258
|
+
|
|
259
|
+
FacetEnabled?: boolean;
|
|
260
|
+
|
|
261
|
+
SearchEnabled?: boolean;
|
|
262
|
+
|
|
263
|
+
ReturnEnabled?: boolean;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
export interface DateOptions {
|
|
267
|
+
DefaultValue?: string;
|
|
268
|
+
|
|
269
|
+
SourceField?: string;
|
|
270
|
+
|
|
271
|
+
FacetEnabled?: boolean;
|
|
272
|
+
|
|
273
|
+
SearchEnabled?: boolean;
|
|
274
|
+
|
|
275
|
+
ReturnEnabled?: boolean;
|
|
276
|
+
|
|
277
|
+
SortEnabled?: boolean;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
export interface DoubleArrayOptions {
|
|
281
|
+
DefaultValue?: number;
|
|
282
|
+
|
|
283
|
+
SourceFields?: string;
|
|
284
|
+
|
|
285
|
+
FacetEnabled?: boolean;
|
|
286
|
+
|
|
287
|
+
SearchEnabled?: boolean;
|
|
288
|
+
|
|
289
|
+
ReturnEnabled?: boolean;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
export interface DoubleOptions {
|
|
293
|
+
DefaultValue?: number;
|
|
294
|
+
|
|
295
|
+
SourceField?: string;
|
|
296
|
+
|
|
297
|
+
FacetEnabled?: boolean;
|
|
298
|
+
|
|
299
|
+
SearchEnabled?: boolean;
|
|
300
|
+
|
|
301
|
+
ReturnEnabled?: boolean;
|
|
302
|
+
|
|
303
|
+
SortEnabled?: boolean;
|
|
304
|
+
}
|
|
305
|
+
export declare type IndexFieldType =
|
|
306
|
+
| "date"
|
|
307
|
+
| "date-array"
|
|
308
|
+
| "double"
|
|
309
|
+
| "double-array"
|
|
310
|
+
| "int"
|
|
311
|
+
| "int-array"
|
|
312
|
+
| "latlon"
|
|
313
|
+
| "literal"
|
|
314
|
+
| "literal-array"
|
|
315
|
+
| "text"
|
|
316
|
+
| "text-array";
|
|
317
|
+
|
|
318
|
+
export interface IntArrayOptions {
|
|
319
|
+
DefaultValue?: number;
|
|
320
|
+
|
|
321
|
+
SourceFields?: string;
|
|
322
|
+
|
|
323
|
+
FacetEnabled?: boolean;
|
|
324
|
+
|
|
325
|
+
SearchEnabled?: boolean;
|
|
326
|
+
|
|
327
|
+
ReturnEnabled?: boolean;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
export interface IntOptions {
|
|
331
|
+
DefaultValue?: number;
|
|
332
|
+
|
|
333
|
+
SourceField?: string;
|
|
334
|
+
|
|
335
|
+
FacetEnabled?: boolean;
|
|
336
|
+
|
|
337
|
+
SearchEnabled?: boolean;
|
|
338
|
+
|
|
339
|
+
ReturnEnabled?: boolean;
|
|
340
|
+
|
|
341
|
+
SortEnabled?: boolean;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
export interface LatLonOptions {
|
|
345
|
+
DefaultValue?: string;
|
|
346
|
+
|
|
347
|
+
SourceField?: string;
|
|
348
|
+
|
|
349
|
+
FacetEnabled?: boolean;
|
|
350
|
+
|
|
351
|
+
SearchEnabled?: boolean;
|
|
352
|
+
|
|
353
|
+
ReturnEnabled?: boolean;
|
|
354
|
+
|
|
355
|
+
SortEnabled?: boolean;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
export interface LiteralArrayOptions {
|
|
359
|
+
DefaultValue?: string;
|
|
360
|
+
|
|
361
|
+
SourceFields?: string;
|
|
362
|
+
|
|
363
|
+
FacetEnabled?: boolean;
|
|
364
|
+
|
|
365
|
+
SearchEnabled?: boolean;
|
|
366
|
+
|
|
367
|
+
ReturnEnabled?: boolean;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
export interface LiteralOptions {
|
|
371
|
+
DefaultValue?: string;
|
|
372
|
+
|
|
373
|
+
SourceField?: string;
|
|
374
|
+
|
|
375
|
+
FacetEnabled?: boolean;
|
|
376
|
+
|
|
377
|
+
SearchEnabled?: boolean;
|
|
378
|
+
|
|
379
|
+
ReturnEnabled?: boolean;
|
|
380
|
+
|
|
381
|
+
SortEnabled?: boolean;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
export interface TextArrayOptions {
|
|
385
|
+
DefaultValue?: string;
|
|
386
|
+
|
|
387
|
+
SourceFields?: string;
|
|
388
|
+
|
|
389
|
+
ReturnEnabled?: boolean;
|
|
390
|
+
|
|
391
|
+
HighlightEnabled?: boolean;
|
|
392
|
+
|
|
393
|
+
AnalysisScheme?: string;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
export interface TextOptions {
|
|
397
|
+
DefaultValue?: string;
|
|
398
|
+
|
|
399
|
+
SourceField?: string;
|
|
400
|
+
|
|
401
|
+
ReturnEnabled?: boolean;
|
|
402
|
+
|
|
403
|
+
SortEnabled?: boolean;
|
|
404
|
+
|
|
405
|
+
HighlightEnabled?: boolean;
|
|
406
|
+
|
|
407
|
+
AnalysisScheme?: string;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
export interface IndexField {
|
|
411
|
+
IndexFieldName: string | undefined;
|
|
412
|
+
|
|
413
|
+
IndexFieldType: IndexFieldType | string | undefined;
|
|
414
|
+
|
|
415
|
+
IntOptions?: IntOptions;
|
|
416
|
+
|
|
417
|
+
DoubleOptions?: DoubleOptions;
|
|
418
|
+
|
|
419
|
+
LiteralOptions?: LiteralOptions;
|
|
420
|
+
|
|
421
|
+
TextOptions?: TextOptions;
|
|
422
|
+
|
|
423
|
+
DateOptions?: DateOptions;
|
|
424
|
+
|
|
425
|
+
LatLonOptions?: LatLonOptions;
|
|
426
|
+
|
|
427
|
+
IntArrayOptions?: IntArrayOptions;
|
|
428
|
+
|
|
429
|
+
DoubleArrayOptions?: DoubleArrayOptions;
|
|
430
|
+
|
|
431
|
+
LiteralArrayOptions?: LiteralArrayOptions;
|
|
432
|
+
|
|
433
|
+
TextArrayOptions?: TextArrayOptions;
|
|
434
|
+
|
|
435
|
+
DateArrayOptions?: DateArrayOptions;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
export interface DefineIndexFieldRequest {
|
|
439
|
+
DomainName: string | undefined;
|
|
440
|
+
|
|
441
|
+
IndexField: IndexField | undefined;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
export interface IndexFieldStatus {
|
|
445
|
+
Options: IndexField | undefined;
|
|
446
|
+
|
|
447
|
+
Status: OptionStatus | undefined;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
export interface DefineIndexFieldResponse {
|
|
451
|
+
IndexField: IndexFieldStatus | undefined;
|
|
452
|
+
}
|
|
453
|
+
export declare type SuggesterFuzzyMatching = "high" | "low" | "none";
|
|
454
|
+
|
|
455
|
+
export interface DocumentSuggesterOptions {
|
|
456
|
+
SourceField: string | undefined;
|
|
457
|
+
|
|
458
|
+
FuzzyMatching?: SuggesterFuzzyMatching | string;
|
|
459
|
+
|
|
460
|
+
SortExpression?: string;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
export interface Suggester {
|
|
464
|
+
SuggesterName: string | undefined;
|
|
465
|
+
|
|
466
|
+
DocumentSuggesterOptions: DocumentSuggesterOptions | undefined;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export interface DefineSuggesterRequest {
|
|
470
|
+
DomainName: string | undefined;
|
|
471
|
+
|
|
472
|
+
Suggester: Suggester | undefined;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
export interface SuggesterStatus {
|
|
476
|
+
Options: Suggester | undefined;
|
|
477
|
+
|
|
478
|
+
Status: OptionStatus | undefined;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
export interface DefineSuggesterResponse {
|
|
482
|
+
Suggester: SuggesterStatus | undefined;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
export interface DeleteAnalysisSchemeRequest {
|
|
486
|
+
DomainName: string | undefined;
|
|
487
|
+
|
|
488
|
+
AnalysisSchemeName: string | undefined;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
export interface DeleteAnalysisSchemeResponse {
|
|
492
|
+
AnalysisScheme: AnalysisSchemeStatus | undefined;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
export interface DeleteDomainRequest {
|
|
496
|
+
DomainName: string | undefined;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
export interface DeleteDomainResponse {
|
|
500
|
+
DomainStatus?: DomainStatus;
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
export interface DeleteExpressionRequest {
|
|
504
|
+
DomainName: string | undefined;
|
|
505
|
+
|
|
506
|
+
ExpressionName: string | undefined;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
export interface DeleteExpressionResponse {
|
|
510
|
+
Expression: ExpressionStatus | undefined;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
export interface DeleteIndexFieldRequest {
|
|
514
|
+
DomainName: string | undefined;
|
|
515
|
+
|
|
516
|
+
IndexFieldName: string | undefined;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
export interface DeleteIndexFieldResponse {
|
|
520
|
+
IndexField: IndexFieldStatus | undefined;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
export interface DeleteSuggesterRequest {
|
|
524
|
+
DomainName: string | undefined;
|
|
525
|
+
|
|
526
|
+
SuggesterName: string | undefined;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
export interface DeleteSuggesterResponse {
|
|
530
|
+
Suggester: SuggesterStatus | undefined;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
export interface DescribeAnalysisSchemesRequest {
|
|
534
|
+
DomainName: string | undefined;
|
|
535
|
+
|
|
536
|
+
AnalysisSchemeNames?: string[];
|
|
537
|
+
|
|
538
|
+
Deployed?: boolean;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
export interface DescribeAnalysisSchemesResponse {
|
|
542
|
+
AnalysisSchemes: AnalysisSchemeStatus[] | undefined;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
export interface DescribeAvailabilityOptionsRequest {
|
|
546
|
+
DomainName: string | undefined;
|
|
547
|
+
|
|
548
|
+
Deployed?: boolean;
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
export interface AvailabilityOptionsStatus {
|
|
552
|
+
Options: boolean | undefined;
|
|
553
|
+
|
|
554
|
+
Status: OptionStatus | undefined;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
export interface DescribeAvailabilityOptionsResponse {
|
|
558
|
+
AvailabilityOptions?: AvailabilityOptionsStatus;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
export declare class DisabledOperationException extends __BaseException {
|
|
562
|
+
readonly name: "DisabledOperationException";
|
|
563
|
+
readonly $fault: "client";
|
|
564
|
+
|
|
565
|
+
Code?: string;
|
|
566
|
+
|
|
567
|
+
Message?: string;
|
|
568
|
+
|
|
569
|
+
constructor(
|
|
570
|
+
opts: __ExceptionOptionType<DisabledOperationException, __BaseException>
|
|
571
|
+
);
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
export interface DescribeDomainEndpointOptionsRequest {
|
|
575
|
+
DomainName: string | undefined;
|
|
576
|
+
|
|
577
|
+
Deployed?: boolean;
|
|
578
|
+
}
|
|
579
|
+
export declare enum TLSSecurityPolicy {
|
|
580
|
+
POLICY_MIN_TLS_1_0_2019_07 = "Policy-Min-TLS-1-0-2019-07",
|
|
581
|
+
POLICY_MIN_TLS_1_2_2019_07 = "Policy-Min-TLS-1-2-2019-07",
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
export interface DomainEndpointOptions {
|
|
585
|
+
EnforceHTTPS?: boolean;
|
|
586
|
+
|
|
587
|
+
TLSSecurityPolicy?: TLSSecurityPolicy | string;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
export interface DomainEndpointOptionsStatus {
|
|
591
|
+
Options: DomainEndpointOptions | undefined;
|
|
592
|
+
|
|
593
|
+
Status: OptionStatus | undefined;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
export interface DescribeDomainEndpointOptionsResponse {
|
|
597
|
+
DomainEndpointOptions?: DomainEndpointOptionsStatus;
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
export interface DescribeDomainsRequest {
|
|
601
|
+
DomainNames?: string[];
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
export interface DescribeDomainsResponse {
|
|
605
|
+
DomainStatusList: DomainStatus[] | undefined;
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
export interface DescribeExpressionsRequest {
|
|
609
|
+
DomainName: string | undefined;
|
|
610
|
+
|
|
611
|
+
ExpressionNames?: string[];
|
|
612
|
+
|
|
613
|
+
Deployed?: boolean;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
export interface DescribeExpressionsResponse {
|
|
617
|
+
Expressions: ExpressionStatus[] | undefined;
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
export interface DescribeIndexFieldsRequest {
|
|
621
|
+
DomainName: string | undefined;
|
|
622
|
+
|
|
623
|
+
FieldNames?: string[];
|
|
624
|
+
|
|
625
|
+
Deployed?: boolean;
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
export interface DescribeIndexFieldsResponse {
|
|
629
|
+
IndexFields: IndexFieldStatus[] | undefined;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
export interface DescribeScalingParametersRequest {
|
|
633
|
+
DomainName: string | undefined;
|
|
634
|
+
}
|
|
635
|
+
export declare type PartitionInstanceType =
|
|
636
|
+
| "search.2xlarge"
|
|
637
|
+
| "search.large"
|
|
638
|
+
| "search.m1.large"
|
|
639
|
+
| "search.m1.small"
|
|
640
|
+
| "search.m2.2xlarge"
|
|
641
|
+
| "search.m2.xlarge"
|
|
642
|
+
| "search.m3.2xlarge"
|
|
643
|
+
| "search.m3.large"
|
|
644
|
+
| "search.m3.medium"
|
|
645
|
+
| "search.m3.xlarge"
|
|
646
|
+
| "search.medium"
|
|
647
|
+
| "search.previousgeneration.2xlarge"
|
|
648
|
+
| "search.previousgeneration.large"
|
|
649
|
+
| "search.previousgeneration.small"
|
|
650
|
+
| "search.previousgeneration.xlarge"
|
|
651
|
+
| "search.small"
|
|
652
|
+
| "search.xlarge";
|
|
653
|
+
|
|
654
|
+
export interface ScalingParameters {
|
|
655
|
+
DesiredInstanceType?: PartitionInstanceType | string;
|
|
656
|
+
|
|
657
|
+
DesiredReplicationCount?: number;
|
|
658
|
+
|
|
659
|
+
DesiredPartitionCount?: number;
|
|
660
|
+
}
|
|
661
|
+
|
|
662
|
+
export interface ScalingParametersStatus {
|
|
663
|
+
Options: ScalingParameters | undefined;
|
|
664
|
+
|
|
665
|
+
Status: OptionStatus | undefined;
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
export interface DescribeScalingParametersResponse {
|
|
669
|
+
ScalingParameters: ScalingParametersStatus | undefined;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
export interface DescribeServiceAccessPoliciesRequest {
|
|
673
|
+
DomainName: string | undefined;
|
|
674
|
+
|
|
675
|
+
Deployed?: boolean;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
export interface AccessPoliciesStatus {
|
|
679
|
+
Options: string | undefined;
|
|
680
|
+
|
|
681
|
+
Status: OptionStatus | undefined;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
export interface DescribeServiceAccessPoliciesResponse {
|
|
685
|
+
AccessPolicies: AccessPoliciesStatus | undefined;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
export interface DescribeSuggestersRequest {
|
|
689
|
+
DomainName: string | undefined;
|
|
690
|
+
|
|
691
|
+
SuggesterNames?: string[];
|
|
692
|
+
|
|
693
|
+
Deployed?: boolean;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
export interface DescribeSuggestersResponse {
|
|
697
|
+
Suggesters: SuggesterStatus[] | undefined;
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
export interface IndexDocumentsRequest {
|
|
701
|
+
DomainName: string | undefined;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
export interface IndexDocumentsResponse {
|
|
705
|
+
FieldNames?: string[];
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
export interface ListDomainNamesResponse {
|
|
709
|
+
DomainNames?: Record<string, string>;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
export interface UpdateAvailabilityOptionsRequest {
|
|
713
|
+
DomainName: string | undefined;
|
|
714
|
+
|
|
715
|
+
MultiAZ: boolean | undefined;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
export interface UpdateAvailabilityOptionsResponse {
|
|
719
|
+
AvailabilityOptions?: AvailabilityOptionsStatus;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
export interface UpdateDomainEndpointOptionsRequest {
|
|
723
|
+
DomainName: string | undefined;
|
|
724
|
+
|
|
725
|
+
DomainEndpointOptions: DomainEndpointOptions | undefined;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
export interface UpdateDomainEndpointOptionsResponse {
|
|
729
|
+
DomainEndpointOptions?: DomainEndpointOptionsStatus;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
export interface UpdateScalingParametersRequest {
|
|
733
|
+
DomainName: string | undefined;
|
|
734
|
+
|
|
735
|
+
ScalingParameters: ScalingParameters | undefined;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
export interface UpdateScalingParametersResponse {
|
|
739
|
+
ScalingParameters: ScalingParametersStatus | undefined;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
export interface UpdateServiceAccessPoliciesRequest {
|
|
743
|
+
DomainName: string | undefined;
|
|
744
|
+
|
|
745
|
+
AccessPolicies: string | undefined;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
export interface UpdateServiceAccessPoliciesResponse {
|
|
749
|
+
AccessPolicies: AccessPoliciesStatus | undefined;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
export declare const BuildSuggestersRequestFilterSensitiveLog: (
|
|
753
|
+
obj: BuildSuggestersRequest
|
|
754
|
+
) => any;
|
|
755
|
+
|
|
756
|
+
export declare const BuildSuggestersResponseFilterSensitiveLog: (
|
|
757
|
+
obj: BuildSuggestersResponse
|
|
758
|
+
) => any;
|
|
759
|
+
|
|
760
|
+
export declare const CreateDomainRequestFilterSensitiveLog: (
|
|
761
|
+
obj: CreateDomainRequest
|
|
762
|
+
) => any;
|
|
763
|
+
|
|
764
|
+
export declare const ServiceEndpointFilterSensitiveLog: (
|
|
765
|
+
obj: ServiceEndpoint
|
|
766
|
+
) => any;
|
|
767
|
+
|
|
768
|
+
export declare const LimitsFilterSensitiveLog: (obj: Limits) => any;
|
|
769
|
+
|
|
770
|
+
export declare const DomainStatusFilterSensitiveLog: (obj: DomainStatus) => any;
|
|
771
|
+
|
|
772
|
+
export declare const CreateDomainResponseFilterSensitiveLog: (
|
|
773
|
+
obj: CreateDomainResponse
|
|
774
|
+
) => any;
|
|
775
|
+
|
|
776
|
+
export declare const AnalysisOptionsFilterSensitiveLog: (
|
|
777
|
+
obj: AnalysisOptions
|
|
778
|
+
) => any;
|
|
779
|
+
|
|
780
|
+
export declare const AnalysisSchemeFilterSensitiveLog: (
|
|
781
|
+
obj: AnalysisScheme
|
|
782
|
+
) => any;
|
|
783
|
+
|
|
784
|
+
export declare const DefineAnalysisSchemeRequestFilterSensitiveLog: (
|
|
785
|
+
obj: DefineAnalysisSchemeRequest
|
|
786
|
+
) => any;
|
|
787
|
+
|
|
788
|
+
export declare const OptionStatusFilterSensitiveLog: (obj: OptionStatus) => any;
|
|
789
|
+
|
|
790
|
+
export declare const AnalysisSchemeStatusFilterSensitiveLog: (
|
|
791
|
+
obj: AnalysisSchemeStatus
|
|
792
|
+
) => any;
|
|
793
|
+
|
|
794
|
+
export declare const DefineAnalysisSchemeResponseFilterSensitiveLog: (
|
|
795
|
+
obj: DefineAnalysisSchemeResponse
|
|
796
|
+
) => any;
|
|
797
|
+
|
|
798
|
+
export declare const ExpressionFilterSensitiveLog: (obj: Expression) => any;
|
|
799
|
+
|
|
800
|
+
export declare const DefineExpressionRequestFilterSensitiveLog: (
|
|
801
|
+
obj: DefineExpressionRequest
|
|
802
|
+
) => any;
|
|
803
|
+
|
|
804
|
+
export declare const ExpressionStatusFilterSensitiveLog: (
|
|
805
|
+
obj: ExpressionStatus
|
|
806
|
+
) => any;
|
|
807
|
+
|
|
808
|
+
export declare const DefineExpressionResponseFilterSensitiveLog: (
|
|
809
|
+
obj: DefineExpressionResponse
|
|
810
|
+
) => any;
|
|
811
|
+
|
|
812
|
+
export declare const DateArrayOptionsFilterSensitiveLog: (
|
|
813
|
+
obj: DateArrayOptions
|
|
814
|
+
) => any;
|
|
815
|
+
|
|
816
|
+
export declare const DateOptionsFilterSensitiveLog: (obj: DateOptions) => any;
|
|
817
|
+
|
|
818
|
+
export declare const DoubleArrayOptionsFilterSensitiveLog: (
|
|
819
|
+
obj: DoubleArrayOptions
|
|
820
|
+
) => any;
|
|
821
|
+
|
|
822
|
+
export declare const DoubleOptionsFilterSensitiveLog: (
|
|
823
|
+
obj: DoubleOptions
|
|
824
|
+
) => any;
|
|
825
|
+
|
|
826
|
+
export declare const IntArrayOptionsFilterSensitiveLog: (
|
|
827
|
+
obj: IntArrayOptions
|
|
828
|
+
) => any;
|
|
829
|
+
|
|
830
|
+
export declare const IntOptionsFilterSensitiveLog: (obj: IntOptions) => any;
|
|
831
|
+
|
|
832
|
+
export declare const LatLonOptionsFilterSensitiveLog: (
|
|
833
|
+
obj: LatLonOptions
|
|
834
|
+
) => any;
|
|
835
|
+
|
|
836
|
+
export declare const LiteralArrayOptionsFilterSensitiveLog: (
|
|
837
|
+
obj: LiteralArrayOptions
|
|
838
|
+
) => any;
|
|
839
|
+
|
|
840
|
+
export declare const LiteralOptionsFilterSensitiveLog: (
|
|
841
|
+
obj: LiteralOptions
|
|
842
|
+
) => any;
|
|
843
|
+
|
|
844
|
+
export declare const TextArrayOptionsFilterSensitiveLog: (
|
|
845
|
+
obj: TextArrayOptions
|
|
846
|
+
) => any;
|
|
847
|
+
|
|
848
|
+
export declare const TextOptionsFilterSensitiveLog: (obj: TextOptions) => any;
|
|
849
|
+
|
|
850
|
+
export declare const IndexFieldFilterSensitiveLog: (obj: IndexField) => any;
|
|
851
|
+
|
|
852
|
+
export declare const DefineIndexFieldRequestFilterSensitiveLog: (
|
|
853
|
+
obj: DefineIndexFieldRequest
|
|
854
|
+
) => any;
|
|
855
|
+
|
|
856
|
+
export declare const IndexFieldStatusFilterSensitiveLog: (
|
|
857
|
+
obj: IndexFieldStatus
|
|
858
|
+
) => any;
|
|
859
|
+
|
|
860
|
+
export declare const DefineIndexFieldResponseFilterSensitiveLog: (
|
|
861
|
+
obj: DefineIndexFieldResponse
|
|
862
|
+
) => any;
|
|
863
|
+
|
|
864
|
+
export declare const DocumentSuggesterOptionsFilterSensitiveLog: (
|
|
865
|
+
obj: DocumentSuggesterOptions
|
|
866
|
+
) => any;
|
|
867
|
+
|
|
868
|
+
export declare const SuggesterFilterSensitiveLog: (obj: Suggester) => any;
|
|
869
|
+
|
|
870
|
+
export declare const DefineSuggesterRequestFilterSensitiveLog: (
|
|
871
|
+
obj: DefineSuggesterRequest
|
|
872
|
+
) => any;
|
|
873
|
+
|
|
874
|
+
export declare const SuggesterStatusFilterSensitiveLog: (
|
|
875
|
+
obj: SuggesterStatus
|
|
876
|
+
) => any;
|
|
877
|
+
|
|
878
|
+
export declare const DefineSuggesterResponseFilterSensitiveLog: (
|
|
879
|
+
obj: DefineSuggesterResponse
|
|
880
|
+
) => any;
|
|
881
|
+
|
|
882
|
+
export declare const DeleteAnalysisSchemeRequestFilterSensitiveLog: (
|
|
883
|
+
obj: DeleteAnalysisSchemeRequest
|
|
884
|
+
) => any;
|
|
885
|
+
|
|
886
|
+
export declare const DeleteAnalysisSchemeResponseFilterSensitiveLog: (
|
|
887
|
+
obj: DeleteAnalysisSchemeResponse
|
|
888
|
+
) => any;
|
|
889
|
+
|
|
890
|
+
export declare const DeleteDomainRequestFilterSensitiveLog: (
|
|
891
|
+
obj: DeleteDomainRequest
|
|
892
|
+
) => any;
|
|
893
|
+
|
|
894
|
+
export declare const DeleteDomainResponseFilterSensitiveLog: (
|
|
895
|
+
obj: DeleteDomainResponse
|
|
896
|
+
) => any;
|
|
897
|
+
|
|
898
|
+
export declare const DeleteExpressionRequestFilterSensitiveLog: (
|
|
899
|
+
obj: DeleteExpressionRequest
|
|
900
|
+
) => any;
|
|
901
|
+
|
|
902
|
+
export declare const DeleteExpressionResponseFilterSensitiveLog: (
|
|
903
|
+
obj: DeleteExpressionResponse
|
|
904
|
+
) => any;
|
|
905
|
+
|
|
906
|
+
export declare const DeleteIndexFieldRequestFilterSensitiveLog: (
|
|
907
|
+
obj: DeleteIndexFieldRequest
|
|
908
|
+
) => any;
|
|
909
|
+
|
|
910
|
+
export declare const DeleteIndexFieldResponseFilterSensitiveLog: (
|
|
911
|
+
obj: DeleteIndexFieldResponse
|
|
912
|
+
) => any;
|
|
913
|
+
|
|
914
|
+
export declare const DeleteSuggesterRequestFilterSensitiveLog: (
|
|
915
|
+
obj: DeleteSuggesterRequest
|
|
916
|
+
) => any;
|
|
917
|
+
|
|
918
|
+
export declare const DeleteSuggesterResponseFilterSensitiveLog: (
|
|
919
|
+
obj: DeleteSuggesterResponse
|
|
920
|
+
) => any;
|
|
921
|
+
|
|
922
|
+
export declare const DescribeAnalysisSchemesRequestFilterSensitiveLog: (
|
|
923
|
+
obj: DescribeAnalysisSchemesRequest
|
|
924
|
+
) => any;
|
|
925
|
+
|
|
926
|
+
export declare const DescribeAnalysisSchemesResponseFilterSensitiveLog: (
|
|
927
|
+
obj: DescribeAnalysisSchemesResponse
|
|
928
|
+
) => any;
|
|
929
|
+
|
|
930
|
+
export declare const DescribeAvailabilityOptionsRequestFilterSensitiveLog: (
|
|
931
|
+
obj: DescribeAvailabilityOptionsRequest
|
|
932
|
+
) => any;
|
|
933
|
+
|
|
934
|
+
export declare const AvailabilityOptionsStatusFilterSensitiveLog: (
|
|
935
|
+
obj: AvailabilityOptionsStatus
|
|
936
|
+
) => any;
|
|
937
|
+
|
|
938
|
+
export declare const DescribeAvailabilityOptionsResponseFilterSensitiveLog: (
|
|
939
|
+
obj: DescribeAvailabilityOptionsResponse
|
|
940
|
+
) => any;
|
|
941
|
+
|
|
942
|
+
export declare const DescribeDomainEndpointOptionsRequestFilterSensitiveLog: (
|
|
943
|
+
obj: DescribeDomainEndpointOptionsRequest
|
|
944
|
+
) => any;
|
|
945
|
+
|
|
946
|
+
export declare const DomainEndpointOptionsFilterSensitiveLog: (
|
|
947
|
+
obj: DomainEndpointOptions
|
|
948
|
+
) => any;
|
|
949
|
+
|
|
950
|
+
export declare const DomainEndpointOptionsStatusFilterSensitiveLog: (
|
|
951
|
+
obj: DomainEndpointOptionsStatus
|
|
952
|
+
) => any;
|
|
953
|
+
|
|
954
|
+
export declare const DescribeDomainEndpointOptionsResponseFilterSensitiveLog: (
|
|
955
|
+
obj: DescribeDomainEndpointOptionsResponse
|
|
956
|
+
) => any;
|
|
957
|
+
|
|
958
|
+
export declare const DescribeDomainsRequestFilterSensitiveLog: (
|
|
959
|
+
obj: DescribeDomainsRequest
|
|
960
|
+
) => any;
|
|
961
|
+
|
|
962
|
+
export declare const DescribeDomainsResponseFilterSensitiveLog: (
|
|
963
|
+
obj: DescribeDomainsResponse
|
|
964
|
+
) => any;
|
|
965
|
+
|
|
966
|
+
export declare const DescribeExpressionsRequestFilterSensitiveLog: (
|
|
967
|
+
obj: DescribeExpressionsRequest
|
|
968
|
+
) => any;
|
|
969
|
+
|
|
970
|
+
export declare const DescribeExpressionsResponseFilterSensitiveLog: (
|
|
971
|
+
obj: DescribeExpressionsResponse
|
|
972
|
+
) => any;
|
|
973
|
+
|
|
974
|
+
export declare const DescribeIndexFieldsRequestFilterSensitiveLog: (
|
|
975
|
+
obj: DescribeIndexFieldsRequest
|
|
976
|
+
) => any;
|
|
977
|
+
|
|
978
|
+
export declare const DescribeIndexFieldsResponseFilterSensitiveLog: (
|
|
979
|
+
obj: DescribeIndexFieldsResponse
|
|
980
|
+
) => any;
|
|
981
|
+
|
|
982
|
+
export declare const DescribeScalingParametersRequestFilterSensitiveLog: (
|
|
983
|
+
obj: DescribeScalingParametersRequest
|
|
984
|
+
) => any;
|
|
985
|
+
|
|
986
|
+
export declare const ScalingParametersFilterSensitiveLog: (
|
|
987
|
+
obj: ScalingParameters
|
|
988
|
+
) => any;
|
|
989
|
+
|
|
990
|
+
export declare const ScalingParametersStatusFilterSensitiveLog: (
|
|
991
|
+
obj: ScalingParametersStatus
|
|
992
|
+
) => any;
|
|
993
|
+
|
|
994
|
+
export declare const DescribeScalingParametersResponseFilterSensitiveLog: (
|
|
995
|
+
obj: DescribeScalingParametersResponse
|
|
996
|
+
) => any;
|
|
997
|
+
|
|
998
|
+
export declare const DescribeServiceAccessPoliciesRequestFilterSensitiveLog: (
|
|
999
|
+
obj: DescribeServiceAccessPoliciesRequest
|
|
1000
|
+
) => any;
|
|
1001
|
+
|
|
1002
|
+
export declare const AccessPoliciesStatusFilterSensitiveLog: (
|
|
1003
|
+
obj: AccessPoliciesStatus
|
|
1004
|
+
) => any;
|
|
1005
|
+
|
|
1006
|
+
export declare const DescribeServiceAccessPoliciesResponseFilterSensitiveLog: (
|
|
1007
|
+
obj: DescribeServiceAccessPoliciesResponse
|
|
1008
|
+
) => any;
|
|
1009
|
+
|
|
1010
|
+
export declare const DescribeSuggestersRequestFilterSensitiveLog: (
|
|
1011
|
+
obj: DescribeSuggestersRequest
|
|
1012
|
+
) => any;
|
|
1013
|
+
|
|
1014
|
+
export declare const DescribeSuggestersResponseFilterSensitiveLog: (
|
|
1015
|
+
obj: DescribeSuggestersResponse
|
|
1016
|
+
) => any;
|
|
1017
|
+
|
|
1018
|
+
export declare const IndexDocumentsRequestFilterSensitiveLog: (
|
|
1019
|
+
obj: IndexDocumentsRequest
|
|
1020
|
+
) => any;
|
|
1021
|
+
|
|
1022
|
+
export declare const IndexDocumentsResponseFilterSensitiveLog: (
|
|
1023
|
+
obj: IndexDocumentsResponse
|
|
1024
|
+
) => any;
|
|
1025
|
+
|
|
1026
|
+
export declare const ListDomainNamesResponseFilterSensitiveLog: (
|
|
1027
|
+
obj: ListDomainNamesResponse
|
|
1028
|
+
) => any;
|
|
1029
|
+
|
|
1030
|
+
export declare const UpdateAvailabilityOptionsRequestFilterSensitiveLog: (
|
|
1031
|
+
obj: UpdateAvailabilityOptionsRequest
|
|
1032
|
+
) => any;
|
|
1033
|
+
|
|
1034
|
+
export declare const UpdateAvailabilityOptionsResponseFilterSensitiveLog: (
|
|
1035
|
+
obj: UpdateAvailabilityOptionsResponse
|
|
1036
|
+
) => any;
|
|
1037
|
+
|
|
1038
|
+
export declare const UpdateDomainEndpointOptionsRequestFilterSensitiveLog: (
|
|
1039
|
+
obj: UpdateDomainEndpointOptionsRequest
|
|
1040
|
+
) => any;
|
|
1041
|
+
|
|
1042
|
+
export declare const UpdateDomainEndpointOptionsResponseFilterSensitiveLog: (
|
|
1043
|
+
obj: UpdateDomainEndpointOptionsResponse
|
|
1044
|
+
) => any;
|
|
1045
|
+
|
|
1046
|
+
export declare const UpdateScalingParametersRequestFilterSensitiveLog: (
|
|
1047
|
+
obj: UpdateScalingParametersRequest
|
|
1048
|
+
) => any;
|
|
1049
|
+
|
|
1050
|
+
export declare const UpdateScalingParametersResponseFilterSensitiveLog: (
|
|
1051
|
+
obj: UpdateScalingParametersResponse
|
|
1052
|
+
) => any;
|
|
1053
|
+
|
|
1054
|
+
export declare const UpdateServiceAccessPoliciesRequestFilterSensitiveLog: (
|
|
1055
|
+
obj: UpdateServiceAccessPoliciesRequest
|
|
1056
|
+
) => any;
|
|
1057
|
+
|
|
1058
|
+
export declare const UpdateServiceAccessPoliciesResponseFilterSensitiveLog: (
|
|
1059
|
+
obj: UpdateServiceAccessPoliciesResponse
|
|
1060
|
+
) => any;
|