@aws-sdk/client-neptunedata 3.934.0 → 3.936.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +85 -84
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +84 -0
- package/dist-es/models/errors.js +624 -0
- package/dist-es/models/models_0.js +1 -708
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/index.d.ts +3 -1
- package/dist-types/models/enums.d.ts +164 -0
- package/dist-types/models/errors.d.ts +931 -0
- package/dist-types/models/models_0.d.ts +90 -1184
- package/dist-types/ts3.4/index.d.ts +3 -1
- package/dist-types/ts3.4/models/enums.d.ts +98 -0
- package/dist-types/ts3.4/models/errors.d.ts +355 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -453
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -1
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/index.d.ts +0 -1
package/dist-cjs/index.js
CHANGED
|
@@ -135,10 +135,6 @@ let AccessDeniedException$1 = class AccessDeniedException extends NeptunedataSer
|
|
|
135
135
|
this.code = opts.code;
|
|
136
136
|
}
|
|
137
137
|
};
|
|
138
|
-
const Action = {
|
|
139
|
-
INITIALIZE_RESET: "initiateDatabaseReset",
|
|
140
|
-
PERFORM_RESET: "performDatabaseReset",
|
|
141
|
-
};
|
|
142
138
|
let BadRequestException$1 = class BadRequestException extends NeptunedataServiceException$1 {
|
|
143
139
|
name = "BadRequestException";
|
|
144
140
|
$fault = "client";
|
|
@@ -670,11 +666,6 @@ let QueryTooLargeException$1 = class QueryTooLargeException extends NeptunedataS
|
|
|
670
666
|
this.code = opts.code;
|
|
671
667
|
}
|
|
672
668
|
};
|
|
673
|
-
const OpenCypherExplainMode = {
|
|
674
|
-
DETAILS: "details",
|
|
675
|
-
DYNAMIC: "dynamic",
|
|
676
|
-
STATIC: "static",
|
|
677
|
-
};
|
|
678
669
|
let ExpiredStreamException$1 = class ExpiredStreamException extends NeptunedataServiceException$1 {
|
|
679
670
|
name = "ExpiredStreamException";
|
|
680
671
|
$fault = "client";
|
|
@@ -693,15 +684,6 @@ let ExpiredStreamException$1 = class ExpiredStreamException extends NeptunedataS
|
|
|
693
684
|
this.code = opts.code;
|
|
694
685
|
}
|
|
695
686
|
};
|
|
696
|
-
const Encoding = {
|
|
697
|
-
GZIP: "gzip",
|
|
698
|
-
};
|
|
699
|
-
const IteratorType = {
|
|
700
|
-
AFTER_SEQUENCE_NUMBER: "AFTER_SEQUENCE_NUMBER",
|
|
701
|
-
AT_SEQUENCE_NUMBER: "AT_SEQUENCE_NUMBER",
|
|
702
|
-
LATEST: "LATEST",
|
|
703
|
-
TRIM_HORIZON: "TRIM_HORIZON",
|
|
704
|
-
};
|
|
705
687
|
let StreamRecordsNotFoundException$1 = class StreamRecordsNotFoundException extends NeptunedataServiceException$1 {
|
|
706
688
|
name = "StreamRecordsNotFoundException";
|
|
707
689
|
$fault = "client";
|
|
@@ -739,15 +721,6 @@ let ThrottlingException$1 = class ThrottlingException extends NeptunedataService
|
|
|
739
721
|
this.code = opts.code;
|
|
740
722
|
}
|
|
741
723
|
};
|
|
742
|
-
const GraphSummaryType = {
|
|
743
|
-
BASIC: "basic",
|
|
744
|
-
DETAILED: "detailed",
|
|
745
|
-
};
|
|
746
|
-
const StatisticsAutoGenerationMode = {
|
|
747
|
-
DISABLE_AUTOCOMPUTE: "disableAutoCompute",
|
|
748
|
-
ENABLE_AUTOCOMPUTE: "enableAutoCompute",
|
|
749
|
-
REFRESH: "refresh",
|
|
750
|
-
};
|
|
751
724
|
let S3Exception$1 = class S3Exception extends NeptunedataServiceException$1 {
|
|
752
725
|
name = "S3Exception";
|
|
753
726
|
$fault = "client";
|
|
@@ -767,63 +740,6 @@ let S3Exception$1 = class S3Exception extends NeptunedataServiceException$1 {
|
|
|
767
740
|
this.code = opts.code;
|
|
768
741
|
}
|
|
769
742
|
};
|
|
770
|
-
const Format = {
|
|
771
|
-
CSV: "csv",
|
|
772
|
-
NQUADS: "nquads",
|
|
773
|
-
NTRIPLES: "ntriples",
|
|
774
|
-
OPENCYPHER: "opencypher",
|
|
775
|
-
RDFXML: "rdfxml",
|
|
776
|
-
TURTLE: "turtle",
|
|
777
|
-
};
|
|
778
|
-
const Mode = {
|
|
779
|
-
AUTO: "AUTO",
|
|
780
|
-
NEW: "NEW",
|
|
781
|
-
RESUME: "RESUME",
|
|
782
|
-
};
|
|
783
|
-
const Parallelism = {
|
|
784
|
-
HIGH: "HIGH",
|
|
785
|
-
LOW: "LOW",
|
|
786
|
-
MEDIUM: "MEDIUM",
|
|
787
|
-
OVERSUBSCRIBE: "OVERSUBSCRIBE",
|
|
788
|
-
};
|
|
789
|
-
const S3BucketRegion = {
|
|
790
|
-
AF_SOUTH_1: "af-south-1",
|
|
791
|
-
AP_EAST_1: "ap-east-1",
|
|
792
|
-
AP_EAST_2: "ap-east-2",
|
|
793
|
-
AP_NORTHEAST_1: "ap-northeast-1",
|
|
794
|
-
AP_NORTHEAST_2: "ap-northeast-2",
|
|
795
|
-
AP_NORTHEAST_3: "ap-northeast-3",
|
|
796
|
-
AP_SOUTHEAST_1: "ap-southeast-1",
|
|
797
|
-
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
798
|
-
AP_SOUTHEAST_3: "ap-southeast-3",
|
|
799
|
-
AP_SOUTHEAST_4: "ap-southeast-4",
|
|
800
|
-
AP_SOUTHEAST_5: "ap-southeast-5",
|
|
801
|
-
AP_SOUTHEAST_7: "ap-southeast-7",
|
|
802
|
-
AP_SOUTH_1: "ap-south-1",
|
|
803
|
-
AP_SOUTH_2: "ap-south-2",
|
|
804
|
-
CA_CENTRAL_1: "ca-central-1",
|
|
805
|
-
CA_WEST_1: "ca-west-1",
|
|
806
|
-
CN_NORTHWEST_1: "cn-northwest-1",
|
|
807
|
-
CN_NORTH_1: "cn-north-1",
|
|
808
|
-
EU_CENTRAL_1: "eu-central-1",
|
|
809
|
-
EU_CENTRAL_2: "eu-central-2",
|
|
810
|
-
EU_NORTH_1: "eu-north-1",
|
|
811
|
-
EU_SOUTH_2: "eu-south-2",
|
|
812
|
-
EU_WEST_1: "eu-west-1",
|
|
813
|
-
EU_WEST_2: "eu-west-2",
|
|
814
|
-
EU_WEST_3: "eu-west-3",
|
|
815
|
-
IL_CENTRAL_1: "il-central-1",
|
|
816
|
-
ME_CENTRAL_1: "me-central-1",
|
|
817
|
-
ME_SOUTH_1: "me-south-1",
|
|
818
|
-
MX_CENTRAL_1: "mx-central-1",
|
|
819
|
-
SA_EAST_1: "sa-east-1",
|
|
820
|
-
US_EAST_1: "us-east-1",
|
|
821
|
-
US_EAST_2: "us-east-2",
|
|
822
|
-
US_GOV_EAST_1: "us-gov-east-1",
|
|
823
|
-
US_GOV_WEST_1: "us-gov-west-1",
|
|
824
|
-
US_WEST_1: "us-west-1",
|
|
825
|
-
US_WEST_2: "us-west-2",
|
|
826
|
-
};
|
|
827
743
|
|
|
828
744
|
const _ADE = "AccessDeniedException";
|
|
829
745
|
const _AE = "Accept-Encoding";
|
|
@@ -3628,6 +3544,91 @@ class Neptunedata extends NeptunedataClient {
|
|
|
3628
3544
|
}
|
|
3629
3545
|
smithyClient.createAggregatedClient(commands, Neptunedata);
|
|
3630
3546
|
|
|
3547
|
+
const Action = {
|
|
3548
|
+
INITIALIZE_RESET: "initiateDatabaseReset",
|
|
3549
|
+
PERFORM_RESET: "performDatabaseReset",
|
|
3550
|
+
};
|
|
3551
|
+
const OpenCypherExplainMode = {
|
|
3552
|
+
DETAILS: "details",
|
|
3553
|
+
DYNAMIC: "dynamic",
|
|
3554
|
+
STATIC: "static",
|
|
3555
|
+
};
|
|
3556
|
+
const Encoding = {
|
|
3557
|
+
GZIP: "gzip",
|
|
3558
|
+
};
|
|
3559
|
+
const IteratorType = {
|
|
3560
|
+
AFTER_SEQUENCE_NUMBER: "AFTER_SEQUENCE_NUMBER",
|
|
3561
|
+
AT_SEQUENCE_NUMBER: "AT_SEQUENCE_NUMBER",
|
|
3562
|
+
LATEST: "LATEST",
|
|
3563
|
+
TRIM_HORIZON: "TRIM_HORIZON",
|
|
3564
|
+
};
|
|
3565
|
+
const GraphSummaryType = {
|
|
3566
|
+
BASIC: "basic",
|
|
3567
|
+
DETAILED: "detailed",
|
|
3568
|
+
};
|
|
3569
|
+
const StatisticsAutoGenerationMode = {
|
|
3570
|
+
DISABLE_AUTOCOMPUTE: "disableAutoCompute",
|
|
3571
|
+
ENABLE_AUTOCOMPUTE: "enableAutoCompute",
|
|
3572
|
+
REFRESH: "refresh",
|
|
3573
|
+
};
|
|
3574
|
+
const Format = {
|
|
3575
|
+
CSV: "csv",
|
|
3576
|
+
NQUADS: "nquads",
|
|
3577
|
+
NTRIPLES: "ntriples",
|
|
3578
|
+
OPENCYPHER: "opencypher",
|
|
3579
|
+
RDFXML: "rdfxml",
|
|
3580
|
+
TURTLE: "turtle",
|
|
3581
|
+
};
|
|
3582
|
+
const Mode = {
|
|
3583
|
+
AUTO: "AUTO",
|
|
3584
|
+
NEW: "NEW",
|
|
3585
|
+
RESUME: "RESUME",
|
|
3586
|
+
};
|
|
3587
|
+
const Parallelism = {
|
|
3588
|
+
HIGH: "HIGH",
|
|
3589
|
+
LOW: "LOW",
|
|
3590
|
+
MEDIUM: "MEDIUM",
|
|
3591
|
+
OVERSUBSCRIBE: "OVERSUBSCRIBE",
|
|
3592
|
+
};
|
|
3593
|
+
const S3BucketRegion = {
|
|
3594
|
+
AF_SOUTH_1: "af-south-1",
|
|
3595
|
+
AP_EAST_1: "ap-east-1",
|
|
3596
|
+
AP_EAST_2: "ap-east-2",
|
|
3597
|
+
AP_NORTHEAST_1: "ap-northeast-1",
|
|
3598
|
+
AP_NORTHEAST_2: "ap-northeast-2",
|
|
3599
|
+
AP_NORTHEAST_3: "ap-northeast-3",
|
|
3600
|
+
AP_SOUTHEAST_1: "ap-southeast-1",
|
|
3601
|
+
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
3602
|
+
AP_SOUTHEAST_3: "ap-southeast-3",
|
|
3603
|
+
AP_SOUTHEAST_4: "ap-southeast-4",
|
|
3604
|
+
AP_SOUTHEAST_5: "ap-southeast-5",
|
|
3605
|
+
AP_SOUTHEAST_7: "ap-southeast-7",
|
|
3606
|
+
AP_SOUTH_1: "ap-south-1",
|
|
3607
|
+
AP_SOUTH_2: "ap-south-2",
|
|
3608
|
+
CA_CENTRAL_1: "ca-central-1",
|
|
3609
|
+
CA_WEST_1: "ca-west-1",
|
|
3610
|
+
CN_NORTHWEST_1: "cn-northwest-1",
|
|
3611
|
+
CN_NORTH_1: "cn-north-1",
|
|
3612
|
+
EU_CENTRAL_1: "eu-central-1",
|
|
3613
|
+
EU_CENTRAL_2: "eu-central-2",
|
|
3614
|
+
EU_NORTH_1: "eu-north-1",
|
|
3615
|
+
EU_SOUTH_2: "eu-south-2",
|
|
3616
|
+
EU_WEST_1: "eu-west-1",
|
|
3617
|
+
EU_WEST_2: "eu-west-2",
|
|
3618
|
+
EU_WEST_3: "eu-west-3",
|
|
3619
|
+
IL_CENTRAL_1: "il-central-1",
|
|
3620
|
+
ME_CENTRAL_1: "me-central-1",
|
|
3621
|
+
ME_SOUTH_1: "me-south-1",
|
|
3622
|
+
MX_CENTRAL_1: "mx-central-1",
|
|
3623
|
+
SA_EAST_1: "sa-east-1",
|
|
3624
|
+
US_EAST_1: "us-east-1",
|
|
3625
|
+
US_EAST_2: "us-east-2",
|
|
3626
|
+
US_GOV_EAST_1: "us-gov-east-1",
|
|
3627
|
+
US_GOV_WEST_1: "us-gov-west-1",
|
|
3628
|
+
US_WEST_1: "us-west-1",
|
|
3629
|
+
US_WEST_2: "us-west-2",
|
|
3630
|
+
};
|
|
3631
|
+
|
|
3631
3632
|
Object.defineProperty(exports, "$Command", {
|
|
3632
3633
|
enumerable: true,
|
|
3633
3634
|
get: function () { return smithyClient.Command; }
|
package/dist-es/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./NeptunedataClient";
|
|
2
2
|
export * from "./Neptunedata";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
4
|
+
export * from "./models/enums";
|
|
5
|
+
export * from "./models/errors";
|
|
5
6
|
export { NeptunedataServiceException } from "./models/NeptunedataServiceException";
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
export const Action = {
|
|
2
|
+
INITIALIZE_RESET: "initiateDatabaseReset",
|
|
3
|
+
PERFORM_RESET: "performDatabaseReset",
|
|
4
|
+
};
|
|
5
|
+
export const OpenCypherExplainMode = {
|
|
6
|
+
DETAILS: "details",
|
|
7
|
+
DYNAMIC: "dynamic",
|
|
8
|
+
STATIC: "static",
|
|
9
|
+
};
|
|
10
|
+
export const Encoding = {
|
|
11
|
+
GZIP: "gzip",
|
|
12
|
+
};
|
|
13
|
+
export const IteratorType = {
|
|
14
|
+
AFTER_SEQUENCE_NUMBER: "AFTER_SEQUENCE_NUMBER",
|
|
15
|
+
AT_SEQUENCE_NUMBER: "AT_SEQUENCE_NUMBER",
|
|
16
|
+
LATEST: "LATEST",
|
|
17
|
+
TRIM_HORIZON: "TRIM_HORIZON",
|
|
18
|
+
};
|
|
19
|
+
export const GraphSummaryType = {
|
|
20
|
+
BASIC: "basic",
|
|
21
|
+
DETAILED: "detailed",
|
|
22
|
+
};
|
|
23
|
+
export const StatisticsAutoGenerationMode = {
|
|
24
|
+
DISABLE_AUTOCOMPUTE: "disableAutoCompute",
|
|
25
|
+
ENABLE_AUTOCOMPUTE: "enableAutoCompute",
|
|
26
|
+
REFRESH: "refresh",
|
|
27
|
+
};
|
|
28
|
+
export const Format = {
|
|
29
|
+
CSV: "csv",
|
|
30
|
+
NQUADS: "nquads",
|
|
31
|
+
NTRIPLES: "ntriples",
|
|
32
|
+
OPENCYPHER: "opencypher",
|
|
33
|
+
RDFXML: "rdfxml",
|
|
34
|
+
TURTLE: "turtle",
|
|
35
|
+
};
|
|
36
|
+
export const Mode = {
|
|
37
|
+
AUTO: "AUTO",
|
|
38
|
+
NEW: "NEW",
|
|
39
|
+
RESUME: "RESUME",
|
|
40
|
+
};
|
|
41
|
+
export const Parallelism = {
|
|
42
|
+
HIGH: "HIGH",
|
|
43
|
+
LOW: "LOW",
|
|
44
|
+
MEDIUM: "MEDIUM",
|
|
45
|
+
OVERSUBSCRIBE: "OVERSUBSCRIBE",
|
|
46
|
+
};
|
|
47
|
+
export const S3BucketRegion = {
|
|
48
|
+
AF_SOUTH_1: "af-south-1",
|
|
49
|
+
AP_EAST_1: "ap-east-1",
|
|
50
|
+
AP_EAST_2: "ap-east-2",
|
|
51
|
+
AP_NORTHEAST_1: "ap-northeast-1",
|
|
52
|
+
AP_NORTHEAST_2: "ap-northeast-2",
|
|
53
|
+
AP_NORTHEAST_3: "ap-northeast-3",
|
|
54
|
+
AP_SOUTHEAST_1: "ap-southeast-1",
|
|
55
|
+
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
56
|
+
AP_SOUTHEAST_3: "ap-southeast-3",
|
|
57
|
+
AP_SOUTHEAST_4: "ap-southeast-4",
|
|
58
|
+
AP_SOUTHEAST_5: "ap-southeast-5",
|
|
59
|
+
AP_SOUTHEAST_7: "ap-southeast-7",
|
|
60
|
+
AP_SOUTH_1: "ap-south-1",
|
|
61
|
+
AP_SOUTH_2: "ap-south-2",
|
|
62
|
+
CA_CENTRAL_1: "ca-central-1",
|
|
63
|
+
CA_WEST_1: "ca-west-1",
|
|
64
|
+
CN_NORTHWEST_1: "cn-northwest-1",
|
|
65
|
+
CN_NORTH_1: "cn-north-1",
|
|
66
|
+
EU_CENTRAL_1: "eu-central-1",
|
|
67
|
+
EU_CENTRAL_2: "eu-central-2",
|
|
68
|
+
EU_NORTH_1: "eu-north-1",
|
|
69
|
+
EU_SOUTH_2: "eu-south-2",
|
|
70
|
+
EU_WEST_1: "eu-west-1",
|
|
71
|
+
EU_WEST_2: "eu-west-2",
|
|
72
|
+
EU_WEST_3: "eu-west-3",
|
|
73
|
+
IL_CENTRAL_1: "il-central-1",
|
|
74
|
+
ME_CENTRAL_1: "me-central-1",
|
|
75
|
+
ME_SOUTH_1: "me-south-1",
|
|
76
|
+
MX_CENTRAL_1: "mx-central-1",
|
|
77
|
+
SA_EAST_1: "sa-east-1",
|
|
78
|
+
US_EAST_1: "us-east-1",
|
|
79
|
+
US_EAST_2: "us-east-2",
|
|
80
|
+
US_GOV_EAST_1: "us-gov-east-1",
|
|
81
|
+
US_GOV_WEST_1: "us-gov-west-1",
|
|
82
|
+
US_WEST_1: "us-west-1",
|
|
83
|
+
US_WEST_2: "us-west-2",
|
|
84
|
+
};
|