@aws-sdk/client-opensearchserverless 3.377.0 → 3.379.1

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.
@@ -83,6 +83,7 @@ exports.CollectionStatus = {
83
83
  exports.CollectionType = {
84
84
  SEARCH: "SEARCH",
85
85
  TIMESERIES: "TIMESERIES",
86
+ VECTORSEARCH: "VECTORSEARCH",
86
87
  };
87
88
  exports.VpcEndpointStatus = {
88
89
  ACTIVE: "ACTIVE",
@@ -75,6 +75,7 @@ export const CollectionStatus = {
75
75
  export const CollectionType = {
76
76
  SEARCH: "SEARCH",
77
77
  TIMESERIES: "TIMESERIES",
78
+ VECTORSEARCH: "VECTORSEARCH",
78
79
  };
79
80
  export const VpcEndpointStatus = {
80
81
  ACTIVE: "ACTIVE",
@@ -76,7 +76,7 @@ export interface CreateCollectionCommandOutput extends CreateCollectionResponse,
76
76
  * <p>Thrown when an error internal to the service occurs while processing a request.</p>
77
77
  *
78
78
  * @throws {@link OcuLimitExceededException} (client fault)
79
- * OCU Limit Exceeded for service limits
79
+ * <p>Thrown when the collection you're attempting to create results in a number of search or indexing OCUs that exceeds the account limit. </p>
80
80
  *
81
81
  * @throws {@link ServiceQuotaExceededException} (client fault)
82
82
  * <p>Thrown when you attempt to create more resources than the service allows based on service quotas.</p>
@@ -1,4 +1,7 @@
1
1
  import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
+ /**
3
+ * @public
4
+ */
2
5
  export interface ClientInputEndpointParameters {
3
6
  region?: string | Provider<string>;
4
7
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -14,6 +14,7 @@
14
14
  */
15
15
  export * from "./OpenSearchServerlessClient";
16
16
  export * from "./OpenSearchServerless";
17
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
17
18
  export * from "./commands";
18
19
  export * from "./pagination";
19
20
  export * from "./models";
@@ -409,6 +409,10 @@ export declare const CollectionType: {
409
409
  * Timeseries collection type
410
410
  */
411
411
  readonly TIMESERIES: "TIMESERIES";
412
+ /**
413
+ * Vectorsearch collection type
414
+ */
415
+ readonly VECTORSEARCH: "VECTORSEARCH";
412
416
  };
413
417
  /**
414
418
  * @public
@@ -698,7 +702,7 @@ export interface CreateCollectionResponse {
698
702
  }
699
703
  /**
700
704
  * @public
701
- * OCU Limit Exceeded for service limits
705
+ * <p>Thrown when the collection you're attempting to create results in a number of search or indexing OCUs that exceeds the account limit. </p>
702
706
  */
703
707
  export declare class OcuLimitExceededException extends __BaseException {
704
708
  readonly name: "OcuLimitExceededException";
@@ -1,5 +1,6 @@
1
1
  export * from "./OpenSearchServerlessClient";
2
2
  export * from "./OpenSearchServerless";
3
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
3
4
  export * from "./commands";
4
5
  export * from "./pagination";
5
6
  export * from "./models";
@@ -129,6 +129,7 @@ export type CollectionStatus =
129
129
  export declare const CollectionType: {
130
130
  readonly SEARCH: "SEARCH";
131
131
  readonly TIMESERIES: "TIMESERIES";
132
+ readonly VECTORSEARCH: "VECTORSEARCH";
132
133
  };
133
134
  export type CollectionType =
134
135
  (typeof CollectionType)[keyof typeof CollectionType];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-opensearchserverless",
3
3
  "description": "AWS SDK for JavaScript Opensearchserverless Client for Node.js, Browser and React Native",
4
- "version": "3.377.0",
4
+ "version": "3.379.1",
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",
@@ -21,44 +21,44 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.377.0",
25
- "@aws-sdk/credential-provider-node": "3.370.0",
26
- "@aws-sdk/middleware-host-header": "3.370.0",
27
- "@aws-sdk/middleware-logger": "3.370.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.370.0",
29
- "@aws-sdk/middleware-signing": "3.370.0",
30
- "@aws-sdk/middleware-user-agent": "3.370.0",
31
- "@aws-sdk/types": "3.370.0",
32
- "@aws-sdk/util-endpoints": "3.370.0",
33
- "@aws-sdk/util-user-agent-browser": "3.370.0",
34
- "@aws-sdk/util-user-agent-node": "3.370.0",
35
- "@smithy/config-resolver": "^1.0.1",
36
- "@smithy/fetch-http-handler": "^1.0.1",
37
- "@smithy/hash-node": "^1.0.1",
38
- "@smithy/invalid-dependency": "^1.0.1",
39
- "@smithy/middleware-content-length": "^1.0.1",
40
- "@smithy/middleware-endpoint": "^1.0.2",
41
- "@smithy/middleware-retry": "^1.0.3",
42
- "@smithy/middleware-serde": "^1.0.1",
43
- "@smithy/middleware-stack": "^1.0.1",
44
- "@smithy/node-config-provider": "^1.0.1",
45
- "@smithy/node-http-handler": "^1.0.2",
46
- "@smithy/protocol-http": "^1.1.0",
47
- "@smithy/smithy-client": "^1.0.3",
48
- "@smithy/types": "^1.1.0",
49
- "@smithy/url-parser": "^1.0.1",
50
- "@smithy/util-base64": "^1.0.1",
51
- "@smithy/util-body-length-browser": "^1.0.1",
52
- "@smithy/util-body-length-node": "^1.0.1",
53
- "@smithy/util-defaults-mode-browser": "^1.0.1",
54
- "@smithy/util-defaults-mode-node": "^1.0.1",
55
- "@smithy/util-retry": "^1.0.3",
56
- "@smithy/util-utf8": "^1.0.1",
24
+ "@aws-sdk/client-sts": "3.379.1",
25
+ "@aws-sdk/credential-provider-node": "3.379.1",
26
+ "@aws-sdk/middleware-host-header": "3.379.1",
27
+ "@aws-sdk/middleware-logger": "3.378.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.378.0",
29
+ "@aws-sdk/middleware-signing": "3.379.1",
30
+ "@aws-sdk/middleware-user-agent": "3.379.1",
31
+ "@aws-sdk/types": "3.378.0",
32
+ "@aws-sdk/util-endpoints": "3.378.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.378.0",
34
+ "@aws-sdk/util-user-agent-node": "3.378.0",
35
+ "@smithy/config-resolver": "^2.0.1",
36
+ "@smithy/fetch-http-handler": "^2.0.1",
37
+ "@smithy/hash-node": "^2.0.1",
38
+ "@smithy/invalid-dependency": "^2.0.1",
39
+ "@smithy/middleware-content-length": "^2.0.1",
40
+ "@smithy/middleware-endpoint": "^2.0.1",
41
+ "@smithy/middleware-retry": "^2.0.1",
42
+ "@smithy/middleware-serde": "^2.0.1",
43
+ "@smithy/middleware-stack": "^2.0.0",
44
+ "@smithy/node-config-provider": "^2.0.1",
45
+ "@smithy/node-http-handler": "^2.0.1",
46
+ "@smithy/protocol-http": "^2.0.1",
47
+ "@smithy/smithy-client": "^2.0.1",
48
+ "@smithy/types": "^2.0.2",
49
+ "@smithy/url-parser": "^2.0.1",
50
+ "@smithy/util-base64": "^2.0.0",
51
+ "@smithy/util-body-length-browser": "^2.0.0",
52
+ "@smithy/util-body-length-node": "^2.0.0",
53
+ "@smithy/util-defaults-mode-browser": "^2.0.1",
54
+ "@smithy/util-defaults-mode-node": "^2.0.1",
55
+ "@smithy/util-retry": "^2.0.0",
56
+ "@smithy/util-utf8": "^2.0.0",
57
57
  "tslib": "^2.5.0",
58
58
  "uuid": "^8.3.2"
59
59
  },
60
60
  "devDependencies": {
61
- "@smithy/service-client-documentation-generator": "^1.0.1",
61
+ "@smithy/service-client-documentation-generator": "^2.0.0",
62
62
  "@tsconfig/node14": "1.0.3",
63
63
  "@types/node": "^14.14.31",
64
64
  "@types/uuid": "^8.3.0",