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