@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
@@ -1,99 +1,285 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { BuildSuggestersCommandInput, BuildSuggestersCommandOutput } from "./commands/BuildSuggestersCommand";
10
- import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
11
- import { DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput } from "./commands/DefineAnalysisSchemeCommand";
12
- import { DefineExpressionCommandInput, DefineExpressionCommandOutput } from "./commands/DefineExpressionCommand";
13
- import { DefineIndexFieldCommandInput, DefineIndexFieldCommandOutput } from "./commands/DefineIndexFieldCommand";
14
- import { DefineSuggesterCommandInput, DefineSuggesterCommandOutput } from "./commands/DefineSuggesterCommand";
15
- import { DeleteAnalysisSchemeCommandInput, DeleteAnalysisSchemeCommandOutput } from "./commands/DeleteAnalysisSchemeCommand";
16
- import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
17
- import { DeleteExpressionCommandInput, DeleteExpressionCommandOutput } from "./commands/DeleteExpressionCommand";
18
- import { DeleteIndexFieldCommandInput, DeleteIndexFieldCommandOutput } from "./commands/DeleteIndexFieldCommand";
19
- import { DeleteSuggesterCommandInput, DeleteSuggesterCommandOutput } from "./commands/DeleteSuggesterCommand";
20
- import { DescribeAnalysisSchemesCommandInput, DescribeAnalysisSchemesCommandOutput } from "./commands/DescribeAnalysisSchemesCommand";
21
- import { DescribeAvailabilityOptionsCommandInput, DescribeAvailabilityOptionsCommandOutput } from "./commands/DescribeAvailabilityOptionsCommand";
22
- import { DescribeDomainEndpointOptionsCommandInput, DescribeDomainEndpointOptionsCommandOutput } from "./commands/DescribeDomainEndpointOptionsCommand";
23
- import { DescribeDomainsCommandInput, DescribeDomainsCommandOutput } from "./commands/DescribeDomainsCommand";
24
- import { DescribeExpressionsCommandInput, DescribeExpressionsCommandOutput } from "./commands/DescribeExpressionsCommand";
25
- import { DescribeIndexFieldsCommandInput, DescribeIndexFieldsCommandOutput } from "./commands/DescribeIndexFieldsCommand";
26
- import { DescribeScalingParametersCommandInput, DescribeScalingParametersCommandOutput } from "./commands/DescribeScalingParametersCommand";
27
- import { DescribeServiceAccessPoliciesCommandInput, DescribeServiceAccessPoliciesCommandOutput } from "./commands/DescribeServiceAccessPoliciesCommand";
28
- import { DescribeSuggestersCommandInput, DescribeSuggestersCommandOutput } from "./commands/DescribeSuggestersCommand";
29
- import { IndexDocumentsCommandInput, IndexDocumentsCommandOutput } from "./commands/IndexDocumentsCommand";
30
- import { ListDomainNamesCommandInput, ListDomainNamesCommandOutput } from "./commands/ListDomainNamesCommand";
31
- import { UpdateAvailabilityOptionsCommandInput, UpdateAvailabilityOptionsCommandOutput } from "./commands/UpdateAvailabilityOptionsCommand";
32
- import { UpdateDomainEndpointOptionsCommandInput, UpdateDomainEndpointOptionsCommandOutput } from "./commands/UpdateDomainEndpointOptionsCommand";
33
- import { UpdateScalingParametersCommandInput, UpdateScalingParametersCommandOutput } from "./commands/UpdateScalingParametersCommand";
34
- import { UpdateServiceAccessPoliciesCommandInput, UpdateServiceAccessPoliciesCommandOutput } from "./commands/UpdateServiceAccessPoliciesCommand";
35
- export declare type ServiceInputTypes = BuildSuggestersCommandInput | CreateDomainCommandInput | DefineAnalysisSchemeCommandInput | DefineExpressionCommandInput | DefineIndexFieldCommandInput | DefineSuggesterCommandInput | DeleteAnalysisSchemeCommandInput | DeleteDomainCommandInput | DeleteExpressionCommandInput | DeleteIndexFieldCommandInput | DeleteSuggesterCommandInput | DescribeAnalysisSchemesCommandInput | DescribeAvailabilityOptionsCommandInput | DescribeDomainEndpointOptionsCommandInput | DescribeDomainsCommandInput | DescribeExpressionsCommandInput | DescribeIndexFieldsCommandInput | DescribeScalingParametersCommandInput | DescribeServiceAccessPoliciesCommandInput | DescribeSuggestersCommandInput | IndexDocumentsCommandInput | ListDomainNamesCommandInput | UpdateAvailabilityOptionsCommandInput | UpdateDomainEndpointOptionsCommandInput | UpdateScalingParametersCommandInput | UpdateServiceAccessPoliciesCommandInput;
36
- export declare type ServiceOutputTypes = BuildSuggestersCommandOutput | CreateDomainCommandOutput | DefineAnalysisSchemeCommandOutput | DefineExpressionCommandOutput | DefineIndexFieldCommandOutput | DefineSuggesterCommandOutput | DeleteAnalysisSchemeCommandOutput | DeleteDomainCommandOutput | DeleteExpressionCommandOutput | DeleteIndexFieldCommandOutput | DeleteSuggesterCommandOutput | DescribeAnalysisSchemesCommandOutput | DescribeAvailabilityOptionsCommandOutput | DescribeDomainEndpointOptionsCommandOutput | DescribeDomainsCommandOutput | DescribeExpressionsCommandOutput | DescribeIndexFieldsCommandOutput | DescribeScalingParametersCommandOutput | DescribeServiceAccessPoliciesCommandOutput | DescribeSuggestersCommandOutput | IndexDocumentsCommandOutput | ListDomainNamesCommandOutput | UpdateAvailabilityOptionsCommandOutput | UpdateDomainEndpointOptionsCommandOutput | UpdateScalingParametersCommandOutput | UpdateServiceAccessPoliciesCommandOutput;
37
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
38
-
39
- requestHandler?: __HttpHandler;
40
-
41
- sha256?: __HashConstructor;
42
-
43
- urlParser?: __UrlParser;
44
-
45
- bodyLengthChecker?: __BodyLengthCalculator;
46
-
47
- streamCollector?: __StreamCollector;
48
-
49
- base64Decoder?: __Decoder;
50
-
51
- base64Encoder?: __Encoder;
52
-
53
- utf8Decoder?: __Decoder;
54
-
55
- utf8Encoder?: __Encoder;
56
-
57
- runtime?: string;
58
-
59
- disableHostPrefix?: boolean;
60
-
61
- maxAttempts?: number | __Provider<number>;
62
-
63
- retryMode?: string | __Provider<string>;
64
-
65
- logger?: __Logger;
66
-
67
- useDualstackEndpoint?: boolean | __Provider<boolean>;
68
-
69
- useFipsEndpoint?: boolean | __Provider<boolean>;
70
-
71
- serviceId?: string;
72
-
73
- region?: string | __Provider<string>;
74
-
75
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
76
-
77
- regionInfoProvider?: RegionInfoProvider;
78
-
79
- defaultUserAgentProvider?: Provider<__UserAgent>;
80
-
81
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
82
- }
83
- declare type CloudSearchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
84
-
85
- export interface CloudSearchClientConfig extends CloudSearchClientConfigType {
86
- }
87
- declare type CloudSearchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
88
-
89
- export interface CloudSearchClientResolvedConfig extends CloudSearchClientResolvedConfigType {
90
- }
91
-
92
- export declare class CloudSearchClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudSearchClientResolvedConfig> {
93
-
94
- readonly config: CloudSearchClientResolvedConfig;
95
- constructor(configuration: CloudSearchClientConfig);
96
-
97
- destroy(): void;
98
- }
99
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
- import { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0";
5
- export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {
6
- }
7
- export interface BuildSuggestersCommandOutput extends BuildSuggestersResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BuildSuggestersCommand extends $Command<BuildSuggestersCommandInput, BuildSuggestersCommandOutput, CloudSearchClientResolvedConfig> {
11
- readonly input: BuildSuggestersCommandInput;
12
- constructor(input: BuildSuggestersCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BuildSuggestersCommandInput, BuildSuggestersCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
- import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
5
- export interface CreateDomainCommandInput extends CreateDomainRequest {
6
- }
7
- export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, CloudSearchClientResolvedConfig> {
11
- readonly input: CreateDomainCommandInput;
12
- constructor(input: CreateDomainCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDomainCommandInput, CreateDomainCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
- import { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0";
5
- export interface DefineAnalysisSchemeCommandInput extends DefineAnalysisSchemeRequest {
6
- }
7
- export interface DefineAnalysisSchemeCommandOutput extends DefineAnalysisSchemeResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DefineAnalysisSchemeCommand extends $Command<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput, CloudSearchClientResolvedConfig> {
11
- readonly input: DefineAnalysisSchemeCommandInput;
12
- constructor(input: DefineAnalysisSchemeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineAnalysisSchemeCommandInput, DefineAnalysisSchemeCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
4
- import { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0";
5
- export interface DefineExpressionCommandInput extends DefineExpressionRequest {
6
- }
7
- export interface DefineExpressionCommandOutput extends DefineExpressionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DefineExpressionCommand extends $Command<DefineExpressionCommandInput, DefineExpressionCommandOutput, CloudSearchClientResolvedConfig> {
11
- readonly input: DefineExpressionCommandInput;
12
- constructor(input: DefineExpressionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudSearchClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DefineExpressionCommandInput, DefineExpressionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
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
+ }