@aws-sdk/client-neptunedata 3.495.0 → 3.499.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +47 -44
  2. package/package.json +40 -40
package/dist-cjs/index.js CHANGED
@@ -6163,35 +6163,29 @@ var Neptunedata = _Neptunedata;
6163
6163
  // src/index.ts
6164
6164
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
6165
6165
  // Annotate the CommonJS export names for ESM import in node:
6166
+
6166
6167
  0 && (module.exports = {
6167
- AccessDeniedException,
6168
- Action,
6169
- BadRequestException,
6170
- BulkLoadIdNotFoundException,
6168
+ NeptunedataServiceException,
6169
+ __Client,
6170
+ NeptunedataClient,
6171
+ Neptunedata,
6172
+ $Command,
6171
6173
  CancelGremlinQueryCommand,
6172
6174
  CancelLoaderJobCommand,
6173
6175
  CancelMLDataProcessingJobCommand,
6174
6176
  CancelMLModelTrainingJobCommand,
6175
6177
  CancelMLModelTransformJobCommand,
6176
6178
  CancelOpenCypherQueryCommand,
6177
- CancelledByUserException,
6178
- ClientTimeoutException,
6179
- ConcurrentModificationException,
6180
- ConstraintViolationException,
6181
6179
  CreateMLEndpointCommand,
6182
6180
  DeleteMLEndpointCommand,
6183
6181
  DeletePropertygraphStatisticsCommand,
6184
6182
  DeleteSparqlStatisticsCommand,
6185
- Encoding,
6186
6183
  ExecuteFastResetCommand,
6187
6184
  ExecuteGremlinExplainQueryCommand,
6188
6185
  ExecuteGremlinProfileQueryCommand,
6189
6186
  ExecuteGremlinQueryCommand,
6190
6187
  ExecuteOpenCypherExplainQueryCommand,
6191
6188
  ExecuteOpenCypherQueryCommand,
6192
- ExpiredStreamException,
6193
- FailureByQueryException,
6194
- Format,
6195
6189
  GetEngineStatusCommand,
6196
6190
  GetGremlinQueryStatusCommand,
6197
6191
  GetLoaderJobStatusCommand,
@@ -6206,13 +6200,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6206
6200
  GetRDFGraphSummaryCommand,
6207
6201
  GetSparqlStatisticsCommand,
6208
6202
  GetSparqlStreamCommand,
6209
- GraphSummaryType,
6210
- IllegalArgumentException,
6211
- InternalFailureException,
6212
- InvalidArgumentException,
6213
- InvalidNumericDataException,
6214
- InvalidParameterException,
6215
- IteratorType,
6216
6203
  ListGremlinQueriesCommand,
6217
6204
  ListLoaderJobsCommand,
6218
6205
  ListMLDataProcessingJobsCommand,
@@ -6220,39 +6207,55 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
6220
6207
  ListMLModelTrainingJobsCommand,
6221
6208
  ListMLModelTransformJobsCommand,
6222
6209
  ListOpenCypherQueriesCommand,
6223
- LoadUrlAccessDeniedException,
6224
- MLResourceNotFoundException,
6225
- MalformedQueryException,
6226
6210
  ManagePropertygraphStatisticsCommand,
6227
6211
  ManageSparqlStatisticsCommand,
6228
- MemoryLimitExceededException,
6229
- MethodNotAllowedException,
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,
6230
6226
  MissingParameterException,
6231
- Mode,
6232
- Neptunedata,
6233
- NeptunedataClient,
6234
- NeptunedataServiceException,
6235
- OpenCypherExplainMode,
6236
- Parallelism,
6237
6227
  ParsingException,
6238
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,
6239
6244
  QueryLimitExceededException,
6240
6245
  QueryLimitException,
6241
6246
  QueryTooLargeException,
6242
- ReadOnlyViolationException,
6243
- S3BucketRegion,
6244
- S3Exception,
6245
- ServerShutdownException,
6246
- StartLoaderJobCommand,
6247
- StartMLDataProcessingJobCommand,
6248
- StartMLModelTrainingJobCommand,
6249
- StartMLModelTransformJobCommand,
6250
- StatisticsAutoGenerationMode,
6251
- StatisticsNotAvailableException,
6247
+ OpenCypherExplainMode,
6248
+ ExpiredStreamException,
6249
+ Encoding,
6250
+ IteratorType,
6252
6251
  StreamRecordsNotFoundException,
6253
6252
  ThrottlingException,
6254
- TimeLimitExceededException,
6255
- TooManyRequestsException,
6256
- UnsupportedOperationException,
6257
- __Client
6253
+ GraphSummaryType,
6254
+ StatisticsAutoGenerationMode,
6255
+ S3Exception,
6256
+ Format,
6257
+ Mode,
6258
+ Parallelism,
6259
+ S3BucketRegion
6258
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.495.0",
4
+ "version": "3.499.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,48 +20,48 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-stream": "^2.1.0",
60
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-stream": "^2.1.1",
60
+ "@smithy/util-utf8": "^2.1.1",
61
61
  "tslib": "^2.5.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.0",
64
+ "@smithy/service-client-documentation-generator": "^2.1.1",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "concurrently": "7.0.0",