@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
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudsearch
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-cloudsearch
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-cloudsearch
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -104,7 +104,6 @@ import {
|
|
|
104
104
|
UpdateServiceAccessPoliciesCommandInput,
|
|
105
105
|
UpdateServiceAccessPoliciesCommandOutput,
|
|
106
106
|
} from "./commands/UpdateServiceAccessPoliciesCommand";
|
|
107
|
-
|
|
108
107
|
export declare class CloudSearch extends CloudSearchClient {
|
|
109
108
|
buildSuggesters(
|
|
110
109
|
args: BuildSuggestersCommandInput,
|
|
@@ -119,7 +118,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
119
118
|
options: __HttpHandlerOptions,
|
|
120
119
|
cb: (err: any, data?: BuildSuggestersCommandOutput) => void
|
|
121
120
|
): void;
|
|
122
|
-
|
|
123
121
|
createDomain(
|
|
124
122
|
args: CreateDomainCommandInput,
|
|
125
123
|
options?: __HttpHandlerOptions
|
|
@@ -133,7 +131,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
133
131
|
options: __HttpHandlerOptions,
|
|
134
132
|
cb: (err: any, data?: CreateDomainCommandOutput) => void
|
|
135
133
|
): void;
|
|
136
|
-
|
|
137
134
|
defineAnalysisScheme(
|
|
138
135
|
args: DefineAnalysisSchemeCommandInput,
|
|
139
136
|
options?: __HttpHandlerOptions
|
|
@@ -147,7 +144,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
147
144
|
options: __HttpHandlerOptions,
|
|
148
145
|
cb: (err: any, data?: DefineAnalysisSchemeCommandOutput) => void
|
|
149
146
|
): void;
|
|
150
|
-
|
|
151
147
|
defineExpression(
|
|
152
148
|
args: DefineExpressionCommandInput,
|
|
153
149
|
options?: __HttpHandlerOptions
|
|
@@ -161,7 +157,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
161
157
|
options: __HttpHandlerOptions,
|
|
162
158
|
cb: (err: any, data?: DefineExpressionCommandOutput) => void
|
|
163
159
|
): void;
|
|
164
|
-
|
|
165
160
|
defineIndexField(
|
|
166
161
|
args: DefineIndexFieldCommandInput,
|
|
167
162
|
options?: __HttpHandlerOptions
|
|
@@ -175,7 +170,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
175
170
|
options: __HttpHandlerOptions,
|
|
176
171
|
cb: (err: any, data?: DefineIndexFieldCommandOutput) => void
|
|
177
172
|
): void;
|
|
178
|
-
|
|
179
173
|
defineSuggester(
|
|
180
174
|
args: DefineSuggesterCommandInput,
|
|
181
175
|
options?: __HttpHandlerOptions
|
|
@@ -189,7 +183,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
189
183
|
options: __HttpHandlerOptions,
|
|
190
184
|
cb: (err: any, data?: DefineSuggesterCommandOutput) => void
|
|
191
185
|
): void;
|
|
192
|
-
|
|
193
186
|
deleteAnalysisScheme(
|
|
194
187
|
args: DeleteAnalysisSchemeCommandInput,
|
|
195
188
|
options?: __HttpHandlerOptions
|
|
@@ -203,7 +196,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
203
196
|
options: __HttpHandlerOptions,
|
|
204
197
|
cb: (err: any, data?: DeleteAnalysisSchemeCommandOutput) => void
|
|
205
198
|
): void;
|
|
206
|
-
|
|
207
199
|
deleteDomain(
|
|
208
200
|
args: DeleteDomainCommandInput,
|
|
209
201
|
options?: __HttpHandlerOptions
|
|
@@ -217,7 +209,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
217
209
|
options: __HttpHandlerOptions,
|
|
218
210
|
cb: (err: any, data?: DeleteDomainCommandOutput) => void
|
|
219
211
|
): void;
|
|
220
|
-
|
|
221
212
|
deleteExpression(
|
|
222
213
|
args: DeleteExpressionCommandInput,
|
|
223
214
|
options?: __HttpHandlerOptions
|
|
@@ -231,7 +222,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
231
222
|
options: __HttpHandlerOptions,
|
|
232
223
|
cb: (err: any, data?: DeleteExpressionCommandOutput) => void
|
|
233
224
|
): void;
|
|
234
|
-
|
|
235
225
|
deleteIndexField(
|
|
236
226
|
args: DeleteIndexFieldCommandInput,
|
|
237
227
|
options?: __HttpHandlerOptions
|
|
@@ -245,7 +235,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
245
235
|
options: __HttpHandlerOptions,
|
|
246
236
|
cb: (err: any, data?: DeleteIndexFieldCommandOutput) => void
|
|
247
237
|
): void;
|
|
248
|
-
|
|
249
238
|
deleteSuggester(
|
|
250
239
|
args: DeleteSuggesterCommandInput,
|
|
251
240
|
options?: __HttpHandlerOptions
|
|
@@ -259,7 +248,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
259
248
|
options: __HttpHandlerOptions,
|
|
260
249
|
cb: (err: any, data?: DeleteSuggesterCommandOutput) => void
|
|
261
250
|
): void;
|
|
262
|
-
|
|
263
251
|
describeAnalysisSchemes(
|
|
264
252
|
args: DescribeAnalysisSchemesCommandInput,
|
|
265
253
|
options?: __HttpHandlerOptions
|
|
@@ -273,7 +261,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
273
261
|
options: __HttpHandlerOptions,
|
|
274
262
|
cb: (err: any, data?: DescribeAnalysisSchemesCommandOutput) => void
|
|
275
263
|
): void;
|
|
276
|
-
|
|
277
264
|
describeAvailabilityOptions(
|
|
278
265
|
args: DescribeAvailabilityOptionsCommandInput,
|
|
279
266
|
options?: __HttpHandlerOptions
|
|
@@ -287,7 +274,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
287
274
|
options: __HttpHandlerOptions,
|
|
288
275
|
cb: (err: any, data?: DescribeAvailabilityOptionsCommandOutput) => void
|
|
289
276
|
): void;
|
|
290
|
-
|
|
291
277
|
describeDomainEndpointOptions(
|
|
292
278
|
args: DescribeDomainEndpointOptionsCommandInput,
|
|
293
279
|
options?: __HttpHandlerOptions
|
|
@@ -301,7 +287,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
301
287
|
options: __HttpHandlerOptions,
|
|
302
288
|
cb: (err: any, data?: DescribeDomainEndpointOptionsCommandOutput) => void
|
|
303
289
|
): void;
|
|
304
|
-
|
|
305
290
|
describeDomains(
|
|
306
291
|
args: DescribeDomainsCommandInput,
|
|
307
292
|
options?: __HttpHandlerOptions
|
|
@@ -315,7 +300,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
315
300
|
options: __HttpHandlerOptions,
|
|
316
301
|
cb: (err: any, data?: DescribeDomainsCommandOutput) => void
|
|
317
302
|
): void;
|
|
318
|
-
|
|
319
303
|
describeExpressions(
|
|
320
304
|
args: DescribeExpressionsCommandInput,
|
|
321
305
|
options?: __HttpHandlerOptions
|
|
@@ -329,7 +313,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
329
313
|
options: __HttpHandlerOptions,
|
|
330
314
|
cb: (err: any, data?: DescribeExpressionsCommandOutput) => void
|
|
331
315
|
): void;
|
|
332
|
-
|
|
333
316
|
describeIndexFields(
|
|
334
317
|
args: DescribeIndexFieldsCommandInput,
|
|
335
318
|
options?: __HttpHandlerOptions
|
|
@@ -343,7 +326,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
343
326
|
options: __HttpHandlerOptions,
|
|
344
327
|
cb: (err: any, data?: DescribeIndexFieldsCommandOutput) => void
|
|
345
328
|
): void;
|
|
346
|
-
|
|
347
329
|
describeScalingParameters(
|
|
348
330
|
args: DescribeScalingParametersCommandInput,
|
|
349
331
|
options?: __HttpHandlerOptions
|
|
@@ -357,7 +339,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
357
339
|
options: __HttpHandlerOptions,
|
|
358
340
|
cb: (err: any, data?: DescribeScalingParametersCommandOutput) => void
|
|
359
341
|
): void;
|
|
360
|
-
|
|
361
342
|
describeServiceAccessPolicies(
|
|
362
343
|
args: DescribeServiceAccessPoliciesCommandInput,
|
|
363
344
|
options?: __HttpHandlerOptions
|
|
@@ -371,7 +352,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
371
352
|
options: __HttpHandlerOptions,
|
|
372
353
|
cb: (err: any, data?: DescribeServiceAccessPoliciesCommandOutput) => void
|
|
373
354
|
): void;
|
|
374
|
-
|
|
375
355
|
describeSuggesters(
|
|
376
356
|
args: DescribeSuggestersCommandInput,
|
|
377
357
|
options?: __HttpHandlerOptions
|
|
@@ -385,7 +365,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
385
365
|
options: __HttpHandlerOptions,
|
|
386
366
|
cb: (err: any, data?: DescribeSuggestersCommandOutput) => void
|
|
387
367
|
): void;
|
|
388
|
-
|
|
389
368
|
indexDocuments(
|
|
390
369
|
args: IndexDocumentsCommandInput,
|
|
391
370
|
options?: __HttpHandlerOptions
|
|
@@ -399,7 +378,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
399
378
|
options: __HttpHandlerOptions,
|
|
400
379
|
cb: (err: any, data?: IndexDocumentsCommandOutput) => void
|
|
401
380
|
): void;
|
|
402
|
-
|
|
403
381
|
listDomainNames(
|
|
404
382
|
args: ListDomainNamesCommandInput,
|
|
405
383
|
options?: __HttpHandlerOptions
|
|
@@ -413,7 +391,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
413
391
|
options: __HttpHandlerOptions,
|
|
414
392
|
cb: (err: any, data?: ListDomainNamesCommandOutput) => void
|
|
415
393
|
): void;
|
|
416
|
-
|
|
417
394
|
updateAvailabilityOptions(
|
|
418
395
|
args: UpdateAvailabilityOptionsCommandInput,
|
|
419
396
|
options?: __HttpHandlerOptions
|
|
@@ -427,7 +404,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
427
404
|
options: __HttpHandlerOptions,
|
|
428
405
|
cb: (err: any, data?: UpdateAvailabilityOptionsCommandOutput) => void
|
|
429
406
|
): void;
|
|
430
|
-
|
|
431
407
|
updateDomainEndpointOptions(
|
|
432
408
|
args: UpdateDomainEndpointOptionsCommandInput,
|
|
433
409
|
options?: __HttpHandlerOptions
|
|
@@ -441,7 +417,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
441
417
|
options: __HttpHandlerOptions,
|
|
442
418
|
cb: (err: any, data?: UpdateDomainEndpointOptionsCommandOutput) => void
|
|
443
419
|
): void;
|
|
444
|
-
|
|
445
420
|
updateScalingParameters(
|
|
446
421
|
args: UpdateScalingParametersCommandInput,
|
|
447
422
|
options?: __HttpHandlerOptions
|
|
@@ -455,7 +430,6 @@ export declare class CloudSearch extends CloudSearchClient {
|
|
|
455
430
|
options: __HttpHandlerOptions,
|
|
456
431
|
cb: (err: any, data?: UpdateScalingParametersCommandOutput) => void
|
|
457
432
|
): void;
|
|
458
|
-
|
|
459
433
|
updateServiceAccessPolicies(
|
|
460
434
|
args: UpdateServiceAccessPoliciesCommandInput,
|
|
461
435
|
options?: __HttpHandlerOptions
|
|
@@ -203,47 +203,26 @@ export declare type ServiceOutputTypes =
|
|
|
203
203
|
export interface ClientDefaults
|
|
204
204
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
205
205
|
requestHandler?: __HttpHandler;
|
|
206
|
-
|
|
207
206
|
sha256?: __HashConstructor;
|
|
208
|
-
|
|
209
207
|
urlParser?: __UrlParser;
|
|
210
|
-
|
|
211
208
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
212
|
-
|
|
213
209
|
streamCollector?: __StreamCollector;
|
|
214
|
-
|
|
215
210
|
base64Decoder?: __Decoder;
|
|
216
|
-
|
|
217
211
|
base64Encoder?: __Encoder;
|
|
218
|
-
|
|
219
212
|
utf8Decoder?: __Decoder;
|
|
220
|
-
|
|
221
213
|
utf8Encoder?: __Encoder;
|
|
222
|
-
|
|
223
214
|
runtime?: string;
|
|
224
|
-
|
|
225
215
|
disableHostPrefix?: boolean;
|
|
226
|
-
|
|
227
216
|
maxAttempts?: number | __Provider<number>;
|
|
228
|
-
|
|
229
217
|
retryMode?: string | __Provider<string>;
|
|
230
|
-
|
|
231
218
|
logger?: __Logger;
|
|
232
|
-
|
|
233
219
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
234
|
-
|
|
235
220
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
236
|
-
|
|
237
221
|
serviceId?: string;
|
|
238
|
-
|
|
239
222
|
region?: string | __Provider<string>;
|
|
240
|
-
|
|
241
223
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
242
|
-
|
|
243
224
|
regionInfoProvider?: RegionInfoProvider;
|
|
244
|
-
|
|
245
225
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
246
|
-
|
|
247
226
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
248
227
|
}
|
|
249
228
|
declare type CloudSearchClientConfigType = Partial<
|
|
@@ -256,7 +235,6 @@ declare type CloudSearchClientConfigType = Partial<
|
|
|
256
235
|
HostHeaderInputConfig &
|
|
257
236
|
AwsAuthInputConfig &
|
|
258
237
|
UserAgentInputConfig;
|
|
259
|
-
|
|
260
238
|
export interface CloudSearchClientConfig extends CloudSearchClientConfigType {}
|
|
261
239
|
declare type CloudSearchClientResolvedConfigType =
|
|
262
240
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -267,10 +245,8 @@ declare type CloudSearchClientResolvedConfigType =
|
|
|
267
245
|
HostHeaderResolvedConfig &
|
|
268
246
|
AwsAuthResolvedConfig &
|
|
269
247
|
UserAgentResolvedConfig;
|
|
270
|
-
|
|
271
248
|
export interface CloudSearchClientResolvedConfig
|
|
272
249
|
extends CloudSearchClientResolvedConfigType {}
|
|
273
|
-
|
|
274
250
|
export declare class CloudSearchClient extends __Client<
|
|
275
251
|
__HttpHandlerOptions,
|
|
276
252
|
ServiceInputTypes,
|
|
@@ -279,7 +255,6 @@ export declare class CloudSearchClient extends __Client<
|
|
|
279
255
|
> {
|
|
280
256
|
readonly config: CloudSearchClientResolvedConfig;
|
|
281
257
|
constructor(configuration: CloudSearchClientConfig);
|
|
282
|
-
|
|
283
258
|
destroy(): void;
|
|
284
259
|
}
|
|
285
260
|
export {};
|
|
@@ -18,7 +18,6 @@ export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {}
|
|
|
18
18
|
export interface BuildSuggestersCommandOutput
|
|
19
19
|
extends BuildSuggestersResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class BuildSuggestersCommand extends $Command<
|
|
23
22
|
BuildSuggestersCommandInput,
|
|
24
23
|
BuildSuggestersCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class BuildSuggestersCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: BuildSuggestersCommandInput;
|
|
28
27
|
constructor(input: BuildSuggestersCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {}
|
|
|
15
15
|
export interface CreateDomainCommandOutput
|
|
16
16
|
extends CreateDomainResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateDomainCommand extends $Command<
|
|
20
19
|
CreateDomainCommandInput,
|
|
21
20
|
CreateDomainCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateDomainCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateDomainCommandInput;
|
|
25
24
|
constructor(input: CreateDomainCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DefineAnalysisSchemeCommandInput
|
|
|
19
19
|
export interface DefineAnalysisSchemeCommandOutput
|
|
20
20
|
extends DefineAnalysisSchemeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DefineAnalysisSchemeCommand extends $Command<
|
|
24
23
|
DefineAnalysisSchemeCommandInput,
|
|
25
24
|
DefineAnalysisSchemeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DefineAnalysisSchemeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DefineAnalysisSchemeCommandInput;
|
|
29
28
|
constructor(input: DefineAnalysisSchemeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DefineExpressionCommandInput extends DefineExpressionRequest {}
|
|
|
18
18
|
export interface DefineExpressionCommandOutput
|
|
19
19
|
extends DefineExpressionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DefineExpressionCommand extends $Command<
|
|
23
22
|
DefineExpressionCommandInput,
|
|
24
23
|
DefineExpressionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DefineExpressionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DefineExpressionCommandInput;
|
|
28
27
|
constructor(input: DefineExpressionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {}
|
|
|
18
18
|
export interface DefineIndexFieldCommandOutput
|
|
19
19
|
extends DefineIndexFieldResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DefineIndexFieldCommand extends $Command<
|
|
23
22
|
DefineIndexFieldCommandInput,
|
|
24
23
|
DefineIndexFieldCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DefineIndexFieldCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DefineIndexFieldCommandInput;
|
|
28
27
|
constructor(input: DefineIndexFieldCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {}
|
|
|
18
18
|
export interface DefineSuggesterCommandOutput
|
|
19
19
|
extends DefineSuggesterResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DefineSuggesterCommand extends $Command<
|
|
23
22
|
DefineSuggesterCommandInput,
|
|
24
23
|
DefineSuggesterCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DefineSuggesterCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DefineSuggesterCommandInput;
|
|
28
27
|
constructor(input: DefineSuggesterCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteAnalysisSchemeCommandInput
|
|
|
19
19
|
export interface DeleteAnalysisSchemeCommandOutput
|
|
20
20
|
extends DeleteAnalysisSchemeResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteAnalysisSchemeCommand extends $Command<
|
|
24
23
|
DeleteAnalysisSchemeCommandInput,
|
|
25
24
|
DeleteAnalysisSchemeCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteAnalysisSchemeCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteAnalysisSchemeCommandInput;
|
|
29
28
|
constructor(input: DeleteAnalysisSchemeCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
|
|
|
15
15
|
export interface DeleteDomainCommandOutput
|
|
16
16
|
extends DeleteDomainResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteDomainCommand extends $Command<
|
|
20
19
|
DeleteDomainCommandInput,
|
|
21
20
|
DeleteDomainCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteDomainCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteDomainCommandInput;
|
|
25
24
|
constructor(input: DeleteDomainCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteExpressionCommandInput extends DeleteExpressionRequest {}
|
|
|
18
18
|
export interface DeleteExpressionCommandOutput
|
|
19
19
|
extends DeleteExpressionResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteExpressionCommand extends $Command<
|
|
23
22
|
DeleteExpressionCommandInput,
|
|
24
23
|
DeleteExpressionCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteExpressionCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteExpressionCommandInput;
|
|
28
27
|
constructor(input: DeleteExpressionCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {}
|
|
|
18
18
|
export interface DeleteIndexFieldCommandOutput
|
|
19
19
|
extends DeleteIndexFieldResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteIndexFieldCommand extends $Command<
|
|
23
22
|
DeleteIndexFieldCommandInput,
|
|
24
23
|
DeleteIndexFieldCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteIndexFieldCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteIndexFieldCommandInput;
|
|
28
27
|
constructor(input: DeleteIndexFieldCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteSuggesterCommandInput extends DeleteSuggesterRequest {}
|
|
|
18
18
|
export interface DeleteSuggesterCommandOutput
|
|
19
19
|
extends DeleteSuggesterResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteSuggesterCommand extends $Command<
|
|
23
22
|
DeleteSuggesterCommandInput,
|
|
24
23
|
DeleteSuggesterCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteSuggesterCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteSuggesterCommandInput;
|
|
28
27
|
constructor(input: DeleteSuggesterCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAnalysisSchemesCommandInput
|
|
|
19
19
|
export interface DescribeAnalysisSchemesCommandOutput
|
|
20
20
|
extends DescribeAnalysisSchemesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAnalysisSchemesCommand extends $Command<
|
|
24
23
|
DescribeAnalysisSchemesCommandInput,
|
|
25
24
|
DescribeAnalysisSchemesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAnalysisSchemesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAnalysisSchemesCommandInput;
|
|
29
28
|
constructor(input: DescribeAnalysisSchemesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeAvailabilityOptionsCommandInput
|
|
|
19
19
|
export interface DescribeAvailabilityOptionsCommandOutput
|
|
20
20
|
extends DescribeAvailabilityOptionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeAvailabilityOptionsCommand extends $Command<
|
|
24
23
|
DescribeAvailabilityOptionsCommandInput,
|
|
25
24
|
DescribeAvailabilityOptionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeAvailabilityOptionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeAvailabilityOptionsCommandInput;
|
|
29
28
|
constructor(input: DescribeAvailabilityOptionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeDomainEndpointOptionsCommandInput
|
|
|
19
19
|
export interface DescribeDomainEndpointOptionsCommandOutput
|
|
20
20
|
extends DescribeDomainEndpointOptionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeDomainEndpointOptionsCommand extends $Command<
|
|
24
23
|
DescribeDomainEndpointOptionsCommandInput,
|
|
25
24
|
DescribeDomainEndpointOptionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeDomainEndpointOptionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeDomainEndpointOptionsCommandInput;
|
|
29
28
|
constructor(input: DescribeDomainEndpointOptionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeDomainsCommandInput extends DescribeDomainsRequest {}
|
|
|
18
18
|
export interface DescribeDomainsCommandOutput
|
|
19
19
|
extends DescribeDomainsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeDomainsCommand extends $Command<
|
|
23
22
|
DescribeDomainsCommandInput,
|
|
24
23
|
DescribeDomainsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeDomainsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeDomainsCommandInput;
|
|
28
27
|
constructor(input: DescribeDomainsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeExpressionsCommandInput
|
|
|
19
19
|
export interface DescribeExpressionsCommandOutput
|
|
20
20
|
extends DescribeExpressionsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeExpressionsCommand extends $Command<
|
|
24
23
|
DescribeExpressionsCommandInput,
|
|
25
24
|
DescribeExpressionsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeExpressionsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeExpressionsCommandInput;
|
|
29
28
|
constructor(input: DescribeExpressionsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeIndexFieldsCommandInput
|
|
|
19
19
|
export interface DescribeIndexFieldsCommandOutput
|
|
20
20
|
extends DescribeIndexFieldsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeIndexFieldsCommand extends $Command<
|
|
24
23
|
DescribeIndexFieldsCommandInput,
|
|
25
24
|
DescribeIndexFieldsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeIndexFieldsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeIndexFieldsCommandInput;
|
|
29
28
|
constructor(input: DescribeIndexFieldsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeScalingParametersCommandInput
|
|
|
19
19
|
export interface DescribeScalingParametersCommandOutput
|
|
20
20
|
extends DescribeScalingParametersResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeScalingParametersCommand extends $Command<
|
|
24
23
|
DescribeScalingParametersCommandInput,
|
|
25
24
|
DescribeScalingParametersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeScalingParametersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeScalingParametersCommandInput;
|
|
29
28
|
constructor(input: DescribeScalingParametersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeServiceAccessPoliciesCommandInput
|
|
|
19
19
|
export interface DescribeServiceAccessPoliciesCommandOutput
|
|
20
20
|
extends DescribeServiceAccessPoliciesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeServiceAccessPoliciesCommand extends $Command<
|
|
24
23
|
DescribeServiceAccessPoliciesCommandInput,
|
|
25
24
|
DescribeServiceAccessPoliciesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeServiceAccessPoliciesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeServiceAccessPoliciesCommandInput;
|
|
29
28
|
constructor(input: DescribeServiceAccessPoliciesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudSearchClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeSuggestersCommandInput
|
|
|
19
19
|
export interface DescribeSuggestersCommandOutput
|
|
20
20
|
extends DescribeSuggestersResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeSuggestersCommand extends $Command<
|
|
24
23
|
DescribeSuggestersCommandInput,
|
|
25
24
|
DescribeSuggestersCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeSuggestersCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeSuggestersCommandInput;
|
|
29
28
|
constructor(input: DescribeSuggestersCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: CloudSearchClientResolvedConfig,
|