@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
|
@@ -1,521 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CancelGremlinQueryCommandInput,
|
|
8
|
-
CancelGremlinQueryCommandOutput,
|
|
9
|
-
} from "../commands/CancelGremlinQueryCommand";
|
|
10
|
-
import {
|
|
11
|
-
CancelLoaderJobCommandInput,
|
|
12
|
-
CancelLoaderJobCommandOutput,
|
|
13
|
-
} from "../commands/CancelLoaderJobCommand";
|
|
14
|
-
import {
|
|
15
|
-
CancelMLDataProcessingJobCommandInput,
|
|
16
|
-
CancelMLDataProcessingJobCommandOutput,
|
|
17
|
-
} from "../commands/CancelMLDataProcessingJobCommand";
|
|
18
|
-
import {
|
|
19
|
-
CancelMLModelTrainingJobCommandInput,
|
|
20
|
-
CancelMLModelTrainingJobCommandOutput,
|
|
21
|
-
} from "../commands/CancelMLModelTrainingJobCommand";
|
|
22
|
-
import {
|
|
23
|
-
CancelMLModelTransformJobCommandInput,
|
|
24
|
-
CancelMLModelTransformJobCommandOutput,
|
|
25
|
-
} from "../commands/CancelMLModelTransformJobCommand";
|
|
26
|
-
import {
|
|
27
|
-
CancelOpenCypherQueryCommandInput,
|
|
28
|
-
CancelOpenCypherQueryCommandOutput,
|
|
29
|
-
} from "../commands/CancelOpenCypherQueryCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateMLEndpointCommandInput,
|
|
32
|
-
CreateMLEndpointCommandOutput,
|
|
33
|
-
} from "../commands/CreateMLEndpointCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteMLEndpointCommandInput,
|
|
36
|
-
DeleteMLEndpointCommandOutput,
|
|
37
|
-
} from "../commands/DeleteMLEndpointCommand";
|
|
38
|
-
import {
|
|
39
|
-
DeletePropertygraphStatisticsCommandInput,
|
|
40
|
-
DeletePropertygraphStatisticsCommandOutput,
|
|
41
|
-
} from "../commands/DeletePropertygraphStatisticsCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeleteSparqlStatisticsCommandInput,
|
|
44
|
-
DeleteSparqlStatisticsCommandOutput,
|
|
45
|
-
} from "../commands/DeleteSparqlStatisticsCommand";
|
|
46
|
-
import {
|
|
47
|
-
ExecuteFastResetCommandInput,
|
|
48
|
-
ExecuteFastResetCommandOutput,
|
|
49
|
-
} from "../commands/ExecuteFastResetCommand";
|
|
50
|
-
import {
|
|
51
|
-
ExecuteGremlinExplainQueryCommandInput,
|
|
52
|
-
ExecuteGremlinExplainQueryCommandOutput,
|
|
53
|
-
} from "../commands/ExecuteGremlinExplainQueryCommand";
|
|
54
|
-
import {
|
|
55
|
-
ExecuteGremlinProfileQueryCommandInput,
|
|
56
|
-
ExecuteGremlinProfileQueryCommandOutput,
|
|
57
|
-
} from "../commands/ExecuteGremlinProfileQueryCommand";
|
|
58
|
-
import {
|
|
59
|
-
ExecuteGremlinQueryCommandInput,
|
|
60
|
-
ExecuteGremlinQueryCommandOutput,
|
|
61
|
-
} from "../commands/ExecuteGremlinQueryCommand";
|
|
62
|
-
import {
|
|
63
|
-
ExecuteOpenCypherExplainQueryCommandInput,
|
|
64
|
-
ExecuteOpenCypherExplainQueryCommandOutput,
|
|
65
|
-
} from "../commands/ExecuteOpenCypherExplainQueryCommand";
|
|
66
|
-
import {
|
|
67
|
-
ExecuteOpenCypherQueryCommandInput,
|
|
68
|
-
ExecuteOpenCypherQueryCommandOutput,
|
|
69
|
-
} from "../commands/ExecuteOpenCypherQueryCommand";
|
|
70
|
-
import {
|
|
71
|
-
GetEngineStatusCommandInput,
|
|
72
|
-
GetEngineStatusCommandOutput,
|
|
73
|
-
} from "../commands/GetEngineStatusCommand";
|
|
74
|
-
import {
|
|
75
|
-
GetGremlinQueryStatusCommandInput,
|
|
76
|
-
GetGremlinQueryStatusCommandOutput,
|
|
77
|
-
} from "../commands/GetGremlinQueryStatusCommand";
|
|
78
|
-
import {
|
|
79
|
-
GetLoaderJobStatusCommandInput,
|
|
80
|
-
GetLoaderJobStatusCommandOutput,
|
|
81
|
-
} from "../commands/GetLoaderJobStatusCommand";
|
|
82
|
-
import {
|
|
83
|
-
GetMLDataProcessingJobCommandInput,
|
|
84
|
-
GetMLDataProcessingJobCommandOutput,
|
|
85
|
-
} from "../commands/GetMLDataProcessingJobCommand";
|
|
86
|
-
import {
|
|
87
|
-
GetMLEndpointCommandInput,
|
|
88
|
-
GetMLEndpointCommandOutput,
|
|
89
|
-
} from "../commands/GetMLEndpointCommand";
|
|
90
|
-
import {
|
|
91
|
-
GetMLModelTrainingJobCommandInput,
|
|
92
|
-
GetMLModelTrainingJobCommandOutput,
|
|
93
|
-
} from "../commands/GetMLModelTrainingJobCommand";
|
|
94
|
-
import {
|
|
95
|
-
GetMLModelTransformJobCommandInput,
|
|
96
|
-
GetMLModelTransformJobCommandOutput,
|
|
97
|
-
} from "../commands/GetMLModelTransformJobCommand";
|
|
98
|
-
import {
|
|
99
|
-
GetOpenCypherQueryStatusCommandInput,
|
|
100
|
-
GetOpenCypherQueryStatusCommandOutput,
|
|
101
|
-
} from "../commands/GetOpenCypherQueryStatusCommand";
|
|
102
|
-
import {
|
|
103
|
-
GetPropertygraphStatisticsCommandInput,
|
|
104
|
-
GetPropertygraphStatisticsCommandOutput,
|
|
105
|
-
} from "../commands/GetPropertygraphStatisticsCommand";
|
|
106
|
-
import {
|
|
107
|
-
GetPropertygraphStreamCommandInput,
|
|
108
|
-
GetPropertygraphStreamCommandOutput,
|
|
109
|
-
} from "../commands/GetPropertygraphStreamCommand";
|
|
110
|
-
import {
|
|
111
|
-
GetPropertygraphSummaryCommandInput,
|
|
112
|
-
GetPropertygraphSummaryCommandOutput,
|
|
113
|
-
} from "../commands/GetPropertygraphSummaryCommand";
|
|
114
|
-
import {
|
|
115
|
-
GetRDFGraphSummaryCommandInput,
|
|
116
|
-
GetRDFGraphSummaryCommandOutput,
|
|
117
|
-
} from "../commands/GetRDFGraphSummaryCommand";
|
|
118
|
-
import {
|
|
119
|
-
GetSparqlStatisticsCommandInput,
|
|
120
|
-
GetSparqlStatisticsCommandOutput,
|
|
121
|
-
} from "../commands/GetSparqlStatisticsCommand";
|
|
122
|
-
import {
|
|
123
|
-
GetSparqlStreamCommandInput,
|
|
124
|
-
GetSparqlStreamCommandOutput,
|
|
125
|
-
} from "../commands/GetSparqlStreamCommand";
|
|
126
|
-
import {
|
|
127
|
-
ListGremlinQueriesCommandInput,
|
|
128
|
-
ListGremlinQueriesCommandOutput,
|
|
129
|
-
} from "../commands/ListGremlinQueriesCommand";
|
|
130
|
-
import {
|
|
131
|
-
ListLoaderJobsCommandInput,
|
|
132
|
-
ListLoaderJobsCommandOutput,
|
|
133
|
-
} from "../commands/ListLoaderJobsCommand";
|
|
134
|
-
import {
|
|
135
|
-
ListMLDataProcessingJobsCommandInput,
|
|
136
|
-
ListMLDataProcessingJobsCommandOutput,
|
|
137
|
-
} from "../commands/ListMLDataProcessingJobsCommand";
|
|
138
|
-
import {
|
|
139
|
-
ListMLEndpointsCommandInput,
|
|
140
|
-
ListMLEndpointsCommandOutput,
|
|
141
|
-
} from "../commands/ListMLEndpointsCommand";
|
|
142
|
-
import {
|
|
143
|
-
ListMLModelTrainingJobsCommandInput,
|
|
144
|
-
ListMLModelTrainingJobsCommandOutput,
|
|
145
|
-
} from "../commands/ListMLModelTrainingJobsCommand";
|
|
146
|
-
import {
|
|
147
|
-
ListMLModelTransformJobsCommandInput,
|
|
148
|
-
ListMLModelTransformJobsCommandOutput,
|
|
149
|
-
} from "../commands/ListMLModelTransformJobsCommand";
|
|
150
|
-
import {
|
|
151
|
-
ListOpenCypherQueriesCommandInput,
|
|
152
|
-
ListOpenCypherQueriesCommandOutput,
|
|
153
|
-
} from "../commands/ListOpenCypherQueriesCommand";
|
|
154
|
-
import {
|
|
155
|
-
ManagePropertygraphStatisticsCommandInput,
|
|
156
|
-
ManagePropertygraphStatisticsCommandOutput,
|
|
157
|
-
} from "../commands/ManagePropertygraphStatisticsCommand";
|
|
158
|
-
import {
|
|
159
|
-
ManageSparqlStatisticsCommandInput,
|
|
160
|
-
ManageSparqlStatisticsCommandOutput,
|
|
161
|
-
} from "../commands/ManageSparqlStatisticsCommand";
|
|
162
|
-
import {
|
|
163
|
-
StartLoaderJobCommandInput,
|
|
164
|
-
StartLoaderJobCommandOutput,
|
|
165
|
-
} from "../commands/StartLoaderJobCommand";
|
|
166
|
-
import {
|
|
167
|
-
StartMLDataProcessingJobCommandInput,
|
|
168
|
-
StartMLDataProcessingJobCommandOutput,
|
|
169
|
-
} from "../commands/StartMLDataProcessingJobCommand";
|
|
170
|
-
import {
|
|
171
|
-
StartMLModelTrainingJobCommandInput,
|
|
172
|
-
StartMLModelTrainingJobCommandOutput,
|
|
173
|
-
} from "../commands/StartMLModelTrainingJobCommand";
|
|
174
|
-
import {
|
|
175
|
-
StartMLModelTransformJobCommandInput,
|
|
176
|
-
StartMLModelTransformJobCommandOutput,
|
|
177
|
-
} from "../commands/StartMLModelTransformJobCommand";
|
|
178
|
-
export declare const se_CancelGremlinQueryCommand: (
|
|
179
|
-
input: CancelGremlinQueryCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_CancelLoaderJobCommand: (
|
|
183
|
-
input: CancelLoaderJobCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_CancelMLDataProcessingJobCommand: (
|
|
187
|
-
input: CancelMLDataProcessingJobCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_CancelMLModelTrainingJobCommand: (
|
|
191
|
-
input: CancelMLModelTrainingJobCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_CancelMLModelTransformJobCommand: (
|
|
195
|
-
input: CancelMLModelTransformJobCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_CancelOpenCypherQueryCommand: (
|
|
199
|
-
input: CancelOpenCypherQueryCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_CreateMLEndpointCommand: (
|
|
203
|
-
input: CreateMLEndpointCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_DeleteMLEndpointCommand: (
|
|
207
|
-
input: DeleteMLEndpointCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_DeletePropertygraphStatisticsCommand: (
|
|
211
|
-
input: DeletePropertygraphStatisticsCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_DeleteSparqlStatisticsCommand: (
|
|
215
|
-
input: DeleteSparqlStatisticsCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_ExecuteFastResetCommand: (
|
|
219
|
-
input: ExecuteFastResetCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_ExecuteGremlinExplainQueryCommand: (
|
|
223
|
-
input: ExecuteGremlinExplainQueryCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_ExecuteGremlinProfileQueryCommand: (
|
|
227
|
-
input: ExecuteGremlinProfileQueryCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_ExecuteGremlinQueryCommand: (
|
|
231
|
-
input: ExecuteGremlinQueryCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_ExecuteOpenCypherExplainQueryCommand: (
|
|
235
|
-
input: ExecuteOpenCypherExplainQueryCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_ExecuteOpenCypherQueryCommand: (
|
|
239
|
-
input: ExecuteOpenCypherQueryCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_GetEngineStatusCommand: (
|
|
243
|
-
input: GetEngineStatusCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_GetGremlinQueryStatusCommand: (
|
|
247
|
-
input: GetGremlinQueryStatusCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_GetLoaderJobStatusCommand: (
|
|
251
|
-
input: GetLoaderJobStatusCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const se_GetMLDataProcessingJobCommand: (
|
|
255
|
-
input: GetMLDataProcessingJobCommandInput,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<__HttpRequest>;
|
|
258
|
-
export declare const se_GetMLEndpointCommand: (
|
|
259
|
-
input: GetMLEndpointCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const se_GetMLModelTrainingJobCommand: (
|
|
263
|
-
input: GetMLModelTrainingJobCommandInput,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<__HttpRequest>;
|
|
266
|
-
export declare const se_GetMLModelTransformJobCommand: (
|
|
267
|
-
input: GetMLModelTransformJobCommandInput,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<__HttpRequest>;
|
|
270
|
-
export declare const se_GetOpenCypherQueryStatusCommand: (
|
|
271
|
-
input: GetOpenCypherQueryStatusCommandInput,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const se_GetPropertygraphStatisticsCommand: (
|
|
275
|
-
input: GetPropertygraphStatisticsCommandInput,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const se_GetPropertygraphStreamCommand: (
|
|
279
|
-
input: GetPropertygraphStreamCommandInput,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const se_GetPropertygraphSummaryCommand: (
|
|
283
|
-
input: GetPropertygraphSummaryCommandInput,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const se_GetRDFGraphSummaryCommand: (
|
|
287
|
-
input: GetRDFGraphSummaryCommandInput,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const se_GetSparqlStatisticsCommand: (
|
|
291
|
-
input: GetSparqlStatisticsCommandInput,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const se_GetSparqlStreamCommand: (
|
|
295
|
-
input: GetSparqlStreamCommandInput,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const se_ListGremlinQueriesCommand: (
|
|
299
|
-
input: ListGremlinQueriesCommandInput,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const se_ListLoaderJobsCommand: (
|
|
303
|
-
input: ListLoaderJobsCommandInput,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const se_ListMLDataProcessingJobsCommand: (
|
|
307
|
-
input: ListMLDataProcessingJobsCommandInput,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const se_ListMLEndpointsCommand: (
|
|
311
|
-
input: ListMLEndpointsCommandInput,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const se_ListMLModelTrainingJobsCommand: (
|
|
315
|
-
input: ListMLModelTrainingJobsCommandInput,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const se_ListMLModelTransformJobsCommand: (
|
|
319
|
-
input: ListMLModelTransformJobsCommandInput,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const se_ListOpenCypherQueriesCommand: (
|
|
323
|
-
input: ListOpenCypherQueriesCommandInput,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const se_ManagePropertygraphStatisticsCommand: (
|
|
327
|
-
input: ManagePropertygraphStatisticsCommandInput,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<__HttpRequest>;
|
|
330
|
-
export declare const se_ManageSparqlStatisticsCommand: (
|
|
331
|
-
input: ManageSparqlStatisticsCommandInput,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<__HttpRequest>;
|
|
334
|
-
export declare const se_StartLoaderJobCommand: (
|
|
335
|
-
input: StartLoaderJobCommandInput,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<__HttpRequest>;
|
|
338
|
-
export declare const se_StartMLDataProcessingJobCommand: (
|
|
339
|
-
input: StartMLDataProcessingJobCommandInput,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<__HttpRequest>;
|
|
342
|
-
export declare const se_StartMLModelTrainingJobCommand: (
|
|
343
|
-
input: StartMLModelTrainingJobCommandInput,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<__HttpRequest>;
|
|
346
|
-
export declare const se_StartMLModelTransformJobCommand: (
|
|
347
|
-
input: StartMLModelTransformJobCommandInput,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<__HttpRequest>;
|
|
350
|
-
export declare const de_CancelGremlinQueryCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<CancelGremlinQueryCommandOutput>;
|
|
354
|
-
export declare const de_CancelLoaderJobCommand: (
|
|
355
|
-
output: __HttpResponse,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<CancelLoaderJobCommandOutput>;
|
|
358
|
-
export declare const de_CancelMLDataProcessingJobCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<CancelMLDataProcessingJobCommandOutput>;
|
|
362
|
-
export declare const de_CancelMLModelTrainingJobCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<CancelMLModelTrainingJobCommandOutput>;
|
|
366
|
-
export declare const de_CancelMLModelTransformJobCommand: (
|
|
367
|
-
output: __HttpResponse,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<CancelMLModelTransformJobCommandOutput>;
|
|
370
|
-
export declare const de_CancelOpenCypherQueryCommand: (
|
|
371
|
-
output: __HttpResponse,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<CancelOpenCypherQueryCommandOutput>;
|
|
374
|
-
export declare const de_CreateMLEndpointCommand: (
|
|
375
|
-
output: __HttpResponse,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<CreateMLEndpointCommandOutput>;
|
|
378
|
-
export declare const de_DeleteMLEndpointCommand: (
|
|
379
|
-
output: __HttpResponse,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<DeleteMLEndpointCommandOutput>;
|
|
382
|
-
export declare const de_DeletePropertygraphStatisticsCommand: (
|
|
383
|
-
output: __HttpResponse,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<DeletePropertygraphStatisticsCommandOutput>;
|
|
386
|
-
export declare const de_DeleteSparqlStatisticsCommand: (
|
|
387
|
-
output: __HttpResponse,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<DeleteSparqlStatisticsCommandOutput>;
|
|
390
|
-
export declare const de_ExecuteFastResetCommand: (
|
|
391
|
-
output: __HttpResponse,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<ExecuteFastResetCommandOutput>;
|
|
394
|
-
export declare const de_ExecuteGremlinExplainQueryCommand: (
|
|
395
|
-
output: __HttpResponse,
|
|
396
|
-
context: __SerdeContext
|
|
397
|
-
) => Promise<ExecuteGremlinExplainQueryCommandOutput>;
|
|
398
|
-
export declare const de_ExecuteGremlinProfileQueryCommand: (
|
|
399
|
-
output: __HttpResponse,
|
|
400
|
-
context: __SerdeContext
|
|
401
|
-
) => Promise<ExecuteGremlinProfileQueryCommandOutput>;
|
|
402
|
-
export declare const de_ExecuteGremlinQueryCommand: (
|
|
403
|
-
output: __HttpResponse,
|
|
404
|
-
context: __SerdeContext
|
|
405
|
-
) => Promise<ExecuteGremlinQueryCommandOutput>;
|
|
406
|
-
export declare const de_ExecuteOpenCypherExplainQueryCommand: (
|
|
407
|
-
output: __HttpResponse,
|
|
408
|
-
context: __SerdeContext
|
|
409
|
-
) => Promise<ExecuteOpenCypherExplainQueryCommandOutput>;
|
|
410
|
-
export declare const de_ExecuteOpenCypherQueryCommand: (
|
|
411
|
-
output: __HttpResponse,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<ExecuteOpenCypherQueryCommandOutput>;
|
|
414
|
-
export declare const de_GetEngineStatusCommand: (
|
|
415
|
-
output: __HttpResponse,
|
|
416
|
-
context: __SerdeContext
|
|
417
|
-
) => Promise<GetEngineStatusCommandOutput>;
|
|
418
|
-
export declare const de_GetGremlinQueryStatusCommand: (
|
|
419
|
-
output: __HttpResponse,
|
|
420
|
-
context: __SerdeContext
|
|
421
|
-
) => Promise<GetGremlinQueryStatusCommandOutput>;
|
|
422
|
-
export declare const de_GetLoaderJobStatusCommand: (
|
|
423
|
-
output: __HttpResponse,
|
|
424
|
-
context: __SerdeContext
|
|
425
|
-
) => Promise<GetLoaderJobStatusCommandOutput>;
|
|
426
|
-
export declare const de_GetMLDataProcessingJobCommand: (
|
|
427
|
-
output: __HttpResponse,
|
|
428
|
-
context: __SerdeContext
|
|
429
|
-
) => Promise<GetMLDataProcessingJobCommandOutput>;
|
|
430
|
-
export declare const de_GetMLEndpointCommand: (
|
|
431
|
-
output: __HttpResponse,
|
|
432
|
-
context: __SerdeContext
|
|
433
|
-
) => Promise<GetMLEndpointCommandOutput>;
|
|
434
|
-
export declare const de_GetMLModelTrainingJobCommand: (
|
|
435
|
-
output: __HttpResponse,
|
|
436
|
-
context: __SerdeContext
|
|
437
|
-
) => Promise<GetMLModelTrainingJobCommandOutput>;
|
|
438
|
-
export declare const de_GetMLModelTransformJobCommand: (
|
|
439
|
-
output: __HttpResponse,
|
|
440
|
-
context: __SerdeContext
|
|
441
|
-
) => Promise<GetMLModelTransformJobCommandOutput>;
|
|
442
|
-
export declare const de_GetOpenCypherQueryStatusCommand: (
|
|
443
|
-
output: __HttpResponse,
|
|
444
|
-
context: __SerdeContext
|
|
445
|
-
) => Promise<GetOpenCypherQueryStatusCommandOutput>;
|
|
446
|
-
export declare const de_GetPropertygraphStatisticsCommand: (
|
|
447
|
-
output: __HttpResponse,
|
|
448
|
-
context: __SerdeContext
|
|
449
|
-
) => Promise<GetPropertygraphStatisticsCommandOutput>;
|
|
450
|
-
export declare const de_GetPropertygraphStreamCommand: (
|
|
451
|
-
output: __HttpResponse,
|
|
452
|
-
context: __SerdeContext
|
|
453
|
-
) => Promise<GetPropertygraphStreamCommandOutput>;
|
|
454
|
-
export declare const de_GetPropertygraphSummaryCommand: (
|
|
455
|
-
output: __HttpResponse,
|
|
456
|
-
context: __SerdeContext
|
|
457
|
-
) => Promise<GetPropertygraphSummaryCommandOutput>;
|
|
458
|
-
export declare const de_GetRDFGraphSummaryCommand: (
|
|
459
|
-
output: __HttpResponse,
|
|
460
|
-
context: __SerdeContext
|
|
461
|
-
) => Promise<GetRDFGraphSummaryCommandOutput>;
|
|
462
|
-
export declare const de_GetSparqlStatisticsCommand: (
|
|
463
|
-
output: __HttpResponse,
|
|
464
|
-
context: __SerdeContext
|
|
465
|
-
) => Promise<GetSparqlStatisticsCommandOutput>;
|
|
466
|
-
export declare const de_GetSparqlStreamCommand: (
|
|
467
|
-
output: __HttpResponse,
|
|
468
|
-
context: __SerdeContext
|
|
469
|
-
) => Promise<GetSparqlStreamCommandOutput>;
|
|
470
|
-
export declare const de_ListGremlinQueriesCommand: (
|
|
471
|
-
output: __HttpResponse,
|
|
472
|
-
context: __SerdeContext
|
|
473
|
-
) => Promise<ListGremlinQueriesCommandOutput>;
|
|
474
|
-
export declare const de_ListLoaderJobsCommand: (
|
|
475
|
-
output: __HttpResponse,
|
|
476
|
-
context: __SerdeContext
|
|
477
|
-
) => Promise<ListLoaderJobsCommandOutput>;
|
|
478
|
-
export declare const de_ListMLDataProcessingJobsCommand: (
|
|
479
|
-
output: __HttpResponse,
|
|
480
|
-
context: __SerdeContext
|
|
481
|
-
) => Promise<ListMLDataProcessingJobsCommandOutput>;
|
|
482
|
-
export declare const de_ListMLEndpointsCommand: (
|
|
483
|
-
output: __HttpResponse,
|
|
484
|
-
context: __SerdeContext
|
|
485
|
-
) => Promise<ListMLEndpointsCommandOutput>;
|
|
486
|
-
export declare const de_ListMLModelTrainingJobsCommand: (
|
|
487
|
-
output: __HttpResponse,
|
|
488
|
-
context: __SerdeContext
|
|
489
|
-
) => Promise<ListMLModelTrainingJobsCommandOutput>;
|
|
490
|
-
export declare const de_ListMLModelTransformJobsCommand: (
|
|
491
|
-
output: __HttpResponse,
|
|
492
|
-
context: __SerdeContext
|
|
493
|
-
) => Promise<ListMLModelTransformJobsCommandOutput>;
|
|
494
|
-
export declare const de_ListOpenCypherQueriesCommand: (
|
|
495
|
-
output: __HttpResponse,
|
|
496
|
-
context: __SerdeContext
|
|
497
|
-
) => Promise<ListOpenCypherQueriesCommandOutput>;
|
|
498
|
-
export declare const de_ManagePropertygraphStatisticsCommand: (
|
|
499
|
-
output: __HttpResponse,
|
|
500
|
-
context: __SerdeContext
|
|
501
|
-
) => Promise<ManagePropertygraphStatisticsCommandOutput>;
|
|
502
|
-
export declare const de_ManageSparqlStatisticsCommand: (
|
|
503
|
-
output: __HttpResponse,
|
|
504
|
-
context: __SerdeContext
|
|
505
|
-
) => Promise<ManageSparqlStatisticsCommandOutput>;
|
|
506
|
-
export declare const de_StartLoaderJobCommand: (
|
|
507
|
-
output: __HttpResponse,
|
|
508
|
-
context: __SerdeContext
|
|
509
|
-
) => Promise<StartLoaderJobCommandOutput>;
|
|
510
|
-
export declare const de_StartMLDataProcessingJobCommand: (
|
|
511
|
-
output: __HttpResponse,
|
|
512
|
-
context: __SerdeContext
|
|
513
|
-
) => Promise<StartMLDataProcessingJobCommandOutput>;
|
|
514
|
-
export declare const de_StartMLModelTrainingJobCommand: (
|
|
515
|
-
output: __HttpResponse,
|
|
516
|
-
context: __SerdeContext
|
|
517
|
-
) => Promise<StartMLModelTrainingJobCommandOutput>;
|
|
518
|
-
export declare const de_StartMLModelTransformJobCommand: (
|
|
519
|
-
output: __HttpResponse,
|
|
520
|
-
context: __SerdeContext
|
|
521
|
-
) => Promise<StartMLModelTransformJobCommandOutput>;
|