@aws-sdk/client-neptunedata 3.984.0 → 3.986.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/index.js CHANGED
@@ -976,6 +976,7 @@ const _eI = "eventId";
976
976
  const _eL = "edgeLabels";
977
977
  const _eM = "explainMode";
978
978
  const _eMST = "enableManagedSpotTraining";
979
+ const _eOL = "edgeOnlyLoad";
979
980
  const _eP = "edgeProperties";
980
981
  const _ePP = "errorsPerPage";
981
982
  const _eS = "edgeStructures";
@@ -1779,8 +1780,8 @@ var SparqlRecord$ = [3, n0, _SR,
1779
1780
  ];
1780
1781
  var StartLoaderJobInput$ = [3, n0, _SLJI,
1781
1782
  0,
1782
- [_so, _fo, _sBR, _iRA, _mod, _fOE, _par, _pC, _uSCP, _qR, _de, _uPEI],
1783
- [0, 0, [0, { [_jN]: _reg }], 0, 0, 2, 0, 128 | 0, 2, 2, 64 | 0, 2], 4
1783
+ [_so, _fo, _sBR, _iRA, _mod, _fOE, _par, _pC, _uSCP, _qR, _de, _uPEI, _eOL],
1784
+ [0, 0, [0, { [_jN]: _reg }], 0, 0, 2, 0, 128 | 0, 2, 2, 64 | 0, 2, 2], 4
1784
1785
  ];
1785
1786
  var StartLoaderJobOutput$ = [3, n0, _SLJO,
1786
1787
  0,
@@ -233,6 +233,7 @@ const _eI = "eventId";
233
233
  const _eL = "edgeLabels";
234
234
  const _eM = "explainMode";
235
235
  const _eMST = "enableManagedSpotTraining";
236
+ const _eOL = "edgeOnlyLoad";
236
237
  const _eP = "edgeProperties";
237
238
  const _ePP = "errorsPerPage";
238
239
  const _eS = "edgeStructures";
@@ -1039,8 +1040,8 @@ export var SparqlRecord$ = [3, n0, _SR,
1039
1040
  ];
1040
1041
  export var StartLoaderJobInput$ = [3, n0, _SLJI,
1041
1042
  0,
1042
- [_so, _fo, _sBR, _iRA, _mod, _fOE, _par, _pC, _uSCP, _qR, _de, _uPEI],
1043
- [0, 0, [0, { [_jN]: _reg }], 0, 0, 2, 0, 128 | 0, 2, 2, 64 | 0, 2], 4
1043
+ [_so, _fo, _sBR, _iRA, _mod, _fOE, _par, _pC, _uSCP, _qR, _de, _uPEI, _eOL],
1044
+ [0, 0, [0, { [_jN]: _reg }], 0, 0, 2, 0, 128 | 0, 2, 2, 64 | 0, 2, 2], 4
1044
1045
  ];
1045
1046
  export var StartLoaderJobOutput$ = [3, n0, _SLJO,
1046
1047
  0,
@@ -53,6 +53,7 @@ declare const StartLoaderJobCommand_base: {
53
53
  * "STRING_VALUE",
54
54
  * ],
55
55
  * userProvidedEdgeIds: true || false,
56
+ * edgeOnlyLoad: true || false,
56
57
  * };
57
58
  * const command = new StartLoaderJobCommand(input);
58
59
  * const response = await client.send(command);
@@ -1892,6 +1892,11 @@ export interface StartLoaderJobInput {
1892
1892
  * @public
1893
1893
  */
1894
1894
  userProvidedEdgeIds?: boolean | undefined;
1895
+ /**
1896
+ * <p> <b> <code>edgeOnlyLoad</code> </b>   –   A flag that controls file processing order during bulk loading.</p> <p> <i>Allowed values</i>: <code>"TRUE"</code>, <code>"FALSE"</code>.</p> <p> <i>Default value</i>: <code>"FALSE"</code>.</p> <p>When this parameter is set to "FALSE", the loader automatically loads vertex files first, then edge files afterwards. It does this by first scanning all files to determine their contents (vertices or edges). When this parameter is set to "TRUE", the loader skips the initial scanning phase and immediately loads all files in the order they appear.</p>
1897
+ * @public
1898
+ */
1899
+ edgeOnlyLoad?: boolean | undefined;
1895
1900
  }
1896
1901
  /**
1897
1902
  * @public
@@ -481,6 +481,7 @@ export interface StartLoaderJobInput {
481
481
  queueRequest?: boolean | undefined;
482
482
  dependencies?: string[] | undefined;
483
483
  userProvidedEdgeIds?: boolean | undefined;
484
+ edgeOnlyLoad?: boolean | undefined;
484
485
  }
485
486
  export interface StartLoaderJobOutput {
486
487
  status: string | undefined;
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.984.0",
4
+ "version": "3.986.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-neptunedata",
@@ -21,42 +21,42 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.6",
25
- "@aws-sdk/credential-provider-node": "^3.972.5",
24
+ "@aws-sdk/core": "^3.973.7",
25
+ "@aws-sdk/credential-provider-node": "^3.972.6",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.6",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.7",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.984.0",
32
+ "@aws-sdk/util-endpoints": "3.986.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.4",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.5",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.0",
36
+ "@smithy/core": "^3.22.1",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.12",
42
- "@smithy/middleware-retry": "^4.4.29",
41
+ "@smithy/middleware-endpoint": "^4.4.13",
42
+ "@smithy/middleware-retry": "^4.4.30",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.8",
46
+ "@smithy/node-http-handler": "^4.4.9",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.1",
48
+ "@smithy/smithy-client": "^4.11.2",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.28",
55
- "@smithy/util-defaults-mode-node": "^4.2.31",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.29",
55
+ "@smithy/util-defaults-mode-node": "^4.2.32",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",
59
- "@smithy/util-stream": "^4.5.10",
59
+ "@smithy/util-stream": "^4.5.11",
60
60
  "@smithy/util-utf8": "^4.2.0",
61
61
  "tslib": "^2.6.2"
62
62
  },