@aws-sdk/client-cloudsearch 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/BuildSuggestersCommand.js +2 -2
- package/dist-cjs/commands/CreateDomainCommand.js +2 -2
- package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +2 -2
- package/dist-cjs/commands/DefineExpressionCommand.js +2 -2
- package/dist-cjs/commands/DefineIndexFieldCommand.js +2 -2
- package/dist-cjs/commands/DefineSuggesterCommand.js +2 -2
- package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +2 -2
- package/dist-cjs/commands/DeleteDomainCommand.js +2 -2
- package/dist-cjs/commands/DeleteExpressionCommand.js +2 -2
- package/dist-cjs/commands/DeleteIndexFieldCommand.js +2 -2
- package/dist-cjs/commands/DeleteSuggesterCommand.js +2 -2
- package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +2 -2
- package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDomainsCommand.js +2 -2
- package/dist-cjs/commands/DescribeExpressionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeIndexFieldsCommand.js +2 -2
- package/dist-cjs/commands/DescribeScalingParametersCommand.js +2 -2
- package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +2 -2
- package/dist-cjs/commands/DescribeSuggestersCommand.js +2 -2
- package/dist-cjs/commands/IndexDocumentsCommand.js +2 -2
- package/dist-cjs/commands/ListDomainNamesCommand.js +1 -1
- package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +2 -2
- package/dist-cjs/commands/UpdateScalingParametersCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +2 -2
- package/dist-cjs/models/models_0.js +330 -494
- package/dist-cjs/protocols/Aws_query.js +272 -368
- package/dist-es/commands/BuildSuggestersCommand.js +3 -3
- package/dist-es/commands/CreateDomainCommand.js +3 -3
- package/dist-es/commands/DefineAnalysisSchemeCommand.js +3 -3
- package/dist-es/commands/DefineExpressionCommand.js +3 -3
- package/dist-es/commands/DefineIndexFieldCommand.js +3 -3
- package/dist-es/commands/DefineSuggesterCommand.js +3 -3
- package/dist-es/commands/DeleteAnalysisSchemeCommand.js +3 -3
- package/dist-es/commands/DeleteDomainCommand.js +3 -3
- package/dist-es/commands/DeleteExpressionCommand.js +3 -3
- package/dist-es/commands/DeleteIndexFieldCommand.js +3 -3
- package/dist-es/commands/DeleteSuggesterCommand.js +3 -3
- package/dist-es/commands/DescribeAnalysisSchemesCommand.js +3 -3
- package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +3 -3
- package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +3 -3
- package/dist-es/commands/DescribeDomainsCommand.js +3 -3
- package/dist-es/commands/DescribeExpressionsCommand.js +3 -3
- package/dist-es/commands/DescribeIndexFieldsCommand.js +3 -3
- package/dist-es/commands/DescribeScalingParametersCommand.js +3 -3
- package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +3 -3
- package/dist-es/commands/DescribeSuggestersCommand.js +3 -3
- package/dist-es/commands/IndexDocumentsCommand.js +3 -3
- package/dist-es/commands/ListDomainNamesCommand.js +2 -2
- package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +3 -3
- package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +3 -3
- package/dist-es/commands/UpdateScalingParametersCommand.js +3 -3
- package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +3 -3
- package/dist-es/models/models_0.js +82 -328
- package/dist-es/protocols/Aws_query.js +351 -369
- package/dist-types/models/models_0.d.ts +328 -492
- package/dist-types/ts3.4/models/models_0.d.ts +164 -328
- package/package.json +6 -6
|
@@ -28,12 +28,6 @@ export interface BuildSuggestersRequest {
|
|
|
28
28
|
*/
|
|
29
29
|
DomainName: string | undefined;
|
|
30
30
|
}
|
|
31
|
-
export declare namespace BuildSuggestersRequest {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
|
-
const filterSensitiveLog: (obj: BuildSuggestersRequest) => any;
|
|
36
|
-
}
|
|
37
31
|
/**
|
|
38
32
|
* <p>The result of a <code>BuildSuggester</code> request. Contains a list of the fields used for suggestions.</p>
|
|
39
33
|
*/
|
|
@@ -43,12 +37,6 @@ export interface BuildSuggestersResponse {
|
|
|
43
37
|
*/
|
|
44
38
|
FieldNames?: string[];
|
|
45
39
|
}
|
|
46
|
-
export declare namespace BuildSuggestersResponse {
|
|
47
|
-
/**
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
50
|
-
const filterSensitiveLog: (obj: BuildSuggestersResponse) => any;
|
|
51
|
-
}
|
|
52
40
|
/**
|
|
53
41
|
* <p>An internal error occurred while processing the request. If this problem persists,
|
|
54
42
|
* report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
|
|
@@ -116,12 +104,6 @@ export interface CreateDomainRequest {
|
|
|
116
104
|
*/
|
|
117
105
|
DomainName: string | undefined;
|
|
118
106
|
}
|
|
119
|
-
export declare namespace CreateDomainRequest {
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
const filterSensitiveLog: (obj: CreateDomainRequest) => any;
|
|
124
|
-
}
|
|
125
107
|
/**
|
|
126
108
|
* <p>The endpoint to which service requests can be submitted.</p>
|
|
127
109
|
*/
|
|
@@ -131,22 +113,10 @@ export interface ServiceEndpoint {
|
|
|
131
113
|
*/
|
|
132
114
|
Endpoint?: string;
|
|
133
115
|
}
|
|
134
|
-
export declare namespace ServiceEndpoint {
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
const filterSensitiveLog: (obj: ServiceEndpoint) => any;
|
|
139
|
-
}
|
|
140
116
|
export interface Limits {
|
|
141
117
|
MaximumReplicationCount: number | undefined;
|
|
142
118
|
MaximumPartitionCount: number | undefined;
|
|
143
119
|
}
|
|
144
|
-
export declare namespace Limits {
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
const filterSensitiveLog: (obj: Limits) => any;
|
|
149
|
-
}
|
|
150
120
|
/**
|
|
151
121
|
* <p>The current status of the search domain.</p>
|
|
152
122
|
*/
|
|
@@ -201,12 +171,6 @@ export interface DomainStatus {
|
|
|
201
171
|
SearchInstanceCount?: number;
|
|
202
172
|
Limits?: Limits;
|
|
203
173
|
}
|
|
204
|
-
export declare namespace DomainStatus {
|
|
205
|
-
/**
|
|
206
|
-
* @internal
|
|
207
|
-
*/
|
|
208
|
-
const filterSensitiveLog: (obj: DomainStatus) => any;
|
|
209
|
-
}
|
|
210
174
|
/**
|
|
211
175
|
* <p>The result of a <code>CreateDomainRequest</code>. Contains the status of a newly created domain.</p>
|
|
212
176
|
*/
|
|
@@ -216,12 +180,6 @@ export interface CreateDomainResponse {
|
|
|
216
180
|
*/
|
|
217
181
|
DomainStatus?: DomainStatus;
|
|
218
182
|
}
|
|
219
|
-
export declare namespace CreateDomainResponse {
|
|
220
|
-
/**
|
|
221
|
-
* @internal
|
|
222
|
-
*/
|
|
223
|
-
const filterSensitiveLog: (obj: CreateDomainResponse) => any;
|
|
224
|
-
}
|
|
225
183
|
/**
|
|
226
184
|
* <p>The request was rejected because a resource limit has already been met.</p>
|
|
227
185
|
*/
|
|
@@ -286,12 +244,6 @@ export interface AnalysisOptions {
|
|
|
286
244
|
*/
|
|
287
245
|
AlgorithmicStemming?: AlgorithmicStemming | string;
|
|
288
246
|
}
|
|
289
|
-
export declare namespace AnalysisOptions {
|
|
290
|
-
/**
|
|
291
|
-
* @internal
|
|
292
|
-
*/
|
|
293
|
-
const filterSensitiveLog: (obj: AnalysisOptions) => any;
|
|
294
|
-
}
|
|
295
247
|
export declare type AnalysisSchemeLanguage = "ar" | "bg" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "eu" | "fa" | "fi" | "fr" | "ga" | "gl" | "he" | "hi" | "hu" | "hy" | "id" | "it" | "ja" | "ko" | "lv" | "mul" | "nl" | "no" | "pt" | "ro" | "ru" | "sv" | "th" | "tr" | "zh-Hans" | "zh-Hant";
|
|
296
248
|
/**
|
|
297
249
|
* <p>Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: <code>Synonyms</code>, <code>Stopwords</code>, <code>StemmingDictionary</code>, <code>JapaneseTokenizationDictionary</code> and <code>AlgorithmicStemming</code>.</p>
|
|
@@ -311,12 +263,6 @@ export interface AnalysisScheme {
|
|
|
311
263
|
*/
|
|
312
264
|
AnalysisOptions?: AnalysisOptions;
|
|
313
265
|
}
|
|
314
|
-
export declare namespace AnalysisScheme {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
|
-
const filterSensitiveLog: (obj: AnalysisScheme) => any;
|
|
319
|
-
}
|
|
320
266
|
/**
|
|
321
267
|
* <p>Container for the parameters to the <code><a>DefineAnalysisScheme</a></code> operation. Specifies the name of the domain you want to update and the analysis scheme configuration.</p>
|
|
322
268
|
*/
|
|
@@ -330,12 +276,6 @@ export interface DefineAnalysisSchemeRequest {
|
|
|
330
276
|
*/
|
|
331
277
|
AnalysisScheme: AnalysisScheme | undefined;
|
|
332
278
|
}
|
|
333
|
-
export declare namespace DefineAnalysisSchemeRequest {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
|
-
const filterSensitiveLog: (obj: DefineAnalysisSchemeRequest) => any;
|
|
338
|
-
}
|
|
339
279
|
export declare type OptionState = "Active" | "FailedToValidate" | "Processing" | "RequiresIndexDocuments";
|
|
340
280
|
/**
|
|
341
281
|
* <p>The status of domain configuration option.</p>
|
|
@@ -367,12 +307,6 @@ export interface OptionStatus {
|
|
|
367
307
|
*/
|
|
368
308
|
PendingDeletion?: boolean;
|
|
369
309
|
}
|
|
370
|
-
export declare namespace OptionStatus {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
|
-
const filterSensitiveLog: (obj: OptionStatus) => any;
|
|
375
|
-
}
|
|
376
310
|
/**
|
|
377
311
|
* <p>The status and configuration of an <code>AnalysisScheme</code>.</p>
|
|
378
312
|
*/
|
|
@@ -386,12 +320,6 @@ export interface AnalysisSchemeStatus {
|
|
|
386
320
|
*/
|
|
387
321
|
Status: OptionStatus | undefined;
|
|
388
322
|
}
|
|
389
|
-
export declare namespace AnalysisSchemeStatus {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
|
-
const filterSensitiveLog: (obj: AnalysisSchemeStatus) => any;
|
|
394
|
-
}
|
|
395
323
|
/**
|
|
396
324
|
* <p>The result of a <code><a>DefineAnalysisScheme</a></code> request. Contains the status of the newly-configured analysis scheme.</p>
|
|
397
325
|
*/
|
|
@@ -401,12 +329,6 @@ export interface DefineAnalysisSchemeResponse {
|
|
|
401
329
|
*/
|
|
402
330
|
AnalysisScheme: AnalysisSchemeStatus | undefined;
|
|
403
331
|
}
|
|
404
|
-
export declare namespace DefineAnalysisSchemeResponse {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
|
-
const filterSensitiveLog: (obj: DefineAnalysisSchemeResponse) => any;
|
|
409
|
-
}
|
|
410
332
|
/**
|
|
411
333
|
* <p>The request was rejected because it specified an invalid type definition.</p>
|
|
412
334
|
*/
|
|
@@ -440,12 +362,6 @@ export interface Expression {
|
|
|
440
362
|
*/
|
|
441
363
|
ExpressionValue: string | undefined;
|
|
442
364
|
}
|
|
443
|
-
export declare namespace Expression {
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
|
-
const filterSensitiveLog: (obj: Expression) => any;
|
|
448
|
-
}
|
|
449
365
|
/**
|
|
450
366
|
* <p>Container for the parameters to the <code><a>DefineExpression</a></code> operation. Specifies the name of the domain you want to update and the expression you want to configure.</p>
|
|
451
367
|
*/
|
|
@@ -459,12 +375,6 @@ export interface DefineExpressionRequest {
|
|
|
459
375
|
*/
|
|
460
376
|
Expression: Expression | undefined;
|
|
461
377
|
}
|
|
462
|
-
export declare namespace DefineExpressionRequest {
|
|
463
|
-
/**
|
|
464
|
-
* @internal
|
|
465
|
-
*/
|
|
466
|
-
const filterSensitiveLog: (obj: DefineExpressionRequest) => any;
|
|
467
|
-
}
|
|
468
378
|
/**
|
|
469
379
|
* <p>The value of an <code>Expression</code> and its current status.</p>
|
|
470
380
|
*/
|
|
@@ -478,12 +388,6 @@ export interface ExpressionStatus {
|
|
|
478
388
|
*/
|
|
479
389
|
Status: OptionStatus | undefined;
|
|
480
390
|
}
|
|
481
|
-
export declare namespace ExpressionStatus {
|
|
482
|
-
/**
|
|
483
|
-
* @internal
|
|
484
|
-
*/
|
|
485
|
-
const filterSensitiveLog: (obj: ExpressionStatus) => any;
|
|
486
|
-
}
|
|
487
391
|
/**
|
|
488
392
|
* <p>The result of a <code>DefineExpression</code> request. Contains the status of the newly-configured expression.</p>
|
|
489
393
|
*/
|
|
@@ -493,12 +397,6 @@ export interface DefineExpressionResponse {
|
|
|
493
397
|
*/
|
|
494
398
|
Expression: ExpressionStatus | undefined;
|
|
495
399
|
}
|
|
496
|
-
export declare namespace DefineExpressionResponse {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
|
-
const filterSensitiveLog: (obj: DefineExpressionResponse) => any;
|
|
501
|
-
}
|
|
502
400
|
/**
|
|
503
401
|
* <p>Options for a field that contains an array of dates. Present if <code>IndexFieldType</code> specifies the field is of type <code>date-array</code>. All options are enabled by default.</p>
|
|
504
402
|
*/
|
|
@@ -524,12 +422,6 @@ export interface DateArrayOptions {
|
|
|
524
422
|
*/
|
|
525
423
|
ReturnEnabled?: boolean;
|
|
526
424
|
}
|
|
527
|
-
export declare namespace DateArrayOptions {
|
|
528
|
-
/**
|
|
529
|
-
* @internal
|
|
530
|
-
*/
|
|
531
|
-
const filterSensitiveLog: (obj: DateArrayOptions) => any;
|
|
532
|
-
}
|
|
533
425
|
/**
|
|
534
426
|
* <p>Options for a date field. Dates and times are specified in UTC (Coordinated Universal Time) according to IETF RFC3339: yyyy-mm-ddT00:00:00Z. Present if <code>IndexFieldType</code> specifies the field is of type <code>date</code>. All options are enabled by default.</p>
|
|
535
427
|
*/
|
|
@@ -572,12 +464,6 @@ export interface DateOptions {
|
|
|
572
464
|
*/
|
|
573
465
|
SortEnabled?: boolean;
|
|
574
466
|
}
|
|
575
|
-
export declare namespace DateOptions {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
|
-
const filterSensitiveLog: (obj: DateOptions) => any;
|
|
580
|
-
}
|
|
581
467
|
/**
|
|
582
468
|
* <p>Options for a field that contains an array of double-precision 64-bit floating point values. Present if <code>IndexFieldType</code> specifies the field is of type <code>double-array</code>. All options are enabled by default.</p>
|
|
583
469
|
*/
|
|
@@ -603,12 +489,6 @@ export interface DoubleArrayOptions {
|
|
|
603
489
|
*/
|
|
604
490
|
ReturnEnabled?: boolean;
|
|
605
491
|
}
|
|
606
|
-
export declare namespace DoubleArrayOptions {
|
|
607
|
-
/**
|
|
608
|
-
* @internal
|
|
609
|
-
*/
|
|
610
|
-
const filterSensitiveLog: (obj: DoubleArrayOptions) => any;
|
|
611
|
-
}
|
|
612
492
|
/**
|
|
613
493
|
* <p>Options for a double-precision 64-bit floating point field. Present if <code>IndexFieldType</code> specifies the field is of type <code>double</code>. All options are enabled by default.</p>
|
|
614
494
|
*/
|
|
@@ -638,12 +518,6 @@ export interface DoubleOptions {
|
|
|
638
518
|
*/
|
|
639
519
|
SortEnabled?: boolean;
|
|
640
520
|
}
|
|
641
|
-
export declare namespace DoubleOptions {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
|
-
const filterSensitiveLog: (obj: DoubleOptions) => any;
|
|
646
|
-
}
|
|
647
521
|
export declare type IndexFieldType = "date" | "date-array" | "double" | "double-array" | "int" | "int-array" | "latlon" | "literal" | "literal-array" | "text" | "text-array";
|
|
648
522
|
/**
|
|
649
523
|
* <p>Options for a field that contains an array of 64-bit signed integers. Present if <code>IndexFieldType</code> specifies the field is of type <code>int-array</code>. All options are enabled by default.</p>
|
|
@@ -670,12 +544,6 @@ export interface IntArrayOptions {
|
|
|
670
544
|
*/
|
|
671
545
|
ReturnEnabled?: boolean;
|
|
672
546
|
}
|
|
673
|
-
export declare namespace IntArrayOptions {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
|
-
const filterSensitiveLog: (obj: IntArrayOptions) => any;
|
|
678
|
-
}
|
|
679
547
|
/**
|
|
680
548
|
* <p>Options for a 64-bit signed integer field. Present if <code>IndexFieldType</code> specifies the field is of type <code>int</code>. All options are enabled by default.</p>
|
|
681
549
|
*/
|
|
@@ -705,12 +573,6 @@ export interface IntOptions {
|
|
|
705
573
|
*/
|
|
706
574
|
SortEnabled?: boolean;
|
|
707
575
|
}
|
|
708
|
-
export declare namespace IntOptions {
|
|
709
|
-
/**
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
712
|
-
const filterSensitiveLog: (obj: IntOptions) => any;
|
|
713
|
-
}
|
|
714
576
|
/**
|
|
715
577
|
* <p>Options for a latlon field. A latlon field contains a location stored as a latitude and longitude value pair. Present if <code>IndexFieldType</code> specifies the field is of type <code>latlon</code>. All options are enabled by default.</p>
|
|
716
578
|
*/
|
|
@@ -753,12 +615,6 @@ export interface LatLonOptions {
|
|
|
753
615
|
*/
|
|
754
616
|
SortEnabled?: boolean;
|
|
755
617
|
}
|
|
756
|
-
export declare namespace LatLonOptions {
|
|
757
|
-
/**
|
|
758
|
-
* @internal
|
|
759
|
-
*/
|
|
760
|
-
const filterSensitiveLog: (obj: LatLonOptions) => any;
|
|
761
|
-
}
|
|
762
618
|
/**
|
|
763
619
|
* <p>Options for a field that contains an array of literal strings. Present if <code>IndexFieldType</code> specifies the field is of type <code>literal-array</code>. All options are enabled by default.</p>
|
|
764
620
|
*/
|
|
@@ -784,12 +640,6 @@ export interface LiteralArrayOptions {
|
|
|
784
640
|
*/
|
|
785
641
|
ReturnEnabled?: boolean;
|
|
786
642
|
}
|
|
787
|
-
export declare namespace LiteralArrayOptions {
|
|
788
|
-
/**
|
|
789
|
-
* @internal
|
|
790
|
-
*/
|
|
791
|
-
const filterSensitiveLog: (obj: LiteralArrayOptions) => any;
|
|
792
|
-
}
|
|
793
643
|
/**
|
|
794
644
|
* <p>Options for literal field. Present if <code>IndexFieldType</code> specifies the field is of type <code>literal</code>. All options are enabled by default.</p>
|
|
795
645
|
*/
|
|
@@ -832,12 +682,6 @@ export interface LiteralOptions {
|
|
|
832
682
|
*/
|
|
833
683
|
SortEnabled?: boolean;
|
|
834
684
|
}
|
|
835
|
-
export declare namespace LiteralOptions {
|
|
836
|
-
/**
|
|
837
|
-
* @internal
|
|
838
|
-
*/
|
|
839
|
-
const filterSensitiveLog: (obj: LiteralOptions) => any;
|
|
840
|
-
}
|
|
841
685
|
/**
|
|
842
686
|
* <p>Options for a field that contains an array of text strings. Present if <code>IndexFieldType</code> specifies the field is of type <code>text-array</code>. A <code>text-array</code> field is always searchable. All options are enabled by default.</p>
|
|
843
687
|
*/
|
|
@@ -863,12 +707,6 @@ export interface TextArrayOptions {
|
|
|
863
707
|
*/
|
|
864
708
|
AnalysisScheme?: string;
|
|
865
709
|
}
|
|
866
|
-
export declare namespace TextArrayOptions {
|
|
867
|
-
/**
|
|
868
|
-
* @internal
|
|
869
|
-
*/
|
|
870
|
-
const filterSensitiveLog: (obj: TextArrayOptions) => any;
|
|
871
|
-
}
|
|
872
710
|
/**
|
|
873
711
|
* <p>Options for text field. Present if <code>IndexFieldType</code> specifies the field is of type <code>text</code>. A <code>text</code> field is always searchable. All options are enabled by default.</p>
|
|
874
712
|
*/
|
|
@@ -911,12 +749,6 @@ export interface TextOptions {
|
|
|
911
749
|
*/
|
|
912
750
|
AnalysisScheme?: string;
|
|
913
751
|
}
|
|
914
|
-
export declare namespace TextOptions {
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
|
-
const filterSensitiveLog: (obj: TextOptions) => any;
|
|
919
|
-
}
|
|
920
752
|
/**
|
|
921
753
|
* <p>Configuration information for a field in the index, including its name, type, and options. The supported options depend on the <code><a>IndexFieldType</a></code>.</p>
|
|
922
754
|
*/
|
|
@@ -987,12 +819,6 @@ export interface IndexField {
|
|
|
987
819
|
*/
|
|
988
820
|
DateArrayOptions?: DateArrayOptions;
|
|
989
821
|
}
|
|
990
|
-
export declare namespace IndexField {
|
|
991
|
-
/**
|
|
992
|
-
* @internal
|
|
993
|
-
*/
|
|
994
|
-
const filterSensitiveLog: (obj: IndexField) => any;
|
|
995
|
-
}
|
|
996
822
|
/**
|
|
997
823
|
* <p>Container for the parameters to the <code><a>DefineIndexField</a></code> operation. Specifies the name of the domain you want to update and the index field configuration.</p>
|
|
998
824
|
*/
|
|
@@ -1006,12 +832,6 @@ export interface DefineIndexFieldRequest {
|
|
|
1006
832
|
*/
|
|
1007
833
|
IndexField: IndexField | undefined;
|
|
1008
834
|
}
|
|
1009
|
-
export declare namespace DefineIndexFieldRequest {
|
|
1010
|
-
/**
|
|
1011
|
-
* @internal
|
|
1012
|
-
*/
|
|
1013
|
-
const filterSensitiveLog: (obj: DefineIndexFieldRequest) => any;
|
|
1014
|
-
}
|
|
1015
835
|
/**
|
|
1016
836
|
* <p>The value of an <code>IndexField</code> and its current status.</p>
|
|
1017
837
|
*/
|
|
@@ -1025,12 +845,6 @@ export interface IndexFieldStatus {
|
|
|
1025
845
|
*/
|
|
1026
846
|
Status: OptionStatus | undefined;
|
|
1027
847
|
}
|
|
1028
|
-
export declare namespace IndexFieldStatus {
|
|
1029
|
-
/**
|
|
1030
|
-
* @internal
|
|
1031
|
-
*/
|
|
1032
|
-
const filterSensitiveLog: (obj: IndexFieldStatus) => any;
|
|
1033
|
-
}
|
|
1034
848
|
/**
|
|
1035
849
|
* <p>The result of a <code><a>DefineIndexField</a></code> request. Contains the status of the newly-configured index field.</p>
|
|
1036
850
|
*/
|
|
@@ -1040,12 +854,6 @@ export interface DefineIndexFieldResponse {
|
|
|
1040
854
|
*/
|
|
1041
855
|
IndexField: IndexFieldStatus | undefined;
|
|
1042
856
|
}
|
|
1043
|
-
export declare namespace DefineIndexFieldResponse {
|
|
1044
|
-
/**
|
|
1045
|
-
* @internal
|
|
1046
|
-
*/
|
|
1047
|
-
const filterSensitiveLog: (obj: DefineIndexFieldResponse) => any;
|
|
1048
|
-
}
|
|
1049
857
|
export declare type SuggesterFuzzyMatching = "high" | "low" | "none";
|
|
1050
858
|
/**
|
|
1051
859
|
* <p>Options for a search suggester.</p>
|
|
@@ -1070,12 +878,6 @@ export interface DocumentSuggesterOptions {
|
|
|
1070
878
|
*/
|
|
1071
879
|
SortExpression?: string;
|
|
1072
880
|
}
|
|
1073
|
-
export declare namespace DocumentSuggesterOptions {
|
|
1074
|
-
/**
|
|
1075
|
-
* @internal
|
|
1076
|
-
*/
|
|
1077
|
-
const filterSensitiveLog: (obj: DocumentSuggesterOptions) => any;
|
|
1078
|
-
}
|
|
1079
881
|
/**
|
|
1080
882
|
* <p>Configuration information for a search suggester. Each suggester has a unique name and specifies the text field you want to use for suggestions. The following options can be configured for a suggester: <code>FuzzyMatching</code>, <code>SortExpression</code>. </p>
|
|
1081
883
|
*/
|
|
@@ -1090,12 +892,6 @@ export interface Suggester {
|
|
|
1090
892
|
*/
|
|
1091
893
|
DocumentSuggesterOptions: DocumentSuggesterOptions | undefined;
|
|
1092
894
|
}
|
|
1093
|
-
export declare namespace Suggester {
|
|
1094
|
-
/**
|
|
1095
|
-
* @internal
|
|
1096
|
-
*/
|
|
1097
|
-
const filterSensitiveLog: (obj: Suggester) => any;
|
|
1098
|
-
}
|
|
1099
895
|
/**
|
|
1100
896
|
* <p>Container for the parameters to the <code><a>DefineSuggester</a></code> operation. Specifies the name of the domain you want to update and the suggester configuration.</p>
|
|
1101
897
|
*/
|
|
@@ -1109,12 +905,6 @@ export interface DefineSuggesterRequest {
|
|
|
1109
905
|
*/
|
|
1110
906
|
Suggester: Suggester | undefined;
|
|
1111
907
|
}
|
|
1112
|
-
export declare namespace DefineSuggesterRequest {
|
|
1113
|
-
/**
|
|
1114
|
-
* @internal
|
|
1115
|
-
*/
|
|
1116
|
-
const filterSensitiveLog: (obj: DefineSuggesterRequest) => any;
|
|
1117
|
-
}
|
|
1118
908
|
/**
|
|
1119
909
|
* <p>The value of a <code>Suggester</code> and its current status.</p>
|
|
1120
910
|
*/
|
|
@@ -1128,12 +918,6 @@ export interface SuggesterStatus {
|
|
|
1128
918
|
*/
|
|
1129
919
|
Status: OptionStatus | undefined;
|
|
1130
920
|
}
|
|
1131
|
-
export declare namespace SuggesterStatus {
|
|
1132
|
-
/**
|
|
1133
|
-
* @internal
|
|
1134
|
-
*/
|
|
1135
|
-
const filterSensitiveLog: (obj: SuggesterStatus) => any;
|
|
1136
|
-
}
|
|
1137
921
|
/**
|
|
1138
922
|
* <p>The result of a <code>DefineSuggester</code> request. Contains the status of the newly-configured suggester.</p>
|
|
1139
923
|
*/
|
|
@@ -1143,12 +927,6 @@ export interface DefineSuggesterResponse {
|
|
|
1143
927
|
*/
|
|
1144
928
|
Suggester: SuggesterStatus | undefined;
|
|
1145
929
|
}
|
|
1146
|
-
export declare namespace DefineSuggesterResponse {
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
const filterSensitiveLog: (obj: DefineSuggesterResponse) => any;
|
|
1151
|
-
}
|
|
1152
930
|
/**
|
|
1153
931
|
* <p>Container for the parameters to the <code><a>DeleteAnalysisScheme</a></code> operation. Specifies the name of the domain you want to update and the analysis scheme you want to delete. </p>
|
|
1154
932
|
*/
|
|
@@ -1162,12 +940,6 @@ export interface DeleteAnalysisSchemeRequest {
|
|
|
1162
940
|
*/
|
|
1163
941
|
AnalysisSchemeName: string | undefined;
|
|
1164
942
|
}
|
|
1165
|
-
export declare namespace DeleteAnalysisSchemeRequest {
|
|
1166
|
-
/**
|
|
1167
|
-
* @internal
|
|
1168
|
-
*/
|
|
1169
|
-
const filterSensitiveLog: (obj: DeleteAnalysisSchemeRequest) => any;
|
|
1170
|
-
}
|
|
1171
943
|
/**
|
|
1172
944
|
* <p>The result of a <code>DeleteAnalysisScheme</code> request. Contains the status of the deleted analysis scheme.</p>
|
|
1173
945
|
*/
|
|
@@ -1177,12 +949,6 @@ export interface DeleteAnalysisSchemeResponse {
|
|
|
1177
949
|
*/
|
|
1178
950
|
AnalysisScheme: AnalysisSchemeStatus | undefined;
|
|
1179
951
|
}
|
|
1180
|
-
export declare namespace DeleteAnalysisSchemeResponse {
|
|
1181
|
-
/**
|
|
1182
|
-
* @internal
|
|
1183
|
-
*/
|
|
1184
|
-
const filterSensitiveLog: (obj: DeleteAnalysisSchemeResponse) => any;
|
|
1185
|
-
}
|
|
1186
952
|
/**
|
|
1187
953
|
* <p>Container for the parameters to the <code><a>DeleteDomain</a></code> operation. Specifies the name of the domain you want to delete.</p>
|
|
1188
954
|
*/
|
|
@@ -1192,12 +958,6 @@ export interface DeleteDomainRequest {
|
|
|
1192
958
|
*/
|
|
1193
959
|
DomainName: string | undefined;
|
|
1194
960
|
}
|
|
1195
|
-
export declare namespace DeleteDomainRequest {
|
|
1196
|
-
/**
|
|
1197
|
-
* @internal
|
|
1198
|
-
*/
|
|
1199
|
-
const filterSensitiveLog: (obj: DeleteDomainRequest) => any;
|
|
1200
|
-
}
|
|
1201
961
|
/**
|
|
1202
962
|
* <p>The result of a <code>DeleteDomain</code> request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.</p>
|
|
1203
963
|
*/
|
|
@@ -1207,12 +967,6 @@ export interface DeleteDomainResponse {
|
|
|
1207
967
|
*/
|
|
1208
968
|
DomainStatus?: DomainStatus;
|
|
1209
969
|
}
|
|
1210
|
-
export declare namespace DeleteDomainResponse {
|
|
1211
|
-
/**
|
|
1212
|
-
* @internal
|
|
1213
|
-
*/
|
|
1214
|
-
const filterSensitiveLog: (obj: DeleteDomainResponse) => any;
|
|
1215
|
-
}
|
|
1216
970
|
/**
|
|
1217
971
|
* <p>Container for the parameters to the <code><a>DeleteExpression</a></code> operation. Specifies the name of the domain you want to update and the name of the expression you want to delete.</p>
|
|
1218
972
|
*/
|
|
@@ -1226,12 +980,6 @@ export interface DeleteExpressionRequest {
|
|
|
1226
980
|
*/
|
|
1227
981
|
ExpressionName: string | undefined;
|
|
1228
982
|
}
|
|
1229
|
-
export declare namespace DeleteExpressionRequest {
|
|
1230
|
-
/**
|
|
1231
|
-
* @internal
|
|
1232
|
-
*/
|
|
1233
|
-
const filterSensitiveLog: (obj: DeleteExpressionRequest) => any;
|
|
1234
|
-
}
|
|
1235
983
|
/**
|
|
1236
984
|
* <p>The result of a <code><a>DeleteExpression</a></code> request. Specifies the expression being deleted.</p>
|
|
1237
985
|
*/
|
|
@@ -1241,12 +989,6 @@ export interface DeleteExpressionResponse {
|
|
|
1241
989
|
*/
|
|
1242
990
|
Expression: ExpressionStatus | undefined;
|
|
1243
991
|
}
|
|
1244
|
-
export declare namespace DeleteExpressionResponse {
|
|
1245
|
-
/**
|
|
1246
|
-
* @internal
|
|
1247
|
-
*/
|
|
1248
|
-
const filterSensitiveLog: (obj: DeleteExpressionResponse) => any;
|
|
1249
|
-
}
|
|
1250
992
|
/**
|
|
1251
993
|
* <p>Container for the parameters to the <code><a>DeleteIndexField</a></code> operation. Specifies the name of the domain you want to update and the name of the index field you want to delete.</p>
|
|
1252
994
|
*/
|
|
@@ -1260,12 +1002,6 @@ export interface DeleteIndexFieldRequest {
|
|
|
1260
1002
|
*/
|
|
1261
1003
|
IndexFieldName: string | undefined;
|
|
1262
1004
|
}
|
|
1263
|
-
export declare namespace DeleteIndexFieldRequest {
|
|
1264
|
-
/**
|
|
1265
|
-
* @internal
|
|
1266
|
-
*/
|
|
1267
|
-
const filterSensitiveLog: (obj: DeleteIndexFieldRequest) => any;
|
|
1268
|
-
}
|
|
1269
1005
|
/**
|
|
1270
1006
|
* <p>The result of a <code><a>DeleteIndexField</a></code> request.</p>
|
|
1271
1007
|
*/
|
|
@@ -1275,12 +1011,6 @@ export interface DeleteIndexFieldResponse {
|
|
|
1275
1011
|
*/
|
|
1276
1012
|
IndexField: IndexFieldStatus | undefined;
|
|
1277
1013
|
}
|
|
1278
|
-
export declare namespace DeleteIndexFieldResponse {
|
|
1279
|
-
/**
|
|
1280
|
-
* @internal
|
|
1281
|
-
*/
|
|
1282
|
-
const filterSensitiveLog: (obj: DeleteIndexFieldResponse) => any;
|
|
1283
|
-
}
|
|
1284
1014
|
/**
|
|
1285
1015
|
* <p>Container for the parameters to the <code><a>DeleteSuggester</a></code> operation. Specifies the name of the domain you want to update and name of the suggester you want to delete.</p>
|
|
1286
1016
|
*/
|
|
@@ -1294,12 +1024,6 @@ export interface DeleteSuggesterRequest {
|
|
|
1294
1024
|
*/
|
|
1295
1025
|
SuggesterName: string | undefined;
|
|
1296
1026
|
}
|
|
1297
|
-
export declare namespace DeleteSuggesterRequest {
|
|
1298
|
-
/**
|
|
1299
|
-
* @internal
|
|
1300
|
-
*/
|
|
1301
|
-
const filterSensitiveLog: (obj: DeleteSuggesterRequest) => any;
|
|
1302
|
-
}
|
|
1303
1027
|
/**
|
|
1304
1028
|
* <p>The result of a <code>DeleteSuggester</code> request. Contains the status of the deleted suggester.</p>
|
|
1305
1029
|
*/
|
|
@@ -1309,12 +1033,6 @@ export interface DeleteSuggesterResponse {
|
|
|
1309
1033
|
*/
|
|
1310
1034
|
Suggester: SuggesterStatus | undefined;
|
|
1311
1035
|
}
|
|
1312
|
-
export declare namespace DeleteSuggesterResponse {
|
|
1313
|
-
/**
|
|
1314
|
-
* @internal
|
|
1315
|
-
*/
|
|
1316
|
-
const filterSensitiveLog: (obj: DeleteSuggesterResponse) => any;
|
|
1317
|
-
}
|
|
1318
1036
|
/**
|
|
1319
1037
|
* <p>Container for the parameters to the <code><a>DescribeAnalysisSchemes</a></code> operation. Specifies the name of the domain you want to describe. To limit the response to particular analysis schemes, specify the names of the analysis schemes you want to describe. To show the active configuration and exclude any pending changes, set the <code>Deployed</code> option to <code>true</code>. </p>
|
|
1320
1038
|
*/
|
|
@@ -1332,12 +1050,6 @@ export interface DescribeAnalysisSchemesRequest {
|
|
|
1332
1050
|
*/
|
|
1333
1051
|
Deployed?: boolean;
|
|
1334
1052
|
}
|
|
1335
|
-
export declare namespace DescribeAnalysisSchemesRequest {
|
|
1336
|
-
/**
|
|
1337
|
-
* @internal
|
|
1338
|
-
*/
|
|
1339
|
-
const filterSensitiveLog: (obj: DescribeAnalysisSchemesRequest) => any;
|
|
1340
|
-
}
|
|
1341
1053
|
/**
|
|
1342
1054
|
* <p>The result of a <code>DescribeAnalysisSchemes</code> request. Contains the analysis schemes configured for the domain specified in the request.</p>
|
|
1343
1055
|
*/
|
|
@@ -1347,12 +1059,6 @@ export interface DescribeAnalysisSchemesResponse {
|
|
|
1347
1059
|
*/
|
|
1348
1060
|
AnalysisSchemes: AnalysisSchemeStatus[] | undefined;
|
|
1349
1061
|
}
|
|
1350
|
-
export declare namespace DescribeAnalysisSchemesResponse {
|
|
1351
|
-
/**
|
|
1352
|
-
* @internal
|
|
1353
|
-
*/
|
|
1354
|
-
const filterSensitiveLog: (obj: DescribeAnalysisSchemesResponse) => any;
|
|
1355
|
-
}
|
|
1356
1062
|
/**
|
|
1357
1063
|
* <p>Container for the parameters to the <code><a>DescribeAvailabilityOptions</a></code> operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to <code>true</code>.</p>
|
|
1358
1064
|
*/
|
|
@@ -1366,12 +1072,6 @@ export interface DescribeAvailabilityOptionsRequest {
|
|
|
1366
1072
|
*/
|
|
1367
1073
|
Deployed?: boolean;
|
|
1368
1074
|
}
|
|
1369
|
-
export declare namespace DescribeAvailabilityOptionsRequest {
|
|
1370
|
-
/**
|
|
1371
|
-
* @internal
|
|
1372
|
-
*/
|
|
1373
|
-
const filterSensitiveLog: (obj: DescribeAvailabilityOptionsRequest) => any;
|
|
1374
|
-
}
|
|
1375
1075
|
/**
|
|
1376
1076
|
* <p>The status and configuration of the domain's availability options.</p>
|
|
1377
1077
|
*/
|
|
@@ -1385,12 +1085,6 @@ export interface AvailabilityOptionsStatus {
|
|
|
1385
1085
|
*/
|
|
1386
1086
|
Status: OptionStatus | undefined;
|
|
1387
1087
|
}
|
|
1388
|
-
export declare namespace AvailabilityOptionsStatus {
|
|
1389
|
-
/**
|
|
1390
|
-
* @internal
|
|
1391
|
-
*/
|
|
1392
|
-
const filterSensitiveLog: (obj: AvailabilityOptionsStatus) => any;
|
|
1393
|
-
}
|
|
1394
1088
|
/**
|
|
1395
1089
|
* <p>The result of a <code>DescribeAvailabilityOptions</code> request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request. </p>
|
|
1396
1090
|
*/
|
|
@@ -1400,12 +1094,6 @@ export interface DescribeAvailabilityOptionsResponse {
|
|
|
1400
1094
|
*/
|
|
1401
1095
|
AvailabilityOptions?: AvailabilityOptionsStatus;
|
|
1402
1096
|
}
|
|
1403
|
-
export declare namespace DescribeAvailabilityOptionsResponse {
|
|
1404
|
-
/**
|
|
1405
|
-
* @internal
|
|
1406
|
-
*/
|
|
1407
|
-
const filterSensitiveLog: (obj: DescribeAvailabilityOptionsResponse) => any;
|
|
1408
|
-
}
|
|
1409
1097
|
/**
|
|
1410
1098
|
* <p>The request was rejected because it attempted an operation which is not enabled.</p>
|
|
1411
1099
|
*/
|
|
@@ -1438,12 +1126,6 @@ export interface DescribeDomainEndpointOptionsRequest {
|
|
|
1438
1126
|
*/
|
|
1439
1127
|
Deployed?: boolean;
|
|
1440
1128
|
}
|
|
1441
|
-
export declare namespace DescribeDomainEndpointOptionsRequest {
|
|
1442
|
-
/**
|
|
1443
|
-
* @internal
|
|
1444
|
-
*/
|
|
1445
|
-
const filterSensitiveLog: (obj: DescribeDomainEndpointOptionsRequest) => any;
|
|
1446
|
-
}
|
|
1447
1129
|
export declare enum TLSSecurityPolicy {
|
|
1448
1130
|
POLICY_MIN_TLS_1_0_2019_07 = "Policy-Min-TLS-1-0-2019-07",
|
|
1449
1131
|
POLICY_MIN_TLS_1_2_2019_07 = "Policy-Min-TLS-1-2-2019-07"
|
|
@@ -1461,12 +1143,6 @@ export interface DomainEndpointOptions {
|
|
|
1461
1143
|
*/
|
|
1462
1144
|
TLSSecurityPolicy?: TLSSecurityPolicy | string;
|
|
1463
1145
|
}
|
|
1464
|
-
export declare namespace DomainEndpointOptions {
|
|
1465
|
-
/**
|
|
1466
|
-
* @internal
|
|
1467
|
-
*/
|
|
1468
|
-
const filterSensitiveLog: (obj: DomainEndpointOptions) => any;
|
|
1469
|
-
}
|
|
1470
1146
|
/**
|
|
1471
1147
|
* <p>The configuration and status of the domain's endpoint options.</p>
|
|
1472
1148
|
*/
|
|
@@ -1480,12 +1156,6 @@ export interface DomainEndpointOptionsStatus {
|
|
|
1480
1156
|
*/
|
|
1481
1157
|
Status: OptionStatus | undefined;
|
|
1482
1158
|
}
|
|
1483
|
-
export declare namespace DomainEndpointOptionsStatus {
|
|
1484
|
-
/**
|
|
1485
|
-
* @internal
|
|
1486
|
-
*/
|
|
1487
|
-
const filterSensitiveLog: (obj: DomainEndpointOptionsStatus) => any;
|
|
1488
|
-
}
|
|
1489
1159
|
/**
|
|
1490
1160
|
* <p>The result of a <code>DescribeDomainEndpointOptions</code> request. Contains the status and configuration of a search domain's endpoint options. </p>
|
|
1491
1161
|
*/
|
|
@@ -1495,12 +1165,6 @@ export interface DescribeDomainEndpointOptionsResponse {
|
|
|
1495
1165
|
*/
|
|
1496
1166
|
DomainEndpointOptions?: DomainEndpointOptionsStatus;
|
|
1497
1167
|
}
|
|
1498
|
-
export declare namespace DescribeDomainEndpointOptionsResponse {
|
|
1499
|
-
/**
|
|
1500
|
-
* @internal
|
|
1501
|
-
*/
|
|
1502
|
-
const filterSensitiveLog: (obj: DescribeDomainEndpointOptionsResponse) => any;
|
|
1503
|
-
}
|
|
1504
1168
|
/**
|
|
1505
1169
|
* <p>Container for the parameters to the <code><a>DescribeDomains</a></code> operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.</p>
|
|
1506
1170
|
*/
|
|
@@ -1510,12 +1174,6 @@ export interface DescribeDomainsRequest {
|
|
|
1510
1174
|
*/
|
|
1511
1175
|
DomainNames?: string[];
|
|
1512
1176
|
}
|
|
1513
|
-
export declare namespace DescribeDomainsRequest {
|
|
1514
|
-
/**
|
|
1515
|
-
* @internal
|
|
1516
|
-
*/
|
|
1517
|
-
const filterSensitiveLog: (obj: DescribeDomainsRequest) => any;
|
|
1518
|
-
}
|
|
1519
1177
|
/**
|
|
1520
1178
|
* <p>The result of a <code>DescribeDomains</code> request. Contains the status of the domains specified in the request or all domains owned by the account.</p>
|
|
1521
1179
|
*/
|
|
@@ -1525,12 +1183,6 @@ export interface DescribeDomainsResponse {
|
|
|
1525
1183
|
*/
|
|
1526
1184
|
DomainStatusList: DomainStatus[] | undefined;
|
|
1527
1185
|
}
|
|
1528
|
-
export declare namespace DescribeDomainsResponse {
|
|
1529
|
-
/**
|
|
1530
|
-
* @internal
|
|
1531
|
-
*/
|
|
1532
|
-
const filterSensitiveLog: (obj: DescribeDomainsResponse) => any;
|
|
1533
|
-
}
|
|
1534
1186
|
/**
|
|
1535
1187
|
* <p>Container for the parameters to the <code><a>DescribeDomains</a></code> operation.
|
|
1536
1188
|
* Specifies the name of the domain you want to describe. To restrict the response to particular expressions, specify the names of the expressions you want to describe. To show the active configuration and exclude any pending changes, set the <code>Deployed</code> option to <code>true</code>.</p>
|
|
@@ -1549,12 +1201,6 @@ export interface DescribeExpressionsRequest {
|
|
|
1549
1201
|
*/
|
|
1550
1202
|
Deployed?: boolean;
|
|
1551
1203
|
}
|
|
1552
|
-
export declare namespace DescribeExpressionsRequest {
|
|
1553
|
-
/**
|
|
1554
|
-
* @internal
|
|
1555
|
-
*/
|
|
1556
|
-
const filterSensitiveLog: (obj: DescribeExpressionsRequest) => any;
|
|
1557
|
-
}
|
|
1558
1204
|
/**
|
|
1559
1205
|
* <p>The result of a <code>DescribeExpressions</code> request. Contains the expressions configured for the domain specified in the request.</p>
|
|
1560
1206
|
*/
|
|
@@ -1564,12 +1210,6 @@ export interface DescribeExpressionsResponse {
|
|
|
1564
1210
|
*/
|
|
1565
1211
|
Expressions: ExpressionStatus[] | undefined;
|
|
1566
1212
|
}
|
|
1567
|
-
export declare namespace DescribeExpressionsResponse {
|
|
1568
|
-
/**
|
|
1569
|
-
* @internal
|
|
1570
|
-
*/
|
|
1571
|
-
const filterSensitiveLog: (obj: DescribeExpressionsResponse) => any;
|
|
1572
|
-
}
|
|
1573
1213
|
/**
|
|
1574
1214
|
* <p>Container for the parameters to the <code><a>DescribeIndexFields</a></code> operation. Specifies the name of the domain you want to describe. To restrict the response to particular index fields, specify the names of the index fields you want to describe. To show the active configuration and exclude any pending changes, set the <code>Deployed</code> option to <code>true</code>.</p>
|
|
1575
1215
|
*/
|
|
@@ -1587,12 +1227,6 @@ export interface DescribeIndexFieldsRequest {
|
|
|
1587
1227
|
*/
|
|
1588
1228
|
Deployed?: boolean;
|
|
1589
1229
|
}
|
|
1590
|
-
export declare namespace DescribeIndexFieldsRequest {
|
|
1591
|
-
/**
|
|
1592
|
-
* @internal
|
|
1593
|
-
*/
|
|
1594
|
-
const filterSensitiveLog: (obj: DescribeIndexFieldsRequest) => any;
|
|
1595
|
-
}
|
|
1596
1230
|
/**
|
|
1597
1231
|
* <p>The result of a <code>DescribeIndexFields</code> request. Contains the index fields configured for the domain specified in the request.</p>
|
|
1598
1232
|
*/
|
|
@@ -1602,12 +1236,6 @@ export interface DescribeIndexFieldsResponse {
|
|
|
1602
1236
|
*/
|
|
1603
1237
|
IndexFields: IndexFieldStatus[] | undefined;
|
|
1604
1238
|
}
|
|
1605
|
-
export declare namespace DescribeIndexFieldsResponse {
|
|
1606
|
-
/**
|
|
1607
|
-
* @internal
|
|
1608
|
-
*/
|
|
1609
|
-
const filterSensitiveLog: (obj: DescribeIndexFieldsResponse) => any;
|
|
1610
|
-
}
|
|
1611
1239
|
/**
|
|
1612
1240
|
* <p>Container for the parameters to the <code><a>DescribeScalingParameters</a></code> operation. Specifies the name of the domain you want to describe. </p>
|
|
1613
1241
|
*/
|
|
@@ -1617,12 +1245,6 @@ export interface DescribeScalingParametersRequest {
|
|
|
1617
1245
|
*/
|
|
1618
1246
|
DomainName: string | undefined;
|
|
1619
1247
|
}
|
|
1620
|
-
export declare namespace DescribeScalingParametersRequest {
|
|
1621
|
-
/**
|
|
1622
|
-
* @internal
|
|
1623
|
-
*/
|
|
1624
|
-
const filterSensitiveLog: (obj: DescribeScalingParametersRequest) => any;
|
|
1625
|
-
}
|
|
1626
1248
|
export declare type PartitionInstanceType = "search.2xlarge" | "search.large" | "search.m1.large" | "search.m1.small" | "search.m2.2xlarge" | "search.m2.xlarge" | "search.m3.2xlarge" | "search.m3.large" | "search.m3.medium" | "search.m3.xlarge" | "search.medium" | "search.previousgeneration.2xlarge" | "search.previousgeneration.large" | "search.previousgeneration.small" | "search.previousgeneration.xlarge" | "search.small" | "search.xlarge";
|
|
1627
1249
|
/**
|
|
1628
1250
|
* <p>The desired instance type and desired number of replicas of each index partition.</p>
|
|
@@ -1642,12 +1264,6 @@ export interface ScalingParameters {
|
|
|
1642
1264
|
*/
|
|
1643
1265
|
DesiredPartitionCount?: number;
|
|
1644
1266
|
}
|
|
1645
|
-
export declare namespace ScalingParameters {
|
|
1646
|
-
/**
|
|
1647
|
-
* @internal
|
|
1648
|
-
*/
|
|
1649
|
-
const filterSensitiveLog: (obj: ScalingParameters) => any;
|
|
1650
|
-
}
|
|
1651
1267
|
/**
|
|
1652
1268
|
* <p>The status and configuration of a search domain's scaling parameters. </p>
|
|
1653
1269
|
*/
|
|
@@ -1661,12 +1277,6 @@ export interface ScalingParametersStatus {
|
|
|
1661
1277
|
*/
|
|
1662
1278
|
Status: OptionStatus | undefined;
|
|
1663
1279
|
}
|
|
1664
|
-
export declare namespace ScalingParametersStatus {
|
|
1665
|
-
/**
|
|
1666
|
-
* @internal
|
|
1667
|
-
*/
|
|
1668
|
-
const filterSensitiveLog: (obj: ScalingParametersStatus) => any;
|
|
1669
|
-
}
|
|
1670
1280
|
/**
|
|
1671
1281
|
* <p>The result of a <code>DescribeScalingParameters</code> request. Contains the scaling parameters configured for the domain specified in the request.</p>
|
|
1672
1282
|
*/
|
|
@@ -1676,12 +1286,6 @@ export interface DescribeScalingParametersResponse {
|
|
|
1676
1286
|
*/
|
|
1677
1287
|
ScalingParameters: ScalingParametersStatus | undefined;
|
|
1678
1288
|
}
|
|
1679
|
-
export declare namespace DescribeScalingParametersResponse {
|
|
1680
|
-
/**
|
|
1681
|
-
* @internal
|
|
1682
|
-
*/
|
|
1683
|
-
const filterSensitiveLog: (obj: DescribeScalingParametersResponse) => any;
|
|
1684
|
-
}
|
|
1685
1289
|
/**
|
|
1686
1290
|
* <p>Container for the parameters to the <code><a>DescribeServiceAccessPolicies</a></code> operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the <code>Deployed</code> option to <code>true</code>.</p>
|
|
1687
1291
|
*/
|
|
@@ -1695,12 +1299,6 @@ export interface DescribeServiceAccessPoliciesRequest {
|
|
|
1695
1299
|
*/
|
|
1696
1300
|
Deployed?: boolean;
|
|
1697
1301
|
}
|
|
1698
|
-
export declare namespace DescribeServiceAccessPoliciesRequest {
|
|
1699
|
-
/**
|
|
1700
|
-
* @internal
|
|
1701
|
-
*/
|
|
1702
|
-
const filterSensitiveLog: (obj: DescribeServiceAccessPoliciesRequest) => any;
|
|
1703
|
-
}
|
|
1704
1302
|
/**
|
|
1705
1303
|
* <p>The configured access rules for the domain's document and search endpoints, and the current status of those rules.</p>
|
|
1706
1304
|
*/
|
|
@@ -1714,12 +1312,6 @@ export interface AccessPoliciesStatus {
|
|
|
1714
1312
|
*/
|
|
1715
1313
|
Status: OptionStatus | undefined;
|
|
1716
1314
|
}
|
|
1717
|
-
export declare namespace AccessPoliciesStatus {
|
|
1718
|
-
/**
|
|
1719
|
-
* @internal
|
|
1720
|
-
*/
|
|
1721
|
-
const filterSensitiveLog: (obj: AccessPoliciesStatus) => any;
|
|
1722
|
-
}
|
|
1723
1315
|
/**
|
|
1724
1316
|
* <p>The result of a <code>DescribeServiceAccessPolicies</code> request.</p>
|
|
1725
1317
|
*/
|
|
@@ -1729,12 +1321,6 @@ export interface DescribeServiceAccessPoliciesResponse {
|
|
|
1729
1321
|
*/
|
|
1730
1322
|
AccessPolicies: AccessPoliciesStatus | undefined;
|
|
1731
1323
|
}
|
|
1732
|
-
export declare namespace DescribeServiceAccessPoliciesResponse {
|
|
1733
|
-
/**
|
|
1734
|
-
* @internal
|
|
1735
|
-
*/
|
|
1736
|
-
const filterSensitiveLog: (obj: DescribeServiceAccessPoliciesResponse) => any;
|
|
1737
|
-
}
|
|
1738
1324
|
/**
|
|
1739
1325
|
* <p>Container for the parameters to the <code><a>DescribeSuggester</a></code> operation. Specifies the name of the domain you want to describe. To restrict the response to particular suggesters, specify the names of the suggesters you want to describe. To show the active configuration and exclude any pending changes, set the <code>Deployed</code> option to <code>true</code>.</p>
|
|
1740
1326
|
*/
|
|
@@ -1752,12 +1338,6 @@ export interface DescribeSuggestersRequest {
|
|
|
1752
1338
|
*/
|
|
1753
1339
|
Deployed?: boolean;
|
|
1754
1340
|
}
|
|
1755
|
-
export declare namespace DescribeSuggestersRequest {
|
|
1756
|
-
/**
|
|
1757
|
-
* @internal
|
|
1758
|
-
*/
|
|
1759
|
-
const filterSensitiveLog: (obj: DescribeSuggestersRequest) => any;
|
|
1760
|
-
}
|
|
1761
1341
|
/**
|
|
1762
1342
|
* <p>The result of a <code>DescribeSuggesters</code> request.</p>
|
|
1763
1343
|
*/
|
|
@@ -1767,12 +1347,6 @@ export interface DescribeSuggestersResponse {
|
|
|
1767
1347
|
*/
|
|
1768
1348
|
Suggesters: SuggesterStatus[] | undefined;
|
|
1769
1349
|
}
|
|
1770
|
-
export declare namespace DescribeSuggestersResponse {
|
|
1771
|
-
/**
|
|
1772
|
-
* @internal
|
|
1773
|
-
*/
|
|
1774
|
-
const filterSensitiveLog: (obj: DescribeSuggestersResponse) => any;
|
|
1775
|
-
}
|
|
1776
1350
|
/**
|
|
1777
1351
|
* <p>Container for the parameters to the <code><a>IndexDocuments</a></code> operation. Specifies the name of the domain you want to re-index.</p>
|
|
1778
1352
|
*/
|
|
@@ -1782,12 +1356,6 @@ export interface IndexDocumentsRequest {
|
|
|
1782
1356
|
*/
|
|
1783
1357
|
DomainName: string | undefined;
|
|
1784
1358
|
}
|
|
1785
|
-
export declare namespace IndexDocumentsRequest {
|
|
1786
|
-
/**
|
|
1787
|
-
* @internal
|
|
1788
|
-
*/
|
|
1789
|
-
const filterSensitiveLog: (obj: IndexDocumentsRequest) => any;
|
|
1790
|
-
}
|
|
1791
1359
|
/**
|
|
1792
1360
|
* <p>The result of an <code>IndexDocuments</code> request. Contains the status of the indexing operation, including the fields being indexed.</p>
|
|
1793
1361
|
*/
|
|
@@ -1797,12 +1365,6 @@ export interface IndexDocumentsResponse {
|
|
|
1797
1365
|
*/
|
|
1798
1366
|
FieldNames?: string[];
|
|
1799
1367
|
}
|
|
1800
|
-
export declare namespace IndexDocumentsResponse {
|
|
1801
|
-
/**
|
|
1802
|
-
* @internal
|
|
1803
|
-
*/
|
|
1804
|
-
const filterSensitiveLog: (obj: IndexDocumentsResponse) => any;
|
|
1805
|
-
}
|
|
1806
1368
|
/**
|
|
1807
1369
|
* <p>The result of a <code>ListDomainNames</code> request. Contains a list of the domains owned by an account.</p>
|
|
1808
1370
|
*/
|
|
@@ -1812,12 +1374,6 @@ export interface ListDomainNamesResponse {
|
|
|
1812
1374
|
*/
|
|
1813
1375
|
DomainNames?: Record<string, string>;
|
|
1814
1376
|
}
|
|
1815
|
-
export declare namespace ListDomainNamesResponse {
|
|
1816
|
-
/**
|
|
1817
|
-
* @internal
|
|
1818
|
-
*/
|
|
1819
|
-
const filterSensitiveLog: (obj: ListDomainNamesResponse) => any;
|
|
1820
|
-
}
|
|
1821
1377
|
/**
|
|
1822
1378
|
* <p>Container for the parameters to the <code><a>UpdateAvailabilityOptions</a></code> operation. Specifies the name of the domain you want to update and the Multi-AZ availability option.</p>
|
|
1823
1379
|
*/
|
|
@@ -1831,12 +1387,6 @@ export interface UpdateAvailabilityOptionsRequest {
|
|
|
1831
1387
|
*/
|
|
1832
1388
|
MultiAZ: boolean | undefined;
|
|
1833
1389
|
}
|
|
1834
|
-
export declare namespace UpdateAvailabilityOptionsRequest {
|
|
1835
|
-
/**
|
|
1836
|
-
* @internal
|
|
1837
|
-
*/
|
|
1838
|
-
const filterSensitiveLog: (obj: UpdateAvailabilityOptionsRequest) => any;
|
|
1839
|
-
}
|
|
1840
1390
|
/**
|
|
1841
1391
|
* <p>The result of a <code>UpdateAvailabilityOptions</code> request. Contains the status of the domain's availability options. </p>
|
|
1842
1392
|
*/
|
|
@@ -1846,12 +1396,6 @@ export interface UpdateAvailabilityOptionsResponse {
|
|
|
1846
1396
|
*/
|
|
1847
1397
|
AvailabilityOptions?: AvailabilityOptionsStatus;
|
|
1848
1398
|
}
|
|
1849
|
-
export declare namespace UpdateAvailabilityOptionsResponse {
|
|
1850
|
-
/**
|
|
1851
|
-
* @internal
|
|
1852
|
-
*/
|
|
1853
|
-
const filterSensitiveLog: (obj: UpdateAvailabilityOptionsResponse) => any;
|
|
1854
|
-
}
|
|
1855
1399
|
/**
|
|
1856
1400
|
* <p>Container for the parameters to the <code><a>UpdateDomainEndpointOptions</a></code> operation. Specifies the name of the domain you want to update and the domain endpoint options.</p>
|
|
1857
1401
|
*/
|
|
@@ -1865,12 +1409,6 @@ export interface UpdateDomainEndpointOptionsRequest {
|
|
|
1865
1409
|
*/
|
|
1866
1410
|
DomainEndpointOptions: DomainEndpointOptions | undefined;
|
|
1867
1411
|
}
|
|
1868
|
-
export declare namespace UpdateDomainEndpointOptionsRequest {
|
|
1869
|
-
/**
|
|
1870
|
-
* @internal
|
|
1871
|
-
*/
|
|
1872
|
-
const filterSensitiveLog: (obj: UpdateDomainEndpointOptionsRequest) => any;
|
|
1873
|
-
}
|
|
1874
1412
|
/**
|
|
1875
1413
|
* <p>The result of a <code>UpdateDomainEndpointOptions</code> request. Contains the configuration and status of the domain's endpoint options. </p>
|
|
1876
1414
|
*/
|
|
@@ -1880,12 +1418,6 @@ export interface UpdateDomainEndpointOptionsResponse {
|
|
|
1880
1418
|
*/
|
|
1881
1419
|
DomainEndpointOptions?: DomainEndpointOptionsStatus;
|
|
1882
1420
|
}
|
|
1883
|
-
export declare namespace UpdateDomainEndpointOptionsResponse {
|
|
1884
|
-
/**
|
|
1885
|
-
* @internal
|
|
1886
|
-
*/
|
|
1887
|
-
const filterSensitiveLog: (obj: UpdateDomainEndpointOptionsResponse) => any;
|
|
1888
|
-
}
|
|
1889
1421
|
/**
|
|
1890
1422
|
* <p>Container for the parameters to the <code><a>UpdateScalingParameters</a></code> operation. Specifies the name of the domain you want to update and the scaling parameters you want to configure.</p>
|
|
1891
1423
|
*/
|
|
@@ -1899,12 +1431,6 @@ export interface UpdateScalingParametersRequest {
|
|
|
1899
1431
|
*/
|
|
1900
1432
|
ScalingParameters: ScalingParameters | undefined;
|
|
1901
1433
|
}
|
|
1902
|
-
export declare namespace UpdateScalingParametersRequest {
|
|
1903
|
-
/**
|
|
1904
|
-
* @internal
|
|
1905
|
-
*/
|
|
1906
|
-
const filterSensitiveLog: (obj: UpdateScalingParametersRequest) => any;
|
|
1907
|
-
}
|
|
1908
1434
|
/**
|
|
1909
1435
|
* <p>The result of a <code>UpdateScalingParameters</code> request. Contains the status of the newly-configured scaling parameters.</p>
|
|
1910
1436
|
*/
|
|
@@ -1914,12 +1440,6 @@ export interface UpdateScalingParametersResponse {
|
|
|
1914
1440
|
*/
|
|
1915
1441
|
ScalingParameters: ScalingParametersStatus | undefined;
|
|
1916
1442
|
}
|
|
1917
|
-
export declare namespace UpdateScalingParametersResponse {
|
|
1918
|
-
/**
|
|
1919
|
-
* @internal
|
|
1920
|
-
*/
|
|
1921
|
-
const filterSensitiveLog: (obj: UpdateScalingParametersResponse) => any;
|
|
1922
|
-
}
|
|
1923
1443
|
/**
|
|
1924
1444
|
* <p>Container for the parameters to the <code><a>UpdateServiceAccessPolicies</a></code> operation. Specifies the name of the domain you want to update and the access rules you want to configure.</p>
|
|
1925
1445
|
*/
|
|
@@ -1933,12 +1453,6 @@ export interface UpdateServiceAccessPoliciesRequest {
|
|
|
1933
1453
|
*/
|
|
1934
1454
|
AccessPolicies: string | undefined;
|
|
1935
1455
|
}
|
|
1936
|
-
export declare namespace UpdateServiceAccessPoliciesRequest {
|
|
1937
|
-
/**
|
|
1938
|
-
* @internal
|
|
1939
|
-
*/
|
|
1940
|
-
const filterSensitiveLog: (obj: UpdateServiceAccessPoliciesRequest) => any;
|
|
1941
|
-
}
|
|
1942
1456
|
/**
|
|
1943
1457
|
* <p>The result of an <code>UpdateServiceAccessPolicies</code> request. Contains the new access policies.</p>
|
|
1944
1458
|
*/
|
|
@@ -1948,9 +1462,331 @@ export interface UpdateServiceAccessPoliciesResponse {
|
|
|
1948
1462
|
*/
|
|
1949
1463
|
AccessPolicies: AccessPoliciesStatus | undefined;
|
|
1950
1464
|
}
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1465
|
+
/**
|
|
1466
|
+
* @internal
|
|
1467
|
+
*/
|
|
1468
|
+
export declare const BuildSuggestersRequestFilterSensitiveLog: (obj: BuildSuggestersRequest) => any;
|
|
1469
|
+
/**
|
|
1470
|
+
* @internal
|
|
1471
|
+
*/
|
|
1472
|
+
export declare const BuildSuggestersResponseFilterSensitiveLog: (obj: BuildSuggestersResponse) => any;
|
|
1473
|
+
/**
|
|
1474
|
+
* @internal
|
|
1475
|
+
*/
|
|
1476
|
+
export declare const CreateDomainRequestFilterSensitiveLog: (obj: CreateDomainRequest) => any;
|
|
1477
|
+
/**
|
|
1478
|
+
* @internal
|
|
1479
|
+
*/
|
|
1480
|
+
export declare const ServiceEndpointFilterSensitiveLog: (obj: ServiceEndpoint) => any;
|
|
1481
|
+
/**
|
|
1482
|
+
* @internal
|
|
1483
|
+
*/
|
|
1484
|
+
export declare const LimitsFilterSensitiveLog: (obj: Limits) => any;
|
|
1485
|
+
/**
|
|
1486
|
+
* @internal
|
|
1487
|
+
*/
|
|
1488
|
+
export declare const DomainStatusFilterSensitiveLog: (obj: DomainStatus) => any;
|
|
1489
|
+
/**
|
|
1490
|
+
* @internal
|
|
1491
|
+
*/
|
|
1492
|
+
export declare const CreateDomainResponseFilterSensitiveLog: (obj: CreateDomainResponse) => any;
|
|
1493
|
+
/**
|
|
1494
|
+
* @internal
|
|
1495
|
+
*/
|
|
1496
|
+
export declare const AnalysisOptionsFilterSensitiveLog: (obj: AnalysisOptions) => any;
|
|
1497
|
+
/**
|
|
1498
|
+
* @internal
|
|
1499
|
+
*/
|
|
1500
|
+
export declare const AnalysisSchemeFilterSensitiveLog: (obj: AnalysisScheme) => any;
|
|
1501
|
+
/**
|
|
1502
|
+
* @internal
|
|
1503
|
+
*/
|
|
1504
|
+
export declare const DefineAnalysisSchemeRequestFilterSensitiveLog: (obj: DefineAnalysisSchemeRequest) => any;
|
|
1505
|
+
/**
|
|
1506
|
+
* @internal
|
|
1507
|
+
*/
|
|
1508
|
+
export declare const OptionStatusFilterSensitiveLog: (obj: OptionStatus) => any;
|
|
1509
|
+
/**
|
|
1510
|
+
* @internal
|
|
1511
|
+
*/
|
|
1512
|
+
export declare const AnalysisSchemeStatusFilterSensitiveLog: (obj: AnalysisSchemeStatus) => any;
|
|
1513
|
+
/**
|
|
1514
|
+
* @internal
|
|
1515
|
+
*/
|
|
1516
|
+
export declare const DefineAnalysisSchemeResponseFilterSensitiveLog: (obj: DefineAnalysisSchemeResponse) => any;
|
|
1517
|
+
/**
|
|
1518
|
+
* @internal
|
|
1519
|
+
*/
|
|
1520
|
+
export declare const ExpressionFilterSensitiveLog: (obj: Expression) => any;
|
|
1521
|
+
/**
|
|
1522
|
+
* @internal
|
|
1523
|
+
*/
|
|
1524
|
+
export declare const DefineExpressionRequestFilterSensitiveLog: (obj: DefineExpressionRequest) => any;
|
|
1525
|
+
/**
|
|
1526
|
+
* @internal
|
|
1527
|
+
*/
|
|
1528
|
+
export declare const ExpressionStatusFilterSensitiveLog: (obj: ExpressionStatus) => any;
|
|
1529
|
+
/**
|
|
1530
|
+
* @internal
|
|
1531
|
+
*/
|
|
1532
|
+
export declare const DefineExpressionResponseFilterSensitiveLog: (obj: DefineExpressionResponse) => any;
|
|
1533
|
+
/**
|
|
1534
|
+
* @internal
|
|
1535
|
+
*/
|
|
1536
|
+
export declare const DateArrayOptionsFilterSensitiveLog: (obj: DateArrayOptions) => any;
|
|
1537
|
+
/**
|
|
1538
|
+
* @internal
|
|
1539
|
+
*/
|
|
1540
|
+
export declare const DateOptionsFilterSensitiveLog: (obj: DateOptions) => any;
|
|
1541
|
+
/**
|
|
1542
|
+
* @internal
|
|
1543
|
+
*/
|
|
1544
|
+
export declare const DoubleArrayOptionsFilterSensitiveLog: (obj: DoubleArrayOptions) => any;
|
|
1545
|
+
/**
|
|
1546
|
+
* @internal
|
|
1547
|
+
*/
|
|
1548
|
+
export declare const DoubleOptionsFilterSensitiveLog: (obj: DoubleOptions) => any;
|
|
1549
|
+
/**
|
|
1550
|
+
* @internal
|
|
1551
|
+
*/
|
|
1552
|
+
export declare const IntArrayOptionsFilterSensitiveLog: (obj: IntArrayOptions) => any;
|
|
1553
|
+
/**
|
|
1554
|
+
* @internal
|
|
1555
|
+
*/
|
|
1556
|
+
export declare const IntOptionsFilterSensitiveLog: (obj: IntOptions) => any;
|
|
1557
|
+
/**
|
|
1558
|
+
* @internal
|
|
1559
|
+
*/
|
|
1560
|
+
export declare const LatLonOptionsFilterSensitiveLog: (obj: LatLonOptions) => any;
|
|
1561
|
+
/**
|
|
1562
|
+
* @internal
|
|
1563
|
+
*/
|
|
1564
|
+
export declare const LiteralArrayOptionsFilterSensitiveLog: (obj: LiteralArrayOptions) => any;
|
|
1565
|
+
/**
|
|
1566
|
+
* @internal
|
|
1567
|
+
*/
|
|
1568
|
+
export declare const LiteralOptionsFilterSensitiveLog: (obj: LiteralOptions) => any;
|
|
1569
|
+
/**
|
|
1570
|
+
* @internal
|
|
1571
|
+
*/
|
|
1572
|
+
export declare const TextArrayOptionsFilterSensitiveLog: (obj: TextArrayOptions) => any;
|
|
1573
|
+
/**
|
|
1574
|
+
* @internal
|
|
1575
|
+
*/
|
|
1576
|
+
export declare const TextOptionsFilterSensitiveLog: (obj: TextOptions) => any;
|
|
1577
|
+
/**
|
|
1578
|
+
* @internal
|
|
1579
|
+
*/
|
|
1580
|
+
export declare const IndexFieldFilterSensitiveLog: (obj: IndexField) => any;
|
|
1581
|
+
/**
|
|
1582
|
+
* @internal
|
|
1583
|
+
*/
|
|
1584
|
+
export declare const DefineIndexFieldRequestFilterSensitiveLog: (obj: DefineIndexFieldRequest) => any;
|
|
1585
|
+
/**
|
|
1586
|
+
* @internal
|
|
1587
|
+
*/
|
|
1588
|
+
export declare const IndexFieldStatusFilterSensitiveLog: (obj: IndexFieldStatus) => any;
|
|
1589
|
+
/**
|
|
1590
|
+
* @internal
|
|
1591
|
+
*/
|
|
1592
|
+
export declare const DefineIndexFieldResponseFilterSensitiveLog: (obj: DefineIndexFieldResponse) => any;
|
|
1593
|
+
/**
|
|
1594
|
+
* @internal
|
|
1595
|
+
*/
|
|
1596
|
+
export declare const DocumentSuggesterOptionsFilterSensitiveLog: (obj: DocumentSuggesterOptions) => any;
|
|
1597
|
+
/**
|
|
1598
|
+
* @internal
|
|
1599
|
+
*/
|
|
1600
|
+
export declare const SuggesterFilterSensitiveLog: (obj: Suggester) => any;
|
|
1601
|
+
/**
|
|
1602
|
+
* @internal
|
|
1603
|
+
*/
|
|
1604
|
+
export declare const DefineSuggesterRequestFilterSensitiveLog: (obj: DefineSuggesterRequest) => any;
|
|
1605
|
+
/**
|
|
1606
|
+
* @internal
|
|
1607
|
+
*/
|
|
1608
|
+
export declare const SuggesterStatusFilterSensitiveLog: (obj: SuggesterStatus) => any;
|
|
1609
|
+
/**
|
|
1610
|
+
* @internal
|
|
1611
|
+
*/
|
|
1612
|
+
export declare const DefineSuggesterResponseFilterSensitiveLog: (obj: DefineSuggesterResponse) => any;
|
|
1613
|
+
/**
|
|
1614
|
+
* @internal
|
|
1615
|
+
*/
|
|
1616
|
+
export declare const DeleteAnalysisSchemeRequestFilterSensitiveLog: (obj: DeleteAnalysisSchemeRequest) => any;
|
|
1617
|
+
/**
|
|
1618
|
+
* @internal
|
|
1619
|
+
*/
|
|
1620
|
+
export declare const DeleteAnalysisSchemeResponseFilterSensitiveLog: (obj: DeleteAnalysisSchemeResponse) => any;
|
|
1621
|
+
/**
|
|
1622
|
+
* @internal
|
|
1623
|
+
*/
|
|
1624
|
+
export declare const DeleteDomainRequestFilterSensitiveLog: (obj: DeleteDomainRequest) => any;
|
|
1625
|
+
/**
|
|
1626
|
+
* @internal
|
|
1627
|
+
*/
|
|
1628
|
+
export declare const DeleteDomainResponseFilterSensitiveLog: (obj: DeleteDomainResponse) => any;
|
|
1629
|
+
/**
|
|
1630
|
+
* @internal
|
|
1631
|
+
*/
|
|
1632
|
+
export declare const DeleteExpressionRequestFilterSensitiveLog: (obj: DeleteExpressionRequest) => any;
|
|
1633
|
+
/**
|
|
1634
|
+
* @internal
|
|
1635
|
+
*/
|
|
1636
|
+
export declare const DeleteExpressionResponseFilterSensitiveLog: (obj: DeleteExpressionResponse) => any;
|
|
1637
|
+
/**
|
|
1638
|
+
* @internal
|
|
1639
|
+
*/
|
|
1640
|
+
export declare const DeleteIndexFieldRequestFilterSensitiveLog: (obj: DeleteIndexFieldRequest) => any;
|
|
1641
|
+
/**
|
|
1642
|
+
* @internal
|
|
1643
|
+
*/
|
|
1644
|
+
export declare const DeleteIndexFieldResponseFilterSensitiveLog: (obj: DeleteIndexFieldResponse) => any;
|
|
1645
|
+
/**
|
|
1646
|
+
* @internal
|
|
1647
|
+
*/
|
|
1648
|
+
export declare const DeleteSuggesterRequestFilterSensitiveLog: (obj: DeleteSuggesterRequest) => any;
|
|
1649
|
+
/**
|
|
1650
|
+
* @internal
|
|
1651
|
+
*/
|
|
1652
|
+
export declare const DeleteSuggesterResponseFilterSensitiveLog: (obj: DeleteSuggesterResponse) => any;
|
|
1653
|
+
/**
|
|
1654
|
+
* @internal
|
|
1655
|
+
*/
|
|
1656
|
+
export declare const DescribeAnalysisSchemesRequestFilterSensitiveLog: (obj: DescribeAnalysisSchemesRequest) => any;
|
|
1657
|
+
/**
|
|
1658
|
+
* @internal
|
|
1659
|
+
*/
|
|
1660
|
+
export declare const DescribeAnalysisSchemesResponseFilterSensitiveLog: (obj: DescribeAnalysisSchemesResponse) => any;
|
|
1661
|
+
/**
|
|
1662
|
+
* @internal
|
|
1663
|
+
*/
|
|
1664
|
+
export declare const DescribeAvailabilityOptionsRequestFilterSensitiveLog: (obj: DescribeAvailabilityOptionsRequest) => any;
|
|
1665
|
+
/**
|
|
1666
|
+
* @internal
|
|
1667
|
+
*/
|
|
1668
|
+
export declare const AvailabilityOptionsStatusFilterSensitiveLog: (obj: AvailabilityOptionsStatus) => any;
|
|
1669
|
+
/**
|
|
1670
|
+
* @internal
|
|
1671
|
+
*/
|
|
1672
|
+
export declare const DescribeAvailabilityOptionsResponseFilterSensitiveLog: (obj: DescribeAvailabilityOptionsResponse) => any;
|
|
1673
|
+
/**
|
|
1674
|
+
* @internal
|
|
1675
|
+
*/
|
|
1676
|
+
export declare const DescribeDomainEndpointOptionsRequestFilterSensitiveLog: (obj: DescribeDomainEndpointOptionsRequest) => any;
|
|
1677
|
+
/**
|
|
1678
|
+
* @internal
|
|
1679
|
+
*/
|
|
1680
|
+
export declare const DomainEndpointOptionsFilterSensitiveLog: (obj: DomainEndpointOptions) => any;
|
|
1681
|
+
/**
|
|
1682
|
+
* @internal
|
|
1683
|
+
*/
|
|
1684
|
+
export declare const DomainEndpointOptionsStatusFilterSensitiveLog: (obj: DomainEndpointOptionsStatus) => any;
|
|
1685
|
+
/**
|
|
1686
|
+
* @internal
|
|
1687
|
+
*/
|
|
1688
|
+
export declare const DescribeDomainEndpointOptionsResponseFilterSensitiveLog: (obj: DescribeDomainEndpointOptionsResponse) => any;
|
|
1689
|
+
/**
|
|
1690
|
+
* @internal
|
|
1691
|
+
*/
|
|
1692
|
+
export declare const DescribeDomainsRequestFilterSensitiveLog: (obj: DescribeDomainsRequest) => any;
|
|
1693
|
+
/**
|
|
1694
|
+
* @internal
|
|
1695
|
+
*/
|
|
1696
|
+
export declare const DescribeDomainsResponseFilterSensitiveLog: (obj: DescribeDomainsResponse) => any;
|
|
1697
|
+
/**
|
|
1698
|
+
* @internal
|
|
1699
|
+
*/
|
|
1700
|
+
export declare const DescribeExpressionsRequestFilterSensitiveLog: (obj: DescribeExpressionsRequest) => any;
|
|
1701
|
+
/**
|
|
1702
|
+
* @internal
|
|
1703
|
+
*/
|
|
1704
|
+
export declare const DescribeExpressionsResponseFilterSensitiveLog: (obj: DescribeExpressionsResponse) => any;
|
|
1705
|
+
/**
|
|
1706
|
+
* @internal
|
|
1707
|
+
*/
|
|
1708
|
+
export declare const DescribeIndexFieldsRequestFilterSensitiveLog: (obj: DescribeIndexFieldsRequest) => any;
|
|
1709
|
+
/**
|
|
1710
|
+
* @internal
|
|
1711
|
+
*/
|
|
1712
|
+
export declare const DescribeIndexFieldsResponseFilterSensitiveLog: (obj: DescribeIndexFieldsResponse) => any;
|
|
1713
|
+
/**
|
|
1714
|
+
* @internal
|
|
1715
|
+
*/
|
|
1716
|
+
export declare const DescribeScalingParametersRequestFilterSensitiveLog: (obj: DescribeScalingParametersRequest) => any;
|
|
1717
|
+
/**
|
|
1718
|
+
* @internal
|
|
1719
|
+
*/
|
|
1720
|
+
export declare const ScalingParametersFilterSensitiveLog: (obj: ScalingParameters) => any;
|
|
1721
|
+
/**
|
|
1722
|
+
* @internal
|
|
1723
|
+
*/
|
|
1724
|
+
export declare const ScalingParametersStatusFilterSensitiveLog: (obj: ScalingParametersStatus) => any;
|
|
1725
|
+
/**
|
|
1726
|
+
* @internal
|
|
1727
|
+
*/
|
|
1728
|
+
export declare const DescribeScalingParametersResponseFilterSensitiveLog: (obj: DescribeScalingParametersResponse) => any;
|
|
1729
|
+
/**
|
|
1730
|
+
* @internal
|
|
1731
|
+
*/
|
|
1732
|
+
export declare const DescribeServiceAccessPoliciesRequestFilterSensitiveLog: (obj: DescribeServiceAccessPoliciesRequest) => any;
|
|
1733
|
+
/**
|
|
1734
|
+
* @internal
|
|
1735
|
+
*/
|
|
1736
|
+
export declare const AccessPoliciesStatusFilterSensitiveLog: (obj: AccessPoliciesStatus) => any;
|
|
1737
|
+
/**
|
|
1738
|
+
* @internal
|
|
1739
|
+
*/
|
|
1740
|
+
export declare const DescribeServiceAccessPoliciesResponseFilterSensitiveLog: (obj: DescribeServiceAccessPoliciesResponse) => any;
|
|
1741
|
+
/**
|
|
1742
|
+
* @internal
|
|
1743
|
+
*/
|
|
1744
|
+
export declare const DescribeSuggestersRequestFilterSensitiveLog: (obj: DescribeSuggestersRequest) => any;
|
|
1745
|
+
/**
|
|
1746
|
+
* @internal
|
|
1747
|
+
*/
|
|
1748
|
+
export declare const DescribeSuggestersResponseFilterSensitiveLog: (obj: DescribeSuggestersResponse) => any;
|
|
1749
|
+
/**
|
|
1750
|
+
* @internal
|
|
1751
|
+
*/
|
|
1752
|
+
export declare const IndexDocumentsRequestFilterSensitiveLog: (obj: IndexDocumentsRequest) => any;
|
|
1753
|
+
/**
|
|
1754
|
+
* @internal
|
|
1755
|
+
*/
|
|
1756
|
+
export declare const IndexDocumentsResponseFilterSensitiveLog: (obj: IndexDocumentsResponse) => any;
|
|
1757
|
+
/**
|
|
1758
|
+
* @internal
|
|
1759
|
+
*/
|
|
1760
|
+
export declare const ListDomainNamesResponseFilterSensitiveLog: (obj: ListDomainNamesResponse) => any;
|
|
1761
|
+
/**
|
|
1762
|
+
* @internal
|
|
1763
|
+
*/
|
|
1764
|
+
export declare const UpdateAvailabilityOptionsRequestFilterSensitiveLog: (obj: UpdateAvailabilityOptionsRequest) => any;
|
|
1765
|
+
/**
|
|
1766
|
+
* @internal
|
|
1767
|
+
*/
|
|
1768
|
+
export declare const UpdateAvailabilityOptionsResponseFilterSensitiveLog: (obj: UpdateAvailabilityOptionsResponse) => any;
|
|
1769
|
+
/**
|
|
1770
|
+
* @internal
|
|
1771
|
+
*/
|
|
1772
|
+
export declare const UpdateDomainEndpointOptionsRequestFilterSensitiveLog: (obj: UpdateDomainEndpointOptionsRequest) => any;
|
|
1773
|
+
/**
|
|
1774
|
+
* @internal
|
|
1775
|
+
*/
|
|
1776
|
+
export declare const UpdateDomainEndpointOptionsResponseFilterSensitiveLog: (obj: UpdateDomainEndpointOptionsResponse) => any;
|
|
1777
|
+
/**
|
|
1778
|
+
* @internal
|
|
1779
|
+
*/
|
|
1780
|
+
export declare const UpdateScalingParametersRequestFilterSensitiveLog: (obj: UpdateScalingParametersRequest) => any;
|
|
1781
|
+
/**
|
|
1782
|
+
* @internal
|
|
1783
|
+
*/
|
|
1784
|
+
export declare const UpdateScalingParametersResponseFilterSensitiveLog: (obj: UpdateScalingParametersResponse) => any;
|
|
1785
|
+
/**
|
|
1786
|
+
* @internal
|
|
1787
|
+
*/
|
|
1788
|
+
export declare const UpdateServiceAccessPoliciesRequestFilterSensitiveLog: (obj: UpdateServiceAccessPoliciesRequest) => any;
|
|
1789
|
+
/**
|
|
1790
|
+
* @internal
|
|
1791
|
+
*/
|
|
1792
|
+
export declare const UpdateServiceAccessPoliciesResponseFilterSensitiveLog: (obj: UpdateServiceAccessPoliciesResponse) => any;
|