@aws-sdk/client-neptune-graph 3.554.0 → 3.556.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.
|
@@ -520,6 +520,11 @@ export interface CreateGraphInput {
|
|
|
520
520
|
vectorSearchConfiguration?: VectorSearchConfiguration;
|
|
521
521
|
/**
|
|
522
522
|
* <p>The number of replicas in other AZs. Min =0, Max = 2, Default = 1.</p>
|
|
523
|
+
* <important>
|
|
524
|
+
* <p>
|
|
525
|
+
* Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.
|
|
526
|
+
* </p>
|
|
527
|
+
* </important>
|
|
523
528
|
* @public
|
|
524
529
|
*/
|
|
525
530
|
replicaCount?: number;
|
|
@@ -1093,6 +1098,11 @@ export interface RestoreGraphFromSnapshotInput {
|
|
|
1093
1098
|
tags?: Record<string, string>;
|
|
1094
1099
|
/**
|
|
1095
1100
|
* <p>The number of replicas in other AZs. Min =0, Max = 2, Default =1</p>
|
|
1101
|
+
* <important>
|
|
1102
|
+
* <p>
|
|
1103
|
+
* Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.
|
|
1104
|
+
* </p>
|
|
1105
|
+
* </important>
|
|
1096
1106
|
* @public
|
|
1097
1107
|
*/
|
|
1098
1108
|
replicaCount?: number;
|
|
@@ -2092,6 +2102,11 @@ export interface CreateGraphUsingImportTaskInput {
|
|
|
2092
2102
|
vectorSearchConfiguration?: VectorSearchConfiguration;
|
|
2093
2103
|
/**
|
|
2094
2104
|
* <p>The number of replicas in other AZs to provision on the new graph after import. Default = 0, Min = 0, Max = 2.</p>
|
|
2105
|
+
* <important>
|
|
2106
|
+
* <p>
|
|
2107
|
+
* Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.
|
|
2108
|
+
* </p>
|
|
2109
|
+
* </important>
|
|
2095
2110
|
* @public
|
|
2096
2111
|
*/
|
|
2097
2112
|
replicaCount?: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-neptune-graph",
|
|
3
3
|
"description": "AWS SDK for JavaScript Neptune Graph Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.556.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-neptune-graph",
|
|
@@ -20,9 +20,9 @@
|
|
|
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/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.556.0",
|
|
24
|
+
"@aws-sdk/core": "3.556.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.556.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|