@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.
Files changed (59) hide show
  1. package/dist-cjs/commands/BuildSuggestersCommand.js +4 -4
  2. package/dist-cjs/commands/CreateDomainCommand.js +4 -4
  3. package/dist-cjs/commands/DefineAnalysisSchemeCommand.js +4 -4
  4. package/dist-cjs/commands/DefineExpressionCommand.js +4 -4
  5. package/dist-cjs/commands/DefineIndexFieldCommand.js +4 -4
  6. package/dist-cjs/commands/DefineSuggesterCommand.js +4 -4
  7. package/dist-cjs/commands/DeleteAnalysisSchemeCommand.js +4 -4
  8. package/dist-cjs/commands/DeleteDomainCommand.js +4 -4
  9. package/dist-cjs/commands/DeleteExpressionCommand.js +4 -4
  10. package/dist-cjs/commands/DeleteIndexFieldCommand.js +4 -4
  11. package/dist-cjs/commands/DeleteSuggesterCommand.js +4 -4
  12. package/dist-cjs/commands/DescribeAnalysisSchemesCommand.js +4 -4
  13. package/dist-cjs/commands/DescribeAvailabilityOptionsCommand.js +4 -4
  14. package/dist-cjs/commands/DescribeDomainEndpointOptionsCommand.js +4 -4
  15. package/dist-cjs/commands/DescribeDomainsCommand.js +4 -4
  16. package/dist-cjs/commands/DescribeExpressionsCommand.js +4 -4
  17. package/dist-cjs/commands/DescribeIndexFieldsCommand.js +4 -4
  18. package/dist-cjs/commands/DescribeScalingParametersCommand.js +4 -4
  19. package/dist-cjs/commands/DescribeServiceAccessPoliciesCommand.js +4 -4
  20. package/dist-cjs/commands/DescribeSuggestersCommand.js +4 -4
  21. package/dist-cjs/commands/IndexDocumentsCommand.js +4 -4
  22. package/dist-cjs/commands/ListDomainNamesCommand.js +4 -4
  23. package/dist-cjs/commands/UpdateAvailabilityOptionsCommand.js +4 -4
  24. package/dist-cjs/commands/UpdateDomainEndpointOptionsCommand.js +4 -4
  25. package/dist-cjs/commands/UpdateScalingParametersCommand.js +4 -4
  26. package/dist-cjs/commands/UpdateServiceAccessPoliciesCommand.js +4 -4
  27. package/dist-es/commands/BuildSuggestersCommand.js +4 -4
  28. package/dist-es/commands/CreateDomainCommand.js +4 -4
  29. package/dist-es/commands/DefineAnalysisSchemeCommand.js +4 -4
  30. package/dist-es/commands/DefineExpressionCommand.js +4 -4
  31. package/dist-es/commands/DefineIndexFieldCommand.js +4 -4
  32. package/dist-es/commands/DefineSuggesterCommand.js +4 -4
  33. package/dist-es/commands/DeleteAnalysisSchemeCommand.js +4 -4
  34. package/dist-es/commands/DeleteDomainCommand.js +4 -4
  35. package/dist-es/commands/DeleteExpressionCommand.js +4 -4
  36. package/dist-es/commands/DeleteIndexFieldCommand.js +4 -4
  37. package/dist-es/commands/DeleteSuggesterCommand.js +4 -4
  38. package/dist-es/commands/DescribeAnalysisSchemesCommand.js +4 -4
  39. package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +4 -4
  40. package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +4 -4
  41. package/dist-es/commands/DescribeDomainsCommand.js +4 -4
  42. package/dist-es/commands/DescribeExpressionsCommand.js +4 -4
  43. package/dist-es/commands/DescribeIndexFieldsCommand.js +4 -4
  44. package/dist-es/commands/DescribeScalingParametersCommand.js +4 -4
  45. package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +4 -4
  46. package/dist-es/commands/DescribeSuggestersCommand.js +4 -4
  47. package/dist-es/commands/IndexDocumentsCommand.js +4 -4
  48. package/dist-es/commands/ListDomainNamesCommand.js +4 -4
  49. package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +4 -4
  50. package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +4 -4
  51. package/dist-es/commands/UpdateScalingParametersCommand.js +4 -4
  52. package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +4 -4
  53. package/dist-types/CloudSearchClient.d.ts +4 -4
  54. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  55. package/dist-types/models/models_0.d.ts +6 -6
  56. package/dist-types/ts3.4/CloudSearchClient.d.ts +4 -4
  57. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -4
  58. package/dist-types/ts3.4/models/models_0.d.ts +6 -6
  59. 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 declare type AlgorithmicStemming = "full" | "light" | "minimal" | "none";
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 declare 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";
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 declare type OptionState = "Active" | "FailedToValidate" | "Processing" | "RequiresIndexDocuments";
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 declare type IndexFieldType = "date" | "date-array" | "double" | "double-array" | "int" | "int-array" | "latlon" | "literal" | "literal-array" | "text" | "text-array";
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 declare type SuggesterFuzzyMatching = "high" | "low" | "none";
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 declare 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";
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 declare type ServiceInputTypes =
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 declare type ServiceOutputTypes =
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
- declare type CloudSearchClientConfigType = Partial<
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
- declare type CloudSearchClientResolvedConfigType =
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 declare type ClientResolvedEndpointParameters =
20
- ClientInputEndpointParameters & {
21
- defaultSigningName: string;
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 declare type AlgorithmicStemming = "full" | "light" | "minimal" | "none";
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 declare type AnalysisSchemeLanguage =
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 declare type OptionState =
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 declare type IndexFieldType =
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 declare type SuggesterFuzzyMatching = "high" | "low" | "none";
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 declare type PartitionInstanceType =
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.294.0",
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.294.0",
24
- "@aws-sdk/config-resolver": "3.292.0",
25
- "@aws-sdk/credential-provider-node": "3.294.0",
26
- "@aws-sdk/fetch-http-handler": "3.292.0",
27
- "@aws-sdk/hash-node": "3.292.0",
28
- "@aws-sdk/invalid-dependency": "3.292.0",
29
- "@aws-sdk/middleware-content-length": "3.292.0",
30
- "@aws-sdk/middleware-endpoint": "3.292.0",
31
- "@aws-sdk/middleware-host-header": "3.292.0",
32
- "@aws-sdk/middleware-logger": "3.292.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
- "@aws-sdk/middleware-retry": "3.293.0",
35
- "@aws-sdk/middleware-serde": "3.292.0",
36
- "@aws-sdk/middleware-signing": "3.292.0",
37
- "@aws-sdk/middleware-stack": "3.292.0",
38
- "@aws-sdk/middleware-user-agent": "3.293.0",
39
- "@aws-sdk/node-config-provider": "3.292.0",
40
- "@aws-sdk/node-http-handler": "3.292.0",
41
- "@aws-sdk/protocol-http": "3.292.0",
42
- "@aws-sdk/smithy-client": "3.292.0",
43
- "@aws-sdk/types": "3.292.0",
44
- "@aws-sdk/url-parser": "3.292.0",
45
- "@aws-sdk/util-base64": "3.292.0",
46
- "@aws-sdk/util-body-length-browser": "3.292.0",
47
- "@aws-sdk/util-body-length-node": "3.292.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
- "@aws-sdk/util-endpoints": "3.293.0",
51
- "@aws-sdk/util-retry": "3.292.0",
52
- "@aws-sdk/util-user-agent-browser": "3.292.0",
53
- "@aws-sdk/util-user-agent-node": "3.292.0",
54
- "@aws-sdk/util-utf8": "3.292.0",
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.3.1"
56
+ "tslib": "^2.5.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.293.0",
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.6.2"
66
+ "typescript": "~4.9.5"
67
67
  },
68
68
  "engines": {
69
69
  "node": ">=14.0.0"