@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CloudSearch.d.ts +472 -135
- package/dist-types/ts3.4/CloudSearchClient.d.ts +285 -99
- package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +26 -26
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/CloudSearchServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1060 -916
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +317 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,99 +1,285 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
BuildSuggestersCommandInput,
|
|
47
|
+
BuildSuggestersCommandOutput,
|
|
48
|
+
} from "./commands/BuildSuggestersCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateDomainCommandInput,
|
|
51
|
+
CreateDomainCommandOutput,
|
|
52
|
+
} from "./commands/CreateDomainCommand";
|
|
53
|
+
import {
|
|
54
|
+
DefineAnalysisSchemeCommandInput,
|
|
55
|
+
DefineAnalysisSchemeCommandOutput,
|
|
56
|
+
} from "./commands/DefineAnalysisSchemeCommand";
|
|
57
|
+
import {
|
|
58
|
+
DefineExpressionCommandInput,
|
|
59
|
+
DefineExpressionCommandOutput,
|
|
60
|
+
} from "./commands/DefineExpressionCommand";
|
|
61
|
+
import {
|
|
62
|
+
DefineIndexFieldCommandInput,
|
|
63
|
+
DefineIndexFieldCommandOutput,
|
|
64
|
+
} from "./commands/DefineIndexFieldCommand";
|
|
65
|
+
import {
|
|
66
|
+
DefineSuggesterCommandInput,
|
|
67
|
+
DefineSuggesterCommandOutput,
|
|
68
|
+
} from "./commands/DefineSuggesterCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteAnalysisSchemeCommandInput,
|
|
71
|
+
DeleteAnalysisSchemeCommandOutput,
|
|
72
|
+
} from "./commands/DeleteAnalysisSchemeCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteDomainCommandInput,
|
|
75
|
+
DeleteDomainCommandOutput,
|
|
76
|
+
} from "./commands/DeleteDomainCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteExpressionCommandInput,
|
|
79
|
+
DeleteExpressionCommandOutput,
|
|
80
|
+
} from "./commands/DeleteExpressionCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteIndexFieldCommandInput,
|
|
83
|
+
DeleteIndexFieldCommandOutput,
|
|
84
|
+
} from "./commands/DeleteIndexFieldCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteSuggesterCommandInput,
|
|
87
|
+
DeleteSuggesterCommandOutput,
|
|
88
|
+
} from "./commands/DeleteSuggesterCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeAnalysisSchemesCommandInput,
|
|
91
|
+
DescribeAnalysisSchemesCommandOutput,
|
|
92
|
+
} from "./commands/DescribeAnalysisSchemesCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeAvailabilityOptionsCommandInput,
|
|
95
|
+
DescribeAvailabilityOptionsCommandOutput,
|
|
96
|
+
} from "./commands/DescribeAvailabilityOptionsCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeDomainEndpointOptionsCommandInput,
|
|
99
|
+
DescribeDomainEndpointOptionsCommandOutput,
|
|
100
|
+
} from "./commands/DescribeDomainEndpointOptionsCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeDomainsCommandInput,
|
|
103
|
+
DescribeDomainsCommandOutput,
|
|
104
|
+
} from "./commands/DescribeDomainsCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeExpressionsCommandInput,
|
|
107
|
+
DescribeExpressionsCommandOutput,
|
|
108
|
+
} from "./commands/DescribeExpressionsCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeIndexFieldsCommandInput,
|
|
111
|
+
DescribeIndexFieldsCommandOutput,
|
|
112
|
+
} from "./commands/DescribeIndexFieldsCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeScalingParametersCommandInput,
|
|
115
|
+
DescribeScalingParametersCommandOutput,
|
|
116
|
+
} from "./commands/DescribeScalingParametersCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeServiceAccessPoliciesCommandInput,
|
|
119
|
+
DescribeServiceAccessPoliciesCommandOutput,
|
|
120
|
+
} from "./commands/DescribeServiceAccessPoliciesCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeSuggestersCommandInput,
|
|
123
|
+
DescribeSuggestersCommandOutput,
|
|
124
|
+
} from "./commands/DescribeSuggestersCommand";
|
|
125
|
+
import {
|
|
126
|
+
IndexDocumentsCommandInput,
|
|
127
|
+
IndexDocumentsCommandOutput,
|
|
128
|
+
} from "./commands/IndexDocumentsCommand";
|
|
129
|
+
import {
|
|
130
|
+
ListDomainNamesCommandInput,
|
|
131
|
+
ListDomainNamesCommandOutput,
|
|
132
|
+
} from "./commands/ListDomainNamesCommand";
|
|
133
|
+
import {
|
|
134
|
+
UpdateAvailabilityOptionsCommandInput,
|
|
135
|
+
UpdateAvailabilityOptionsCommandOutput,
|
|
136
|
+
} from "./commands/UpdateAvailabilityOptionsCommand";
|
|
137
|
+
import {
|
|
138
|
+
UpdateDomainEndpointOptionsCommandInput,
|
|
139
|
+
UpdateDomainEndpointOptionsCommandOutput,
|
|
140
|
+
} from "./commands/UpdateDomainEndpointOptionsCommand";
|
|
141
|
+
import {
|
|
142
|
+
UpdateScalingParametersCommandInput,
|
|
143
|
+
UpdateScalingParametersCommandOutput,
|
|
144
|
+
} from "./commands/UpdateScalingParametersCommand";
|
|
145
|
+
import {
|
|
146
|
+
UpdateServiceAccessPoliciesCommandInput,
|
|
147
|
+
UpdateServiceAccessPoliciesCommandOutput,
|
|
148
|
+
} from "./commands/UpdateServiceAccessPoliciesCommand";
|
|
149
|
+
export declare type ServiceInputTypes =
|
|
150
|
+
| BuildSuggestersCommandInput
|
|
151
|
+
| CreateDomainCommandInput
|
|
152
|
+
| DefineAnalysisSchemeCommandInput
|
|
153
|
+
| DefineExpressionCommandInput
|
|
154
|
+
| DefineIndexFieldCommandInput
|
|
155
|
+
| DefineSuggesterCommandInput
|
|
156
|
+
| DeleteAnalysisSchemeCommandInput
|
|
157
|
+
| DeleteDomainCommandInput
|
|
158
|
+
| DeleteExpressionCommandInput
|
|
159
|
+
| DeleteIndexFieldCommandInput
|
|
160
|
+
| DeleteSuggesterCommandInput
|
|
161
|
+
| DescribeAnalysisSchemesCommandInput
|
|
162
|
+
| DescribeAvailabilityOptionsCommandInput
|
|
163
|
+
| DescribeDomainEndpointOptionsCommandInput
|
|
164
|
+
| DescribeDomainsCommandInput
|
|
165
|
+
| DescribeExpressionsCommandInput
|
|
166
|
+
| DescribeIndexFieldsCommandInput
|
|
167
|
+
| DescribeScalingParametersCommandInput
|
|
168
|
+
| DescribeServiceAccessPoliciesCommandInput
|
|
169
|
+
| DescribeSuggestersCommandInput
|
|
170
|
+
| IndexDocumentsCommandInput
|
|
171
|
+
| ListDomainNamesCommandInput
|
|
172
|
+
| UpdateAvailabilityOptionsCommandInput
|
|
173
|
+
| UpdateDomainEndpointOptionsCommandInput
|
|
174
|
+
| UpdateScalingParametersCommandInput
|
|
175
|
+
| UpdateServiceAccessPoliciesCommandInput;
|
|
176
|
+
export declare type ServiceOutputTypes =
|
|
177
|
+
| BuildSuggestersCommandOutput
|
|
178
|
+
| CreateDomainCommandOutput
|
|
179
|
+
| DefineAnalysisSchemeCommandOutput
|
|
180
|
+
| DefineExpressionCommandOutput
|
|
181
|
+
| DefineIndexFieldCommandOutput
|
|
182
|
+
| DefineSuggesterCommandOutput
|
|
183
|
+
| DeleteAnalysisSchemeCommandOutput
|
|
184
|
+
| DeleteDomainCommandOutput
|
|
185
|
+
| DeleteExpressionCommandOutput
|
|
186
|
+
| DeleteIndexFieldCommandOutput
|
|
187
|
+
| DeleteSuggesterCommandOutput
|
|
188
|
+
| DescribeAnalysisSchemesCommandOutput
|
|
189
|
+
| DescribeAvailabilityOptionsCommandOutput
|
|
190
|
+
| DescribeDomainEndpointOptionsCommandOutput
|
|
191
|
+
| DescribeDomainsCommandOutput
|
|
192
|
+
| DescribeExpressionsCommandOutput
|
|
193
|
+
| DescribeIndexFieldsCommandOutput
|
|
194
|
+
| DescribeScalingParametersCommandOutput
|
|
195
|
+
| DescribeServiceAccessPoliciesCommandOutput
|
|
196
|
+
| DescribeSuggestersCommandOutput
|
|
197
|
+
| IndexDocumentsCommandOutput
|
|
198
|
+
| ListDomainNamesCommandOutput
|
|
199
|
+
| UpdateAvailabilityOptionsCommandOutput
|
|
200
|
+
| UpdateDomainEndpointOptionsCommandOutput
|
|
201
|
+
| UpdateScalingParametersCommandOutput
|
|
202
|
+
| UpdateServiceAccessPoliciesCommandOutput;
|
|
203
|
+
export interface ClientDefaults
|
|
204
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
205
|
+
requestHandler?: __HttpHandler;
|
|
206
|
+
|
|
207
|
+
sha256?: __HashConstructor;
|
|
208
|
+
|
|
209
|
+
urlParser?: __UrlParser;
|
|
210
|
+
|
|
211
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
212
|
+
|
|
213
|
+
streamCollector?: __StreamCollector;
|
|
214
|
+
|
|
215
|
+
base64Decoder?: __Decoder;
|
|
216
|
+
|
|
217
|
+
base64Encoder?: __Encoder;
|
|
218
|
+
|
|
219
|
+
utf8Decoder?: __Decoder;
|
|
220
|
+
|
|
221
|
+
utf8Encoder?: __Encoder;
|
|
222
|
+
|
|
223
|
+
runtime?: string;
|
|
224
|
+
|
|
225
|
+
disableHostPrefix?: boolean;
|
|
226
|
+
|
|
227
|
+
maxAttempts?: number | __Provider<number>;
|
|
228
|
+
|
|
229
|
+
retryMode?: string | __Provider<string>;
|
|
230
|
+
|
|
231
|
+
logger?: __Logger;
|
|
232
|
+
|
|
233
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
234
|
+
|
|
235
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
236
|
+
|
|
237
|
+
serviceId?: string;
|
|
238
|
+
|
|
239
|
+
region?: string | __Provider<string>;
|
|
240
|
+
|
|
241
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
242
|
+
|
|
243
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
244
|
+
|
|
245
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
246
|
+
|
|
247
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
248
|
+
}
|
|
249
|
+
declare type CloudSearchClientConfigType = Partial<
|
|
250
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
251
|
+
> &
|
|
252
|
+
ClientDefaults &
|
|
253
|
+
RegionInputConfig &
|
|
254
|
+
EndpointsInputConfig &
|
|
255
|
+
RetryInputConfig &
|
|
256
|
+
HostHeaderInputConfig &
|
|
257
|
+
AwsAuthInputConfig &
|
|
258
|
+
UserAgentInputConfig;
|
|
259
|
+
|
|
260
|
+
export interface CloudSearchClientConfig extends CloudSearchClientConfigType {}
|
|
261
|
+
declare type CloudSearchClientResolvedConfigType =
|
|
262
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
263
|
+
Required<ClientDefaults> &
|
|
264
|
+
RegionResolvedConfig &
|
|
265
|
+
EndpointsResolvedConfig &
|
|
266
|
+
RetryResolvedConfig &
|
|
267
|
+
HostHeaderResolvedConfig &
|
|
268
|
+
AwsAuthResolvedConfig &
|
|
269
|
+
UserAgentResolvedConfig;
|
|
270
|
+
|
|
271
|
+
export interface CloudSearchClientResolvedConfig
|
|
272
|
+
extends CloudSearchClientResolvedConfigType {}
|
|
273
|
+
|
|
274
|
+
export declare class CloudSearchClient extends __Client<
|
|
275
|
+
__HttpHandlerOptions,
|
|
276
|
+
ServiceInputTypes,
|
|
277
|
+
ServiceOutputTypes,
|
|
278
|
+
CloudSearchClientResolvedConfig
|
|
279
|
+
> {
|
|
280
|
+
readonly config: CloudSearchClientResolvedConfig;
|
|
281
|
+
constructor(configuration: CloudSearchClientConfig);
|
|
282
|
+
|
|
283
|
+
destroy(): void;
|
|
284
|
+
}
|
|
285
|
+
export {};
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudSearchClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudSearchClient";
|
|
13
|
+
import {
|
|
14
|
+
BuildSuggestersRequest,
|
|
15
|
+
BuildSuggestersResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {}
|
|
18
|
+
export interface BuildSuggestersCommandOutput
|
|
19
|
+
extends BuildSuggestersResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class BuildSuggestersCommand extends $Command<
|
|
23
|
+
BuildSuggestersCommandInput,
|
|
24
|
+
BuildSuggestersCommandOutput,
|
|
25
|
+
CloudSearchClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BuildSuggestersCommandInput;
|
|
28
|
+
constructor(input: BuildSuggestersCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CloudSearchClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<BuildSuggestersCommandInput, BuildSuggestersCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudSearchClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudSearchClient";
|
|
13
|
+
import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateDomainCommandInput extends CreateDomainRequest {}
|
|
15
|
+
export interface CreateDomainCommandOutput
|
|
16
|
+
extends CreateDomainResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateDomainCommand extends $Command<
|
|
20
|
+
CreateDomainCommandInput,
|
|
21
|
+
CreateDomainCommandOutput,
|
|
22
|
+
CloudSearchClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateDomainCommandInput;
|
|
25
|
+
constructor(input: CreateDomainCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudSearchClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudSearchClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudSearchClient";
|
|
13
|
+
import {
|
|
14
|
+
DefineAnalysisSchemeRequest,
|
|
15
|
+
DefineAnalysisSchemeResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DefineAnalysisSchemeCommandInput
|
|
18
|
+
extends DefineAnalysisSchemeRequest {}
|
|
19
|
+
export interface DefineAnalysisSchemeCommandOutput
|
|
20
|
+
extends DefineAnalysisSchemeResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DefineAnalysisSchemeCommand extends $Command<
|
|
24
|
+
DefineAnalysisSchemeCommandInput,
|
|
25
|
+
DefineAnalysisSchemeCommandOutput,
|
|
26
|
+
CloudSearchClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DefineAnalysisSchemeCommandInput;
|
|
29
|
+
constructor(input: DefineAnalysisSchemeCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: CloudSearchClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DefineAnalysisSchemeCommandInput,
|
|
37
|
+
DefineAnalysisSchemeCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
CloudSearchClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../CloudSearchClient";
|
|
13
|
+
import {
|
|
14
|
+
DefineExpressionRequest,
|
|
15
|
+
DefineExpressionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DefineExpressionCommandInput extends DefineExpressionRequest {}
|
|
18
|
+
export interface DefineExpressionCommandOutput
|
|
19
|
+
extends DefineExpressionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DefineExpressionCommand extends $Command<
|
|
23
|
+
DefineExpressionCommandInput,
|
|
24
|
+
DefineExpressionCommandOutput,
|
|
25
|
+
CloudSearchClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DefineExpressionCommandInput;
|
|
28
|
+
constructor(input: DefineExpressionCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: CloudSearchClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DefineExpressionCommandInput, DefineExpressionCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|