@aws-sdk/client-neptune-graph 3.987.0 → 3.989.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
@@ -15,7 +15,10 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
18
19
  var utilWaiter = require('@smithy/util-waiter');
20
+ var errors = require('./models/errors');
21
+ var NeptuneGraphServiceException = require('./models/NeptuneGraphServiceException');
19
22
 
20
23
  const resolveClientEndpointParameters = (options) => {
21
24
  return Object.assign(options, {
@@ -111,996 +114,6 @@ class NeptuneGraphClient extends smithyClient.Client {
111
114
  }
112
115
  }
113
116
 
114
- class NeptuneGraphServiceException extends smithyClient.ServiceException {
115
- constructor(options) {
116
- super(options);
117
- Object.setPrototypeOf(this, NeptuneGraphServiceException.prototype);
118
- }
119
- }
120
-
121
- class AccessDeniedException extends NeptuneGraphServiceException {
122
- name = "AccessDeniedException";
123
- $fault = "client";
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- }
132
- }
133
- class InternalServerException extends NeptuneGraphServiceException {
134
- name = "InternalServerException";
135
- $fault = "server";
136
- $retryable = {};
137
- constructor(opts) {
138
- super({
139
- name: "InternalServerException",
140
- $fault: "server",
141
- ...opts,
142
- });
143
- Object.setPrototypeOf(this, InternalServerException.prototype);
144
- }
145
- }
146
- class ResourceNotFoundException extends NeptuneGraphServiceException {
147
- name = "ResourceNotFoundException";
148
- $fault = "client";
149
- constructor(opts) {
150
- super({
151
- name: "ResourceNotFoundException",
152
- $fault: "client",
153
- ...opts,
154
- });
155
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
156
- }
157
- }
158
- class ThrottlingException extends NeptuneGraphServiceException {
159
- name = "ThrottlingException";
160
- $fault = "client";
161
- $retryable = {
162
- throttling: true,
163
- };
164
- constructor(opts) {
165
- super({
166
- name: "ThrottlingException",
167
- $fault: "client",
168
- ...opts,
169
- });
170
- Object.setPrototypeOf(this, ThrottlingException.prototype);
171
- }
172
- }
173
- class ValidationException extends NeptuneGraphServiceException {
174
- name = "ValidationException";
175
- $fault = "client";
176
- reason;
177
- constructor(opts) {
178
- super({
179
- name: "ValidationException",
180
- $fault: "client",
181
- ...opts,
182
- });
183
- Object.setPrototypeOf(this, ValidationException.prototype);
184
- this.reason = opts.reason;
185
- }
186
- }
187
- class ConflictException extends NeptuneGraphServiceException {
188
- name = "ConflictException";
189
- $fault = "client";
190
- reason;
191
- constructor(opts) {
192
- super({
193
- name: "ConflictException",
194
- $fault: "client",
195
- ...opts,
196
- });
197
- Object.setPrototypeOf(this, ConflictException.prototype);
198
- this.reason = opts.reason;
199
- }
200
- }
201
- class UnprocessableException extends NeptuneGraphServiceException {
202
- name = "UnprocessableException";
203
- $fault = "client";
204
- reason;
205
- constructor(opts) {
206
- super({
207
- name: "UnprocessableException",
208
- $fault: "client",
209
- ...opts,
210
- });
211
- Object.setPrototypeOf(this, UnprocessableException.prototype);
212
- this.reason = opts.reason;
213
- }
214
- }
215
- class ServiceQuotaExceededException extends NeptuneGraphServiceException {
216
- name = "ServiceQuotaExceededException";
217
- $fault = "client";
218
- resourceId;
219
- resourceType;
220
- serviceCode;
221
- quotaCode;
222
- constructor(opts) {
223
- super({
224
- name: "ServiceQuotaExceededException",
225
- $fault: "client",
226
- ...opts,
227
- });
228
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
229
- this.resourceId = opts.resourceId;
230
- this.resourceType = opts.resourceType;
231
- this.serviceCode = opts.serviceCode;
232
- this.quotaCode = opts.quotaCode;
233
- }
234
- }
235
-
236
- const _ADE = "AccessDeniedException";
237
- const _CE = "ConflictException";
238
- const _CET = "CancelExportTask";
239
- const _CETI = "CancelExportTaskInput";
240
- const _CETO = "CancelExportTaskOutput";
241
- const _CG = "CreateGraph";
242
- const _CGI = "CreateGraphInput";
243
- const _CGO = "CreateGraphOutput";
244
- const _CGS = "CreateGraphSnapshot";
245
- const _CGSI = "CreateGraphSnapshotInput";
246
- const _CGSO = "CreateGraphSnapshotOutput";
247
- const _CGUIT = "CreateGraphUsingImportTask";
248
- const _CGUITI = "CreateGraphUsingImportTaskInput";
249
- const _CGUITO = "CreateGraphUsingImportTaskOutput";
250
- const _CIT = "CancelImportTask";
251
- const _CITI = "CancelImportTaskInput";
252
- const _CITO = "CancelImportTaskOutput";
253
- const _CPGE = "CreatePrivateGraphEndpoint";
254
- const _CPGEI = "CreatePrivateGraphEndpointInput";
255
- const _CPGEO = "CreatePrivateGraphEndpointOutput";
256
- const _CQ = "CancelQuery";
257
- const _CQI = "CancelQueryInput";
258
- const _DG = "DeleteGraph";
259
- const _DGI = "DeleteGraphInput";
260
- const _DGO = "DeleteGraphOutput";
261
- const _DGS = "DeleteGraphSnapshot";
262
- const _DGSI = "DeleteGraphSnapshotInput";
263
- const _DGSO = "DeleteGraphSnapshotOutput";
264
- const _DPGE = "DeletePrivateGraphEndpoint";
265
- const _DPGEI = "DeletePrivateGraphEndpointInput";
266
- const _DPGEO = "DeletePrivateGraphEndpointOutput";
267
- const _EF = "ExportFilter";
268
- const _EFE = "ExportFilterElement";
269
- const _EFPA = "ExportFilterPropertyAttributes";
270
- const _EFPLM = "ExportFilterPerLabelMap";
271
- const _EFPM = "ExportFilterPropertyMap";
272
- const _EQ = "ExecuteQuery";
273
- const _EQI = "ExecuteQueryInput";
274
- const _EQO = "ExecuteQueryOutput";
275
- const _ES = "EdgeStructure";
276
- const _ESd = "EdgeStructures";
277
- const _ETD = "ExportTaskDetails";
278
- const _ETS = "ExportTaskSummary";
279
- const _ETSL = "ExportTaskSummaryList";
280
- const _GDS = "GraphDataSummary";
281
- const _GET = "GetExportTask";
282
- const _GETI = "GetExportTaskInput";
283
- const _GETO = "GetExportTaskOutput";
284
- const _GG = "GetGraph";
285
- const _GGI = "GetGraphInput";
286
- const _GGO = "GetGraphOutput";
287
- const _GGS = "GetGraphSnapshot";
288
- const _GGSI = "GetGraphSnapshotInput";
289
- const _GGSIe = "GetGraphSummaryInput";
290
- const _GGSO = "GetGraphSnapshotOutput";
291
- const _GGSOe = "GetGraphSummaryOutput";
292
- const _GGSe = "GetGraphSummary";
293
- const _GIT = "GetImportTask";
294
- const _GITI = "GetImportTaskInput";
295
- const _GITO = "GetImportTaskOutput";
296
- const _GPGE = "GetPrivateGraphEndpoint";
297
- const _GPGEI = "GetPrivateGraphEndpointInput";
298
- const _GPGEO = "GetPrivateGraphEndpointOutput";
299
- const _GQ = "GetQuery";
300
- const _GQI = "GetQueryInput";
301
- const _GQO = "GetQueryOutput";
302
- const _GS = "GraphSummary";
303
- const _GSL = "GraphSummaryList";
304
- const _GSS = "GraphSnapshotSummary";
305
- const _GSSL = "GraphSnapshotSummaryList";
306
- const _IO = "ImportOptions";
307
- const _ISE = "InternalServerException";
308
- const _ITD = "ImportTaskDetails";
309
- const _ITS = "ImportTaskSummary";
310
- const _ITSL = "ImportTaskSummaryList";
311
- const _LET = "ListExportTasks";
312
- const _LETI = "ListExportTasksInput";
313
- const _LETO = "ListExportTasksOutput";
314
- const _LG = "ListGraphs";
315
- const _LGI = "ListGraphsInput";
316
- const _LGO = "ListGraphsOutput";
317
- const _LGS = "ListGraphSnapshots";
318
- const _LGSI = "ListGraphSnapshotsInput";
319
- const _LGSO = "ListGraphSnapshotsOutput";
320
- const _LIT = "ListImportTasks";
321
- const _LITI = "ListImportTasksInput";
322
- const _LITO = "ListImportTasksOutput";
323
- const _LPGE = "ListPrivateGraphEndpoints";
324
- const _LPGEI = "ListPrivateGraphEndpointsInput";
325
- const _LPGEO = "ListPrivateGraphEndpointsOutput";
326
- const _LQ = "ListQueries";
327
- const _LQI = "ListQueriesInput";
328
- const _LQO = "ListQueriesOutput";
329
- const _LTFR = "ListTagsForResource";
330
- const _LTFRI = "ListTagsForResourceInput";
331
- const _LTFRO = "ListTagsForResourceOutput";
332
- const _LVML = "LongValuedMapList";
333
- const _NIO = "NeptuneImportOptions";
334
- const _NS = "NodeStructure";
335
- const _NSo = "NodeStructures";
336
- const _PGES = "PrivateGraphEndpointSummary";
337
- const _PGESL = "PrivateGraphEndpointSummaryList";
338
- const _QRB = "QueryResponseBlob";
339
- const _QS = "QuerySummary";
340
- const _QSL = "QuerySummaryList";
341
- const _RG = "ResetGraph";
342
- const _RGFS = "RestoreGraphFromSnapshot";
343
- const _RGFSI = "RestoreGraphFromSnapshotInput";
344
- const _RGFSO = "RestoreGraphFromSnapshotOutput";
345
- const _RGI = "ResetGraphInput";
346
- const _RGO = "ResetGraphOutput";
347
- const _RNFE = "ResourceNotFoundException";
348
- const _SET = "StartExportTask";
349
- const _SETI = "StartExportTaskInput";
350
- const _SETO = "StartExportTaskOutput";
351
- const _SG = "StartGraph";
352
- const _SGI = "StartGraphInput";
353
- const _SGIt = "StopGraphInput";
354
- const _SGO = "StartGraphOutput";
355
- const _SGOt = "StopGraphOutput";
356
- const _SGt = "StopGraph";
357
- const _SIT = "StartImportTask";
358
- const _SITI = "StartImportTaskInput";
359
- const _SITO = "StartImportTaskOutput";
360
- const _SQEE = "ServiceQuotaExceededException";
361
- const _TE = "ThrottlingException";
362
- const _TR = "TagResource";
363
- const _TRI = "TagResourceInput";
364
- const _TRO = "TagResourceOutput";
365
- const _UE = "UnprocessableException";
366
- const _UG = "UpdateGraph";
367
- const _UGI = "UpdateGraphInput";
368
- const _UGO = "UpdateGraphOutput";
369
- const _UR = "UntagResource";
370
- const _URI = "UntagResourceInput";
371
- const _URO = "UntagResourceOutput";
372
- const _VE = "ValidationException";
373
- const _VSC = "VectorSearchConfiguration";
374
- const _a = "arn";
375
- const _aN = "attemptNumber";
376
- const _bN = "buildNumber";
377
- const _bNH = "blankNodeHandling";
378
- const _c = "client";
379
- const _cT = "createTime";
380
- const _co = "count";
381
- const _d = "destination";
382
- const _dEC = "dictionaryEntryCount";
383
- const _dOEL = "distinctOutgoingEdgeLabels";
384
- const _dP = "deletionProtection";
385
- const _di = "dimension";
386
- const _e = "error";
387
- const _eC = "errorCount";
388
- const _eD = "errorDetails";
389
- const _eF = "edgeFilter";
390
- const _eFx = "exportFilter";
391
- const _eL = "edgeLabels";
392
- const _eM = "explainMode";
393
- const _eP = "edgeProperties";
394
- const _eS = "edgeStructures";
395
- const _eTD = "exportTaskDetails";
396
- const _el = "elapsed";
397
- const _en = "endpoint";
398
- const _ex = "explain";
399
- const _f = "format";
400
- const _fOE = "failOnError";
401
- const _g = "graphs";
402
- const _gI = "graphId";
403
- const _gIr = "graphIdentifier";
404
- const _gN = "graphName";
405
- const _gS = "graphSummary";
406
- const _gSr = "graphSnapshots";
407
- const _h = "http";
408
- const _hE = "httpError";
409
- const _hH = "httpHeader";
410
- const _hL = "hostLabel";
411
- const _hQ = "httpQuery";
412
- const _i = "id";
413
- const _iO = "importOptions";
414
- const _iTD = "importTaskDetails";
415
- const _jN = "jsonName";
416
- const _kKI = "kmsKeyIdentifier";
417
- const _l = "language";
418
- const _lSCT = "lastStatisticsComputationTime";
419
- const _m = "message";
420
- const _mPM = "maxProvisionedMemory";
421
- const _mPMi = "minProvisionedMemory";
422
- const _mR = "maxResults";
423
- const _mVH = "multiValueHandling";
424
- const _mo = "mode";
425
- const _n = "name";
426
- const _nE = "numEdges";
427
- const _nEL = "numEdgeLabels";
428
- const _nEP = "numEdgeProperties";
429
- const _nEW = "numEdgesWritten";
430
- const _nL = "nodeLabels";
431
- const _nN = "numNodes";
432
- const _nNL = "numNodeLabels";
433
- const _nNP = "numNodeProperties";
434
- const _nP = "nodeProperties";
435
- const _nS = "nodeStructures";
436
- const _nT = "nextToken";
437
- const _nVW = "numVerticesWritten";
438
- const _ne = "neptune";
439
- const _oT = "outputType";
440
- const _p = "parameters";
441
- const _pC = "publicConnectivity";
442
- const _pCl = "planCache";
443
- const _pDVL = "preserveDefaultVertexLabels";
444
- const _pEI = "preserveEdgeIds";
445
- const _pGE = "privateGraphEndpoints";
446
- const _pM = "provisionedMemory";
447
- const _pP = "progressPercentage";
448
- const _pT = "parquetType";
449
- const _pa = "payload";
450
- const _pr = "properties";
451
- const _q = "query";
452
- const _qC = "quotaCode";
453
- const _qI = "queryId";
454
- const _qS = "queryString";
455
- const _qTM = "queryTimeoutMilliseconds";
456
- const _qu = "queries";
457
- const _r = "reason";
458
- const _rA = "roleArn";
459
- const _rAe = "resourceArn";
460
- const _rC = "replicaCount";
461
- const _rI = "resourceId";
462
- const _rT = "resourceType";
463
- const _s = "streaming";
464
- const _sC = "statementCount";
465
- const _sCT = "snapshotCreateTime";
466
- const _sCe = "serviceCode";
467
- const _sEKKI = "s3ExportKmsKeyId";
468
- const _sEP = "s3ExportPath";
469
- const _sGI = "sourceGraphId";
470
- const _sI = "subnetIds";
471
- const _sIn = "snapshotIdentifier";
472
- const _sN = "snapshotName";
473
- const _sPN = "sourcePropertyName";
474
- const _sR = "statusReason";
475
- const _sS = "skipSnapshot";
476
- const _sSI = "sourceSnapshotId";
477
- const _sT = "startTime";
478
- const _se = "server";
479
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.neptunegraph";
480
- const _so = "source";
481
- const _st = "status";
482
- const _sta = "state";
483
- const _t = "tags";
484
- const _tEPV = "totalEdgePropertyValues";
485
- const _tES = "timeElapsedSeconds";
486
- const _tI = "taskIdentifier";
487
- const _tIa = "taskId";
488
- const _tK = "tagKeys";
489
- const _tNPV = "totalNodePropertyValues";
490
- const _ta = "tasks";
491
- const _v = "version";
492
- const _vEI = "vpcEndpointId";
493
- const _vF = "vertexFilter";
494
- const _vI = "vpcId";
495
- const _vSC = "vectorSearchConfiguration";
496
- const _vSGI = "vpcSecurityGroupIds";
497
- const _w = "waited";
498
- const n0 = "com.amazonaws.neptunegraph";
499
- var QueryResponseBlob = [0, n0, _QRB, { [_s]: 1 }, 42];
500
- var AccessDeniedException$ = [-3, n0, _ADE,
501
- { [_e]: _c, [_hE]: 403 },
502
- [_m],
503
- [0], 1
504
- ];
505
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
506
- var CancelExportTaskInput$ = [3, n0, _CETI,
507
- 0,
508
- [_tI],
509
- [[0, 1]], 1
510
- ];
511
- var CancelExportTaskOutput$ = [3, n0, _CETO,
512
- 0,
513
- [_gI, _rA, _tIa, _st, _f, _d, _kKI, _pT, _sR],
514
- [0, 0, 0, 0, 0, 0, 0, 0, 0], 7
515
- ];
516
- var CancelImportTaskInput$ = [3, n0, _CITI,
517
- 0,
518
- [_tI],
519
- [[0, 1]], 1
520
- ];
521
- var CancelImportTaskOutput$ = [3, n0, _CITO,
522
- 0,
523
- [_tIa, _so, _rA, _st, _gI, _f, _pT],
524
- [0, 0, 0, 0, 0, 0, 0], 4
525
- ];
526
- var CancelQueryInput$ = [3, n0, _CQI,
527
- 0,
528
- [_gIr, _qI],
529
- [[0, { [_hL]: 1, [_hH]: _gIr }], [0, 1]], 2
530
- ];
531
- var ConflictException$ = [-3, n0, _CE,
532
- { [_e]: _c, [_hE]: 409 },
533
- [_m, _r],
534
- [0, 0], 1
535
- ];
536
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
537
- var CreateGraphInput$ = [3, n0, _CGI,
538
- 0,
539
- [_gN, _pM, _t, _pC, _kKI, _vSC, _rC, _dP],
540
- [0, 1, 128 | 0, 2, 0, () => VectorSearchConfiguration$, 1, 2], 2
541
- ];
542
- var CreateGraphOutput$ = [3, n0, _CGO,
543
- 0,
544
- [_i, _n, _a, _st, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
545
- [0, 0, 0, 0, 0, 4, 1, 0, 2, () => VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
546
- ];
547
- var CreateGraphSnapshotInput$ = [3, n0, _CGSI,
548
- 0,
549
- [_gIr, _sN, _t],
550
- [0, 0, 128 | 0], 2
551
- ];
552
- var CreateGraphSnapshotOutput$ = [3, n0, _CGSO,
553
- 0,
554
- [_i, _n, _a, _sGI, _sCT, _st, _kKI],
555
- [0, 0, 0, 0, 4, 0, 0], 3
556
- ];
557
- var CreateGraphUsingImportTaskInput$ = [3, n0, _CGUITI,
558
- 0,
559
- [_gN, _so, _rA, _t, _pC, _kKI, _vSC, _rC, _dP, _iO, _mPM, _mPMi, _fOE, _f, _pT, _bNH],
560
- [0, 0, 0, 128 | 0, 2, 0, () => VectorSearchConfiguration$, 1, 2, () => ImportOptions$, 1, 1, 2, 0, 0, 0], 3
561
- ];
562
- var CreateGraphUsingImportTaskOutput$ = [3, n0, _CGUITO,
563
- 0,
564
- [_tIa, _so, _rA, _st, _gI, _f, _pT, _iO],
565
- [0, 0, 0, 0, 0, 0, 0, () => ImportOptions$], 4
566
- ];
567
- var CreatePrivateGraphEndpointInput$ = [3, n0, _CPGEI,
568
- 0,
569
- [_gIr, _vI, _sI, _vSGI],
570
- [[0, 1], 0, 64 | 0, 64 | 0], 1
571
- ];
572
- var CreatePrivateGraphEndpointOutput$ = [3, n0, _CPGEO,
573
- 0,
574
- [_vI, _sI, _st, _vEI],
575
- [0, 64 | 0, 0, 0], 3
576
- ];
577
- var DeleteGraphInput$ = [3, n0, _DGI,
578
- 0,
579
- [_gIr, _sS],
580
- [[0, 1], [2, { [_hQ]: _sS }]], 2
581
- ];
582
- var DeleteGraphOutput$ = [3, n0, _DGO,
583
- 0,
584
- [_i, _n, _a, _st, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
585
- [0, 0, 0, 0, 0, 4, 1, 0, 2, () => VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
586
- ];
587
- var DeleteGraphSnapshotInput$ = [3, n0, _DGSI,
588
- 0,
589
- [_sIn],
590
- [[0, 1]], 1
591
- ];
592
- var DeleteGraphSnapshotOutput$ = [3, n0, _DGSO,
593
- 0,
594
- [_i, _n, _a, _sGI, _sCT, _st, _kKI],
595
- [0, 0, 0, 0, 4, 0, 0], 3
596
- ];
597
- var DeletePrivateGraphEndpointInput$ = [3, n0, _DPGEI,
598
- 0,
599
- [_gIr, _vI],
600
- [[0, 1], [0, 1]], 2
601
- ];
602
- var DeletePrivateGraphEndpointOutput$ = [3, n0, _DPGEO,
603
- 0,
604
- [_vI, _sI, _st, _vEI],
605
- [0, 64 | 0, 0, 0], 3
606
- ];
607
- var EdgeStructure$ = [3, n0, _ES,
608
- 0,
609
- [_co, _eP],
610
- [1, 64 | 0]
611
- ];
612
- var ExecuteQueryInput$ = [3, n0, _EQI,
613
- 0,
614
- [_gIr, _qS, _l, _p, _pCl, _eM, _qTM],
615
- [[0, { [_hL]: 1, [_hH]: _gIr }], [0, { [_jN]: _q }], 0, 128 | 15, 0, [0, { [_jN]: _ex }], 1], 3
616
- ];
617
- var ExecuteQueryOutput$ = [3, n0, _EQO,
618
- 0,
619
- [_pa],
620
- [[() => QueryResponseBlob, 16]], 1
621
- ];
622
- var ExportFilter$ = [3, n0, _EF,
623
- 0,
624
- [_vF, _eF],
625
- [() => ExportFilterPerLabelMap, () => ExportFilterPerLabelMap]
626
- ];
627
- var ExportFilterElement$ = [3, n0, _EFE,
628
- 0,
629
- [_pr],
630
- [() => ExportFilterPropertyMap]
631
- ];
632
- var ExportFilterPropertyAttributes$ = [3, n0, _EFPA,
633
- 0,
634
- [_oT, _sPN, _mVH],
635
- [0, 0, 0]
636
- ];
637
- var ExportTaskDetails$ = [3, n0, _ETD,
638
- 0,
639
- [_sT, _tES, _pP, _nVW, _nEW],
640
- [4, 1, 1, 1, 1], 3
641
- ];
642
- var ExportTaskSummary$ = [3, n0, _ETS,
643
- 0,
644
- [_gI, _rA, _tIa, _st, _f, _d, _kKI, _pT, _sR],
645
- [0, 0, 0, 0, 0, 0, 0, 0, 0], 7
646
- ];
647
- var GetExportTaskInput$ = [3, n0, _GETI,
648
- 0,
649
- [_tI],
650
- [[0, 1]], 1
651
- ];
652
- var GetExportTaskOutput$ = [3, n0, _GETO,
653
- 0,
654
- [_gI, _rA, _tIa, _st, _f, _d, _kKI, _pT, _sR, _eTD, _eFx],
655
- [0, 0, 0, 0, 0, 0, 0, 0, 0, () => ExportTaskDetails$, () => ExportFilter$], 7
656
- ];
657
- var GetGraphInput$ = [3, n0, _GGI,
658
- 0,
659
- [_gIr],
660
- [[0, 1]], 1
661
- ];
662
- var GetGraphOutput$ = [3, n0, _GGO,
663
- 0,
664
- [_i, _n, _a, _st, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
665
- [0, 0, 0, 0, 0, 4, 1, 0, 2, () => VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
666
- ];
667
- var GetGraphSnapshotInput$ = [3, n0, _GGSI,
668
- 0,
669
- [_sIn],
670
- [[0, 1]], 1
671
- ];
672
- var GetGraphSnapshotOutput$ = [3, n0, _GGSO,
673
- 0,
674
- [_i, _n, _a, _sGI, _sCT, _st, _kKI],
675
- [0, 0, 0, 0, 4, 0, 0], 3
676
- ];
677
- var GetGraphSummaryInput$ = [3, n0, _GGSIe,
678
- 0,
679
- [_gIr, _mo],
680
- [[0, { [_hL]: 1, [_hH]: _gIr }], [0, { [_hQ]: _mo }]], 1
681
- ];
682
- var GetGraphSummaryOutput$ = [3, n0, _GGSOe,
683
- 0,
684
- [_v, _lSCT, _gS],
685
- [0, 5, () => GraphDataSummary$]
686
- ];
687
- var GetImportTaskInput$ = [3, n0, _GITI,
688
- 0,
689
- [_tI],
690
- [[0, 1]], 1
691
- ];
692
- var GetImportTaskOutput$ = [3, n0, _GITO,
693
- 0,
694
- [_tIa, _so, _rA, _st, _gI, _f, _pT, _iO, _iTD, _aN, _sR],
695
- [0, 0, 0, 0, 0, 0, 0, () => ImportOptions$, () => ImportTaskDetails$, 1, 0], 4
696
- ];
697
- var GetPrivateGraphEndpointInput$ = [3, n0, _GPGEI,
698
- 0,
699
- [_gIr, _vI],
700
- [[0, 1], [0, 1]], 2
701
- ];
702
- var GetPrivateGraphEndpointOutput$ = [3, n0, _GPGEO,
703
- 0,
704
- [_vI, _sI, _st, _vEI],
705
- [0, 64 | 0, 0, 0], 3
706
- ];
707
- var GetQueryInput$ = [3, n0, _GQI,
708
- 0,
709
- [_gIr, _qI],
710
- [[0, { [_hL]: 1, [_hH]: _gIr }], [0, 1]], 2
711
- ];
712
- var GetQueryOutput$ = [3, n0, _GQO,
713
- 0,
714
- [_i, _qS, _w, _el, _sta],
715
- [0, 0, 1, 1, 0]
716
- ];
717
- var GraphDataSummary$ = [3, n0, _GDS,
718
- 0,
719
- [_nN, _nE, _nNL, _nEL, _nL, _eL, _nNP, _nEP, _nP, _eP, _tNPV, _tEPV, _nS, _eS],
720
- [1, 1, 1, 1, 64 | 0, 64 | 0, 1, 1, [1, n0, _LVML, 0, 128 | 1], [1, n0, _LVML, 0, 128 | 1], 1, 1, () => NodeStructures, () => EdgeStructures]
721
- ];
722
- var GraphSnapshotSummary$ = [3, n0, _GSS,
723
- 0,
724
- [_i, _n, _a, _sGI, _sCT, _st, _kKI],
725
- [0, 0, 0, 0, 4, 0, 0], 3
726
- ];
727
- var GraphSummary$ = [3, n0, _GS,
728
- 0,
729
- [_i, _n, _a, _st, _pM, _pC, _en, _rC, _kKI, _dP],
730
- [0, 0, 0, 0, 1, 2, 0, 1, 0, 2], 3
731
- ];
732
- var ImportTaskDetails$ = [3, n0, _ITD,
733
- 0,
734
- [_st, _sT, _tES, _pP, _eC, _sC, _dEC, _eD],
735
- [0, 4, 1, 1, 1, 1, 1, 0], 7
736
- ];
737
- var ImportTaskSummary$ = [3, n0, _ITS,
738
- 0,
739
- [_tIa, _so, _rA, _st, _gI, _f, _pT],
740
- [0, 0, 0, 0, 0, 0, 0], 4
741
- ];
742
- var InternalServerException$ = [-3, n0, _ISE,
743
- { [_e]: _se, [_hE]: 500 },
744
- [_m],
745
- [0], 1
746
- ];
747
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
748
- var ListExportTasksInput$ = [3, n0, _LETI,
749
- 0,
750
- [_gIr, _nT, _mR],
751
- [[0, { [_hQ]: _gIr }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
752
- ];
753
- var ListExportTasksOutput$ = [3, n0, _LETO,
754
- 0,
755
- [_ta, _nT],
756
- [() => ExportTaskSummaryList, 0], 1
757
- ];
758
- var ListGraphsInput$ = [3, n0, _LGI,
759
- 0,
760
- [_nT, _mR],
761
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
762
- ];
763
- var ListGraphSnapshotsInput$ = [3, n0, _LGSI,
764
- 0,
765
- [_gIr, _nT, _mR],
766
- [[0, { [_hQ]: _gIr }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
767
- ];
768
- var ListGraphSnapshotsOutput$ = [3, n0, _LGSO,
769
- 0,
770
- [_gSr, _nT],
771
- [() => GraphSnapshotSummaryList, 0], 1
772
- ];
773
- var ListGraphsOutput$ = [3, n0, _LGO,
774
- 0,
775
- [_g, _nT],
776
- [() => GraphSummaryList, 0], 1
777
- ];
778
- var ListImportTasksInput$ = [3, n0, _LITI,
779
- 0,
780
- [_nT, _mR],
781
- [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
782
- ];
783
- var ListImportTasksOutput$ = [3, n0, _LITO,
784
- 0,
785
- [_ta, _nT],
786
- [() => ImportTaskSummaryList, 0], 1
787
- ];
788
- var ListPrivateGraphEndpointsInput$ = [3, n0, _LPGEI,
789
- 0,
790
- [_gIr, _nT, _mR],
791
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
792
- ];
793
- var ListPrivateGraphEndpointsOutput$ = [3, n0, _LPGEO,
794
- 0,
795
- [_pGE, _nT],
796
- [() => PrivateGraphEndpointSummaryList, 0], 1
797
- ];
798
- var ListQueriesInput$ = [3, n0, _LQI,
799
- 0,
800
- [_gIr, _mR, _sta],
801
- [[0, { [_hL]: 1, [_hH]: _gIr }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _sta }]], 2
802
- ];
803
- var ListQueriesOutput$ = [3, n0, _LQO,
804
- 0,
805
- [_qu],
806
- [() => QuerySummaryList], 1
807
- ];
808
- var ListTagsForResourceInput$ = [3, n0, _LTFRI,
809
- 0,
810
- [_rAe],
811
- [[0, 1]], 1
812
- ];
813
- var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
814
- 0,
815
- [_t],
816
- [128 | 0]
817
- ];
818
- var NeptuneImportOptions$ = [3, n0, _NIO,
819
- 0,
820
- [_sEP, _sEKKI, _pDVL, _pEI],
821
- [0, 0, 2, 2], 2
822
- ];
823
- var NodeStructure$ = [3, n0, _NS,
824
- 0,
825
- [_co, _nP, _dOEL],
826
- [1, 64 | 0, 64 | 0]
827
- ];
828
- var PrivateGraphEndpointSummary$ = [3, n0, _PGES,
829
- 0,
830
- [_vI, _sI, _st, _vEI],
831
- [0, 64 | 0, 0, 0], 3
832
- ];
833
- var QuerySummary$ = [3, n0, _QS,
834
- 0,
835
- [_i, _qS, _w, _el, _sta],
836
- [0, 0, 1, 1, 0]
837
- ];
838
- var ResetGraphInput$ = [3, n0, _RGI,
839
- 0,
840
- [_gIr, _sS],
841
- [[0, 1], 2], 2
842
- ];
843
- var ResetGraphOutput$ = [3, n0, _RGO,
844
- 0,
845
- [_i, _n, _a, _st, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
846
- [0, 0, 0, 0, 0, 4, 1, 0, 2, () => VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
847
- ];
848
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
849
- { [_e]: _c, [_hE]: 404 },
850
- [_m],
851
- [0], 1
852
- ];
853
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
854
- var RestoreGraphFromSnapshotInput$ = [3, n0, _RGFSI,
855
- 0,
856
- [_sIn, _gN, _pM, _dP, _t, _rC, _pC],
857
- [[0, 1], 0, 1, 2, 128 | 0, 1, 2], 2
858
- ];
859
- var RestoreGraphFromSnapshotOutput$ = [3, n0, _RGFSO,
860
- 0,
861
- [_i, _n, _a, _st, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
862
- [0, 0, 0, 0, 0, 4, 1, 0, 2, () => VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
863
- ];
864
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
865
- { [_e]: _c, [_hE]: 402 },
866
- [_m, _rI, _rT, _sCe, _qC],
867
- [0, 0, 0, 0, 0], 1
868
- ];
869
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
870
- var StartExportTaskInput$ = [3, n0, _SETI,
871
- 0,
872
- [_gIr, _rA, _f, _d, _kKI, _pT, _eFx, _t],
873
- [0, 0, 0, 0, 0, 0, () => ExportFilter$, 128 | 0], 5
874
- ];
875
- var StartExportTaskOutput$ = [3, n0, _SETO,
876
- 0,
877
- [_gI, _rA, _tIa, _st, _f, _d, _kKI, _pT, _sR, _eFx],
878
- [0, 0, 0, 0, 0, 0, 0, 0, 0, () => ExportFilter$], 7
879
- ];
880
- var StartGraphInput$ = [3, n0, _SGI,
881
- 0,
882
- [_gIr],
883
- [[0, 1]], 1
884
- ];
885
- var StartGraphOutput$ = [3, n0, _SGO,
886
- 0,
887
- [_i, _n, _a, _st, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
888
- [0, 0, 0, 0, 0, 4, 1, 0, 2, () => VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
889
- ];
890
- var StartImportTaskInput$ = [3, n0, _SITI,
891
- 0,
892
- [_so, _gIr, _rA, _iO, _fOE, _f, _pT, _bNH],
893
- [0, [0, 1], 0, () => ImportOptions$, 2, 0, 0, 0], 3
894
- ];
895
- var StartImportTaskOutput$ = [3, n0, _SITO,
896
- 0,
897
- [_tIa, _so, _rA, _st, _gI, _f, _pT, _iO],
898
- [0, 0, 0, 0, 0, 0, 0, () => ImportOptions$], 4
899
- ];
900
- var StopGraphInput$ = [3, n0, _SGIt,
901
- 0,
902
- [_gIr],
903
- [[0, 1]], 1
904
- ];
905
- var StopGraphOutput$ = [3, n0, _SGOt,
906
- 0,
907
- [_i, _n, _a, _st, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
908
- [0, 0, 0, 0, 0, 4, 1, 0, 2, () => VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
909
- ];
910
- var TagResourceInput$ = [3, n0, _TRI,
911
- 0,
912
- [_rAe, _t],
913
- [[0, 1], 128 | 0], 2
914
- ];
915
- var TagResourceOutput$ = [3, n0, _TRO,
916
- 0,
917
- [],
918
- []
919
- ];
920
- var ThrottlingException$ = [-3, n0, _TE,
921
- { [_e]: _c, [_hE]: 429 },
922
- [_m],
923
- [0], 1
924
- ];
925
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
926
- var UnprocessableException$ = [-3, n0, _UE,
927
- { [_e]: _c, [_hE]: 422 },
928
- [_m, _r],
929
- [0, 0], 2
930
- ];
931
- schema.TypeRegistry.for(n0).registerError(UnprocessableException$, UnprocessableException);
932
- var UntagResourceInput$ = [3, n0, _URI,
933
- 0,
934
- [_rAe, _tK],
935
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
936
- ];
937
- var UntagResourceOutput$ = [3, n0, _URO,
938
- 0,
939
- [],
940
- []
941
- ];
942
- var UpdateGraphInput$ = [3, n0, _UGI,
943
- 0,
944
- [_gIr, _pC, _pM, _dP],
945
- [[0, 1], 2, 1, 2], 1
946
- ];
947
- var UpdateGraphOutput$ = [3, n0, _UGO,
948
- 0,
949
- [_i, _n, _a, _st, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
950
- [0, 0, 0, 0, 0, 4, 1, 0, 2, () => VectorSearchConfiguration$, 1, 0, 0, 2, 0], 3
951
- ];
952
- var ValidationException$ = [-3, n0, _VE,
953
- { [_e]: _c, [_hE]: 400 },
954
- [_m, _r],
955
- [0, 0], 1
956
- ];
957
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
958
- var VectorSearchConfiguration$ = [3, n0, _VSC,
959
- 0,
960
- [_di],
961
- [1], 1
962
- ];
963
- var __Unit = "unit";
964
- var NeptuneGraphServiceException$ = [-3, _sm, "NeptuneGraphServiceException", 0, [], []];
965
- schema.TypeRegistry.for(_sm).registerError(NeptuneGraphServiceException$, NeptuneGraphServiceException);
966
- var EdgeStructures = [1, n0, _ESd,
967
- 0, () => EdgeStructure$
968
- ];
969
- var ExportTaskSummaryList = [1, n0, _ETSL,
970
- 0, () => ExportTaskSummary$
971
- ];
972
- var GraphSnapshotSummaryList = [1, n0, _GSSL,
973
- 0, () => GraphSnapshotSummary$
974
- ];
975
- var GraphSummaryList = [1, n0, _GSL,
976
- 0, () => GraphSummary$
977
- ];
978
- var ImportTaskSummaryList = [1, n0, _ITSL,
979
- 0, () => ImportTaskSummary$
980
- ];
981
- var NodeStructures = [1, n0, _NSo,
982
- 0, () => NodeStructure$
983
- ];
984
- var PrivateGraphEndpointSummaryList = [1, n0, _PGESL,
985
- 0, () => PrivateGraphEndpointSummary$
986
- ];
987
- var QuerySummaryList = [1, n0, _QSL,
988
- 0, () => QuerySummary$
989
- ];
990
- var ExportFilterPerLabelMap = [2, n0, _EFPLM,
991
- 0, 0, () => ExportFilterElement$
992
- ];
993
- var ExportFilterPropertyMap = [2, n0, _EFPM,
994
- 0, 0, () => ExportFilterPropertyAttributes$
995
- ];
996
- var ImportOptions$ = [4, n0, _IO,
997
- 0,
998
- [_ne],
999
- [() => NeptuneImportOptions$]
1000
- ];
1001
- var CancelExportTask$ = [9, n0, _CET,
1002
- { [_h]: ["DELETE", "/exporttasks/{taskIdentifier}", 200] }, () => CancelExportTaskInput$, () => CancelExportTaskOutput$
1003
- ];
1004
- var CancelImportTask$ = [9, n0, _CIT,
1005
- { [_h]: ["DELETE", "/importtasks/{taskIdentifier}", 200] }, () => CancelImportTaskInput$, () => CancelImportTaskOutput$
1006
- ];
1007
- var CancelQuery$ = [9, n0, _CQ,
1008
- { [_en]: ["{graphIdentifier}."], [_h]: ["DELETE", "/queries/{queryId}", 200] }, () => CancelQueryInput$, () => __Unit
1009
- ];
1010
- var CreateGraph$ = [9, n0, _CG,
1011
- { [_h]: ["POST", "/graphs", 201] }, () => CreateGraphInput$, () => CreateGraphOutput$
1012
- ];
1013
- var CreateGraphSnapshot$ = [9, n0, _CGS,
1014
- { [_h]: ["POST", "/snapshots", 201] }, () => CreateGraphSnapshotInput$, () => CreateGraphSnapshotOutput$
1015
- ];
1016
- var CreateGraphUsingImportTask$ = [9, n0, _CGUIT,
1017
- { [_h]: ["POST", "/importtasks", 201] }, () => CreateGraphUsingImportTaskInput$, () => CreateGraphUsingImportTaskOutput$
1018
- ];
1019
- var CreatePrivateGraphEndpoint$ = [9, n0, _CPGE,
1020
- { [_h]: ["POST", "/graphs/{graphIdentifier}/endpoints/", 201] }, () => CreatePrivateGraphEndpointInput$, () => CreatePrivateGraphEndpointOutput$
1021
- ];
1022
- var DeleteGraph$ = [9, n0, _DG,
1023
- { [_h]: ["DELETE", "/graphs/{graphIdentifier}", 200] }, () => DeleteGraphInput$, () => DeleteGraphOutput$
1024
- ];
1025
- var DeleteGraphSnapshot$ = [9, n0, _DGS,
1026
- { [_h]: ["DELETE", "/snapshots/{snapshotIdentifier}", 200] }, () => DeleteGraphSnapshotInput$, () => DeleteGraphSnapshotOutput$
1027
- ];
1028
- var DeletePrivateGraphEndpoint$ = [9, n0, _DPGE,
1029
- { [_h]: ["DELETE", "/graphs/{graphIdentifier}/endpoints/{vpcId}", 200] }, () => DeletePrivateGraphEndpointInput$, () => DeletePrivateGraphEndpointOutput$
1030
- ];
1031
- var ExecuteQuery$ = [9, n0, _EQ,
1032
- { [_en]: ["{graphIdentifier}."], [_h]: ["POST", "/queries", 200] }, () => ExecuteQueryInput$, () => ExecuteQueryOutput$
1033
- ];
1034
- var GetExportTask$ = [9, n0, _GET,
1035
- { [_h]: ["GET", "/exporttasks/{taskIdentifier}", 200] }, () => GetExportTaskInput$, () => GetExportTaskOutput$
1036
- ];
1037
- var GetGraph$ = [9, n0, _GG,
1038
- { [_h]: ["GET", "/graphs/{graphIdentifier}", 200] }, () => GetGraphInput$, () => GetGraphOutput$
1039
- ];
1040
- var GetGraphSnapshot$ = [9, n0, _GGS,
1041
- { [_h]: ["GET", "/snapshots/{snapshotIdentifier}", 200] }, () => GetGraphSnapshotInput$, () => GetGraphSnapshotOutput$
1042
- ];
1043
- var GetGraphSummary$ = [9, n0, _GGSe,
1044
- { [_en]: ["{graphIdentifier}."], [_h]: ["GET", "/summary", 200] }, () => GetGraphSummaryInput$, () => GetGraphSummaryOutput$
1045
- ];
1046
- var GetImportTask$ = [9, n0, _GIT,
1047
- { [_h]: ["GET", "/importtasks/{taskIdentifier}", 200] }, () => GetImportTaskInput$, () => GetImportTaskOutput$
1048
- ];
1049
- var GetPrivateGraphEndpoint$ = [9, n0, _GPGE,
1050
- { [_h]: ["GET", "/graphs/{graphIdentifier}/endpoints/{vpcId}", 200] }, () => GetPrivateGraphEndpointInput$, () => GetPrivateGraphEndpointOutput$
1051
- ];
1052
- var GetQuery$ = [9, n0, _GQ,
1053
- { [_en]: ["{graphIdentifier}."], [_h]: ["GET", "/queries/{queryId}", 200] }, () => GetQueryInput$, () => GetQueryOutput$
1054
- ];
1055
- var ListExportTasks$ = [9, n0, _LET,
1056
- { [_h]: ["GET", "/exporttasks", 200] }, () => ListExportTasksInput$, () => ListExportTasksOutput$
1057
- ];
1058
- var ListGraphs$ = [9, n0, _LG,
1059
- { [_h]: ["GET", "/graphs", 200] }, () => ListGraphsInput$, () => ListGraphsOutput$
1060
- ];
1061
- var ListGraphSnapshots$ = [9, n0, _LGS,
1062
- { [_h]: ["GET", "/snapshots", 200] }, () => ListGraphSnapshotsInput$, () => ListGraphSnapshotsOutput$
1063
- ];
1064
- var ListImportTasks$ = [9, n0, _LIT,
1065
- { [_h]: ["GET", "/importtasks", 200] }, () => ListImportTasksInput$, () => ListImportTasksOutput$
1066
- ];
1067
- var ListPrivateGraphEndpoints$ = [9, n0, _LPGE,
1068
- { [_h]: ["GET", "/graphs/{graphIdentifier}/endpoints/", 200] }, () => ListPrivateGraphEndpointsInput$, () => ListPrivateGraphEndpointsOutput$
1069
- ];
1070
- var ListQueries$ = [9, n0, _LQ,
1071
- { [_en]: ["{graphIdentifier}."], [_h]: ["GET", "/queries", 200] }, () => ListQueriesInput$, () => ListQueriesOutput$
1072
- ];
1073
- var ListTagsForResource$ = [9, n0, _LTFR,
1074
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
1075
- ];
1076
- var ResetGraph$ = [9, n0, _RG,
1077
- { [_h]: ["PUT", "/graphs/{graphIdentifier}", 200] }, () => ResetGraphInput$, () => ResetGraphOutput$
1078
- ];
1079
- var RestoreGraphFromSnapshot$ = [9, n0, _RGFS,
1080
- { [_h]: ["POST", "/snapshots/{snapshotIdentifier}/restore", 201] }, () => RestoreGraphFromSnapshotInput$, () => RestoreGraphFromSnapshotOutput$
1081
- ];
1082
- var StartExportTask$ = [9, n0, _SET,
1083
- { [_h]: ["POST", "/exporttasks", 201] }, () => StartExportTaskInput$, () => StartExportTaskOutput$
1084
- ];
1085
- var StartGraph$ = [9, n0, _SG,
1086
- { [_h]: ["POST", "/graphs/{graphIdentifier}/start", 200] }, () => StartGraphInput$, () => StartGraphOutput$
1087
- ];
1088
- var StartImportTask$ = [9, n0, _SIT,
1089
- { [_h]: ["POST", "/graphs/{graphIdentifier}/importtasks", 201] }, () => StartImportTaskInput$, () => StartImportTaskOutput$
1090
- ];
1091
- var StopGraph$ = [9, n0, _SGt,
1092
- { [_h]: ["POST", "/graphs/{graphIdentifier}/stop", 200] }, () => StopGraphInput$, () => StopGraphOutput$
1093
- ];
1094
- var TagResource$ = [9, n0, _TR,
1095
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceInput$, () => TagResourceOutput$
1096
- ];
1097
- var UntagResource$ = [9, n0, _UR,
1098
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
1099
- ];
1100
- var UpdateGraph$ = [9, n0, _UG,
1101
- { [_h]: ["PATCH", "/graphs/{graphIdentifier}", 200] }, () => UpdateGraphInput$, () => UpdateGraphOutput$
1102
- ];
1103
-
1104
117
  class CancelExportTaskCommand extends smithyClient.Command
1105
118
  .classBuilder()
1106
119
  .ep({
@@ -1112,7 +125,7 @@ class CancelExportTaskCommand extends smithyClient.Command
1112
125
  })
1113
126
  .s("AmazonNeptuneGraph", "CancelExportTask", {})
1114
127
  .n("NeptuneGraphClient", "CancelExportTaskCommand")
1115
- .sc(CancelExportTask$)
128
+ .sc(schemas_0.CancelExportTask$)
1116
129
  .build() {
1117
130
  }
1118
131
 
@@ -1127,7 +140,7 @@ class CancelImportTaskCommand extends smithyClient.Command
1127
140
  })
1128
141
  .s("AmazonNeptuneGraph", "CancelImportTask", {})
1129
142
  .n("NeptuneGraphClient", "CancelImportTaskCommand")
1130
- .sc(CancelImportTask$)
143
+ .sc(schemas_0.CancelImportTask$)
1131
144
  .build() {
1132
145
  }
1133
146
 
@@ -1142,7 +155,7 @@ class CancelQueryCommand extends smithyClient.Command
1142
155
  })
1143
156
  .s("AmazonNeptuneGraph", "CancelQuery", {})
1144
157
  .n("NeptuneGraphClient", "CancelQueryCommand")
1145
- .sc(CancelQuery$)
158
+ .sc(schemas_0.CancelQuery$)
1146
159
  .build() {
1147
160
  }
1148
161
 
@@ -1157,7 +170,7 @@ class CreateGraphCommand extends smithyClient.Command
1157
170
  })
1158
171
  .s("AmazonNeptuneGraph", "CreateGraph", {})
1159
172
  .n("NeptuneGraphClient", "CreateGraphCommand")
1160
- .sc(CreateGraph$)
173
+ .sc(schemas_0.CreateGraph$)
1161
174
  .build() {
1162
175
  }
1163
176
 
@@ -1172,7 +185,7 @@ class CreateGraphSnapshotCommand extends smithyClient.Command
1172
185
  })
1173
186
  .s("AmazonNeptuneGraph", "CreateGraphSnapshot", {})
1174
187
  .n("NeptuneGraphClient", "CreateGraphSnapshotCommand")
1175
- .sc(CreateGraphSnapshot$)
188
+ .sc(schemas_0.CreateGraphSnapshot$)
1176
189
  .build() {
1177
190
  }
1178
191
 
@@ -1187,7 +200,7 @@ class CreateGraphUsingImportTaskCommand extends smithyClient.Command
1187
200
  })
1188
201
  .s("AmazonNeptuneGraph", "CreateGraphUsingImportTask", {})
1189
202
  .n("NeptuneGraphClient", "CreateGraphUsingImportTaskCommand")
1190
- .sc(CreateGraphUsingImportTask$)
203
+ .sc(schemas_0.CreateGraphUsingImportTask$)
1191
204
  .build() {
1192
205
  }
1193
206
 
@@ -1202,7 +215,7 @@ class CreatePrivateGraphEndpointCommand extends smithyClient.Command
1202
215
  })
1203
216
  .s("AmazonNeptuneGraph", "CreatePrivateGraphEndpoint", {})
1204
217
  .n("NeptuneGraphClient", "CreatePrivateGraphEndpointCommand")
1205
- .sc(CreatePrivateGraphEndpoint$)
218
+ .sc(schemas_0.CreatePrivateGraphEndpoint$)
1206
219
  .build() {
1207
220
  }
1208
221
 
@@ -1217,7 +230,7 @@ class DeleteGraphCommand extends smithyClient.Command
1217
230
  })
1218
231
  .s("AmazonNeptuneGraph", "DeleteGraph", {})
1219
232
  .n("NeptuneGraphClient", "DeleteGraphCommand")
1220
- .sc(DeleteGraph$)
233
+ .sc(schemas_0.DeleteGraph$)
1221
234
  .build() {
1222
235
  }
1223
236
 
@@ -1232,7 +245,7 @@ class DeleteGraphSnapshotCommand extends smithyClient.Command
1232
245
  })
1233
246
  .s("AmazonNeptuneGraph", "DeleteGraphSnapshot", {})
1234
247
  .n("NeptuneGraphClient", "DeleteGraphSnapshotCommand")
1235
- .sc(DeleteGraphSnapshot$)
248
+ .sc(schemas_0.DeleteGraphSnapshot$)
1236
249
  .build() {
1237
250
  }
1238
251
 
@@ -1247,7 +260,7 @@ class DeletePrivateGraphEndpointCommand extends smithyClient.Command
1247
260
  })
1248
261
  .s("AmazonNeptuneGraph", "DeletePrivateGraphEndpoint", {})
1249
262
  .n("NeptuneGraphClient", "DeletePrivateGraphEndpointCommand")
1250
- .sc(DeletePrivateGraphEndpoint$)
263
+ .sc(schemas_0.DeletePrivateGraphEndpoint$)
1251
264
  .build() {
1252
265
  }
1253
266
 
@@ -1262,7 +275,7 @@ class ExecuteQueryCommand extends smithyClient.Command
1262
275
  })
1263
276
  .s("AmazonNeptuneGraph", "ExecuteQuery", {})
1264
277
  .n("NeptuneGraphClient", "ExecuteQueryCommand")
1265
- .sc(ExecuteQuery$)
278
+ .sc(schemas_0.ExecuteQuery$)
1266
279
  .build() {
1267
280
  }
1268
281
 
@@ -1277,7 +290,7 @@ class GetExportTaskCommand extends smithyClient.Command
1277
290
  })
1278
291
  .s("AmazonNeptuneGraph", "GetExportTask", {})
1279
292
  .n("NeptuneGraphClient", "GetExportTaskCommand")
1280
- .sc(GetExportTask$)
293
+ .sc(schemas_0.GetExportTask$)
1281
294
  .build() {
1282
295
  }
1283
296
 
@@ -1292,7 +305,7 @@ class GetGraphCommand extends smithyClient.Command
1292
305
  })
1293
306
  .s("AmazonNeptuneGraph", "GetGraph", {})
1294
307
  .n("NeptuneGraphClient", "GetGraphCommand")
1295
- .sc(GetGraph$)
308
+ .sc(schemas_0.GetGraph$)
1296
309
  .build() {
1297
310
  }
1298
311
 
@@ -1307,7 +320,7 @@ class GetGraphSnapshotCommand extends smithyClient.Command
1307
320
  })
1308
321
  .s("AmazonNeptuneGraph", "GetGraphSnapshot", {})
1309
322
  .n("NeptuneGraphClient", "GetGraphSnapshotCommand")
1310
- .sc(GetGraphSnapshot$)
323
+ .sc(schemas_0.GetGraphSnapshot$)
1311
324
  .build() {
1312
325
  }
1313
326
 
@@ -1322,7 +335,7 @@ class GetGraphSummaryCommand extends smithyClient.Command
1322
335
  })
1323
336
  .s("AmazonNeptuneGraph", "GetGraphSummary", {})
1324
337
  .n("NeptuneGraphClient", "GetGraphSummaryCommand")
1325
- .sc(GetGraphSummary$)
338
+ .sc(schemas_0.GetGraphSummary$)
1326
339
  .build() {
1327
340
  }
1328
341
 
@@ -1337,7 +350,7 @@ class GetImportTaskCommand extends smithyClient.Command
1337
350
  })
1338
351
  .s("AmazonNeptuneGraph", "GetImportTask", {})
1339
352
  .n("NeptuneGraphClient", "GetImportTaskCommand")
1340
- .sc(GetImportTask$)
353
+ .sc(schemas_0.GetImportTask$)
1341
354
  .build() {
1342
355
  }
1343
356
 
@@ -1352,7 +365,7 @@ class GetPrivateGraphEndpointCommand extends smithyClient.Command
1352
365
  })
1353
366
  .s("AmazonNeptuneGraph", "GetPrivateGraphEndpoint", {})
1354
367
  .n("NeptuneGraphClient", "GetPrivateGraphEndpointCommand")
1355
- .sc(GetPrivateGraphEndpoint$)
368
+ .sc(schemas_0.GetPrivateGraphEndpoint$)
1356
369
  .build() {
1357
370
  }
1358
371
 
@@ -1367,7 +380,7 @@ class GetQueryCommand extends smithyClient.Command
1367
380
  })
1368
381
  .s("AmazonNeptuneGraph", "GetQuery", {})
1369
382
  .n("NeptuneGraphClient", "GetQueryCommand")
1370
- .sc(GetQuery$)
383
+ .sc(schemas_0.GetQuery$)
1371
384
  .build() {
1372
385
  }
1373
386
 
@@ -1382,7 +395,7 @@ class ListExportTasksCommand extends smithyClient.Command
1382
395
  })
1383
396
  .s("AmazonNeptuneGraph", "ListExportTasks", {})
1384
397
  .n("NeptuneGraphClient", "ListExportTasksCommand")
1385
- .sc(ListExportTasks$)
398
+ .sc(schemas_0.ListExportTasks$)
1386
399
  .build() {
1387
400
  }
1388
401
 
@@ -1397,7 +410,7 @@ class ListGraphsCommand extends smithyClient.Command
1397
410
  })
1398
411
  .s("AmazonNeptuneGraph", "ListGraphs", {})
1399
412
  .n("NeptuneGraphClient", "ListGraphsCommand")
1400
- .sc(ListGraphs$)
413
+ .sc(schemas_0.ListGraphs$)
1401
414
  .build() {
1402
415
  }
1403
416
 
@@ -1412,7 +425,7 @@ class ListGraphSnapshotsCommand extends smithyClient.Command
1412
425
  })
1413
426
  .s("AmazonNeptuneGraph", "ListGraphSnapshots", {})
1414
427
  .n("NeptuneGraphClient", "ListGraphSnapshotsCommand")
1415
- .sc(ListGraphSnapshots$)
428
+ .sc(schemas_0.ListGraphSnapshots$)
1416
429
  .build() {
1417
430
  }
1418
431
 
@@ -1427,7 +440,7 @@ class ListImportTasksCommand extends smithyClient.Command
1427
440
  })
1428
441
  .s("AmazonNeptuneGraph", "ListImportTasks", {})
1429
442
  .n("NeptuneGraphClient", "ListImportTasksCommand")
1430
- .sc(ListImportTasks$)
443
+ .sc(schemas_0.ListImportTasks$)
1431
444
  .build() {
1432
445
  }
1433
446
 
@@ -1442,7 +455,7 @@ class ListPrivateGraphEndpointsCommand extends smithyClient.Command
1442
455
  })
1443
456
  .s("AmazonNeptuneGraph", "ListPrivateGraphEndpoints", {})
1444
457
  .n("NeptuneGraphClient", "ListPrivateGraphEndpointsCommand")
1445
- .sc(ListPrivateGraphEndpoints$)
458
+ .sc(schemas_0.ListPrivateGraphEndpoints$)
1446
459
  .build() {
1447
460
  }
1448
461
 
@@ -1457,7 +470,7 @@ class ListQueriesCommand extends smithyClient.Command
1457
470
  })
1458
471
  .s("AmazonNeptuneGraph", "ListQueries", {})
1459
472
  .n("NeptuneGraphClient", "ListQueriesCommand")
1460
- .sc(ListQueries$)
473
+ .sc(schemas_0.ListQueries$)
1461
474
  .build() {
1462
475
  }
1463
476
 
@@ -1472,7 +485,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1472
485
  })
1473
486
  .s("AmazonNeptuneGraph", "ListTagsForResource", {})
1474
487
  .n("NeptuneGraphClient", "ListTagsForResourceCommand")
1475
- .sc(ListTagsForResource$)
488
+ .sc(schemas_0.ListTagsForResource$)
1476
489
  .build() {
1477
490
  }
1478
491
 
@@ -1487,7 +500,7 @@ class ResetGraphCommand extends smithyClient.Command
1487
500
  })
1488
501
  .s("AmazonNeptuneGraph", "ResetGraph", {})
1489
502
  .n("NeptuneGraphClient", "ResetGraphCommand")
1490
- .sc(ResetGraph$)
503
+ .sc(schemas_0.ResetGraph$)
1491
504
  .build() {
1492
505
  }
1493
506
 
@@ -1502,7 +515,7 @@ class RestoreGraphFromSnapshotCommand extends smithyClient.Command
1502
515
  })
1503
516
  .s("AmazonNeptuneGraph", "RestoreGraphFromSnapshot", {})
1504
517
  .n("NeptuneGraphClient", "RestoreGraphFromSnapshotCommand")
1505
- .sc(RestoreGraphFromSnapshot$)
518
+ .sc(schemas_0.RestoreGraphFromSnapshot$)
1506
519
  .build() {
1507
520
  }
1508
521
 
@@ -1517,7 +530,7 @@ class StartExportTaskCommand extends smithyClient.Command
1517
530
  })
1518
531
  .s("AmazonNeptuneGraph", "StartExportTask", {})
1519
532
  .n("NeptuneGraphClient", "StartExportTaskCommand")
1520
- .sc(StartExportTask$)
533
+ .sc(schemas_0.StartExportTask$)
1521
534
  .build() {
1522
535
  }
1523
536
 
@@ -1532,7 +545,7 @@ class StartGraphCommand extends smithyClient.Command
1532
545
  })
1533
546
  .s("AmazonNeptuneGraph", "StartGraph", {})
1534
547
  .n("NeptuneGraphClient", "StartGraphCommand")
1535
- .sc(StartGraph$)
548
+ .sc(schemas_0.StartGraph$)
1536
549
  .build() {
1537
550
  }
1538
551
 
@@ -1547,7 +560,7 @@ class StartImportTaskCommand extends smithyClient.Command
1547
560
  })
1548
561
  .s("AmazonNeptuneGraph", "StartImportTask", {})
1549
562
  .n("NeptuneGraphClient", "StartImportTaskCommand")
1550
- .sc(StartImportTask$)
563
+ .sc(schemas_0.StartImportTask$)
1551
564
  .build() {
1552
565
  }
1553
566
 
@@ -1562,7 +575,7 @@ class StopGraphCommand extends smithyClient.Command
1562
575
  })
1563
576
  .s("AmazonNeptuneGraph", "StopGraph", {})
1564
577
  .n("NeptuneGraphClient", "StopGraphCommand")
1565
- .sc(StopGraph$)
578
+ .sc(schemas_0.StopGraph$)
1566
579
  .build() {
1567
580
  }
1568
581
 
@@ -1577,7 +590,7 @@ class TagResourceCommand extends smithyClient.Command
1577
590
  })
1578
591
  .s("AmazonNeptuneGraph", "TagResource", {})
1579
592
  .n("NeptuneGraphClient", "TagResourceCommand")
1580
- .sc(TagResource$)
593
+ .sc(schemas_0.TagResource$)
1581
594
  .build() {
1582
595
  }
1583
596
 
@@ -1592,7 +605,7 @@ class UntagResourceCommand extends smithyClient.Command
1592
605
  })
1593
606
  .s("AmazonNeptuneGraph", "UntagResource", {})
1594
607
  .n("NeptuneGraphClient", "UntagResourceCommand")
1595
- .sc(UntagResource$)
608
+ .sc(schemas_0.UntagResource$)
1596
609
  .build() {
1597
610
  }
1598
611
 
@@ -1607,7 +620,7 @@ class UpdateGraphCommand extends smithyClient.Command
1607
620
  })
1608
621
  .s("AmazonNeptuneGraph", "UpdateGraph", {})
1609
622
  .n("NeptuneGraphClient", "UpdateGraphCommand")
1610
- .sc(UpdateGraph$)
623
+ .sc(schemas_0.UpdateGraph$)
1611
624
  .build() {
1612
625
  }
1613
626
 
@@ -2286,197 +1299,65 @@ Object.defineProperty(exports, "__Client", {
2286
1299
  enumerable: true,
2287
1300
  get: function () { return smithyClient.Client; }
2288
1301
  });
2289
- exports.AccessDeniedException = AccessDeniedException;
2290
- exports.AccessDeniedException$ = AccessDeniedException$;
1302
+ Object.defineProperty(exports, "NeptuneGraphServiceException", {
1303
+ enumerable: true,
1304
+ get: function () { return NeptuneGraphServiceException.NeptuneGraphServiceException; }
1305
+ });
2291
1306
  exports.BlankNodeHandling = BlankNodeHandling;
2292
- exports.CancelExportTask$ = CancelExportTask$;
2293
1307
  exports.CancelExportTaskCommand = CancelExportTaskCommand;
2294
- exports.CancelExportTaskInput$ = CancelExportTaskInput$;
2295
- exports.CancelExportTaskOutput$ = CancelExportTaskOutput$;
2296
- exports.CancelImportTask$ = CancelImportTask$;
2297
1308
  exports.CancelImportTaskCommand = CancelImportTaskCommand;
2298
- exports.CancelImportTaskInput$ = CancelImportTaskInput$;
2299
- exports.CancelImportTaskOutput$ = CancelImportTaskOutput$;
2300
- exports.CancelQuery$ = CancelQuery$;
2301
1309
  exports.CancelQueryCommand = CancelQueryCommand;
2302
- exports.CancelQueryInput$ = CancelQueryInput$;
2303
- exports.ConflictException = ConflictException;
2304
- exports.ConflictException$ = ConflictException$;
2305
1310
  exports.ConflictExceptionReason = ConflictExceptionReason;
2306
- exports.CreateGraph$ = CreateGraph$;
2307
1311
  exports.CreateGraphCommand = CreateGraphCommand;
2308
- exports.CreateGraphInput$ = CreateGraphInput$;
2309
- exports.CreateGraphOutput$ = CreateGraphOutput$;
2310
- exports.CreateGraphSnapshot$ = CreateGraphSnapshot$;
2311
1312
  exports.CreateGraphSnapshotCommand = CreateGraphSnapshotCommand;
2312
- exports.CreateGraphSnapshotInput$ = CreateGraphSnapshotInput$;
2313
- exports.CreateGraphSnapshotOutput$ = CreateGraphSnapshotOutput$;
2314
- exports.CreateGraphUsingImportTask$ = CreateGraphUsingImportTask$;
2315
1313
  exports.CreateGraphUsingImportTaskCommand = CreateGraphUsingImportTaskCommand;
2316
- exports.CreateGraphUsingImportTaskInput$ = CreateGraphUsingImportTaskInput$;
2317
- exports.CreateGraphUsingImportTaskOutput$ = CreateGraphUsingImportTaskOutput$;
2318
- exports.CreatePrivateGraphEndpoint$ = CreatePrivateGraphEndpoint$;
2319
1314
  exports.CreatePrivateGraphEndpointCommand = CreatePrivateGraphEndpointCommand;
2320
- exports.CreatePrivateGraphEndpointInput$ = CreatePrivateGraphEndpointInput$;
2321
- exports.CreatePrivateGraphEndpointOutput$ = CreatePrivateGraphEndpointOutput$;
2322
- exports.DeleteGraph$ = DeleteGraph$;
2323
1315
  exports.DeleteGraphCommand = DeleteGraphCommand;
2324
- exports.DeleteGraphInput$ = DeleteGraphInput$;
2325
- exports.DeleteGraphOutput$ = DeleteGraphOutput$;
2326
- exports.DeleteGraphSnapshot$ = DeleteGraphSnapshot$;
2327
1316
  exports.DeleteGraphSnapshotCommand = DeleteGraphSnapshotCommand;
2328
- exports.DeleteGraphSnapshotInput$ = DeleteGraphSnapshotInput$;
2329
- exports.DeleteGraphSnapshotOutput$ = DeleteGraphSnapshotOutput$;
2330
- exports.DeletePrivateGraphEndpoint$ = DeletePrivateGraphEndpoint$;
2331
1317
  exports.DeletePrivateGraphEndpointCommand = DeletePrivateGraphEndpointCommand;
2332
- exports.DeletePrivateGraphEndpointInput$ = DeletePrivateGraphEndpointInput$;
2333
- exports.DeletePrivateGraphEndpointOutput$ = DeletePrivateGraphEndpointOutput$;
2334
- exports.EdgeStructure$ = EdgeStructure$;
2335
- exports.ExecuteQuery$ = ExecuteQuery$;
2336
1318
  exports.ExecuteQueryCommand = ExecuteQueryCommand;
2337
- exports.ExecuteQueryInput$ = ExecuteQueryInput$;
2338
- exports.ExecuteQueryOutput$ = ExecuteQueryOutput$;
2339
1319
  exports.ExplainMode = ExplainMode;
2340
- exports.ExportFilter$ = ExportFilter$;
2341
- exports.ExportFilterElement$ = ExportFilterElement$;
2342
- exports.ExportFilterPropertyAttributes$ = ExportFilterPropertyAttributes$;
2343
1320
  exports.ExportFormat = ExportFormat;
2344
- exports.ExportTaskDetails$ = ExportTaskDetails$;
2345
1321
  exports.ExportTaskStatus = ExportTaskStatus;
2346
- exports.ExportTaskSummary$ = ExportTaskSummary$;
2347
1322
  exports.Format = Format;
2348
- exports.GetExportTask$ = GetExportTask$;
2349
1323
  exports.GetExportTaskCommand = GetExportTaskCommand;
2350
- exports.GetExportTaskInput$ = GetExportTaskInput$;
2351
- exports.GetExportTaskOutput$ = GetExportTaskOutput$;
2352
- exports.GetGraph$ = GetGraph$;
2353
1324
  exports.GetGraphCommand = GetGraphCommand;
2354
- exports.GetGraphInput$ = GetGraphInput$;
2355
- exports.GetGraphOutput$ = GetGraphOutput$;
2356
- exports.GetGraphSnapshot$ = GetGraphSnapshot$;
2357
1325
  exports.GetGraphSnapshotCommand = GetGraphSnapshotCommand;
2358
- exports.GetGraphSnapshotInput$ = GetGraphSnapshotInput$;
2359
- exports.GetGraphSnapshotOutput$ = GetGraphSnapshotOutput$;
2360
- exports.GetGraphSummary$ = GetGraphSummary$;
2361
1326
  exports.GetGraphSummaryCommand = GetGraphSummaryCommand;
2362
- exports.GetGraphSummaryInput$ = GetGraphSummaryInput$;
2363
- exports.GetGraphSummaryOutput$ = GetGraphSummaryOutput$;
2364
- exports.GetImportTask$ = GetImportTask$;
2365
1327
  exports.GetImportTaskCommand = GetImportTaskCommand;
2366
- exports.GetImportTaskInput$ = GetImportTaskInput$;
2367
- exports.GetImportTaskOutput$ = GetImportTaskOutput$;
2368
- exports.GetPrivateGraphEndpoint$ = GetPrivateGraphEndpoint$;
2369
1328
  exports.GetPrivateGraphEndpointCommand = GetPrivateGraphEndpointCommand;
2370
- exports.GetPrivateGraphEndpointInput$ = GetPrivateGraphEndpointInput$;
2371
- exports.GetPrivateGraphEndpointOutput$ = GetPrivateGraphEndpointOutput$;
2372
- exports.GetQuery$ = GetQuery$;
2373
1329
  exports.GetQueryCommand = GetQueryCommand;
2374
- exports.GetQueryInput$ = GetQueryInput$;
2375
- exports.GetQueryOutput$ = GetQueryOutput$;
2376
- exports.GraphDataSummary$ = GraphDataSummary$;
2377
- exports.GraphSnapshotSummary$ = GraphSnapshotSummary$;
2378
1330
  exports.GraphStatus = GraphStatus;
2379
- exports.GraphSummary$ = GraphSummary$;
2380
1331
  exports.GraphSummaryMode = GraphSummaryMode;
2381
- exports.ImportOptions$ = ImportOptions$;
2382
- exports.ImportTaskDetails$ = ImportTaskDetails$;
2383
1332
  exports.ImportTaskStatus = ImportTaskStatus;
2384
- exports.ImportTaskSummary$ = ImportTaskSummary$;
2385
- exports.InternalServerException = InternalServerException;
2386
- exports.InternalServerException$ = InternalServerException$;
2387
- exports.ListExportTasks$ = ListExportTasks$;
2388
1333
  exports.ListExportTasksCommand = ListExportTasksCommand;
2389
- exports.ListExportTasksInput$ = ListExportTasksInput$;
2390
- exports.ListExportTasksOutput$ = ListExportTasksOutput$;
2391
- exports.ListGraphSnapshots$ = ListGraphSnapshots$;
2392
1334
  exports.ListGraphSnapshotsCommand = ListGraphSnapshotsCommand;
2393
- exports.ListGraphSnapshotsInput$ = ListGraphSnapshotsInput$;
2394
- exports.ListGraphSnapshotsOutput$ = ListGraphSnapshotsOutput$;
2395
- exports.ListGraphs$ = ListGraphs$;
2396
1335
  exports.ListGraphsCommand = ListGraphsCommand;
2397
- exports.ListGraphsInput$ = ListGraphsInput$;
2398
- exports.ListGraphsOutput$ = ListGraphsOutput$;
2399
- exports.ListImportTasks$ = ListImportTasks$;
2400
1336
  exports.ListImportTasksCommand = ListImportTasksCommand;
2401
- exports.ListImportTasksInput$ = ListImportTasksInput$;
2402
- exports.ListImportTasksOutput$ = ListImportTasksOutput$;
2403
- exports.ListPrivateGraphEndpoints$ = ListPrivateGraphEndpoints$;
2404
1337
  exports.ListPrivateGraphEndpointsCommand = ListPrivateGraphEndpointsCommand;
2405
- exports.ListPrivateGraphEndpointsInput$ = ListPrivateGraphEndpointsInput$;
2406
- exports.ListPrivateGraphEndpointsOutput$ = ListPrivateGraphEndpointsOutput$;
2407
- exports.ListQueries$ = ListQueries$;
2408
1338
  exports.ListQueriesCommand = ListQueriesCommand;
2409
- exports.ListQueriesInput$ = ListQueriesInput$;
2410
- exports.ListQueriesOutput$ = ListQueriesOutput$;
2411
- exports.ListTagsForResource$ = ListTagsForResource$;
2412
1339
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2413
- exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
2414
- exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
2415
1340
  exports.MultiValueHandlingType = MultiValueHandlingType;
2416
1341
  exports.NeptuneGraph = NeptuneGraph;
2417
1342
  exports.NeptuneGraphClient = NeptuneGraphClient;
2418
- exports.NeptuneGraphServiceException = NeptuneGraphServiceException;
2419
- exports.NeptuneGraphServiceException$ = NeptuneGraphServiceException$;
2420
- exports.NeptuneImportOptions$ = NeptuneImportOptions$;
2421
- exports.NodeStructure$ = NodeStructure$;
2422
1343
  exports.ParquetType = ParquetType;
2423
1344
  exports.PlanCacheType = PlanCacheType;
2424
1345
  exports.PrivateGraphEndpointStatus = PrivateGraphEndpointStatus;
2425
- exports.PrivateGraphEndpointSummary$ = PrivateGraphEndpointSummary$;
2426
1346
  exports.QueryLanguage = QueryLanguage;
2427
1347
  exports.QueryState = QueryState;
2428
1348
  exports.QueryStateInput = QueryStateInput;
2429
- exports.QuerySummary$ = QuerySummary$;
2430
- exports.ResetGraph$ = ResetGraph$;
2431
1349
  exports.ResetGraphCommand = ResetGraphCommand;
2432
- exports.ResetGraphInput$ = ResetGraphInput$;
2433
- exports.ResetGraphOutput$ = ResetGraphOutput$;
2434
- exports.ResourceNotFoundException = ResourceNotFoundException;
2435
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2436
- exports.RestoreGraphFromSnapshot$ = RestoreGraphFromSnapshot$;
2437
1350
  exports.RestoreGraphFromSnapshotCommand = RestoreGraphFromSnapshotCommand;
2438
- exports.RestoreGraphFromSnapshotInput$ = RestoreGraphFromSnapshotInput$;
2439
- exports.RestoreGraphFromSnapshotOutput$ = RestoreGraphFromSnapshotOutput$;
2440
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
2441
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
2442
1351
  exports.SnapshotStatus = SnapshotStatus;
2443
- exports.StartExportTask$ = StartExportTask$;
2444
1352
  exports.StartExportTaskCommand = StartExportTaskCommand;
2445
- exports.StartExportTaskInput$ = StartExportTaskInput$;
2446
- exports.StartExportTaskOutput$ = StartExportTaskOutput$;
2447
- exports.StartGraph$ = StartGraph$;
2448
1353
  exports.StartGraphCommand = StartGraphCommand;
2449
- exports.StartGraphInput$ = StartGraphInput$;
2450
- exports.StartGraphOutput$ = StartGraphOutput$;
2451
- exports.StartImportTask$ = StartImportTask$;
2452
1354
  exports.StartImportTaskCommand = StartImportTaskCommand;
2453
- exports.StartImportTaskInput$ = StartImportTaskInput$;
2454
- exports.StartImportTaskOutput$ = StartImportTaskOutput$;
2455
- exports.StopGraph$ = StopGraph$;
2456
1355
  exports.StopGraphCommand = StopGraphCommand;
2457
- exports.StopGraphInput$ = StopGraphInput$;
2458
- exports.StopGraphOutput$ = StopGraphOutput$;
2459
- exports.TagResource$ = TagResource$;
2460
1356
  exports.TagResourceCommand = TagResourceCommand;
2461
- exports.TagResourceInput$ = TagResourceInput$;
2462
- exports.TagResourceOutput$ = TagResourceOutput$;
2463
- exports.ThrottlingException = ThrottlingException;
2464
- exports.ThrottlingException$ = ThrottlingException$;
2465
- exports.UnprocessableException = UnprocessableException;
2466
- exports.UnprocessableException$ = UnprocessableException$;
2467
1357
  exports.UnprocessableExceptionReason = UnprocessableExceptionReason;
2468
- exports.UntagResource$ = UntagResource$;
2469
1358
  exports.UntagResourceCommand = UntagResourceCommand;
2470
- exports.UntagResourceInput$ = UntagResourceInput$;
2471
- exports.UntagResourceOutput$ = UntagResourceOutput$;
2472
- exports.UpdateGraph$ = UpdateGraph$;
2473
1359
  exports.UpdateGraphCommand = UpdateGraphCommand;
2474
- exports.UpdateGraphInput$ = UpdateGraphInput$;
2475
- exports.UpdateGraphOutput$ = UpdateGraphOutput$;
2476
- exports.ValidationException = ValidationException;
2477
- exports.ValidationException$ = ValidationException$;
2478
1360
  exports.ValidationExceptionReason = ValidationExceptionReason;
2479
- exports.VectorSearchConfiguration$ = VectorSearchConfiguration$;
2480
1361
  exports.paginateListExportTasks = paginateListExportTasks;
2481
1362
  exports.paginateListGraphSnapshots = paginateListGraphSnapshots;
2482
1363
  exports.paginateListGraphs = paginateListGraphs;
@@ -2504,3 +1385,15 @@ exports.waitUntilImportTaskCancelled = waitUntilImportTaskCancelled;
2504
1385
  exports.waitUntilImportTaskSuccessful = waitUntilImportTaskSuccessful;
2505
1386
  exports.waitUntilPrivateGraphEndpointAvailable = waitUntilPrivateGraphEndpointAvailable;
2506
1387
  exports.waitUntilPrivateGraphEndpointDeleted = waitUntilPrivateGraphEndpointDeleted;
1388
+ Object.keys(schemas_0).forEach(function (k) {
1389
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1390
+ enumerable: true,
1391
+ get: function () { return schemas_0[k]; }
1392
+ });
1393
+ });
1394
+ Object.keys(errors).forEach(function (k) {
1395
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1396
+ enumerable: true,
1397
+ get: function () { return errors[k]; }
1398
+ });
1399
+ });