@aws-sdk/client-neptunedata 3.490.0 → 3.495.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/Neptunedata.js +1 -97
- package/dist-cjs/NeptunedataClient.js +1 -43
- package/dist-cjs/commands/CancelGremlinQueryCommand.js +1 -28
- package/dist-cjs/commands/CancelLoaderJobCommand.js +1 -28
- package/dist-cjs/commands/CancelMLDataProcessingJobCommand.js +1 -28
- package/dist-cjs/commands/CancelMLModelTrainingJobCommand.js +1 -28
- package/dist-cjs/commands/CancelMLModelTransformJobCommand.js +1 -28
- package/dist-cjs/commands/CancelOpenCypherQueryCommand.js +1 -28
- package/dist-cjs/commands/CreateMLEndpointCommand.js +1 -28
- package/dist-cjs/commands/DeleteMLEndpointCommand.js +1 -28
- package/dist-cjs/commands/DeletePropertygraphStatisticsCommand.js +1 -28
- package/dist-cjs/commands/DeleteSparqlStatisticsCommand.js +1 -28
- package/dist-cjs/commands/ExecuteFastResetCommand.js +1 -28
- package/dist-cjs/commands/ExecuteGremlinExplainQueryCommand.js +1 -28
- package/dist-cjs/commands/ExecuteGremlinProfileQueryCommand.js +1 -28
- package/dist-cjs/commands/ExecuteGremlinQueryCommand.js +1 -28
- package/dist-cjs/commands/ExecuteOpenCypherExplainQueryCommand.js +1 -28
- package/dist-cjs/commands/ExecuteOpenCypherQueryCommand.js +1 -28
- package/dist-cjs/commands/GetEngineStatusCommand.js +1 -28
- package/dist-cjs/commands/GetGremlinQueryStatusCommand.js +1 -28
- package/dist-cjs/commands/GetLoaderJobStatusCommand.js +1 -28
- package/dist-cjs/commands/GetMLDataProcessingJobCommand.js +1 -28
- package/dist-cjs/commands/GetMLEndpointCommand.js +1 -28
- package/dist-cjs/commands/GetMLModelTrainingJobCommand.js +1 -28
- package/dist-cjs/commands/GetMLModelTransformJobCommand.js +1 -28
- package/dist-cjs/commands/GetOpenCypherQueryStatusCommand.js +1 -28
- package/dist-cjs/commands/GetPropertygraphStatisticsCommand.js +1 -28
- package/dist-cjs/commands/GetPropertygraphStreamCommand.js +1 -28
- package/dist-cjs/commands/GetPropertygraphSummaryCommand.js +1 -28
- package/dist-cjs/commands/GetRDFGraphSummaryCommand.js +1 -28
- package/dist-cjs/commands/GetSparqlStatisticsCommand.js +1 -28
- package/dist-cjs/commands/GetSparqlStreamCommand.js +1 -28
- package/dist-cjs/commands/ListGremlinQueriesCommand.js +1 -28
- package/dist-cjs/commands/ListLoaderJobsCommand.js +1 -28
- package/dist-cjs/commands/ListMLDataProcessingJobsCommand.js +1 -28
- package/dist-cjs/commands/ListMLEndpointsCommand.js +1 -28
- package/dist-cjs/commands/ListMLModelTrainingJobsCommand.js +1 -28
- package/dist-cjs/commands/ListMLModelTransformJobsCommand.js +1 -28
- package/dist-cjs/commands/ListOpenCypherQueriesCommand.js +1 -28
- package/dist-cjs/commands/ManagePropertygraphStatisticsCommand.js +1 -28
- package/dist-cjs/commands/ManageSparqlStatisticsCommand.js +1 -28
- package/dist-cjs/commands/StartLoaderJobCommand.js +1 -28
- package/dist-cjs/commands/StartMLDataProcessingJobCommand.js +1 -28
- package/dist-cjs/commands/StartMLModelTrainingJobCommand.js +1 -28
- package/dist-cjs/commands/StartMLModelTransformJobCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -46
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6257 -10
- package/dist-cjs/models/NeptunedataServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -630
- package/dist-cjs/protocols/Aws_restJson1.js +1 -4468
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +41 -41
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NeptunedataServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class NeptunedataServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, NeptunedataServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.NeptunedataServiceException = NeptunedataServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,630 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.S3BucketRegion = exports.Parallelism = exports.Mode = exports.Format = exports.S3Exception = exports.StatisticsAutoGenerationMode = exports.GraphSummaryType = exports.ThrottlingException = exports.StreamRecordsNotFoundException = exports.IteratorType = exports.Encoding = exports.ExpiredStreamException = exports.OpenCypherExplainMode = exports.QueryTooLargeException = exports.QueryLimitException = exports.QueryLimitExceededException = exports.MemoryLimitExceededException = exports.MalformedQueryException = exports.CancelledByUserException = exports.ServerShutdownException = exports.MethodNotAllowedException = exports.StatisticsNotAvailableException = exports.ReadOnlyViolationException = exports.InvalidNumericDataException = exports.MLResourceNotFoundException = exports.LoadUrlAccessDeniedException = exports.InternalFailureException = exports.BulkLoadIdNotFoundException = exports.UnsupportedOperationException = exports.TooManyRequestsException = exports.TimeLimitExceededException = exports.PreconditionsFailedException = exports.ParsingException = exports.MissingParameterException = exports.InvalidParameterException = exports.InvalidArgumentException = exports.IllegalArgumentException = exports.FailureByQueryException = exports.ConstraintViolationException = exports.ConcurrentModificationException = exports.ClientTimeoutException = exports.BadRequestException = exports.Action = exports.AccessDeniedException = void 0;
|
|
4
|
-
const NeptunedataServiceException_1 = require("./NeptunedataServiceException");
|
|
5
|
-
class AccessDeniedException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
6
|
-
constructor(opts) {
|
|
7
|
-
super({
|
|
8
|
-
name: "AccessDeniedException",
|
|
9
|
-
$fault: "client",
|
|
10
|
-
...opts,
|
|
11
|
-
});
|
|
12
|
-
this.name = "AccessDeniedException";
|
|
13
|
-
this.$fault = "client";
|
|
14
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
15
|
-
this.detailedMessage = opts.detailedMessage;
|
|
16
|
-
this.requestId = opts.requestId;
|
|
17
|
-
this.code = opts.code;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
21
|
-
exports.Action = {
|
|
22
|
-
INITIALIZE_RESET: "initiateDatabaseReset",
|
|
23
|
-
PERFORM_RESET: "performDatabaseReset",
|
|
24
|
-
};
|
|
25
|
-
class BadRequestException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
26
|
-
constructor(opts) {
|
|
27
|
-
super({
|
|
28
|
-
name: "BadRequestException",
|
|
29
|
-
$fault: "client",
|
|
30
|
-
...opts,
|
|
31
|
-
});
|
|
32
|
-
this.name = "BadRequestException";
|
|
33
|
-
this.$fault = "client";
|
|
34
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
35
|
-
this.detailedMessage = opts.detailedMessage;
|
|
36
|
-
this.requestId = opts.requestId;
|
|
37
|
-
this.code = opts.code;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
exports.BadRequestException = BadRequestException;
|
|
41
|
-
class ClientTimeoutException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
42
|
-
constructor(opts) {
|
|
43
|
-
super({
|
|
44
|
-
name: "ClientTimeoutException",
|
|
45
|
-
$fault: "client",
|
|
46
|
-
...opts,
|
|
47
|
-
});
|
|
48
|
-
this.name = "ClientTimeoutException";
|
|
49
|
-
this.$fault = "client";
|
|
50
|
-
this.$retryable = {};
|
|
51
|
-
Object.setPrototypeOf(this, ClientTimeoutException.prototype);
|
|
52
|
-
this.detailedMessage = opts.detailedMessage;
|
|
53
|
-
this.requestId = opts.requestId;
|
|
54
|
-
this.code = opts.code;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
exports.ClientTimeoutException = ClientTimeoutException;
|
|
58
|
-
class ConcurrentModificationException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
59
|
-
constructor(opts) {
|
|
60
|
-
super({
|
|
61
|
-
name: "ConcurrentModificationException",
|
|
62
|
-
$fault: "server",
|
|
63
|
-
...opts,
|
|
64
|
-
});
|
|
65
|
-
this.name = "ConcurrentModificationException";
|
|
66
|
-
this.$fault = "server";
|
|
67
|
-
this.$retryable = {};
|
|
68
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
69
|
-
this.detailedMessage = opts.detailedMessage;
|
|
70
|
-
this.requestId = opts.requestId;
|
|
71
|
-
this.code = opts.code;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
75
|
-
class ConstraintViolationException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
76
|
-
constructor(opts) {
|
|
77
|
-
super({
|
|
78
|
-
name: "ConstraintViolationException",
|
|
79
|
-
$fault: "client",
|
|
80
|
-
...opts,
|
|
81
|
-
});
|
|
82
|
-
this.name = "ConstraintViolationException";
|
|
83
|
-
this.$fault = "client";
|
|
84
|
-
this.$retryable = {};
|
|
85
|
-
Object.setPrototypeOf(this, ConstraintViolationException.prototype);
|
|
86
|
-
this.detailedMessage = opts.detailedMessage;
|
|
87
|
-
this.requestId = opts.requestId;
|
|
88
|
-
this.code = opts.code;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
exports.ConstraintViolationException = ConstraintViolationException;
|
|
92
|
-
class FailureByQueryException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
93
|
-
constructor(opts) {
|
|
94
|
-
super({
|
|
95
|
-
name: "FailureByQueryException",
|
|
96
|
-
$fault: "server",
|
|
97
|
-
...opts,
|
|
98
|
-
});
|
|
99
|
-
this.name = "FailureByQueryException";
|
|
100
|
-
this.$fault = "server";
|
|
101
|
-
this.$retryable = {};
|
|
102
|
-
Object.setPrototypeOf(this, FailureByQueryException.prototype);
|
|
103
|
-
this.detailedMessage = opts.detailedMessage;
|
|
104
|
-
this.requestId = opts.requestId;
|
|
105
|
-
this.code = opts.code;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
exports.FailureByQueryException = FailureByQueryException;
|
|
109
|
-
class IllegalArgumentException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
110
|
-
constructor(opts) {
|
|
111
|
-
super({
|
|
112
|
-
name: "IllegalArgumentException",
|
|
113
|
-
$fault: "client",
|
|
114
|
-
...opts,
|
|
115
|
-
});
|
|
116
|
-
this.name = "IllegalArgumentException";
|
|
117
|
-
this.$fault = "client";
|
|
118
|
-
Object.setPrototypeOf(this, IllegalArgumentException.prototype);
|
|
119
|
-
this.detailedMessage = opts.detailedMessage;
|
|
120
|
-
this.requestId = opts.requestId;
|
|
121
|
-
this.code = opts.code;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
exports.IllegalArgumentException = IllegalArgumentException;
|
|
125
|
-
class InvalidArgumentException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
126
|
-
constructor(opts) {
|
|
127
|
-
super({
|
|
128
|
-
name: "InvalidArgumentException",
|
|
129
|
-
$fault: "client",
|
|
130
|
-
...opts,
|
|
131
|
-
});
|
|
132
|
-
this.name = "InvalidArgumentException";
|
|
133
|
-
this.$fault = "client";
|
|
134
|
-
Object.setPrototypeOf(this, InvalidArgumentException.prototype);
|
|
135
|
-
this.detailedMessage = opts.detailedMessage;
|
|
136
|
-
this.requestId = opts.requestId;
|
|
137
|
-
this.code = opts.code;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
exports.InvalidArgumentException = InvalidArgumentException;
|
|
141
|
-
class InvalidParameterException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
142
|
-
constructor(opts) {
|
|
143
|
-
super({
|
|
144
|
-
name: "InvalidParameterException",
|
|
145
|
-
$fault: "client",
|
|
146
|
-
...opts,
|
|
147
|
-
});
|
|
148
|
-
this.name = "InvalidParameterException";
|
|
149
|
-
this.$fault = "client";
|
|
150
|
-
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
151
|
-
this.detailedMessage = opts.detailedMessage;
|
|
152
|
-
this.requestId = opts.requestId;
|
|
153
|
-
this.code = opts.code;
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
exports.InvalidParameterException = InvalidParameterException;
|
|
157
|
-
class MissingParameterException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
158
|
-
constructor(opts) {
|
|
159
|
-
super({
|
|
160
|
-
name: "MissingParameterException",
|
|
161
|
-
$fault: "client",
|
|
162
|
-
...opts,
|
|
163
|
-
});
|
|
164
|
-
this.name = "MissingParameterException";
|
|
165
|
-
this.$fault = "client";
|
|
166
|
-
Object.setPrototypeOf(this, MissingParameterException.prototype);
|
|
167
|
-
this.detailedMessage = opts.detailedMessage;
|
|
168
|
-
this.requestId = opts.requestId;
|
|
169
|
-
this.code = opts.code;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
exports.MissingParameterException = MissingParameterException;
|
|
173
|
-
class ParsingException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
174
|
-
constructor(opts) {
|
|
175
|
-
super({
|
|
176
|
-
name: "ParsingException",
|
|
177
|
-
$fault: "client",
|
|
178
|
-
...opts,
|
|
179
|
-
});
|
|
180
|
-
this.name = "ParsingException";
|
|
181
|
-
this.$fault = "client";
|
|
182
|
-
Object.setPrototypeOf(this, ParsingException.prototype);
|
|
183
|
-
this.detailedMessage = opts.detailedMessage;
|
|
184
|
-
this.requestId = opts.requestId;
|
|
185
|
-
this.code = opts.code;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
exports.ParsingException = ParsingException;
|
|
189
|
-
class PreconditionsFailedException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
190
|
-
constructor(opts) {
|
|
191
|
-
super({
|
|
192
|
-
name: "PreconditionsFailedException",
|
|
193
|
-
$fault: "client",
|
|
194
|
-
...opts,
|
|
195
|
-
});
|
|
196
|
-
this.name = "PreconditionsFailedException";
|
|
197
|
-
this.$fault = "client";
|
|
198
|
-
Object.setPrototypeOf(this, PreconditionsFailedException.prototype);
|
|
199
|
-
this.detailedMessage = opts.detailedMessage;
|
|
200
|
-
this.requestId = opts.requestId;
|
|
201
|
-
this.code = opts.code;
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
exports.PreconditionsFailedException = PreconditionsFailedException;
|
|
205
|
-
class TimeLimitExceededException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
206
|
-
constructor(opts) {
|
|
207
|
-
super({
|
|
208
|
-
name: "TimeLimitExceededException",
|
|
209
|
-
$fault: "server",
|
|
210
|
-
...opts,
|
|
211
|
-
});
|
|
212
|
-
this.name = "TimeLimitExceededException";
|
|
213
|
-
this.$fault = "server";
|
|
214
|
-
this.$retryable = {};
|
|
215
|
-
Object.setPrototypeOf(this, TimeLimitExceededException.prototype);
|
|
216
|
-
this.detailedMessage = opts.detailedMessage;
|
|
217
|
-
this.requestId = opts.requestId;
|
|
218
|
-
this.code = opts.code;
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
exports.TimeLimitExceededException = TimeLimitExceededException;
|
|
222
|
-
class TooManyRequestsException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
223
|
-
constructor(opts) {
|
|
224
|
-
super({
|
|
225
|
-
name: "TooManyRequestsException",
|
|
226
|
-
$fault: "client",
|
|
227
|
-
...opts,
|
|
228
|
-
});
|
|
229
|
-
this.name = "TooManyRequestsException";
|
|
230
|
-
this.$fault = "client";
|
|
231
|
-
this.$retryable = {};
|
|
232
|
-
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
233
|
-
this.detailedMessage = opts.detailedMessage;
|
|
234
|
-
this.requestId = opts.requestId;
|
|
235
|
-
this.code = opts.code;
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
exports.TooManyRequestsException = TooManyRequestsException;
|
|
239
|
-
class UnsupportedOperationException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
240
|
-
constructor(opts) {
|
|
241
|
-
super({
|
|
242
|
-
name: "UnsupportedOperationException",
|
|
243
|
-
$fault: "client",
|
|
244
|
-
...opts,
|
|
245
|
-
});
|
|
246
|
-
this.name = "UnsupportedOperationException";
|
|
247
|
-
this.$fault = "client";
|
|
248
|
-
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
249
|
-
this.detailedMessage = opts.detailedMessage;
|
|
250
|
-
this.requestId = opts.requestId;
|
|
251
|
-
this.code = opts.code;
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
exports.UnsupportedOperationException = UnsupportedOperationException;
|
|
255
|
-
class BulkLoadIdNotFoundException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
256
|
-
constructor(opts) {
|
|
257
|
-
super({
|
|
258
|
-
name: "BulkLoadIdNotFoundException",
|
|
259
|
-
$fault: "client",
|
|
260
|
-
...opts,
|
|
261
|
-
});
|
|
262
|
-
this.name = "BulkLoadIdNotFoundException";
|
|
263
|
-
this.$fault = "client";
|
|
264
|
-
this.$retryable = {};
|
|
265
|
-
Object.setPrototypeOf(this, BulkLoadIdNotFoundException.prototype);
|
|
266
|
-
this.detailedMessage = opts.detailedMessage;
|
|
267
|
-
this.requestId = opts.requestId;
|
|
268
|
-
this.code = opts.code;
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
exports.BulkLoadIdNotFoundException = BulkLoadIdNotFoundException;
|
|
272
|
-
class InternalFailureException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
273
|
-
constructor(opts) {
|
|
274
|
-
super({
|
|
275
|
-
name: "InternalFailureException",
|
|
276
|
-
$fault: "server",
|
|
277
|
-
...opts,
|
|
278
|
-
});
|
|
279
|
-
this.name = "InternalFailureException";
|
|
280
|
-
this.$fault = "server";
|
|
281
|
-
Object.setPrototypeOf(this, InternalFailureException.prototype);
|
|
282
|
-
this.detailedMessage = opts.detailedMessage;
|
|
283
|
-
this.requestId = opts.requestId;
|
|
284
|
-
this.code = opts.code;
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
exports.InternalFailureException = InternalFailureException;
|
|
288
|
-
class LoadUrlAccessDeniedException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
289
|
-
constructor(opts) {
|
|
290
|
-
super({
|
|
291
|
-
name: "LoadUrlAccessDeniedException",
|
|
292
|
-
$fault: "client",
|
|
293
|
-
...opts,
|
|
294
|
-
});
|
|
295
|
-
this.name = "LoadUrlAccessDeniedException";
|
|
296
|
-
this.$fault = "client";
|
|
297
|
-
Object.setPrototypeOf(this, LoadUrlAccessDeniedException.prototype);
|
|
298
|
-
this.detailedMessage = opts.detailedMessage;
|
|
299
|
-
this.requestId = opts.requestId;
|
|
300
|
-
this.code = opts.code;
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
exports.LoadUrlAccessDeniedException = LoadUrlAccessDeniedException;
|
|
304
|
-
class MLResourceNotFoundException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
305
|
-
constructor(opts) {
|
|
306
|
-
super({
|
|
307
|
-
name: "MLResourceNotFoundException",
|
|
308
|
-
$fault: "client",
|
|
309
|
-
...opts,
|
|
310
|
-
});
|
|
311
|
-
this.name = "MLResourceNotFoundException";
|
|
312
|
-
this.$fault = "client";
|
|
313
|
-
Object.setPrototypeOf(this, MLResourceNotFoundException.prototype);
|
|
314
|
-
this.detailedMessage = opts.detailedMessage;
|
|
315
|
-
this.requestId = opts.requestId;
|
|
316
|
-
this.code = opts.code;
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
exports.MLResourceNotFoundException = MLResourceNotFoundException;
|
|
320
|
-
class InvalidNumericDataException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
321
|
-
constructor(opts) {
|
|
322
|
-
super({
|
|
323
|
-
name: "InvalidNumericDataException",
|
|
324
|
-
$fault: "client",
|
|
325
|
-
...opts,
|
|
326
|
-
});
|
|
327
|
-
this.name = "InvalidNumericDataException";
|
|
328
|
-
this.$fault = "client";
|
|
329
|
-
Object.setPrototypeOf(this, InvalidNumericDataException.prototype);
|
|
330
|
-
this.detailedMessage = opts.detailedMessage;
|
|
331
|
-
this.requestId = opts.requestId;
|
|
332
|
-
this.code = opts.code;
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
exports.InvalidNumericDataException = InvalidNumericDataException;
|
|
336
|
-
class ReadOnlyViolationException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
337
|
-
constructor(opts) {
|
|
338
|
-
super({
|
|
339
|
-
name: "ReadOnlyViolationException",
|
|
340
|
-
$fault: "client",
|
|
341
|
-
...opts,
|
|
342
|
-
});
|
|
343
|
-
this.name = "ReadOnlyViolationException";
|
|
344
|
-
this.$fault = "client";
|
|
345
|
-
Object.setPrototypeOf(this, ReadOnlyViolationException.prototype);
|
|
346
|
-
this.detailedMessage = opts.detailedMessage;
|
|
347
|
-
this.requestId = opts.requestId;
|
|
348
|
-
this.code = opts.code;
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
exports.ReadOnlyViolationException = ReadOnlyViolationException;
|
|
352
|
-
class StatisticsNotAvailableException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
353
|
-
constructor(opts) {
|
|
354
|
-
super({
|
|
355
|
-
name: "StatisticsNotAvailableException",
|
|
356
|
-
$fault: "client",
|
|
357
|
-
...opts,
|
|
358
|
-
});
|
|
359
|
-
this.name = "StatisticsNotAvailableException";
|
|
360
|
-
this.$fault = "client";
|
|
361
|
-
Object.setPrototypeOf(this, StatisticsNotAvailableException.prototype);
|
|
362
|
-
this.detailedMessage = opts.detailedMessage;
|
|
363
|
-
this.requestId = opts.requestId;
|
|
364
|
-
this.code = opts.code;
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
exports.StatisticsNotAvailableException = StatisticsNotAvailableException;
|
|
368
|
-
class MethodNotAllowedException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
369
|
-
constructor(opts) {
|
|
370
|
-
super({
|
|
371
|
-
name: "MethodNotAllowedException",
|
|
372
|
-
$fault: "client",
|
|
373
|
-
...opts,
|
|
374
|
-
});
|
|
375
|
-
this.name = "MethodNotAllowedException";
|
|
376
|
-
this.$fault = "client";
|
|
377
|
-
Object.setPrototypeOf(this, MethodNotAllowedException.prototype);
|
|
378
|
-
this.detailedMessage = opts.detailedMessage;
|
|
379
|
-
this.requestId = opts.requestId;
|
|
380
|
-
this.code = opts.code;
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
exports.MethodNotAllowedException = MethodNotAllowedException;
|
|
384
|
-
class ServerShutdownException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
385
|
-
constructor(opts) {
|
|
386
|
-
super({
|
|
387
|
-
name: "ServerShutdownException",
|
|
388
|
-
$fault: "server",
|
|
389
|
-
...opts,
|
|
390
|
-
});
|
|
391
|
-
this.name = "ServerShutdownException";
|
|
392
|
-
this.$fault = "server";
|
|
393
|
-
Object.setPrototypeOf(this, ServerShutdownException.prototype);
|
|
394
|
-
this.detailedMessage = opts.detailedMessage;
|
|
395
|
-
this.requestId = opts.requestId;
|
|
396
|
-
this.code = opts.code;
|
|
397
|
-
}
|
|
398
|
-
}
|
|
399
|
-
exports.ServerShutdownException = ServerShutdownException;
|
|
400
|
-
class CancelledByUserException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
401
|
-
constructor(opts) {
|
|
402
|
-
super({
|
|
403
|
-
name: "CancelledByUserException",
|
|
404
|
-
$fault: "server",
|
|
405
|
-
...opts,
|
|
406
|
-
});
|
|
407
|
-
this.name = "CancelledByUserException";
|
|
408
|
-
this.$fault = "server";
|
|
409
|
-
Object.setPrototypeOf(this, CancelledByUserException.prototype);
|
|
410
|
-
this.detailedMessage = opts.detailedMessage;
|
|
411
|
-
this.requestId = opts.requestId;
|
|
412
|
-
this.code = opts.code;
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
exports.CancelledByUserException = CancelledByUserException;
|
|
416
|
-
class MalformedQueryException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
417
|
-
constructor(opts) {
|
|
418
|
-
super({
|
|
419
|
-
name: "MalformedQueryException",
|
|
420
|
-
$fault: "client",
|
|
421
|
-
...opts,
|
|
422
|
-
});
|
|
423
|
-
this.name = "MalformedQueryException";
|
|
424
|
-
this.$fault = "client";
|
|
425
|
-
Object.setPrototypeOf(this, MalformedQueryException.prototype);
|
|
426
|
-
this.detailedMessage = opts.detailedMessage;
|
|
427
|
-
this.requestId = opts.requestId;
|
|
428
|
-
this.code = opts.code;
|
|
429
|
-
}
|
|
430
|
-
}
|
|
431
|
-
exports.MalformedQueryException = MalformedQueryException;
|
|
432
|
-
class MemoryLimitExceededException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
433
|
-
constructor(opts) {
|
|
434
|
-
super({
|
|
435
|
-
name: "MemoryLimitExceededException",
|
|
436
|
-
$fault: "server",
|
|
437
|
-
...opts,
|
|
438
|
-
});
|
|
439
|
-
this.name = "MemoryLimitExceededException";
|
|
440
|
-
this.$fault = "server";
|
|
441
|
-
this.$retryable = {};
|
|
442
|
-
Object.setPrototypeOf(this, MemoryLimitExceededException.prototype);
|
|
443
|
-
this.detailedMessage = opts.detailedMessage;
|
|
444
|
-
this.requestId = opts.requestId;
|
|
445
|
-
this.code = opts.code;
|
|
446
|
-
}
|
|
447
|
-
}
|
|
448
|
-
exports.MemoryLimitExceededException = MemoryLimitExceededException;
|
|
449
|
-
class QueryLimitExceededException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
450
|
-
constructor(opts) {
|
|
451
|
-
super({
|
|
452
|
-
name: "QueryLimitExceededException",
|
|
453
|
-
$fault: "server",
|
|
454
|
-
...opts,
|
|
455
|
-
});
|
|
456
|
-
this.name = "QueryLimitExceededException";
|
|
457
|
-
this.$fault = "server";
|
|
458
|
-
this.$retryable = {};
|
|
459
|
-
Object.setPrototypeOf(this, QueryLimitExceededException.prototype);
|
|
460
|
-
this.detailedMessage = opts.detailedMessage;
|
|
461
|
-
this.requestId = opts.requestId;
|
|
462
|
-
this.code = opts.code;
|
|
463
|
-
}
|
|
464
|
-
}
|
|
465
|
-
exports.QueryLimitExceededException = QueryLimitExceededException;
|
|
466
|
-
class QueryLimitException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
467
|
-
constructor(opts) {
|
|
468
|
-
super({
|
|
469
|
-
name: "QueryLimitException",
|
|
470
|
-
$fault: "client",
|
|
471
|
-
...opts,
|
|
472
|
-
});
|
|
473
|
-
this.name = "QueryLimitException";
|
|
474
|
-
this.$fault = "client";
|
|
475
|
-
Object.setPrototypeOf(this, QueryLimitException.prototype);
|
|
476
|
-
this.detailedMessage = opts.detailedMessage;
|
|
477
|
-
this.requestId = opts.requestId;
|
|
478
|
-
this.code = opts.code;
|
|
479
|
-
}
|
|
480
|
-
}
|
|
481
|
-
exports.QueryLimitException = QueryLimitException;
|
|
482
|
-
class QueryTooLargeException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
483
|
-
constructor(opts) {
|
|
484
|
-
super({
|
|
485
|
-
name: "QueryTooLargeException",
|
|
486
|
-
$fault: "client",
|
|
487
|
-
...opts,
|
|
488
|
-
});
|
|
489
|
-
this.name = "QueryTooLargeException";
|
|
490
|
-
this.$fault = "client";
|
|
491
|
-
Object.setPrototypeOf(this, QueryTooLargeException.prototype);
|
|
492
|
-
this.detailedMessage = opts.detailedMessage;
|
|
493
|
-
this.requestId = opts.requestId;
|
|
494
|
-
this.code = opts.code;
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
exports.QueryTooLargeException = QueryTooLargeException;
|
|
498
|
-
exports.OpenCypherExplainMode = {
|
|
499
|
-
DETAILS: "details",
|
|
500
|
-
DYNAMIC: "dynamic",
|
|
501
|
-
STATIC: "static",
|
|
502
|
-
};
|
|
503
|
-
class ExpiredStreamException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
504
|
-
constructor(opts) {
|
|
505
|
-
super({
|
|
506
|
-
name: "ExpiredStreamException",
|
|
507
|
-
$fault: "client",
|
|
508
|
-
...opts,
|
|
509
|
-
});
|
|
510
|
-
this.name = "ExpiredStreamException";
|
|
511
|
-
this.$fault = "client";
|
|
512
|
-
Object.setPrototypeOf(this, ExpiredStreamException.prototype);
|
|
513
|
-
this.detailedMessage = opts.detailedMessage;
|
|
514
|
-
this.requestId = opts.requestId;
|
|
515
|
-
this.code = opts.code;
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
exports.ExpiredStreamException = ExpiredStreamException;
|
|
519
|
-
exports.Encoding = {
|
|
520
|
-
GZIP: "gzip",
|
|
521
|
-
};
|
|
522
|
-
exports.IteratorType = {
|
|
523
|
-
AFTER_SEQUENCE_NUMBER: "AFTER_SEQUENCE_NUMBER",
|
|
524
|
-
AT_SEQUENCE_NUMBER: "AT_SEQUENCE_NUMBER",
|
|
525
|
-
LATEST: "LATEST",
|
|
526
|
-
TRIM_HORIZON: "TRIM_HORIZON",
|
|
527
|
-
};
|
|
528
|
-
class StreamRecordsNotFoundException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
529
|
-
constructor(opts) {
|
|
530
|
-
super({
|
|
531
|
-
name: "StreamRecordsNotFoundException",
|
|
532
|
-
$fault: "client",
|
|
533
|
-
...opts,
|
|
534
|
-
});
|
|
535
|
-
this.name = "StreamRecordsNotFoundException";
|
|
536
|
-
this.$fault = "client";
|
|
537
|
-
Object.setPrototypeOf(this, StreamRecordsNotFoundException.prototype);
|
|
538
|
-
this.detailedMessage = opts.detailedMessage;
|
|
539
|
-
this.requestId = opts.requestId;
|
|
540
|
-
this.code = opts.code;
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
exports.StreamRecordsNotFoundException = StreamRecordsNotFoundException;
|
|
544
|
-
class ThrottlingException extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
545
|
-
constructor(opts) {
|
|
546
|
-
super({
|
|
547
|
-
name: "ThrottlingException",
|
|
548
|
-
$fault: "server",
|
|
549
|
-
...opts,
|
|
550
|
-
});
|
|
551
|
-
this.name = "ThrottlingException";
|
|
552
|
-
this.$fault = "server";
|
|
553
|
-
this.$retryable = {};
|
|
554
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
555
|
-
this.detailedMessage = opts.detailedMessage;
|
|
556
|
-
this.requestId = opts.requestId;
|
|
557
|
-
this.code = opts.code;
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
exports.ThrottlingException = ThrottlingException;
|
|
561
|
-
exports.GraphSummaryType = {
|
|
562
|
-
BASIC: "basic",
|
|
563
|
-
DETAILED: "detailed",
|
|
564
|
-
};
|
|
565
|
-
exports.StatisticsAutoGenerationMode = {
|
|
566
|
-
DISABLE_AUTOCOMPUTE: "disableAutoCompute",
|
|
567
|
-
ENABLE_AUTOCOMPUTE: "enableAutoCompute",
|
|
568
|
-
REFRESH: "refresh",
|
|
569
|
-
};
|
|
570
|
-
class S3Exception extends NeptunedataServiceException_1.NeptunedataServiceException {
|
|
571
|
-
constructor(opts) {
|
|
572
|
-
super({
|
|
573
|
-
name: "S3Exception",
|
|
574
|
-
$fault: "client",
|
|
575
|
-
...opts,
|
|
576
|
-
});
|
|
577
|
-
this.name = "S3Exception";
|
|
578
|
-
this.$fault = "client";
|
|
579
|
-
this.$retryable = {};
|
|
580
|
-
Object.setPrototypeOf(this, S3Exception.prototype);
|
|
581
|
-
this.detailedMessage = opts.detailedMessage;
|
|
582
|
-
this.requestId = opts.requestId;
|
|
583
|
-
this.code = opts.code;
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
exports.S3Exception = S3Exception;
|
|
587
|
-
exports.Format = {
|
|
588
|
-
CSV: "csv",
|
|
589
|
-
NQUADS: "nquads",
|
|
590
|
-
NTRIPLES: "ntriples",
|
|
591
|
-
OPENCYPHER: "opencypher",
|
|
592
|
-
RDFXML: "rdfxml",
|
|
593
|
-
TURTLE: "turtle",
|
|
594
|
-
};
|
|
595
|
-
exports.Mode = {
|
|
596
|
-
AUTO: "AUTO",
|
|
597
|
-
NEW: "NEW",
|
|
598
|
-
RESUME: "RESUME",
|
|
599
|
-
};
|
|
600
|
-
exports.Parallelism = {
|
|
601
|
-
HIGH: "HIGH",
|
|
602
|
-
LOW: "LOW",
|
|
603
|
-
MEDIUM: "MEDIUM",
|
|
604
|
-
OVERSUBSCRIBE: "OVERSUBSCRIBE",
|
|
605
|
-
};
|
|
606
|
-
exports.S3BucketRegion = {
|
|
607
|
-
AF_SOUTH_1: "af-south-1",
|
|
608
|
-
AP_EAST_1: "ap-east-1",
|
|
609
|
-
AP_NORTHEAST_1: "ap-northeast-1",
|
|
610
|
-
AP_NORTHEAST_2: "ap-northeast-2",
|
|
611
|
-
AP_SOUTHEAST_1: "ap-southeast-1",
|
|
612
|
-
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
613
|
-
AP_SOUTH_1: "ap-south-1",
|
|
614
|
-
CA_CENTRAL_1: "ca-central-1",
|
|
615
|
-
CN_NORTHWEST_1: "cn-northwest-1",
|
|
616
|
-
CN_NORTH_1: "cn-north-1",
|
|
617
|
-
EU_CENTRAL_1: "eu-central-1",
|
|
618
|
-
EU_NORTH_1: "eu-north-1",
|
|
619
|
-
EU_WEST_1: "eu-west-1",
|
|
620
|
-
EU_WEST_2: "eu-west-2",
|
|
621
|
-
EU_WEST_3: "eu-west-3",
|
|
622
|
-
ME_SOUTH_1: "me-south-1",
|
|
623
|
-
SA_EAST_1: "sa-east-1",
|
|
624
|
-
US_EAST_1: "us-east-1",
|
|
625
|
-
US_EAST_2: "us-east-2",
|
|
626
|
-
US_GOV_EAST_1: "us-gov-east-1",
|
|
627
|
-
US_GOV_WEST_1: "us-gov-west-1",
|
|
628
|
-
US_WEST_1: "us-west-1",
|
|
629
|
-
US_WEST_2: "us-west-2",
|
|
630
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|