@aws-sdk/client-cloudsearch 3.294.0 → 3.295.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/dist-cjs/commands/BuildSuggestersCommand.js +4 -4
- package/dist-cjs/commands/CreateDomainCommand.js +4 -4
- package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +4 -4
- package/dist-cjs/commands/DefineExpressionCommand.js +4 -4
- package/dist-cjs/commands/DefineIndexFieldCommand.js +4 -4
- package/dist-cjs/commands/DefineSuggesterCommand.js +4 -4
- package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +4 -4
- package/dist-cjs/commands/DeleteDomainCommand.js +4 -4
- package/dist-cjs/commands/DeleteExpressionCommand.js +4 -4
- package/dist-cjs/commands/DeleteIndexFieldCommand.js +4 -4
- package/dist-cjs/commands/DeleteSuggesterCommand.js +4 -4
- package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +4 -4
- package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +4 -4
- package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +4 -4
- package/dist-cjs/commands/DescribeDomainsCommand.js +4 -4
- package/dist-cjs/commands/DescribeExpressionsCommand.js +4 -4
- package/dist-cjs/commands/DescribeIndexFieldsCommand.js +4 -4
- package/dist-cjs/commands/DescribeScalingParametersCommand.js +4 -4
- package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +4 -4
- package/dist-cjs/commands/DescribeSuggestersCommand.js +4 -4
- package/dist-cjs/commands/IndexDocumentsCommand.js +4 -4
- package/dist-cjs/commands/ListDomainNamesCommand.js +4 -4
- package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +4 -4
- package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +4 -4
- package/dist-cjs/commands/UpdateScalingParametersCommand.js +4 -4
- package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +4 -4
- package/dist-es/commands/BuildSuggestersCommand.js +4 -4
- package/dist-es/commands/CreateDomainCommand.js +4 -4
- package/dist-es/commands/DefineAnalysisSchemeCommand.js +4 -4
- package/dist-es/commands/DefineExpressionCommand.js +4 -4
- package/dist-es/commands/DefineIndexFieldCommand.js +4 -4
- package/dist-es/commands/DefineSuggesterCommand.js +4 -4
- package/dist-es/commands/DeleteAnalysisSchemeCommand.js +4 -4
- package/dist-es/commands/DeleteDomainCommand.js +4 -4
- package/dist-es/commands/DeleteExpressionCommand.js +4 -4
- package/dist-es/commands/DeleteIndexFieldCommand.js +4 -4
- package/dist-es/commands/DeleteSuggesterCommand.js +4 -4
- package/dist-es/commands/DescribeAnalysisSchemesCommand.js +4 -4
- package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +4 -4
- package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +4 -4
- package/dist-es/commands/DescribeDomainsCommand.js +4 -4
- package/dist-es/commands/DescribeExpressionsCommand.js +4 -4
- package/dist-es/commands/DescribeIndexFieldsCommand.js +4 -4
- package/dist-es/commands/DescribeScalingParametersCommand.js +4 -4
- package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +4 -4
- package/dist-es/commands/DescribeSuggestersCommand.js +4 -4
- package/dist-es/commands/IndexDocumentsCommand.js +4 -4
- package/dist-es/commands/ListDomainNamesCommand.js +4 -4
- package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +4 -4
- package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +4 -4
- package/dist-es/commands/UpdateScalingParametersCommand.js +4 -4
- package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +4 -4
- package/dist-types/CloudSearchClient.d.ts +4 -4
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +6 -6
- package/dist-types/ts3.4/CloudSearchClient.d.ts +4 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
- package/dist-types/ts3.4/models/models_0.d.ts +6 -6
- package/package.json +36 -36
|
@@ -218,7 +218,7 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
|
218
218
|
*/
|
|
219
219
|
constructor(opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>);
|
|
220
220
|
}
|
|
221
|
-
export
|
|
221
|
+
export type AlgorithmicStemming = "full" | "light" | "minimal" | "none";
|
|
222
222
|
/**
|
|
223
223
|
* <p>Synonyms, stopwords, and stemming options for an analysis scheme. Includes tokenization dictionary for Japanese.</p>
|
|
224
224
|
*/
|
|
@@ -244,7 +244,7 @@ export interface AnalysisOptions {
|
|
|
244
244
|
*/
|
|
245
245
|
AlgorithmicStemming?: AlgorithmicStemming | string;
|
|
246
246
|
}
|
|
247
|
-
export
|
|
247
|
+
export type AnalysisSchemeLanguage = "ar" | "bg" | "ca" | "cs" | "da" | "de" | "el" | "en" | "es" | "eu" | "fa" | "fi" | "fr" | "ga" | "gl" | "he" | "hi" | "hu" | "hy" | "id" | "it" | "ja" | "ko" | "lv" | "mul" | "nl" | "no" | "pt" | "ro" | "ru" | "sv" | "th" | "tr" | "zh-Hans" | "zh-Hant";
|
|
248
248
|
/**
|
|
249
249
|
* <p>Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: <code>Synonyms</code>, <code>Stopwords</code>, <code>StemmingDictionary</code>, <code>JapaneseTokenizationDictionary</code> and <code>AlgorithmicStemming</code>.</p>
|
|
250
250
|
*/
|
|
@@ -276,7 +276,7 @@ export interface DefineAnalysisSchemeRequest {
|
|
|
276
276
|
*/
|
|
277
277
|
AnalysisScheme: AnalysisScheme | undefined;
|
|
278
278
|
}
|
|
279
|
-
export
|
|
279
|
+
export type OptionState = "Active" | "FailedToValidate" | "Processing" | "RequiresIndexDocuments";
|
|
280
280
|
/**
|
|
281
281
|
* <p>The status of domain configuration option.</p>
|
|
282
282
|
*/
|
|
@@ -518,7 +518,7 @@ export interface DoubleOptions {
|
|
|
518
518
|
*/
|
|
519
519
|
SortEnabled?: boolean;
|
|
520
520
|
}
|
|
521
|
-
export
|
|
521
|
+
export type IndexFieldType = "date" | "date-array" | "double" | "double-array" | "int" | "int-array" | "latlon" | "literal" | "literal-array" | "text" | "text-array";
|
|
522
522
|
/**
|
|
523
523
|
* <p>Options for a field that contains an array of 64-bit signed integers. Present if <code>IndexFieldType</code> specifies the field is of type <code>int-array</code>. All options are enabled by default.</p>
|
|
524
524
|
*/
|
|
@@ -854,7 +854,7 @@ export interface DefineIndexFieldResponse {
|
|
|
854
854
|
*/
|
|
855
855
|
IndexField: IndexFieldStatus | undefined;
|
|
856
856
|
}
|
|
857
|
-
export
|
|
857
|
+
export type SuggesterFuzzyMatching = "high" | "low" | "none";
|
|
858
858
|
/**
|
|
859
859
|
* <p>Options for a search suggester.</p>
|
|
860
860
|
*/
|
|
@@ -1245,7 +1245,7 @@ export interface DescribeScalingParametersRequest {
|
|
|
1245
1245
|
*/
|
|
1246
1246
|
DomainName: string | undefined;
|
|
1247
1247
|
}
|
|
1248
|
-
export
|
|
1248
|
+
export type PartitionInstanceType = "search.2xlarge" | "search.large" | "search.m1.large" | "search.m1.small" | "search.m2.2xlarge" | "search.m2.xlarge" | "search.m3.2xlarge" | "search.m3.large" | "search.m3.medium" | "search.m3.xlarge" | "search.medium" | "search.previousgeneration.2xlarge" | "search.previousgeneration.large" | "search.previousgeneration.small" | "search.previousgeneration.xlarge" | "search.small" | "search.xlarge";
|
|
1249
1249
|
/**
|
|
1250
1250
|
* <p>The desired instance type and desired number of replicas of each index partition.</p>
|
|
1251
1251
|
*/
|
|
@@ -153,7 +153,7 @@ import {
|
|
|
153
153
|
ClientResolvedEndpointParameters,
|
|
154
154
|
EndpointParameters,
|
|
155
155
|
} from "./endpoint/EndpointParameters";
|
|
156
|
-
export
|
|
156
|
+
export type ServiceInputTypes =
|
|
157
157
|
| BuildSuggestersCommandInput
|
|
158
158
|
| CreateDomainCommandInput
|
|
159
159
|
| DefineAnalysisSchemeCommandInput
|
|
@@ -180,7 +180,7 @@ export declare type ServiceInputTypes =
|
|
|
180
180
|
| UpdateDomainEndpointOptionsCommandInput
|
|
181
181
|
| UpdateScalingParametersCommandInput
|
|
182
182
|
| UpdateServiceAccessPoliciesCommandInput;
|
|
183
|
-
export
|
|
183
|
+
export type ServiceOutputTypes =
|
|
184
184
|
| BuildSuggestersCommandOutput
|
|
185
185
|
| CreateDomainCommandOutput
|
|
186
186
|
| DefineAnalysisSchemeCommandOutput
|
|
@@ -231,7 +231,7 @@ export interface ClientDefaults
|
|
|
231
231
|
logger?: __Logger;
|
|
232
232
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
233
233
|
}
|
|
234
|
-
|
|
234
|
+
type CloudSearchClientConfigType = Partial<
|
|
235
235
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
236
236
|
> &
|
|
237
237
|
ClientDefaults &
|
|
@@ -243,7 +243,7 @@ declare type CloudSearchClientConfigType = Partial<
|
|
|
243
243
|
UserAgentInputConfig &
|
|
244
244
|
ClientInputEndpointParameters;
|
|
245
245
|
export interface CloudSearchClientConfig extends CloudSearchClientConfigType {}
|
|
246
|
-
|
|
246
|
+
type CloudSearchClientResolvedConfigType =
|
|
247
247
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
248
248
|
Required<ClientDefaults> &
|
|
249
249
|
RegionResolvedConfig &
|
|
@@ -16,10 +16,9 @@ export interface ClientInputEndpointParameters {
|
|
|
16
16
|
| EndpointV2
|
|
17
17
|
| Provider<EndpointV2>;
|
|
18
18
|
}
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
};
|
|
19
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
20
|
+
defaultSigningName: string;
|
|
21
|
+
};
|
|
23
22
|
export declare const resolveClientEndpointParameters: <T>(
|
|
24
23
|
options: T & ClientInputEndpointParameters
|
|
25
24
|
) => T &
|
|
@@ -84,7 +84,7 @@ export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
|
84
84
|
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
85
85
|
);
|
|
86
86
|
}
|
|
87
|
-
export
|
|
87
|
+
export type AlgorithmicStemming = "full" | "light" | "minimal" | "none";
|
|
88
88
|
export interface AnalysisOptions {
|
|
89
89
|
Synonyms?: string;
|
|
90
90
|
Stopwords?: string;
|
|
@@ -92,7 +92,7 @@ export interface AnalysisOptions {
|
|
|
92
92
|
JapaneseTokenizationDictionary?: string;
|
|
93
93
|
AlgorithmicStemming?: AlgorithmicStemming | string;
|
|
94
94
|
}
|
|
95
|
-
export
|
|
95
|
+
export type AnalysisSchemeLanguage =
|
|
96
96
|
| "ar"
|
|
97
97
|
| "bg"
|
|
98
98
|
| "ca"
|
|
@@ -137,7 +137,7 @@ export interface DefineAnalysisSchemeRequest {
|
|
|
137
137
|
DomainName: string | undefined;
|
|
138
138
|
AnalysisScheme: AnalysisScheme | undefined;
|
|
139
139
|
}
|
|
140
|
-
export
|
|
140
|
+
export type OptionState =
|
|
141
141
|
| "Active"
|
|
142
142
|
| "FailedToValidate"
|
|
143
143
|
| "Processing"
|
|
@@ -210,7 +210,7 @@ export interface DoubleOptions {
|
|
|
210
210
|
ReturnEnabled?: boolean;
|
|
211
211
|
SortEnabled?: boolean;
|
|
212
212
|
}
|
|
213
|
-
export
|
|
213
|
+
export type IndexFieldType =
|
|
214
214
|
| "date"
|
|
215
215
|
| "date-array"
|
|
216
216
|
| "double"
|
|
@@ -301,7 +301,7 @@ export interface IndexFieldStatus {
|
|
|
301
301
|
export interface DefineIndexFieldResponse {
|
|
302
302
|
IndexField: IndexFieldStatus | undefined;
|
|
303
303
|
}
|
|
304
|
-
export
|
|
304
|
+
export type SuggesterFuzzyMatching = "high" | "low" | "none";
|
|
305
305
|
export interface DocumentSuggesterOptions {
|
|
306
306
|
SourceField: string | undefined;
|
|
307
307
|
FuzzyMatching?: SuggesterFuzzyMatching | string;
|
|
@@ -428,7 +428,7 @@ export interface DescribeIndexFieldsResponse {
|
|
|
428
428
|
export interface DescribeScalingParametersRequest {
|
|
429
429
|
DomainName: string | undefined;
|
|
430
430
|
}
|
|
431
|
-
export
|
|
431
|
+
export type PartitionInstanceType =
|
|
432
432
|
| "search.2xlarge"
|
|
433
433
|
| "search.large"
|
|
434
434
|
| "search.m1.large"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudsearch",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudsearch Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.295.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,50 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.295.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.295.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.295.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.295.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.295.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.295.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.295.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.295.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.295.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.295.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.295.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.295.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.295.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.295.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.295.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.295.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.295.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.295.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.295.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.295.0",
|
|
43
|
+
"@aws-sdk/types": "3.295.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.295.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.295.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.295.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.295.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.295.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.295.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.295.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.295.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
55
|
"fast-xml-parser": "4.1.2",
|
|
56
|
-
"tslib": "^2.
|
|
56
|
+
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.295.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|
|
63
63
|
"downlevel-dts": "0.10.1",
|
|
64
64
|
"rimraf": "3.0.2",
|
|
65
65
|
"typedoc": "0.23.23",
|
|
66
|
-
"typescript": "~4.
|
|
66
|
+
"typescript": "~4.9.5"
|
|
67
67
|
},
|
|
68
68
|
"engines": {
|
|
69
69
|
"node": ">=14.0.0"
|