@aws-sdk/client-neptunedata 3.952.0 → 3.954.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist-cjs/index.js +679 -481
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CancelGremlinQueryCommand.js +2 -2
  4. package/dist-es/commands/CancelLoaderJobCommand.js +2 -2
  5. package/dist-es/commands/CancelMLDataProcessingJobCommand.js +2 -2
  6. package/dist-es/commands/CancelMLModelTrainingJobCommand.js +2 -2
  7. package/dist-es/commands/CancelMLModelTransformJobCommand.js +2 -2
  8. package/dist-es/commands/CancelOpenCypherQueryCommand.js +2 -2
  9. package/dist-es/commands/CreateMLEndpointCommand.js +2 -2
  10. package/dist-es/commands/DeleteMLEndpointCommand.js +2 -2
  11. package/dist-es/commands/DeletePropertygraphStatisticsCommand.js +2 -2
  12. package/dist-es/commands/DeleteSparqlStatisticsCommand.js +2 -2
  13. package/dist-es/commands/ExecuteFastResetCommand.js +2 -2
  14. package/dist-es/commands/ExecuteGremlinExplainQueryCommand.js +2 -2
  15. package/dist-es/commands/ExecuteGremlinProfileQueryCommand.js +2 -2
  16. package/dist-es/commands/ExecuteGremlinQueryCommand.js +2 -2
  17. package/dist-es/commands/ExecuteOpenCypherExplainQueryCommand.js +2 -2
  18. package/dist-es/commands/ExecuteOpenCypherQueryCommand.js +2 -2
  19. package/dist-es/commands/GetEngineStatusCommand.js +2 -2
  20. package/dist-es/commands/GetGremlinQueryStatusCommand.js +2 -2
  21. package/dist-es/commands/GetLoaderJobStatusCommand.js +2 -2
  22. package/dist-es/commands/GetMLDataProcessingJobCommand.js +2 -2
  23. package/dist-es/commands/GetMLEndpointCommand.js +2 -2
  24. package/dist-es/commands/GetMLModelTrainingJobCommand.js +2 -2
  25. package/dist-es/commands/GetMLModelTransformJobCommand.js +2 -2
  26. package/dist-es/commands/GetOpenCypherQueryStatusCommand.js +2 -2
  27. package/dist-es/commands/GetPropertygraphStatisticsCommand.js +2 -2
  28. package/dist-es/commands/GetPropertygraphStreamCommand.js +2 -2
  29. package/dist-es/commands/GetPropertygraphSummaryCommand.js +2 -2
  30. package/dist-es/commands/GetRDFGraphSummaryCommand.js +2 -2
  31. package/dist-es/commands/GetSparqlStatisticsCommand.js +2 -2
  32. package/dist-es/commands/GetSparqlStreamCommand.js +2 -2
  33. package/dist-es/commands/ListGremlinQueriesCommand.js +2 -2
  34. package/dist-es/commands/ListLoaderJobsCommand.js +2 -2
  35. package/dist-es/commands/ListMLDataProcessingJobsCommand.js +2 -2
  36. package/dist-es/commands/ListMLEndpointsCommand.js +2 -2
  37. package/dist-es/commands/ListMLModelTrainingJobsCommand.js +2 -2
  38. package/dist-es/commands/ListMLModelTransformJobsCommand.js +2 -2
  39. package/dist-es/commands/ListOpenCypherQueriesCommand.js +2 -2
  40. package/dist-es/commands/ManagePropertygraphStatisticsCommand.js +2 -2
  41. package/dist-es/commands/ManageSparqlStatisticsCommand.js +2 -2
  42. package/dist-es/commands/StartLoaderJobCommand.js +2 -2
  43. package/dist-es/commands/StartMLDataProcessingJobCommand.js +2 -2
  44. package/dist-es/commands/StartMLModelTrainingJobCommand.js +2 -2
  45. package/dist-es/commands/StartMLModelTransformJobCommand.js +2 -2
  46. package/dist-es/index.js +1 -0
  47. package/dist-es/runtimeConfig.shared.js +6 -1
  48. package/dist-es/schemas/schemas_0.js +363 -349
  49. package/dist-types/NeptunedataClient.d.ts +1 -10
  50. package/dist-types/index.d.ts +1 -0
  51. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  52. package/dist-types/runtimeConfig.d.ts +6 -2
  53. package/dist-types/runtimeConfig.native.d.ts +6 -2
  54. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  55. package/dist-types/schemas/schemas_0.d.ts +185 -208
  56. package/dist-types/ts3.4/NeptunedataClient.d.ts +0 -4
  57. package/dist-types/ts3.4/index.d.ts +1 -0
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  62. package/dist-types/ts3.4/schemas/schemas_0.d.ts +184 -209
  63. package/package.json +35 -35
@@ -391,10 +391,10 @@ const _ve = "version";
391
391
  const _w = "waited";
392
392
  const n0 = "com.amazonaws.neptunedata";
393
393
  import { TypeRegistry } from "@smithy/core/schema";
394
- import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, BulkLoadIdNotFoundException as __BulkLoadIdNotFoundException, CancelledByUserException as __CancelledByUserException, ClientTimeoutException as __ClientTimeoutException, ConcurrentModificationException as __ConcurrentModificationException, ConstraintViolationException as __ConstraintViolationException, ExpiredStreamException as __ExpiredStreamException, FailureByQueryException as __FailureByQueryException, IllegalArgumentException as __IllegalArgumentException, InternalFailureException as __InternalFailureException, InvalidArgumentException as __InvalidArgumentException, InvalidNumericDataException as __InvalidNumericDataException, InvalidParameterException as __InvalidParameterException, LoadUrlAccessDeniedException as __LoadUrlAccessDeniedException, MalformedQueryException as __MalformedQueryException, MemoryLimitExceededException as __MemoryLimitExceededException, MethodNotAllowedException as __MethodNotAllowedException, MissingParameterException as __MissingParameterException, MLResourceNotFoundException as __MLResourceNotFoundException, ParsingException as __ParsingException, PreconditionsFailedException as __PreconditionsFailedException, QueryLimitExceededException as __QueryLimitExceededException, QueryLimitException as __QueryLimitException, QueryTooLargeException as __QueryTooLargeException, ReadOnlyViolationException as __ReadOnlyViolationException, S3Exception as __S3Exception, ServerShutdownException as __ServerShutdownException, StatisticsNotAvailableException as __StatisticsNotAvailableException, StreamRecordsNotFoundException as __StreamRecordsNotFoundException, ThrottlingException as __ThrottlingException, TimeLimitExceededException as __TimeLimitExceededException, TooManyRequestsException as __TooManyRequestsException, UnsupportedOperationException as __UnsupportedOperationException, } from "../models/errors";
395
- import { NeptunedataServiceException as __NeptunedataServiceException } from "../models/NeptunedataServiceException";
396
- export var ReportAsText = [0, n0, _RAT, { [_mT]: _t }, 21];
397
- export var AccessDeniedException = [
394
+ import { AccessDeniedException, BadRequestException, BulkLoadIdNotFoundException, CancelledByUserException, ClientTimeoutException, ConcurrentModificationException, ConstraintViolationException, ExpiredStreamException, FailureByQueryException, IllegalArgumentException, InternalFailureException, InvalidArgumentException, InvalidNumericDataException, InvalidParameterException, LoadUrlAccessDeniedException, MalformedQueryException, MemoryLimitExceededException, MethodNotAllowedException, MissingParameterException, MLResourceNotFoundException, ParsingException, PreconditionsFailedException, QueryLimitExceededException, QueryLimitException, QueryTooLargeException, ReadOnlyViolationException, S3Exception, ServerShutdownException, StatisticsNotAvailableException, StreamRecordsNotFoundException, ThrottlingException, TimeLimitExceededException, TooManyRequestsException, UnsupportedOperationException, } from "../models/errors";
395
+ import { NeptunedataServiceException } from "../models/NeptunedataServiceException";
396
+ var ReportAsText = [0, n0, _RAT, { [_mT]: _t }, 21];
397
+ export var AccessDeniedException$ = [
398
398
  -3,
399
399
  n0,
400
400
  _ADE,
@@ -402,8 +402,8 @@ export var AccessDeniedException = [
402
402
  [_dM, _rI, _co],
403
403
  [0, 0, 0],
404
404
  ];
405
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
406
- export var BadRequestException = [
405
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
406
+ export var BadRequestException$ = [
407
407
  -3,
408
408
  n0,
409
409
  _BRE,
@@ -411,8 +411,8 @@ export var BadRequestException = [
411
411
  [_dM, _rI, _co],
412
412
  [0, 0, 0],
413
413
  ];
414
- TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
415
- export var BulkLoadIdNotFoundException = [
414
+ TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
415
+ export var BulkLoadIdNotFoundException$ = [
416
416
  -3,
417
417
  n0,
418
418
  _BLINFE,
@@ -420,10 +420,10 @@ export var BulkLoadIdNotFoundException = [
420
420
  [_dM, _rI, _co],
421
421
  [0, 0, 0],
422
422
  ];
423
- TypeRegistry.for(n0).registerError(BulkLoadIdNotFoundException, __BulkLoadIdNotFoundException);
424
- export var CancelGremlinQueryInput = [3, n0, _CGQI, 0, [_qI], [[0, 1]]];
425
- export var CancelGremlinQueryOutput = [3, n0, _CGQO, 0, [_s], [0]];
426
- export var CancelledByUserException = [
423
+ TypeRegistry.for(n0).registerError(BulkLoadIdNotFoundException$, BulkLoadIdNotFoundException);
424
+ export var CancelGremlinQueryInput$ = [3, n0, _CGQI, 0, [_qI], [[0, 1]]];
425
+ export var CancelGremlinQueryOutput$ = [3, n0, _CGQO, 0, [_s], [0]];
426
+ export var CancelledByUserException$ = [
427
427
  -3,
428
428
  n0,
429
429
  _CBUE,
@@ -431,10 +431,10 @@ export var CancelledByUserException = [
431
431
  [_dM, _rI, _co],
432
432
  [0, 0, 0],
433
433
  ];
434
- TypeRegistry.for(n0).registerError(CancelledByUserException, __CancelledByUserException);
435
- export var CancelLoaderJobInput = [3, n0, _CLJI, 0, [_lI], [[0, 1]]];
436
- export var CancelLoaderJobOutput = [3, n0, _CLJO, 0, [_s], [0]];
437
- export var CancelMLDataProcessingJobInput = [
434
+ TypeRegistry.for(n0).registerError(CancelledByUserException$, CancelledByUserException);
435
+ export var CancelLoaderJobInput$ = [3, n0, _CLJI, 0, [_lI], [[0, 1]]];
436
+ export var CancelLoaderJobOutput$ = [3, n0, _CLJO, 0, [_s], [0]];
437
+ export var CancelMLDataProcessingJobInput$ = [
438
438
  3,
439
439
  n0,
440
440
  _CMLDPJI,
@@ -446,8 +446,8 @@ export var CancelMLDataProcessingJobInput = [
446
446
  [2, { [_hQ]: _cl }],
447
447
  ],
448
448
  ];
449
- export var CancelMLDataProcessingJobOutput = [3, n0, _CMLDPJO, 0, [_s], [0]];
450
- export var CancelMLModelTrainingJobInput = [
449
+ export var CancelMLDataProcessingJobOutput$ = [3, n0, _CMLDPJO, 0, [_s], [0]];
450
+ export var CancelMLModelTrainingJobInput$ = [
451
451
  3,
452
452
  n0,
453
453
  _CMLMTJI,
@@ -459,8 +459,8 @@ export var CancelMLModelTrainingJobInput = [
459
459
  [2, { [_hQ]: _cl }],
460
460
  ],
461
461
  ];
462
- export var CancelMLModelTrainingJobOutput = [3, n0, _CMLMTJO, 0, [_s], [0]];
463
- export var CancelMLModelTransformJobInput = [
462
+ export var CancelMLModelTrainingJobOutput$ = [3, n0, _CMLMTJO, 0, [_s], [0]];
463
+ export var CancelMLModelTransformJobInput$ = [
464
464
  3,
465
465
  n0,
466
466
  _CMLMTJIa,
@@ -472,8 +472,8 @@ export var CancelMLModelTransformJobInput = [
472
472
  [2, { [_hQ]: _cl }],
473
473
  ],
474
474
  ];
475
- export var CancelMLModelTransformJobOutput = [3, n0, _CMLMTJOa, 0, [_s], [0]];
476
- export var CancelOpenCypherQueryInput = [
475
+ export var CancelMLModelTransformJobOutput$ = [3, n0, _CMLMTJOa, 0, [_s], [0]];
476
+ export var CancelOpenCypherQueryInput$ = [
477
477
  3,
478
478
  n0,
479
479
  _COCQI,
@@ -484,8 +484,8 @@ export var CancelOpenCypherQueryInput = [
484
484
  [2, { [_hQ]: _si }],
485
485
  ],
486
486
  ];
487
- export var CancelOpenCypherQueryOutput = [3, n0, _COCQO, 0, [_s, _p], [0, 2]];
488
- export var ClientTimeoutException = [
487
+ export var CancelOpenCypherQueryOutput$ = [3, n0, _COCQO, 0, [_s, _p], [0, 2]];
488
+ export var ClientTimeoutException$ = [
489
489
  -3,
490
490
  n0,
491
491
  _CTE,
@@ -493,8 +493,8 @@ export var ClientTimeoutException = [
493
493
  [_dM, _rI, _co],
494
494
  [0, 0, 0],
495
495
  ];
496
- TypeRegistry.for(n0).registerError(ClientTimeoutException, __ClientTimeoutException);
497
- export var ConcurrentModificationException = [
496
+ TypeRegistry.for(n0).registerError(ClientTimeoutException$, ClientTimeoutException);
497
+ export var ConcurrentModificationException$ = [
498
498
  -3,
499
499
  n0,
500
500
  _CME,
@@ -502,8 +502,8 @@ export var ConcurrentModificationException = [
502
502
  [_dM, _rI, _co],
503
503
  [0, 0, 0],
504
504
  ];
505
- TypeRegistry.for(n0).registerError(ConcurrentModificationException, __ConcurrentModificationException);
506
- export var ConstraintViolationException = [
505
+ TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
506
+ export var ConstraintViolationException$ = [
507
507
  -3,
508
508
  n0,
509
509
  _CVE,
@@ -511,8 +511,8 @@ export var ConstraintViolationException = [
511
511
  [_dM, _rI, _co],
512
512
  [0, 0, 0],
513
513
  ];
514
- TypeRegistry.for(n0).registerError(ConstraintViolationException, __ConstraintViolationException);
515
- export var CreateMLEndpointInput = [
514
+ TypeRegistry.for(n0).registerError(ConstraintViolationException$, ConstraintViolationException);
515
+ export var CreateMLEndpointInput$ = [
516
516
  3,
517
517
  n0,
518
518
  _CMLEI,
@@ -520,10 +520,10 @@ export var CreateMLEndpointInput = [
520
520
  [_i, _mMTJI, _mMTJIl, _u, _nIRA, _mN, _iT, _iC, _vEKMSK],
521
521
  [0, 0, 0, 2, 0, 0, 0, 1, 0],
522
522
  ];
523
- export var CreateMLEndpointOutput = [3, n0, _CMLEO, 0, [_i, _a, _cTIM], [0, 0, 1]];
524
- export var CustomModelTrainingParameters = [3, n0, _CMTP, 0, [_sSDP, _tEPS, _tEPSr], [0, 0, 0]];
525
- export var CustomModelTransformParameters = [3, n0, _CMTPu, 0, [_sSDP, _tEPSr], [0, 0]];
526
- export var DeleteMLEndpointInput = [
523
+ export var CreateMLEndpointOutput$ = [3, n0, _CMLEO, 0, [_i, _a, _cTIM], [0, 0, 1]];
524
+ export var CustomModelTrainingParameters$ = [3, n0, _CMTP, 0, [_sSDP, _tEPS, _tEPSr], [0, 0, 0]];
525
+ export var CustomModelTransformParameters$ = [3, n0, _CMTPu, 0, [_sSDP, _tEPSr], [0, 0]];
526
+ export var DeleteMLEndpointInput$ = [
527
527
  3,
528
528
  n0,
529
529
  _DMLEI,
@@ -535,29 +535,29 @@ export var DeleteMLEndpointInput = [
535
535
  [2, { [_hQ]: _cl }],
536
536
  ],
537
537
  ];
538
- export var DeleteMLEndpointOutput = [3, n0, _DMLEO, 0, [_s], [0]];
539
- export var DeletePropertygraphStatisticsOutput = [
538
+ export var DeleteMLEndpointOutput$ = [3, n0, _DMLEO, 0, [_s], [0]];
539
+ export var DeletePropertygraphStatisticsOutput$ = [
540
540
  3,
541
541
  n0,
542
542
  _DPSO,
543
543
  0,
544
544
  [_sC, _s, _p],
545
- [[1, 32], 0, () => DeleteStatisticsValueMap],
545
+ [[1, 32], 0, () => DeleteStatisticsValueMap$],
546
546
  ];
547
- export var DeleteSparqlStatisticsOutput = [
547
+ export var DeleteSparqlStatisticsOutput$ = [
548
548
  3,
549
549
  n0,
550
550
  _DSSO,
551
551
  0,
552
552
  [_sC, _s, _p],
553
- [[1, 32], 0, () => DeleteStatisticsValueMap],
554
- ];
555
- export var DeleteStatisticsValueMap = [3, n0, _DSVM, 0, [_ac, _sI], [2, 0]];
556
- export var EdgeStructure = [3, n0, _ES, 0, [_cou, _eP], [1, 64 | 0]];
557
- export var ExecuteFastResetInput = [3, n0, _EFRI, 0, [_act, _to], [0, 0]];
558
- export var ExecuteFastResetOutput = [3, n0, _EFRO, 0, [_s, _p], [0, () => FastResetToken]];
559
- export var ExecuteGremlinExplainQueryInput = [3, n0, _EGEQI, 0, [_gQ], [[0, { [_jN]: _g }]]];
560
- export var ExecuteGremlinExplainQueryOutput = [
553
+ [[1, 32], 0, () => DeleteStatisticsValueMap$],
554
+ ];
555
+ export var DeleteStatisticsValueMap$ = [3, n0, _DSVM, 0, [_ac, _sI], [2, 0]];
556
+ export var EdgeStructure$ = [3, n0, _ES, 0, [_cou, _eP], [1, 64 | 0]];
557
+ export var ExecuteFastResetInput$ = [3, n0, _EFRI, 0, [_act, _to], [0, 0]];
558
+ export var ExecuteFastResetOutput$ = [3, n0, _EFRO, 0, [_s, _p], [0, () => FastResetToken$]];
559
+ export var ExecuteGremlinExplainQueryInput$ = [3, n0, _EGEQI, 0, [_gQ], [[0, { [_jN]: _g }]]];
560
+ export var ExecuteGremlinExplainQueryOutput$ = [
561
561
  3,
562
562
  n0,
563
563
  _EGEQO,
@@ -565,7 +565,7 @@ export var ExecuteGremlinExplainQueryOutput = [
565
565
  [_o],
566
566
  [[() => ReportAsText, 16]],
567
567
  ];
568
- export var ExecuteGremlinProfileQueryInput = [
568
+ export var ExecuteGremlinProfileQueryInput$ = [
569
569
  3,
570
570
  n0,
571
571
  _EGPQI,
@@ -579,7 +579,7 @@ export var ExecuteGremlinProfileQueryInput = [
579
579
  [2, { [_jN]: _pO }],
580
580
  ],
581
581
  ];
582
- export var ExecuteGremlinProfileQueryOutput = [
582
+ export var ExecuteGremlinProfileQueryOutput$ = [
583
583
  3,
584
584
  n0,
585
585
  _EGPQO,
@@ -587,7 +587,7 @@ export var ExecuteGremlinProfileQueryOutput = [
587
587
  [_o],
588
588
  [[() => ReportAsText, 16]],
589
589
  ];
590
- export var ExecuteGremlinQueryInput = [
590
+ export var ExecuteGremlinQueryInput$ = [
591
591
  3,
592
592
  n0,
593
593
  _EGQI,
@@ -598,15 +598,15 @@ export var ExecuteGremlinQueryInput = [
598
598
  [0, { [_hH]: _acc }],
599
599
  ],
600
600
  ];
601
- export var ExecuteGremlinQueryOutput = [
601
+ export var ExecuteGremlinQueryOutput$ = [
602
602
  3,
603
603
  n0,
604
604
  _EGQO,
605
605
  0,
606
606
  [_rI, _s, _re, _m],
607
- [0, () => GremlinQueryStatusAttributes, 15, 15],
607
+ [0, () => GremlinQueryStatusAttributes$, 15, 15],
608
608
  ];
609
- export var ExecuteOpenCypherExplainQueryInput = [
609
+ export var ExecuteOpenCypherExplainQueryInput$ = [
610
610
  3,
611
611
  n0,
612
612
  _EOCEQI,
@@ -614,8 +614,8 @@ export var ExecuteOpenCypherExplainQueryInput = [
614
614
  [_oCQ, _pa, _eM],
615
615
  [[0, { [_jN]: _q }], 0, [0, { [_jN]: _ex }]],
616
616
  ];
617
- export var ExecuteOpenCypherExplainQueryOutput = [3, n0, _EOCEQO, 0, [_r], [[21, 16]]];
618
- export var ExecuteOpenCypherQueryInput = [
617
+ export var ExecuteOpenCypherExplainQueryOutput$ = [3, n0, _EOCEQO, 0, [_r], [[21, 16]]];
618
+ export var ExecuteOpenCypherQueryInput$ = [
619
619
  3,
620
620
  n0,
621
621
  _EOCQI,
@@ -623,8 +623,8 @@ export var ExecuteOpenCypherQueryInput = [
623
623
  [_oCQ, _pa],
624
624
  [[0, { [_jN]: _q }], 0],
625
625
  ];
626
- export var ExecuteOpenCypherQueryOutput = [3, n0, _EOCQO, 0, [_r], [15]];
627
- export var ExpiredStreamException = [
626
+ export var ExecuteOpenCypherQueryOutput$ = [3, n0, _EOCQO, 0, [_r], [15]];
627
+ export var ExpiredStreamException$ = [
628
628
  -3,
629
629
  n0,
630
630
  _ESE,
@@ -632,8 +632,8 @@ export var ExpiredStreamException = [
632
632
  [_dM, _rI, _co],
633
633
  [0, 0, 0],
634
634
  ];
635
- TypeRegistry.for(n0).registerError(ExpiredStreamException, __ExpiredStreamException);
636
- export var FailureByQueryException = [
635
+ TypeRegistry.for(n0).registerError(ExpiredStreamException$, ExpiredStreamException);
636
+ export var FailureByQueryException$ = [
637
637
  -3,
638
638
  n0,
639
639
  _FBQE,
@@ -641,9 +641,9 @@ export var FailureByQueryException = [
641
641
  [_dM, _rI, _co],
642
642
  [0, 0, 0],
643
643
  ];
644
- TypeRegistry.for(n0).registerError(FailureByQueryException, __FailureByQueryException);
645
- export var FastResetToken = [3, n0, _FRT, 0, [_to], [0]];
646
- export var GetEngineStatusOutput = [
644
+ TypeRegistry.for(n0).registerError(FailureByQueryException$, FailureByQueryException);
645
+ export var FastResetToken$ = [3, n0, _FRT, 0, [_to], [0]];
646
+ export var GetEngineStatusOutput$ = [
647
647
  3,
648
648
  n0,
649
649
  _GESO,
@@ -655,9 +655,9 @@ export var GetEngineStatusOutput = [
655
655
  0,
656
656
  0,
657
657
  0,
658
- () => QueryLanguageVersion,
659
- () => QueryLanguageVersion,
660
- () => QueryLanguageVersion,
658
+ () => QueryLanguageVersion$,
659
+ () => QueryLanguageVersion$,
660
+ () => QueryLanguageVersion$,
661
661
  128 | 0,
662
662
  1,
663
663
  0,
@@ -665,16 +665,16 @@ export var GetEngineStatusOutput = [
665
665
  128 | 0,
666
666
  ],
667
667
  ];
668
- export var GetGremlinQueryStatusInput = [3, n0, _GGQSI, 0, [_qI], [[0, 1]]];
669
- export var GetGremlinQueryStatusOutput = [
668
+ export var GetGremlinQueryStatusInput$ = [3, n0, _GGQSI, 0, [_qI], [[0, 1]]];
669
+ export var GetGremlinQueryStatusOutput$ = [
670
670
  3,
671
671
  n0,
672
672
  _GGQSO,
673
673
  0,
674
674
  [_qI, _qS, _qES],
675
- [0, 0, () => QueryEvalStats],
675
+ [0, 0, () => QueryEvalStats$],
676
676
  ];
677
- export var GetLoaderJobStatusInput = [
677
+ export var GetLoaderJobStatusInput$ = [
678
678
  3,
679
679
  n0,
680
680
  _GLJSI,
@@ -688,8 +688,8 @@ export var GetLoaderJobStatusInput = [
688
688
  [1, { [_hQ]: _ePP }],
689
689
  ],
690
690
  ];
691
- export var GetLoaderJobStatusOutput = [3, n0, _GLJSO, 0, [_s, _p], [0, 15]];
692
- export var GetMLDataProcessingJobInput = [
691
+ export var GetLoaderJobStatusOutput$ = [3, n0, _GLJSO, 0, [_s, _p], [0, 15]];
692
+ export var GetMLDataProcessingJobInput$ = [
693
693
  3,
694
694
  n0,
695
695
  _GMLDPJI,
@@ -700,15 +700,15 @@ export var GetMLDataProcessingJobInput = [
700
700
  [0, { [_hQ]: _nIRA }],
701
701
  ],
702
702
  ];
703
- export var GetMLDataProcessingJobOutput = [
703
+ export var GetMLDataProcessingJobOutput$ = [
704
704
  3,
705
705
  n0,
706
706
  _GMLDPJO,
707
707
  0,
708
708
  [_s, _i, _pJ],
709
- [0, 0, () => MlResourceDefinition],
709
+ [0, 0, () => MlResourceDefinition$],
710
710
  ];
711
- export var GetMLEndpointInput = [
711
+ export var GetMLEndpointInput$ = [
712
712
  3,
713
713
  n0,
714
714
  _GMLEI,
@@ -719,15 +719,15 @@ export var GetMLEndpointInput = [
719
719
  [0, { [_hQ]: _nIRA }],
720
720
  ],
721
721
  ];
722
- export var GetMLEndpointOutput = [
722
+ export var GetMLEndpointOutput$ = [
723
723
  3,
724
724
  n0,
725
725
  _GMLEO,
726
726
  0,
727
727
  [_s, _i, _en, _eC],
728
- [0, 0, () => MlResourceDefinition, () => MlConfigDefinition],
728
+ [0, 0, () => MlResourceDefinition$, () => MlConfigDefinition$],
729
729
  ];
730
- export var GetMLModelTrainingJobInput = [
730
+ export var GetMLModelTrainingJobInput$ = [
731
731
  3,
732
732
  n0,
733
733
  _GMLMTJI,
@@ -738,15 +738,15 @@ export var GetMLModelTrainingJobInput = [
738
738
  [0, { [_hQ]: _nIRA }],
739
739
  ],
740
740
  ];
741
- export var GetMLModelTrainingJobOutput = [
741
+ export var GetMLModelTrainingJobOutput$ = [
742
742
  3,
743
743
  n0,
744
744
  _GMLMTJO,
745
745
  0,
746
746
  [_s, _i, _pJ, _hJ, _mTJ, _mM],
747
- [0, 0, () => MlResourceDefinition, () => MlResourceDefinition, () => MlResourceDefinition, () => MlModels],
747
+ [0, 0, () => MlResourceDefinition$, () => MlResourceDefinition$, () => MlResourceDefinition$, () => MlModels],
748
748
  ];
749
- export var GetMLModelTransformJobInput = [
749
+ export var GetMLModelTransformJobInput$ = [
750
750
  3,
751
751
  n0,
752
752
  _GMLMTJIe,
@@ -757,25 +757,32 @@ export var GetMLModelTransformJobInput = [
757
757
  [0, { [_hQ]: _nIRA }],
758
758
  ],
759
759
  ];
760
- export var GetMLModelTransformJobOutput = [
760
+ export var GetMLModelTransformJobOutput$ = [
761
761
  3,
762
762
  n0,
763
763
  _GMLMTJOe,
764
764
  0,
765
765
  [_s, _i, _bPJ, _rMTJ, _mo],
766
- [0, 0, () => MlResourceDefinition, () => MlResourceDefinition, () => Models],
766
+ [0, 0, () => MlResourceDefinition$, () => MlResourceDefinition$, () => Models],
767
767
  ];
768
- export var GetOpenCypherQueryStatusInput = [3, n0, _GOCQSI, 0, [_qI], [[0, 1]]];
769
- export var GetOpenCypherQueryStatusOutput = [
768
+ export var GetOpenCypherQueryStatusInput$ = [3, n0, _GOCQSI, 0, [_qI], [[0, 1]]];
769
+ export var GetOpenCypherQueryStatusOutput$ = [
770
770
  3,
771
771
  n0,
772
772
  _GOCQSO,
773
773
  0,
774
774
  [_qI, _qS, _qES],
775
- [0, 0, () => QueryEvalStats],
775
+ [0, 0, () => QueryEvalStats$],
776
776
  ];
777
- export var GetPropertygraphStatisticsOutput = [3, n0, _GPSO, 0, [_s, _p], [0, () => Statistics]];
778
- export var GetPropertygraphStreamInput = [
777
+ export var GetPropertygraphStatisticsOutput$ = [
778
+ 3,
779
+ n0,
780
+ _GPSO,
781
+ 0,
782
+ [_s, _p],
783
+ [0, () => Statistics$],
784
+ ];
785
+ export var GetPropertygraphStreamInput$ = [
779
786
  3,
780
787
  n0,
781
788
  _GPSI,
@@ -789,7 +796,7 @@ export var GetPropertygraphStreamInput = [
789
796
  [0, { [_hH]: _AE }],
790
797
  ],
791
798
  ];
792
- export var GetPropertygraphStreamOutput = [
799
+ export var GetPropertygraphStreamOutput$ = [
793
800
  3,
794
801
  n0,
795
802
  _GPSOe,
@@ -797,26 +804,26 @@ export var GetPropertygraphStreamOutput = [
797
804
  [_lEI, _lTTIM, _fo, _rec, _tR],
798
805
  [128 | 0, [1, { [_jN]: _lTT }], 0, [() => PropertygraphRecordsList, 0], 1],
799
806
  ];
800
- export var GetPropertygraphSummaryInput = [3, n0, _GPSIe, 0, [_mod], [[0, { [_hQ]: _mod }]]];
801
- export var GetPropertygraphSummaryOutput = [
807
+ export var GetPropertygraphSummaryInput$ = [3, n0, _GPSIe, 0, [_mod], [[0, { [_hQ]: _mod }]]];
808
+ export var GetPropertygraphSummaryOutput$ = [
802
809
  3,
803
810
  n0,
804
811
  _GPSOet,
805
812
  0,
806
813
  [_sC, _p],
807
- [[1, 32], () => PropertygraphSummaryValueMap],
814
+ [[1, 32], () => PropertygraphSummaryValueMap$],
808
815
  ];
809
- export var GetRDFGraphSummaryInput = [3, n0, _GRDFGSI, 0, [_mod], [[0, { [_hQ]: _mod }]]];
810
- export var GetRDFGraphSummaryOutput = [
816
+ export var GetRDFGraphSummaryInput$ = [3, n0, _GRDFGSI, 0, [_mod], [[0, { [_hQ]: _mod }]]];
817
+ export var GetRDFGraphSummaryOutput$ = [
811
818
  3,
812
819
  n0,
813
820
  _GRDFGSO,
814
821
  0,
815
822
  [_sC, _p],
816
- [[1, 32], () => RDFGraphSummaryValueMap],
823
+ [[1, 32], () => RDFGraphSummaryValueMap$],
817
824
  ];
818
- export var GetSparqlStatisticsOutput = [3, n0, _GSSO, 0, [_s, _p], [0, () => Statistics]];
819
- export var GetSparqlStreamInput = [
825
+ export var GetSparqlStatisticsOutput$ = [3, n0, _GSSO, 0, [_s, _p], [0, () => Statistics$]];
826
+ export var GetSparqlStreamInput$ = [
820
827
  3,
821
828
  n0,
822
829
  _GSSI,
@@ -830,7 +837,7 @@ export var GetSparqlStreamInput = [
830
837
  [0, { [_hH]: _AE }],
831
838
  ],
832
839
  ];
833
- export var GetSparqlStreamOutput = [
840
+ export var GetSparqlStreamOutput$ = [
834
841
  3,
835
842
  n0,
836
843
  _GSSOe,
@@ -838,9 +845,16 @@ export var GetSparqlStreamOutput = [
838
845
  [_lEI, _lTTIM, _fo, _rec, _tR],
839
846
  [128 | 0, [1, { [_jN]: _lTT }], 0, [() => SparqlRecordsList, 0], 1],
840
847
  ];
841
- export var GremlinQueryStatus = [3, n0, _GQS, 0, [_qI, _qS, _qES], [0, 0, () => QueryEvalStats]];
842
- export var GremlinQueryStatusAttributes = [3, n0, _GQSA, 0, [_me, _co, _at], [0, 1, 15]];
843
- export var IllegalArgumentException = [
848
+ export var GremlinQueryStatus$ = [
849
+ 3,
850
+ n0,
851
+ _GQS,
852
+ 0,
853
+ [_qI, _qS, _qES],
854
+ [0, 0, () => QueryEvalStats$],
855
+ ];
856
+ export var GremlinQueryStatusAttributes$ = [3, n0, _GQSA, 0, [_me, _co, _at], [0, 1, 15]];
857
+ export var IllegalArgumentException$ = [
844
858
  -3,
845
859
  n0,
846
860
  _IAE,
@@ -848,8 +862,8 @@ export var IllegalArgumentException = [
848
862
  [_dM, _rI, _co],
849
863
  [0, 0, 0],
850
864
  ];
851
- TypeRegistry.for(n0).registerError(IllegalArgumentException, __IllegalArgumentException);
852
- export var InternalFailureException = [
865
+ TypeRegistry.for(n0).registerError(IllegalArgumentException$, IllegalArgumentException);
866
+ export var InternalFailureException$ = [
853
867
  -3,
854
868
  n0,
855
869
  _IFE,
@@ -857,8 +871,8 @@ export var InternalFailureException = [
857
871
  [_dM, _rI, _co],
858
872
  [0, 0, 0],
859
873
  ];
860
- TypeRegistry.for(n0).registerError(InternalFailureException, __InternalFailureException);
861
- export var InvalidArgumentException = [
874
+ TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
875
+ export var InvalidArgumentException$ = [
862
876
  -3,
863
877
  n0,
864
878
  _IAEn,
@@ -866,8 +880,8 @@ export var InvalidArgumentException = [
866
880
  [_dM, _rI, _co],
867
881
  [0, 0, 0],
868
882
  ];
869
- TypeRegistry.for(n0).registerError(InvalidArgumentException, __InvalidArgumentException);
870
- export var InvalidNumericDataException = [
883
+ TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
884
+ export var InvalidNumericDataException$ = [
871
885
  -3,
872
886
  n0,
873
887
  _INDE,
@@ -875,8 +889,8 @@ export var InvalidNumericDataException = [
875
889
  [_dM, _rI, _co],
876
890
  [0, 0, 0],
877
891
  ];
878
- TypeRegistry.for(n0).registerError(InvalidNumericDataException, __InvalidNumericDataException);
879
- export var InvalidParameterException = [
892
+ TypeRegistry.for(n0).registerError(InvalidNumericDataException$, InvalidNumericDataException);
893
+ export var InvalidParameterException$ = [
880
894
  -3,
881
895
  n0,
882
896
  _IPE,
@@ -884,9 +898,9 @@ export var InvalidParameterException = [
884
898
  [_dM, _rI, _co],
885
899
  [0, 0, 0],
886
900
  ];
887
- TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
888
- export var ListGremlinQueriesInput = [3, n0, _LGQI, 0, [_iW], [[2, { [_hQ]: _iW }]]];
889
- export var ListGremlinQueriesOutput = [
901
+ TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
902
+ export var ListGremlinQueriesInput$ = [3, n0, _LGQI, 0, [_iW], [[2, { [_hQ]: _iW }]]];
903
+ export var ListGremlinQueriesOutput$ = [
890
904
  3,
891
905
  n0,
892
906
  _LGQO,
@@ -894,7 +908,7 @@ export var ListGremlinQueriesOutput = [
894
908
  [_aQC, _rQC, _qu],
895
909
  [1, 1, () => GremlinQueries],
896
910
  ];
897
- export var ListLoaderJobsInput = [
911
+ export var ListLoaderJobsInput$ = [
898
912
  3,
899
913
  n0,
900
914
  _LLJI,
@@ -905,8 +919,8 @@ export var ListLoaderJobsInput = [
905
919
  [2, { [_hQ]: _iQL }],
906
920
  ],
907
921
  ];
908
- export var ListLoaderJobsOutput = [3, n0, _LLJO, 0, [_s, _p], [0, () => LoaderIdResult]];
909
- export var ListMLDataProcessingJobsInput = [
922
+ export var ListLoaderJobsOutput$ = [3, n0, _LLJO, 0, [_s, _p], [0, () => LoaderIdResult$]];
923
+ export var ListMLDataProcessingJobsInput$ = [
910
924
  3,
911
925
  n0,
912
926
  _LMLDPJI,
@@ -917,8 +931,8 @@ export var ListMLDataProcessingJobsInput = [
917
931
  [0, { [_hQ]: _nIRA }],
918
932
  ],
919
933
  ];
920
- export var ListMLDataProcessingJobsOutput = [3, n0, _LMLDPJO, 0, [_id], [64 | 0]];
921
- export var ListMLEndpointsInput = [
934
+ export var ListMLDataProcessingJobsOutput$ = [3, n0, _LMLDPJO, 0, [_id], [64 | 0]];
935
+ export var ListMLEndpointsInput$ = [
922
936
  3,
923
937
  n0,
924
938
  _LMLEI,
@@ -929,8 +943,8 @@ export var ListMLEndpointsInput = [
929
943
  [0, { [_hQ]: _nIRA }],
930
944
  ],
931
945
  ];
932
- export var ListMLEndpointsOutput = [3, n0, _LMLEO, 0, [_id], [64 | 0]];
933
- export var ListMLModelTrainingJobsInput = [
946
+ export var ListMLEndpointsOutput$ = [3, n0, _LMLEO, 0, [_id], [64 | 0]];
947
+ export var ListMLModelTrainingJobsInput$ = [
934
948
  3,
935
949
  n0,
936
950
  _LMLMTJI,
@@ -941,8 +955,8 @@ export var ListMLModelTrainingJobsInput = [
941
955
  [0, { [_hQ]: _nIRA }],
942
956
  ],
943
957
  ];
944
- export var ListMLModelTrainingJobsOutput = [3, n0, _LMLMTJO, 0, [_id], [64 | 0]];
945
- export var ListMLModelTransformJobsInput = [
958
+ export var ListMLModelTrainingJobsOutput$ = [3, n0, _LMLMTJO, 0, [_id], [64 | 0]];
959
+ export var ListMLModelTransformJobsInput$ = [
946
960
  3,
947
961
  n0,
948
962
  _LMLMTJIi,
@@ -953,9 +967,9 @@ export var ListMLModelTransformJobsInput = [
953
967
  [0, { [_hQ]: _nIRA }],
954
968
  ],
955
969
  ];
956
- export var ListMLModelTransformJobsOutput = [3, n0, _LMLMTJOi, 0, [_id], [64 | 0]];
957
- export var ListOpenCypherQueriesInput = [3, n0, _LOCQI, 0, [_iW], [[2, { [_hQ]: _iW }]]];
958
- export var ListOpenCypherQueriesOutput = [
970
+ export var ListMLModelTransformJobsOutput$ = [3, n0, _LMLMTJOi, 0, [_id], [64 | 0]];
971
+ export var ListOpenCypherQueriesInput$ = [3, n0, _LOCQI, 0, [_iW], [[2, { [_hQ]: _iW }]]];
972
+ export var ListOpenCypherQueriesOutput$ = [
959
973
  3,
960
974
  n0,
961
975
  _LOCQO,
@@ -963,8 +977,8 @@ export var ListOpenCypherQueriesOutput = [
963
977
  [_aQC, _rQC, _qu],
964
978
  [1, 1, () => OpenCypherQueries],
965
979
  ];
966
- export var LoaderIdResult = [3, n0, _LIR, 0, [_lIo], [64 | 0]];
967
- export var LoadUrlAccessDeniedException = [
980
+ export var LoaderIdResult$ = [3, n0, _LIR, 0, [_lIo], [64 | 0]];
981
+ export var LoadUrlAccessDeniedException$ = [
968
982
  -3,
969
983
  n0,
970
984
  _LUADE,
@@ -972,8 +986,8 @@ export var LoadUrlAccessDeniedException = [
972
986
  [_dM, _rI, _co],
973
987
  [0, 0, 0],
974
988
  ];
975
- TypeRegistry.for(n0).registerError(LoadUrlAccessDeniedException, __LoadUrlAccessDeniedException);
976
- export var MalformedQueryException = [
989
+ TypeRegistry.for(n0).registerError(LoadUrlAccessDeniedException$, LoadUrlAccessDeniedException);
990
+ export var MalformedQueryException$ = [
977
991
  -3,
978
992
  n0,
979
993
  _MQE,
@@ -981,26 +995,26 @@ export var MalformedQueryException = [
981
995
  [_dM, _rI, _co],
982
996
  [0, 0, 0],
983
997
  ];
984
- TypeRegistry.for(n0).registerError(MalformedQueryException, __MalformedQueryException);
985
- export var ManagePropertygraphStatisticsInput = [3, n0, _MPSI, 0, [_mod], [0]];
986
- export var ManagePropertygraphStatisticsOutput = [
998
+ TypeRegistry.for(n0).registerError(MalformedQueryException$, MalformedQueryException);
999
+ export var ManagePropertygraphStatisticsInput$ = [3, n0, _MPSI, 0, [_mod], [0]];
1000
+ export var ManagePropertygraphStatisticsOutput$ = [
987
1001
  3,
988
1002
  n0,
989
1003
  _MPSO,
990
1004
  0,
991
1005
  [_s, _p],
992
- [0, () => RefreshStatisticsIdMap],
1006
+ [0, () => RefreshStatisticsIdMap$],
993
1007
  ];
994
- export var ManageSparqlStatisticsInput = [3, n0, _MSSI, 0, [_mod], [0]];
995
- export var ManageSparqlStatisticsOutput = [
1008
+ export var ManageSparqlStatisticsInput$ = [3, n0, _MSSI, 0, [_mod], [0]];
1009
+ export var ManageSparqlStatisticsOutput$ = [
996
1010
  3,
997
1011
  n0,
998
1012
  _MSSO,
999
1013
  0,
1000
1014
  [_s, _p],
1001
- [0, () => RefreshStatisticsIdMap],
1015
+ [0, () => RefreshStatisticsIdMap$],
1002
1016
  ];
1003
- export var MemoryLimitExceededException = [
1017
+ export var MemoryLimitExceededException$ = [
1004
1018
  -3,
1005
1019
  n0,
1006
1020
  _MLEE,
@@ -1008,8 +1022,8 @@ export var MemoryLimitExceededException = [
1008
1022
  [_dM, _rI, _co],
1009
1023
  [0, 0, 0],
1010
1024
  ];
1011
- TypeRegistry.for(n0).registerError(MemoryLimitExceededException, __MemoryLimitExceededException);
1012
- export var MethodNotAllowedException = [
1025
+ TypeRegistry.for(n0).registerError(MemoryLimitExceededException$, MemoryLimitExceededException);
1026
+ export var MethodNotAllowedException$ = [
1013
1027
  -3,
1014
1028
  n0,
1015
1029
  _MNAE,
@@ -1017,8 +1031,8 @@ export var MethodNotAllowedException = [
1017
1031
  [_dM, _rI, _co],
1018
1032
  [0, 0, 0],
1019
1033
  ];
1020
- TypeRegistry.for(n0).registerError(MethodNotAllowedException, __MethodNotAllowedException);
1021
- export var MissingParameterException = [
1034
+ TypeRegistry.for(n0).registerError(MethodNotAllowedException$, MethodNotAllowedException);
1035
+ export var MissingParameterException$ = [
1022
1036
  -3,
1023
1037
  n0,
1024
1038
  _MPE,
@@ -1026,9 +1040,9 @@ export var MissingParameterException = [
1026
1040
  [_dM, _rI, _co],
1027
1041
  [0, 0, 0],
1028
1042
  ];
1029
- TypeRegistry.for(n0).registerError(MissingParameterException, __MissingParameterException);
1030
- export var MlConfigDefinition = [3, n0, _MCD, 0, [_n, _a], [0, 0]];
1031
- export var MlResourceDefinition = [
1043
+ TypeRegistry.for(n0).registerError(MissingParameterException$, MissingParameterException);
1044
+ export var MlConfigDefinition$ = [3, n0, _MCD, 0, [_n, _a], [0, 0]];
1045
+ export var MlResourceDefinition$ = [
1032
1046
  3,
1033
1047
  n0,
1034
1048
  _MRD,
@@ -1036,7 +1050,7 @@ export var MlResourceDefinition = [
1036
1050
  [_n, _a, _s, _oL, _fR, _cLU],
1037
1051
  [0, 0, 0, 0, 0, 0],
1038
1052
  ];
1039
- export var MLResourceNotFoundException = [
1053
+ export var MLResourceNotFoundException$ = [
1040
1054
  -3,
1041
1055
  n0,
1042
1056
  _MLRNFE,
@@ -1044,11 +1058,11 @@ export var MLResourceNotFoundException = [
1044
1058
  [_dM, _rI, _co],
1045
1059
  [0, 0, 0],
1046
1060
  ];
1047
- TypeRegistry.for(n0).registerError(MLResourceNotFoundException, __MLResourceNotFoundException);
1048
- export var NodeStructure = [3, n0, _NS, 0, [_cou, _nP, _dOEL], [1, 64 | 0, 64 | 0]];
1049
- export var ParsingException = [-3, n0, _PE, { [_e]: _c, [_hE]: 400 }, [_dM, _rI, _co], [0, 0, 0]];
1050
- TypeRegistry.for(n0).registerError(ParsingException, __ParsingException);
1051
- export var PreconditionsFailedException = [
1061
+ TypeRegistry.for(n0).registerError(MLResourceNotFoundException$, MLResourceNotFoundException);
1062
+ export var NodeStructure$ = [3, n0, _NS, 0, [_cou, _nP, _dOEL], [1, 64 | 0, 64 | 0]];
1063
+ export var ParsingException$ = [-3, n0, _PE, { [_e]: _c, [_hE]: 400 }, [_dM, _rI, _co], [0, 0, 0]];
1064
+ TypeRegistry.for(n0).registerError(ParsingException$, ParsingException);
1065
+ export var PreconditionsFailedException$ = [
1052
1066
  -3,
1053
1067
  n0,
1054
1068
  _PFE,
@@ -1056,8 +1070,8 @@ export var PreconditionsFailedException = [
1056
1070
  [_dM, _rI, _co],
1057
1071
  [0, 0, 0],
1058
1072
  ];
1059
- TypeRegistry.for(n0).registerError(PreconditionsFailedException, __PreconditionsFailedException);
1060
- export var PropertygraphData = [
1073
+ TypeRegistry.for(n0).registerError(PreconditionsFailedException$, PreconditionsFailedException);
1074
+ export var PropertygraphData$ = [
1061
1075
  3,
1062
1076
  n0,
1063
1077
  _PD,
@@ -1065,15 +1079,15 @@ export var PropertygraphData = [
1065
1079
  [_i, _ty, _k, _v, _fr, _to_],
1066
1080
  [0, 0, 0, 15, 0, 0],
1067
1081
  ];
1068
- export var PropertygraphRecord = [
1082
+ export var PropertygraphRecord$ = [
1069
1083
  3,
1070
1084
  n0,
1071
1085
  _PR,
1072
1086
  0,
1073
1087
  [_cTIMo, _eI, _da, _op_, _iLO],
1074
- [[1, { [_jN]: _cT }], 128 | 0, () => PropertygraphData, 0, 2],
1088
+ [[1, { [_jN]: _cT }], 128 | 0, () => PropertygraphData$, 0, 2],
1075
1089
  ];
1076
- export var PropertygraphSummary = [
1090
+ export var PropertygraphSummary$ = [
1077
1091
  3,
1078
1092
  n0,
1079
1093
  _PS,
@@ -1096,17 +1110,17 @@ export var PropertygraphSummary = [
1096
1110
  () => EdgeStructures,
1097
1111
  ],
1098
1112
  ];
1099
- export var PropertygraphSummaryValueMap = [
1113
+ export var PropertygraphSummaryValueMap$ = [
1100
1114
  3,
1101
1115
  n0,
1102
1116
  _PSVM,
1103
1117
  0,
1104
1118
  [_ve, _lSCT, _gS],
1105
- [0, 5, () => PropertygraphSummary],
1119
+ [0, 5, () => PropertygraphSummary$],
1106
1120
  ];
1107
- export var QueryEvalStats = [3, n0, _QES, 0, [_w, _el, _ca, _su], [1, 1, 2, 15]];
1108
- export var QueryLanguageVersion = [3, n0, _QLV, 0, [_ve], [0]];
1109
- export var QueryLimitExceededException = [
1121
+ export var QueryEvalStats$ = [3, n0, _QES, 0, [_w, _el, _ca, _su], [1, 1, 2, 15]];
1122
+ export var QueryLanguageVersion$ = [3, n0, _QLV, 0, [_ve], [0]];
1123
+ export var QueryLimitExceededException$ = [
1110
1124
  -3,
1111
1125
  n0,
1112
1126
  _QLEE,
@@ -1114,8 +1128,8 @@ export var QueryLimitExceededException = [
1114
1128
  [_dM, _rI, _co],
1115
1129
  [0, 0, 0],
1116
1130
  ];
1117
- TypeRegistry.for(n0).registerError(QueryLimitExceededException, __QueryLimitExceededException);
1118
- export var QueryLimitException = [
1131
+ TypeRegistry.for(n0).registerError(QueryLimitExceededException$, QueryLimitExceededException);
1132
+ export var QueryLimitException$ = [
1119
1133
  -3,
1120
1134
  n0,
1121
1135
  _QLE,
@@ -1123,8 +1137,8 @@ export var QueryLimitException = [
1123
1137
  [_dM, _rI, _co],
1124
1138
  [0, 0, 0],
1125
1139
  ];
1126
- TypeRegistry.for(n0).registerError(QueryLimitException, __QueryLimitException);
1127
- export var QueryTooLargeException = [
1140
+ TypeRegistry.for(n0).registerError(QueryLimitException$, QueryLimitException);
1141
+ export var QueryTooLargeException$ = [
1128
1142
  -3,
1129
1143
  n0,
1130
1144
  _QTLE,
@@ -1132,8 +1146,8 @@ export var QueryTooLargeException = [
1132
1146
  [_dM, _rI, _co],
1133
1147
  [0, 0, 0],
1134
1148
  ];
1135
- TypeRegistry.for(n0).registerError(QueryTooLargeException, __QueryTooLargeException);
1136
- export var RDFGraphSummary = [
1149
+ TypeRegistry.for(n0).registerError(QueryTooLargeException$, QueryTooLargeException);
1150
+ export var RDFGraphSummary$ = [
1137
1151
  3,
1138
1152
  n0,
1139
1153
  _RDFGS,
@@ -1141,15 +1155,15 @@ export var RDFGraphSummary = [
1141
1155
  [_nDS, _nDP, _nQ, _nC, _cla, _pre, _sS],
1142
1156
  [1, 1, 1, 1, 64 | 0, [1, n0, _LVML, 0, 128 | 1], () => SubjectStructures],
1143
1157
  ];
1144
- export var RDFGraphSummaryValueMap = [
1158
+ export var RDFGraphSummaryValueMap$ = [
1145
1159
  3,
1146
1160
  n0,
1147
1161
  _RDFGSVM,
1148
1162
  0,
1149
1163
  [_ve, _lSCT, _gS],
1150
- [0, 5, () => RDFGraphSummary],
1164
+ [0, 5, () => RDFGraphSummary$],
1151
1165
  ];
1152
- export var ReadOnlyViolationException = [
1166
+ export var ReadOnlyViolationException$ = [
1153
1167
  -3,
1154
1168
  n0,
1155
1169
  _ROVE,
@@ -1157,11 +1171,11 @@ export var ReadOnlyViolationException = [
1157
1171
  [_dM, _rI, _co],
1158
1172
  [0, 0, 0],
1159
1173
  ];
1160
- TypeRegistry.for(n0).registerError(ReadOnlyViolationException, __ReadOnlyViolationException);
1161
- export var RefreshStatisticsIdMap = [3, n0, _RSIM, 0, [_sI], [0]];
1162
- export var S3Exception = [-3, n0, _SE, { [_e]: _c, [_hE]: 400 }, [_dM, _rI, _co], [0, 0, 0]];
1163
- TypeRegistry.for(n0).registerError(S3Exception, __S3Exception);
1164
- export var ServerShutdownException = [
1174
+ TypeRegistry.for(n0).registerError(ReadOnlyViolationException$, ReadOnlyViolationException);
1175
+ export var RefreshStatisticsIdMap$ = [3, n0, _RSIM, 0, [_sI], [0]];
1176
+ export var S3Exception$ = [-3, n0, _SE, { [_e]: _c, [_hE]: 400 }, [_dM, _rI, _co], [0, 0, 0]];
1177
+ TypeRegistry.for(n0).registerError(S3Exception$, S3Exception);
1178
+ export var ServerShutdownException$ = [
1165
1179
  -3,
1166
1180
  n0,
1167
1181
  _SSE,
@@ -1169,17 +1183,17 @@ export var ServerShutdownException = [
1169
1183
  [_dM, _rI, _co],
1170
1184
  [0, 0, 0],
1171
1185
  ];
1172
- TypeRegistry.for(n0).registerError(ServerShutdownException, __ServerShutdownException);
1173
- export var SparqlData = [3, n0, _SD, 0, [_st], [0]];
1174
- export var SparqlRecord = [
1186
+ TypeRegistry.for(n0).registerError(ServerShutdownException$, ServerShutdownException);
1187
+ export var SparqlData$ = [3, n0, _SD, 0, [_st], [0]];
1188
+ export var SparqlRecord$ = [
1175
1189
  3,
1176
1190
  n0,
1177
1191
  _SR,
1178
1192
  0,
1179
1193
  [_cTIMo, _eI, _da, _op_, _iLO],
1180
- [[1, { [_jN]: _cT }], 128 | 0, () => SparqlData, 0, 2],
1194
+ [[1, { [_jN]: _cT }], 128 | 0, () => SparqlData$, 0, 2],
1181
1195
  ];
1182
- export var StartLoaderJobInput = [
1196
+ export var StartLoaderJobInput$ = [
1183
1197
  3,
1184
1198
  n0,
1185
1199
  _SLJI,
@@ -1187,8 +1201,8 @@ export var StartLoaderJobInput = [
1187
1201
  [_so, _fo, _sBR, _iRA, _mod, _fOE, _par, _pC, _uSCP, _qR, _de, _uPEI],
1188
1202
  [0, 0, [0, { [_jN]: _reg }], 0, 0, 2, 0, 128 | 0, 2, 2, 64 | 0, 2],
1189
1203
  ];
1190
- export var StartLoaderJobOutput = [3, n0, _SLJO, 0, [_s, _p], [0, 128 | 0]];
1191
- export var StartMLDataProcessingJobInput = [
1204
+ export var StartLoaderJobOutput$ = [3, n0, _SLJO, 0, [_s, _p], [0, 128 | 0]];
1205
+ export var StartMLDataProcessingJobInput$ = [
1192
1206
  3,
1193
1207
  n0,
1194
1208
  _SMLDPJI,
@@ -1196,8 +1210,8 @@ export var StartMLDataProcessingJobInput = [
1196
1210
  [_i, _pDPJI, _iDSL, _pDSL, _sIRA, _nIRA, _pIT, _pIVSIGB, _pTOIS, _mTo, _cFN, _sub, _sGI, _vEKMSK, _sOEKMSK],
1197
1211
  [0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 64 | 0, 64 | 0, 0, 0],
1198
1212
  ];
1199
- export var StartMLDataProcessingJobOutput = [3, n0, _SMLDPJO, 0, [_i, _a, _cTIM], [0, 0, 1]];
1200
- export var StartMLModelTrainingJobInput = [
1213
+ export var StartMLDataProcessingJobOutput$ = [3, n0, _SMLDPJO, 0, [_i, _a, _cTIM], [0, 0, 1]];
1214
+ export var StartMLModelTrainingJobInput$ = [
1201
1215
  3,
1202
1216
  n0,
1203
1217
  _SMLMTJI,
@@ -1222,27 +1236,27 @@ export var StartMLModelTrainingJobInput = [
1222
1236
  _eMST,
1223
1237
  _cMTP,
1224
1238
  ],
1225
- [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 64 | 0, 64 | 0, 0, 0, 2, () => CustomModelTrainingParameters],
1239
+ [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 64 | 0, 64 | 0, 0, 0, 2, () => CustomModelTrainingParameters$],
1226
1240
  ];
1227
- export var StartMLModelTrainingJobOutput = [3, n0, _SMLMTJO, 0, [_i, _a, _cTIM], [0, 0, 1]];
1228
- export var StartMLModelTransformJobInput = [
1241
+ export var StartMLModelTrainingJobOutput$ = [3, n0, _SMLMTJO, 0, [_i, _a, _cTIM], [0, 0, 1]];
1242
+ export var StartMLModelTransformJobInput$ = [
1229
1243
  3,
1230
1244
  n0,
1231
1245
  _SMLMTJIt,
1232
1246
  0,
1233
1247
  [_i, _dPJI, _mMTJI, _tJN, _mTOSL, _sIRA, _nIRA, _cMTPu, _bPIT, _bPIVSIGB, _sub, _sGI, _vEKMSK, _sOEKMSK],
1234
- [0, 0, 0, 0, 0, 0, 0, () => CustomModelTransformParameters, 0, 1, 64 | 0, 64 | 0, 0, 0],
1248
+ [0, 0, 0, 0, 0, 0, 0, () => CustomModelTransformParameters$, 0, 1, 64 | 0, 64 | 0, 0, 0],
1235
1249
  ];
1236
- export var StartMLModelTransformJobOutput = [3, n0, _SMLMTJOt, 0, [_i, _a, _cTIM], [0, 0, 1]];
1237
- export var Statistics = [
1250
+ export var StartMLModelTransformJobOutput$ = [3, n0, _SMLMTJOt, 0, [_i, _a, _cTIM], [0, 0, 1]];
1251
+ export var Statistics$ = [
1238
1252
  3,
1239
1253
  n0,
1240
1254
  _S,
1241
1255
  0,
1242
1256
  [_aC, _ac, _sI, _dat, _no, _sIi],
1243
- [2, 2, 0, 5, 0, () => StatisticsSummary],
1257
+ [2, 2, 0, 5, 0, () => StatisticsSummary$],
1244
1258
  ];
1245
- export var StatisticsNotAvailableException = [
1259
+ export var StatisticsNotAvailableException$ = [
1246
1260
  -3,
1247
1261
  n0,
1248
1262
  _SNAE,
@@ -1250,9 +1264,9 @@ export var StatisticsNotAvailableException = [
1250
1264
  [_dM, _rI, _co],
1251
1265
  [0, 0, 0],
1252
1266
  ];
1253
- TypeRegistry.for(n0).registerError(StatisticsNotAvailableException, __StatisticsNotAvailableException);
1254
- export var StatisticsSummary = [3, n0, _SS, 0, [_sCi, _iC, _pCr], [1, 1, 1]];
1255
- export var StreamRecordsNotFoundException = [
1267
+ TypeRegistry.for(n0).registerError(StatisticsNotAvailableException$, StatisticsNotAvailableException);
1268
+ export var StatisticsSummary$ = [3, n0, _SS, 0, [_sCi, _iC, _pCr], [1, 1, 1]];
1269
+ export var StreamRecordsNotFoundException$ = [
1256
1270
  -3,
1257
1271
  n0,
1258
1272
  _SRNFE,
@@ -1260,9 +1274,9 @@ export var StreamRecordsNotFoundException = [
1260
1274
  [_dM, _rI, _co],
1261
1275
  [0, 0, 0],
1262
1276
  ];
1263
- TypeRegistry.for(n0).registerError(StreamRecordsNotFoundException, __StreamRecordsNotFoundException);
1264
- export var SubjectStructure = [3, n0, _SSu, 0, [_cou, _pre], [1, 64 | 0]];
1265
- export var ThrottlingException = [
1277
+ TypeRegistry.for(n0).registerError(StreamRecordsNotFoundException$, StreamRecordsNotFoundException);
1278
+ export var SubjectStructure$ = [3, n0, _SSu, 0, [_cou, _pre], [1, 64 | 0]];
1279
+ export var ThrottlingException$ = [
1266
1280
  -3,
1267
1281
  n0,
1268
1282
  _TE,
@@ -1270,8 +1284,8 @@ export var ThrottlingException = [
1270
1284
  [_dM, _rI, _co],
1271
1285
  [0, 0, 0],
1272
1286
  ];
1273
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
1274
- export var TimeLimitExceededException = [
1287
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1288
+ export var TimeLimitExceededException$ = [
1275
1289
  -3,
1276
1290
  n0,
1277
1291
  _TLEE,
@@ -1279,8 +1293,8 @@ export var TimeLimitExceededException = [
1279
1293
  [_dM, _rI, _co],
1280
1294
  [0, 0, 0],
1281
1295
  ];
1282
- TypeRegistry.for(n0).registerError(TimeLimitExceededException, __TimeLimitExceededException);
1283
- export var TooManyRequestsException = [
1296
+ TypeRegistry.for(n0).registerError(TimeLimitExceededException$, TimeLimitExceededException);
1297
+ export var TooManyRequestsException$ = [
1284
1298
  -3,
1285
1299
  n0,
1286
1300
  _TMRE,
@@ -1288,8 +1302,8 @@ export var TooManyRequestsException = [
1288
1302
  [_dM, _rI, _co],
1289
1303
  [0, 0, 0],
1290
1304
  ];
1291
- TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
1292
- export var UnsupportedOperationException = [
1305
+ TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
1306
+ export var UnsupportedOperationException$ = [
1293
1307
  -3,
1294
1308
  n0,
1295
1309
  _UOE,
@@ -1297,372 +1311,372 @@ export var UnsupportedOperationException = [
1297
1311
  [_dM, _rI, _co],
1298
1312
  [0, 0, 0],
1299
1313
  ];
1300
- TypeRegistry.for(n0).registerError(UnsupportedOperationException, __UnsupportedOperationException);
1301
- export var __Unit = "unit";
1302
- export var NeptunedataServiceException = [-3, _sm, "NeptunedataServiceException", 0, [], []];
1303
- TypeRegistry.for(_sm).registerError(NeptunedataServiceException, __NeptunedataServiceException);
1304
- export var Classes = 64 | 0;
1305
- export var EdgeLabels = 64 | 0;
1306
- export var EdgeProperties = 64 | 0;
1307
- export var EdgeStructures = [1, n0, _ESd, 0, () => EdgeStructure];
1308
- export var GremlinQueries = [1, n0, _GQ, 0, () => GremlinQueryStatus];
1309
- export var LongValuedMapList = [1, n0, _LVML, 0, 128 | 1];
1310
- export var MlModels = [1, n0, _MM, 0, () => MlConfigDefinition];
1311
- export var Models = [1, n0, _M, 0, () => MlConfigDefinition];
1312
- export var NodeLabels = 64 | 0;
1313
- export var NodeProperties = 64 | 0;
1314
- export var NodeStructures = [1, n0, _NSo, 0, () => NodeStructure];
1315
- export var OpenCypherQueries = [1, n0, _OCQ, 0, () => GremlinQueryStatus];
1316
- export var OutgoingEdgeLabels = 64 | 0;
1317
- export var Predicates = 64 | 0;
1318
- export var PropertygraphRecordsList = [1, n0, _PRL, 0, [() => PropertygraphRecord, 0]];
1319
- export var SparqlRecordsList = [1, n0, _SRL, 0, [() => SparqlRecord, 0]];
1320
- export var StringList = 64 | 0;
1321
- export var SubjectStructures = [1, n0, _SSub, 0, () => SubjectStructure];
1322
- export var DocumentValuedMap = 128 | 15;
1323
- export var LongValuedMap = 128 | 1;
1324
- export var StringValuedMap = 128 | 0;
1325
- export var CancelGremlinQuery = [
1314
+ TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
1315
+ var __Unit = "unit";
1316
+ export var NeptunedataServiceException$ = [-3, _sm, "NeptunedataServiceException", 0, [], []];
1317
+ TypeRegistry.for(_sm).registerError(NeptunedataServiceException$, NeptunedataServiceException);
1318
+ var Classes = 64 | 0;
1319
+ var EdgeLabels = 64 | 0;
1320
+ var EdgeProperties = 64 | 0;
1321
+ var EdgeStructures = [1, n0, _ESd, 0, () => EdgeStructure$];
1322
+ var GremlinQueries = [1, n0, _GQ, 0, () => GremlinQueryStatus$];
1323
+ var LongValuedMapList = [1, n0, _LVML, 0, 128 | 1];
1324
+ var MlModels = [1, n0, _MM, 0, () => MlConfigDefinition$];
1325
+ var Models = [1, n0, _M, 0, () => MlConfigDefinition$];
1326
+ var NodeLabels = 64 | 0;
1327
+ var NodeProperties = 64 | 0;
1328
+ var NodeStructures = [1, n0, _NSo, 0, () => NodeStructure$];
1329
+ var OpenCypherQueries = [1, n0, _OCQ, 0, () => GremlinQueryStatus$];
1330
+ var OutgoingEdgeLabels = 64 | 0;
1331
+ var Predicates = 64 | 0;
1332
+ var PropertygraphRecordsList = [1, n0, _PRL, 0, [() => PropertygraphRecord$, 0]];
1333
+ var SparqlRecordsList = [1, n0, _SRL, 0, [() => SparqlRecord$, 0]];
1334
+ var StringList = 64 | 0;
1335
+ var SubjectStructures = [1, n0, _SSub, 0, () => SubjectStructure$];
1336
+ var DocumentValuedMap = 128 | 15;
1337
+ var LongValuedMap = 128 | 1;
1338
+ var StringValuedMap = 128 | 0;
1339
+ export var CancelGremlinQuery$ = [
1326
1340
  9,
1327
1341
  n0,
1328
1342
  _CGQ,
1329
1343
  { [_h]: ["DELETE", "/gremlin/status/{queryId}", 200] },
1330
- () => CancelGremlinQueryInput,
1331
- () => CancelGremlinQueryOutput,
1344
+ () => CancelGremlinQueryInput$,
1345
+ () => CancelGremlinQueryOutput$,
1332
1346
  ];
1333
- export var CancelLoaderJob = [
1347
+ export var CancelLoaderJob$ = [
1334
1348
  9,
1335
1349
  n0,
1336
1350
  _CLJ,
1337
1351
  { [_h]: ["DELETE", "/loader/{loadId}", 200] },
1338
- () => CancelLoaderJobInput,
1339
- () => CancelLoaderJobOutput,
1352
+ () => CancelLoaderJobInput$,
1353
+ () => CancelLoaderJobOutput$,
1340
1354
  ];
1341
- export var CancelMLDataProcessingJob = [
1355
+ export var CancelMLDataProcessingJob$ = [
1342
1356
  9,
1343
1357
  n0,
1344
1358
  _CMLDPJ,
1345
1359
  { [_h]: ["DELETE", "/ml/dataprocessing/{id}", 200] },
1346
- () => CancelMLDataProcessingJobInput,
1347
- () => CancelMLDataProcessingJobOutput,
1360
+ () => CancelMLDataProcessingJobInput$,
1361
+ () => CancelMLDataProcessingJobOutput$,
1348
1362
  ];
1349
- export var CancelMLModelTrainingJob = [
1363
+ export var CancelMLModelTrainingJob$ = [
1350
1364
  9,
1351
1365
  n0,
1352
1366
  _CMLMTJ,
1353
1367
  { [_h]: ["DELETE", "/ml/modeltraining/{id}", 200] },
1354
- () => CancelMLModelTrainingJobInput,
1355
- () => CancelMLModelTrainingJobOutput,
1368
+ () => CancelMLModelTrainingJobInput$,
1369
+ () => CancelMLModelTrainingJobOutput$,
1356
1370
  ];
1357
- export var CancelMLModelTransformJob = [
1371
+ export var CancelMLModelTransformJob$ = [
1358
1372
  9,
1359
1373
  n0,
1360
1374
  _CMLMTJa,
1361
1375
  { [_h]: ["DELETE", "/ml/modeltransform/{id}", 200] },
1362
- () => CancelMLModelTransformJobInput,
1363
- () => CancelMLModelTransformJobOutput,
1376
+ () => CancelMLModelTransformJobInput$,
1377
+ () => CancelMLModelTransformJobOutput$,
1364
1378
  ];
1365
- export var CancelOpenCypherQuery = [
1379
+ export var CancelOpenCypherQuery$ = [
1366
1380
  9,
1367
1381
  n0,
1368
1382
  _COCQ,
1369
1383
  { [_h]: ["DELETE", "/opencypher/status/{queryId}", 200] },
1370
- () => CancelOpenCypherQueryInput,
1371
- () => CancelOpenCypherQueryOutput,
1384
+ () => CancelOpenCypherQueryInput$,
1385
+ () => CancelOpenCypherQueryOutput$,
1372
1386
  ];
1373
- export var CreateMLEndpoint = [
1387
+ export var CreateMLEndpoint$ = [
1374
1388
  9,
1375
1389
  n0,
1376
1390
  _CMLE,
1377
1391
  { [_h]: ["POST", "/ml/endpoints", 200] },
1378
- () => CreateMLEndpointInput,
1379
- () => CreateMLEndpointOutput,
1392
+ () => CreateMLEndpointInput$,
1393
+ () => CreateMLEndpointOutput$,
1380
1394
  ];
1381
- export var DeleteMLEndpoint = [
1395
+ export var DeleteMLEndpoint$ = [
1382
1396
  9,
1383
1397
  n0,
1384
1398
  _DMLE,
1385
1399
  { [_h]: ["DELETE", "/ml/endpoints/{id}", 200] },
1386
- () => DeleteMLEndpointInput,
1387
- () => DeleteMLEndpointOutput,
1400
+ () => DeleteMLEndpointInput$,
1401
+ () => DeleteMLEndpointOutput$,
1388
1402
  ];
1389
- export var DeletePropertygraphStatistics = [
1403
+ export var DeletePropertygraphStatistics$ = [
1390
1404
  9,
1391
1405
  n0,
1392
1406
  _DPS,
1393
1407
  { [_h]: ["DELETE", "/propertygraph/statistics", 200] },
1394
1408
  () => __Unit,
1395
- () => DeletePropertygraphStatisticsOutput,
1409
+ () => DeletePropertygraphStatisticsOutput$,
1396
1410
  ];
1397
- export var DeleteSparqlStatistics = [
1411
+ export var DeleteSparqlStatistics$ = [
1398
1412
  9,
1399
1413
  n0,
1400
1414
  _DSS,
1401
1415
  { [_h]: ["DELETE", "/sparql/statistics", 200] },
1402
1416
  () => __Unit,
1403
- () => DeleteSparqlStatisticsOutput,
1417
+ () => DeleteSparqlStatisticsOutput$,
1404
1418
  ];
1405
- export var ExecuteFastReset = [
1419
+ export var ExecuteFastReset$ = [
1406
1420
  9,
1407
1421
  n0,
1408
1422
  _EFR,
1409
1423
  { [_h]: ["POST", "/system", 200] },
1410
- () => ExecuteFastResetInput,
1411
- () => ExecuteFastResetOutput,
1424
+ () => ExecuteFastResetInput$,
1425
+ () => ExecuteFastResetOutput$,
1412
1426
  ];
1413
- export var ExecuteGremlinExplainQuery = [
1427
+ export var ExecuteGremlinExplainQuery$ = [
1414
1428
  9,
1415
1429
  n0,
1416
1430
  _EGEQ,
1417
1431
  { [_h]: ["POST", "/gremlin/explain", 200] },
1418
- () => ExecuteGremlinExplainQueryInput,
1419
- () => ExecuteGremlinExplainQueryOutput,
1432
+ () => ExecuteGremlinExplainQueryInput$,
1433
+ () => ExecuteGremlinExplainQueryOutput$,
1420
1434
  ];
1421
- export var ExecuteGremlinProfileQuery = [
1435
+ export var ExecuteGremlinProfileQuery$ = [
1422
1436
  9,
1423
1437
  n0,
1424
1438
  _EGPQ,
1425
1439
  { [_h]: ["POST", "/gremlin/profile", 200] },
1426
- () => ExecuteGremlinProfileQueryInput,
1427
- () => ExecuteGremlinProfileQueryOutput,
1440
+ () => ExecuteGremlinProfileQueryInput$,
1441
+ () => ExecuteGremlinProfileQueryOutput$,
1428
1442
  ];
1429
- export var ExecuteGremlinQuery = [
1443
+ export var ExecuteGremlinQuery$ = [
1430
1444
  9,
1431
1445
  n0,
1432
1446
  _EGQ,
1433
1447
  { [_h]: ["POST", "/gremlin", 200] },
1434
- () => ExecuteGremlinQueryInput,
1435
- () => ExecuteGremlinQueryOutput,
1448
+ () => ExecuteGremlinQueryInput$,
1449
+ () => ExecuteGremlinQueryOutput$,
1436
1450
  ];
1437
- export var ExecuteOpenCypherExplainQuery = [
1451
+ export var ExecuteOpenCypherExplainQuery$ = [
1438
1452
  9,
1439
1453
  n0,
1440
1454
  _EOCEQ,
1441
1455
  { [_h]: ["POST", "/opencypher/explain", 200] },
1442
- () => ExecuteOpenCypherExplainQueryInput,
1443
- () => ExecuteOpenCypherExplainQueryOutput,
1456
+ () => ExecuteOpenCypherExplainQueryInput$,
1457
+ () => ExecuteOpenCypherExplainQueryOutput$,
1444
1458
  ];
1445
- export var ExecuteOpenCypherQuery = [
1459
+ export var ExecuteOpenCypherQuery$ = [
1446
1460
  9,
1447
1461
  n0,
1448
1462
  _EOCQ,
1449
1463
  { [_h]: ["POST", "/opencypher", 200] },
1450
- () => ExecuteOpenCypherQueryInput,
1451
- () => ExecuteOpenCypherQueryOutput,
1464
+ () => ExecuteOpenCypherQueryInput$,
1465
+ () => ExecuteOpenCypherQueryOutput$,
1452
1466
  ];
1453
- export var GetEngineStatus = [
1467
+ export var GetEngineStatus$ = [
1454
1468
  9,
1455
1469
  n0,
1456
1470
  _GES,
1457
1471
  { [_h]: ["GET", "/status", 200] },
1458
1472
  () => __Unit,
1459
- () => GetEngineStatusOutput,
1473
+ () => GetEngineStatusOutput$,
1460
1474
  ];
1461
- export var GetGremlinQueryStatus = [
1475
+ export var GetGremlinQueryStatus$ = [
1462
1476
  9,
1463
1477
  n0,
1464
1478
  _GGQS,
1465
1479
  { [_h]: ["GET", "/gremlin/status/{queryId}", 200] },
1466
- () => GetGremlinQueryStatusInput,
1467
- () => GetGremlinQueryStatusOutput,
1480
+ () => GetGremlinQueryStatusInput$,
1481
+ () => GetGremlinQueryStatusOutput$,
1468
1482
  ];
1469
- export var GetLoaderJobStatus = [
1483
+ export var GetLoaderJobStatus$ = [
1470
1484
  9,
1471
1485
  n0,
1472
1486
  _GLJS,
1473
1487
  { [_h]: ["GET", "/loader/{loadId}", 200] },
1474
- () => GetLoaderJobStatusInput,
1475
- () => GetLoaderJobStatusOutput,
1488
+ () => GetLoaderJobStatusInput$,
1489
+ () => GetLoaderJobStatusOutput$,
1476
1490
  ];
1477
- export var GetMLDataProcessingJob = [
1491
+ export var GetMLDataProcessingJob$ = [
1478
1492
  9,
1479
1493
  n0,
1480
1494
  _GMLDPJ,
1481
1495
  { [_h]: ["GET", "/ml/dataprocessing/{id}", 200] },
1482
- () => GetMLDataProcessingJobInput,
1483
- () => GetMLDataProcessingJobOutput,
1496
+ () => GetMLDataProcessingJobInput$,
1497
+ () => GetMLDataProcessingJobOutput$,
1484
1498
  ];
1485
- export var GetMLEndpoint = [
1499
+ export var GetMLEndpoint$ = [
1486
1500
  9,
1487
1501
  n0,
1488
1502
  _GMLE,
1489
1503
  { [_h]: ["GET", "/ml/endpoints/{id}", 200] },
1490
- () => GetMLEndpointInput,
1491
- () => GetMLEndpointOutput,
1504
+ () => GetMLEndpointInput$,
1505
+ () => GetMLEndpointOutput$,
1492
1506
  ];
1493
- export var GetMLModelTrainingJob = [
1507
+ export var GetMLModelTrainingJob$ = [
1494
1508
  9,
1495
1509
  n0,
1496
1510
  _GMLMTJ,
1497
1511
  { [_h]: ["GET", "/ml/modeltraining/{id}", 200] },
1498
- () => GetMLModelTrainingJobInput,
1499
- () => GetMLModelTrainingJobOutput,
1512
+ () => GetMLModelTrainingJobInput$,
1513
+ () => GetMLModelTrainingJobOutput$,
1500
1514
  ];
1501
- export var GetMLModelTransformJob = [
1515
+ export var GetMLModelTransformJob$ = [
1502
1516
  9,
1503
1517
  n0,
1504
1518
  _GMLMTJe,
1505
1519
  { [_h]: ["GET", "/ml/modeltransform/{id}", 200] },
1506
- () => GetMLModelTransformJobInput,
1507
- () => GetMLModelTransformJobOutput,
1520
+ () => GetMLModelTransformJobInput$,
1521
+ () => GetMLModelTransformJobOutput$,
1508
1522
  ];
1509
- export var GetOpenCypherQueryStatus = [
1523
+ export var GetOpenCypherQueryStatus$ = [
1510
1524
  9,
1511
1525
  n0,
1512
1526
  _GOCQS,
1513
1527
  { [_h]: ["GET", "/opencypher/status/{queryId}", 200] },
1514
- () => GetOpenCypherQueryStatusInput,
1515
- () => GetOpenCypherQueryStatusOutput,
1528
+ () => GetOpenCypherQueryStatusInput$,
1529
+ () => GetOpenCypherQueryStatusOutput$,
1516
1530
  ];
1517
- export var GetPropertygraphStatistics = [
1531
+ export var GetPropertygraphStatistics$ = [
1518
1532
  9,
1519
1533
  n0,
1520
1534
  _GPS,
1521
1535
  { [_h]: ["GET", "/propertygraph/statistics", 200] },
1522
1536
  () => __Unit,
1523
- () => GetPropertygraphStatisticsOutput,
1537
+ () => GetPropertygraphStatisticsOutput$,
1524
1538
  ];
1525
- export var GetPropertygraphStream = [
1539
+ export var GetPropertygraphStream$ = [
1526
1540
  9,
1527
1541
  n0,
1528
1542
  _GPSe,
1529
1543
  { [_h]: ["GET", "/propertygraph/stream", 200] },
1530
- () => GetPropertygraphStreamInput,
1531
- () => GetPropertygraphStreamOutput,
1544
+ () => GetPropertygraphStreamInput$,
1545
+ () => GetPropertygraphStreamOutput$,
1532
1546
  ];
1533
- export var GetPropertygraphSummary = [
1547
+ export var GetPropertygraphSummary$ = [
1534
1548
  9,
1535
1549
  n0,
1536
1550
  _GPSet,
1537
1551
  { [_h]: ["GET", "/propertygraph/statistics/summary", 200] },
1538
- () => GetPropertygraphSummaryInput,
1539
- () => GetPropertygraphSummaryOutput,
1552
+ () => GetPropertygraphSummaryInput$,
1553
+ () => GetPropertygraphSummaryOutput$,
1540
1554
  ];
1541
- export var GetRDFGraphSummary = [
1555
+ export var GetRDFGraphSummary$ = [
1542
1556
  9,
1543
1557
  n0,
1544
1558
  _GRDFGS,
1545
1559
  { [_h]: ["GET", "/rdf/statistics/summary", 200] },
1546
- () => GetRDFGraphSummaryInput,
1547
- () => GetRDFGraphSummaryOutput,
1560
+ () => GetRDFGraphSummaryInput$,
1561
+ () => GetRDFGraphSummaryOutput$,
1548
1562
  ];
1549
- export var GetSparqlStatistics = [
1563
+ export var GetSparqlStatistics$ = [
1550
1564
  9,
1551
1565
  n0,
1552
1566
  _GSS,
1553
1567
  { [_h]: ["GET", "/sparql/statistics", 200] },
1554
1568
  () => __Unit,
1555
- () => GetSparqlStatisticsOutput,
1569
+ () => GetSparqlStatisticsOutput$,
1556
1570
  ];
1557
- export var GetSparqlStream = [
1571
+ export var GetSparqlStream$ = [
1558
1572
  9,
1559
1573
  n0,
1560
1574
  _GSSe,
1561
1575
  { [_h]: ["GET", "/sparql/stream", 200] },
1562
- () => GetSparqlStreamInput,
1563
- () => GetSparqlStreamOutput,
1576
+ () => GetSparqlStreamInput$,
1577
+ () => GetSparqlStreamOutput$,
1564
1578
  ];
1565
- export var ListGremlinQueries = [
1579
+ export var ListGremlinQueries$ = [
1566
1580
  9,
1567
1581
  n0,
1568
1582
  _LGQ,
1569
1583
  { [_h]: ["GET", "/gremlin/status", 200] },
1570
- () => ListGremlinQueriesInput,
1571
- () => ListGremlinQueriesOutput,
1584
+ () => ListGremlinQueriesInput$,
1585
+ () => ListGremlinQueriesOutput$,
1572
1586
  ];
1573
- export var ListLoaderJobs = [
1587
+ export var ListLoaderJobs$ = [
1574
1588
  9,
1575
1589
  n0,
1576
1590
  _LLJ,
1577
1591
  { [_h]: ["GET", "/loader", 200] },
1578
- () => ListLoaderJobsInput,
1579
- () => ListLoaderJobsOutput,
1592
+ () => ListLoaderJobsInput$,
1593
+ () => ListLoaderJobsOutput$,
1580
1594
  ];
1581
- export var ListMLDataProcessingJobs = [
1595
+ export var ListMLDataProcessingJobs$ = [
1582
1596
  9,
1583
1597
  n0,
1584
1598
  _LMLDPJ,
1585
1599
  { [_h]: ["GET", "/ml/dataprocessing", 200] },
1586
- () => ListMLDataProcessingJobsInput,
1587
- () => ListMLDataProcessingJobsOutput,
1600
+ () => ListMLDataProcessingJobsInput$,
1601
+ () => ListMLDataProcessingJobsOutput$,
1588
1602
  ];
1589
- export var ListMLEndpoints = [
1603
+ export var ListMLEndpoints$ = [
1590
1604
  9,
1591
1605
  n0,
1592
1606
  _LMLE,
1593
1607
  { [_h]: ["GET", "/ml/endpoints", 200] },
1594
- () => ListMLEndpointsInput,
1595
- () => ListMLEndpointsOutput,
1608
+ () => ListMLEndpointsInput$,
1609
+ () => ListMLEndpointsOutput$,
1596
1610
  ];
1597
- export var ListMLModelTrainingJobs = [
1611
+ export var ListMLModelTrainingJobs$ = [
1598
1612
  9,
1599
1613
  n0,
1600
1614
  _LMLMTJ,
1601
1615
  { [_h]: ["GET", "/ml/modeltraining", 200] },
1602
- () => ListMLModelTrainingJobsInput,
1603
- () => ListMLModelTrainingJobsOutput,
1616
+ () => ListMLModelTrainingJobsInput$,
1617
+ () => ListMLModelTrainingJobsOutput$,
1604
1618
  ];
1605
- export var ListMLModelTransformJobs = [
1619
+ export var ListMLModelTransformJobs$ = [
1606
1620
  9,
1607
1621
  n0,
1608
1622
  _LMLMTJi,
1609
1623
  { [_h]: ["GET", "/ml/modeltransform", 200] },
1610
- () => ListMLModelTransformJobsInput,
1611
- () => ListMLModelTransformJobsOutput,
1624
+ () => ListMLModelTransformJobsInput$,
1625
+ () => ListMLModelTransformJobsOutput$,
1612
1626
  ];
1613
- export var ListOpenCypherQueries = [
1627
+ export var ListOpenCypherQueries$ = [
1614
1628
  9,
1615
1629
  n0,
1616
1630
  _LOCQ,
1617
1631
  { [_h]: ["GET", "/opencypher/status", 200] },
1618
- () => ListOpenCypherQueriesInput,
1619
- () => ListOpenCypherQueriesOutput,
1632
+ () => ListOpenCypherQueriesInput$,
1633
+ () => ListOpenCypherQueriesOutput$,
1620
1634
  ];
1621
- export var ManagePropertygraphStatistics = [
1635
+ export var ManagePropertygraphStatistics$ = [
1622
1636
  9,
1623
1637
  n0,
1624
1638
  _MPS,
1625
1639
  { [_h]: ["POST", "/propertygraph/statistics", 200] },
1626
- () => ManagePropertygraphStatisticsInput,
1627
- () => ManagePropertygraphStatisticsOutput,
1640
+ () => ManagePropertygraphStatisticsInput$,
1641
+ () => ManagePropertygraphStatisticsOutput$,
1628
1642
  ];
1629
- export var ManageSparqlStatistics = [
1643
+ export var ManageSparqlStatistics$ = [
1630
1644
  9,
1631
1645
  n0,
1632
1646
  _MSS,
1633
1647
  { [_h]: ["POST", "/sparql/statistics", 200] },
1634
- () => ManageSparqlStatisticsInput,
1635
- () => ManageSparqlStatisticsOutput,
1648
+ () => ManageSparqlStatisticsInput$,
1649
+ () => ManageSparqlStatisticsOutput$,
1636
1650
  ];
1637
- export var StartLoaderJob = [
1651
+ export var StartLoaderJob$ = [
1638
1652
  9,
1639
1653
  n0,
1640
1654
  _SLJ,
1641
1655
  { [_h]: ["POST", "/loader", 200] },
1642
- () => StartLoaderJobInput,
1643
- () => StartLoaderJobOutput,
1656
+ () => StartLoaderJobInput$,
1657
+ () => StartLoaderJobOutput$,
1644
1658
  ];
1645
- export var StartMLDataProcessingJob = [
1659
+ export var StartMLDataProcessingJob$ = [
1646
1660
  9,
1647
1661
  n0,
1648
1662
  _SMLDPJ,
1649
1663
  { [_h]: ["POST", "/ml/dataprocessing", 200] },
1650
- () => StartMLDataProcessingJobInput,
1651
- () => StartMLDataProcessingJobOutput,
1664
+ () => StartMLDataProcessingJobInput$,
1665
+ () => StartMLDataProcessingJobOutput$,
1652
1666
  ];
1653
- export var StartMLModelTrainingJob = [
1667
+ export var StartMLModelTrainingJob$ = [
1654
1668
  9,
1655
1669
  n0,
1656
1670
  _SMLMTJ,
1657
1671
  { [_h]: ["POST", "/ml/modeltraining", 200] },
1658
- () => StartMLModelTrainingJobInput,
1659
- () => StartMLModelTrainingJobOutput,
1672
+ () => StartMLModelTrainingJobInput$,
1673
+ () => StartMLModelTrainingJobOutput$,
1660
1674
  ];
1661
- export var StartMLModelTransformJob = [
1675
+ export var StartMLModelTransformJob$ = [
1662
1676
  9,
1663
1677
  n0,
1664
1678
  _SMLMTJt,
1665
1679
  { [_h]: ["POST", "/ml/modeltransform", 200] },
1666
- () => StartMLModelTransformJobInput,
1667
- () => StartMLModelTransformJobOutput,
1680
+ () => StartMLModelTransformJobInput$,
1681
+ () => StartMLModelTransformJobOutput$,
1668
1682
  ];