@aws-sdk/client-neptunedata 3.986.0 → 3.988.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.
@@ -347,7 +347,7 @@ const _re = "result";
347
347
  const _rec = "records";
348
348
  const _reg = "region";
349
349
  const _ro = "role";
350
- const _s = "status";
350
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.neptunedata";
351
351
  const _sBR = "s3BucketRegion";
352
352
  const _sC = "statusCode";
353
353
  const _sCi = "signatureCount";
@@ -363,10 +363,10 @@ const _se = "server";
363
363
  const _ser = "serializer";
364
364
  const _set = "settings";
365
365
  const _si = "silent";
366
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.neptunedata";
367
366
  const _so = "source";
368
367
  const _sp = "sparql";
369
- const _st = "stmt";
368
+ const _st = "status";
369
+ const _stm = "stmt";
370
370
  const _su = "subqueries";
371
371
  const _sub = "subnets";
372
372
  const _t = "text/plain";
@@ -394,25 +394,219 @@ const n0 = "com.amazonaws.neptunedata";
394
394
  import { TypeRegistry } from "@smithy/core/schema";
395
395
  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";
396
396
  import { NeptunedataServiceException } from "../models/NeptunedataServiceException";
397
- var ReportAsText = [0, n0, _RAT, { [_mT]: _t }, 21];
397
+ const _s_registry = TypeRegistry.for(_s);
398
+ export var NeptunedataServiceException$ = [-3, _s, "NeptunedataServiceException", 0, [], []];
399
+ _s_registry.registerError(NeptunedataServiceException$, NeptunedataServiceException);
400
+ const n0_registry = TypeRegistry.for(n0);
398
401
  export var AccessDeniedException$ = [-3, n0, _ADE,
399
402
  { [_e]: _c, [_hE]: 403 },
400
403
  [_dM, _rI, _co],
401
404
  [0, 0, 0], 3
402
405
  ];
403
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
406
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
404
407
  export var BadRequestException$ = [-3, n0, _BRE,
405
408
  { [_e]: _c, [_hE]: 400 },
406
409
  [_dM, _rI, _co],
407
410
  [0, 0, 0], 3
408
411
  ];
409
- TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
412
+ n0_registry.registerError(BadRequestException$, BadRequestException);
410
413
  export var BulkLoadIdNotFoundException$ = [-3, n0, _BLINFE,
411
414
  { [_e]: _c, [_hE]: 404 },
412
415
  [_dM, _rI, _co],
413
416
  [0, 0, 0], 3
414
417
  ];
415
- TypeRegistry.for(n0).registerError(BulkLoadIdNotFoundException$, BulkLoadIdNotFoundException);
418
+ n0_registry.registerError(BulkLoadIdNotFoundException$, BulkLoadIdNotFoundException);
419
+ export var CancelledByUserException$ = [-3, n0, _CBUE,
420
+ { [_e]: _se, [_hE]: 500 },
421
+ [_dM, _rI, _co],
422
+ [0, 0, 0], 3
423
+ ];
424
+ n0_registry.registerError(CancelledByUserException$, CancelledByUserException);
425
+ export var ClientTimeoutException$ = [-3, n0, _CTE,
426
+ { [_e]: _c, [_hE]: 408 },
427
+ [_dM, _rI, _co],
428
+ [0, 0, 0], 3
429
+ ];
430
+ n0_registry.registerError(ClientTimeoutException$, ClientTimeoutException);
431
+ export var ConcurrentModificationException$ = [-3, n0, _CME,
432
+ { [_e]: _se, [_hE]: 500 },
433
+ [_dM, _rI, _co],
434
+ [0, 0, 0], 3
435
+ ];
436
+ n0_registry.registerError(ConcurrentModificationException$, ConcurrentModificationException);
437
+ export var ConstraintViolationException$ = [-3, n0, _CVE,
438
+ { [_e]: _c, [_hE]: 400 },
439
+ [_dM, _rI, _co],
440
+ [0, 0, 0], 3
441
+ ];
442
+ n0_registry.registerError(ConstraintViolationException$, ConstraintViolationException);
443
+ export var ExpiredStreamException$ = [-3, n0, _ESE,
444
+ { [_e]: _c, [_hE]: 400 },
445
+ [_dM, _rI, _co],
446
+ [0, 0, 0], 3
447
+ ];
448
+ n0_registry.registerError(ExpiredStreamException$, ExpiredStreamException);
449
+ export var FailureByQueryException$ = [-3, n0, _FBQE,
450
+ { [_e]: _se, [_hE]: 500 },
451
+ [_dM, _rI, _co],
452
+ [0, 0, 0], 3
453
+ ];
454
+ n0_registry.registerError(FailureByQueryException$, FailureByQueryException);
455
+ export var IllegalArgumentException$ = [-3, n0, _IAE,
456
+ { [_e]: _c, [_hE]: 400 },
457
+ [_dM, _rI, _co],
458
+ [0, 0, 0], 3
459
+ ];
460
+ n0_registry.registerError(IllegalArgumentException$, IllegalArgumentException);
461
+ export var InternalFailureException$ = [-3, n0, _IFE,
462
+ { [_e]: _se, [_hE]: 500 },
463
+ [_dM, _rI, _co],
464
+ [0, 0, 0], 3
465
+ ];
466
+ n0_registry.registerError(InternalFailureException$, InternalFailureException);
467
+ export var InvalidArgumentException$ = [-3, n0, _IAEn,
468
+ { [_e]: _c, [_hE]: 400 },
469
+ [_dM, _rI, _co],
470
+ [0, 0, 0], 3
471
+ ];
472
+ n0_registry.registerError(InvalidArgumentException$, InvalidArgumentException);
473
+ export var InvalidNumericDataException$ = [-3, n0, _INDE,
474
+ { [_e]: _c, [_hE]: 400 },
475
+ [_dM, _rI, _co],
476
+ [0, 0, 0], 3
477
+ ];
478
+ n0_registry.registerError(InvalidNumericDataException$, InvalidNumericDataException);
479
+ export var InvalidParameterException$ = [-3, n0, _IPE,
480
+ { [_e]: _c, [_hE]: 400 },
481
+ [_dM, _rI, _co],
482
+ [0, 0, 0], 3
483
+ ];
484
+ n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
485
+ export var LoadUrlAccessDeniedException$ = [-3, n0, _LUADE,
486
+ { [_e]: _c, [_hE]: 400 },
487
+ [_dM, _rI, _co],
488
+ [0, 0, 0], 3
489
+ ];
490
+ n0_registry.registerError(LoadUrlAccessDeniedException$, LoadUrlAccessDeniedException);
491
+ export var MalformedQueryException$ = [-3, n0, _MQE,
492
+ { [_e]: _c, [_hE]: 400 },
493
+ [_dM, _rI, _co],
494
+ [0, 0, 0], 3
495
+ ];
496
+ n0_registry.registerError(MalformedQueryException$, MalformedQueryException);
497
+ export var MemoryLimitExceededException$ = [-3, n0, _MLEE,
498
+ { [_e]: _se, [_hE]: 500 },
499
+ [_dM, _rI, _co],
500
+ [0, 0, 0], 3
501
+ ];
502
+ n0_registry.registerError(MemoryLimitExceededException$, MemoryLimitExceededException);
503
+ export var MethodNotAllowedException$ = [-3, n0, _MNAE,
504
+ { [_e]: _c, [_hE]: 405 },
505
+ [_dM, _rI, _co],
506
+ [0, 0, 0], 3
507
+ ];
508
+ n0_registry.registerError(MethodNotAllowedException$, MethodNotAllowedException);
509
+ export var MissingParameterException$ = [-3, n0, _MPE,
510
+ { [_e]: _c, [_hE]: 400 },
511
+ [_dM, _rI, _co],
512
+ [0, 0, 0], 3
513
+ ];
514
+ n0_registry.registerError(MissingParameterException$, MissingParameterException);
515
+ export var MLResourceNotFoundException$ = [-3, n0, _MLRNFE,
516
+ { [_e]: _c, [_hE]: 404 },
517
+ [_dM, _rI, _co],
518
+ [0, 0, 0], 3
519
+ ];
520
+ n0_registry.registerError(MLResourceNotFoundException$, MLResourceNotFoundException);
521
+ export var ParsingException$ = [-3, n0, _PE,
522
+ { [_e]: _c, [_hE]: 400 },
523
+ [_dM, _rI, _co],
524
+ [0, 0, 0], 3
525
+ ];
526
+ n0_registry.registerError(ParsingException$, ParsingException);
527
+ export var PreconditionsFailedException$ = [-3, n0, _PFE,
528
+ { [_e]: _c, [_hE]: 400 },
529
+ [_dM, _rI, _co],
530
+ [0, 0, 0], 3
531
+ ];
532
+ n0_registry.registerError(PreconditionsFailedException$, PreconditionsFailedException);
533
+ export var QueryLimitExceededException$ = [-3, n0, _QLEE,
534
+ { [_e]: _se, [_hE]: 500 },
535
+ [_dM, _rI, _co],
536
+ [0, 0, 0], 3
537
+ ];
538
+ n0_registry.registerError(QueryLimitExceededException$, QueryLimitExceededException);
539
+ export var QueryLimitException$ = [-3, n0, _QLE,
540
+ { [_e]: _c, [_hE]: 400 },
541
+ [_dM, _rI, _co],
542
+ [0, 0, 0], 3
543
+ ];
544
+ n0_registry.registerError(QueryLimitException$, QueryLimitException);
545
+ export var QueryTooLargeException$ = [-3, n0, _QTLE,
546
+ { [_e]: _c, [_hE]: 400 },
547
+ [_dM, _rI, _co],
548
+ [0, 0, 0], 3
549
+ ];
550
+ n0_registry.registerError(QueryTooLargeException$, QueryTooLargeException);
551
+ export var ReadOnlyViolationException$ = [-3, n0, _ROVE,
552
+ { [_e]: _c, [_hE]: 400 },
553
+ [_dM, _rI, _co],
554
+ [0, 0, 0], 3
555
+ ];
556
+ n0_registry.registerError(ReadOnlyViolationException$, ReadOnlyViolationException);
557
+ export var S3Exception$ = [-3, n0, _SE,
558
+ { [_e]: _c, [_hE]: 400 },
559
+ [_dM, _rI, _co],
560
+ [0, 0, 0], 3
561
+ ];
562
+ n0_registry.registerError(S3Exception$, S3Exception);
563
+ export var ServerShutdownException$ = [-3, n0, _SSE,
564
+ { [_e]: _se, [_hE]: 500 },
565
+ [_dM, _rI, _co],
566
+ [0, 0, 0], 3
567
+ ];
568
+ n0_registry.registerError(ServerShutdownException$, ServerShutdownException);
569
+ export var StatisticsNotAvailableException$ = [-3, n0, _SNAE,
570
+ { [_e]: _c, [_hE]: 400 },
571
+ [_dM, _rI, _co],
572
+ [0, 0, 0], 3
573
+ ];
574
+ n0_registry.registerError(StatisticsNotAvailableException$, StatisticsNotAvailableException);
575
+ export var StreamRecordsNotFoundException$ = [-3, n0, _SRNFE,
576
+ { [_e]: _c, [_hE]: 404 },
577
+ [_dM, _rI, _co],
578
+ [0, 0, 0], 3
579
+ ];
580
+ n0_registry.registerError(StreamRecordsNotFoundException$, StreamRecordsNotFoundException);
581
+ export var ThrottlingException$ = [-3, n0, _TE,
582
+ { [_e]: _se, [_hE]: 500 },
583
+ [_dM, _rI, _co],
584
+ [0, 0, 0], 3
585
+ ];
586
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
587
+ export var TimeLimitExceededException$ = [-3, n0, _TLEE,
588
+ { [_e]: _se, [_hE]: 500 },
589
+ [_dM, _rI, _co],
590
+ [0, 0, 0], 3
591
+ ];
592
+ n0_registry.registerError(TimeLimitExceededException$, TimeLimitExceededException);
593
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
594
+ { [_e]: _c, [_hE]: 429 },
595
+ [_dM, _rI, _co],
596
+ [0, 0, 0], 3
597
+ ];
598
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
599
+ export var UnsupportedOperationException$ = [-3, n0, _UOE,
600
+ { [_e]: _c, [_hE]: 400 },
601
+ [_dM, _rI, _co],
602
+ [0, 0, 0], 3
603
+ ];
604
+ n0_registry.registerError(UnsupportedOperationException$, UnsupportedOperationException);
605
+ export const errorTypeRegistries = [
606
+ _s_registry,
607
+ n0_registry,
608
+ ];
609
+ var ReportAsText = [0, n0, _RAT, { [_mT]: _t }, 21];
416
610
  export var CancelGremlinQueryInput$ = [3, n0, _CGQI,
417
611
  0,
418
612
  [_qI],
@@ -420,15 +614,9 @@ export var CancelGremlinQueryInput$ = [3, n0, _CGQI,
420
614
  ];
421
615
  export var CancelGremlinQueryOutput$ = [3, n0, _CGQO,
422
616
  0,
423
- [_s],
617
+ [_st],
424
618
  [0]
425
619
  ];
426
- export var CancelledByUserException$ = [-3, n0, _CBUE,
427
- { [_e]: _se, [_hE]: 500 },
428
- [_dM, _rI, _co],
429
- [0, 0, 0], 3
430
- ];
431
- TypeRegistry.for(n0).registerError(CancelledByUserException$, CancelledByUserException);
432
620
  export var CancelLoaderJobInput$ = [3, n0, _CLJI,
433
621
  0,
434
622
  [_lI],
@@ -436,7 +624,7 @@ export var CancelLoaderJobInput$ = [3, n0, _CLJI,
436
624
  ];
437
625
  export var CancelLoaderJobOutput$ = [3, n0, _CLJO,
438
626
  0,
439
- [_s],
627
+ [_st],
440
628
  [0]
441
629
  ];
442
630
  export var CancelMLDataProcessingJobInput$ = [3, n0, _CMLDPJI,
@@ -446,7 +634,7 @@ export var CancelMLDataProcessingJobInput$ = [3, n0, _CMLDPJI,
446
634
  ];
447
635
  export var CancelMLDataProcessingJobOutput$ = [3, n0, _CMLDPJO,
448
636
  0,
449
- [_s],
637
+ [_st],
450
638
  [0]
451
639
  ];
452
640
  export var CancelMLModelTrainingJobInput$ = [3, n0, _CMLMTJI,
@@ -456,7 +644,7 @@ export var CancelMLModelTrainingJobInput$ = [3, n0, _CMLMTJI,
456
644
  ];
457
645
  export var CancelMLModelTrainingJobOutput$ = [3, n0, _CMLMTJO,
458
646
  0,
459
- [_s],
647
+ [_st],
460
648
  [0]
461
649
  ];
462
650
  export var CancelMLModelTransformJobInput$ = [3, n0, _CMLMTJIa,
@@ -466,7 +654,7 @@ export var CancelMLModelTransformJobInput$ = [3, n0, _CMLMTJIa,
466
654
  ];
467
655
  export var CancelMLModelTransformJobOutput$ = [3, n0, _CMLMTJOa,
468
656
  0,
469
- [_s],
657
+ [_st],
470
658
  [0]
471
659
  ];
472
660
  export var CancelOpenCypherQueryInput$ = [3, n0, _COCQI,
@@ -476,27 +664,9 @@ export var CancelOpenCypherQueryInput$ = [3, n0, _COCQI,
476
664
  ];
477
665
  export var CancelOpenCypherQueryOutput$ = [3, n0, _COCQO,
478
666
  0,
479
- [_s, _p],
667
+ [_st, _p],
480
668
  [0, 2]
481
669
  ];
482
- export var ClientTimeoutException$ = [-3, n0, _CTE,
483
- { [_e]: _c, [_hE]: 408 },
484
- [_dM, _rI, _co],
485
- [0, 0, 0], 3
486
- ];
487
- TypeRegistry.for(n0).registerError(ClientTimeoutException$, ClientTimeoutException);
488
- export var ConcurrentModificationException$ = [-3, n0, _CME,
489
- { [_e]: _se, [_hE]: 500 },
490
- [_dM, _rI, _co],
491
- [0, 0, 0], 3
492
- ];
493
- TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
494
- export var ConstraintViolationException$ = [-3, n0, _CVE,
495
- { [_e]: _c, [_hE]: 400 },
496
- [_dM, _rI, _co],
497
- [0, 0, 0], 3
498
- ];
499
- TypeRegistry.for(n0).registerError(ConstraintViolationException$, ConstraintViolationException);
500
670
  export var CreateMLEndpointInput$ = [3, n0, _CMLEI,
501
671
  0,
502
672
  [_i, _mMTJI, _mMTJIl, _u, _nIRA, _mN, _iT, _iC, _vEKMSK],
@@ -524,17 +694,17 @@ export var DeleteMLEndpointInput$ = [3, n0, _DMLEI,
524
694
  ];
525
695
  export var DeleteMLEndpointOutput$ = [3, n0, _DMLEO,
526
696
  0,
527
- [_s],
697
+ [_st],
528
698
  [0]
529
699
  ];
530
700
  export var DeletePropertygraphStatisticsOutput$ = [3, n0, _DPSO,
531
701
  0,
532
- [_sC, _s, _p],
702
+ [_sC, _st, _p],
533
703
  [[1, 32], 0, () => DeleteStatisticsValueMap$]
534
704
  ];
535
705
  export var DeleteSparqlStatisticsOutput$ = [3, n0, _DSSO,
536
706
  0,
537
- [_sC, _s, _p],
707
+ [_sC, _st, _p],
538
708
  [[1, 32], 0, () => DeleteStatisticsValueMap$]
539
709
  ];
540
710
  export var DeleteStatisticsValueMap$ = [3, n0, _DSVM,
@@ -554,7 +724,7 @@ export var ExecuteFastResetInput$ = [3, n0, _EFRI,
554
724
  ];
555
725
  export var ExecuteFastResetOutput$ = [3, n0, _EFRO,
556
726
  0,
557
- [_s, _p],
727
+ [_st, _p],
558
728
  [0, () => FastResetToken$], 1
559
729
  ];
560
730
  export var ExecuteGremlinExplainQueryInput$ = [3, n0, _EGEQI,
@@ -584,7 +754,7 @@ export var ExecuteGremlinQueryInput$ = [3, n0, _EGQI,
584
754
  ];
585
755
  export var ExecuteGremlinQueryOutput$ = [3, n0, _EGQO,
586
756
  0,
587
- [_rI, _s, _re, _m],
757
+ [_rI, _st, _re, _m],
588
758
  [0, () => GremlinQueryStatusAttributes$, 15, 15]
589
759
  ];
590
760
  export var ExecuteOpenCypherExplainQueryInput$ = [3, n0, _EOCEQI,
@@ -607,18 +777,6 @@ export var ExecuteOpenCypherQueryOutput$ = [3, n0, _EOCQO,
607
777
  [_r],
608
778
  [15], 1
609
779
  ];
610
- export var ExpiredStreamException$ = [-3, n0, _ESE,
611
- { [_e]: _c, [_hE]: 400 },
612
- [_dM, _rI, _co],
613
- [0, 0, 0], 3
614
- ];
615
- TypeRegistry.for(n0).registerError(ExpiredStreamException$, ExpiredStreamException);
616
- export var FailureByQueryException$ = [-3, n0, _FBQE,
617
- { [_e]: _se, [_hE]: 500 },
618
- [_dM, _rI, _co],
619
- [0, 0, 0], 3
620
- ];
621
- TypeRegistry.for(n0).registerError(FailureByQueryException$, FailureByQueryException);
622
780
  export var FastResetToken$ = [3, n0, _FRT,
623
781
  0,
624
782
  [_to],
@@ -626,7 +784,7 @@ export var FastResetToken$ = [3, n0, _FRT,
626
784
  ];
627
785
  export var GetEngineStatusOutput$ = [3, n0, _GESO,
628
786
  0,
629
- [_s, _sT, _dEV, _ro, _dQE, _g, _sp, _op, _lM, _rBTC, _rBTEST, _f, _set],
787
+ [_st, _sT, _dEV, _ro, _dQE, _g, _sp, _op, _lM, _rBTC, _rBTEST, _f, _set],
630
788
  [0, 0, 0, 0, 0, () => QueryLanguageVersion$, () => QueryLanguageVersion$, () => QueryLanguageVersion$, 128 | 0, 1, 0, 128 | 15, 128 | 0]
631
789
  ];
632
790
  export var GetGremlinQueryStatusInput$ = [3, n0, _GGQSI,
@@ -646,7 +804,7 @@ export var GetLoaderJobStatusInput$ = [3, n0, _GLJSI,
646
804
  ];
647
805
  export var GetLoaderJobStatusOutput$ = [3, n0, _GLJSO,
648
806
  0,
649
- [_s, _p],
807
+ [_st, _p],
650
808
  [0, 15], 2
651
809
  ];
652
810
  export var GetMLDataProcessingJobInput$ = [3, n0, _GMLDPJI,
@@ -656,7 +814,7 @@ export var GetMLDataProcessingJobInput$ = [3, n0, _GMLDPJI,
656
814
  ];
657
815
  export var GetMLDataProcessingJobOutput$ = [3, n0, _GMLDPJO,
658
816
  0,
659
- [_s, _i, _pJ],
817
+ [_st, _i, _pJ],
660
818
  [0, 0, () => MlResourceDefinition$]
661
819
  ];
662
820
  export var GetMLEndpointInput$ = [3, n0, _GMLEI,
@@ -666,7 +824,7 @@ export var GetMLEndpointInput$ = [3, n0, _GMLEI,
666
824
  ];
667
825
  export var GetMLEndpointOutput$ = [3, n0, _GMLEO,
668
826
  0,
669
- [_s, _i, _en, _eC],
827
+ [_st, _i, _en, _eC],
670
828
  [0, 0, () => MlResourceDefinition$, () => MlConfigDefinition$]
671
829
  ];
672
830
  export var GetMLModelTrainingJobInput$ = [3, n0, _GMLMTJI,
@@ -676,7 +834,7 @@ export var GetMLModelTrainingJobInput$ = [3, n0, _GMLMTJI,
676
834
  ];
677
835
  export var GetMLModelTrainingJobOutput$ = [3, n0, _GMLMTJO,
678
836
  0,
679
- [_s, _i, _pJ, _hJ, _mTJ, _mM],
837
+ [_st, _i, _pJ, _hJ, _mTJ, _mM],
680
838
  [0, 0, () => MlResourceDefinition$, () => MlResourceDefinition$, () => MlResourceDefinition$, () => MlModels]
681
839
  ];
682
840
  export var GetMLModelTransformJobInput$ = [3, n0, _GMLMTJIe,
@@ -686,7 +844,7 @@ export var GetMLModelTransformJobInput$ = [3, n0, _GMLMTJIe,
686
844
  ];
687
845
  export var GetMLModelTransformJobOutput$ = [3, n0, _GMLMTJOe,
688
846
  0,
689
- [_s, _i, _bPJ, _rMTJ, _mo],
847
+ [_st, _i, _bPJ, _rMTJ, _mo],
690
848
  [0, 0, () => MlResourceDefinition$, () => MlResourceDefinition$, () => Models]
691
849
  ];
692
850
  export var GetOpenCypherQueryStatusInput$ = [3, n0, _GOCQSI,
@@ -701,7 +859,7 @@ export var GetOpenCypherQueryStatusOutput$ = [3, n0, _GOCQSO,
701
859
  ];
702
860
  export var GetPropertygraphStatisticsOutput$ = [3, n0, _GPSO,
703
861
  0,
704
- [_s, _p],
862
+ [_st, _p],
705
863
  [0, () => Statistics$], 2
706
864
  ];
707
865
  export var GetPropertygraphStreamInput$ = [3, n0, _GPSI,
@@ -736,7 +894,7 @@ export var GetRDFGraphSummaryOutput$ = [3, n0, _GRDFGSO,
736
894
  ];
737
895
  export var GetSparqlStatisticsOutput$ = [3, n0, _GSSO,
738
896
  0,
739
- [_s, _p],
897
+ [_st, _p],
740
898
  [0, () => Statistics$], 2
741
899
  ];
742
900
  export var GetSparqlStreamInput$ = [3, n0, _GSSI,
@@ -759,36 +917,6 @@ export var GremlinQueryStatusAttributes$ = [3, n0, _GQSA,
759
917
  [_me, _co, _at],
760
918
  [0, 1, 15]
761
919
  ];
762
- export var IllegalArgumentException$ = [-3, n0, _IAE,
763
- { [_e]: _c, [_hE]: 400 },
764
- [_dM, _rI, _co],
765
- [0, 0, 0], 3
766
- ];
767
- TypeRegistry.for(n0).registerError(IllegalArgumentException$, IllegalArgumentException);
768
- export var InternalFailureException$ = [-3, n0, _IFE,
769
- { [_e]: _se, [_hE]: 500 },
770
- [_dM, _rI, _co],
771
- [0, 0, 0], 3
772
- ];
773
- TypeRegistry.for(n0).registerError(InternalFailureException$, InternalFailureException);
774
- export var InvalidArgumentException$ = [-3, n0, _IAEn,
775
- { [_e]: _c, [_hE]: 400 },
776
- [_dM, _rI, _co],
777
- [0, 0, 0], 3
778
- ];
779
- TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
780
- export var InvalidNumericDataException$ = [-3, n0, _INDE,
781
- { [_e]: _c, [_hE]: 400 },
782
- [_dM, _rI, _co],
783
- [0, 0, 0], 3
784
- ];
785
- TypeRegistry.for(n0).registerError(InvalidNumericDataException$, InvalidNumericDataException);
786
- export var InvalidParameterException$ = [-3, n0, _IPE,
787
- { [_e]: _c, [_hE]: 400 },
788
- [_dM, _rI, _co],
789
- [0, 0, 0], 3
790
- ];
791
- TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
792
920
  export var ListGremlinQueriesInput$ = [3, n0, _LGQI,
793
921
  0,
794
922
  [_iW],
@@ -806,7 +934,7 @@ export var ListLoaderJobsInput$ = [3, n0, _LLJI,
806
934
  ];
807
935
  export var ListLoaderJobsOutput$ = [3, n0, _LLJO,
808
936
  0,
809
- [_s, _p],
937
+ [_st, _p],
810
938
  [0, () => LoaderIdResult$], 2
811
939
  ];
812
940
  export var ListMLDataProcessingJobsInput$ = [3, n0, _LMLDPJI,
@@ -864,18 +992,6 @@ export var LoaderIdResult$ = [3, n0, _LIR,
864
992
  [_lIo],
865
993
  [64 | 0]
866
994
  ];
867
- export var LoadUrlAccessDeniedException$ = [-3, n0, _LUADE,
868
- { [_e]: _c, [_hE]: 400 },
869
- [_dM, _rI, _co],
870
- [0, 0, 0], 3
871
- ];
872
- TypeRegistry.for(n0).registerError(LoadUrlAccessDeniedException$, LoadUrlAccessDeniedException);
873
- export var MalformedQueryException$ = [-3, n0, _MQE,
874
- { [_e]: _c, [_hE]: 400 },
875
- [_dM, _rI, _co],
876
- [0, 0, 0], 3
877
- ];
878
- TypeRegistry.for(n0).registerError(MalformedQueryException$, MalformedQueryException);
879
995
  export var ManagePropertygraphStatisticsInput$ = [3, n0, _MPSI,
880
996
  0,
881
997
  [_mod],
@@ -883,7 +999,7 @@ export var ManagePropertygraphStatisticsInput$ = [3, n0, _MPSI,
883
999
  ];
884
1000
  export var ManagePropertygraphStatisticsOutput$ = [3, n0, _MPSO,
885
1001
  0,
886
- [_s, _p],
1002
+ [_st, _p],
887
1003
  [0, () => RefreshStatisticsIdMap$], 1
888
1004
  ];
889
1005
  export var ManageSparqlStatisticsInput$ = [3, n0, _MSSI,
@@ -893,27 +1009,9 @@ export var ManageSparqlStatisticsInput$ = [3, n0, _MSSI,
893
1009
  ];
894
1010
  export var ManageSparqlStatisticsOutput$ = [3, n0, _MSSO,
895
1011
  0,
896
- [_s, _p],
1012
+ [_st, _p],
897
1013
  [0, () => RefreshStatisticsIdMap$], 1
898
1014
  ];
899
- export var MemoryLimitExceededException$ = [-3, n0, _MLEE,
900
- { [_e]: _se, [_hE]: 500 },
901
- [_dM, _rI, _co],
902
- [0, 0, 0], 3
903
- ];
904
- TypeRegistry.for(n0).registerError(MemoryLimitExceededException$, MemoryLimitExceededException);
905
- export var MethodNotAllowedException$ = [-3, n0, _MNAE,
906
- { [_e]: _c, [_hE]: 405 },
907
- [_dM, _rI, _co],
908
- [0, 0, 0], 3
909
- ];
910
- TypeRegistry.for(n0).registerError(MethodNotAllowedException$, MethodNotAllowedException);
911
- export var MissingParameterException$ = [-3, n0, _MPE,
912
- { [_e]: _c, [_hE]: 400 },
913
- [_dM, _rI, _co],
914
- [0, 0, 0], 3
915
- ];
916
- TypeRegistry.for(n0).registerError(MissingParameterException$, MissingParameterException);
917
1015
  export var MlConfigDefinition$ = [3, n0, _MCD,
918
1016
  0,
919
1017
  [_n, _a],
@@ -921,32 +1019,14 @@ export var MlConfigDefinition$ = [3, n0, _MCD,
921
1019
  ];
922
1020
  export var MlResourceDefinition$ = [3, n0, _MRD,
923
1021
  0,
924
- [_n, _a, _s, _oL, _fR, _cLU],
1022
+ [_n, _a, _st, _oL, _fR, _cLU],
925
1023
  [0, 0, 0, 0, 0, 0]
926
1024
  ];
927
- export var MLResourceNotFoundException$ = [-3, n0, _MLRNFE,
928
- { [_e]: _c, [_hE]: 404 },
929
- [_dM, _rI, _co],
930
- [0, 0, 0], 3
931
- ];
932
- TypeRegistry.for(n0).registerError(MLResourceNotFoundException$, MLResourceNotFoundException);
933
1025
  export var NodeStructure$ = [3, n0, _NS,
934
1026
  0,
935
1027
  [_cou, _nP, _dOEL],
936
1028
  [1, 64 | 0, 64 | 0]
937
1029
  ];
938
- export var ParsingException$ = [-3, n0, _PE,
939
- { [_e]: _c, [_hE]: 400 },
940
- [_dM, _rI, _co],
941
- [0, 0, 0], 3
942
- ];
943
- TypeRegistry.for(n0).registerError(ParsingException$, ParsingException);
944
- export var PreconditionsFailedException$ = [-3, n0, _PFE,
945
- { [_e]: _c, [_hE]: 400 },
946
- [_dM, _rI, _co],
947
- [0, 0, 0], 3
948
- ];
949
- TypeRegistry.for(n0).registerError(PreconditionsFailedException$, PreconditionsFailedException);
950
1030
  export var PropertygraphData$ = [3, n0, _PD,
951
1031
  0,
952
1032
  [_i, _ty, _k, _v, _fr, _to_],
@@ -977,24 +1057,6 @@ export var QueryLanguageVersion$ = [3, n0, _QLV,
977
1057
  [_ve],
978
1058
  [0], 1
979
1059
  ];
980
- export var QueryLimitExceededException$ = [-3, n0, _QLEE,
981
- { [_e]: _se, [_hE]: 500 },
982
- [_dM, _rI, _co],
983
- [0, 0, 0], 3
984
- ];
985
- TypeRegistry.for(n0).registerError(QueryLimitExceededException$, QueryLimitExceededException);
986
- export var QueryLimitException$ = [-3, n0, _QLE,
987
- { [_e]: _c, [_hE]: 400 },
988
- [_dM, _rI, _co],
989
- [0, 0, 0], 3
990
- ];
991
- TypeRegistry.for(n0).registerError(QueryLimitException$, QueryLimitException);
992
- export var QueryTooLargeException$ = [-3, n0, _QTLE,
993
- { [_e]: _c, [_hE]: 400 },
994
- [_dM, _rI, _co],
995
- [0, 0, 0], 3
996
- ];
997
- TypeRegistry.for(n0).registerError(QueryTooLargeException$, QueryTooLargeException);
998
1060
  export var RDFGraphSummary$ = [3, n0, _RDFGS,
999
1061
  0,
1000
1062
  [_nDS, _nDP, _nQ, _nC, _cla, _pre, _sS],
@@ -1005,32 +1067,14 @@ export var RDFGraphSummaryValueMap$ = [3, n0, _RDFGSVM,
1005
1067
  [_ve, _lSCT, _gS],
1006
1068
  [0, 5, () => RDFGraphSummary$]
1007
1069
  ];
1008
- export var ReadOnlyViolationException$ = [-3, n0, _ROVE,
1009
- { [_e]: _c, [_hE]: 400 },
1010
- [_dM, _rI, _co],
1011
- [0, 0, 0], 3
1012
- ];
1013
- TypeRegistry.for(n0).registerError(ReadOnlyViolationException$, ReadOnlyViolationException);
1014
1070
  export var RefreshStatisticsIdMap$ = [3, n0, _RSIM,
1015
1071
  0,
1016
1072
  [_sI],
1017
1073
  [0]
1018
1074
  ];
1019
- export var S3Exception$ = [-3, n0, _SE,
1020
- { [_e]: _c, [_hE]: 400 },
1021
- [_dM, _rI, _co],
1022
- [0, 0, 0], 3
1023
- ];
1024
- TypeRegistry.for(n0).registerError(S3Exception$, S3Exception);
1025
- export var ServerShutdownException$ = [-3, n0, _SSE,
1026
- { [_e]: _se, [_hE]: 500 },
1027
- [_dM, _rI, _co],
1028
- [0, 0, 0], 3
1029
- ];
1030
- TypeRegistry.for(n0).registerError(ServerShutdownException$, ServerShutdownException);
1031
1075
  export var SparqlData$ = [3, n0, _SD,
1032
1076
  0,
1033
- [_st],
1077
+ [_stm],
1034
1078
  [0], 1
1035
1079
  ];
1036
1080
  export var SparqlRecord$ = [3, n0, _SR,
@@ -1045,7 +1089,7 @@ export var StartLoaderJobInput$ = [3, n0, _SLJI,
1045
1089
  ];
1046
1090
  export var StartLoaderJobOutput$ = [3, n0, _SLJO,
1047
1091
  0,
1048
- [_s, _p],
1092
+ [_st, _p],
1049
1093
  [0, 128 | 0], 2
1050
1094
  ];
1051
1095
  export var StartMLDataProcessingJobInput$ = [3, n0, _SMLDPJI,
@@ -1083,55 +1127,17 @@ export var Statistics$ = [3, n0, _S,
1083
1127
  [_aC, _ac, _sI, _dat, _no, _sIi],
1084
1128
  [2, 2, 0, 5, 0, () => StatisticsSummary$]
1085
1129
  ];
1086
- export var StatisticsNotAvailableException$ = [-3, n0, _SNAE,
1087
- { [_e]: _c, [_hE]: 400 },
1088
- [_dM, _rI, _co],
1089
- [0, 0, 0], 3
1090
- ];
1091
- TypeRegistry.for(n0).registerError(StatisticsNotAvailableException$, StatisticsNotAvailableException);
1092
1130
  export var StatisticsSummary$ = [3, n0, _SS,
1093
1131
  0,
1094
1132
  [_sCi, _iC, _pCr],
1095
1133
  [1, 1, 1]
1096
1134
  ];
1097
- export var StreamRecordsNotFoundException$ = [-3, n0, _SRNFE,
1098
- { [_e]: _c, [_hE]: 404 },
1099
- [_dM, _rI, _co],
1100
- [0, 0, 0], 3
1101
- ];
1102
- TypeRegistry.for(n0).registerError(StreamRecordsNotFoundException$, StreamRecordsNotFoundException);
1103
1135
  export var SubjectStructure$ = [3, n0, _SSu,
1104
1136
  0,
1105
1137
  [_cou, _pre],
1106
1138
  [1, 64 | 0]
1107
1139
  ];
1108
- export var ThrottlingException$ = [-3, n0, _TE,
1109
- { [_e]: _se, [_hE]: 500 },
1110
- [_dM, _rI, _co],
1111
- [0, 0, 0], 3
1112
- ];
1113
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1114
- export var TimeLimitExceededException$ = [-3, n0, _TLEE,
1115
- { [_e]: _se, [_hE]: 500 },
1116
- [_dM, _rI, _co],
1117
- [0, 0, 0], 3
1118
- ];
1119
- TypeRegistry.for(n0).registerError(TimeLimitExceededException$, TimeLimitExceededException);
1120
- export var TooManyRequestsException$ = [-3, n0, _TMRE,
1121
- { [_e]: _c, [_hE]: 429 },
1122
- [_dM, _rI, _co],
1123
- [0, 0, 0], 3
1124
- ];
1125
- TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
1126
- export var UnsupportedOperationException$ = [-3, n0, _UOE,
1127
- { [_e]: _c, [_hE]: 400 },
1128
- [_dM, _rI, _co],
1129
- [0, 0, 0], 3
1130
- ];
1131
- TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
1132
1140
  var __Unit = "unit";
1133
- export var NeptunedataServiceException$ = [-3, _sm, "NeptunedataServiceException", 0, [], []];
1134
- TypeRegistry.for(_sm).registerError(NeptunedataServiceException$, NeptunedataServiceException);
1135
1141
  var Classes = 64 | 0;
1136
1142
  var EdgeLabels = 64 | 0;
1137
1143
  var EdgeProperties = 64 | 0;