@aws-sdk/client-neptunedata 3.403.0 → 3.408.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/README.md +1 -1
- package/dist-types/Neptunedata.d.ts +1 -1
- package/dist-types/NeptunedataClient.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ AWS SDK for JavaScript Neptunedata Client for Node.js, Browser and React Native.
|
|
|
10
10
|
|
|
11
11
|
<p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
|
|
12
12
|
operations, including data loading, query execution, data inquiry, and machine learning.
|
|
13
|
-
It supports
|
|
13
|
+
It supports the Gremlin and openCypher query languages, and is
|
|
14
14
|
available in all SDK languages. It automatically signs API requests and greatly simplifies
|
|
15
15
|
integrating Neptune into your applications.</p>
|
|
16
16
|
|
|
@@ -308,7 +308,7 @@ export interface Neptunedata {
|
|
|
308
308
|
* <fullname>Neptune Data API</fullname>
|
|
309
309
|
* <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
|
|
310
310
|
* operations, including data loading, query execution, data inquiry, and machine learning.
|
|
311
|
-
* It supports
|
|
311
|
+
* It supports the Gremlin and openCypher query languages, and is
|
|
312
312
|
* available in all SDK languages. It automatically signs API requests and greatly simplifies
|
|
313
313
|
* integrating Neptune into your applications.</p>
|
|
314
314
|
*/
|
|
@@ -196,7 +196,7 @@ export interface NeptunedataClientResolvedConfig extends NeptunedataClientResolv
|
|
|
196
196
|
* <fullname>Neptune Data API</fullname>
|
|
197
197
|
* <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
|
|
198
198
|
* operations, including data loading, query execution, data inquiry, and machine learning.
|
|
199
|
-
* It supports
|
|
199
|
+
* It supports the Gremlin and openCypher query languages, and is
|
|
200
200
|
* available in all SDK languages. It automatically signs API requests and greatly simplifies
|
|
201
201
|
* integrating Neptune into your applications.</p>
|
|
202
202
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* <fullname>Neptune Data API</fullname>
|
|
3
3
|
* <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
|
|
4
4
|
* operations, including data loading, query execution, data inquiry, and machine learning.
|
|
5
|
-
* It supports
|
|
5
|
+
* It supports the Gremlin and openCypher query languages, and is
|
|
6
6
|
* available in all SDK languages. It automatically signs API requests and greatly simplifies
|
|
7
7
|
* integrating Neptune into your applications.</p>
|
|
8
8
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-neptunedata",
|
|
3
3
|
"description": "AWS SDK for JavaScript Neptunedata Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.408.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",
|
|
@@ -21,17 +21,17 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.408.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.408.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.408.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.408.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.408.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.408.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.408.0",
|
|
31
|
+
"@aws-sdk/types": "3.408.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.408.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.408.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.408.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.0.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^2.0.5",
|
|
37
37
|
"@smithy/hash-node": "^2.0.5",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@smithy/middleware-retry": "^2.0.5",
|
|
42
42
|
"@smithy/middleware-serde": "^2.0.5",
|
|
43
43
|
"@smithy/middleware-stack": "^2.0.0",
|
|
44
|
-
"@smithy/node-config-provider": "^2.0.
|
|
44
|
+
"@smithy/node-config-provider": "^2.0.6",
|
|
45
45
|
"@smithy/node-http-handler": "^2.0.5",
|
|
46
46
|
"@smithy/protocol-http": "^2.0.5",
|
|
47
47
|
"@smithy/smithy-client": "^2.0.5",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"@smithy/util-base64": "^2.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^2.0.6",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^2.0.6",
|
|
55
55
|
"@smithy/util-retry": "^2.0.0",
|
|
56
56
|
"@smithy/util-stream": "^2.0.5",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|