@aws-sdk/client-neptune-graph 3.943.0 → 3.947.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 (66) hide show
  1. package/dist-cjs/index.js +65 -352
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/NeptuneGraphClient.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 +65 -352
  8. package/dist-types/NeptuneGraph.d.ts +1 -1
  9. package/dist-types/NeptuneGraphClient.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/CancelExportTaskCommand.d.ts +3 -3
  13. package/dist-types/commands/CancelImportTaskCommand.d.ts +3 -3
  14. package/dist-types/commands/CancelQueryCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateGraphCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateGraphSnapshotCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateGraphUsingImportTaskCommand.d.ts +3 -3
  18. package/dist-types/commands/CreatePrivateGraphEndpointCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteGraphCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteGraphSnapshotCommand.d.ts +3 -3
  21. package/dist-types/commands/DeletePrivateGraphEndpointCommand.d.ts +3 -3
  22. package/dist-types/commands/ExecuteQueryCommand.d.ts +3 -3
  23. package/dist-types/commands/GetExportTaskCommand.d.ts +3 -3
  24. package/dist-types/commands/GetGraphCommand.d.ts +3 -3
  25. package/dist-types/commands/GetGraphSnapshotCommand.d.ts +3 -3
  26. package/dist-types/commands/GetGraphSummaryCommand.d.ts +3 -3
  27. package/dist-types/commands/GetImportTaskCommand.d.ts +3 -3
  28. package/dist-types/commands/GetPrivateGraphEndpointCommand.d.ts +3 -3
  29. package/dist-types/commands/GetQueryCommand.d.ts +3 -3
  30. package/dist-types/commands/ListExportTasksCommand.d.ts +3 -3
  31. package/dist-types/commands/ListGraphSnapshotsCommand.d.ts +3 -3
  32. package/dist-types/commands/ListGraphsCommand.d.ts +3 -3
  33. package/dist-types/commands/ListImportTasksCommand.d.ts +3 -3
  34. package/dist-types/commands/ListPrivateGraphEndpointsCommand.d.ts +3 -3
  35. package/dist-types/commands/ListQueriesCommand.d.ts +3 -3
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  37. package/dist-types/commands/ResetGraphCommand.d.ts +3 -3
  38. package/dist-types/commands/RestoreGraphFromSnapshotCommand.d.ts +3 -3
  39. package/dist-types/commands/StartExportTaskCommand.d.ts +3 -3
  40. package/dist-types/commands/StartGraphCommand.d.ts +3 -3
  41. package/dist-types/commands/StartImportTaskCommand.d.ts +3 -3
  42. package/dist-types/commands/StopGraphCommand.d.ts +3 -3
  43. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  44. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  45. package/dist-types/commands/UpdateGraphCommand.d.ts +3 -3
  46. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  47. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  48. package/dist-types/extensionConfiguration.d.ts +4 -4
  49. package/dist-types/models/NeptuneGraphServiceException.d.ts +1 -1
  50. package/dist-types/models/errors.d.ts +1 -1
  51. package/dist-types/pagination/Interfaces.d.ts +1 -1
  52. package/dist-types/pagination/ListExportTasksPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListGraphSnapshotsPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListGraphsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListImportTasksPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListPrivateGraphEndpointsPaginator.d.ts +1 -1
  57. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  58. package/dist-types/runtimeConfig.d.ts +1 -1
  59. package/dist-types/runtimeConfig.native.d.ts +1 -1
  60. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  61. package/dist-types/runtimeExtensions.d.ts +1 -1
  62. package/dist-types/schemas/schemas_0.d.ts +1 -1
  63. package/dist-types/ts3.4/NeptuneGraphClient.d.ts +3 -3
  64. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  65. package/dist-types/ts3.4/models/NeptuneGraphServiceException.d.ts +1 -1
  66. package/package.json +13 -12
@@ -264,26 +264,8 @@ const n0 = "com.amazonaws.neptunegraph";
264
264
  import { TypeRegistry } from "@smithy/core/schema";
265
265
  import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, UnprocessableException as __UnprocessableException, ValidationException as __ValidationException, } from "../models/errors";
266
266
  import { NeptuneGraphServiceException as __NeptuneGraphServiceException } from "../models/NeptuneGraphServiceException";
267
- export var QueryResponseBlob = [
268
- 0,
269
- n0,
270
- _QRB,
271
- {
272
- [_s]: 1,
273
- },
274
- 42,
275
- ];
276
- export var AccessDeniedException = [
277
- -3,
278
- n0,
279
- _ADE,
280
- {
281
- [_e]: _c,
282
- [_hE]: 403,
283
- },
284
- [_m],
285
- [0],
286
- ];
267
+ export var QueryResponseBlob = [0, n0, _QRB, { [_s]: 1 }, 42];
268
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
287
269
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
288
270
  export var CancelExportTaskInput = [3, n0, _CETI, 0, [_tI], [[0, 1]]];
289
271
  export var CancelExportTaskOutput = [
@@ -310,27 +292,11 @@ export var CancelQueryInput = [
310
292
  0,
311
293
  [_gIr, _qI],
312
294
  [
313
- [
314
- 0,
315
- {
316
- [_hL]: 1,
317
- [_hH]: _gIr,
318
- },
319
- ],
295
+ [0, { [_hL]: 1, [_hH]: _gIr }],
320
296
  [0, 1],
321
297
  ],
322
298
  ];
323
- export var ConflictException = [
324
- -3,
325
- n0,
326
- _CE,
327
- {
328
- [_e]: _c,
329
- [_hE]: 409,
330
- },
331
- [_m, _r],
332
- [0, 0],
333
- ];
299
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _r], [0, 0]];
334
300
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
335
301
  export var CreateGraphInput = [
336
302
  3,
@@ -397,12 +363,7 @@ export var DeleteGraphInput = [
397
363
  [_gIr, _sS],
398
364
  [
399
365
  [0, 1],
400
- [
401
- 2,
402
- {
403
- [_hQ]: _sS,
404
- },
405
- ],
366
+ [2, { [_hQ]: _sS }],
406
367
  ],
407
368
  ];
408
369
  export var DeleteGraphOutput = [
@@ -448,31 +409,7 @@ export var ExecuteQueryInput = [
448
409
  _EQI,
449
410
  0,
450
411
  [_gIr, _qS, _l, _p, _pCl, _eM, _qTM],
451
- [
452
- [
453
- 0,
454
- {
455
- [_hL]: 1,
456
- [_hH]: _gIr,
457
- },
458
- ],
459
- [
460
- 0,
461
- {
462
- [_jN]: _q,
463
- },
464
- ],
465
- 0,
466
- 128 | 15,
467
- 0,
468
- [
469
- 0,
470
- {
471
- [_jN]: _ex,
472
- },
473
- ],
474
- 1,
475
- ],
412
+ [[0, { [_hL]: 1, [_hH]: _gIr }], [0, { [_jN]: _q }], 0, 128 | 15, 0, [0, { [_jN]: _ex }], 1],
476
413
  ];
477
414
  export var ExecuteQueryOutput = [3, n0, _EQO, 0, [_pa], [[() => QueryResponseBlob, 16]]];
478
415
  export var ExportFilter = [
@@ -528,19 +465,8 @@ export var GetGraphSummaryInput = [
528
465
  0,
529
466
  [_gIr, _mo],
530
467
  [
531
- [
532
- 0,
533
- {
534
- [_hL]: 1,
535
- [_hH]: _gIr,
536
- },
537
- ],
538
- [
539
- 0,
540
- {
541
- [_hQ]: _mo,
542
- },
543
- ],
468
+ [0, { [_hL]: 1, [_hH]: _gIr }],
469
+ [0, { [_hQ]: _mo }],
544
470
  ],
545
471
  ];
546
472
  export var GetGraphSummaryOutput = [
@@ -586,13 +512,7 @@ export var GetQueryInput = [
586
512
  0,
587
513
  [_gIr, _qI],
588
514
  [
589
- [
590
- 0,
591
- {
592
- [_hL]: 1,
593
- [_hH]: _gIr,
594
- },
595
- ],
515
+ [0, { [_hL]: 1, [_hH]: _gIr }],
596
516
  [0, 1],
597
517
  ],
598
518
  ];
@@ -652,17 +572,7 @@ export var ImportTaskSummary = [
652
572
  [_gI, _tIa, _so, _f, _pT, _rA, _st],
653
573
  [0, 0, 0, 0, 0, 0, 0],
654
574
  ];
655
- export var InternalServerException = [
656
- -3,
657
- n0,
658
- _ISE,
659
- {
660
- [_e]: _se,
661
- [_hE]: 500,
662
- },
663
- [_m],
664
- [0],
665
- ];
575
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
666
576
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
667
577
  export var ListExportTasksInput = [
668
578
  3,
@@ -671,24 +581,9 @@ export var ListExportTasksInput = [
671
581
  0,
672
582
  [_gIr, _nT, _mR],
673
583
  [
674
- [
675
- 0,
676
- {
677
- [_hQ]: _gIr,
678
- },
679
- ],
680
- [
681
- 0,
682
- {
683
- [_hQ]: _nT,
684
- },
685
- ],
686
- [
687
- 1,
688
- {
689
- [_hQ]: _mR,
690
- },
691
- ],
584
+ [0, { [_hQ]: _gIr }],
585
+ [0, { [_hQ]: _nT }],
586
+ [1, { [_hQ]: _mR }],
692
587
  ],
693
588
  ];
694
589
  export var ListExportTasksOutput = [
@@ -706,18 +601,8 @@ export var ListGraphsInput = [
706
601
  0,
707
602
  [_nT, _mR],
708
603
  [
709
- [
710
- 0,
711
- {
712
- [_hQ]: _nT,
713
- },
714
- ],
715
- [
716
- 1,
717
- {
718
- [_hQ]: _mR,
719
- },
720
- ],
604
+ [0, { [_hQ]: _nT }],
605
+ [1, { [_hQ]: _mR }],
721
606
  ],
722
607
  ];
723
608
  export var ListGraphSnapshotsInput = [
@@ -727,24 +612,9 @@ export var ListGraphSnapshotsInput = [
727
612
  0,
728
613
  [_gIr, _nT, _mR],
729
614
  [
730
- [
731
- 0,
732
- {
733
- [_hQ]: _gIr,
734
- },
735
- ],
736
- [
737
- 0,
738
- {
739
- [_hQ]: _nT,
740
- },
741
- ],
742
- [
743
- 1,
744
- {
745
- [_hQ]: _mR,
746
- },
747
- ],
615
+ [0, { [_hQ]: _gIr }],
616
+ [0, { [_hQ]: _nT }],
617
+ [1, { [_hQ]: _mR }],
748
618
  ],
749
619
  ];
750
620
  export var ListGraphSnapshotsOutput = [
@@ -763,18 +633,8 @@ export var ListImportTasksInput = [
763
633
  0,
764
634
  [_nT, _mR],
765
635
  [
766
- [
767
- 0,
768
- {
769
- [_hQ]: _nT,
770
- },
771
- ],
772
- [
773
- 1,
774
- {
775
- [_hQ]: _mR,
776
- },
777
- ],
636
+ [0, { [_hQ]: _nT }],
637
+ [1, { [_hQ]: _mR }],
778
638
  ],
779
639
  ];
780
640
  export var ListImportTasksOutput = [
@@ -793,18 +653,8 @@ export var ListPrivateGraphEndpointsInput = [
793
653
  [_gIr, _nT, _mR],
794
654
  [
795
655
  [0, 1],
796
- [
797
- 0,
798
- {
799
- [_hQ]: _nT,
800
- },
801
- ],
802
- [
803
- 1,
804
- {
805
- [_hQ]: _mR,
806
- },
807
- ],
656
+ [0, { [_hQ]: _nT }],
657
+ [1, { [_hQ]: _mR }],
808
658
  ],
809
659
  ];
810
660
  export var ListPrivateGraphEndpointsOutput = [
@@ -822,25 +672,9 @@ export var ListQueriesInput = [
822
672
  0,
823
673
  [_gIr, _mR, _sta],
824
674
  [
825
- [
826
- 0,
827
- {
828
- [_hL]: 1,
829
- [_hH]: _gIr,
830
- },
831
- ],
832
- [
833
- 1,
834
- {
835
- [_hQ]: _mR,
836
- },
837
- ],
838
- [
839
- 0,
840
- {
841
- [_hQ]: _sta,
842
- },
843
- ],
675
+ [0, { [_hL]: 1, [_hH]: _gIr }],
676
+ [1, { [_hQ]: _mR }],
677
+ [0, { [_hQ]: _sta }],
844
678
  ],
845
679
  ];
846
680
  export var ListQueriesOutput = [3, n0, _LQO, 0, [_qu], [() => QuerySummaryList]];
@@ -866,17 +700,7 @@ export var ResetGraphOutput = [
866
700
  [_i, _n, _a, _st, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
867
701
  [0, 0, 0, 0, 0, 4, 1, 0, 2, () => VectorSearchConfiguration, 1, 0, 0, 2, 0],
868
702
  ];
869
- export var ResourceNotFoundException = [
870
- -3,
871
- n0,
872
- _RNFE,
873
- {
874
- [_e]: _c,
875
- [_hE]: 404,
876
- },
877
- [_m],
878
- [0],
879
- ];
703
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
880
704
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
881
705
  export var RestoreGraphFromSnapshotInput = [
882
706
  3,
@@ -898,10 +722,7 @@ export var ServiceQuotaExceededException = [
898
722
  -3,
899
723
  n0,
900
724
  _SQEE,
901
- {
902
- [_e]: _c,
903
- [_hE]: 402,
904
- },
725
+ { [_e]: _c, [_hE]: 402 },
905
726
  [_m, _rI, _rT, _sCe, _qC],
906
727
  [0, 0, 0, 0, 0],
907
728
  ];
@@ -958,29 +779,9 @@ export var StopGraphOutput = [
958
779
  ];
959
780
  export var TagResourceInput = [3, n0, _TRI, 0, [_rAe, _t], [[0, 1], 128 | 0]];
960
781
  export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
961
- export var ThrottlingException = [
962
- -3,
963
- n0,
964
- _TE,
965
- {
966
- [_e]: _c,
967
- [_hE]: 429,
968
- },
969
- [_m],
970
- [0],
971
- ];
782
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
972
783
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
973
- export var UnprocessableException = [
974
- -3,
975
- n0,
976
- _UE,
977
- {
978
- [_e]: _c,
979
- [_hE]: 422,
980
- },
981
- [_m, _r],
982
- [0, 0],
983
- ];
784
+ export var UnprocessableException = [-3, n0, _UE, { [_e]: _c, [_hE]: 422 }, [_m, _r], [0, 0]];
984
785
  TypeRegistry.for(n0).registerError(UnprocessableException, __UnprocessableException);
985
786
  export var UntagResourceInput = [
986
787
  3,
@@ -990,12 +791,7 @@ export var UntagResourceInput = [
990
791
  [_rAe, _tK],
991
792
  [
992
793
  [0, 1],
993
- [
994
- 64 | 0,
995
- {
996
- [_hQ]: _tK,
997
- },
998
- ],
794
+ [64 | 0, { [_hQ]: _tK }],
999
795
  ],
1000
796
  ];
1001
797
  export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
@@ -1008,17 +804,7 @@ export var UpdateGraphOutput = [
1008
804
  [_i, _n, _a, _st, _sR, _cT, _pM, _en, _pC, _vSC, _rC, _kKI, _sSI, _dP, _bN],
1009
805
  [0, 0, 0, 0, 0, 4, 1, 0, 2, () => VectorSearchConfiguration, 1, 0, 0, 2, 0],
1010
806
  ];
1011
- export var ValidationException = [
1012
- -3,
1013
- n0,
1014
- _VE,
1015
- {
1016
- [_e]: _c,
1017
- [_hE]: 400,
1018
- },
1019
- [_m, _r],
1020
- [0, 0],
1021
- ];
807
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m, _r], [0, 0]];
1022
808
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1023
809
  export var VectorSearchConfiguration = [3, n0, _VSC, 0, [_di], [1]];
1024
810
  export var __Unit = "unit";
@@ -1051,9 +837,7 @@ export var CancelExportTask = [
1051
837
  9,
1052
838
  n0,
1053
839
  _CET,
1054
- {
1055
- [_h]: ["DELETE", "/exporttasks/{taskIdentifier}", 200],
1056
- },
840
+ { [_h]: ["DELETE", "/exporttasks/{taskIdentifier}", 200] },
1057
841
  () => CancelExportTaskInput,
1058
842
  () => CancelExportTaskOutput,
1059
843
  ];
@@ -1061,9 +845,7 @@ export var CancelImportTask = [
1061
845
  9,
1062
846
  n0,
1063
847
  _CIT,
1064
- {
1065
- [_h]: ["DELETE", "/importtasks/{taskIdentifier}", 200],
1066
- },
848
+ { [_h]: ["DELETE", "/importtasks/{taskIdentifier}", 200] },
1067
849
  () => CancelImportTaskInput,
1068
850
  () => CancelImportTaskOutput,
1069
851
  ];
@@ -1071,10 +853,7 @@ export var CancelQuery = [
1071
853
  9,
1072
854
  n0,
1073
855
  _CQ,
1074
- {
1075
- [_en]: ["{graphIdentifier}."],
1076
- [_h]: ["DELETE", "/queries/{queryId}", 200],
1077
- },
856
+ { [_en]: ["{graphIdentifier}."], [_h]: ["DELETE", "/queries/{queryId}", 200] },
1078
857
  () => CancelQueryInput,
1079
858
  () => __Unit,
1080
859
  ];
@@ -1082,9 +861,7 @@ export var CreateGraph = [
1082
861
  9,
1083
862
  n0,
1084
863
  _CG,
1085
- {
1086
- [_h]: ["POST", "/graphs", 201],
1087
- },
864
+ { [_h]: ["POST", "/graphs", 201] },
1088
865
  () => CreateGraphInput,
1089
866
  () => CreateGraphOutput,
1090
867
  ];
@@ -1092,9 +869,7 @@ export var CreateGraphSnapshot = [
1092
869
  9,
1093
870
  n0,
1094
871
  _CGS,
1095
- {
1096
- [_h]: ["POST", "/snapshots", 201],
1097
- },
872
+ { [_h]: ["POST", "/snapshots", 201] },
1098
873
  () => CreateGraphSnapshotInput,
1099
874
  () => CreateGraphSnapshotOutput,
1100
875
  ];
@@ -1102,9 +877,7 @@ export var CreateGraphUsingImportTask = [
1102
877
  9,
1103
878
  n0,
1104
879
  _CGUIT,
1105
- {
1106
- [_h]: ["POST", "/importtasks", 201],
1107
- },
880
+ { [_h]: ["POST", "/importtasks", 201] },
1108
881
  () => CreateGraphUsingImportTaskInput,
1109
882
  () => CreateGraphUsingImportTaskOutput,
1110
883
  ];
@@ -1112,9 +885,7 @@ export var CreatePrivateGraphEndpoint = [
1112
885
  9,
1113
886
  n0,
1114
887
  _CPGE,
1115
- {
1116
- [_h]: ["POST", "/graphs/{graphIdentifier}/endpoints/", 201],
1117
- },
888
+ { [_h]: ["POST", "/graphs/{graphIdentifier}/endpoints/", 201] },
1118
889
  () => CreatePrivateGraphEndpointInput,
1119
890
  () => CreatePrivateGraphEndpointOutput,
1120
891
  ];
@@ -1122,9 +893,7 @@ export var DeleteGraph = [
1122
893
  9,
1123
894
  n0,
1124
895
  _DG,
1125
- {
1126
- [_h]: ["DELETE", "/graphs/{graphIdentifier}", 200],
1127
- },
896
+ { [_h]: ["DELETE", "/graphs/{graphIdentifier}", 200] },
1128
897
  () => DeleteGraphInput,
1129
898
  () => DeleteGraphOutput,
1130
899
  ];
@@ -1132,9 +901,7 @@ export var DeleteGraphSnapshot = [
1132
901
  9,
1133
902
  n0,
1134
903
  _DGS,
1135
- {
1136
- [_h]: ["DELETE", "/snapshots/{snapshotIdentifier}", 200],
1137
- },
904
+ { [_h]: ["DELETE", "/snapshots/{snapshotIdentifier}", 200] },
1138
905
  () => DeleteGraphSnapshotInput,
1139
906
  () => DeleteGraphSnapshotOutput,
1140
907
  ];
@@ -1142,9 +909,7 @@ export var DeletePrivateGraphEndpoint = [
1142
909
  9,
1143
910
  n0,
1144
911
  _DPGE,
1145
- {
1146
- [_h]: ["DELETE", "/graphs/{graphIdentifier}/endpoints/{vpcId}", 200],
1147
- },
912
+ { [_h]: ["DELETE", "/graphs/{graphIdentifier}/endpoints/{vpcId}", 200] },
1148
913
  () => DeletePrivateGraphEndpointInput,
1149
914
  () => DeletePrivateGraphEndpointOutput,
1150
915
  ];
@@ -1152,10 +917,7 @@ export var ExecuteQuery = [
1152
917
  9,
1153
918
  n0,
1154
919
  _EQ,
1155
- {
1156
- [_h]: ["POST", "/queries", 200],
1157
- [_en]: ["{graphIdentifier}."],
1158
- },
920
+ { [_h]: ["POST", "/queries", 200], [_en]: ["{graphIdentifier}."] },
1159
921
  () => ExecuteQueryInput,
1160
922
  () => ExecuteQueryOutput,
1161
923
  ];
@@ -1163,9 +925,7 @@ export var GetExportTask = [
1163
925
  9,
1164
926
  n0,
1165
927
  _GET,
1166
- {
1167
- [_h]: ["GET", "/exporttasks/{taskIdentifier}", 200],
1168
- },
928
+ { [_h]: ["GET", "/exporttasks/{taskIdentifier}", 200] },
1169
929
  () => GetExportTaskInput,
1170
930
  () => GetExportTaskOutput,
1171
931
  ];
@@ -1173,9 +933,7 @@ export var GetGraph = [
1173
933
  9,
1174
934
  n0,
1175
935
  _GG,
1176
- {
1177
- [_h]: ["GET", "/graphs/{graphIdentifier}", 200],
1178
- },
936
+ { [_h]: ["GET", "/graphs/{graphIdentifier}", 200] },
1179
937
  () => GetGraphInput,
1180
938
  () => GetGraphOutput,
1181
939
  ];
@@ -1183,9 +941,7 @@ export var GetGraphSnapshot = [
1183
941
  9,
1184
942
  n0,
1185
943
  _GGS,
1186
- {
1187
- [_h]: ["GET", "/snapshots/{snapshotIdentifier}", 200],
1188
- },
944
+ { [_h]: ["GET", "/snapshots/{snapshotIdentifier}", 200] },
1189
945
  () => GetGraphSnapshotInput,
1190
946
  () => GetGraphSnapshotOutput,
1191
947
  ];
@@ -1193,10 +949,7 @@ export var GetGraphSummary = [
1193
949
  9,
1194
950
  n0,
1195
951
  _GGSe,
1196
- {
1197
- [_en]: ["{graphIdentifier}."],
1198
- [_h]: ["GET", "/summary", 200],
1199
- },
952
+ { [_en]: ["{graphIdentifier}."], [_h]: ["GET", "/summary", 200] },
1200
953
  () => GetGraphSummaryInput,
1201
954
  () => GetGraphSummaryOutput,
1202
955
  ];
@@ -1204,9 +957,7 @@ export var GetImportTask = [
1204
957
  9,
1205
958
  n0,
1206
959
  _GIT,
1207
- {
1208
- [_h]: ["GET", "/importtasks/{taskIdentifier}", 200],
1209
- },
960
+ { [_h]: ["GET", "/importtasks/{taskIdentifier}", 200] },
1210
961
  () => GetImportTaskInput,
1211
962
  () => GetImportTaskOutput,
1212
963
  ];
@@ -1214,9 +965,7 @@ export var GetPrivateGraphEndpoint = [
1214
965
  9,
1215
966
  n0,
1216
967
  _GPGE,
1217
- {
1218
- [_h]: ["GET", "/graphs/{graphIdentifier}/endpoints/{vpcId}", 200],
1219
- },
968
+ { [_h]: ["GET", "/graphs/{graphIdentifier}/endpoints/{vpcId}", 200] },
1220
969
  () => GetPrivateGraphEndpointInput,
1221
970
  () => GetPrivateGraphEndpointOutput,
1222
971
  ];
@@ -1224,10 +973,7 @@ export var GetQuery = [
1224
973
  9,
1225
974
  n0,
1226
975
  _GQ,
1227
- {
1228
- [_en]: ["{graphIdentifier}."],
1229
- [_h]: ["GET", "/queries/{queryId}", 200],
1230
- },
976
+ { [_en]: ["{graphIdentifier}."], [_h]: ["GET", "/queries/{queryId}", 200] },
1231
977
  () => GetQueryInput,
1232
978
  () => GetQueryOutput,
1233
979
  ];
@@ -1235,9 +981,7 @@ export var ListExportTasks = [
1235
981
  9,
1236
982
  n0,
1237
983
  _LET,
1238
- {
1239
- [_h]: ["GET", "/exporttasks", 200],
1240
- },
984
+ { [_h]: ["GET", "/exporttasks", 200] },
1241
985
  () => ListExportTasksInput,
1242
986
  () => ListExportTasksOutput,
1243
987
  ];
@@ -1245,9 +989,7 @@ export var ListGraphs = [
1245
989
  9,
1246
990
  n0,
1247
991
  _LG,
1248
- {
1249
- [_h]: ["GET", "/graphs", 200],
1250
- },
992
+ { [_h]: ["GET", "/graphs", 200] },
1251
993
  () => ListGraphsInput,
1252
994
  () => ListGraphsOutput,
1253
995
  ];
@@ -1255,9 +997,7 @@ export var ListGraphSnapshots = [
1255
997
  9,
1256
998
  n0,
1257
999
  _LGS,
1258
- {
1259
- [_h]: ["GET", "/snapshots", 200],
1260
- },
1000
+ { [_h]: ["GET", "/snapshots", 200] },
1261
1001
  () => ListGraphSnapshotsInput,
1262
1002
  () => ListGraphSnapshotsOutput,
1263
1003
  ];
@@ -1265,9 +1005,7 @@ export var ListImportTasks = [
1265
1005
  9,
1266
1006
  n0,
1267
1007
  _LIT,
1268
- {
1269
- [_h]: ["GET", "/importtasks", 200],
1270
- },
1008
+ { [_h]: ["GET", "/importtasks", 200] },
1271
1009
  () => ListImportTasksInput,
1272
1010
  () => ListImportTasksOutput,
1273
1011
  ];
@@ -1275,9 +1013,7 @@ export var ListPrivateGraphEndpoints = [
1275
1013
  9,
1276
1014
  n0,
1277
1015
  _LPGE,
1278
- {
1279
- [_h]: ["GET", "/graphs/{graphIdentifier}/endpoints/", 200],
1280
- },
1016
+ { [_h]: ["GET", "/graphs/{graphIdentifier}/endpoints/", 200] },
1281
1017
  () => ListPrivateGraphEndpointsInput,
1282
1018
  () => ListPrivateGraphEndpointsOutput,
1283
1019
  ];
@@ -1285,10 +1021,7 @@ export var ListQueries = [
1285
1021
  9,
1286
1022
  n0,
1287
1023
  _LQ,
1288
- {
1289
- [_en]: ["{graphIdentifier}."],
1290
- [_h]: ["GET", "/queries", 200],
1291
- },
1024
+ { [_en]: ["{graphIdentifier}."], [_h]: ["GET", "/queries", 200] },
1292
1025
  () => ListQueriesInput,
1293
1026
  () => ListQueriesOutput,
1294
1027
  ];
@@ -1296,9 +1029,7 @@ export var ListTagsForResource = [
1296
1029
  9,
1297
1030
  n0,
1298
1031
  _LTFR,
1299
- {
1300
- [_h]: ["GET", "/tags/{resourceArn}", 200],
1301
- },
1032
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] },
1302
1033
  () => ListTagsForResourceInput,
1303
1034
  () => ListTagsForResourceOutput,
1304
1035
  ];
@@ -1306,9 +1037,7 @@ export var ResetGraph = [
1306
1037
  9,
1307
1038
  n0,
1308
1039
  _RG,
1309
- {
1310
- [_h]: ["PUT", "/graphs/{graphIdentifier}", 200],
1311
- },
1040
+ { [_h]: ["PUT", "/graphs/{graphIdentifier}", 200] },
1312
1041
  () => ResetGraphInput,
1313
1042
  () => ResetGraphOutput,
1314
1043
  ];
@@ -1316,9 +1045,7 @@ export var RestoreGraphFromSnapshot = [
1316
1045
  9,
1317
1046
  n0,
1318
1047
  _RGFS,
1319
- {
1320
- [_h]: ["POST", "/snapshots/{snapshotIdentifier}/restore", 201],
1321
- },
1048
+ { [_h]: ["POST", "/snapshots/{snapshotIdentifier}/restore", 201] },
1322
1049
  () => RestoreGraphFromSnapshotInput,
1323
1050
  () => RestoreGraphFromSnapshotOutput,
1324
1051
  ];
@@ -1326,9 +1053,7 @@ export var StartExportTask = [
1326
1053
  9,
1327
1054
  n0,
1328
1055
  _SET,
1329
- {
1330
- [_h]: ["POST", "/exporttasks", 201],
1331
- },
1056
+ { [_h]: ["POST", "/exporttasks", 201] },
1332
1057
  () => StartExportTaskInput,
1333
1058
  () => StartExportTaskOutput,
1334
1059
  ];
@@ -1336,9 +1061,7 @@ export var StartGraph = [
1336
1061
  9,
1337
1062
  n0,
1338
1063
  _SG,
1339
- {
1340
- [_h]: ["POST", "/graphs/{graphIdentifier}/start", 200],
1341
- },
1064
+ { [_h]: ["POST", "/graphs/{graphIdentifier}/start", 200] },
1342
1065
  () => StartGraphInput,
1343
1066
  () => StartGraphOutput,
1344
1067
  ];
@@ -1346,9 +1069,7 @@ export var StartImportTask = [
1346
1069
  9,
1347
1070
  n0,
1348
1071
  _SIT,
1349
- {
1350
- [_h]: ["POST", "/graphs/{graphIdentifier}/importtasks", 201],
1351
- },
1072
+ { [_h]: ["POST", "/graphs/{graphIdentifier}/importtasks", 201] },
1352
1073
  () => StartImportTaskInput,
1353
1074
  () => StartImportTaskOutput,
1354
1075
  ];
@@ -1356,9 +1077,7 @@ export var StopGraph = [
1356
1077
  9,
1357
1078
  n0,
1358
1079
  _SGt,
1359
- {
1360
- [_h]: ["POST", "/graphs/{graphIdentifier}/stop", 200],
1361
- },
1080
+ { [_h]: ["POST", "/graphs/{graphIdentifier}/stop", 200] },
1362
1081
  () => StopGraphInput,
1363
1082
  () => StopGraphOutput,
1364
1083
  ];
@@ -1366,9 +1085,7 @@ export var TagResource = [
1366
1085
  9,
1367
1086
  n0,
1368
1087
  _TR,
1369
- {
1370
- [_h]: ["POST", "/tags/{resourceArn}", 200],
1371
- },
1088
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] },
1372
1089
  () => TagResourceInput,
1373
1090
  () => TagResourceOutput,
1374
1091
  ];
@@ -1376,9 +1093,7 @@ export var UntagResource = [
1376
1093
  9,
1377
1094
  n0,
1378
1095
  _UR,
1379
- {
1380
- [_h]: ["DELETE", "/tags/{resourceArn}", 200],
1381
- },
1096
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
1382
1097
  () => UntagResourceInput,
1383
1098
  () => UntagResourceOutput,
1384
1099
  ];
@@ -1386,9 +1101,7 @@ export var UpdateGraph = [
1386
1101
  9,
1387
1102
  n0,
1388
1103
  _UG,
1389
- {
1390
- [_h]: ["PATCH", "/graphs/{graphIdentifier}", 200],
1391
- },
1104
+ { [_h]: ["PATCH", "/graphs/{graphIdentifier}", 200] },
1392
1105
  () => UpdateGraphInput,
1393
1106
  () => UpdateGraphOutput,
1394
1107
  ];