@aws-sdk/client-neptunedata 3.928.0 → 3.930.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 +2421 -2420
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/NeptunedataClient.js +2 -0
- package/dist-es/commands/CancelGremlinQueryCommand.js +3 -9
- package/dist-es/commands/CancelLoaderJobCommand.js +3 -9
- package/dist-es/commands/CancelMLDataProcessingJobCommand.js +3 -9
- package/dist-es/commands/CancelMLModelTrainingJobCommand.js +3 -9
- package/dist-es/commands/CancelMLModelTransformJobCommand.js +3 -9
- package/dist-es/commands/CancelOpenCypherQueryCommand.js +3 -9
- package/dist-es/commands/CreateMLEndpointCommand.js +3 -9
- package/dist-es/commands/DeleteMLEndpointCommand.js +3 -9
- package/dist-es/commands/DeletePropertygraphStatisticsCommand.js +3 -9
- package/dist-es/commands/DeleteSparqlStatisticsCommand.js +3 -9
- package/dist-es/commands/ExecuteFastResetCommand.js +3 -9
- package/dist-es/commands/ExecuteGremlinExplainQueryCommand.js +3 -9
- package/dist-es/commands/ExecuteGremlinProfileQueryCommand.js +3 -9
- package/dist-es/commands/ExecuteGremlinQueryCommand.js +3 -9
- package/dist-es/commands/ExecuteOpenCypherExplainQueryCommand.js +3 -9
- package/dist-es/commands/ExecuteOpenCypherQueryCommand.js +3 -9
- package/dist-es/commands/GetEngineStatusCommand.js +3 -9
- package/dist-es/commands/GetGremlinQueryStatusCommand.js +3 -9
- package/dist-es/commands/GetLoaderJobStatusCommand.js +3 -9
- package/dist-es/commands/GetMLDataProcessingJobCommand.js +3 -9
- package/dist-es/commands/GetMLEndpointCommand.js +3 -9
- package/dist-es/commands/GetMLModelTrainingJobCommand.js +3 -9
- package/dist-es/commands/GetMLModelTransformJobCommand.js +3 -9
- package/dist-es/commands/GetOpenCypherQueryStatusCommand.js +3 -9
- package/dist-es/commands/GetPropertygraphStatisticsCommand.js +3 -9
- package/dist-es/commands/GetPropertygraphStreamCommand.js +3 -9
- package/dist-es/commands/GetPropertygraphSummaryCommand.js +3 -9
- package/dist-es/commands/GetRDFGraphSummaryCommand.js +3 -9
- package/dist-es/commands/GetSparqlStatisticsCommand.js +3 -9
- package/dist-es/commands/GetSparqlStreamCommand.js +3 -9
- package/dist-es/commands/ListGremlinQueriesCommand.js +3 -9
- package/dist-es/commands/ListLoaderJobsCommand.js +3 -9
- package/dist-es/commands/ListMLDataProcessingJobsCommand.js +3 -9
- package/dist-es/commands/ListMLEndpointsCommand.js +3 -9
- package/dist-es/commands/ListMLModelTrainingJobsCommand.js +3 -9
- package/dist-es/commands/ListMLModelTransformJobsCommand.js +3 -9
- package/dist-es/commands/ListOpenCypherQueriesCommand.js +3 -9
- package/dist-es/commands/ManagePropertygraphStatisticsCommand.js +3 -9
- package/dist-es/commands/ManageSparqlStatisticsCommand.js +3 -9
- package/dist-es/commands/StartLoaderJobCommand.js +3 -9
- package/dist-es/commands/StartMLDataProcessingJobCommand.js +3 -9
- package/dist-es/commands/StartMLModelTrainingJobCommand.js +3 -9
- package/dist-es/commands/StartMLModelTransformJobCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2252 -0
- package/dist-types/NeptunedataClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +208 -0
- package/dist-types/ts3.4/NeptunedataClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +214 -0
- package/package.json +34 -34
- package/dist-es/protocols/Aws_restJson1.js +0 -2027
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -389
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -521
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CancelGremlinQueryCommandInput, CancelGremlinQueryCommandOutput } from "./commands/CancelGremlinQueryCommand";
|
|
11
11
|
import { CancelLoaderJobCommandInput, CancelLoaderJobCommandOutput } from "./commands/CancelLoaderJobCommand";
|
|
@@ -184,6 +184,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
184
184
|
* Optional extensions
|
|
185
185
|
*/
|
|
186
186
|
extensions?: RuntimeExtension[];
|
|
187
|
+
/**
|
|
188
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
189
|
+
* may be overridden. A default will always be set by the client.
|
|
190
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
191
|
+
* the client.
|
|
192
|
+
* @alpha
|
|
193
|
+
*
|
|
194
|
+
*/
|
|
195
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
187
196
|
/**
|
|
188
197
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
189
198
|
*/
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: NeptunedataClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: NeptunedataClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: NeptunedataClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: NeptunedataClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").NeptunedataHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
17
18
|
serviceId: string;
|
|
18
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var ReportAsText: StaticSimpleSchema;
|
|
3
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
4
|
+
export declare var BadRequestException: StaticErrorSchema;
|
|
5
|
+
export declare var BulkLoadIdNotFoundException: StaticErrorSchema;
|
|
6
|
+
export declare var CancelGremlinQueryInput: StaticStructureSchema;
|
|
7
|
+
export declare var CancelGremlinQueryOutput: StaticStructureSchema;
|
|
8
|
+
export declare var CancelledByUserException: StaticErrorSchema;
|
|
9
|
+
export declare var CancelLoaderJobInput: StaticStructureSchema;
|
|
10
|
+
export declare var CancelLoaderJobOutput: StaticStructureSchema;
|
|
11
|
+
export declare var CancelMLDataProcessingJobInput: StaticStructureSchema;
|
|
12
|
+
export declare var CancelMLDataProcessingJobOutput: StaticStructureSchema;
|
|
13
|
+
export declare var CancelMLModelTrainingJobInput: StaticStructureSchema;
|
|
14
|
+
export declare var CancelMLModelTrainingJobOutput: StaticStructureSchema;
|
|
15
|
+
export declare var CancelMLModelTransformJobInput: StaticStructureSchema;
|
|
16
|
+
export declare var CancelMLModelTransformJobOutput: StaticStructureSchema;
|
|
17
|
+
export declare var CancelOpenCypherQueryInput: StaticStructureSchema;
|
|
18
|
+
export declare var CancelOpenCypherQueryOutput: StaticStructureSchema;
|
|
19
|
+
export declare var ClientTimeoutException: StaticErrorSchema;
|
|
20
|
+
export declare var ConcurrentModificationException: StaticErrorSchema;
|
|
21
|
+
export declare var ConstraintViolationException: StaticErrorSchema;
|
|
22
|
+
export declare var CreateMLEndpointInput: StaticStructureSchema;
|
|
23
|
+
export declare var CreateMLEndpointOutput: StaticStructureSchema;
|
|
24
|
+
export declare var CustomModelTrainingParameters: StaticStructureSchema;
|
|
25
|
+
export declare var CustomModelTransformParameters: StaticStructureSchema;
|
|
26
|
+
export declare var DeleteMLEndpointInput: StaticStructureSchema;
|
|
27
|
+
export declare var DeleteMLEndpointOutput: StaticStructureSchema;
|
|
28
|
+
export declare var DeletePropertygraphStatisticsOutput: StaticStructureSchema;
|
|
29
|
+
export declare var DeleteSparqlStatisticsOutput: StaticStructureSchema;
|
|
30
|
+
export declare var DeleteStatisticsValueMap: StaticStructureSchema;
|
|
31
|
+
export declare var EdgeStructure: StaticStructureSchema;
|
|
32
|
+
export declare var ExecuteFastResetInput: StaticStructureSchema;
|
|
33
|
+
export declare var ExecuteFastResetOutput: StaticStructureSchema;
|
|
34
|
+
export declare var ExecuteGremlinExplainQueryInput: StaticStructureSchema;
|
|
35
|
+
export declare var ExecuteGremlinExplainQueryOutput: StaticStructureSchema;
|
|
36
|
+
export declare var ExecuteGremlinProfileQueryInput: StaticStructureSchema;
|
|
37
|
+
export declare var ExecuteGremlinProfileQueryOutput: StaticStructureSchema;
|
|
38
|
+
export declare var ExecuteGremlinQueryInput: StaticStructureSchema;
|
|
39
|
+
export declare var ExecuteGremlinQueryOutput: StaticStructureSchema;
|
|
40
|
+
export declare var ExecuteOpenCypherExplainQueryInput: StaticStructureSchema;
|
|
41
|
+
export declare var ExecuteOpenCypherExplainQueryOutput: StaticStructureSchema;
|
|
42
|
+
export declare var ExecuteOpenCypherQueryInput: StaticStructureSchema;
|
|
43
|
+
export declare var ExecuteOpenCypherQueryOutput: StaticStructureSchema;
|
|
44
|
+
export declare var ExpiredStreamException: StaticErrorSchema;
|
|
45
|
+
export declare var FailureByQueryException: StaticErrorSchema;
|
|
46
|
+
export declare var FastResetToken: StaticStructureSchema;
|
|
47
|
+
export declare var GetEngineStatusOutput: StaticStructureSchema;
|
|
48
|
+
export declare var GetGremlinQueryStatusInput: StaticStructureSchema;
|
|
49
|
+
export declare var GetGremlinQueryStatusOutput: StaticStructureSchema;
|
|
50
|
+
export declare var GetLoaderJobStatusInput: StaticStructureSchema;
|
|
51
|
+
export declare var GetLoaderJobStatusOutput: StaticStructureSchema;
|
|
52
|
+
export declare var GetMLDataProcessingJobInput: StaticStructureSchema;
|
|
53
|
+
export declare var GetMLDataProcessingJobOutput: StaticStructureSchema;
|
|
54
|
+
export declare var GetMLEndpointInput: StaticStructureSchema;
|
|
55
|
+
export declare var GetMLEndpointOutput: StaticStructureSchema;
|
|
56
|
+
export declare var GetMLModelTrainingJobInput: StaticStructureSchema;
|
|
57
|
+
export declare var GetMLModelTrainingJobOutput: StaticStructureSchema;
|
|
58
|
+
export declare var GetMLModelTransformJobInput: StaticStructureSchema;
|
|
59
|
+
export declare var GetMLModelTransformJobOutput: StaticStructureSchema;
|
|
60
|
+
export declare var GetOpenCypherQueryStatusInput: StaticStructureSchema;
|
|
61
|
+
export declare var GetOpenCypherQueryStatusOutput: StaticStructureSchema;
|
|
62
|
+
export declare var GetPropertygraphStatisticsOutput: StaticStructureSchema;
|
|
63
|
+
export declare var GetPropertygraphStreamInput: StaticStructureSchema;
|
|
64
|
+
export declare var GetPropertygraphStreamOutput: StaticStructureSchema;
|
|
65
|
+
export declare var GetPropertygraphSummaryInput: StaticStructureSchema;
|
|
66
|
+
export declare var GetPropertygraphSummaryOutput: StaticStructureSchema;
|
|
67
|
+
export declare var GetRDFGraphSummaryInput: StaticStructureSchema;
|
|
68
|
+
export declare var GetRDFGraphSummaryOutput: StaticStructureSchema;
|
|
69
|
+
export declare var GetSparqlStatisticsOutput: StaticStructureSchema;
|
|
70
|
+
export declare var GetSparqlStreamInput: StaticStructureSchema;
|
|
71
|
+
export declare var GetSparqlStreamOutput: StaticStructureSchema;
|
|
72
|
+
export declare var GremlinQueryStatus: StaticStructureSchema;
|
|
73
|
+
export declare var GremlinQueryStatusAttributes: StaticStructureSchema;
|
|
74
|
+
export declare var IllegalArgumentException: StaticErrorSchema;
|
|
75
|
+
export declare var InternalFailureException: StaticErrorSchema;
|
|
76
|
+
export declare var InvalidArgumentException: StaticErrorSchema;
|
|
77
|
+
export declare var InvalidNumericDataException: StaticErrorSchema;
|
|
78
|
+
export declare var InvalidParameterException: StaticErrorSchema;
|
|
79
|
+
export declare var ListGremlinQueriesInput: StaticStructureSchema;
|
|
80
|
+
export declare var ListGremlinQueriesOutput: StaticStructureSchema;
|
|
81
|
+
export declare var ListLoaderJobsInput: StaticStructureSchema;
|
|
82
|
+
export declare var ListLoaderJobsOutput: StaticStructureSchema;
|
|
83
|
+
export declare var ListMLDataProcessingJobsInput: StaticStructureSchema;
|
|
84
|
+
export declare var ListMLDataProcessingJobsOutput: StaticStructureSchema;
|
|
85
|
+
export declare var ListMLEndpointsInput: StaticStructureSchema;
|
|
86
|
+
export declare var ListMLEndpointsOutput: StaticStructureSchema;
|
|
87
|
+
export declare var ListMLModelTrainingJobsInput: StaticStructureSchema;
|
|
88
|
+
export declare var ListMLModelTrainingJobsOutput: StaticStructureSchema;
|
|
89
|
+
export declare var ListMLModelTransformJobsInput: StaticStructureSchema;
|
|
90
|
+
export declare var ListMLModelTransformJobsOutput: StaticStructureSchema;
|
|
91
|
+
export declare var ListOpenCypherQueriesInput: StaticStructureSchema;
|
|
92
|
+
export declare var ListOpenCypherQueriesOutput: StaticStructureSchema;
|
|
93
|
+
export declare var LoaderIdResult: StaticStructureSchema;
|
|
94
|
+
export declare var LoadUrlAccessDeniedException: StaticErrorSchema;
|
|
95
|
+
export declare var MalformedQueryException: StaticErrorSchema;
|
|
96
|
+
export declare var ManagePropertygraphStatisticsInput: StaticStructureSchema;
|
|
97
|
+
export declare var ManagePropertygraphStatisticsOutput: StaticStructureSchema;
|
|
98
|
+
export declare var ManageSparqlStatisticsInput: StaticStructureSchema;
|
|
99
|
+
export declare var ManageSparqlStatisticsOutput: StaticStructureSchema;
|
|
100
|
+
export declare var MemoryLimitExceededException: StaticErrorSchema;
|
|
101
|
+
export declare var MethodNotAllowedException: StaticErrorSchema;
|
|
102
|
+
export declare var MissingParameterException: StaticErrorSchema;
|
|
103
|
+
export declare var MlConfigDefinition: StaticStructureSchema;
|
|
104
|
+
export declare var MlResourceDefinition: StaticStructureSchema;
|
|
105
|
+
export declare var MLResourceNotFoundException: StaticErrorSchema;
|
|
106
|
+
export declare var NodeStructure: StaticStructureSchema;
|
|
107
|
+
export declare var ParsingException: StaticErrorSchema;
|
|
108
|
+
export declare var PreconditionsFailedException: StaticErrorSchema;
|
|
109
|
+
export declare var PropertygraphData: StaticStructureSchema;
|
|
110
|
+
export declare var PropertygraphRecord: StaticStructureSchema;
|
|
111
|
+
export declare var PropertygraphSummary: StaticStructureSchema;
|
|
112
|
+
export declare var PropertygraphSummaryValueMap: StaticStructureSchema;
|
|
113
|
+
export declare var QueryEvalStats: StaticStructureSchema;
|
|
114
|
+
export declare var QueryLanguageVersion: StaticStructureSchema;
|
|
115
|
+
export declare var QueryLimitExceededException: StaticErrorSchema;
|
|
116
|
+
export declare var QueryLimitException: StaticErrorSchema;
|
|
117
|
+
export declare var QueryTooLargeException: StaticErrorSchema;
|
|
118
|
+
export declare var RDFGraphSummary: StaticStructureSchema;
|
|
119
|
+
export declare var RDFGraphSummaryValueMap: StaticStructureSchema;
|
|
120
|
+
export declare var ReadOnlyViolationException: StaticErrorSchema;
|
|
121
|
+
export declare var RefreshStatisticsIdMap: StaticStructureSchema;
|
|
122
|
+
export declare var S3Exception: StaticErrorSchema;
|
|
123
|
+
export declare var ServerShutdownException: StaticErrorSchema;
|
|
124
|
+
export declare var SparqlData: StaticStructureSchema;
|
|
125
|
+
export declare var SparqlRecord: StaticStructureSchema;
|
|
126
|
+
export declare var StartLoaderJobInput: StaticStructureSchema;
|
|
127
|
+
export declare var StartLoaderJobOutput: StaticStructureSchema;
|
|
128
|
+
export declare var StartMLDataProcessingJobInput: StaticStructureSchema;
|
|
129
|
+
export declare var StartMLDataProcessingJobOutput: StaticStructureSchema;
|
|
130
|
+
export declare var StartMLModelTrainingJobInput: StaticStructureSchema;
|
|
131
|
+
export declare var StartMLModelTrainingJobOutput: StaticStructureSchema;
|
|
132
|
+
export declare var StartMLModelTransformJobInput: StaticStructureSchema;
|
|
133
|
+
export declare var StartMLModelTransformJobOutput: StaticStructureSchema;
|
|
134
|
+
export declare var Statistics: StaticStructureSchema;
|
|
135
|
+
export declare var StatisticsNotAvailableException: StaticErrorSchema;
|
|
136
|
+
export declare var StatisticsSummary: StaticStructureSchema;
|
|
137
|
+
export declare var StreamRecordsNotFoundException: StaticErrorSchema;
|
|
138
|
+
export declare var SubjectStructure: StaticStructureSchema;
|
|
139
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
140
|
+
export declare var TimeLimitExceededException: StaticErrorSchema;
|
|
141
|
+
export declare var TooManyRequestsException: StaticErrorSchema;
|
|
142
|
+
export declare var UnsupportedOperationException: StaticErrorSchema;
|
|
143
|
+
export declare var __Unit: "unit";
|
|
144
|
+
export declare var NeptunedataServiceException: StaticErrorSchema;
|
|
145
|
+
export declare var Classes: number;
|
|
146
|
+
export declare var EdgeLabels: number;
|
|
147
|
+
export declare var EdgeProperties: number;
|
|
148
|
+
export declare var EdgeStructures: StaticListSchema;
|
|
149
|
+
export declare var GremlinQueries: StaticListSchema;
|
|
150
|
+
export declare var LongValuedMapList: StaticListSchema;
|
|
151
|
+
export declare var MlModels: StaticListSchema;
|
|
152
|
+
export declare var Models: StaticListSchema;
|
|
153
|
+
export declare var NodeLabels: number;
|
|
154
|
+
export declare var NodeProperties: number;
|
|
155
|
+
export declare var NodeStructures: StaticListSchema;
|
|
156
|
+
export declare var OpenCypherQueries: StaticListSchema;
|
|
157
|
+
export declare var OutgoingEdgeLabels: number;
|
|
158
|
+
export declare var Predicates: number;
|
|
159
|
+
export declare var PropertygraphRecordsList: StaticListSchema;
|
|
160
|
+
export declare var SparqlRecordsList: StaticListSchema;
|
|
161
|
+
export declare var StringList: number;
|
|
162
|
+
export declare var SubjectStructures: StaticListSchema;
|
|
163
|
+
export declare var DocumentValuedMap: number;
|
|
164
|
+
export declare var LongValuedMap: number;
|
|
165
|
+
export declare var StringValuedMap: number;
|
|
166
|
+
export declare var CancelGremlinQuery: StaticOperationSchema;
|
|
167
|
+
export declare var CancelLoaderJob: StaticOperationSchema;
|
|
168
|
+
export declare var CancelMLDataProcessingJob: StaticOperationSchema;
|
|
169
|
+
export declare var CancelMLModelTrainingJob: StaticOperationSchema;
|
|
170
|
+
export declare var CancelMLModelTransformJob: StaticOperationSchema;
|
|
171
|
+
export declare var CancelOpenCypherQuery: StaticOperationSchema;
|
|
172
|
+
export declare var CreateMLEndpoint: StaticOperationSchema;
|
|
173
|
+
export declare var DeleteMLEndpoint: StaticOperationSchema;
|
|
174
|
+
export declare var DeletePropertygraphStatistics: StaticOperationSchema;
|
|
175
|
+
export declare var DeleteSparqlStatistics: StaticOperationSchema;
|
|
176
|
+
export declare var ExecuteFastReset: StaticOperationSchema;
|
|
177
|
+
export declare var ExecuteGremlinExplainQuery: StaticOperationSchema;
|
|
178
|
+
export declare var ExecuteGremlinProfileQuery: StaticOperationSchema;
|
|
179
|
+
export declare var ExecuteGremlinQuery: StaticOperationSchema;
|
|
180
|
+
export declare var ExecuteOpenCypherExplainQuery: StaticOperationSchema;
|
|
181
|
+
export declare var ExecuteOpenCypherQuery: StaticOperationSchema;
|
|
182
|
+
export declare var GetEngineStatus: StaticOperationSchema;
|
|
183
|
+
export declare var GetGremlinQueryStatus: StaticOperationSchema;
|
|
184
|
+
export declare var GetLoaderJobStatus: StaticOperationSchema;
|
|
185
|
+
export declare var GetMLDataProcessingJob: StaticOperationSchema;
|
|
186
|
+
export declare var GetMLEndpoint: StaticOperationSchema;
|
|
187
|
+
export declare var GetMLModelTrainingJob: StaticOperationSchema;
|
|
188
|
+
export declare var GetMLModelTransformJob: StaticOperationSchema;
|
|
189
|
+
export declare var GetOpenCypherQueryStatus: StaticOperationSchema;
|
|
190
|
+
export declare var GetPropertygraphStatistics: StaticOperationSchema;
|
|
191
|
+
export declare var GetPropertygraphStream: StaticOperationSchema;
|
|
192
|
+
export declare var GetPropertygraphSummary: StaticOperationSchema;
|
|
193
|
+
export declare var GetRDFGraphSummary: StaticOperationSchema;
|
|
194
|
+
export declare var GetSparqlStatistics: StaticOperationSchema;
|
|
195
|
+
export declare var GetSparqlStream: StaticOperationSchema;
|
|
196
|
+
export declare var ListGremlinQueries: StaticOperationSchema;
|
|
197
|
+
export declare var ListLoaderJobs: StaticOperationSchema;
|
|
198
|
+
export declare var ListMLDataProcessingJobs: StaticOperationSchema;
|
|
199
|
+
export declare var ListMLEndpoints: StaticOperationSchema;
|
|
200
|
+
export declare var ListMLModelTrainingJobs: StaticOperationSchema;
|
|
201
|
+
export declare var ListMLModelTransformJobs: StaticOperationSchema;
|
|
202
|
+
export declare var ListOpenCypherQueries: StaticOperationSchema;
|
|
203
|
+
export declare var ManagePropertygraphStatistics: StaticOperationSchema;
|
|
204
|
+
export declare var ManageSparqlStatistics: StaticOperationSchema;
|
|
205
|
+
export declare var StartLoaderJob: StaticOperationSchema;
|
|
206
|
+
export declare var StartMLDataProcessingJob: StaticOperationSchema;
|
|
207
|
+
export declare var StartMLModelTrainingJob: StaticOperationSchema;
|
|
208
|
+
export declare var StartMLModelTransformJob: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -336,6 +339,7 @@ export interface ClientDefaults
|
|
|
336
339
|
retryMode?: string | __Provider<string>;
|
|
337
340
|
logger?: __Logger;
|
|
338
341
|
extensions?: RuntimeExtension[];
|
|
342
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
339
343
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
340
344
|
}
|
|
341
345
|
export type NeptunedataClientConfigType = Partial<
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: NeptunedataClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: NeptunedataClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: NeptunedataClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: NeptunedataClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").NeptunedataHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticSimpleSchema,
|
|
6
|
+
StaticStructureSchema,
|
|
7
|
+
} from "@smithy/types";
|
|
8
|
+
export declare var ReportAsText: StaticSimpleSchema;
|
|
9
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
10
|
+
export declare var BadRequestException: StaticErrorSchema;
|
|
11
|
+
export declare var BulkLoadIdNotFoundException: StaticErrorSchema;
|
|
12
|
+
export declare var CancelGremlinQueryInput: StaticStructureSchema;
|
|
13
|
+
export declare var CancelGremlinQueryOutput: StaticStructureSchema;
|
|
14
|
+
export declare var CancelledByUserException: StaticErrorSchema;
|
|
15
|
+
export declare var CancelLoaderJobInput: StaticStructureSchema;
|
|
16
|
+
export declare var CancelLoaderJobOutput: StaticStructureSchema;
|
|
17
|
+
export declare var CancelMLDataProcessingJobInput: StaticStructureSchema;
|
|
18
|
+
export declare var CancelMLDataProcessingJobOutput: StaticStructureSchema;
|
|
19
|
+
export declare var CancelMLModelTrainingJobInput: StaticStructureSchema;
|
|
20
|
+
export declare var CancelMLModelTrainingJobOutput: StaticStructureSchema;
|
|
21
|
+
export declare var CancelMLModelTransformJobInput: StaticStructureSchema;
|
|
22
|
+
export declare var CancelMLModelTransformJobOutput: StaticStructureSchema;
|
|
23
|
+
export declare var CancelOpenCypherQueryInput: StaticStructureSchema;
|
|
24
|
+
export declare var CancelOpenCypherQueryOutput: StaticStructureSchema;
|
|
25
|
+
export declare var ClientTimeoutException: StaticErrorSchema;
|
|
26
|
+
export declare var ConcurrentModificationException: StaticErrorSchema;
|
|
27
|
+
export declare var ConstraintViolationException: StaticErrorSchema;
|
|
28
|
+
export declare var CreateMLEndpointInput: StaticStructureSchema;
|
|
29
|
+
export declare var CreateMLEndpointOutput: StaticStructureSchema;
|
|
30
|
+
export declare var CustomModelTrainingParameters: StaticStructureSchema;
|
|
31
|
+
export declare var CustomModelTransformParameters: StaticStructureSchema;
|
|
32
|
+
export declare var DeleteMLEndpointInput: StaticStructureSchema;
|
|
33
|
+
export declare var DeleteMLEndpointOutput: StaticStructureSchema;
|
|
34
|
+
export declare var DeletePropertygraphStatisticsOutput: StaticStructureSchema;
|
|
35
|
+
export declare var DeleteSparqlStatisticsOutput: StaticStructureSchema;
|
|
36
|
+
export declare var DeleteStatisticsValueMap: StaticStructureSchema;
|
|
37
|
+
export declare var EdgeStructure: StaticStructureSchema;
|
|
38
|
+
export declare var ExecuteFastResetInput: StaticStructureSchema;
|
|
39
|
+
export declare var ExecuteFastResetOutput: StaticStructureSchema;
|
|
40
|
+
export declare var ExecuteGremlinExplainQueryInput: StaticStructureSchema;
|
|
41
|
+
export declare var ExecuteGremlinExplainQueryOutput: StaticStructureSchema;
|
|
42
|
+
export declare var ExecuteGremlinProfileQueryInput: StaticStructureSchema;
|
|
43
|
+
export declare var ExecuteGremlinProfileQueryOutput: StaticStructureSchema;
|
|
44
|
+
export declare var ExecuteGremlinQueryInput: StaticStructureSchema;
|
|
45
|
+
export declare var ExecuteGremlinQueryOutput: StaticStructureSchema;
|
|
46
|
+
export declare var ExecuteOpenCypherExplainQueryInput: StaticStructureSchema;
|
|
47
|
+
export declare var ExecuteOpenCypherExplainQueryOutput: StaticStructureSchema;
|
|
48
|
+
export declare var ExecuteOpenCypherQueryInput: StaticStructureSchema;
|
|
49
|
+
export declare var ExecuteOpenCypherQueryOutput: StaticStructureSchema;
|
|
50
|
+
export declare var ExpiredStreamException: StaticErrorSchema;
|
|
51
|
+
export declare var FailureByQueryException: StaticErrorSchema;
|
|
52
|
+
export declare var FastResetToken: StaticStructureSchema;
|
|
53
|
+
export declare var GetEngineStatusOutput: StaticStructureSchema;
|
|
54
|
+
export declare var GetGremlinQueryStatusInput: StaticStructureSchema;
|
|
55
|
+
export declare var GetGremlinQueryStatusOutput: StaticStructureSchema;
|
|
56
|
+
export declare var GetLoaderJobStatusInput: StaticStructureSchema;
|
|
57
|
+
export declare var GetLoaderJobStatusOutput: StaticStructureSchema;
|
|
58
|
+
export declare var GetMLDataProcessingJobInput: StaticStructureSchema;
|
|
59
|
+
export declare var GetMLDataProcessingJobOutput: StaticStructureSchema;
|
|
60
|
+
export declare var GetMLEndpointInput: StaticStructureSchema;
|
|
61
|
+
export declare var GetMLEndpointOutput: StaticStructureSchema;
|
|
62
|
+
export declare var GetMLModelTrainingJobInput: StaticStructureSchema;
|
|
63
|
+
export declare var GetMLModelTrainingJobOutput: StaticStructureSchema;
|
|
64
|
+
export declare var GetMLModelTransformJobInput: StaticStructureSchema;
|
|
65
|
+
export declare var GetMLModelTransformJobOutput: StaticStructureSchema;
|
|
66
|
+
export declare var GetOpenCypherQueryStatusInput: StaticStructureSchema;
|
|
67
|
+
export declare var GetOpenCypherQueryStatusOutput: StaticStructureSchema;
|
|
68
|
+
export declare var GetPropertygraphStatisticsOutput: StaticStructureSchema;
|
|
69
|
+
export declare var GetPropertygraphStreamInput: StaticStructureSchema;
|
|
70
|
+
export declare var GetPropertygraphStreamOutput: StaticStructureSchema;
|
|
71
|
+
export declare var GetPropertygraphSummaryInput: StaticStructureSchema;
|
|
72
|
+
export declare var GetPropertygraphSummaryOutput: StaticStructureSchema;
|
|
73
|
+
export declare var GetRDFGraphSummaryInput: StaticStructureSchema;
|
|
74
|
+
export declare var GetRDFGraphSummaryOutput: StaticStructureSchema;
|
|
75
|
+
export declare var GetSparqlStatisticsOutput: StaticStructureSchema;
|
|
76
|
+
export declare var GetSparqlStreamInput: StaticStructureSchema;
|
|
77
|
+
export declare var GetSparqlStreamOutput: StaticStructureSchema;
|
|
78
|
+
export declare var GremlinQueryStatus: StaticStructureSchema;
|
|
79
|
+
export declare var GremlinQueryStatusAttributes: StaticStructureSchema;
|
|
80
|
+
export declare var IllegalArgumentException: StaticErrorSchema;
|
|
81
|
+
export declare var InternalFailureException: StaticErrorSchema;
|
|
82
|
+
export declare var InvalidArgumentException: StaticErrorSchema;
|
|
83
|
+
export declare var InvalidNumericDataException: StaticErrorSchema;
|
|
84
|
+
export declare var InvalidParameterException: StaticErrorSchema;
|
|
85
|
+
export declare var ListGremlinQueriesInput: StaticStructureSchema;
|
|
86
|
+
export declare var ListGremlinQueriesOutput: StaticStructureSchema;
|
|
87
|
+
export declare var ListLoaderJobsInput: StaticStructureSchema;
|
|
88
|
+
export declare var ListLoaderJobsOutput: StaticStructureSchema;
|
|
89
|
+
export declare var ListMLDataProcessingJobsInput: StaticStructureSchema;
|
|
90
|
+
export declare var ListMLDataProcessingJobsOutput: StaticStructureSchema;
|
|
91
|
+
export declare var ListMLEndpointsInput: StaticStructureSchema;
|
|
92
|
+
export declare var ListMLEndpointsOutput: StaticStructureSchema;
|
|
93
|
+
export declare var ListMLModelTrainingJobsInput: StaticStructureSchema;
|
|
94
|
+
export declare var ListMLModelTrainingJobsOutput: StaticStructureSchema;
|
|
95
|
+
export declare var ListMLModelTransformJobsInput: StaticStructureSchema;
|
|
96
|
+
export declare var ListMLModelTransformJobsOutput: StaticStructureSchema;
|
|
97
|
+
export declare var ListOpenCypherQueriesInput: StaticStructureSchema;
|
|
98
|
+
export declare var ListOpenCypherQueriesOutput: StaticStructureSchema;
|
|
99
|
+
export declare var LoaderIdResult: StaticStructureSchema;
|
|
100
|
+
export declare var LoadUrlAccessDeniedException: StaticErrorSchema;
|
|
101
|
+
export declare var MalformedQueryException: StaticErrorSchema;
|
|
102
|
+
export declare var ManagePropertygraphStatisticsInput: StaticStructureSchema;
|
|
103
|
+
export declare var ManagePropertygraphStatisticsOutput: StaticStructureSchema;
|
|
104
|
+
export declare var ManageSparqlStatisticsInput: StaticStructureSchema;
|
|
105
|
+
export declare var ManageSparqlStatisticsOutput: StaticStructureSchema;
|
|
106
|
+
export declare var MemoryLimitExceededException: StaticErrorSchema;
|
|
107
|
+
export declare var MethodNotAllowedException: StaticErrorSchema;
|
|
108
|
+
export declare var MissingParameterException: StaticErrorSchema;
|
|
109
|
+
export declare var MlConfigDefinition: StaticStructureSchema;
|
|
110
|
+
export declare var MlResourceDefinition: StaticStructureSchema;
|
|
111
|
+
export declare var MLResourceNotFoundException: StaticErrorSchema;
|
|
112
|
+
export declare var NodeStructure: StaticStructureSchema;
|
|
113
|
+
export declare var ParsingException: StaticErrorSchema;
|
|
114
|
+
export declare var PreconditionsFailedException: StaticErrorSchema;
|
|
115
|
+
export declare var PropertygraphData: StaticStructureSchema;
|
|
116
|
+
export declare var PropertygraphRecord: StaticStructureSchema;
|
|
117
|
+
export declare var PropertygraphSummary: StaticStructureSchema;
|
|
118
|
+
export declare var PropertygraphSummaryValueMap: StaticStructureSchema;
|
|
119
|
+
export declare var QueryEvalStats: StaticStructureSchema;
|
|
120
|
+
export declare var QueryLanguageVersion: StaticStructureSchema;
|
|
121
|
+
export declare var QueryLimitExceededException: StaticErrorSchema;
|
|
122
|
+
export declare var QueryLimitException: StaticErrorSchema;
|
|
123
|
+
export declare var QueryTooLargeException: StaticErrorSchema;
|
|
124
|
+
export declare var RDFGraphSummary: StaticStructureSchema;
|
|
125
|
+
export declare var RDFGraphSummaryValueMap: StaticStructureSchema;
|
|
126
|
+
export declare var ReadOnlyViolationException: StaticErrorSchema;
|
|
127
|
+
export declare var RefreshStatisticsIdMap: StaticStructureSchema;
|
|
128
|
+
export declare var S3Exception: StaticErrorSchema;
|
|
129
|
+
export declare var ServerShutdownException: StaticErrorSchema;
|
|
130
|
+
export declare var SparqlData: StaticStructureSchema;
|
|
131
|
+
export declare var SparqlRecord: StaticStructureSchema;
|
|
132
|
+
export declare var StartLoaderJobInput: StaticStructureSchema;
|
|
133
|
+
export declare var StartLoaderJobOutput: StaticStructureSchema;
|
|
134
|
+
export declare var StartMLDataProcessingJobInput: StaticStructureSchema;
|
|
135
|
+
export declare var StartMLDataProcessingJobOutput: StaticStructureSchema;
|
|
136
|
+
export declare var StartMLModelTrainingJobInput: StaticStructureSchema;
|
|
137
|
+
export declare var StartMLModelTrainingJobOutput: StaticStructureSchema;
|
|
138
|
+
export declare var StartMLModelTransformJobInput: StaticStructureSchema;
|
|
139
|
+
export declare var StartMLModelTransformJobOutput: StaticStructureSchema;
|
|
140
|
+
export declare var Statistics: StaticStructureSchema;
|
|
141
|
+
export declare var StatisticsNotAvailableException: StaticErrorSchema;
|
|
142
|
+
export declare var StatisticsSummary: StaticStructureSchema;
|
|
143
|
+
export declare var StreamRecordsNotFoundException: StaticErrorSchema;
|
|
144
|
+
export declare var SubjectStructure: StaticStructureSchema;
|
|
145
|
+
export declare var ThrottlingException: StaticErrorSchema;
|
|
146
|
+
export declare var TimeLimitExceededException: StaticErrorSchema;
|
|
147
|
+
export declare var TooManyRequestsException: StaticErrorSchema;
|
|
148
|
+
export declare var UnsupportedOperationException: StaticErrorSchema;
|
|
149
|
+
export declare var __Unit: "unit";
|
|
150
|
+
export declare var NeptunedataServiceException: StaticErrorSchema;
|
|
151
|
+
export declare var Classes: number;
|
|
152
|
+
export declare var EdgeLabels: number;
|
|
153
|
+
export declare var EdgeProperties: number;
|
|
154
|
+
export declare var EdgeStructures: StaticListSchema;
|
|
155
|
+
export declare var GremlinQueries: StaticListSchema;
|
|
156
|
+
export declare var LongValuedMapList: StaticListSchema;
|
|
157
|
+
export declare var MlModels: StaticListSchema;
|
|
158
|
+
export declare var Models: StaticListSchema;
|
|
159
|
+
export declare var NodeLabels: number;
|
|
160
|
+
export declare var NodeProperties: number;
|
|
161
|
+
export declare var NodeStructures: StaticListSchema;
|
|
162
|
+
export declare var OpenCypherQueries: StaticListSchema;
|
|
163
|
+
export declare var OutgoingEdgeLabels: number;
|
|
164
|
+
export declare var Predicates: number;
|
|
165
|
+
export declare var PropertygraphRecordsList: StaticListSchema;
|
|
166
|
+
export declare var SparqlRecordsList: StaticListSchema;
|
|
167
|
+
export declare var StringList: number;
|
|
168
|
+
export declare var SubjectStructures: StaticListSchema;
|
|
169
|
+
export declare var DocumentValuedMap: number;
|
|
170
|
+
export declare var LongValuedMap: number;
|
|
171
|
+
export declare var StringValuedMap: number;
|
|
172
|
+
export declare var CancelGremlinQuery: StaticOperationSchema;
|
|
173
|
+
export declare var CancelLoaderJob: StaticOperationSchema;
|
|
174
|
+
export declare var CancelMLDataProcessingJob: StaticOperationSchema;
|
|
175
|
+
export declare var CancelMLModelTrainingJob: StaticOperationSchema;
|
|
176
|
+
export declare var CancelMLModelTransformJob: StaticOperationSchema;
|
|
177
|
+
export declare var CancelOpenCypherQuery: StaticOperationSchema;
|
|
178
|
+
export declare var CreateMLEndpoint: StaticOperationSchema;
|
|
179
|
+
export declare var DeleteMLEndpoint: StaticOperationSchema;
|
|
180
|
+
export declare var DeletePropertygraphStatistics: StaticOperationSchema;
|
|
181
|
+
export declare var DeleteSparqlStatistics: StaticOperationSchema;
|
|
182
|
+
export declare var ExecuteFastReset: StaticOperationSchema;
|
|
183
|
+
export declare var ExecuteGremlinExplainQuery: StaticOperationSchema;
|
|
184
|
+
export declare var ExecuteGremlinProfileQuery: StaticOperationSchema;
|
|
185
|
+
export declare var ExecuteGremlinQuery: StaticOperationSchema;
|
|
186
|
+
export declare var ExecuteOpenCypherExplainQuery: StaticOperationSchema;
|
|
187
|
+
export declare var ExecuteOpenCypherQuery: StaticOperationSchema;
|
|
188
|
+
export declare var GetEngineStatus: StaticOperationSchema;
|
|
189
|
+
export declare var GetGremlinQueryStatus: StaticOperationSchema;
|
|
190
|
+
export declare var GetLoaderJobStatus: StaticOperationSchema;
|
|
191
|
+
export declare var GetMLDataProcessingJob: StaticOperationSchema;
|
|
192
|
+
export declare var GetMLEndpoint: StaticOperationSchema;
|
|
193
|
+
export declare var GetMLModelTrainingJob: StaticOperationSchema;
|
|
194
|
+
export declare var GetMLModelTransformJob: StaticOperationSchema;
|
|
195
|
+
export declare var GetOpenCypherQueryStatus: StaticOperationSchema;
|
|
196
|
+
export declare var GetPropertygraphStatistics: StaticOperationSchema;
|
|
197
|
+
export declare var GetPropertygraphStream: StaticOperationSchema;
|
|
198
|
+
export declare var GetPropertygraphSummary: StaticOperationSchema;
|
|
199
|
+
export declare var GetRDFGraphSummary: StaticOperationSchema;
|
|
200
|
+
export declare var GetSparqlStatistics: StaticOperationSchema;
|
|
201
|
+
export declare var GetSparqlStream: StaticOperationSchema;
|
|
202
|
+
export declare var ListGremlinQueries: StaticOperationSchema;
|
|
203
|
+
export declare var ListLoaderJobs: StaticOperationSchema;
|
|
204
|
+
export declare var ListMLDataProcessingJobs: StaticOperationSchema;
|
|
205
|
+
export declare var ListMLEndpoints: StaticOperationSchema;
|
|
206
|
+
export declare var ListMLModelTrainingJobs: StaticOperationSchema;
|
|
207
|
+
export declare var ListMLModelTransformJobs: StaticOperationSchema;
|
|
208
|
+
export declare var ListOpenCypherQueries: StaticOperationSchema;
|
|
209
|
+
export declare var ManagePropertygraphStatistics: StaticOperationSchema;
|
|
210
|
+
export declare var ManageSparqlStatistics: StaticOperationSchema;
|
|
211
|
+
export declare var StartLoaderJob: StaticOperationSchema;
|
|
212
|
+
export declare var StartMLDataProcessingJob: StaticOperationSchema;
|
|
213
|
+
export declare var StartMLModelTrainingJob: StaticOperationSchema;
|
|
214
|
+
export declare var StartMLModelTransformJob: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-neptunedata",
|
|
3
3
|
"description": "AWS SDK for JavaScript Neptunedata Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.930.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-neptunedata",
|
|
@@ -20,42 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
-
"@smithy/util-stream": "^4.5.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
|
+
"@smithy/util-stream": "^4.5.6",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|