@aws-sdk/client-neptunedata 3.940.0 → 3.946.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 (69) hide show
  1. package/dist-cjs/index.js +134 -718
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/NeptunedataClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +134 -718
  8. package/dist-types/Neptunedata.d.ts +1 -1
  9. package/dist-types/NeptunedataClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CancelGremlinQueryCommand.d.ts +3 -3
  13. package/dist-types/commands/CancelLoaderJobCommand.d.ts +3 -3
  14. package/dist-types/commands/CancelMLDataProcessingJobCommand.d.ts +3 -3
  15. package/dist-types/commands/CancelMLModelTrainingJobCommand.d.ts +3 -3
  16. package/dist-types/commands/CancelMLModelTransformJobCommand.d.ts +3 -3
  17. package/dist-types/commands/CancelOpenCypherQueryCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateMLEndpointCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteMLEndpointCommand.d.ts +3 -3
  20. package/dist-types/commands/DeletePropertygraphStatisticsCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteSparqlStatisticsCommand.d.ts +3 -3
  22. package/dist-types/commands/ExecuteFastResetCommand.d.ts +3 -3
  23. package/dist-types/commands/ExecuteGremlinExplainQueryCommand.d.ts +3 -3
  24. package/dist-types/commands/ExecuteGremlinProfileQueryCommand.d.ts +3 -3
  25. package/dist-types/commands/ExecuteGremlinQueryCommand.d.ts +3 -3
  26. package/dist-types/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +3 -3
  27. package/dist-types/commands/ExecuteOpenCypherQueryCommand.d.ts +3 -3
  28. package/dist-types/commands/GetEngineStatusCommand.d.ts +3 -3
  29. package/dist-types/commands/GetGremlinQueryStatusCommand.d.ts +3 -3
  30. package/dist-types/commands/GetLoaderJobStatusCommand.d.ts +3 -3
  31. package/dist-types/commands/GetMLDataProcessingJobCommand.d.ts +3 -3
  32. package/dist-types/commands/GetMLEndpointCommand.d.ts +3 -3
  33. package/dist-types/commands/GetMLModelTrainingJobCommand.d.ts +3 -3
  34. package/dist-types/commands/GetMLModelTransformJobCommand.d.ts +3 -3
  35. package/dist-types/commands/GetOpenCypherQueryStatusCommand.d.ts +3 -3
  36. package/dist-types/commands/GetPropertygraphStatisticsCommand.d.ts +3 -3
  37. package/dist-types/commands/GetPropertygraphStreamCommand.d.ts +3 -3
  38. package/dist-types/commands/GetPropertygraphSummaryCommand.d.ts +3 -3
  39. package/dist-types/commands/GetRDFGraphSummaryCommand.d.ts +3 -3
  40. package/dist-types/commands/GetSparqlStatisticsCommand.d.ts +3 -3
  41. package/dist-types/commands/GetSparqlStreamCommand.d.ts +3 -3
  42. package/dist-types/commands/ListGremlinQueriesCommand.d.ts +3 -3
  43. package/dist-types/commands/ListLoaderJobsCommand.d.ts +3 -3
  44. package/dist-types/commands/ListMLDataProcessingJobsCommand.d.ts +3 -3
  45. package/dist-types/commands/ListMLEndpointsCommand.d.ts +3 -3
  46. package/dist-types/commands/ListMLModelTrainingJobsCommand.d.ts +3 -3
  47. package/dist-types/commands/ListMLModelTransformJobsCommand.d.ts +3 -3
  48. package/dist-types/commands/ListOpenCypherQueriesCommand.d.ts +3 -3
  49. package/dist-types/commands/ManagePropertygraphStatisticsCommand.d.ts +3 -3
  50. package/dist-types/commands/ManageSparqlStatisticsCommand.d.ts +3 -3
  51. package/dist-types/commands/StartLoaderJobCommand.d.ts +3 -3
  52. package/dist-types/commands/StartMLDataProcessingJobCommand.d.ts +3 -3
  53. package/dist-types/commands/StartMLModelTrainingJobCommand.d.ts +3 -3
  54. package/dist-types/commands/StartMLModelTransformJobCommand.d.ts +3 -3
  55. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  56. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  57. package/dist-types/extensionConfiguration.d.ts +4 -4
  58. package/dist-types/models/NeptunedataServiceException.d.ts +1 -1
  59. package/dist-types/models/errors.d.ts +1 -1
  60. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  61. package/dist-types/runtimeConfig.d.ts +1 -1
  62. package/dist-types/runtimeConfig.native.d.ts +1 -1
  63. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  64. package/dist-types/runtimeExtensions.d.ts +1 -1
  65. package/dist-types/schemas/schemas_0.d.ts +1 -1
  66. package/dist-types/ts3.4/NeptunedataClient.d.ts +3 -3
  67. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  68. package/dist-types/ts3.4/models/NeptunedataServiceException.d.ts +1 -1
  69. package/package.json +13 -12
@@ -393,23 +393,12 @@ const n0 = "com.amazonaws.neptunedata";
393
393
  import { TypeRegistry } from "@smithy/core/schema";
394
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
395
  import { NeptunedataServiceException as __NeptunedataServiceException } from "../models/NeptunedataServiceException";
396
- export var ReportAsText = [
397
- 0,
398
- n0,
399
- _RAT,
400
- {
401
- [_mT]: _t,
402
- },
403
- 21,
404
- ];
396
+ export var ReportAsText = [0, n0, _RAT, { [_mT]: _t }, 21];
405
397
  export var AccessDeniedException = [
406
398
  -3,
407
399
  n0,
408
400
  _ADE,
409
- {
410
- [_e]: _c,
411
- [_hE]: 403,
412
- },
401
+ { [_e]: _c, [_hE]: 403 },
413
402
  [_dM, _rI, _co],
414
403
  [0, 0, 0],
415
404
  ];
@@ -418,10 +407,7 @@ export var BadRequestException = [
418
407
  -3,
419
408
  n0,
420
409
  _BRE,
421
- {
422
- [_e]: _c,
423
- [_hE]: 400,
424
- },
410
+ { [_e]: _c, [_hE]: 400 },
425
411
  [_dM, _rI, _co],
426
412
  [0, 0, 0],
427
413
  ];
@@ -430,10 +416,7 @@ export var BulkLoadIdNotFoundException = [
430
416
  -3,
431
417
  n0,
432
418
  _BLINFE,
433
- {
434
- [_e]: _c,
435
- [_hE]: 404,
436
- },
419
+ { [_e]: _c, [_hE]: 404 },
437
420
  [_dM, _rI, _co],
438
421
  [0, 0, 0],
439
422
  ];
@@ -444,10 +427,7 @@ export var CancelledByUserException = [
444
427
  -3,
445
428
  n0,
446
429
  _CBUE,
447
- {
448
- [_e]: _se,
449
- [_hE]: 500,
450
- },
430
+ { [_e]: _se, [_hE]: 500 },
451
431
  [_dM, _rI, _co],
452
432
  [0, 0, 0],
453
433
  ];
@@ -462,18 +442,8 @@ export var CancelMLDataProcessingJobInput = [
462
442
  [_i, _nIRA, _cl],
463
443
  [
464
444
  [0, 1],
465
- [
466
- 0,
467
- {
468
- [_hQ]: _nIRA,
469
- },
470
- ],
471
- [
472
- 2,
473
- {
474
- [_hQ]: _cl,
475
- },
476
- ],
445
+ [0, { [_hQ]: _nIRA }],
446
+ [2, { [_hQ]: _cl }],
477
447
  ],
478
448
  ];
479
449
  export var CancelMLDataProcessingJobOutput = [3, n0, _CMLDPJO, 0, [_s], [0]];
@@ -485,18 +455,8 @@ export var CancelMLModelTrainingJobInput = [
485
455
  [_i, _nIRA, _cl],
486
456
  [
487
457
  [0, 1],
488
- [
489
- 0,
490
- {
491
- [_hQ]: _nIRA,
492
- },
493
- ],
494
- [
495
- 2,
496
- {
497
- [_hQ]: _cl,
498
- },
499
- ],
458
+ [0, { [_hQ]: _nIRA }],
459
+ [2, { [_hQ]: _cl }],
500
460
  ],
501
461
  ];
502
462
  export var CancelMLModelTrainingJobOutput = [3, n0, _CMLMTJO, 0, [_s], [0]];
@@ -508,18 +468,8 @@ export var CancelMLModelTransformJobInput = [
508
468
  [_i, _nIRA, _cl],
509
469
  [
510
470
  [0, 1],
511
- [
512
- 0,
513
- {
514
- [_hQ]: _nIRA,
515
- },
516
- ],
517
- [
518
- 2,
519
- {
520
- [_hQ]: _cl,
521
- },
522
- ],
471
+ [0, { [_hQ]: _nIRA }],
472
+ [2, { [_hQ]: _cl }],
523
473
  ],
524
474
  ];
525
475
  export var CancelMLModelTransformJobOutput = [3, n0, _CMLMTJOa, 0, [_s], [0]];
@@ -531,12 +481,7 @@ export var CancelOpenCypherQueryInput = [
531
481
  [_qI, _si],
532
482
  [
533
483
  [0, 1],
534
- [
535
- 2,
536
- {
537
- [_hQ]: _si,
538
- },
539
- ],
484
+ [2, { [_hQ]: _si }],
540
485
  ],
541
486
  ];
542
487
  export var CancelOpenCypherQueryOutput = [3, n0, _COCQO, 0, [_s, _p], [0, 2]];
@@ -544,10 +489,7 @@ export var ClientTimeoutException = [
544
489
  -3,
545
490
  n0,
546
491
  _CTE,
547
- {
548
- [_e]: _c,
549
- [_hE]: 408,
550
- },
492
+ { [_e]: _c, [_hE]: 408 },
551
493
  [_dM, _rI, _co],
552
494
  [0, 0, 0],
553
495
  ];
@@ -556,10 +498,7 @@ export var ConcurrentModificationException = [
556
498
  -3,
557
499
  n0,
558
500
  _CME,
559
- {
560
- [_e]: _se,
561
- [_hE]: 500,
562
- },
501
+ { [_e]: _se, [_hE]: 500 },
563
502
  [_dM, _rI, _co],
564
503
  [0, 0, 0],
565
504
  ];
@@ -568,10 +507,7 @@ export var ConstraintViolationException = [
568
507
  -3,
569
508
  n0,
570
509
  _CVE,
571
- {
572
- [_e]: _c,
573
- [_hE]: 400,
574
- },
510
+ { [_e]: _c, [_hE]: 400 },
575
511
  [_dM, _rI, _co],
576
512
  [0, 0, 0],
577
513
  ];
@@ -595,18 +531,8 @@ export var DeleteMLEndpointInput = [
595
531
  [_i, _nIRA, _cl],
596
532
  [
597
533
  [0, 1],
598
- [
599
- 0,
600
- {
601
- [_hQ]: _nIRA,
602
- },
603
- ],
604
- [
605
- 2,
606
- {
607
- [_hQ]: _cl,
608
- },
609
- ],
534
+ [0, { [_hQ]: _nIRA }],
535
+ [2, { [_hQ]: _cl }],
610
536
  ],
611
537
  ];
612
538
  export var DeleteMLEndpointOutput = [3, n0, _DMLEO, 0, [_s], [0]];
@@ -630,21 +556,7 @@ export var DeleteStatisticsValueMap = [3, n0, _DSVM, 0, [_ac, _sI], [2, 0]];
630
556
  export var EdgeStructure = [3, n0, _ES, 0, [_cou, _eP], [1, 64 | 0]];
631
557
  export var ExecuteFastResetInput = [3, n0, _EFRI, 0, [_act, _to], [0, 0]];
632
558
  export var ExecuteFastResetOutput = [3, n0, _EFRO, 0, [_s, _p], [0, () => FastResetToken]];
633
- export var ExecuteGremlinExplainQueryInput = [
634
- 3,
635
- n0,
636
- _EGEQI,
637
- 0,
638
- [_gQ],
639
- [
640
- [
641
- 0,
642
- {
643
- [_jN]: _g,
644
- },
645
- ],
646
- ],
647
- ];
559
+ export var ExecuteGremlinExplainQueryInput = [3, n0, _EGEQI, 0, [_gQ], [[0, { [_jN]: _g }]]];
648
560
  export var ExecuteGremlinExplainQueryOutput = [
649
561
  3,
650
562
  n0,
@@ -660,36 +572,11 @@ export var ExecuteGremlinProfileQueryInput = [
660
572
  0,
661
573
  [_gQ, _r, _ch, _ser, _iO],
662
574
  [
663
- [
664
- 0,
665
- {
666
- [_jN]: _g,
667
- },
668
- ],
669
- [
670
- 2,
671
- {
672
- [_jN]: _pr,
673
- },
674
- ],
675
- [
676
- 1,
677
- {
678
- [_jN]: _pro,
679
- },
680
- ],
681
- [
682
- 0,
683
- {
684
- [_jN]: _prof,
685
- },
686
- ],
687
- [
688
- 2,
689
- {
690
- [_jN]: _pO,
691
- },
692
- ],
575
+ [0, { [_jN]: _g }],
576
+ [2, { [_jN]: _pr }],
577
+ [1, { [_jN]: _pro }],
578
+ [0, { [_jN]: _prof }],
579
+ [2, { [_jN]: _pO }],
693
580
  ],
694
581
  ];
695
582
  export var ExecuteGremlinProfileQueryOutput = [
@@ -707,18 +594,8 @@ export var ExecuteGremlinQueryInput = [
707
594
  0,
708
595
  [_gQ, _ser],
709
596
  [
710
- [
711
- 0,
712
- {
713
- [_jN]: _g,
714
- },
715
- ],
716
- [
717
- 0,
718
- {
719
- [_hH]: _acc,
720
- },
721
- ],
597
+ [0, { [_jN]: _g }],
598
+ [0, { [_hH]: _acc }],
722
599
  ],
723
600
  ];
724
601
  export var ExecuteGremlinQueryOutput = [
@@ -735,21 +612,7 @@ export var ExecuteOpenCypherExplainQueryInput = [
735
612
  _EOCEQI,
736
613
  0,
737
614
  [_oCQ, _pa, _eM],
738
- [
739
- [
740
- 0,
741
- {
742
- [_jN]: _q,
743
- },
744
- ],
745
- 0,
746
- [
747
- 0,
748
- {
749
- [_jN]: _ex,
750
- },
751
- ],
752
- ],
615
+ [[0, { [_jN]: _q }], 0, [0, { [_jN]: _ex }]],
753
616
  ];
754
617
  export var ExecuteOpenCypherExplainQueryOutput = [3, n0, _EOCEQO, 0, [_r], [[21, 16]]];
755
618
  export var ExecuteOpenCypherQueryInput = [
@@ -758,25 +621,14 @@ export var ExecuteOpenCypherQueryInput = [
758
621
  _EOCQI,
759
622
  0,
760
623
  [_oCQ, _pa],
761
- [
762
- [
763
- 0,
764
- {
765
- [_jN]: _q,
766
- },
767
- ],
768
- 0,
769
- ],
624
+ [[0, { [_jN]: _q }], 0],
770
625
  ];
771
626
  export var ExecuteOpenCypherQueryOutput = [3, n0, _EOCQO, 0, [_r], [15]];
772
627
  export var ExpiredStreamException = [
773
628
  -3,
774
629
  n0,
775
630
  _ESE,
776
- {
777
- [_e]: _c,
778
- [_hE]: 400,
779
- },
631
+ { [_e]: _c, [_hE]: 400 },
780
632
  [_dM, _rI, _co],
781
633
  [0, 0, 0],
782
634
  ];
@@ -785,10 +637,7 @@ export var FailureByQueryException = [
785
637
  -3,
786
638
  n0,
787
639
  _FBQE,
788
- {
789
- [_e]: _se,
790
- [_hE]: 500,
791
- },
640
+ { [_e]: _se, [_hE]: 500 },
792
641
  [_dM, _rI, _co],
793
642
  [0, 0, 0],
794
643
  ];
@@ -833,30 +682,10 @@ export var GetLoaderJobStatusInput = [
833
682
  [_lI, _d, _er, _pag, _ePP],
834
683
  [
835
684
  [0, 1],
836
- [
837
- 2,
838
- {
839
- [_hQ]: _d,
840
- },
841
- ],
842
- [
843
- 2,
844
- {
845
- [_hQ]: _er,
846
- },
847
- ],
848
- [
849
- 1,
850
- {
851
- [_hQ]: _pag,
852
- },
853
- ],
854
- [
855
- 1,
856
- {
857
- [_hQ]: _ePP,
858
- },
859
- ],
685
+ [2, { [_hQ]: _d }],
686
+ [2, { [_hQ]: _er }],
687
+ [1, { [_hQ]: _pag }],
688
+ [1, { [_hQ]: _ePP }],
860
689
  ],
861
690
  ];
862
691
  export var GetLoaderJobStatusOutput = [3, n0, _GLJSO, 0, [_s, _p], [0, 15]];
@@ -868,12 +697,7 @@ export var GetMLDataProcessingJobInput = [
868
697
  [_i, _nIRA],
869
698
  [
870
699
  [0, 1],
871
- [
872
- 0,
873
- {
874
- [_hQ]: _nIRA,
875
- },
876
- ],
700
+ [0, { [_hQ]: _nIRA }],
877
701
  ],
878
702
  ];
879
703
  export var GetMLDataProcessingJobOutput = [
@@ -892,12 +716,7 @@ export var GetMLEndpointInput = [
892
716
  [_i, _nIRA],
893
717
  [
894
718
  [0, 1],
895
- [
896
- 0,
897
- {
898
- [_hQ]: _nIRA,
899
- },
900
- ],
719
+ [0, { [_hQ]: _nIRA }],
901
720
  ],
902
721
  ];
903
722
  export var GetMLEndpointOutput = [
@@ -916,12 +735,7 @@ export var GetMLModelTrainingJobInput = [
916
735
  [_i, _nIRA],
917
736
  [
918
737
  [0, 1],
919
- [
920
- 0,
921
- {
922
- [_hQ]: _nIRA,
923
- },
924
- ],
738
+ [0, { [_hQ]: _nIRA }],
925
739
  ],
926
740
  ];
927
741
  export var GetMLModelTrainingJobOutput = [
@@ -940,12 +754,7 @@ export var GetMLModelTransformJobInput = [
940
754
  [_i, _nIRA],
941
755
  [
942
756
  [0, 1],
943
- [
944
- 0,
945
- {
946
- [_hQ]: _nIRA,
947
- },
948
- ],
757
+ [0, { [_hQ]: _nIRA }],
949
758
  ],
950
759
  ];
951
760
  export var GetMLModelTransformJobOutput = [
@@ -973,36 +782,11 @@ export var GetPropertygraphStreamInput = [
973
782
  0,
974
783
  [_l, _iTt, _cN, _oN, _enc],
975
784
  [
976
- [
977
- 1,
978
- {
979
- [_hQ]: _l,
980
- },
981
- ],
982
- [
983
- 0,
984
- {
985
- [_hQ]: _iTt,
986
- },
987
- ],
988
- [
989
- 1,
990
- {
991
- [_hQ]: _cN,
992
- },
993
- ],
994
- [
995
- 1,
996
- {
997
- [_hQ]: _oN,
998
- },
999
- ],
1000
- [
1001
- 0,
1002
- {
1003
- [_hH]: _AE,
1004
- },
1005
- ],
785
+ [1, { [_hQ]: _l }],
786
+ [0, { [_hQ]: _iTt }],
787
+ [1, { [_hQ]: _cN }],
788
+ [1, { [_hQ]: _oN }],
789
+ [0, { [_hH]: _AE }],
1006
790
  ],
1007
791
  ];
1008
792
  export var GetPropertygraphStreamOutput = [
@@ -1011,34 +795,9 @@ export var GetPropertygraphStreamOutput = [
1011
795
  _GPSOe,
1012
796
  0,
1013
797
  [_lEI, _lTTIM, _fo, _rec, _tR],
1014
- [
1015
- 128 | 0,
1016
- [
1017
- 1,
1018
- {
1019
- [_jN]: _lTT,
1020
- },
1021
- ],
1022
- 0,
1023
- [() => PropertygraphRecordsList, 0],
1024
- 1,
1025
- ],
1026
- ];
1027
- export var GetPropertygraphSummaryInput = [
1028
- 3,
1029
- n0,
1030
- _GPSIe,
1031
- 0,
1032
- [_mod],
1033
- [
1034
- [
1035
- 0,
1036
- {
1037
- [_hQ]: _mod,
1038
- },
1039
- ],
1040
- ],
798
+ [128 | 0, [1, { [_jN]: _lTT }], 0, [() => PropertygraphRecordsList, 0], 1],
1041
799
  ];
800
+ export var GetPropertygraphSummaryInput = [3, n0, _GPSIe, 0, [_mod], [[0, { [_hQ]: _mod }]]];
1042
801
  export var GetPropertygraphSummaryOutput = [
1043
802
  3,
1044
803
  n0,
@@ -1047,21 +806,7 @@ export var GetPropertygraphSummaryOutput = [
1047
806
  [_sC, _p],
1048
807
  [[1, 32], () => PropertygraphSummaryValueMap],
1049
808
  ];
1050
- export var GetRDFGraphSummaryInput = [
1051
- 3,
1052
- n0,
1053
- _GRDFGSI,
1054
- 0,
1055
- [_mod],
1056
- [
1057
- [
1058
- 0,
1059
- {
1060
- [_hQ]: _mod,
1061
- },
1062
- ],
1063
- ],
1064
- ];
809
+ export var GetRDFGraphSummaryInput = [3, n0, _GRDFGSI, 0, [_mod], [[0, { [_hQ]: _mod }]]];
1065
810
  export var GetRDFGraphSummaryOutput = [
1066
811
  3,
1067
812
  n0,
@@ -1078,36 +823,11 @@ export var GetSparqlStreamInput = [
1078
823
  0,
1079
824
  [_l, _iTt, _cN, _oN, _enc],
1080
825
  [
1081
- [
1082
- 1,
1083
- {
1084
- [_hQ]: _l,
1085
- },
1086
- ],
1087
- [
1088
- 0,
1089
- {
1090
- [_hQ]: _iTt,
1091
- },
1092
- ],
1093
- [
1094
- 1,
1095
- {
1096
- [_hQ]: _cN,
1097
- },
1098
- ],
1099
- [
1100
- 1,
1101
- {
1102
- [_hQ]: _oN,
1103
- },
1104
- ],
1105
- [
1106
- 0,
1107
- {
1108
- [_hH]: _AE,
1109
- },
1110
- ],
826
+ [1, { [_hQ]: _l }],
827
+ [0, { [_hQ]: _iTt }],
828
+ [1, { [_hQ]: _cN }],
829
+ [1, { [_hQ]: _oN }],
830
+ [0, { [_hH]: _AE }],
1111
831
  ],
1112
832
  ];
1113
833
  export var GetSparqlStreamOutput = [
@@ -1116,18 +836,7 @@ export var GetSparqlStreamOutput = [
1116
836
  _GSSOe,
1117
837
  0,
1118
838
  [_lEI, _lTTIM, _fo, _rec, _tR],
1119
- [
1120
- 128 | 0,
1121
- [
1122
- 1,
1123
- {
1124
- [_jN]: _lTT,
1125
- },
1126
- ],
1127
- 0,
1128
- [() => SparqlRecordsList, 0],
1129
- 1,
1130
- ],
839
+ [128 | 0, [1, { [_jN]: _lTT }], 0, [() => SparqlRecordsList, 0], 1],
1131
840
  ];
1132
841
  export var GremlinQueryStatus = [3, n0, _GQS, 0, [_qI, _qS, _qES], [0, 0, () => QueryEvalStats]];
1133
842
  export var GremlinQueryStatusAttributes = [3, n0, _GQSA, 0, [_me, _co, _at], [0, 1, 15]];
@@ -1135,10 +844,7 @@ export var IllegalArgumentException = [
1135
844
  -3,
1136
845
  n0,
1137
846
  _IAE,
1138
- {
1139
- [_e]: _c,
1140
- [_hE]: 400,
1141
- },
847
+ { [_e]: _c, [_hE]: 400 },
1142
848
  [_dM, _rI, _co],
1143
849
  [0, 0, 0],
1144
850
  ];
@@ -1147,10 +853,7 @@ export var InternalFailureException = [
1147
853
  -3,
1148
854
  n0,
1149
855
  _IFE,
1150
- {
1151
- [_e]: _se,
1152
- [_hE]: 500,
1153
- },
856
+ { [_e]: _se, [_hE]: 500 },
1154
857
  [_dM, _rI, _co],
1155
858
  [0, 0, 0],
1156
859
  ];
@@ -1159,10 +862,7 @@ export var InvalidArgumentException = [
1159
862
  -3,
1160
863
  n0,
1161
864
  _IAEn,
1162
- {
1163
- [_e]: _c,
1164
- [_hE]: 400,
1165
- },
865
+ { [_e]: _c, [_hE]: 400 },
1166
866
  [_dM, _rI, _co],
1167
867
  [0, 0, 0],
1168
868
  ];
@@ -1171,10 +871,7 @@ export var InvalidNumericDataException = [
1171
871
  -3,
1172
872
  n0,
1173
873
  _INDE,
1174
- {
1175
- [_e]: _c,
1176
- [_hE]: 400,
1177
- },
874
+ { [_e]: _c, [_hE]: 400 },
1178
875
  [_dM, _rI, _co],
1179
876
  [0, 0, 0],
1180
877
  ];
@@ -1183,29 +880,12 @@ export var InvalidParameterException = [
1183
880
  -3,
1184
881
  n0,
1185
882
  _IPE,
1186
- {
1187
- [_e]: _c,
1188
- [_hE]: 400,
1189
- },
883
+ { [_e]: _c, [_hE]: 400 },
1190
884
  [_dM, _rI, _co],
1191
885
  [0, 0, 0],
1192
886
  ];
1193
887
  TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
1194
- export var ListGremlinQueriesInput = [
1195
- 3,
1196
- n0,
1197
- _LGQI,
1198
- 0,
1199
- [_iW],
1200
- [
1201
- [
1202
- 2,
1203
- {
1204
- [_hQ]: _iW,
1205
- },
1206
- ],
1207
- ],
1208
- ];
888
+ export var ListGremlinQueriesInput = [3, n0, _LGQI, 0, [_iW], [[2, { [_hQ]: _iW }]]];
1209
889
  export var ListGremlinQueriesOutput = [
1210
890
  3,
1211
891
  n0,
@@ -1221,18 +901,8 @@ export var ListLoaderJobsInput = [
1221
901
  0,
1222
902
  [_l, _iQL],
1223
903
  [
1224
- [
1225
- 1,
1226
- {
1227
- [_hQ]: _l,
1228
- },
1229
- ],
1230
- [
1231
- 2,
1232
- {
1233
- [_hQ]: _iQL,
1234
- },
1235
- ],
904
+ [1, { [_hQ]: _l }],
905
+ [2, { [_hQ]: _iQL }],
1236
906
  ],
1237
907
  ];
1238
908
  export var ListLoaderJobsOutput = [3, n0, _LLJO, 0, [_s, _p], [0, () => LoaderIdResult]];
@@ -1243,18 +913,8 @@ export var ListMLDataProcessingJobsInput = [
1243
913
  0,
1244
914
  [_mI, _nIRA],
1245
915
  [
1246
- [
1247
- 1,
1248
- {
1249
- [_hQ]: _mI,
1250
- },
1251
- ],
1252
- [
1253
- 0,
1254
- {
1255
- [_hQ]: _nIRA,
1256
- },
1257
- ],
916
+ [1, { [_hQ]: _mI }],
917
+ [0, { [_hQ]: _nIRA }],
1258
918
  ],
1259
919
  ];
1260
920
  export var ListMLDataProcessingJobsOutput = [3, n0, _LMLDPJO, 0, [_id], [64 | 0]];
@@ -1265,18 +925,8 @@ export var ListMLEndpointsInput = [
1265
925
  0,
1266
926
  [_mI, _nIRA],
1267
927
  [
1268
- [
1269
- 1,
1270
- {
1271
- [_hQ]: _mI,
1272
- },
1273
- ],
1274
- [
1275
- 0,
1276
- {
1277
- [_hQ]: _nIRA,
1278
- },
1279
- ],
928
+ [1, { [_hQ]: _mI }],
929
+ [0, { [_hQ]: _nIRA }],
1280
930
  ],
1281
931
  ];
1282
932
  export var ListMLEndpointsOutput = [3, n0, _LMLEO, 0, [_id], [64 | 0]];
@@ -1287,18 +937,8 @@ export var ListMLModelTrainingJobsInput = [
1287
937
  0,
1288
938
  [_mI, _nIRA],
1289
939
  [
1290
- [
1291
- 1,
1292
- {
1293
- [_hQ]: _mI,
1294
- },
1295
- ],
1296
- [
1297
- 0,
1298
- {
1299
- [_hQ]: _nIRA,
1300
- },
1301
- ],
940
+ [1, { [_hQ]: _mI }],
941
+ [0, { [_hQ]: _nIRA }],
1302
942
  ],
1303
943
  ];
1304
944
  export var ListMLModelTrainingJobsOutput = [3, n0, _LMLMTJO, 0, [_id], [64 | 0]];
@@ -1309,36 +949,12 @@ export var ListMLModelTransformJobsInput = [
1309
949
  0,
1310
950
  [_mI, _nIRA],
1311
951
  [
1312
- [
1313
- 1,
1314
- {
1315
- [_hQ]: _mI,
1316
- },
1317
- ],
1318
- [
1319
- 0,
1320
- {
1321
- [_hQ]: _nIRA,
1322
- },
1323
- ],
952
+ [1, { [_hQ]: _mI }],
953
+ [0, { [_hQ]: _nIRA }],
1324
954
  ],
1325
955
  ];
1326
956
  export var ListMLModelTransformJobsOutput = [3, n0, _LMLMTJOi, 0, [_id], [64 | 0]];
1327
- export var ListOpenCypherQueriesInput = [
1328
- 3,
1329
- n0,
1330
- _LOCQI,
1331
- 0,
1332
- [_iW],
1333
- [
1334
- [
1335
- 2,
1336
- {
1337
- [_hQ]: _iW,
1338
- },
1339
- ],
1340
- ],
1341
- ];
957
+ export var ListOpenCypherQueriesInput = [3, n0, _LOCQI, 0, [_iW], [[2, { [_hQ]: _iW }]]];
1342
958
  export var ListOpenCypherQueriesOutput = [
1343
959
  3,
1344
960
  n0,
@@ -1352,10 +968,7 @@ export var LoadUrlAccessDeniedException = [
1352
968
  -3,
1353
969
  n0,
1354
970
  _LUADE,
1355
- {
1356
- [_e]: _c,
1357
- [_hE]: 400,
1358
- },
971
+ { [_e]: _c, [_hE]: 400 },
1359
972
  [_dM, _rI, _co],
1360
973
  [0, 0, 0],
1361
974
  ];
@@ -1364,10 +977,7 @@ export var MalformedQueryException = [
1364
977
  -3,
1365
978
  n0,
1366
979
  _MQE,
1367
- {
1368
- [_e]: _c,
1369
- [_hE]: 400,
1370
- },
980
+ { [_e]: _c, [_hE]: 400 },
1371
981
  [_dM, _rI, _co],
1372
982
  [0, 0, 0],
1373
983
  ];
@@ -1394,10 +1004,7 @@ export var MemoryLimitExceededException = [
1394
1004
  -3,
1395
1005
  n0,
1396
1006
  _MLEE,
1397
- {
1398
- [_e]: _se,
1399
- [_hE]: 500,
1400
- },
1007
+ { [_e]: _se, [_hE]: 500 },
1401
1008
  [_dM, _rI, _co],
1402
1009
  [0, 0, 0],
1403
1010
  ];
@@ -1406,10 +1013,7 @@ export var MethodNotAllowedException = [
1406
1013
  -3,
1407
1014
  n0,
1408
1015
  _MNAE,
1409
- {
1410
- [_e]: _c,
1411
- [_hE]: 405,
1412
- },
1016
+ { [_e]: _c, [_hE]: 405 },
1413
1017
  [_dM, _rI, _co],
1414
1018
  [0, 0, 0],
1415
1019
  ];
@@ -1418,10 +1022,7 @@ export var MissingParameterException = [
1418
1022
  -3,
1419
1023
  n0,
1420
1024
  _MPE,
1421
- {
1422
- [_e]: _c,
1423
- [_hE]: 400,
1424
- },
1025
+ { [_e]: _c, [_hE]: 400 },
1425
1026
  [_dM, _rI, _co],
1426
1027
  [0, 0, 0],
1427
1028
  ];
@@ -1439,35 +1040,19 @@ export var MLResourceNotFoundException = [
1439
1040
  -3,
1440
1041
  n0,
1441
1042
  _MLRNFE,
1442
- {
1443
- [_e]: _c,
1444
- [_hE]: 404,
1445
- },
1043
+ { [_e]: _c, [_hE]: 404 },
1446
1044
  [_dM, _rI, _co],
1447
1045
  [0, 0, 0],
1448
1046
  ];
1449
1047
  TypeRegistry.for(n0).registerError(MLResourceNotFoundException, __MLResourceNotFoundException);
1450
1048
  export var NodeStructure = [3, n0, _NS, 0, [_cou, _nP, _dOEL], [1, 64 | 0, 64 | 0]];
1451
- export var ParsingException = [
1452
- -3,
1453
- n0,
1454
- _PE,
1455
- {
1456
- [_e]: _c,
1457
- [_hE]: 400,
1458
- },
1459
- [_dM, _rI, _co],
1460
- [0, 0, 0],
1461
- ];
1049
+ export var ParsingException = [-3, n0, _PE, { [_e]: _c, [_hE]: 400 }, [_dM, _rI, _co], [0, 0, 0]];
1462
1050
  TypeRegistry.for(n0).registerError(ParsingException, __ParsingException);
1463
1051
  export var PreconditionsFailedException = [
1464
1052
  -3,
1465
1053
  n0,
1466
1054
  _PFE,
1467
- {
1468
- [_e]: _c,
1469
- [_hE]: 400,
1470
- },
1055
+ { [_e]: _c, [_hE]: 400 },
1471
1056
  [_dM, _rI, _co],
1472
1057
  [0, 0, 0],
1473
1058
  ];
@@ -1486,18 +1071,7 @@ export var PropertygraphRecord = [
1486
1071
  _PR,
1487
1072
  0,
1488
1073
  [_cTIMo, _eI, _da, _op_, _iLO],
1489
- [
1490
- [
1491
- 1,
1492
- {
1493
- [_jN]: _cT,
1494
- },
1495
- ],
1496
- 128 | 0,
1497
- () => PropertygraphData,
1498
- 0,
1499
- 2,
1500
- ],
1074
+ [[1, { [_jN]: _cT }], 128 | 0, () => PropertygraphData, 0, 2],
1501
1075
  ];
1502
1076
  export var PropertygraphSummary = [
1503
1077
  3,
@@ -1536,10 +1110,7 @@ export var QueryLimitExceededException = [
1536
1110
  -3,
1537
1111
  n0,
1538
1112
  _QLEE,
1539
- {
1540
- [_e]: _se,
1541
- [_hE]: 500,
1542
- },
1113
+ { [_e]: _se, [_hE]: 500 },
1543
1114
  [_dM, _rI, _co],
1544
1115
  [0, 0, 0],
1545
1116
  ];
@@ -1548,10 +1119,7 @@ export var QueryLimitException = [
1548
1119
  -3,
1549
1120
  n0,
1550
1121
  _QLE,
1551
- {
1552
- [_e]: _c,
1553
- [_hE]: 400,
1554
- },
1122
+ { [_e]: _c, [_hE]: 400 },
1555
1123
  [_dM, _rI, _co],
1556
1124
  [0, 0, 0],
1557
1125
  ];
@@ -1560,10 +1128,7 @@ export var QueryTooLargeException = [
1560
1128
  -3,
1561
1129
  n0,
1562
1130
  _QTLE,
1563
- {
1564
- [_e]: _c,
1565
- [_hE]: 400,
1566
- },
1131
+ { [_e]: _c, [_hE]: 400 },
1567
1132
  [_dM, _rI, _co],
1568
1133
  [0, 0, 0],
1569
1134
  ];
@@ -1588,35 +1153,19 @@ export var ReadOnlyViolationException = [
1588
1153
  -3,
1589
1154
  n0,
1590
1155
  _ROVE,
1591
- {
1592
- [_e]: _c,
1593
- [_hE]: 400,
1594
- },
1156
+ { [_e]: _c, [_hE]: 400 },
1595
1157
  [_dM, _rI, _co],
1596
1158
  [0, 0, 0],
1597
1159
  ];
1598
1160
  TypeRegistry.for(n0).registerError(ReadOnlyViolationException, __ReadOnlyViolationException);
1599
1161
  export var RefreshStatisticsIdMap = [3, n0, _RSIM, 0, [_sI], [0]];
1600
- export var S3Exception = [
1601
- -3,
1602
- n0,
1603
- _SE,
1604
- {
1605
- [_e]: _c,
1606
- [_hE]: 400,
1607
- },
1608
- [_dM, _rI, _co],
1609
- [0, 0, 0],
1610
- ];
1162
+ export var S3Exception = [-3, n0, _SE, { [_e]: _c, [_hE]: 400 }, [_dM, _rI, _co], [0, 0, 0]];
1611
1163
  TypeRegistry.for(n0).registerError(S3Exception, __S3Exception);
1612
1164
  export var ServerShutdownException = [
1613
1165
  -3,
1614
1166
  n0,
1615
1167
  _SSE,
1616
- {
1617
- [_e]: _se,
1618
- [_hE]: 500,
1619
- },
1168
+ { [_e]: _se, [_hE]: 500 },
1620
1169
  [_dM, _rI, _co],
1621
1170
  [0, 0, 0],
1622
1171
  ];
@@ -1628,18 +1177,7 @@ export var SparqlRecord = [
1628
1177
  _SR,
1629
1178
  0,
1630
1179
  [_cTIMo, _eI, _da, _op_, _iLO],
1631
- [
1632
- [
1633
- 1,
1634
- {
1635
- [_jN]: _cT,
1636
- },
1637
- ],
1638
- 128 | 0,
1639
- () => SparqlData,
1640
- 0,
1641
- 2,
1642
- ],
1180
+ [[1, { [_jN]: _cT }], 128 | 0, () => SparqlData, 0, 2],
1643
1181
  ];
1644
1182
  export var StartLoaderJobInput = [
1645
1183
  3,
@@ -1647,25 +1185,7 @@ export var StartLoaderJobInput = [
1647
1185
  _SLJI,
1648
1186
  0,
1649
1187
  [_so, _fo, _sBR, _iRA, _mod, _fOE, _par, _pC, _uSCP, _qR, _de, _uPEI],
1650
- [
1651
- 0,
1652
- 0,
1653
- [
1654
- 0,
1655
- {
1656
- [_jN]: _reg,
1657
- },
1658
- ],
1659
- 0,
1660
- 0,
1661
- 2,
1662
- 0,
1663
- 128 | 0,
1664
- 2,
1665
- 2,
1666
- 64 | 0,
1667
- 2,
1668
- ],
1188
+ [0, 0, [0, { [_jN]: _reg }], 0, 0, 2, 0, 128 | 0, 2, 2, 64 | 0, 2],
1669
1189
  ];
1670
1190
  export var StartLoaderJobOutput = [3, n0, _SLJO, 0, [_s, _p], [0, 128 | 0]];
1671
1191
  export var StartMLDataProcessingJobInput = [
@@ -1726,10 +1246,7 @@ export var StatisticsNotAvailableException = [
1726
1246
  -3,
1727
1247
  n0,
1728
1248
  _SNAE,
1729
- {
1730
- [_e]: _c,
1731
- [_hE]: 400,
1732
- },
1249
+ { [_e]: _c, [_hE]: 400 },
1733
1250
  [_dM, _rI, _co],
1734
1251
  [0, 0, 0],
1735
1252
  ];
@@ -1739,10 +1256,7 @@ export var StreamRecordsNotFoundException = [
1739
1256
  -3,
1740
1257
  n0,
1741
1258
  _SRNFE,
1742
- {
1743
- [_e]: _c,
1744
- [_hE]: 404,
1745
- },
1259
+ { [_e]: _c, [_hE]: 404 },
1746
1260
  [_dM, _rI, _co],
1747
1261
  [0, 0, 0],
1748
1262
  ];
@@ -1752,10 +1266,7 @@ export var ThrottlingException = [
1752
1266
  -3,
1753
1267
  n0,
1754
1268
  _TE,
1755
- {
1756
- [_e]: _se,
1757
- [_hE]: 500,
1758
- },
1269
+ { [_e]: _se, [_hE]: 500 },
1759
1270
  [_dM, _rI, _co],
1760
1271
  [0, 0, 0],
1761
1272
  ];
@@ -1764,10 +1275,7 @@ export var TimeLimitExceededException = [
1764
1275
  -3,
1765
1276
  n0,
1766
1277
  _TLEE,
1767
- {
1768
- [_e]: _se,
1769
- [_hE]: 500,
1770
- },
1278
+ { [_e]: _se, [_hE]: 500 },
1771
1279
  [_dM, _rI, _co],
1772
1280
  [0, 0, 0],
1773
1281
  ];
@@ -1776,10 +1284,7 @@ export var TooManyRequestsException = [
1776
1284
  -3,
1777
1285
  n0,
1778
1286
  _TMRE,
1779
- {
1780
- [_e]: _c,
1781
- [_hE]: 429,
1782
- },
1287
+ { [_e]: _c, [_hE]: 429 },
1783
1288
  [_dM, _rI, _co],
1784
1289
  [0, 0, 0],
1785
1290
  ];
@@ -1788,10 +1293,7 @@ export var UnsupportedOperationException = [
1788
1293
  -3,
1789
1294
  n0,
1790
1295
  _UOE,
1791
- {
1792
- [_e]: _c,
1793
- [_hE]: 400,
1794
- },
1296
+ { [_e]: _c, [_hE]: 400 },
1795
1297
  [_dM, _rI, _co],
1796
1298
  [0, 0, 0],
1797
1299
  ];
@@ -1824,9 +1326,7 @@ export var CancelGremlinQuery = [
1824
1326
  9,
1825
1327
  n0,
1826
1328
  _CGQ,
1827
- {
1828
- [_h]: ["DELETE", "/gremlin/status/{queryId}", 200],
1829
- },
1329
+ { [_h]: ["DELETE", "/gremlin/status/{queryId}", 200] },
1830
1330
  () => CancelGremlinQueryInput,
1831
1331
  () => CancelGremlinQueryOutput,
1832
1332
  ];
@@ -1834,9 +1334,7 @@ export var CancelLoaderJob = [
1834
1334
  9,
1835
1335
  n0,
1836
1336
  _CLJ,
1837
- {
1838
- [_h]: ["DELETE", "/loader/{loadId}", 200],
1839
- },
1337
+ { [_h]: ["DELETE", "/loader/{loadId}", 200] },
1840
1338
  () => CancelLoaderJobInput,
1841
1339
  () => CancelLoaderJobOutput,
1842
1340
  ];
@@ -1844,9 +1342,7 @@ export var CancelMLDataProcessingJob = [
1844
1342
  9,
1845
1343
  n0,
1846
1344
  _CMLDPJ,
1847
- {
1848
- [_h]: ["DELETE", "/ml/dataprocessing/{id}", 200],
1849
- },
1345
+ { [_h]: ["DELETE", "/ml/dataprocessing/{id}", 200] },
1850
1346
  () => CancelMLDataProcessingJobInput,
1851
1347
  () => CancelMLDataProcessingJobOutput,
1852
1348
  ];
@@ -1854,9 +1350,7 @@ export var CancelMLModelTrainingJob = [
1854
1350
  9,
1855
1351
  n0,
1856
1352
  _CMLMTJ,
1857
- {
1858
- [_h]: ["DELETE", "/ml/modeltraining/{id}", 200],
1859
- },
1353
+ { [_h]: ["DELETE", "/ml/modeltraining/{id}", 200] },
1860
1354
  () => CancelMLModelTrainingJobInput,
1861
1355
  () => CancelMLModelTrainingJobOutput,
1862
1356
  ];
@@ -1864,9 +1358,7 @@ export var CancelMLModelTransformJob = [
1864
1358
  9,
1865
1359
  n0,
1866
1360
  _CMLMTJa,
1867
- {
1868
- [_h]: ["DELETE", "/ml/modeltransform/{id}", 200],
1869
- },
1361
+ { [_h]: ["DELETE", "/ml/modeltransform/{id}", 200] },
1870
1362
  () => CancelMLModelTransformJobInput,
1871
1363
  () => CancelMLModelTransformJobOutput,
1872
1364
  ];
@@ -1874,9 +1366,7 @@ export var CancelOpenCypherQuery = [
1874
1366
  9,
1875
1367
  n0,
1876
1368
  _COCQ,
1877
- {
1878
- [_h]: ["DELETE", "/opencypher/status/{queryId}", 200],
1879
- },
1369
+ { [_h]: ["DELETE", "/opencypher/status/{queryId}", 200] },
1880
1370
  () => CancelOpenCypherQueryInput,
1881
1371
  () => CancelOpenCypherQueryOutput,
1882
1372
  ];
@@ -1884,9 +1374,7 @@ export var CreateMLEndpoint = [
1884
1374
  9,
1885
1375
  n0,
1886
1376
  _CMLE,
1887
- {
1888
- [_h]: ["POST", "/ml/endpoints", 200],
1889
- },
1377
+ { [_h]: ["POST", "/ml/endpoints", 200] },
1890
1378
  () => CreateMLEndpointInput,
1891
1379
  () => CreateMLEndpointOutput,
1892
1380
  ];
@@ -1894,9 +1382,7 @@ export var DeleteMLEndpoint = [
1894
1382
  9,
1895
1383
  n0,
1896
1384
  _DMLE,
1897
- {
1898
- [_h]: ["DELETE", "/ml/endpoints/{id}", 200],
1899
- },
1385
+ { [_h]: ["DELETE", "/ml/endpoints/{id}", 200] },
1900
1386
  () => DeleteMLEndpointInput,
1901
1387
  () => DeleteMLEndpointOutput,
1902
1388
  ];
@@ -1904,9 +1390,7 @@ export var DeletePropertygraphStatistics = [
1904
1390
  9,
1905
1391
  n0,
1906
1392
  _DPS,
1907
- {
1908
- [_h]: ["DELETE", "/propertygraph/statistics", 200],
1909
- },
1393
+ { [_h]: ["DELETE", "/propertygraph/statistics", 200] },
1910
1394
  () => __Unit,
1911
1395
  () => DeletePropertygraphStatisticsOutput,
1912
1396
  ];
@@ -1914,9 +1398,7 @@ export var DeleteSparqlStatistics = [
1914
1398
  9,
1915
1399
  n0,
1916
1400
  _DSS,
1917
- {
1918
- [_h]: ["DELETE", "/sparql/statistics", 200],
1919
- },
1401
+ { [_h]: ["DELETE", "/sparql/statistics", 200] },
1920
1402
  () => __Unit,
1921
1403
  () => DeleteSparqlStatisticsOutput,
1922
1404
  ];
@@ -1924,9 +1406,7 @@ export var ExecuteFastReset = [
1924
1406
  9,
1925
1407
  n0,
1926
1408
  _EFR,
1927
- {
1928
- [_h]: ["POST", "/system", 200],
1929
- },
1409
+ { [_h]: ["POST", "/system", 200] },
1930
1410
  () => ExecuteFastResetInput,
1931
1411
  () => ExecuteFastResetOutput,
1932
1412
  ];
@@ -1934,9 +1414,7 @@ export var ExecuteGremlinExplainQuery = [
1934
1414
  9,
1935
1415
  n0,
1936
1416
  _EGEQ,
1937
- {
1938
- [_h]: ["POST", "/gremlin/explain", 200],
1939
- },
1417
+ { [_h]: ["POST", "/gremlin/explain", 200] },
1940
1418
  () => ExecuteGremlinExplainQueryInput,
1941
1419
  () => ExecuteGremlinExplainQueryOutput,
1942
1420
  ];
@@ -1944,9 +1422,7 @@ export var ExecuteGremlinProfileQuery = [
1944
1422
  9,
1945
1423
  n0,
1946
1424
  _EGPQ,
1947
- {
1948
- [_h]: ["POST", "/gremlin/profile", 200],
1949
- },
1425
+ { [_h]: ["POST", "/gremlin/profile", 200] },
1950
1426
  () => ExecuteGremlinProfileQueryInput,
1951
1427
  () => ExecuteGremlinProfileQueryOutput,
1952
1428
  ];
@@ -1954,9 +1430,7 @@ export var ExecuteGremlinQuery = [
1954
1430
  9,
1955
1431
  n0,
1956
1432
  _EGQ,
1957
- {
1958
- [_h]: ["POST", "/gremlin", 200],
1959
- },
1433
+ { [_h]: ["POST", "/gremlin", 200] },
1960
1434
  () => ExecuteGremlinQueryInput,
1961
1435
  () => ExecuteGremlinQueryOutput,
1962
1436
  ];
@@ -1964,9 +1438,7 @@ export var ExecuteOpenCypherExplainQuery = [
1964
1438
  9,
1965
1439
  n0,
1966
1440
  _EOCEQ,
1967
- {
1968
- [_h]: ["POST", "/opencypher/explain", 200],
1969
- },
1441
+ { [_h]: ["POST", "/opencypher/explain", 200] },
1970
1442
  () => ExecuteOpenCypherExplainQueryInput,
1971
1443
  () => ExecuteOpenCypherExplainQueryOutput,
1972
1444
  ];
@@ -1974,9 +1446,7 @@ export var ExecuteOpenCypherQuery = [
1974
1446
  9,
1975
1447
  n0,
1976
1448
  _EOCQ,
1977
- {
1978
- [_h]: ["POST", "/opencypher", 200],
1979
- },
1449
+ { [_h]: ["POST", "/opencypher", 200] },
1980
1450
  () => ExecuteOpenCypherQueryInput,
1981
1451
  () => ExecuteOpenCypherQueryOutput,
1982
1452
  ];
@@ -1984,9 +1454,7 @@ export var GetEngineStatus = [
1984
1454
  9,
1985
1455
  n0,
1986
1456
  _GES,
1987
- {
1988
- [_h]: ["GET", "/status", 200],
1989
- },
1457
+ { [_h]: ["GET", "/status", 200] },
1990
1458
  () => __Unit,
1991
1459
  () => GetEngineStatusOutput,
1992
1460
  ];
@@ -1994,9 +1462,7 @@ export var GetGremlinQueryStatus = [
1994
1462
  9,
1995
1463
  n0,
1996
1464
  _GGQS,
1997
- {
1998
- [_h]: ["GET", "/gremlin/status/{queryId}", 200],
1999
- },
1465
+ { [_h]: ["GET", "/gremlin/status/{queryId}", 200] },
2000
1466
  () => GetGremlinQueryStatusInput,
2001
1467
  () => GetGremlinQueryStatusOutput,
2002
1468
  ];
@@ -2004,9 +1470,7 @@ export var GetLoaderJobStatus = [
2004
1470
  9,
2005
1471
  n0,
2006
1472
  _GLJS,
2007
- {
2008
- [_h]: ["GET", "/loader/{loadId}", 200],
2009
- },
1473
+ { [_h]: ["GET", "/loader/{loadId}", 200] },
2010
1474
  () => GetLoaderJobStatusInput,
2011
1475
  () => GetLoaderJobStatusOutput,
2012
1476
  ];
@@ -2014,9 +1478,7 @@ export var GetMLDataProcessingJob = [
2014
1478
  9,
2015
1479
  n0,
2016
1480
  _GMLDPJ,
2017
- {
2018
- [_h]: ["GET", "/ml/dataprocessing/{id}", 200],
2019
- },
1481
+ { [_h]: ["GET", "/ml/dataprocessing/{id}", 200] },
2020
1482
  () => GetMLDataProcessingJobInput,
2021
1483
  () => GetMLDataProcessingJobOutput,
2022
1484
  ];
@@ -2024,9 +1486,7 @@ export var GetMLEndpoint = [
2024
1486
  9,
2025
1487
  n0,
2026
1488
  _GMLE,
2027
- {
2028
- [_h]: ["GET", "/ml/endpoints/{id}", 200],
2029
- },
1489
+ { [_h]: ["GET", "/ml/endpoints/{id}", 200] },
2030
1490
  () => GetMLEndpointInput,
2031
1491
  () => GetMLEndpointOutput,
2032
1492
  ];
@@ -2034,9 +1494,7 @@ export var GetMLModelTrainingJob = [
2034
1494
  9,
2035
1495
  n0,
2036
1496
  _GMLMTJ,
2037
- {
2038
- [_h]: ["GET", "/ml/modeltraining/{id}", 200],
2039
- },
1497
+ { [_h]: ["GET", "/ml/modeltraining/{id}", 200] },
2040
1498
  () => GetMLModelTrainingJobInput,
2041
1499
  () => GetMLModelTrainingJobOutput,
2042
1500
  ];
@@ -2044,9 +1502,7 @@ export var GetMLModelTransformJob = [
2044
1502
  9,
2045
1503
  n0,
2046
1504
  _GMLMTJe,
2047
- {
2048
- [_h]: ["GET", "/ml/modeltransform/{id}", 200],
2049
- },
1505
+ { [_h]: ["GET", "/ml/modeltransform/{id}", 200] },
2050
1506
  () => GetMLModelTransformJobInput,
2051
1507
  () => GetMLModelTransformJobOutput,
2052
1508
  ];
@@ -2054,9 +1510,7 @@ export var GetOpenCypherQueryStatus = [
2054
1510
  9,
2055
1511
  n0,
2056
1512
  _GOCQS,
2057
- {
2058
- [_h]: ["GET", "/opencypher/status/{queryId}", 200],
2059
- },
1513
+ { [_h]: ["GET", "/opencypher/status/{queryId}", 200] },
2060
1514
  () => GetOpenCypherQueryStatusInput,
2061
1515
  () => GetOpenCypherQueryStatusOutput,
2062
1516
  ];
@@ -2064,9 +1518,7 @@ export var GetPropertygraphStatistics = [
2064
1518
  9,
2065
1519
  n0,
2066
1520
  _GPS,
2067
- {
2068
- [_h]: ["GET", "/propertygraph/statistics", 200],
2069
- },
1521
+ { [_h]: ["GET", "/propertygraph/statistics", 200] },
2070
1522
  () => __Unit,
2071
1523
  () => GetPropertygraphStatisticsOutput,
2072
1524
  ];
@@ -2074,9 +1526,7 @@ export var GetPropertygraphStream = [
2074
1526
  9,
2075
1527
  n0,
2076
1528
  _GPSe,
2077
- {
2078
- [_h]: ["GET", "/propertygraph/stream", 200],
2079
- },
1529
+ { [_h]: ["GET", "/propertygraph/stream", 200] },
2080
1530
  () => GetPropertygraphStreamInput,
2081
1531
  () => GetPropertygraphStreamOutput,
2082
1532
  ];
@@ -2084,9 +1534,7 @@ export var GetPropertygraphSummary = [
2084
1534
  9,
2085
1535
  n0,
2086
1536
  _GPSet,
2087
- {
2088
- [_h]: ["GET", "/propertygraph/statistics/summary", 200],
2089
- },
1537
+ { [_h]: ["GET", "/propertygraph/statistics/summary", 200] },
2090
1538
  () => GetPropertygraphSummaryInput,
2091
1539
  () => GetPropertygraphSummaryOutput,
2092
1540
  ];
@@ -2094,9 +1542,7 @@ export var GetRDFGraphSummary = [
2094
1542
  9,
2095
1543
  n0,
2096
1544
  _GRDFGS,
2097
- {
2098
- [_h]: ["GET", "/rdf/statistics/summary", 200],
2099
- },
1545
+ { [_h]: ["GET", "/rdf/statistics/summary", 200] },
2100
1546
  () => GetRDFGraphSummaryInput,
2101
1547
  () => GetRDFGraphSummaryOutput,
2102
1548
  ];
@@ -2104,9 +1550,7 @@ export var GetSparqlStatistics = [
2104
1550
  9,
2105
1551
  n0,
2106
1552
  _GSS,
2107
- {
2108
- [_h]: ["GET", "/sparql/statistics", 200],
2109
- },
1553
+ { [_h]: ["GET", "/sparql/statistics", 200] },
2110
1554
  () => __Unit,
2111
1555
  () => GetSparqlStatisticsOutput,
2112
1556
  ];
@@ -2114,9 +1558,7 @@ export var GetSparqlStream = [
2114
1558
  9,
2115
1559
  n0,
2116
1560
  _GSSe,
2117
- {
2118
- [_h]: ["GET", "/sparql/stream", 200],
2119
- },
1561
+ { [_h]: ["GET", "/sparql/stream", 200] },
2120
1562
  () => GetSparqlStreamInput,
2121
1563
  () => GetSparqlStreamOutput,
2122
1564
  ];
@@ -2124,9 +1566,7 @@ export var ListGremlinQueries = [
2124
1566
  9,
2125
1567
  n0,
2126
1568
  _LGQ,
2127
- {
2128
- [_h]: ["GET", "/gremlin/status", 200],
2129
- },
1569
+ { [_h]: ["GET", "/gremlin/status", 200] },
2130
1570
  () => ListGremlinQueriesInput,
2131
1571
  () => ListGremlinQueriesOutput,
2132
1572
  ];
@@ -2134,9 +1574,7 @@ export var ListLoaderJobs = [
2134
1574
  9,
2135
1575
  n0,
2136
1576
  _LLJ,
2137
- {
2138
- [_h]: ["GET", "/loader", 200],
2139
- },
1577
+ { [_h]: ["GET", "/loader", 200] },
2140
1578
  () => ListLoaderJobsInput,
2141
1579
  () => ListLoaderJobsOutput,
2142
1580
  ];
@@ -2144,9 +1582,7 @@ export var ListMLDataProcessingJobs = [
2144
1582
  9,
2145
1583
  n0,
2146
1584
  _LMLDPJ,
2147
- {
2148
- [_h]: ["GET", "/ml/dataprocessing", 200],
2149
- },
1585
+ { [_h]: ["GET", "/ml/dataprocessing", 200] },
2150
1586
  () => ListMLDataProcessingJobsInput,
2151
1587
  () => ListMLDataProcessingJobsOutput,
2152
1588
  ];
@@ -2154,9 +1590,7 @@ export var ListMLEndpoints = [
2154
1590
  9,
2155
1591
  n0,
2156
1592
  _LMLE,
2157
- {
2158
- [_h]: ["GET", "/ml/endpoints", 200],
2159
- },
1593
+ { [_h]: ["GET", "/ml/endpoints", 200] },
2160
1594
  () => ListMLEndpointsInput,
2161
1595
  () => ListMLEndpointsOutput,
2162
1596
  ];
@@ -2164,9 +1598,7 @@ export var ListMLModelTrainingJobs = [
2164
1598
  9,
2165
1599
  n0,
2166
1600
  _LMLMTJ,
2167
- {
2168
- [_h]: ["GET", "/ml/modeltraining", 200],
2169
- },
1601
+ { [_h]: ["GET", "/ml/modeltraining", 200] },
2170
1602
  () => ListMLModelTrainingJobsInput,
2171
1603
  () => ListMLModelTrainingJobsOutput,
2172
1604
  ];
@@ -2174,9 +1606,7 @@ export var ListMLModelTransformJobs = [
2174
1606
  9,
2175
1607
  n0,
2176
1608
  _LMLMTJi,
2177
- {
2178
- [_h]: ["GET", "/ml/modeltransform", 200],
2179
- },
1609
+ { [_h]: ["GET", "/ml/modeltransform", 200] },
2180
1610
  () => ListMLModelTransformJobsInput,
2181
1611
  () => ListMLModelTransformJobsOutput,
2182
1612
  ];
@@ -2184,9 +1614,7 @@ export var ListOpenCypherQueries = [
2184
1614
  9,
2185
1615
  n0,
2186
1616
  _LOCQ,
2187
- {
2188
- [_h]: ["GET", "/opencypher/status", 200],
2189
- },
1617
+ { [_h]: ["GET", "/opencypher/status", 200] },
2190
1618
  () => ListOpenCypherQueriesInput,
2191
1619
  () => ListOpenCypherQueriesOutput,
2192
1620
  ];
@@ -2194,9 +1622,7 @@ export var ManagePropertygraphStatistics = [
2194
1622
  9,
2195
1623
  n0,
2196
1624
  _MPS,
2197
- {
2198
- [_h]: ["POST", "/propertygraph/statistics", 200],
2199
- },
1625
+ { [_h]: ["POST", "/propertygraph/statistics", 200] },
2200
1626
  () => ManagePropertygraphStatisticsInput,
2201
1627
  () => ManagePropertygraphStatisticsOutput,
2202
1628
  ];
@@ -2204,9 +1630,7 @@ export var ManageSparqlStatistics = [
2204
1630
  9,
2205
1631
  n0,
2206
1632
  _MSS,
2207
- {
2208
- [_h]: ["POST", "/sparql/statistics", 200],
2209
- },
1633
+ { [_h]: ["POST", "/sparql/statistics", 200] },
2210
1634
  () => ManageSparqlStatisticsInput,
2211
1635
  () => ManageSparqlStatisticsOutput,
2212
1636
  ];
@@ -2214,9 +1638,7 @@ export var StartLoaderJob = [
2214
1638
  9,
2215
1639
  n0,
2216
1640
  _SLJ,
2217
- {
2218
- [_h]: ["POST", "/loader", 200],
2219
- },
1641
+ { [_h]: ["POST", "/loader", 200] },
2220
1642
  () => StartLoaderJobInput,
2221
1643
  () => StartLoaderJobOutput,
2222
1644
  ];
@@ -2224,9 +1646,7 @@ export var StartMLDataProcessingJob = [
2224
1646
  9,
2225
1647
  n0,
2226
1648
  _SMLDPJ,
2227
- {
2228
- [_h]: ["POST", "/ml/dataprocessing", 200],
2229
- },
1649
+ { [_h]: ["POST", "/ml/dataprocessing", 200] },
2230
1650
  () => StartMLDataProcessingJobInput,
2231
1651
  () => StartMLDataProcessingJobOutput,
2232
1652
  ];
@@ -2234,9 +1654,7 @@ export var StartMLModelTrainingJob = [
2234
1654
  9,
2235
1655
  n0,
2236
1656
  _SMLMTJ,
2237
- {
2238
- [_h]: ["POST", "/ml/modeltraining", 200],
2239
- },
1657
+ { [_h]: ["POST", "/ml/modeltraining", 200] },
2240
1658
  () => StartMLModelTrainingJobInput,
2241
1659
  () => StartMLModelTrainingJobOutput,
2242
1660
  ];
@@ -2244,9 +1662,7 @@ export var StartMLModelTransformJob = [
2244
1662
  9,
2245
1663
  n0,
2246
1664
  _SMLMTJt,
2247
- {
2248
- [_h]: ["POST", "/ml/modeltransform", 200],
2249
- },
1665
+ { [_h]: ["POST", "/ml/modeltransform", 200] },
2250
1666
  () => StartMLModelTransformJobInput,
2251
1667
  () => StartMLModelTransformJobOutput,
2252
1668
  ];