@aws-sdk/client-cloudsearch 3.296.0 → 3.298.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/dist-cjs/commands/BuildSuggestersCommand.js +2 -3
  2. package/dist-cjs/commands/CreateDomainCommand.js +2 -3
  3. package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +2 -3
  4. package/dist-cjs/commands/DefineExpressionCommand.js +2 -3
  5. package/dist-cjs/commands/DefineIndexFieldCommand.js +2 -3
  6. package/dist-cjs/commands/DefineSuggesterCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteDomainCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteExpressionCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteIndexFieldCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteSuggesterCommand.js +2 -3
  12. package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +2 -3
  13. package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +2 -3
  14. package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +2 -3
  15. package/dist-cjs/commands/DescribeDomainsCommand.js +2 -3
  16. package/dist-cjs/commands/DescribeExpressionsCommand.js +2 -3
  17. package/dist-cjs/commands/DescribeIndexFieldsCommand.js +2 -3
  18. package/dist-cjs/commands/DescribeScalingParametersCommand.js +2 -3
  19. package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +2 -3
  20. package/dist-cjs/commands/DescribeSuggestersCommand.js +2 -3
  21. package/dist-cjs/commands/IndexDocumentsCommand.js +2 -3
  22. package/dist-cjs/commands/ListDomainNamesCommand.js +2 -3
  23. package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +2 -3
  24. package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +2 -3
  25. package/dist-cjs/commands/UpdateScalingParametersCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +2 -3
  27. package/dist-cjs/models/models_0.js +1 -330
  28. package/dist-cjs/protocols/Aws_query.js +65 -303
  29. package/dist-es/commands/BuildSuggestersCommand.js +2 -3
  30. package/dist-es/commands/CreateDomainCommand.js +2 -3
  31. package/dist-es/commands/DefineAnalysisSchemeCommand.js +2 -3
  32. package/dist-es/commands/DefineExpressionCommand.js +2 -3
  33. package/dist-es/commands/DefineIndexFieldCommand.js +2 -3
  34. package/dist-es/commands/DefineSuggesterCommand.js +2 -3
  35. package/dist-es/commands/DeleteAnalysisSchemeCommand.js +2 -3
  36. package/dist-es/commands/DeleteDomainCommand.js +2 -3
  37. package/dist-es/commands/DeleteExpressionCommand.js +2 -3
  38. package/dist-es/commands/DeleteIndexFieldCommand.js +2 -3
  39. package/dist-es/commands/DeleteSuggesterCommand.js +2 -3
  40. package/dist-es/commands/DescribeAnalysisSchemesCommand.js +2 -3
  41. package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +2 -3
  42. package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +2 -3
  43. package/dist-es/commands/DescribeDomainsCommand.js +2 -3
  44. package/dist-es/commands/DescribeExpressionsCommand.js +2 -3
  45. package/dist-es/commands/DescribeIndexFieldsCommand.js +2 -3
  46. package/dist-es/commands/DescribeScalingParametersCommand.js +2 -3
  47. package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +2 -3
  48. package/dist-es/commands/DescribeSuggestersCommand.js +2 -3
  49. package/dist-es/commands/IndexDocumentsCommand.js +2 -3
  50. package/dist-es/commands/ListDomainNamesCommand.js +2 -3
  51. package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +2 -3
  52. package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +2 -3
  53. package/dist-es/commands/UpdateScalingParametersCommand.js +2 -3
  54. package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +2 -3
  55. package/dist-es/models/models_0.js +0 -246
  56. package/dist-es/protocols/Aws_query.js +65 -303
  57. package/dist-types/CloudSearch.d.ts +27 -0
  58. package/dist-types/CloudSearchClient.d.ts +24 -4
  59. package/dist-types/commands/BuildSuggestersCommand.d.ts +16 -0
  60. package/dist-types/commands/CreateDomainCommand.d.ts +16 -0
  61. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +16 -0
  62. package/dist-types/commands/DefineExpressionCommand.d.ts +16 -0
  63. package/dist-types/commands/DefineIndexFieldCommand.d.ts +16 -0
  64. package/dist-types/commands/DefineSuggesterCommand.d.ts +16 -0
  65. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +16 -0
  66. package/dist-types/commands/DeleteDomainCommand.d.ts +16 -0
  67. package/dist-types/commands/DeleteExpressionCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteSuggesterCommand.d.ts +16 -0
  70. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +16 -0
  71. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +16 -0
  72. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +16 -0
  73. package/dist-types/commands/DescribeDomainsCommand.d.ts +16 -0
  74. package/dist-types/commands/DescribeExpressionsCommand.d.ts +16 -0
  75. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +16 -0
  76. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +16 -0
  77. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +16 -0
  78. package/dist-types/commands/DescribeSuggestersCommand.d.ts +16 -0
  79. package/dist-types/commands/IndexDocumentsCommand.d.ts +16 -0
  80. package/dist-types/commands/ListDomainNamesCommand.d.ts +16 -0
  81. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +16 -0
  82. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +16 -0
  83. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +16 -0
  84. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +16 -0
  85. package/dist-types/models/CloudSearchServiceException.d.ts +2 -0
  86. package/dist-types/models/models_0.d.ts +114 -329
  87. package/dist-types/ts3.4/models/models_0.d.ts +0 -228
  88. package/package.json +4 -3
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CloudSearchServiceException as __BaseException } from "./CloudSearchServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>An error occurred while processing the request.</p>
5
6
  */
6
7
  export declare class BaseException extends __BaseException {
@@ -20,6 +21,7 @@ export declare class BaseException extends __BaseException {
20
21
  constructor(opts: __ExceptionOptionType<BaseException, __BaseException>);
21
22
  }
22
23
  /**
24
+ * @public
23
25
  * <p>Container for the parameters to the <code><a>BuildSuggester</a></code> operation. Specifies the name of the domain you want to update.</p>
24
26
  */
25
27
  export interface BuildSuggestersRequest {
@@ -29,6 +31,7 @@ export interface BuildSuggestersRequest {
29
31
  DomainName: string | undefined;
30
32
  }
31
33
  /**
34
+ * @public
32
35
  * <p>The result of a <code>BuildSuggester</code> request. Contains a list of the fields used for suggestions.</p>
33
36
  */
34
37
  export interface BuildSuggestersResponse {
@@ -38,6 +41,7 @@ export interface BuildSuggestersResponse {
38
41
  FieldNames?: string[];
39
42
  }
40
43
  /**
44
+ * @public
41
45
  * <p>An internal error occurred while processing the request. If this problem persists,
42
46
  * report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
43
47
  */
@@ -58,6 +62,7 @@ export declare class InternalException extends __BaseException {
58
62
  constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
59
63
  }
60
64
  /**
65
+ * @public
61
66
  * <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
62
67
  */
63
68
  export declare class ResourceNotFoundException extends __BaseException {
@@ -77,6 +82,7 @@ export declare class ResourceNotFoundException extends __BaseException {
77
82
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
78
83
  }
79
84
  /**
85
+ * @public
80
86
  * <p>The request was rejected because it has invalid parameters.</p>
81
87
  */
82
88
  export declare class ValidationException extends __BaseException {
@@ -96,6 +102,7 @@ export declare class ValidationException extends __BaseException {
96
102
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
97
103
  }
98
104
  /**
105
+ * @public
99
106
  * <p>Container for the parameters to the <code><a>CreateDomain</a></code> operation. Specifies a name for the new search domain.</p>
100
107
  */
101
108
  export interface CreateDomainRequest {
@@ -105,6 +112,7 @@ export interface CreateDomainRequest {
105
112
  DomainName: string | undefined;
106
113
  }
107
114
  /**
115
+ * @public
108
116
  * <p>The endpoint to which service requests can be submitted.</p>
109
117
  */
110
118
  export interface ServiceEndpoint {
@@ -113,11 +121,15 @@ export interface ServiceEndpoint {
113
121
  */
114
122
  Endpoint?: string;
115
123
  }
124
+ /**
125
+ * @public
126
+ */
116
127
  export interface Limits {
117
128
  MaximumReplicationCount: number | undefined;
118
129
  MaximumPartitionCount: number | undefined;
119
130
  }
120
131
  /**
132
+ * @public
121
133
  * <p>The current status of the search domain.</p>
122
134
  */
123
135
  export interface DomainStatus {
@@ -172,6 +184,7 @@ export interface DomainStatus {
172
184
  Limits?: Limits;
173
185
  }
174
186
  /**
187
+ * @public
175
188
  * <p>The result of a <code>CreateDomainRequest</code>. Contains the status of a newly created domain.</p>
176
189
  */
177
190
  export interface CreateDomainResponse {
@@ -181,6 +194,7 @@ export interface CreateDomainResponse {
181
194
  DomainStatus?: DomainStatus;
182
195
  }
183
196
  /**
197
+ * @public
184
198
  * <p>The request was rejected because a resource limit has already been met.</p>
185
199
  */
186
200
  export declare class LimitExceededException extends __BaseException {
@@ -200,6 +214,7 @@ export declare class LimitExceededException extends __BaseException {
200
214
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
201
215
  }
202
216
  /**
217
+ * @public
203
218
  * <p>The request was rejected because it attempted to create a resource that already exists.</p>
204
219
  */
205
220
  export declare class ResourceAlreadyExistsException extends __BaseException {
@@ -218,8 +233,12 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
218
233
  */
219
234
  constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
220
235
  }
236
+ /**
237
+ * @public
238
+ */
221
239
  export type AlgorithmicStemming = "full" | "light" | "minimal" | "none";
222
240
  /**
241
+ * @public
223
242
  * <p>Synonyms, stopwords, and stemming options for an analysis scheme. Includes tokenization dictionary for Japanese.</p>
224
243
  */
225
244
  export interface AnalysisOptions {
@@ -232,7 +251,7 @@ export interface AnalysisOptions {
232
251
  */
233
252
  Stopwords?: string;
234
253
  /**
235
- * <p>A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, <code>{"term1": "stem1", "term2": "stem2", "term3": "stem3"}</code>. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.</p>
254
+ * <p>A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, <code>\{"term1": "stem1", "term2": "stem2", "term3": "stem3"\}</code>. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.</p>
236
255
  */
237
256
  StemmingDictionary?: string;
238
257
  /**
@@ -244,8 +263,12 @@ export interface AnalysisOptions {
244
263
  */
245
264
  AlgorithmicStemming?: AlgorithmicStemming | string;
246
265
  }
266
+ /**
267
+ * @public
268
+ */
247
269
  export 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";
248
270
  /**
271
+ * @public
249
272
  * <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>
250
273
  */
251
274
  export interface AnalysisScheme {
@@ -264,6 +287,7 @@ export interface AnalysisScheme {
264
287
  AnalysisOptions?: AnalysisOptions;
265
288
  }
266
289
  /**
290
+ * @public
267
291
  * <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>
268
292
  */
269
293
  export interface DefineAnalysisSchemeRequest {
@@ -276,8 +300,12 @@ export interface DefineAnalysisSchemeRequest {
276
300
  */
277
301
  AnalysisScheme: AnalysisScheme | undefined;
278
302
  }
303
+ /**
304
+ * @public
305
+ */
279
306
  export type OptionState = "Active" | "FailedToValidate" | "Processing" | "RequiresIndexDocuments";
280
307
  /**
308
+ * @public
281
309
  * <p>The status of domain configuration option.</p>
282
310
  */
283
311
  export interface OptionStatus {
@@ -308,6 +336,7 @@ export interface OptionStatus {
308
336
  PendingDeletion?: boolean;
309
337
  }
310
338
  /**
339
+ * @public
311
340
  * <p>The status and configuration of an <code>AnalysisScheme</code>.</p>
312
341
  */
313
342
  export interface AnalysisSchemeStatus {
@@ -321,6 +350,7 @@ export interface AnalysisSchemeStatus {
321
350
  Status: OptionStatus | undefined;
322
351
  }
323
352
  /**
353
+ * @public
324
354
  * <p>The result of a <code><a>DefineAnalysisScheme</a></code> request. Contains the status of the newly-configured analysis scheme.</p>
325
355
  */
326
356
  export interface DefineAnalysisSchemeResponse {
@@ -330,6 +360,7 @@ export interface DefineAnalysisSchemeResponse {
330
360
  AnalysisScheme: AnalysisSchemeStatus | undefined;
331
361
  }
332
362
  /**
363
+ * @public
333
364
  * <p>The request was rejected because it specified an invalid type definition.</p>
334
365
  */
335
366
  export declare class InvalidTypeException extends __BaseException {
@@ -349,6 +380,7 @@ export declare class InvalidTypeException extends __BaseException {
349
380
  constructor(opts: __ExceptionOptionType<InvalidTypeException, __BaseException>);
350
381
  }
351
382
  /**
383
+ * @public
352
384
  * <p>A named expression that can be evaluated at search time. Can be used to sort the search results, define other expressions, or return computed information in the search results. </p>
353
385
  */
354
386
  export interface Expression {
@@ -363,6 +395,7 @@ export interface Expression {
363
395
  ExpressionValue: string | undefined;
364
396
  }
365
397
  /**
398
+ * @public
366
399
  * <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>
367
400
  */
368
401
  export interface DefineExpressionRequest {
@@ -376,6 +409,7 @@ export interface DefineExpressionRequest {
376
409
  Expression: Expression | undefined;
377
410
  }
378
411
  /**
412
+ * @public
379
413
  * <p>The value of an <code>Expression</code> and its current status.</p>
380
414
  */
381
415
  export interface ExpressionStatus {
@@ -389,6 +423,7 @@ export interface ExpressionStatus {
389
423
  Status: OptionStatus | undefined;
390
424
  }
391
425
  /**
426
+ * @public
392
427
  * <p>The result of a <code>DefineExpression</code> request. Contains the status of the newly-configured expression.</p>
393
428
  */
394
429
  export interface DefineExpressionResponse {
@@ -398,6 +433,7 @@ export interface DefineExpressionResponse {
398
433
  Expression: ExpressionStatus | undefined;
399
434
  }
400
435
  /**
436
+ * @public
401
437
  * <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>
402
438
  */
403
439
  export interface DateArrayOptions {
@@ -423,6 +459,7 @@ export interface DateArrayOptions {
423
459
  ReturnEnabled?: boolean;
424
460
  }
425
461
  /**
462
+ * @public
426
463
  * <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>
427
464
  */
428
465
  export interface DateOptions {
@@ -465,6 +502,7 @@ export interface DateOptions {
465
502
  SortEnabled?: boolean;
466
503
  }
467
504
  /**
505
+ * @public
468
506
  * <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>
469
507
  */
470
508
  export interface DoubleArrayOptions {
@@ -490,6 +528,7 @@ export interface DoubleArrayOptions {
490
528
  ReturnEnabled?: boolean;
491
529
  }
492
530
  /**
531
+ * @public
493
532
  * <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>
494
533
  */
495
534
  export interface DoubleOptions {
@@ -518,8 +557,12 @@ export interface DoubleOptions {
518
557
  */
519
558
  SortEnabled?: boolean;
520
559
  }
560
+ /**
561
+ * @public
562
+ */
521
563
  export type IndexFieldType = "date" | "date-array" | "double" | "double-array" | "int" | "int-array" | "latlon" | "literal" | "literal-array" | "text" | "text-array";
522
564
  /**
565
+ * @public
523
566
  * <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>
524
567
  */
525
568
  export interface IntArrayOptions {
@@ -545,6 +588,7 @@ export interface IntArrayOptions {
545
588
  ReturnEnabled?: boolean;
546
589
  }
547
590
  /**
591
+ * @public
548
592
  * <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>
549
593
  */
550
594
  export interface IntOptions {
@@ -574,6 +618,7 @@ export interface IntOptions {
574
618
  SortEnabled?: boolean;
575
619
  }
576
620
  /**
621
+ * @public
577
622
  * <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>
578
623
  */
579
624
  export interface LatLonOptions {
@@ -616,6 +661,7 @@ export interface LatLonOptions {
616
661
  SortEnabled?: boolean;
617
662
  }
618
663
  /**
664
+ * @public
619
665
  * <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>
620
666
  */
621
667
  export interface LiteralArrayOptions {
@@ -641,6 +687,7 @@ export interface LiteralArrayOptions {
641
687
  ReturnEnabled?: boolean;
642
688
  }
643
689
  /**
690
+ * @public
644
691
  * <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>
645
692
  */
646
693
  export interface LiteralOptions {
@@ -683,6 +730,7 @@ export interface LiteralOptions {
683
730
  SortEnabled?: boolean;
684
731
  }
685
732
  /**
733
+ * @public
686
734
  * <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>
687
735
  */
688
736
  export interface TextArrayOptions {
@@ -708,6 +756,7 @@ export interface TextArrayOptions {
708
756
  AnalysisScheme?: string;
709
757
  }
710
758
  /**
759
+ * @public
711
760
  * <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>
712
761
  */
713
762
  export interface TextOptions {
@@ -750,6 +799,7 @@ export interface TextOptions {
750
799
  AnalysisScheme?: string;
751
800
  }
752
801
  /**
802
+ * @public
753
803
  * <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>
754
804
  */
755
805
  export interface IndexField {
@@ -820,6 +870,7 @@ export interface IndexField {
820
870
  DateArrayOptions?: DateArrayOptions;
821
871
  }
822
872
  /**
873
+ * @public
823
874
  * <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>
824
875
  */
825
876
  export interface DefineIndexFieldRequest {
@@ -833,6 +884,7 @@ export interface DefineIndexFieldRequest {
833
884
  IndexField: IndexField | undefined;
834
885
  }
835
886
  /**
887
+ * @public
836
888
  * <p>The value of an <code>IndexField</code> and its current status.</p>
837
889
  */
838
890
  export interface IndexFieldStatus {
@@ -846,6 +898,7 @@ export interface IndexFieldStatus {
846
898
  Status: OptionStatus | undefined;
847
899
  }
848
900
  /**
901
+ * @public
849
902
  * <p>The result of a <code><a>DefineIndexField</a></code> request. Contains the status of the newly-configured index field.</p>
850
903
  */
851
904
  export interface DefineIndexFieldResponse {
@@ -854,8 +907,12 @@ export interface DefineIndexFieldResponse {
854
907
  */
855
908
  IndexField: IndexFieldStatus | undefined;
856
909
  }
910
+ /**
911
+ * @public
912
+ */
857
913
  export type SuggesterFuzzyMatching = "high" | "low" | "none";
858
914
  /**
915
+ * @public
859
916
  * <p>Options for a search suggester.</p>
860
917
  */
861
918
  export interface DocumentSuggesterOptions {
@@ -879,6 +936,7 @@ export interface DocumentSuggesterOptions {
879
936
  SortExpression?: string;
880
937
  }
881
938
  /**
939
+ * @public
882
940
  * <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>
883
941
  */
884
942
  export interface Suggester {
@@ -893,6 +951,7 @@ export interface Suggester {
893
951
  DocumentSuggesterOptions: DocumentSuggesterOptions | undefined;
894
952
  }
895
953
  /**
954
+ * @public
896
955
  * <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>
897
956
  */
898
957
  export interface DefineSuggesterRequest {
@@ -906,6 +965,7 @@ export interface DefineSuggesterRequest {
906
965
  Suggester: Suggester | undefined;
907
966
  }
908
967
  /**
968
+ * @public
909
969
  * <p>The value of a <code>Suggester</code> and its current status.</p>
910
970
  */
911
971
  export interface SuggesterStatus {
@@ -919,6 +979,7 @@ export interface SuggesterStatus {
919
979
  Status: OptionStatus | undefined;
920
980
  }
921
981
  /**
982
+ * @public
922
983
  * <p>The result of a <code>DefineSuggester</code> request. Contains the status of the newly-configured suggester.</p>
923
984
  */
924
985
  export interface DefineSuggesterResponse {
@@ -928,6 +989,7 @@ export interface DefineSuggesterResponse {
928
989
  Suggester: SuggesterStatus | undefined;
929
990
  }
930
991
  /**
992
+ * @public
931
993
  * <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>
932
994
  */
933
995
  export interface DeleteAnalysisSchemeRequest {
@@ -941,6 +1003,7 @@ export interface DeleteAnalysisSchemeRequest {
941
1003
  AnalysisSchemeName: string | undefined;
942
1004
  }
943
1005
  /**
1006
+ * @public
944
1007
  * <p>The result of a <code>DeleteAnalysisScheme</code> request. Contains the status of the deleted analysis scheme.</p>
945
1008
  */
946
1009
  export interface DeleteAnalysisSchemeResponse {
@@ -950,6 +1013,7 @@ export interface DeleteAnalysisSchemeResponse {
950
1013
  AnalysisScheme: AnalysisSchemeStatus | undefined;
951
1014
  }
952
1015
  /**
1016
+ * @public
953
1017
  * <p>Container for the parameters to the <code><a>DeleteDomain</a></code> operation. Specifies the name of the domain you want to delete.</p>
954
1018
  */
955
1019
  export interface DeleteDomainRequest {
@@ -959,6 +1023,7 @@ export interface DeleteDomainRequest {
959
1023
  DomainName: string | undefined;
960
1024
  }
961
1025
  /**
1026
+ * @public
962
1027
  * <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>
963
1028
  */
964
1029
  export interface DeleteDomainResponse {
@@ -968,6 +1033,7 @@ export interface DeleteDomainResponse {
968
1033
  DomainStatus?: DomainStatus;
969
1034
  }
970
1035
  /**
1036
+ * @public
971
1037
  * <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>
972
1038
  */
973
1039
  export interface DeleteExpressionRequest {
@@ -981,6 +1047,7 @@ export interface DeleteExpressionRequest {
981
1047
  ExpressionName: string | undefined;
982
1048
  }
983
1049
  /**
1050
+ * @public
984
1051
  * <p>The result of a <code><a>DeleteExpression</a></code> request. Specifies the expression being deleted.</p>
985
1052
  */
986
1053
  export interface DeleteExpressionResponse {
@@ -990,6 +1057,7 @@ export interface DeleteExpressionResponse {
990
1057
  Expression: ExpressionStatus | undefined;
991
1058
  }
992
1059
  /**
1060
+ * @public
993
1061
  * <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>
994
1062
  */
995
1063
  export interface DeleteIndexFieldRequest {
@@ -1003,6 +1071,7 @@ export interface DeleteIndexFieldRequest {
1003
1071
  IndexFieldName: string | undefined;
1004
1072
  }
1005
1073
  /**
1074
+ * @public
1006
1075
  * <p>The result of a <code><a>DeleteIndexField</a></code> request.</p>
1007
1076
  */
1008
1077
  export interface DeleteIndexFieldResponse {
@@ -1012,6 +1081,7 @@ export interface DeleteIndexFieldResponse {
1012
1081
  IndexField: IndexFieldStatus | undefined;
1013
1082
  }
1014
1083
  /**
1084
+ * @public
1015
1085
  * <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>
1016
1086
  */
1017
1087
  export interface DeleteSuggesterRequest {
@@ -1025,6 +1095,7 @@ export interface DeleteSuggesterRequest {
1025
1095
  SuggesterName: string | undefined;
1026
1096
  }
1027
1097
  /**
1098
+ * @public
1028
1099
  * <p>The result of a <code>DeleteSuggester</code> request. Contains the status of the deleted suggester.</p>
1029
1100
  */
1030
1101
  export interface DeleteSuggesterResponse {
@@ -1034,6 +1105,7 @@ export interface DeleteSuggesterResponse {
1034
1105
  Suggester: SuggesterStatus | undefined;
1035
1106
  }
1036
1107
  /**
1108
+ * @public
1037
1109
  * <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>
1038
1110
  */
1039
1111
  export interface DescribeAnalysisSchemesRequest {
@@ -1051,6 +1123,7 @@ export interface DescribeAnalysisSchemesRequest {
1051
1123
  Deployed?: boolean;
1052
1124
  }
1053
1125
  /**
1126
+ * @public
1054
1127
  * <p>The result of a <code>DescribeAnalysisSchemes</code> request. Contains the analysis schemes configured for the domain specified in the request.</p>
1055
1128
  */
1056
1129
  export interface DescribeAnalysisSchemesResponse {
@@ -1060,6 +1133,7 @@ export interface DescribeAnalysisSchemesResponse {
1060
1133
  AnalysisSchemes: AnalysisSchemeStatus[] | undefined;
1061
1134
  }
1062
1135
  /**
1136
+ * @public
1063
1137
  * <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>
1064
1138
  */
1065
1139
  export interface DescribeAvailabilityOptionsRequest {
@@ -1073,6 +1147,7 @@ export interface DescribeAvailabilityOptionsRequest {
1073
1147
  Deployed?: boolean;
1074
1148
  }
1075
1149
  /**
1150
+ * @public
1076
1151
  * <p>The status and configuration of the domain's availability options.</p>
1077
1152
  */
1078
1153
  export interface AvailabilityOptionsStatus {
@@ -1086,6 +1161,7 @@ export interface AvailabilityOptionsStatus {
1086
1161
  Status: OptionStatus | undefined;
1087
1162
  }
1088
1163
  /**
1164
+ * @public
1089
1165
  * <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>
1090
1166
  */
1091
1167
  export interface DescribeAvailabilityOptionsResponse {
@@ -1095,6 +1171,7 @@ export interface DescribeAvailabilityOptionsResponse {
1095
1171
  AvailabilityOptions?: AvailabilityOptionsStatus;
1096
1172
  }
1097
1173
  /**
1174
+ * @public
1098
1175
  * <p>The request was rejected because it attempted an operation which is not enabled.</p>
1099
1176
  */
1100
1177
  export declare class DisabledOperationException extends __BaseException {
@@ -1114,6 +1191,7 @@ export declare class DisabledOperationException extends __BaseException {
1114
1191
  constructor(opts: __ExceptionOptionType<DisabledOperationException, __BaseException>);
1115
1192
  }
1116
1193
  /**
1194
+ * @public
1117
1195
  * <p>Container for the parameters to the <code><a>DescribeDomainEndpointOptions</a></code> operation. Specify 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>
1118
1196
  */
1119
1197
  export interface DescribeDomainEndpointOptionsRequest {
@@ -1126,11 +1204,15 @@ export interface DescribeDomainEndpointOptionsRequest {
1126
1204
  */
1127
1205
  Deployed?: boolean;
1128
1206
  }
1207
+ /**
1208
+ * @public
1209
+ */
1129
1210
  export declare enum TLSSecurityPolicy {
1130
1211
  POLICY_MIN_TLS_1_0_2019_07 = "Policy-Min-TLS-1-0-2019-07",
1131
1212
  POLICY_MIN_TLS_1_2_2019_07 = "Policy-Min-TLS-1-2-2019-07"
1132
1213
  }
1133
1214
  /**
1215
+ * @public
1134
1216
  * <p>The domain's endpoint options.</p>
1135
1217
  */
1136
1218
  export interface DomainEndpointOptions {
@@ -1144,6 +1226,7 @@ export interface DomainEndpointOptions {
1144
1226
  TLSSecurityPolicy?: TLSSecurityPolicy | string;
1145
1227
  }
1146
1228
  /**
1229
+ * @public
1147
1230
  * <p>The configuration and status of the domain's endpoint options.</p>
1148
1231
  */
1149
1232
  export interface DomainEndpointOptionsStatus {
@@ -1157,6 +1240,7 @@ export interface DomainEndpointOptionsStatus {
1157
1240
  Status: OptionStatus | undefined;
1158
1241
  }
1159
1242
  /**
1243
+ * @public
1160
1244
  * <p>The result of a <code>DescribeDomainEndpointOptions</code> request. Contains the status and configuration of a search domain's endpoint options. </p>
1161
1245
  */
1162
1246
  export interface DescribeDomainEndpointOptionsResponse {
@@ -1166,6 +1250,7 @@ export interface DescribeDomainEndpointOptionsResponse {
1166
1250
  DomainEndpointOptions?: DomainEndpointOptionsStatus;
1167
1251
  }
1168
1252
  /**
1253
+ * @public
1169
1254
  * <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>
1170
1255
  */
1171
1256
  export interface DescribeDomainsRequest {
@@ -1175,6 +1260,7 @@ export interface DescribeDomainsRequest {
1175
1260
  DomainNames?: string[];
1176
1261
  }
1177
1262
  /**
1263
+ * @public
1178
1264
  * <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>
1179
1265
  */
1180
1266
  export interface DescribeDomainsResponse {
@@ -1184,6 +1270,7 @@ export interface DescribeDomainsResponse {
1184
1270
  DomainStatusList: DomainStatus[] | undefined;
1185
1271
  }
1186
1272
  /**
1273
+ * @public
1187
1274
  * <p>Container for the parameters to the <code><a>DescribeDomains</a></code> operation.
1188
1275
  * 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>
1189
1276
  */
@@ -1202,6 +1289,7 @@ export interface DescribeExpressionsRequest {
1202
1289
  Deployed?: boolean;
1203
1290
  }
1204
1291
  /**
1292
+ * @public
1205
1293
  * <p>The result of a <code>DescribeExpressions</code> request. Contains the expressions configured for the domain specified in the request.</p>
1206
1294
  */
1207
1295
  export interface DescribeExpressionsResponse {
@@ -1211,6 +1299,7 @@ export interface DescribeExpressionsResponse {
1211
1299
  Expressions: ExpressionStatus[] | undefined;
1212
1300
  }
1213
1301
  /**
1302
+ * @public
1214
1303
  * <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>
1215
1304
  */
1216
1305
  export interface DescribeIndexFieldsRequest {
@@ -1228,6 +1317,7 @@ export interface DescribeIndexFieldsRequest {
1228
1317
  Deployed?: boolean;
1229
1318
  }
1230
1319
  /**
1320
+ * @public
1231
1321
  * <p>The result of a <code>DescribeIndexFields</code> request. Contains the index fields configured for the domain specified in the request.</p>
1232
1322
  */
1233
1323
  export interface DescribeIndexFieldsResponse {
@@ -1237,6 +1327,7 @@ export interface DescribeIndexFieldsResponse {
1237
1327
  IndexFields: IndexFieldStatus[] | undefined;
1238
1328
  }
1239
1329
  /**
1330
+ * @public
1240
1331
  * <p>Container for the parameters to the <code><a>DescribeScalingParameters</a></code> operation. Specifies the name of the domain you want to describe. </p>
1241
1332
  */
1242
1333
  export interface DescribeScalingParametersRequest {
@@ -1245,8 +1336,12 @@ export interface DescribeScalingParametersRequest {
1245
1336
  */
1246
1337
  DomainName: string | undefined;
1247
1338
  }
1339
+ /**
1340
+ * @public
1341
+ */
1248
1342
  export 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";
1249
1343
  /**
1344
+ * @public
1250
1345
  * <p>The desired instance type and desired number of replicas of each index partition.</p>
1251
1346
  */
1252
1347
  export interface ScalingParameters {
@@ -1265,6 +1360,7 @@ export interface ScalingParameters {
1265
1360
  DesiredPartitionCount?: number;
1266
1361
  }
1267
1362
  /**
1363
+ * @public
1268
1364
  * <p>The status and configuration of a search domain's scaling parameters. </p>
1269
1365
  */
1270
1366
  export interface ScalingParametersStatus {
@@ -1278,6 +1374,7 @@ export interface ScalingParametersStatus {
1278
1374
  Status: OptionStatus | undefined;
1279
1375
  }
1280
1376
  /**
1377
+ * @public
1281
1378
  * <p>The result of a <code>DescribeScalingParameters</code> request. Contains the scaling parameters configured for the domain specified in the request.</p>
1282
1379
  */
1283
1380
  export interface DescribeScalingParametersResponse {
@@ -1287,6 +1384,7 @@ export interface DescribeScalingParametersResponse {
1287
1384
  ScalingParameters: ScalingParametersStatus | undefined;
1288
1385
  }
1289
1386
  /**
1387
+ * @public
1290
1388
  * <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>
1291
1389
  */
1292
1390
  export interface DescribeServiceAccessPoliciesRequest {
@@ -1300,6 +1398,7 @@ export interface DescribeServiceAccessPoliciesRequest {
1300
1398
  Deployed?: boolean;
1301
1399
  }
1302
1400
  /**
1401
+ * @public
1303
1402
  * <p>The configured access rules for the domain's document and search endpoints, and the current status of those rules.</p>
1304
1403
  */
1305
1404
  export interface AccessPoliciesStatus {
@@ -1313,6 +1412,7 @@ export interface AccessPoliciesStatus {
1313
1412
  Status: OptionStatus | undefined;
1314
1413
  }
1315
1414
  /**
1415
+ * @public
1316
1416
  * <p>The result of a <code>DescribeServiceAccessPolicies</code> request.</p>
1317
1417
  */
1318
1418
  export interface DescribeServiceAccessPoliciesResponse {
@@ -1322,6 +1422,7 @@ export interface DescribeServiceAccessPoliciesResponse {
1322
1422
  AccessPolicies: AccessPoliciesStatus | undefined;
1323
1423
  }
1324
1424
  /**
1425
+ * @public
1325
1426
  * <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>
1326
1427
  */
1327
1428
  export interface DescribeSuggestersRequest {
@@ -1339,6 +1440,7 @@ export interface DescribeSuggestersRequest {
1339
1440
  Deployed?: boolean;
1340
1441
  }
1341
1442
  /**
1443
+ * @public
1342
1444
  * <p>The result of a <code>DescribeSuggesters</code> request.</p>
1343
1445
  */
1344
1446
  export interface DescribeSuggestersResponse {
@@ -1348,6 +1450,7 @@ export interface DescribeSuggestersResponse {
1348
1450
  Suggesters: SuggesterStatus[] | undefined;
1349
1451
  }
1350
1452
  /**
1453
+ * @public
1351
1454
  * <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>
1352
1455
  */
1353
1456
  export interface IndexDocumentsRequest {
@@ -1357,6 +1460,7 @@ export interface IndexDocumentsRequest {
1357
1460
  DomainName: string | undefined;
1358
1461
  }
1359
1462
  /**
1463
+ * @public
1360
1464
  * <p>The result of an <code>IndexDocuments</code> request. Contains the status of the indexing operation, including the fields being indexed.</p>
1361
1465
  */
1362
1466
  export interface IndexDocumentsResponse {
@@ -1366,6 +1470,7 @@ export interface IndexDocumentsResponse {
1366
1470
  FieldNames?: string[];
1367
1471
  }
1368
1472
  /**
1473
+ * @public
1369
1474
  * <p>The result of a <code>ListDomainNames</code> request. Contains a list of the domains owned by an account.</p>
1370
1475
  */
1371
1476
  export interface ListDomainNamesResponse {
@@ -1375,6 +1480,7 @@ export interface ListDomainNamesResponse {
1375
1480
  DomainNames?: Record<string, string>;
1376
1481
  }
1377
1482
  /**
1483
+ * @public
1378
1484
  * <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>
1379
1485
  */
1380
1486
  export interface UpdateAvailabilityOptionsRequest {
@@ -1388,6 +1494,7 @@ export interface UpdateAvailabilityOptionsRequest {
1388
1494
  MultiAZ: boolean | undefined;
1389
1495
  }
1390
1496
  /**
1497
+ * @public
1391
1498
  * <p>The result of a <code>UpdateAvailabilityOptions</code> request. Contains the status of the domain's availability options. </p>
1392
1499
  */
1393
1500
  export interface UpdateAvailabilityOptionsResponse {
@@ -1397,6 +1504,7 @@ export interface UpdateAvailabilityOptionsResponse {
1397
1504
  AvailabilityOptions?: AvailabilityOptionsStatus;
1398
1505
  }
1399
1506
  /**
1507
+ * @public
1400
1508
  * <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>
1401
1509
  */
1402
1510
  export interface UpdateDomainEndpointOptionsRequest {
@@ -1410,6 +1518,7 @@ export interface UpdateDomainEndpointOptionsRequest {
1410
1518
  DomainEndpointOptions: DomainEndpointOptions | undefined;
1411
1519
  }
1412
1520
  /**
1521
+ * @public
1413
1522
  * <p>The result of a <code>UpdateDomainEndpointOptions</code> request. Contains the configuration and status of the domain's endpoint options. </p>
1414
1523
  */
1415
1524
  export interface UpdateDomainEndpointOptionsResponse {
@@ -1419,6 +1528,7 @@ export interface UpdateDomainEndpointOptionsResponse {
1419
1528
  DomainEndpointOptions?: DomainEndpointOptionsStatus;
1420
1529
  }
1421
1530
  /**
1531
+ * @public
1422
1532
  * <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>
1423
1533
  */
1424
1534
  export interface UpdateScalingParametersRequest {
@@ -1432,6 +1542,7 @@ export interface UpdateScalingParametersRequest {
1432
1542
  ScalingParameters: ScalingParameters | undefined;
1433
1543
  }
1434
1544
  /**
1545
+ * @public
1435
1546
  * <p>The result of a <code>UpdateScalingParameters</code> request. Contains the status of the newly-configured scaling parameters.</p>
1436
1547
  */
1437
1548
  export interface UpdateScalingParametersResponse {
@@ -1441,6 +1552,7 @@ export interface UpdateScalingParametersResponse {
1441
1552
  ScalingParameters: ScalingParametersStatus | undefined;
1442
1553
  }
1443
1554
  /**
1555
+ * @public
1444
1556
  * <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>
1445
1557
  */
1446
1558
  export interface UpdateServiceAccessPoliciesRequest {
@@ -1454,6 +1566,7 @@ export interface UpdateServiceAccessPoliciesRequest {
1454
1566
  AccessPolicies: string | undefined;
1455
1567
  }
1456
1568
  /**
1569
+ * @public
1457
1570
  * <p>The result of an <code>UpdateServiceAccessPolicies</code> request. Contains the new access policies.</p>
1458
1571
  */
1459
1572
  export interface UpdateServiceAccessPoliciesResponse {
@@ -1462,331 +1575,3 @@ export interface UpdateServiceAccessPoliciesResponse {
1462
1575
  */
1463
1576
  AccessPolicies: AccessPoliciesStatus | undefined;
1464
1577
  }
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;