@aws-sdk/client-neptunedata 3.529.1 → 3.535.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 (99) hide show
  1. package/dist-types/Neptunedata.d.ts +20 -1
  2. package/dist-types/NeptunedataClient.d.ts +1 -1
  3. package/dist-types/commands/CancelGremlinQueryCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelLoaderJobCommand.d.ts +2 -1
  5. package/dist-types/commands/CancelMLDataProcessingJobCommand.d.ts +2 -1
  6. package/dist-types/commands/CancelMLModelTrainingJobCommand.d.ts +2 -1
  7. package/dist-types/commands/CancelMLModelTransformJobCommand.d.ts +2 -1
  8. package/dist-types/commands/CancelOpenCypherQueryCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateMLEndpointCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteMLEndpointCommand.d.ts +2 -1
  11. package/dist-types/commands/DeletePropertygraphStatisticsCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteSparqlStatisticsCommand.d.ts +2 -1
  13. package/dist-types/commands/ExecuteFastResetCommand.d.ts +2 -1
  14. package/dist-types/commands/ExecuteGremlinExplainQueryCommand.d.ts +3 -2
  15. package/dist-types/commands/ExecuteGremlinProfileQueryCommand.d.ts +3 -2
  16. package/dist-types/commands/ExecuteGremlinQueryCommand.d.ts +2 -1
  17. package/dist-types/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +3 -2
  18. package/dist-types/commands/ExecuteOpenCypherQueryCommand.d.ts +2 -1
  19. package/dist-types/commands/GetEngineStatusCommand.d.ts +2 -1
  20. package/dist-types/commands/GetGremlinQueryStatusCommand.d.ts +2 -1
  21. package/dist-types/commands/GetLoaderJobStatusCommand.d.ts +2 -1
  22. package/dist-types/commands/GetMLDataProcessingJobCommand.d.ts +2 -1
  23. package/dist-types/commands/GetMLEndpointCommand.d.ts +2 -1
  24. package/dist-types/commands/GetMLModelTrainingJobCommand.d.ts +2 -1
  25. package/dist-types/commands/GetMLModelTransformJobCommand.d.ts +2 -1
  26. package/dist-types/commands/GetOpenCypherQueryStatusCommand.d.ts +2 -1
  27. package/dist-types/commands/GetPropertygraphStatisticsCommand.d.ts +2 -1
  28. package/dist-types/commands/GetPropertygraphStreamCommand.d.ts +2 -1
  29. package/dist-types/commands/GetPropertygraphSummaryCommand.d.ts +2 -1
  30. package/dist-types/commands/GetRDFGraphSummaryCommand.d.ts +2 -1
  31. package/dist-types/commands/GetSparqlStatisticsCommand.d.ts +2 -1
  32. package/dist-types/commands/GetSparqlStreamCommand.d.ts +2 -1
  33. package/dist-types/commands/ListGremlinQueriesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListLoaderJobsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListMLDataProcessingJobsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListMLEndpointsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListMLModelTrainingJobsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListMLModelTransformJobsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListOpenCypherQueriesCommand.d.ts +2 -1
  40. package/dist-types/commands/ManagePropertygraphStatisticsCommand.d.ts +2 -1
  41. package/dist-types/commands/ManageSparqlStatisticsCommand.d.ts +2 -1
  42. package/dist-types/commands/StartLoaderJobCommand.d.ts +2 -1
  43. package/dist-types/commands/StartMLDataProcessingJobCommand.d.ts +2 -1
  44. package/dist-types/commands/StartMLModelTrainingJobCommand.d.ts +2 -1
  45. package/dist-types/commands/StartMLModelTransformJobCommand.d.ts +2 -1
  46. package/dist-types/models/models_0.d.ts +501 -501
  47. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  48. package/dist-types/runtimeConfig.d.ts +2 -2
  49. package/dist-types/runtimeConfig.native.d.ts +2 -2
  50. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  51. package/dist-types/ts3.4/Neptunedata.d.ts +19 -0
  52. package/dist-types/ts3.4/commands/CancelGremlinQueryCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/CancelLoaderJobCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CancelMLDataProcessingJobCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CancelMLModelTrainingJobCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CancelMLModelTransformJobCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CancelOpenCypherQueryCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateMLEndpointCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DeleteMLEndpointCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeletePropertygraphStatisticsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeleteSparqlStatisticsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/ExecuteFastResetCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ExecuteGremlinExplainQueryCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ExecuteGremlinProfileQueryCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ExecuteGremlinQueryCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ExecuteOpenCypherQueryCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/GetEngineStatusCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetGremlinQueryStatusCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetLoaderJobStatusCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetMLDataProcessingJobCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetMLEndpointCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/GetMLModelTrainingJobCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/GetMLModelTransformJobCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/GetOpenCypherQueryStatusCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/GetPropertygraphStatisticsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/GetPropertygraphStreamCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/GetPropertygraphSummaryCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetRDFGraphSummaryCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetSparqlStatisticsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetSparqlStreamCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListGremlinQueriesCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListLoaderJobsCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/ListMLDataProcessingJobsCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ListMLEndpointsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListMLModelTrainingJobsCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListMLModelTransformJobsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListOpenCypherQueriesCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ManagePropertygraphStatisticsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ManageSparqlStatisticsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/StartLoaderJobCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/StartMLDataProcessingJobCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/StartMLModelTrainingJobCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/StartMLModelTransformJobCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  99. package/package.json +41 -41
@@ -83,6 +83,7 @@ export interface Neptunedata {
83
83
  /**
84
84
  * @see {@link CreateMLEndpointCommand}
85
85
  */
86
+ createMLEndpoint(): Promise<CreateMLEndpointCommandOutput>;
86
87
  createMLEndpoint(args: CreateMLEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateMLEndpointCommandOutput>;
87
88
  createMLEndpoint(args: CreateMLEndpointCommandInput, cb: (err: any, data?: CreateMLEndpointCommandOutput) => void): void;
88
89
  createMLEndpoint(args: CreateMLEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMLEndpointCommandOutput) => void): void;
@@ -95,12 +96,14 @@ export interface Neptunedata {
95
96
  /**
96
97
  * @see {@link DeletePropertygraphStatisticsCommand}
97
98
  */
99
+ deletePropertygraphStatistics(): Promise<DeletePropertygraphStatisticsCommandOutput>;
98
100
  deletePropertygraphStatistics(args: DeletePropertygraphStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<DeletePropertygraphStatisticsCommandOutput>;
99
101
  deletePropertygraphStatistics(args: DeletePropertygraphStatisticsCommandInput, cb: (err: any, data?: DeletePropertygraphStatisticsCommandOutput) => void): void;
100
102
  deletePropertygraphStatistics(args: DeletePropertygraphStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePropertygraphStatisticsCommandOutput) => void): void;
101
103
  /**
102
104
  * @see {@link DeleteSparqlStatisticsCommand}
103
105
  */
106
+ deleteSparqlStatistics(): Promise<DeleteSparqlStatisticsCommandOutput>;
104
107
  deleteSparqlStatistics(args: DeleteSparqlStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSparqlStatisticsCommandOutput>;
105
108
  deleteSparqlStatistics(args: DeleteSparqlStatisticsCommandInput, cb: (err: any, data?: DeleteSparqlStatisticsCommandOutput) => void): void;
106
109
  deleteSparqlStatistics(args: DeleteSparqlStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSparqlStatisticsCommandOutput) => void): void;
@@ -143,6 +146,7 @@ export interface Neptunedata {
143
146
  /**
144
147
  * @see {@link GetEngineStatusCommand}
145
148
  */
149
+ getEngineStatus(): Promise<GetEngineStatusCommandOutput>;
146
150
  getEngineStatus(args: GetEngineStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetEngineStatusCommandOutput>;
147
151
  getEngineStatus(args: GetEngineStatusCommandInput, cb: (err: any, data?: GetEngineStatusCommandOutput) => void): void;
148
152
  getEngineStatus(args: GetEngineStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEngineStatusCommandOutput) => void): void;
@@ -191,90 +195,105 @@ export interface Neptunedata {
191
195
  /**
192
196
  * @see {@link GetPropertygraphStatisticsCommand}
193
197
  */
198
+ getPropertygraphStatistics(): Promise<GetPropertygraphStatisticsCommandOutput>;
194
199
  getPropertygraphStatistics(args: GetPropertygraphStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetPropertygraphStatisticsCommandOutput>;
195
200
  getPropertygraphStatistics(args: GetPropertygraphStatisticsCommandInput, cb: (err: any, data?: GetPropertygraphStatisticsCommandOutput) => void): void;
196
201
  getPropertygraphStatistics(args: GetPropertygraphStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPropertygraphStatisticsCommandOutput) => void): void;
197
202
  /**
198
203
  * @see {@link GetPropertygraphStreamCommand}
199
204
  */
205
+ getPropertygraphStream(): Promise<GetPropertygraphStreamCommandOutput>;
200
206
  getPropertygraphStream(args: GetPropertygraphStreamCommandInput, options?: __HttpHandlerOptions): Promise<GetPropertygraphStreamCommandOutput>;
201
207
  getPropertygraphStream(args: GetPropertygraphStreamCommandInput, cb: (err: any, data?: GetPropertygraphStreamCommandOutput) => void): void;
202
208
  getPropertygraphStream(args: GetPropertygraphStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPropertygraphStreamCommandOutput) => void): void;
203
209
  /**
204
210
  * @see {@link GetPropertygraphSummaryCommand}
205
211
  */
212
+ getPropertygraphSummary(): Promise<GetPropertygraphSummaryCommandOutput>;
206
213
  getPropertygraphSummary(args: GetPropertygraphSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetPropertygraphSummaryCommandOutput>;
207
214
  getPropertygraphSummary(args: GetPropertygraphSummaryCommandInput, cb: (err: any, data?: GetPropertygraphSummaryCommandOutput) => void): void;
208
215
  getPropertygraphSummary(args: GetPropertygraphSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPropertygraphSummaryCommandOutput) => void): void;
209
216
  /**
210
217
  * @see {@link GetRDFGraphSummaryCommand}
211
218
  */
219
+ getRDFGraphSummary(): Promise<GetRDFGraphSummaryCommandOutput>;
212
220
  getRDFGraphSummary(args: GetRDFGraphSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetRDFGraphSummaryCommandOutput>;
213
221
  getRDFGraphSummary(args: GetRDFGraphSummaryCommandInput, cb: (err: any, data?: GetRDFGraphSummaryCommandOutput) => void): void;
214
222
  getRDFGraphSummary(args: GetRDFGraphSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRDFGraphSummaryCommandOutput) => void): void;
215
223
  /**
216
224
  * @see {@link GetSparqlStatisticsCommand}
217
225
  */
226
+ getSparqlStatistics(): Promise<GetSparqlStatisticsCommandOutput>;
218
227
  getSparqlStatistics(args: GetSparqlStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<GetSparqlStatisticsCommandOutput>;
219
228
  getSparqlStatistics(args: GetSparqlStatisticsCommandInput, cb: (err: any, data?: GetSparqlStatisticsCommandOutput) => void): void;
220
229
  getSparqlStatistics(args: GetSparqlStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSparqlStatisticsCommandOutput) => void): void;
221
230
  /**
222
231
  * @see {@link GetSparqlStreamCommand}
223
232
  */
233
+ getSparqlStream(): Promise<GetSparqlStreamCommandOutput>;
224
234
  getSparqlStream(args: GetSparqlStreamCommandInput, options?: __HttpHandlerOptions): Promise<GetSparqlStreamCommandOutput>;
225
235
  getSparqlStream(args: GetSparqlStreamCommandInput, cb: (err: any, data?: GetSparqlStreamCommandOutput) => void): void;
226
236
  getSparqlStream(args: GetSparqlStreamCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSparqlStreamCommandOutput) => void): void;
227
237
  /**
228
238
  * @see {@link ListGremlinQueriesCommand}
229
239
  */
240
+ listGremlinQueries(): Promise<ListGremlinQueriesCommandOutput>;
230
241
  listGremlinQueries(args: ListGremlinQueriesCommandInput, options?: __HttpHandlerOptions): Promise<ListGremlinQueriesCommandOutput>;
231
242
  listGremlinQueries(args: ListGremlinQueriesCommandInput, cb: (err: any, data?: ListGremlinQueriesCommandOutput) => void): void;
232
243
  listGremlinQueries(args: ListGremlinQueriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGremlinQueriesCommandOutput) => void): void;
233
244
  /**
234
245
  * @see {@link ListLoaderJobsCommand}
235
246
  */
247
+ listLoaderJobs(): Promise<ListLoaderJobsCommandOutput>;
236
248
  listLoaderJobs(args: ListLoaderJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListLoaderJobsCommandOutput>;
237
249
  listLoaderJobs(args: ListLoaderJobsCommandInput, cb: (err: any, data?: ListLoaderJobsCommandOutput) => void): void;
238
250
  listLoaderJobs(args: ListLoaderJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLoaderJobsCommandOutput) => void): void;
239
251
  /**
240
252
  * @see {@link ListMLDataProcessingJobsCommand}
241
253
  */
254
+ listMLDataProcessingJobs(): Promise<ListMLDataProcessingJobsCommandOutput>;
242
255
  listMLDataProcessingJobs(args: ListMLDataProcessingJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListMLDataProcessingJobsCommandOutput>;
243
256
  listMLDataProcessingJobs(args: ListMLDataProcessingJobsCommandInput, cb: (err: any, data?: ListMLDataProcessingJobsCommandOutput) => void): void;
244
257
  listMLDataProcessingJobs(args: ListMLDataProcessingJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMLDataProcessingJobsCommandOutput) => void): void;
245
258
  /**
246
259
  * @see {@link ListMLEndpointsCommand}
247
260
  */
261
+ listMLEndpoints(): Promise<ListMLEndpointsCommandOutput>;
248
262
  listMLEndpoints(args: ListMLEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListMLEndpointsCommandOutput>;
249
263
  listMLEndpoints(args: ListMLEndpointsCommandInput, cb: (err: any, data?: ListMLEndpointsCommandOutput) => void): void;
250
264
  listMLEndpoints(args: ListMLEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMLEndpointsCommandOutput) => void): void;
251
265
  /**
252
266
  * @see {@link ListMLModelTrainingJobsCommand}
253
267
  */
268
+ listMLModelTrainingJobs(): Promise<ListMLModelTrainingJobsCommandOutput>;
254
269
  listMLModelTrainingJobs(args: ListMLModelTrainingJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListMLModelTrainingJobsCommandOutput>;
255
270
  listMLModelTrainingJobs(args: ListMLModelTrainingJobsCommandInput, cb: (err: any, data?: ListMLModelTrainingJobsCommandOutput) => void): void;
256
271
  listMLModelTrainingJobs(args: ListMLModelTrainingJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMLModelTrainingJobsCommandOutput) => void): void;
257
272
  /**
258
273
  * @see {@link ListMLModelTransformJobsCommand}
259
274
  */
275
+ listMLModelTransformJobs(): Promise<ListMLModelTransformJobsCommandOutput>;
260
276
  listMLModelTransformJobs(args: ListMLModelTransformJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListMLModelTransformJobsCommandOutput>;
261
277
  listMLModelTransformJobs(args: ListMLModelTransformJobsCommandInput, cb: (err: any, data?: ListMLModelTransformJobsCommandOutput) => void): void;
262
278
  listMLModelTransformJobs(args: ListMLModelTransformJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMLModelTransformJobsCommandOutput) => void): void;
263
279
  /**
264
280
  * @see {@link ListOpenCypherQueriesCommand}
265
281
  */
282
+ listOpenCypherQueries(): Promise<ListOpenCypherQueriesCommandOutput>;
266
283
  listOpenCypherQueries(args: ListOpenCypherQueriesCommandInput, options?: __HttpHandlerOptions): Promise<ListOpenCypherQueriesCommandOutput>;
267
284
  listOpenCypherQueries(args: ListOpenCypherQueriesCommandInput, cb: (err: any, data?: ListOpenCypherQueriesCommandOutput) => void): void;
268
285
  listOpenCypherQueries(args: ListOpenCypherQueriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOpenCypherQueriesCommandOutput) => void): void;
269
286
  /**
270
287
  * @see {@link ManagePropertygraphStatisticsCommand}
271
288
  */
289
+ managePropertygraphStatistics(): Promise<ManagePropertygraphStatisticsCommandOutput>;
272
290
  managePropertygraphStatistics(args: ManagePropertygraphStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<ManagePropertygraphStatisticsCommandOutput>;
273
291
  managePropertygraphStatistics(args: ManagePropertygraphStatisticsCommandInput, cb: (err: any, data?: ManagePropertygraphStatisticsCommandOutput) => void): void;
274
292
  managePropertygraphStatistics(args: ManagePropertygraphStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ManagePropertygraphStatisticsCommandOutput) => void): void;
275
293
  /**
276
294
  * @see {@link ManageSparqlStatisticsCommand}
277
295
  */
296
+ manageSparqlStatistics(): Promise<ManageSparqlStatisticsCommandOutput>;
278
297
  manageSparqlStatistics(args: ManageSparqlStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<ManageSparqlStatisticsCommandOutput>;
279
298
  manageSparqlStatistics(args: ManageSparqlStatisticsCommandInput, cb: (err: any, data?: ManageSparqlStatisticsCommandOutput) => void): void;
280
299
  manageSparqlStatistics(args: ManageSparqlStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ManageSparqlStatisticsCommandOutput) => void): void;
@@ -304,13 +323,13 @@ export interface Neptunedata {
304
323
  startMLModelTransformJob(args: StartMLModelTransformJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMLModelTransformJobCommandOutput) => void): void;
305
324
  }
306
325
  /**
307
- * @public
308
326
  * <fullname>Neptune Data API</fullname>
309
327
  * <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
310
328
  * operations, including data loading, query execution, data inquiry, and machine learning.
311
329
  * It supports the Gremlin and openCypher query languages, and is
312
330
  * available in all SDK languages. It automatically signs API requests and greatly simplifies
313
331
  * integrating Neptune into your applications.</p>
332
+ * @public
314
333
  */
315
334
  export declare class Neptunedata extends NeptunedataClient implements Neptunedata {
316
335
  }
@@ -194,13 +194,13 @@ export type NeptunedataClientResolvedConfigType = __SmithyResolvedConfiguration<
194
194
  export interface NeptunedataClientResolvedConfig extends NeptunedataClientResolvedConfigType {
195
195
  }
196
196
  /**
197
- * @public
198
197
  * <fullname>Neptune Data API</fullname>
199
198
  * <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
200
199
  * operations, including data loading, query execution, data inquiry, and machine learning.
201
200
  * It supports the Gremlin and openCypher query languages, and is
202
201
  * available in all SDK languages. It automatically signs API requests and greatly simplifies
203
202
  * integrating Neptune into your applications.</p>
203
+ * @public
204
204
  */
205
205
  export declare class NeptunedataClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, NeptunedataClientResolvedConfig> {
206
206
  /**
@@ -22,10 +22,10 @@ export interface CancelGremlinQueryCommandOutput extends CancelGremlinQueryOutpu
22
22
  }
23
23
  declare const CancelGremlinQueryCommand_base: {
24
24
  new (input: CancelGremlinQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelGremlinQueryCommandInput, CancelGremlinQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelGremlinQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelGremlinQueryCommandInput, CancelGremlinQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels a Gremlin query. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status-cancel.html">Gremlin
30
30
  * query cancellation</a> for more information.</p>
31
31
  * <p>When invoking this operation in a Neptune cluster that has IAM
@@ -101,6 +101,7 @@ declare const CancelGremlinQueryCommand_base: {
101
101
  * @throws {@link NeptunedataServiceException}
102
102
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class CancelGremlinQueryCommand extends CancelGremlinQueryCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface CancelLoaderJobCommandOutput extends CancelLoaderJobOutput, __M
22
22
  }
23
23
  declare const CancelLoaderJobCommand_base: {
24
24
  new (input: CancelLoaderJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelLoaderJobCommandInput, CancelLoaderJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelLoaderJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelLoaderJobCommandInput, CancelLoaderJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels a specified load job. This is an HTTP <code>DELETE</code>
30
30
  * request. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/load-api-reference-status.htm">Neptune
31
31
  * Loader Get-Status API</a> for more information.</p>
@@ -98,6 +98,7 @@ declare const CancelLoaderJobCommand_base: {
98
98
  * @throws {@link NeptunedataServiceException}
99
99
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class CancelLoaderJobCommand extends CancelLoaderJobCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface CancelMLDataProcessingJobCommandOutput extends CancelMLDataProc
22
22
  }
23
23
  declare const CancelMLDataProcessingJobCommand_base: {
24
24
  new (input: CancelMLDataProcessingJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMLDataProcessingJobCommandInput, CancelMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelMLDataProcessingJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMLDataProcessingJobCommandInput, CancelMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels a Neptune ML data processing job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html">The
30
30
  * <code>dataprocessing</code> command</a>.</p>
31
31
  * <p>When invoking this operation in a Neptune cluster that has IAM
@@ -93,6 +93,7 @@ declare const CancelMLDataProcessingJobCommand_base: {
93
93
  * @throws {@link NeptunedataServiceException}
94
94
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class CancelMLDataProcessingJobCommand extends CancelMLDataProcessingJobCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface CancelMLModelTrainingJobCommandOutput extends CancelMLModelTrai
22
22
  }
23
23
  declare const CancelMLModelTrainingJobCommand_base: {
24
24
  new (input: CancelMLModelTrainingJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMLModelTrainingJobCommandInput, CancelMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelMLModelTrainingJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMLModelTrainingJobCommandInput, CancelMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels a Neptune ML model training job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html">Model
30
30
  * training using the <code>modeltraining</code> command</a>.</p>
31
31
  * <p>When invoking this operation in a Neptune cluster that has IAM
@@ -93,6 +93,7 @@ declare const CancelMLModelTrainingJobCommand_base: {
93
93
  * @throws {@link NeptunedataServiceException}
94
94
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class CancelMLModelTrainingJobCommand extends CancelMLModelTrainingJobCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface CancelMLModelTransformJobCommandOutput extends CancelMLModelTra
22
22
  }
23
23
  declare const CancelMLModelTransformJobCommand_base: {
24
24
  new (input: CancelMLModelTransformJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMLModelTransformJobCommandInput, CancelMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelMLModelTransformJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMLModelTransformJobCommandInput, CancelMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels a specified model transform job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html">Use
30
30
  * a trained model to generate new model artifacts</a>.</p>
31
31
  * <p>When invoking this operation in a Neptune cluster that has IAM
@@ -93,6 +93,7 @@ declare const CancelMLModelTransformJobCommand_base: {
93
93
  * @throws {@link NeptunedataServiceException}
94
94
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class CancelMLModelTransformJobCommand extends CancelMLModelTransformJobCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface CancelOpenCypherQueryCommandOutput extends CancelOpenCypherQuer
22
22
  }
23
23
  declare const CancelOpenCypherQueryCommand_base: {
24
24
  new (input: CancelOpenCypherQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelOpenCypherQueryCommandInput, CancelOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CancelOpenCypherQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelOpenCypherQueryCommandInput, CancelOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels a specified openCypher query. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-status.html">Neptune
30
30
  * openCypher status endpoint</a> for more information.</p>
31
31
  * <p>When invoking this operation in a Neptune cluster that has IAM
@@ -106,6 +106,7 @@ declare const CancelOpenCypherQueryCommand_base: {
106
106
  * @throws {@link NeptunedataServiceException}
107
107
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class CancelOpenCypherQueryCommand extends CancelOpenCypherQueryCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface CreateMLEndpointCommandOutput extends CreateMLEndpointOutput, _
22
22
  }
23
23
  declare const CreateMLEndpointCommand_base: {
24
24
  new (input: CreateMLEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMLEndpointCommandInput, CreateMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateMLEndpointCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateMLEndpointCommandInput, CreateMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new Neptune ML inference endpoint that lets you query
30
30
  * one specific model that the model-training process constructed. See
31
31
  * <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html">Managing
@@ -103,6 +103,7 @@ declare const CreateMLEndpointCommand_base: {
103
103
  * @throws {@link NeptunedataServiceException}
104
104
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class CreateMLEndpointCommand extends CreateMLEndpointCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface DeleteMLEndpointCommandOutput extends DeleteMLEndpointOutput, _
22
22
  }
23
23
  declare const DeleteMLEndpointCommand_base: {
24
24
  new (input: DeleteMLEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMLEndpointCommandInput, DeleteMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteMLEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMLEndpointCommandInput, DeleteMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Cancels the creation of a Neptune ML inference endpoint. See
30
30
  * <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html">Managing
31
31
  * inference endpoints using the endpoints command</a>.</p>
@@ -94,6 +94,7 @@ declare const DeleteMLEndpointCommand_base: {
94
94
  * @throws {@link NeptunedataServiceException}
95
95
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class DeleteMLEndpointCommand extends DeleteMLEndpointCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface DeletePropertygraphStatisticsCommandOutput extends DeleteProper
22
22
  }
23
23
  declare const DeletePropertygraphStatisticsCommand_base: {
24
24
  new (input: DeletePropertygraphStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePropertygraphStatisticsCommandInput, DeletePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeletePropertygraphStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<DeletePropertygraphStatisticsCommandInput, DeletePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes statistics for Gremlin and openCypher (property graph)
30
30
  * data.</p>
31
31
  * <p>When invoking this operation in a Neptune cluster that has IAM
@@ -100,6 +100,7 @@ declare const DeletePropertygraphStatisticsCommand_base: {
100
100
  * @throws {@link NeptunedataServiceException}
101
101
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
102
102
  *
103
+ * @public
103
104
  */
104
105
  export declare class DeletePropertygraphStatisticsCommand extends DeletePropertygraphStatisticsCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface DeleteSparqlStatisticsCommandOutput extends DeleteSparqlStatist
22
22
  }
23
23
  declare const DeleteSparqlStatisticsCommand_base: {
24
24
  new (input: DeleteSparqlStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSparqlStatisticsCommandInput, DeleteSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeleteSparqlStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteSparqlStatisticsCommandInput, DeleteSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes SPARQL statistics</p>
30
30
  * <p>When invoking this operation in a Neptune cluster that has IAM
31
31
  * authentication enabled, the IAM user or role making the request must
@@ -99,6 +99,7 @@ declare const DeleteSparqlStatisticsCommand_base: {
99
99
  * @throws {@link NeptunedataServiceException}
100
100
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class DeleteSparqlStatisticsCommand extends DeleteSparqlStatisticsCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface ExecuteFastResetCommandOutput extends ExecuteFastResetOutput, _
22
22
  }
23
23
  declare const ExecuteFastResetCommand_base: {
24
24
  new (input: ExecuteFastResetCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteFastResetCommandInput, ExecuteFastResetCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ExecuteFastResetCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteFastResetCommandInput, ExecuteFastResetCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The fast reset REST API lets you reset a Neptune graph quicky
30
30
  * and easily, removing all of its data.</p>
31
31
  * <p>Neptune fast reset is a two-step process. First you call <code>ExecuteFastReset</code>
@@ -107,6 +107,7 @@ declare const ExecuteFastResetCommand_base: {
107
107
  * @throws {@link NeptunedataServiceException}
108
108
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class ExecuteFastResetCommand extends ExecuteFastResetCommand_base {
112
113
  }
@@ -29,10 +29,10 @@ export interface ExecuteGremlinExplainQueryCommandOutput extends ExecuteGremlinE
29
29
  }
30
30
  declare const ExecuteGremlinExplainQueryCommand_base: {
31
31
  new (input: ExecuteGremlinExplainQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteGremlinExplainQueryCommandInput, ExecuteGremlinExplainQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ new (__0_0: ExecuteGremlinExplainQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteGremlinExplainQueryCommandInput, ExecuteGremlinExplainQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
34
  };
34
35
  /**
35
- * @public
36
36
  * <p>Executes a Gremlin Explain query.</p>
37
37
  * <p>Amazon Neptune has added a Gremlin feature named <code>explain</code>
38
38
  * that provides is a self-service tool for understanding the execution
@@ -82,7 +82,7 @@ declare const ExecuteGremlinExplainQueryCommand_base: {
82
82
  * const command = new ExecuteGremlinExplainQueryCommand(input);
83
83
  * const response = await client.send(command);
84
84
  * // { // ExecuteGremlinExplainQueryOutput
85
- * // output: "BLOB_VALUE",
85
+ * // output: new Uint8Array(),
86
86
  * // };
87
87
  *
88
88
  * ```
@@ -160,6 +160,7 @@ declare const ExecuteGremlinExplainQueryCommand_base: {
160
160
  * @throws {@link NeptunedataServiceException}
161
161
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
162
162
  *
163
+ * @public
163
164
  */
164
165
  export declare class ExecuteGremlinExplainQueryCommand extends ExecuteGremlinExplainQueryCommand_base {
165
166
  }
@@ -29,10 +29,10 @@ export interface ExecuteGremlinProfileQueryCommandOutput extends ExecuteGremlinP
29
29
  }
30
30
  declare const ExecuteGremlinProfileQueryCommand_base: {
31
31
  new (input: ExecuteGremlinProfileQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteGremlinProfileQueryCommandInput, ExecuteGremlinProfileQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ new (__0_0: ExecuteGremlinProfileQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteGremlinProfileQueryCommandInput, ExecuteGremlinProfileQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
34
  };
34
35
  /**
35
- * @public
36
36
  * <p>Executes a Gremlin Profile query, which runs a specified traversal,
37
37
  * collects various metrics about the run, and produces a profile report
38
38
  * as output. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-profile-api.html">Gremlin profile
@@ -61,7 +61,7 @@ declare const ExecuteGremlinProfileQueryCommand_base: {
61
61
  * const command = new ExecuteGremlinProfileQueryCommand(input);
62
62
  * const response = await client.send(command);
63
63
  * // { // ExecuteGremlinProfileQueryOutput
64
- * // output: "BLOB_VALUE",
64
+ * // output: new Uint8Array(),
65
65
  * // };
66
66
  *
67
67
  * ```
@@ -139,6 +139,7 @@ declare const ExecuteGremlinProfileQueryCommand_base: {
139
139
  * @throws {@link NeptunedataServiceException}
140
140
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class ExecuteGremlinProfileQueryCommand extends ExecuteGremlinProfileQueryCommand_base {
144
145
  }
@@ -22,10 +22,10 @@ export interface ExecuteGremlinQueryCommandOutput extends ExecuteGremlinQueryOut
22
22
  }
23
23
  declare const ExecuteGremlinQueryCommand_base: {
24
24
  new (input: ExecuteGremlinQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteGremlinQueryCommandInput, ExecuteGremlinQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ExecuteGremlinQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteGremlinQueryCommandInput, ExecuteGremlinQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This commands executes a Gremlin query. Amazon Neptune is compatible
30
30
  * with Apache TinkerPop3 and Gremlin, so you can use the Gremlin traversal
31
31
  * language to query the graph, as described under <a href="https://tinkerpop.apache.org/docs/current/reference/#graph">The
@@ -155,6 +155,7 @@ declare const ExecuteGremlinQueryCommand_base: {
155
155
  * @throws {@link NeptunedataServiceException}
156
156
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
157
157
  *
158
+ * @public
158
159
  */
159
160
  export declare class ExecuteGremlinQueryCommand extends ExecuteGremlinQueryCommand_base {
160
161
  }
@@ -29,10 +29,10 @@ export interface ExecuteOpenCypherExplainQueryCommandOutput extends ExecuteOpenC
29
29
  }
30
30
  declare const ExecuteOpenCypherExplainQueryCommand_base: {
31
31
  new (input: ExecuteOpenCypherExplainQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteOpenCypherExplainQueryCommandInput, ExecuteOpenCypherExplainQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ new (__0_0: ExecuteOpenCypherExplainQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteOpenCypherExplainQueryCommandInput, ExecuteOpenCypherExplainQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
34
  };
34
35
  /**
35
- * @public
36
36
  * <p>Executes an openCypher <code>explain</code> request. See
37
37
  * <a href="https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-explain.html">The
38
38
  * openCypher explain feature</a> for more information.</p>
@@ -58,7 +58,7 @@ declare const ExecuteOpenCypherExplainQueryCommand_base: {
58
58
  * const command = new ExecuteOpenCypherExplainQueryCommand(input);
59
59
  * const response = await client.send(command);
60
60
  * // { // ExecuteOpenCypherExplainQueryOutput
61
- * // results: "BLOB_VALUE", // required
61
+ * // results: new Uint8Array(), // required
62
62
  * // };
63
63
  *
64
64
  * ```
@@ -139,6 +139,7 @@ declare const ExecuteOpenCypherExplainQueryCommand_base: {
139
139
  * @throws {@link NeptunedataServiceException}
140
140
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
141
141
  *
142
+ * @public
142
143
  */
143
144
  export declare class ExecuteOpenCypherExplainQueryCommand extends ExecuteOpenCypherExplainQueryCommand_base {
144
145
  }
@@ -22,10 +22,10 @@ export interface ExecuteOpenCypherQueryCommandOutput extends ExecuteOpenCypherQu
22
22
  }
23
23
  declare const ExecuteOpenCypherQueryCommand_base: {
24
24
  new (input: ExecuteOpenCypherQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteOpenCypherQueryCommandInput, ExecuteOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ExecuteOpenCypherQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteOpenCypherQueryCommandInput, ExecuteOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Executes an openCypher query. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher.html">Accessing
30
30
  * the Neptune Graph with openCypher</a> for more information.</p>
31
31
  * <p>Neptune supports building graph applications using openCypher,
@@ -156,6 +156,7 @@ declare const ExecuteOpenCypherQueryCommand_base: {
156
156
  * @throws {@link NeptunedataServiceException}
157
157
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
158
158
  *
159
+ * @public
159
160
  */
160
161
  export declare class ExecuteOpenCypherQueryCommand extends ExecuteOpenCypherQueryCommand_base {
161
162
  }
@@ -22,10 +22,10 @@ export interface GetEngineStatusCommandOutput extends GetEngineStatusOutput, __M
22
22
  }
23
23
  declare const GetEngineStatusCommand_base: {
24
24
  new (input: GetEngineStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetEngineStatusCommandInput, GetEngineStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetEngineStatusCommandInput]): import("@smithy/smithy-client").CommandImpl<GetEngineStatusCommandInput, GetEngineStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the status of the graph database on the host.</p>
30
30
  * <p>When invoking this operation in a Neptune cluster that has IAM
31
31
  * authentication enabled, the IAM user or role making the request must
@@ -103,6 +103,7 @@ declare const GetEngineStatusCommand_base: {
103
103
  * @throws {@link NeptunedataServiceException}
104
104
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class GetEngineStatusCommand extends GetEngineStatusCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface GetGremlinQueryStatusCommandOutput extends GetGremlinQueryStatu
22
22
  }
23
23
  declare const GetGremlinQueryStatusCommand_base: {
24
24
  new (input: GetGremlinQueryStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetGremlinQueryStatusCommandInput, GetGremlinQueryStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetGremlinQueryStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetGremlinQueryStatusCommandInput, GetGremlinQueryStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets the status of a specified Gremlin query.</p>
30
30
  * <p>When invoking this operation in a Neptune cluster that has IAM
31
31
  * authentication enabled, the IAM user or role making the request must
@@ -117,6 +117,7 @@ declare const GetGremlinQueryStatusCommand_base: {
117
117
  * @throws {@link NeptunedataServiceException}
118
118
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
119
119
  *
120
+ * @public
120
121
  */
121
122
  export declare class GetGremlinQueryStatusCommand extends GetGremlinQueryStatusCommand_base {
122
123
  }
@@ -22,10 +22,10 @@ export interface GetLoaderJobStatusCommandOutput extends GetLoaderJobStatusOutpu
22
22
  }
23
23
  declare const GetLoaderJobStatusCommand_base: {
24
24
  new (input: GetLoaderJobStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoaderJobStatusCommandInput, GetLoaderJobStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLoaderJobStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoaderJobStatusCommandInput, GetLoaderJobStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets status information about a specified load job.
30
30
  * Neptune keeps track of the most recent 1,024 bulk load jobs,
31
31
  * and stores the last 10,000 error details per job.</p>
@@ -105,6 +105,7 @@ declare const GetLoaderJobStatusCommand_base: {
105
105
  * @throws {@link NeptunedataServiceException}
106
106
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class GetLoaderJobStatusCommand extends GetLoaderJobStatusCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface GetMLDataProcessingJobCommandOutput extends GetMLDataProcessing
22
22
  }
23
23
  declare const GetMLDataProcessingJobCommand_base: {
24
24
  new (input: GetMLDataProcessingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLDataProcessingJobCommandInput, GetMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMLDataProcessingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLDataProcessingJobCommandInput, GetMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about a specified data processing job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html">The
30
30
  * <code>dataprocessing</code> command</a>.</p>
31
31
  * <p>When invoking this operation in a Neptune cluster that has IAM
@@ -101,6 +101,7 @@ declare const GetMLDataProcessingJobCommand_base: {
101
101
  * @throws {@link NeptunedataServiceException}
102
102
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class GetMLDataProcessingJobCommand extends GetMLDataProcessingJobCommand_base {
106
107
  }