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