@aws-sdk/client-cloudsearch 3.50.0 → 3.53.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 (52) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/CloudSearchServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +123 -2
  5. package/dist-cjs/protocols/Aws_query.js +247 -1002
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/CloudSearchServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +114 -1
  9. package/dist-es/protocols/Aws_query.js +573 -1091
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/CloudSearchServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +58 -25
  13. package/dist-types/ts3.4/CloudSearch.d.ts +135 -0
  14. package/dist-types/ts3.4/CloudSearchClient.d.ts +99 -0
  15. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/index.d.ts +26 -0
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  43. package/dist-types/ts3.4/index.d.ts +5 -0
  44. package/dist-types/ts3.4/models/CloudSearchServiceException.d.ts +6 -0
  45. package/dist-types/ts3.4/models/index.d.ts +1 -0
  46. package/dist-types/ts3.4/models/models_0.d.ts +1082 -0
  47. package/dist-types/ts3.4/protocols/Aws_query.d.ts +80 -0
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  52. package/package.json +33 -33
@@ -2,3 +2,4 @@ export * from "./CloudSearch";
2
2
  export * from "./CloudSearchClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
+ export { CloudSearchServiceException } from "./models/CloudSearchServiceException";
@@ -0,0 +1,10 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ /**
3
+ * Base exception class for all service exceptions from CloudSearch service.
4
+ */
5
+ export declare class CloudSearchServiceException extends __ServiceException {
6
+ /**
7
+ * @internal
8
+ */
9
+ constructor(options: __ServiceExceptionOptions);
10
+ }
@@ -1,10 +1,11 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CloudSearchServiceException as __BaseException } from "./CloudSearchServiceException";
2
3
  /**
3
4
  * <p>An error occurred while processing the request.</p>
4
5
  */
5
- export interface BaseException extends __SmithyException, $MetadataBearer {
6
- name: "BaseException";
7
- $fault: "client";
6
+ export declare class BaseException extends __BaseException {
7
+ readonly name: "BaseException";
8
+ readonly $fault: "client";
8
9
  /**
9
10
  * <p>A machine-parsable string error or warning code.</p>
10
11
  */
@@ -13,6 +14,10 @@ export interface BaseException extends __SmithyException, $MetadataBearer {
13
14
  * <p>A human-readable string error or warning message.</p>
14
15
  */
15
16
  Message?: string;
17
+ /**
18
+ * @internal
19
+ */
20
+ constructor(opts: __ExceptionOptionType<BaseException, __BaseException>);
16
21
  }
17
22
  /**
18
23
  * <p>Container for the parameters to the <code><a>BuildSuggester</a></code> operation. Specifies the name of the domain you want to update.</p>
@@ -48,9 +53,9 @@ export declare namespace BuildSuggestersResponse {
48
53
  * <p>An internal error occurred while processing the request. If this problem persists,
49
54
  * report an issue from the <a href="http://status.aws.amazon.com/" target="_blank">Service Health Dashboard</a>.</p>
50
55
  */
51
- export interface InternalException extends __SmithyException, $MetadataBearer {
52
- name: "InternalException";
53
- $fault: "server";
56
+ export declare class InternalException extends __BaseException {
57
+ readonly name: "InternalException";
58
+ readonly $fault: "server";
54
59
  /**
55
60
  * <p>A machine-parsable string error or warning code.</p>
56
61
  */
@@ -59,13 +64,17 @@ export interface InternalException extends __SmithyException, $MetadataBearer {
59
64
  * <p>A human-readable string error or warning message.</p>
60
65
  */
61
66
  Message?: string;
67
+ /**
68
+ * @internal
69
+ */
70
+ constructor(opts: __ExceptionOptionType<InternalException, __BaseException>);
62
71
  }
63
72
  /**
64
73
  * <p>The request was rejected because it attempted to reference a resource that does not exist.</p>
65
74
  */
66
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
67
- name: "ResourceNotFoundException";
68
- $fault: "client";
75
+ export declare class ResourceNotFoundException extends __BaseException {
76
+ readonly name: "ResourceNotFoundException";
77
+ readonly $fault: "client";
69
78
  /**
70
79
  * <p>A machine-parsable string error or warning code.</p>
71
80
  */
@@ -74,13 +83,17 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
74
83
  * <p>A human-readable string error or warning message.</p>
75
84
  */
76
85
  Message?: string;
86
+ /**
87
+ * @internal
88
+ */
89
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
77
90
  }
78
91
  /**
79
92
  * <p>The request was rejected because it has invalid parameters.</p>
80
93
  */
81
- export interface ValidationException extends __SmithyException, $MetadataBearer {
82
- name: "ValidationException";
83
- $fault: "client";
94
+ export declare class ValidationException extends __BaseException {
95
+ readonly name: "ValidationException";
96
+ readonly $fault: "client";
84
97
  /**
85
98
  * <p>A machine-parsable string error or warning code.</p>
86
99
  */
@@ -89,6 +102,10 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
89
102
  * <p>A human-readable string error or warning message.</p>
90
103
  */
91
104
  Message?: string;
105
+ /**
106
+ * @internal
107
+ */
108
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
92
109
  }
93
110
  /**
94
111
  * <p>Container for the parameters to the <code><a>CreateDomain</a></code> operation. Specifies a name for the new search domain.</p>
@@ -208,9 +225,9 @@ export declare namespace CreateDomainResponse {
208
225
  /**
209
226
  * <p>The request was rejected because a resource limit has already been met.</p>
210
227
  */
211
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
212
- name: "LimitExceededException";
213
- $fault: "client";
228
+ export declare class LimitExceededException extends __BaseException {
229
+ readonly name: "LimitExceededException";
230
+ readonly $fault: "client";
214
231
  /**
215
232
  * <p>A machine-parsable string error or warning code.</p>
216
233
  */
@@ -219,13 +236,17 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
219
236
  * <p>A human-readable string error or warning message.</p>
220
237
  */
221
238
  Message?: string;
239
+ /**
240
+ * @internal
241
+ */
242
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
222
243
  }
223
244
  /**
224
245
  * <p>The request was rejected because it attempted to create a resource that already exists.</p>
225
246
  */
226
- export interface ResourceAlreadyExistsException extends __SmithyException, $MetadataBearer {
227
- name: "ResourceAlreadyExistsException";
228
- $fault: "client";
247
+ export declare class ResourceAlreadyExistsException extends __BaseException {
248
+ readonly name: "ResourceAlreadyExistsException";
249
+ readonly $fault: "client";
229
250
  /**
230
251
  * <p>A machine-parsable string error or warning code.</p>
231
252
  */
@@ -234,6 +255,10 @@ export interface ResourceAlreadyExistsException extends __SmithyException, $Meta
234
255
  * <p>A human-readable string error or warning message.</p>
235
256
  */
236
257
  Message?: string;
258
+ /**
259
+ * @internal
260
+ */
261
+ constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
237
262
  }
238
263
  export declare type AlgorithmicStemming = "full" | "light" | "minimal" | "none";
239
264
  /**
@@ -385,9 +410,9 @@ export declare namespace DefineAnalysisSchemeResponse {
385
410
  /**
386
411
  * <p>The request was rejected because it specified an invalid type definition.</p>
387
412
  */
388
- export interface InvalidTypeException extends __SmithyException, $MetadataBearer {
389
- name: "InvalidTypeException";
390
- $fault: "client";
413
+ export declare class InvalidTypeException extends __BaseException {
414
+ readonly name: "InvalidTypeException";
415
+ readonly $fault: "client";
391
416
  /**
392
417
  * <p>A machine-parsable string error or warning code.</p>
393
418
  */
@@ -396,6 +421,10 @@ export interface InvalidTypeException extends __SmithyException, $MetadataBearer
396
421
  * <p>A human-readable string error or warning message.</p>
397
422
  */
398
423
  Message?: string;
424
+ /**
425
+ * @internal
426
+ */
427
+ constructor(opts: __ExceptionOptionType<InvalidTypeException, __BaseException>);
399
428
  }
400
429
  /**
401
430
  * <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>
@@ -1380,9 +1409,9 @@ export declare namespace DescribeAvailabilityOptionsResponse {
1380
1409
  /**
1381
1410
  * <p>The request was rejected because it attempted an operation which is not enabled.</p>
1382
1411
  */
1383
- export interface DisabledOperationException extends __SmithyException, $MetadataBearer {
1384
- name: "DisabledOperationException";
1385
- $fault: "client";
1412
+ export declare class DisabledOperationException extends __BaseException {
1413
+ readonly name: "DisabledOperationException";
1414
+ readonly $fault: "client";
1386
1415
  /**
1387
1416
  * <p>A machine-parsable string error or warning code.</p>
1388
1417
  */
@@ -1391,6 +1420,10 @@ export interface DisabledOperationException extends __SmithyException, $Metadata
1391
1420
  * <p>A human-readable string error or warning message.</p>
1392
1421
  */
1393
1422
  Message?: string;
1423
+ /**
1424
+ * @internal
1425
+ */
1426
+ constructor(opts: __ExceptionOptionType<DisabledOperationException, __BaseException>);
1394
1427
  }
1395
1428
  /**
1396
1429
  * <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>
@@ -0,0 +1,135 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CloudSearchClient } from "./CloudSearchClient";
3
+ import { BuildSuggestersCommandInput, BuildSuggestersCommandOutput } from "./commands/BuildSuggestersCommand";
4
+ import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
5
+ import { DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput } from "./commands/DefineAnalysisSchemeCommand";
6
+ import { DefineExpressionCommandInput, DefineExpressionCommandOutput } from "./commands/DefineExpressionCommand";
7
+ import { DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput } from "./commands/DefineIndexFieldCommand";
8
+ import { DefineSuggesterCommandInput, DefineSuggesterCommandOutput } from "./commands/DefineSuggesterCommand";
9
+ import { DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput } from "./commands/DeleteAnalysisSchemeCommand";
10
+ import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
11
+ import { DeleteExpressionCommandInput, DeleteExpressionCommandOutput } from "./commands/DeleteExpressionCommand";
12
+ import { DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput } from "./commands/DeleteIndexFieldCommand";
13
+ import { DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput } from "./commands/DeleteSuggesterCommand";
14
+ import { DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput } from "./commands/DescribeAnalysisSchemesCommand";
15
+ import { DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput } from "./commands/DescribeAvailabilityOptionsCommand";
16
+ import { DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput } from "./commands/DescribeDomainEndpointOptionsCommand";
17
+ import { DescribeDomainsCommandInput, DescribeDomainsCommandOutput } from "./commands/DescribeDomainsCommand";
18
+ import { DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput } from "./commands/DescribeExpressionsCommand";
19
+ import { DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput } from "./commands/DescribeIndexFieldsCommand";
20
+ import { DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput } from "./commands/DescribeScalingParametersCommand";
21
+ import { DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput } from "./commands/DescribeServiceAccessPoliciesCommand";
22
+ import { DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput } from "./commands/DescribeSuggestersCommand";
23
+ import { IndexDocumentsCommandInput, IndexDocumentsCommandOutput } from "./commands/IndexDocumentsCommand";
24
+ import { ListDomainNamesCommandInput, ListDomainNamesCommandOutput } from "./commands/ListDomainNamesCommand";
25
+ import { UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput } from "./commands/UpdateAvailabilityOptionsCommand";
26
+ import { UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput } from "./commands/UpdateDomainEndpointOptionsCommand";
27
+ import { UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput } from "./commands/UpdateScalingParametersCommand";
28
+ import { UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput } from "./commands/UpdateServiceAccessPoliciesCommand";
29
+
30
+ export declare class CloudSearch extends CloudSearchClient {
31
+
32
+ buildSuggesters(args: BuildSuggestersCommandInput, options?: __HttpHandlerOptions): Promise<BuildSuggestersCommandOutput>;
33
+ buildSuggesters(args: BuildSuggestersCommandInput, cb: (err: any, data?: BuildSuggestersCommandOutput) => void): void;
34
+ buildSuggesters(args: BuildSuggestersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BuildSuggestersCommandOutput) => void): void;
35
+
36
+ createDomain(args: CreateDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateDomainCommandOutput>;
37
+ createDomain(args: CreateDomainCommandInput, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
38
+ createDomain(args: CreateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
39
+
40
+ defineAnalysisScheme(args: DefineAnalysisSchemeCommandInput, options?: __HttpHandlerOptions): Promise<DefineAnalysisSchemeCommandOutput>;
41
+ defineAnalysisScheme(args: DefineAnalysisSchemeCommandInput, cb: (err: any, data?: DefineAnalysisSchemeCommandOutput) => void): void;
42
+ defineAnalysisScheme(args: DefineAnalysisSchemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DefineAnalysisSchemeCommandOutput) => void): void;
43
+
44
+ defineExpression(args: DefineExpressionCommandInput, options?: __HttpHandlerOptions): Promise<DefineExpressionCommandOutput>;
45
+ defineExpression(args: DefineExpressionCommandInput, cb: (err: any, data?: DefineExpressionCommandOutput) => void): void;
46
+ defineExpression(args: DefineExpressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DefineExpressionCommandOutput) => void): void;
47
+
48
+ defineIndexField(args: DefineIndexFieldCommandInput, options?: __HttpHandlerOptions): Promise<DefineIndexFieldCommandOutput>;
49
+ defineIndexField(args: DefineIndexFieldCommandInput, cb: (err: any, data?: DefineIndexFieldCommandOutput) => void): void;
50
+ defineIndexField(args: DefineIndexFieldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DefineIndexFieldCommandOutput) => void): void;
51
+
52
+ defineSuggester(args: DefineSuggesterCommandInput, options?: __HttpHandlerOptions): Promise<DefineSuggesterCommandOutput>;
53
+ defineSuggester(args: DefineSuggesterCommandInput, cb: (err: any, data?: DefineSuggesterCommandOutput) => void): void;
54
+ defineSuggester(args: DefineSuggesterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DefineSuggesterCommandOutput) => void): void;
55
+
56
+ deleteAnalysisScheme(args: DeleteAnalysisSchemeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAnalysisSchemeCommandOutput>;
57
+ deleteAnalysisScheme(args: DeleteAnalysisSchemeCommandInput, cb: (err: any, data?: DeleteAnalysisSchemeCommandOutput) => void): void;
58
+ deleteAnalysisScheme(args: DeleteAnalysisSchemeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAnalysisSchemeCommandOutput) => void): void;
59
+
60
+ deleteDomain(args: DeleteDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDomainCommandOutput>;
61
+ deleteDomain(args: DeleteDomainCommandInput, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
62
+ deleteDomain(args: DeleteDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
63
+
64
+ deleteExpression(args: DeleteExpressionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteExpressionCommandOutput>;
65
+ deleteExpression(args: DeleteExpressionCommandInput, cb: (err: any, data?: DeleteExpressionCommandOutput) => void): void;
66
+ deleteExpression(args: DeleteExpressionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExpressionCommandOutput) => void): void;
67
+
68
+ deleteIndexField(args: DeleteIndexFieldCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIndexFieldCommandOutput>;
69
+ deleteIndexField(args: DeleteIndexFieldCommandInput, cb: (err: any, data?: DeleteIndexFieldCommandOutput) => void): void;
70
+ deleteIndexField(args: DeleteIndexFieldCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIndexFieldCommandOutput) => void): void;
71
+
72
+ deleteSuggester(args: DeleteSuggesterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSuggesterCommandOutput>;
73
+ deleteSuggester(args: DeleteSuggesterCommandInput, cb: (err: any, data?: DeleteSuggesterCommandOutput) => void): void;
74
+ deleteSuggester(args: DeleteSuggesterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSuggesterCommandOutput) => void): void;
75
+
76
+ describeAnalysisSchemes(args: DescribeAnalysisSchemesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAnalysisSchemesCommandOutput>;
77
+ describeAnalysisSchemes(args: DescribeAnalysisSchemesCommandInput, cb: (err: any, data?: DescribeAnalysisSchemesCommandOutput) => void): void;
78
+ describeAnalysisSchemes(args: DescribeAnalysisSchemesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAnalysisSchemesCommandOutput) => void): void;
79
+
80
+ describeAvailabilityOptions(args: DescribeAvailabilityOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAvailabilityOptionsCommandOutput>;
81
+ describeAvailabilityOptions(args: DescribeAvailabilityOptionsCommandInput, cb: (err: any, data?: DescribeAvailabilityOptionsCommandOutput) => void): void;
82
+ describeAvailabilityOptions(args: DescribeAvailabilityOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAvailabilityOptionsCommandOutput) => void): void;
83
+
84
+ describeDomainEndpointOptions(args: DescribeDomainEndpointOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainEndpointOptionsCommandOutput>;
85
+ describeDomainEndpointOptions(args: DescribeDomainEndpointOptionsCommandInput, cb: (err: any, data?: DescribeDomainEndpointOptionsCommandOutput) => void): void;
86
+ describeDomainEndpointOptions(args: DescribeDomainEndpointOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainEndpointOptionsCommandOutput) => void): void;
87
+
88
+ describeDomains(args: DescribeDomainsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDomainsCommandOutput>;
89
+ describeDomains(args: DescribeDomainsCommandInput, cb: (err: any, data?: DescribeDomainsCommandOutput) => void): void;
90
+ describeDomains(args: DescribeDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDomainsCommandOutput) => void): void;
91
+
92
+ describeExpressions(args: DescribeExpressionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExpressionsCommandOutput>;
93
+ describeExpressions(args: DescribeExpressionsCommandInput, cb: (err: any, data?: DescribeExpressionsCommandOutput) => void): void;
94
+ describeExpressions(args: DescribeExpressionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExpressionsCommandOutput) => void): void;
95
+
96
+ describeIndexFields(args: DescribeIndexFieldsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeIndexFieldsCommandOutput>;
97
+ describeIndexFields(args: DescribeIndexFieldsCommandInput, cb: (err: any, data?: DescribeIndexFieldsCommandOutput) => void): void;
98
+ describeIndexFields(args: DescribeIndexFieldsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeIndexFieldsCommandOutput) => void): void;
99
+
100
+ describeScalingParameters(args: DescribeScalingParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeScalingParametersCommandOutput>;
101
+ describeScalingParameters(args: DescribeScalingParametersCommandInput, cb: (err: any, data?: DescribeScalingParametersCommandOutput) => void): void;
102
+ describeScalingParameters(args: DescribeScalingParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeScalingParametersCommandOutput) => void): void;
103
+
104
+ describeServiceAccessPolicies(args: DescribeServiceAccessPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeServiceAccessPoliciesCommandOutput>;
105
+ describeServiceAccessPolicies(args: DescribeServiceAccessPoliciesCommandInput, cb: (err: any, data?: DescribeServiceAccessPoliciesCommandOutput) => void): void;
106
+ describeServiceAccessPolicies(args: DescribeServiceAccessPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeServiceAccessPoliciesCommandOutput) => void): void;
107
+
108
+ describeSuggesters(args: DescribeSuggestersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSuggestersCommandOutput>;
109
+ describeSuggesters(args: DescribeSuggestersCommandInput, cb: (err: any, data?: DescribeSuggestersCommandOutput) => void): void;
110
+ describeSuggesters(args: DescribeSuggestersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSuggestersCommandOutput) => void): void;
111
+
112
+ indexDocuments(args: IndexDocumentsCommandInput, options?: __HttpHandlerOptions): Promise<IndexDocumentsCommandOutput>;
113
+ indexDocuments(args: IndexDocumentsCommandInput, cb: (err: any, data?: IndexDocumentsCommandOutput) => void): void;
114
+ indexDocuments(args: IndexDocumentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: IndexDocumentsCommandOutput) => void): void;
115
+
116
+ listDomainNames(args: ListDomainNamesCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainNamesCommandOutput>;
117
+ listDomainNames(args: ListDomainNamesCommandInput, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
118
+ listDomainNames(args: ListDomainNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainNamesCommandOutput) => void): void;
119
+
120
+ updateAvailabilityOptions(args: UpdateAvailabilityOptionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAvailabilityOptionsCommandOutput>;
121
+ updateAvailabilityOptions(args: UpdateAvailabilityOptionsCommandInput, cb: (err: any, data?: UpdateAvailabilityOptionsCommandOutput) => void): void;
122
+ updateAvailabilityOptions(args: UpdateAvailabilityOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAvailabilityOptionsCommandOutput) => void): void;
123
+
124
+ updateDomainEndpointOptions(args: UpdateDomainEndpointOptionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainEndpointOptionsCommandOutput>;
125
+ updateDomainEndpointOptions(args: UpdateDomainEndpointOptionsCommandInput, cb: (err: any, data?: UpdateDomainEndpointOptionsCommandOutput) => void): void;
126
+ updateDomainEndpointOptions(args: UpdateDomainEndpointOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainEndpointOptionsCommandOutput) => void): void;
127
+
128
+ updateScalingParameters(args: UpdateScalingParametersCommandInput, options?: __HttpHandlerOptions): Promise<UpdateScalingParametersCommandOutput>;
129
+ updateScalingParameters(args: UpdateScalingParametersCommandInput, cb: (err: any, data?: UpdateScalingParametersCommandOutput) => void): void;
130
+ updateScalingParameters(args: UpdateScalingParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateScalingParametersCommandOutput) => void): void;
131
+
132
+ updateServiceAccessPolicies(args: UpdateServiceAccessPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateServiceAccessPoliciesCommandOutput>;
133
+ updateServiceAccessPolicies(args: UpdateServiceAccessPoliciesCommandInput, cb: (err: any, data?: UpdateServiceAccessPoliciesCommandOutput) => void): void;
134
+ updateServiceAccessPolicies(args: UpdateServiceAccessPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateServiceAccessPoliciesCommandOutput) => void): void;
135
+ }
@@ -0,0 +1,99 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BuildSuggestersCommandInput, BuildSuggestersCommandOutput } from "./commands/BuildSuggestersCommand";
10
+ import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
11
+ import { DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput } from "./commands/DefineAnalysisSchemeCommand";
12
+ import { DefineExpressionCommandInput, DefineExpressionCommandOutput } from "./commands/DefineExpressionCommand";
13
+ import { DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput } from "./commands/DefineIndexFieldCommand";
14
+ import { DefineSuggesterCommandInput, DefineSuggesterCommandOutput } from "./commands/DefineSuggesterCommand";
15
+ import { DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput } from "./commands/DeleteAnalysisSchemeCommand";
16
+ import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
17
+ import { DeleteExpressionCommandInput, DeleteExpressionCommandOutput } from "./commands/DeleteExpressionCommand";
18
+ import { DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput } from "./commands/DeleteIndexFieldCommand";
19
+ import { DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput } from "./commands/DeleteSuggesterCommand";
20
+ import { DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput } from "./commands/DescribeAnalysisSchemesCommand";
21
+ import { DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput } from "./commands/DescribeAvailabilityOptionsCommand";
22
+ import { DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput } from "./commands/DescribeDomainEndpointOptionsCommand";
23
+ import { DescribeDomainsCommandInput, DescribeDomainsCommandOutput } from "./commands/DescribeDomainsCommand";
24
+ import { DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput } from "./commands/DescribeExpressionsCommand";
25
+ import { DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput } from "./commands/DescribeIndexFieldsCommand";
26
+ import { DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput } from "./commands/DescribeScalingParametersCommand";
27
+ import { DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput } from "./commands/DescribeServiceAccessPoliciesCommand";
28
+ import { DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput } from "./commands/DescribeSuggestersCommand";
29
+ import { IndexDocumentsCommandInput, IndexDocumentsCommandOutput } from "./commands/IndexDocumentsCommand";
30
+ import { ListDomainNamesCommandInput, ListDomainNamesCommandOutput } from "./commands/ListDomainNamesCommand";
31
+ import { UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput } from "./commands/UpdateAvailabilityOptionsCommand";
32
+ import { UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput } from "./commands/UpdateDomainEndpointOptionsCommand";
33
+ import { UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput } from "./commands/UpdateScalingParametersCommand";
34
+ import { UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput } from "./commands/UpdateServiceAccessPoliciesCommand";
35
+ export declare type ServiceInputTypes = BuildSuggestersCommandInput | CreateDomainCommandInput | DefineAnalysisSchemeCommandInput | DefineExpressionCommandInput | DefineIndexFieldCommandInput | DefineSuggesterCommandInput | DeleteAnalysisSchemeCommandInput | DeleteDomainCommandInput | DeleteExpressionCommandInput | DeleteIndexFieldCommandInput | DeleteSuggesterCommandInput | DescribeAnalysisSchemesCommandInput | DescribeAvailabilityOptionsCommandInput | DescribeDomainEndpointOptionsCommandInput | DescribeDomainsCommandInput | DescribeExpressionsCommandInput | DescribeIndexFieldsCommandInput | DescribeScalingParametersCommandInput | DescribeServiceAccessPoliciesCommandInput | DescribeSuggestersCommandInput | IndexDocumentsCommandInput | ListDomainNamesCommandInput | UpdateAvailabilityOptionsCommandInput | UpdateDomainEndpointOptionsCommandInput | UpdateScalingParametersCommandInput | UpdateServiceAccessPoliciesCommandInput;
36
+ export declare type ServiceOutputTypes = BuildSuggestersCommandOutput | CreateDomainCommandOutput | DefineAnalysisSchemeCommandOutput | DefineExpressionCommandOutput | DefineIndexFieldCommandOutput | DefineSuggesterCommandOutput | DeleteAnalysisSchemeCommandOutput | DeleteDomainCommandOutput | DeleteExpressionCommandOutput | DeleteIndexFieldCommandOutput | DeleteSuggesterCommandOutput | DescribeAnalysisSchemesCommandOutput | DescribeAvailabilityOptionsCommandOutput | DescribeDomainEndpointOptionsCommandOutput | DescribeDomainsCommandOutput | DescribeExpressionsCommandOutput | DescribeIndexFieldsCommandOutput | DescribeScalingParametersCommandOutput | DescribeServiceAccessPoliciesCommandOutput | DescribeSuggestersCommandOutput | IndexDocumentsCommandOutput | ListDomainNamesCommandOutput | UpdateAvailabilityOptionsCommandOutput | UpdateDomainEndpointOptionsCommandOutput | UpdateScalingParametersCommandOutput | UpdateServiceAccessPoliciesCommandOutput;
37
+ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
38
+
39
+ requestHandler?: __HttpHandler;
40
+
41
+ sha256?: __HashConstructor;
42
+
43
+ urlParser?: __UrlParser;
44
+
45
+ bodyLengthChecker?: (body: any) => number | undefined;
46
+
47
+ streamCollector?: __StreamCollector;
48
+
49
+ base64Decoder?: __Decoder;
50
+
51
+ base64Encoder?: __Encoder;
52
+
53
+ utf8Decoder?: __Decoder;
54
+
55
+ utf8Encoder?: __Encoder;
56
+
57
+ runtime?: string;
58
+
59
+ disableHostPrefix?: boolean;
60
+
61
+ maxAttempts?: number | __Provider<number>;
62
+
63
+ retryMode?: string | __Provider<string>;
64
+
65
+ logger?: __Logger;
66
+
67
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
68
+
69
+ useFipsEndpoint?: boolean | __Provider<boolean>;
70
+
71
+ serviceId?: string;
72
+
73
+ region?: string | __Provider<string>;
74
+
75
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
76
+
77
+ regionInfoProvider?: RegionInfoProvider;
78
+
79
+ defaultUserAgentProvider?: Provider<__UserAgent>;
80
+
81
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
82
+ }
83
+ declare type CloudSearchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
84
+
85
+ export interface CloudSearchClientConfig extends CloudSearchClientConfigType {
86
+ }
87
+ declare type CloudSearchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
88
+
89
+ export interface CloudSearchClientResolvedConfig extends CloudSearchClientResolvedConfigType {
90
+ }
91
+
92
+ export declare class CloudSearchClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudSearchClientResolvedConfig> {
93
+
94
+ readonly config: CloudSearchClientResolvedConfig;
95
+ constructor(configuration: CloudSearchClientConfig);
96
+
97
+ destroy(): void;
98
+ }
99
+ export {};
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0";
5
+ export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {
6
+ }
7
+ export interface BuildSuggestersCommandOutput extends BuildSuggestersResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class BuildSuggestersCommand extends $Command<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: BuildSuggestersCommandInput;
12
+ constructor(input: BuildSuggestersCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BuildSuggestersCommandInput, BuildSuggestersCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
5
+ export interface CreateDomainCommandInput extends CreateDomainRequest {
6
+ }
7
+ export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: CreateDomainCommandInput;
12
+ constructor(input: CreateDomainCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0";
5
+ export interface DefineAnalysisSchemeCommandInput extends DefineAnalysisSchemeRequest {
6
+ }
7
+ export interface DefineAnalysisSchemeCommandOutput extends DefineAnalysisSchemeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DefineAnalysisSchemeCommand extends $Command<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DefineAnalysisSchemeCommandInput;
12
+ constructor(input: DefineAnalysisSchemeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0";
5
+ export interface DefineExpressionCommandInput extends DefineExpressionRequest {
6
+ }
7
+ export interface DefineExpressionCommandOutput extends DefineExpressionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DefineExpressionCommand extends $Command<DefineExpressionCommandInput, DefineExpressionCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DefineExpressionCommandInput;
12
+ constructor(input: DefineExpressionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineExpressionCommandInput, DefineExpressionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0";
5
+ export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {
6
+ }
7
+ export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DefineIndexFieldCommand extends $Command<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DefineIndexFieldCommandInput;
12
+ constructor(input: DefineIndexFieldCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0";
5
+ export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {
6
+ }
7
+ export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DefineSuggesterCommand extends $Command<DefineSuggesterCommandInput, DefineSuggesterCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DefineSuggesterCommandInput;
12
+ constructor(input: DefineSuggesterCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineSuggesterCommandInput, DefineSuggesterCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../models/models_0";
5
+ export interface DeleteAnalysisSchemeCommandInput extends DeleteAnalysisSchemeRequest {
6
+ }
7
+ export interface DeleteAnalysisSchemeCommandOutput extends DeleteAnalysisSchemeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteAnalysisSchemeCommand extends $Command<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DeleteAnalysisSchemeCommandInput;
12
+ constructor(input: DeleteAnalysisSchemeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
5
+ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
6
+ }
7
+ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteDomainCommand extends $Command<DeleteDomainCommandInput, DeleteDomainCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DeleteDomainCommandInput;
12
+ constructor(input: DeleteDomainCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDomainCommandInput, DeleteDomainCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DeleteExpressionRequest, DeleteExpressionResponse } from "../models/models_0";
5
+ export interface DeleteExpressionCommandInput extends DeleteExpressionRequest {
6
+ }
7
+ export interface DeleteExpressionCommandOutput extends DeleteExpressionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteExpressionCommand extends $Command<DeleteExpressionCommandInput, DeleteExpressionCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DeleteExpressionCommandInput;
12
+ constructor(input: DeleteExpressionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExpressionCommandInput, DeleteExpressionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
+ import { DeleteIndexFieldRequest, DeleteIndexFieldResponse } from "../models/models_0";
5
+ export interface DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {
6
+ }
7
+ export interface DeleteIndexFieldCommandOutput extends DeleteIndexFieldResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteIndexFieldCommand extends $Command<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput, CloudSearchClientResolvedConfig> {
11
+ readonly input: DeleteIndexFieldCommandInput;
12
+ constructor(input: DeleteIndexFieldCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }