@aws-sdk/client-neptunedata 3.496.0 → 3.501.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 +45 -44
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -6165,34 +6165,27 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6165
6165
|
// Annotate the CommonJS export names for ESM import in node:
|
|
6166
6166
|
|
|
6167
6167
|
0 && (module.exports = {
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
|
|
6168
|
+
NeptunedataServiceException,
|
|
6169
|
+
__Client,
|
|
6170
|
+
NeptunedataClient,
|
|
6171
|
+
Neptunedata,
|
|
6172
|
+
$Command,
|
|
6172
6173
|
CancelGremlinQueryCommand,
|
|
6173
6174
|
CancelLoaderJobCommand,
|
|
6174
6175
|
CancelMLDataProcessingJobCommand,
|
|
6175
6176
|
CancelMLModelTrainingJobCommand,
|
|
6176
6177
|
CancelMLModelTransformJobCommand,
|
|
6177
6178
|
CancelOpenCypherQueryCommand,
|
|
6178
|
-
CancelledByUserException,
|
|
6179
|
-
ClientTimeoutException,
|
|
6180
|
-
ConcurrentModificationException,
|
|
6181
|
-
ConstraintViolationException,
|
|
6182
6179
|
CreateMLEndpointCommand,
|
|
6183
6180
|
DeleteMLEndpointCommand,
|
|
6184
6181
|
DeletePropertygraphStatisticsCommand,
|
|
6185
6182
|
DeleteSparqlStatisticsCommand,
|
|
6186
|
-
Encoding,
|
|
6187
6183
|
ExecuteFastResetCommand,
|
|
6188
6184
|
ExecuteGremlinExplainQueryCommand,
|
|
6189
6185
|
ExecuteGremlinProfileQueryCommand,
|
|
6190
6186
|
ExecuteGremlinQueryCommand,
|
|
6191
6187
|
ExecuteOpenCypherExplainQueryCommand,
|
|
6192
6188
|
ExecuteOpenCypherQueryCommand,
|
|
6193
|
-
ExpiredStreamException,
|
|
6194
|
-
FailureByQueryException,
|
|
6195
|
-
Format,
|
|
6196
6189
|
GetEngineStatusCommand,
|
|
6197
6190
|
GetGremlinQueryStatusCommand,
|
|
6198
6191
|
GetLoaderJobStatusCommand,
|
|
@@ -6207,13 +6200,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6207
6200
|
GetRDFGraphSummaryCommand,
|
|
6208
6201
|
GetSparqlStatisticsCommand,
|
|
6209
6202
|
GetSparqlStreamCommand,
|
|
6210
|
-
GraphSummaryType,
|
|
6211
|
-
IllegalArgumentException,
|
|
6212
|
-
InternalFailureException,
|
|
6213
|
-
InvalidArgumentException,
|
|
6214
|
-
InvalidNumericDataException,
|
|
6215
|
-
InvalidParameterException,
|
|
6216
|
-
IteratorType,
|
|
6217
6203
|
ListGremlinQueriesCommand,
|
|
6218
6204
|
ListLoaderJobsCommand,
|
|
6219
6205
|
ListMLDataProcessingJobsCommand,
|
|
@@ -6221,40 +6207,55 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
6221
6207
|
ListMLModelTrainingJobsCommand,
|
|
6222
6208
|
ListMLModelTransformJobsCommand,
|
|
6223
6209
|
ListOpenCypherQueriesCommand,
|
|
6224
|
-
LoadUrlAccessDeniedException,
|
|
6225
|
-
MLResourceNotFoundException,
|
|
6226
|
-
MalformedQueryException,
|
|
6227
6210
|
ManagePropertygraphStatisticsCommand,
|
|
6228
6211
|
ManageSparqlStatisticsCommand,
|
|
6229
|
-
|
|
6230
|
-
|
|
6212
|
+
StartLoaderJobCommand,
|
|
6213
|
+
StartMLDataProcessingJobCommand,
|
|
6214
|
+
StartMLModelTrainingJobCommand,
|
|
6215
|
+
StartMLModelTransformJobCommand,
|
|
6216
|
+
AccessDeniedException,
|
|
6217
|
+
Action,
|
|
6218
|
+
BadRequestException,
|
|
6219
|
+
ClientTimeoutException,
|
|
6220
|
+
ConcurrentModificationException,
|
|
6221
|
+
ConstraintViolationException,
|
|
6222
|
+
FailureByQueryException,
|
|
6223
|
+
IllegalArgumentException,
|
|
6224
|
+
InvalidArgumentException,
|
|
6225
|
+
InvalidParameterException,
|
|
6231
6226
|
MissingParameterException,
|
|
6232
|
-
Mode,
|
|
6233
|
-
Neptunedata,
|
|
6234
|
-
NeptunedataClient,
|
|
6235
|
-
NeptunedataServiceException,
|
|
6236
|
-
OpenCypherExplainMode,
|
|
6237
|
-
Parallelism,
|
|
6238
6227
|
ParsingException,
|
|
6239
6228
|
PreconditionsFailedException,
|
|
6229
|
+
TimeLimitExceededException,
|
|
6230
|
+
TooManyRequestsException,
|
|
6231
|
+
UnsupportedOperationException,
|
|
6232
|
+
BulkLoadIdNotFoundException,
|
|
6233
|
+
InternalFailureException,
|
|
6234
|
+
LoadUrlAccessDeniedException,
|
|
6235
|
+
MLResourceNotFoundException,
|
|
6236
|
+
InvalidNumericDataException,
|
|
6237
|
+
ReadOnlyViolationException,
|
|
6238
|
+
StatisticsNotAvailableException,
|
|
6239
|
+
MethodNotAllowedException,
|
|
6240
|
+
ServerShutdownException,
|
|
6241
|
+
CancelledByUserException,
|
|
6242
|
+
MalformedQueryException,
|
|
6243
|
+
MemoryLimitExceededException,
|
|
6240
6244
|
QueryLimitExceededException,
|
|
6241
6245
|
QueryLimitException,
|
|
6242
6246
|
QueryTooLargeException,
|
|
6243
|
-
|
|
6244
|
-
|
|
6245
|
-
|
|
6246
|
-
|
|
6247
|
-
StartLoaderJobCommand,
|
|
6248
|
-
StartMLDataProcessingJobCommand,
|
|
6249
|
-
StartMLModelTrainingJobCommand,
|
|
6250
|
-
StartMLModelTransformJobCommand,
|
|
6251
|
-
StatisticsAutoGenerationMode,
|
|
6252
|
-
StatisticsNotAvailableException,
|
|
6247
|
+
OpenCypherExplainMode,
|
|
6248
|
+
ExpiredStreamException,
|
|
6249
|
+
Encoding,
|
|
6250
|
+
IteratorType,
|
|
6253
6251
|
StreamRecordsNotFoundException,
|
|
6254
6252
|
ThrottlingException,
|
|
6255
|
-
|
|
6256
|
-
|
|
6257
|
-
|
|
6258
|
-
|
|
6253
|
+
GraphSummaryType,
|
|
6254
|
+
StatisticsAutoGenerationMode,
|
|
6255
|
+
S3Exception,
|
|
6256
|
+
Format,
|
|
6257
|
+
Mode,
|
|
6258
|
+
Parallelism,
|
|
6259
|
+
S3BucketRegion
|
|
6259
6260
|
});
|
|
6260
6261
|
|
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.501.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-neptunedata",
|
|
@@ -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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|