@aws-sdk/client-cloudsearch 3.169.0 → 3.171.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 (41) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CloudSearch.d.ts +446 -135
  3. package/dist-types/ts3.4/CloudSearchClient.d.ts +260 -99
  4. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/index.d.ts +26 -26
  31. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  32. package/dist-types/ts3.4/index.d.ts +5 -5
  33. package/dist-types/ts3.4/models/CloudSearchServiceException.d.ts +7 -6
  34. package/dist-types/ts3.4/models/index.d.ts +1 -1
  35. package/dist-types/ts3.4/models/models_0.d.ts +744 -916
  36. package/dist-types/ts3.4/protocols/Aws_query.d.ts +317 -80
  37. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  38. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  39. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  40. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  41. package/package.json +34 -34
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.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-cloudsearch
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-cloudsearch
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-cloudsearch
@@ -1,135 +1,446 @@
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
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { CloudSearchClient } from "./CloudSearchClient";
3
+ import {
4
+ BuildSuggestersCommandInput,
5
+ BuildSuggestersCommandOutput,
6
+ } from "./commands/BuildSuggestersCommand";
7
+ import {
8
+ CreateDomainCommandInput,
9
+ CreateDomainCommandOutput,
10
+ } from "./commands/CreateDomainCommand";
11
+ import {
12
+ DefineAnalysisSchemeCommandInput,
13
+ DefineAnalysisSchemeCommandOutput,
14
+ } from "./commands/DefineAnalysisSchemeCommand";
15
+ import {
16
+ DefineExpressionCommandInput,
17
+ DefineExpressionCommandOutput,
18
+ } from "./commands/DefineExpressionCommand";
19
+ import {
20
+ DefineIndexFieldCommandInput,
21
+ DefineIndexFieldCommandOutput,
22
+ } from "./commands/DefineIndexFieldCommand";
23
+ import {
24
+ DefineSuggesterCommandInput,
25
+ DefineSuggesterCommandOutput,
26
+ } from "./commands/DefineSuggesterCommand";
27
+ import {
28
+ DeleteAnalysisSchemeCommandInput,
29
+ DeleteAnalysisSchemeCommandOutput,
30
+ } from "./commands/DeleteAnalysisSchemeCommand";
31
+ import {
32
+ DeleteDomainCommandInput,
33
+ DeleteDomainCommandOutput,
34
+ } from "./commands/DeleteDomainCommand";
35
+ import {
36
+ DeleteExpressionCommandInput,
37
+ DeleteExpressionCommandOutput,
38
+ } from "./commands/DeleteExpressionCommand";
39
+ import {
40
+ DeleteIndexFieldCommandInput,
41
+ DeleteIndexFieldCommandOutput,
42
+ } from "./commands/DeleteIndexFieldCommand";
43
+ import {
44
+ DeleteSuggesterCommandInput,
45
+ DeleteSuggesterCommandOutput,
46
+ } from "./commands/DeleteSuggesterCommand";
47
+ import {
48
+ DescribeAnalysisSchemesCommandInput,
49
+ DescribeAnalysisSchemesCommandOutput,
50
+ } from "./commands/DescribeAnalysisSchemesCommand";
51
+ import {
52
+ DescribeAvailabilityOptionsCommandInput,
53
+ DescribeAvailabilityOptionsCommandOutput,
54
+ } from "./commands/DescribeAvailabilityOptionsCommand";
55
+ import {
56
+ DescribeDomainEndpointOptionsCommandInput,
57
+ DescribeDomainEndpointOptionsCommandOutput,
58
+ } from "./commands/DescribeDomainEndpointOptionsCommand";
59
+ import {
60
+ DescribeDomainsCommandInput,
61
+ DescribeDomainsCommandOutput,
62
+ } from "./commands/DescribeDomainsCommand";
63
+ import {
64
+ DescribeExpressionsCommandInput,
65
+ DescribeExpressionsCommandOutput,
66
+ } from "./commands/DescribeExpressionsCommand";
67
+ import {
68
+ DescribeIndexFieldsCommandInput,
69
+ DescribeIndexFieldsCommandOutput,
70
+ } from "./commands/DescribeIndexFieldsCommand";
71
+ import {
72
+ DescribeScalingParametersCommandInput,
73
+ DescribeScalingParametersCommandOutput,
74
+ } from "./commands/DescribeScalingParametersCommand";
75
+ import {
76
+ DescribeServiceAccessPoliciesCommandInput,
77
+ DescribeServiceAccessPoliciesCommandOutput,
78
+ } from "./commands/DescribeServiceAccessPoliciesCommand";
79
+ import {
80
+ DescribeSuggestersCommandInput,
81
+ DescribeSuggestersCommandOutput,
82
+ } from "./commands/DescribeSuggestersCommand";
83
+ import {
84
+ IndexDocumentsCommandInput,
85
+ IndexDocumentsCommandOutput,
86
+ } from "./commands/IndexDocumentsCommand";
87
+ import {
88
+ ListDomainNamesCommandInput,
89
+ ListDomainNamesCommandOutput,
90
+ } from "./commands/ListDomainNamesCommand";
91
+ import {
92
+ UpdateAvailabilityOptionsCommandInput,
93
+ UpdateAvailabilityOptionsCommandOutput,
94
+ } from "./commands/UpdateAvailabilityOptionsCommand";
95
+ import {
96
+ UpdateDomainEndpointOptionsCommandInput,
97
+ UpdateDomainEndpointOptionsCommandOutput,
98
+ } from "./commands/UpdateDomainEndpointOptionsCommand";
99
+ import {
100
+ UpdateScalingParametersCommandInput,
101
+ UpdateScalingParametersCommandOutput,
102
+ } from "./commands/UpdateScalingParametersCommand";
103
+ import {
104
+ UpdateServiceAccessPoliciesCommandInput,
105
+ UpdateServiceAccessPoliciesCommandOutput,
106
+ } from "./commands/UpdateServiceAccessPoliciesCommand";
107
+ export declare class CloudSearch extends CloudSearchClient {
108
+ buildSuggesters(
109
+ args: BuildSuggestersCommandInput,
110
+ options?: __HttpHandlerOptions
111
+ ): Promise<BuildSuggestersCommandOutput>;
112
+ buildSuggesters(
113
+ args: BuildSuggestersCommandInput,
114
+ cb: (err: any, data?: BuildSuggestersCommandOutput) => void
115
+ ): void;
116
+ buildSuggesters(
117
+ args: BuildSuggestersCommandInput,
118
+ options: __HttpHandlerOptions,
119
+ cb: (err: any, data?: BuildSuggestersCommandOutput) => void
120
+ ): void;
121
+ createDomain(
122
+ args: CreateDomainCommandInput,
123
+ options?: __HttpHandlerOptions
124
+ ): Promise<CreateDomainCommandOutput>;
125
+ createDomain(
126
+ args: CreateDomainCommandInput,
127
+ cb: (err: any, data?: CreateDomainCommandOutput) => void
128
+ ): void;
129
+ createDomain(
130
+ args: CreateDomainCommandInput,
131
+ options: __HttpHandlerOptions,
132
+ cb: (err: any, data?: CreateDomainCommandOutput) => void
133
+ ): void;
134
+ defineAnalysisScheme(
135
+ args: DefineAnalysisSchemeCommandInput,
136
+ options?: __HttpHandlerOptions
137
+ ): Promise<DefineAnalysisSchemeCommandOutput>;
138
+ defineAnalysisScheme(
139
+ args: DefineAnalysisSchemeCommandInput,
140
+ cb: (err: any, data?: DefineAnalysisSchemeCommandOutput) => void
141
+ ): void;
142
+ defineAnalysisScheme(
143
+ args: DefineAnalysisSchemeCommandInput,
144
+ options: __HttpHandlerOptions,
145
+ cb: (err: any, data?: DefineAnalysisSchemeCommandOutput) => void
146
+ ): void;
147
+ defineExpression(
148
+ args: DefineExpressionCommandInput,
149
+ options?: __HttpHandlerOptions
150
+ ): Promise<DefineExpressionCommandOutput>;
151
+ defineExpression(
152
+ args: DefineExpressionCommandInput,
153
+ cb: (err: any, data?: DefineExpressionCommandOutput) => void
154
+ ): void;
155
+ defineExpression(
156
+ args: DefineExpressionCommandInput,
157
+ options: __HttpHandlerOptions,
158
+ cb: (err: any, data?: DefineExpressionCommandOutput) => void
159
+ ): void;
160
+ defineIndexField(
161
+ args: DefineIndexFieldCommandInput,
162
+ options?: __HttpHandlerOptions
163
+ ): Promise<DefineIndexFieldCommandOutput>;
164
+ defineIndexField(
165
+ args: DefineIndexFieldCommandInput,
166
+ cb: (err: any, data?: DefineIndexFieldCommandOutput) => void
167
+ ): void;
168
+ defineIndexField(
169
+ args: DefineIndexFieldCommandInput,
170
+ options: __HttpHandlerOptions,
171
+ cb: (err: any, data?: DefineIndexFieldCommandOutput) => void
172
+ ): void;
173
+ defineSuggester(
174
+ args: DefineSuggesterCommandInput,
175
+ options?: __HttpHandlerOptions
176
+ ): Promise<DefineSuggesterCommandOutput>;
177
+ defineSuggester(
178
+ args: DefineSuggesterCommandInput,
179
+ cb: (err: any, data?: DefineSuggesterCommandOutput) => void
180
+ ): void;
181
+ defineSuggester(
182
+ args: DefineSuggesterCommandInput,
183
+ options: __HttpHandlerOptions,
184
+ cb: (err: any, data?: DefineSuggesterCommandOutput) => void
185
+ ): void;
186
+ deleteAnalysisScheme(
187
+ args: DeleteAnalysisSchemeCommandInput,
188
+ options?: __HttpHandlerOptions
189
+ ): Promise<DeleteAnalysisSchemeCommandOutput>;
190
+ deleteAnalysisScheme(
191
+ args: DeleteAnalysisSchemeCommandInput,
192
+ cb: (err: any, data?: DeleteAnalysisSchemeCommandOutput) => void
193
+ ): void;
194
+ deleteAnalysisScheme(
195
+ args: DeleteAnalysisSchemeCommandInput,
196
+ options: __HttpHandlerOptions,
197
+ cb: (err: any, data?: DeleteAnalysisSchemeCommandOutput) => void
198
+ ): void;
199
+ deleteDomain(
200
+ args: DeleteDomainCommandInput,
201
+ options?: __HttpHandlerOptions
202
+ ): Promise<DeleteDomainCommandOutput>;
203
+ deleteDomain(
204
+ args: DeleteDomainCommandInput,
205
+ cb: (err: any, data?: DeleteDomainCommandOutput) => void
206
+ ): void;
207
+ deleteDomain(
208
+ args: DeleteDomainCommandInput,
209
+ options: __HttpHandlerOptions,
210
+ cb: (err: any, data?: DeleteDomainCommandOutput) => void
211
+ ): void;
212
+ deleteExpression(
213
+ args: DeleteExpressionCommandInput,
214
+ options?: __HttpHandlerOptions
215
+ ): Promise<DeleteExpressionCommandOutput>;
216
+ deleteExpression(
217
+ args: DeleteExpressionCommandInput,
218
+ cb: (err: any, data?: DeleteExpressionCommandOutput) => void
219
+ ): void;
220
+ deleteExpression(
221
+ args: DeleteExpressionCommandInput,
222
+ options: __HttpHandlerOptions,
223
+ cb: (err: any, data?: DeleteExpressionCommandOutput) => void
224
+ ): void;
225
+ deleteIndexField(
226
+ args: DeleteIndexFieldCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<DeleteIndexFieldCommandOutput>;
229
+ deleteIndexField(
230
+ args: DeleteIndexFieldCommandInput,
231
+ cb: (err: any, data?: DeleteIndexFieldCommandOutput) => void
232
+ ): void;
233
+ deleteIndexField(
234
+ args: DeleteIndexFieldCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: DeleteIndexFieldCommandOutput) => void
237
+ ): void;
238
+ deleteSuggester(
239
+ args: DeleteSuggesterCommandInput,
240
+ options?: __HttpHandlerOptions
241
+ ): Promise<DeleteSuggesterCommandOutput>;
242
+ deleteSuggester(
243
+ args: DeleteSuggesterCommandInput,
244
+ cb: (err: any, data?: DeleteSuggesterCommandOutput) => void
245
+ ): void;
246
+ deleteSuggester(
247
+ args: DeleteSuggesterCommandInput,
248
+ options: __HttpHandlerOptions,
249
+ cb: (err: any, data?: DeleteSuggesterCommandOutput) => void
250
+ ): void;
251
+ describeAnalysisSchemes(
252
+ args: DescribeAnalysisSchemesCommandInput,
253
+ options?: __HttpHandlerOptions
254
+ ): Promise<DescribeAnalysisSchemesCommandOutput>;
255
+ describeAnalysisSchemes(
256
+ args: DescribeAnalysisSchemesCommandInput,
257
+ cb: (err: any, data?: DescribeAnalysisSchemesCommandOutput) => void
258
+ ): void;
259
+ describeAnalysisSchemes(
260
+ args: DescribeAnalysisSchemesCommandInput,
261
+ options: __HttpHandlerOptions,
262
+ cb: (err: any, data?: DescribeAnalysisSchemesCommandOutput) => void
263
+ ): void;
264
+ describeAvailabilityOptions(
265
+ args: DescribeAvailabilityOptionsCommandInput,
266
+ options?: __HttpHandlerOptions
267
+ ): Promise<DescribeAvailabilityOptionsCommandOutput>;
268
+ describeAvailabilityOptions(
269
+ args: DescribeAvailabilityOptionsCommandInput,
270
+ cb: (err: any, data?: DescribeAvailabilityOptionsCommandOutput) => void
271
+ ): void;
272
+ describeAvailabilityOptions(
273
+ args: DescribeAvailabilityOptionsCommandInput,
274
+ options: __HttpHandlerOptions,
275
+ cb: (err: any, data?: DescribeAvailabilityOptionsCommandOutput) => void
276
+ ): void;
277
+ describeDomainEndpointOptions(
278
+ args: DescribeDomainEndpointOptionsCommandInput,
279
+ options?: __HttpHandlerOptions
280
+ ): Promise<DescribeDomainEndpointOptionsCommandOutput>;
281
+ describeDomainEndpointOptions(
282
+ args: DescribeDomainEndpointOptionsCommandInput,
283
+ cb: (err: any, data?: DescribeDomainEndpointOptionsCommandOutput) => void
284
+ ): void;
285
+ describeDomainEndpointOptions(
286
+ args: DescribeDomainEndpointOptionsCommandInput,
287
+ options: __HttpHandlerOptions,
288
+ cb: (err: any, data?: DescribeDomainEndpointOptionsCommandOutput) => void
289
+ ): void;
290
+ describeDomains(
291
+ args: DescribeDomainsCommandInput,
292
+ options?: __HttpHandlerOptions
293
+ ): Promise<DescribeDomainsCommandOutput>;
294
+ describeDomains(
295
+ args: DescribeDomainsCommandInput,
296
+ cb: (err: any, data?: DescribeDomainsCommandOutput) => void
297
+ ): void;
298
+ describeDomains(
299
+ args: DescribeDomainsCommandInput,
300
+ options: __HttpHandlerOptions,
301
+ cb: (err: any, data?: DescribeDomainsCommandOutput) => void
302
+ ): void;
303
+ describeExpressions(
304
+ args: DescribeExpressionsCommandInput,
305
+ options?: __HttpHandlerOptions
306
+ ): Promise<DescribeExpressionsCommandOutput>;
307
+ describeExpressions(
308
+ args: DescribeExpressionsCommandInput,
309
+ cb: (err: any, data?: DescribeExpressionsCommandOutput) => void
310
+ ): void;
311
+ describeExpressions(
312
+ args: DescribeExpressionsCommandInput,
313
+ options: __HttpHandlerOptions,
314
+ cb: (err: any, data?: DescribeExpressionsCommandOutput) => void
315
+ ): void;
316
+ describeIndexFields(
317
+ args: DescribeIndexFieldsCommandInput,
318
+ options?: __HttpHandlerOptions
319
+ ): Promise<DescribeIndexFieldsCommandOutput>;
320
+ describeIndexFields(
321
+ args: DescribeIndexFieldsCommandInput,
322
+ cb: (err: any, data?: DescribeIndexFieldsCommandOutput) => void
323
+ ): void;
324
+ describeIndexFields(
325
+ args: DescribeIndexFieldsCommandInput,
326
+ options: __HttpHandlerOptions,
327
+ cb: (err: any, data?: DescribeIndexFieldsCommandOutput) => void
328
+ ): void;
329
+ describeScalingParameters(
330
+ args: DescribeScalingParametersCommandInput,
331
+ options?: __HttpHandlerOptions
332
+ ): Promise<DescribeScalingParametersCommandOutput>;
333
+ describeScalingParameters(
334
+ args: DescribeScalingParametersCommandInput,
335
+ cb: (err: any, data?: DescribeScalingParametersCommandOutput) => void
336
+ ): void;
337
+ describeScalingParameters(
338
+ args: DescribeScalingParametersCommandInput,
339
+ options: __HttpHandlerOptions,
340
+ cb: (err: any, data?: DescribeScalingParametersCommandOutput) => void
341
+ ): void;
342
+ describeServiceAccessPolicies(
343
+ args: DescribeServiceAccessPoliciesCommandInput,
344
+ options?: __HttpHandlerOptions
345
+ ): Promise<DescribeServiceAccessPoliciesCommandOutput>;
346
+ describeServiceAccessPolicies(
347
+ args: DescribeServiceAccessPoliciesCommandInput,
348
+ cb: (err: any, data?: DescribeServiceAccessPoliciesCommandOutput) => void
349
+ ): void;
350
+ describeServiceAccessPolicies(
351
+ args: DescribeServiceAccessPoliciesCommandInput,
352
+ options: __HttpHandlerOptions,
353
+ cb: (err: any, data?: DescribeServiceAccessPoliciesCommandOutput) => void
354
+ ): void;
355
+ describeSuggesters(
356
+ args: DescribeSuggestersCommandInput,
357
+ options?: __HttpHandlerOptions
358
+ ): Promise<DescribeSuggestersCommandOutput>;
359
+ describeSuggesters(
360
+ args: DescribeSuggestersCommandInput,
361
+ cb: (err: any, data?: DescribeSuggestersCommandOutput) => void
362
+ ): void;
363
+ describeSuggesters(
364
+ args: DescribeSuggestersCommandInput,
365
+ options: __HttpHandlerOptions,
366
+ cb: (err: any, data?: DescribeSuggestersCommandOutput) => void
367
+ ): void;
368
+ indexDocuments(
369
+ args: IndexDocumentsCommandInput,
370
+ options?: __HttpHandlerOptions
371
+ ): Promise<IndexDocumentsCommandOutput>;
372
+ indexDocuments(
373
+ args: IndexDocumentsCommandInput,
374
+ cb: (err: any, data?: IndexDocumentsCommandOutput) => void
375
+ ): void;
376
+ indexDocuments(
377
+ args: IndexDocumentsCommandInput,
378
+ options: __HttpHandlerOptions,
379
+ cb: (err: any, data?: IndexDocumentsCommandOutput) => void
380
+ ): void;
381
+ listDomainNames(
382
+ args: ListDomainNamesCommandInput,
383
+ options?: __HttpHandlerOptions
384
+ ): Promise<ListDomainNamesCommandOutput>;
385
+ listDomainNames(
386
+ args: ListDomainNamesCommandInput,
387
+ cb: (err: any, data?: ListDomainNamesCommandOutput) => void
388
+ ): void;
389
+ listDomainNames(
390
+ args: ListDomainNamesCommandInput,
391
+ options: __HttpHandlerOptions,
392
+ cb: (err: any, data?: ListDomainNamesCommandOutput) => void
393
+ ): void;
394
+ updateAvailabilityOptions(
395
+ args: UpdateAvailabilityOptionsCommandInput,
396
+ options?: __HttpHandlerOptions
397
+ ): Promise<UpdateAvailabilityOptionsCommandOutput>;
398
+ updateAvailabilityOptions(
399
+ args: UpdateAvailabilityOptionsCommandInput,
400
+ cb: (err: any, data?: UpdateAvailabilityOptionsCommandOutput) => void
401
+ ): void;
402
+ updateAvailabilityOptions(
403
+ args: UpdateAvailabilityOptionsCommandInput,
404
+ options: __HttpHandlerOptions,
405
+ cb: (err: any, data?: UpdateAvailabilityOptionsCommandOutput) => void
406
+ ): void;
407
+ updateDomainEndpointOptions(
408
+ args: UpdateDomainEndpointOptionsCommandInput,
409
+ options?: __HttpHandlerOptions
410
+ ): Promise<UpdateDomainEndpointOptionsCommandOutput>;
411
+ updateDomainEndpointOptions(
412
+ args: UpdateDomainEndpointOptionsCommandInput,
413
+ cb: (err: any, data?: UpdateDomainEndpointOptionsCommandOutput) => void
414
+ ): void;
415
+ updateDomainEndpointOptions(
416
+ args: UpdateDomainEndpointOptionsCommandInput,
417
+ options: __HttpHandlerOptions,
418
+ cb: (err: any, data?: UpdateDomainEndpointOptionsCommandOutput) => void
419
+ ): void;
420
+ updateScalingParameters(
421
+ args: UpdateScalingParametersCommandInput,
422
+ options?: __HttpHandlerOptions
423
+ ): Promise<UpdateScalingParametersCommandOutput>;
424
+ updateScalingParameters(
425
+ args: UpdateScalingParametersCommandInput,
426
+ cb: (err: any, data?: UpdateScalingParametersCommandOutput) => void
427
+ ): void;
428
+ updateScalingParameters(
429
+ args: UpdateScalingParametersCommandInput,
430
+ options: __HttpHandlerOptions,
431
+ cb: (err: any, data?: UpdateScalingParametersCommandOutput) => void
432
+ ): void;
433
+ updateServiceAccessPolicies(
434
+ args: UpdateServiceAccessPoliciesCommandInput,
435
+ options?: __HttpHandlerOptions
436
+ ): Promise<UpdateServiceAccessPoliciesCommandOutput>;
437
+ updateServiceAccessPolicies(
438
+ args: UpdateServiceAccessPoliciesCommandInput,
439
+ cb: (err: any, data?: UpdateServiceAccessPoliciesCommandOutput) => void
440
+ ): void;
441
+ updateServiceAccessPolicies(
442
+ args: UpdateServiceAccessPoliciesCommandInput,
443
+ options: __HttpHandlerOptions,
444
+ cb: (err: any, data?: UpdateServiceAccessPoliciesCommandOutput) => void
445
+ ): void;
446
+ }