@aws-sdk/client-neptunedata 3.533.0 → 3.540.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 (97) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Neptunedata.d.ts +20 -1
  6. package/dist-types/NeptunedataClient.d.ts +1 -1
  7. package/dist-types/commands/CancelGremlinQueryCommand.d.ts +2 -1
  8. package/dist-types/commands/CancelLoaderJobCommand.d.ts +2 -1
  9. package/dist-types/commands/CancelMLDataProcessingJobCommand.d.ts +2 -1
  10. package/dist-types/commands/CancelMLModelTrainingJobCommand.d.ts +2 -1
  11. package/dist-types/commands/CancelMLModelTransformJobCommand.d.ts +2 -1
  12. package/dist-types/commands/CancelOpenCypherQueryCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateMLEndpointCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteMLEndpointCommand.d.ts +2 -1
  15. package/dist-types/commands/DeletePropertygraphStatisticsCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteSparqlStatisticsCommand.d.ts +2 -1
  17. package/dist-types/commands/ExecuteFastResetCommand.d.ts +2 -1
  18. package/dist-types/commands/ExecuteGremlinExplainQueryCommand.d.ts +2 -1
  19. package/dist-types/commands/ExecuteGremlinProfileQueryCommand.d.ts +2 -1
  20. package/dist-types/commands/ExecuteGremlinQueryCommand.d.ts +2 -1
  21. package/dist-types/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +2 -1
  22. package/dist-types/commands/ExecuteOpenCypherQueryCommand.d.ts +2 -1
  23. package/dist-types/commands/GetEngineStatusCommand.d.ts +2 -1
  24. package/dist-types/commands/GetGremlinQueryStatusCommand.d.ts +2 -1
  25. package/dist-types/commands/GetLoaderJobStatusCommand.d.ts +2 -1
  26. package/dist-types/commands/GetMLDataProcessingJobCommand.d.ts +2 -1
  27. package/dist-types/commands/GetMLEndpointCommand.d.ts +2 -1
  28. package/dist-types/commands/GetMLModelTrainingJobCommand.d.ts +2 -1
  29. package/dist-types/commands/GetMLModelTransformJobCommand.d.ts +2 -1
  30. package/dist-types/commands/GetOpenCypherQueryStatusCommand.d.ts +2 -1
  31. package/dist-types/commands/GetPropertygraphStatisticsCommand.d.ts +2 -1
  32. package/dist-types/commands/GetPropertygraphStreamCommand.d.ts +2 -1
  33. package/dist-types/commands/GetPropertygraphSummaryCommand.d.ts +2 -1
  34. package/dist-types/commands/GetRDFGraphSummaryCommand.d.ts +2 -1
  35. package/dist-types/commands/GetSparqlStatisticsCommand.d.ts +2 -1
  36. package/dist-types/commands/GetSparqlStreamCommand.d.ts +2 -1
  37. package/dist-types/commands/ListGremlinQueriesCommand.d.ts +2 -1
  38. package/dist-types/commands/ListLoaderJobsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListMLDataProcessingJobsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListMLEndpointsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListMLModelTrainingJobsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListMLModelTransformJobsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListOpenCypherQueriesCommand.d.ts +2 -1
  44. package/dist-types/commands/ManagePropertygraphStatisticsCommand.d.ts +2 -1
  45. package/dist-types/commands/ManageSparqlStatisticsCommand.d.ts +2 -1
  46. package/dist-types/commands/StartLoaderJobCommand.d.ts +2 -1
  47. package/dist-types/commands/StartMLDataProcessingJobCommand.d.ts +2 -1
  48. package/dist-types/commands/StartMLModelTrainingJobCommand.d.ts +2 -1
  49. package/dist-types/commands/StartMLModelTransformJobCommand.d.ts +2 -1
  50. package/dist-types/index.d.ts +0 -1
  51. package/dist-types/models/models_0.d.ts +501 -501
  52. package/dist-types/ts3.4/Neptunedata.d.ts +19 -0
  53. package/dist-types/ts3.4/commands/CancelGremlinQueryCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/CancelLoaderJobCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CancelMLDataProcessingJobCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/CancelMLModelTrainingJobCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CancelMLModelTransformJobCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CancelOpenCypherQueryCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/CreateMLEndpointCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DeleteMLEndpointCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DeletePropertygraphStatisticsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DeleteSparqlStatisticsCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/ExecuteFastResetCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/ExecuteGremlinExplainQueryCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ExecuteGremlinProfileQueryCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ExecuteGremlinQueryCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ExecuteOpenCypherQueryCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/GetEngineStatusCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/GetGremlinQueryStatusCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/GetLoaderJobStatusCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/GetMLDataProcessingJobCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/GetMLEndpointCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/GetMLModelTrainingJobCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/GetMLModelTransformJobCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/GetOpenCypherQueryStatusCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/GetPropertygraphStatisticsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/GetPropertygraphStreamCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetPropertygraphSummaryCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetRDFGraphSummaryCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetSparqlStatisticsCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetSparqlStreamCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListGremlinQueriesCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/ListLoaderJobsCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ListMLDataProcessingJobsCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/ListMLEndpointsCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListMLModelTrainingJobsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListMLModelTransformJobsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListOpenCypherQueriesCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ManagePropertygraphStatisticsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ManageSparqlStatisticsCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/StartLoaderJobCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/StartMLDataProcessingJobCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/StartMLModelTrainingJobCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/StartMLModelTransformJobCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/index.d.ts +0 -1
  97. package/package.json +41 -41
@@ -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
  }
@@ -22,10 +22,10 @@ export interface GetMLEndpointCommandOutput extends GetMLEndpointOutput, __Metad
22
22
  }
23
23
  declare const GetMLEndpointCommand_base: {
24
24
  new (input: GetMLEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLEndpointCommandInput, GetMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMLEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLEndpointCommandInput, GetMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves details about an inference endpoint. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html">Managing
30
30
  * inference endpoints using the endpoints command</a>.</p>
31
31
  * <p>When invoking this operation in a Neptune cluster that has IAM
@@ -105,6 +105,7 @@ declare const GetMLEndpointCommand_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 GetMLEndpointCommand extends GetMLEndpointCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface GetMLModelTrainingJobCommandOutput extends GetMLModelTrainingJo
22
22
  }
23
23
  declare const GetMLModelTrainingJobCommand_base: {
24
24
  new (input: GetMLModelTrainingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLModelTrainingJobCommandInput, GetMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMLModelTrainingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLModelTrainingJobCommandInput, GetMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about 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
@@ -123,6 +123,7 @@ declare const GetMLModelTrainingJobCommand_base: {
123
123
  * @throws {@link NeptunedataServiceException}
124
124
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
125
125
  *
126
+ * @public
126
127
  */
127
128
  export declare class GetMLModelTrainingJobCommand extends GetMLModelTrainingJobCommand_base {
128
129
  }
@@ -22,10 +22,10 @@ export interface GetMLModelTransformJobCommandOutput extends GetMLModelTransform
22
22
  }
23
23
  declare const GetMLModelTransformJobCommand_base: {
24
24
  new (input: GetMLModelTransformJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLModelTransformJobCommandInput, GetMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMLModelTransformJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLModelTransformJobCommandInput, GetMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets information about 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
@@ -115,6 +115,7 @@ declare const GetMLModelTransformJobCommand_base: {
115
115
  * @throws {@link NeptunedataServiceException}
116
116
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
117
117
  *
118
+ * @public
118
119
  */
119
120
  export declare class GetMLModelTransformJobCommand extends GetMLModelTransformJobCommand_base {
120
121
  }
@@ -22,10 +22,10 @@ export interface GetOpenCypherQueryStatusCommandOutput extends GetOpenCypherQuer
22
22
  }
23
23
  declare const GetOpenCypherQueryStatusCommand_base: {
24
24
  new (input: GetOpenCypherQueryStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetOpenCypherQueryStatusCommandInput, GetOpenCypherQueryStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetOpenCypherQueryStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetOpenCypherQueryStatusCommandInput, GetOpenCypherQueryStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the status of a specified openCypher 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
@@ -120,6 +120,7 @@ declare const GetOpenCypherQueryStatusCommand_base: {
120
120
  * @throws {@link NeptunedataServiceException}
121
121
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class GetOpenCypherQueryStatusCommand extends GetOpenCypherQueryStatusCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface GetPropertygraphStatisticsCommandOutput extends GetPropertygrap
22
22
  }
23
23
  declare const GetPropertygraphStatisticsCommand_base: {
24
24
  new (input: GetPropertygraphStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetPropertygraphStatisticsCommandInput, GetPropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetPropertygraphStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetPropertygraphStatisticsCommandInput, GetPropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets property graph statistics (Gremlin and openCypher).</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
@@ -106,6 +106,7 @@ declare const GetPropertygraphStatisticsCommand_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 GetPropertygraphStatisticsCommand extends GetPropertygraphStatisticsCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface GetPropertygraphStreamCommandOutput extends GetPropertygraphStr
22
22
  }
23
23
  declare const GetPropertygraphStreamCommand_base: {
24
24
  new (input: GetPropertygraphStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetPropertygraphStreamCommandInput, GetPropertygraphStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetPropertygraphStreamCommandInput]): import("@smithy/smithy-client").CommandImpl<GetPropertygraphStreamCommandInput, GetPropertygraphStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a stream for a property graph.</p>
30
30
  * <p>With the Neptune Streams feature, you can generate a complete
31
31
  * sequence of change-log entries that record every change made to your
@@ -151,6 +151,7 @@ declare const GetPropertygraphStreamCommand_base: {
151
151
  * @throws {@link NeptunedataServiceException}
152
152
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
153
153
  *
154
+ * @public
154
155
  */
155
156
  export declare class GetPropertygraphStreamCommand extends GetPropertygraphStreamCommand_base {
156
157
  }
@@ -22,10 +22,10 @@ export interface GetPropertygraphSummaryCommandOutput extends GetPropertygraphSu
22
22
  }
23
23
  declare const GetPropertygraphSummaryCommand_base: {
24
24
  new (input: GetPropertygraphSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPropertygraphSummaryCommandInput, GetPropertygraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetPropertygraphSummaryCommandInput]): import("@smithy/smithy-client").CommandImpl<GetPropertygraphSummaryCommandInput, GetPropertygraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a graph summary for a property graph.</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
@@ -145,6 +145,7 @@ declare const GetPropertygraphSummaryCommand_base: {
145
145
  * @throws {@link NeptunedataServiceException}
146
146
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
147
147
  *
148
+ * @public
148
149
  */
149
150
  export declare class GetPropertygraphSummaryCommand extends GetPropertygraphSummaryCommand_base {
150
151
  }
@@ -22,10 +22,10 @@ export interface GetRDFGraphSummaryCommandOutput extends GetRDFGraphSummaryOutpu
22
22
  }
23
23
  declare const GetRDFGraphSummaryCommand_base: {
24
24
  new (input: GetRDFGraphSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetRDFGraphSummaryCommandInput, GetRDFGraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetRDFGraphSummaryCommandInput]): import("@smithy/smithy-client").CommandImpl<GetRDFGraphSummaryCommandInput, GetRDFGraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a graph summary for an RDF graph.</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
@@ -122,6 +122,7 @@ declare const GetRDFGraphSummaryCommand_base: {
122
122
  * @throws {@link NeptunedataServiceException}
123
123
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
124
124
  *
125
+ * @public
125
126
  */
126
127
  export declare class GetRDFGraphSummaryCommand extends GetRDFGraphSummaryCommand_base {
127
128
  }
@@ -22,10 +22,10 @@ export interface GetSparqlStatisticsCommandOutput extends GetSparqlStatisticsOut
22
22
  }
23
23
  declare const GetSparqlStatisticsCommand_base: {
24
24
  new (input: GetSparqlStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSparqlStatisticsCommandInput, GetSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetSparqlStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSparqlStatisticsCommandInput, GetSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets RDF statistics (SPARQL).</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -102,6 +102,7 @@ declare const GetSparqlStatisticsCommand_base: {
102
102
  * @throws {@link NeptunedataServiceException}
103
103
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class GetSparqlStatisticsCommand extends GetSparqlStatisticsCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface GetSparqlStreamCommandOutput extends GetSparqlStreamOutput, __M
22
22
  }
23
23
  declare const GetSparqlStreamCommand_base: {
24
24
  new (input: GetSparqlStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetSparqlStreamCommandInput, GetSparqlStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetSparqlStreamCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSparqlStreamCommandInput, GetSparqlStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a stream for an RDF graph.</p>
30
30
  * <p>With the Neptune Streams feature, you can generate a complete
31
31
  * sequence of change-log entries that record every change made to your
@@ -130,6 +130,7 @@ declare const GetSparqlStreamCommand_base: {
130
130
  * @throws {@link NeptunedataServiceException}
131
131
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
132
132
  *
133
+ * @public
133
134
  */
134
135
  export declare class GetSparqlStreamCommand extends GetSparqlStreamCommand_base {
135
136
  }
@@ -22,10 +22,10 @@ export interface ListGremlinQueriesCommandOutput extends ListGremlinQueriesOutpu
22
22
  }
23
23
  declare const ListGremlinQueriesCommand_base: {
24
24
  new (input: ListGremlinQueriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGremlinQueriesCommandInput, ListGremlinQueriesCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListGremlinQueriesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGremlinQueriesCommandInput, ListGremlinQueriesCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists active Gremlin queries. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status.html">Gremlin query
30
30
  * status API</a> for details about the output.</p>
31
31
  * <p>When invoking this operation in a Neptune cluster that has IAM
@@ -124,6 +124,7 @@ declare const ListGremlinQueriesCommand_base: {
124
124
  * @throws {@link NeptunedataServiceException}
125
125
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class ListGremlinQueriesCommand extends ListGremlinQueriesCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface ListLoaderJobsCommandOutput extends ListLoaderJobsOutput, __Met
22
22
  }
23
23
  declare const ListLoaderJobsCommand_base: {
24
24
  new (input: ListLoaderJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLoaderJobsCommandInput, ListLoaderJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListLoaderJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLoaderJobsCommandInput, ListLoaderJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of the <code>loadIds</code> for all active
30
30
  * loader jobs.</p>
31
31
  * <p>When invoking this operation in a Neptune cluster that has IAM
@@ -100,6 +100,7 @@ declare const ListLoaderJobsCommand_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 ListLoaderJobsCommand extends ListLoaderJobsCommand_base {
105
106
  }
@@ -22,10 +22,10 @@ export interface ListMLDataProcessingJobsCommandOutput extends ListMLDataProcess
22
22
  }
23
23
  declare const ListMLDataProcessingJobsCommand_base: {
24
24
  new (input: ListMLDataProcessingJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMLDataProcessingJobsCommandInput, ListMLDataProcessingJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListMLDataProcessingJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMLDataProcessingJobsCommandInput, ListMLDataProcessingJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of Neptune ML data processing jobs. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html#machine-learning-api-dataprocessing-list-jobs">Listing
30
30
  * active data-processing jobs using the Neptune ML dataprocessing command</a>.</p>
31
31
  * <p>When invoking this operation in a Neptune cluster that has IAM
@@ -94,6 +94,7 @@ declare const ListMLDataProcessingJobsCommand_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 ListMLDataProcessingJobsCommand extends ListMLDataProcessingJobsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface ListMLEndpointsCommandOutput extends ListMLEndpointsOutput, __M
22
22
  }
23
23
  declare const ListMLEndpointsCommand_base: {
24
24
  new (input: ListMLEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMLEndpointsCommandInput, ListMLEndpointsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListMLEndpointsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMLEndpointsCommandInput, ListMLEndpointsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists existing inference endpoints. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html">Managing
30
30
  * inference endpoints using the endpoints command</a>.</p>
31
31
  * <p>When invoking this operation in a Neptune cluster that has IAM
@@ -94,6 +94,7 @@ declare const ListMLEndpointsCommand_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 ListMLEndpointsCommand extends ListMLEndpointsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface ListMLModelTrainingJobsCommandOutput extends ListMLModelTrainin
22
22
  }
23
23
  declare const ListMLModelTrainingJobsCommand_base: {
24
24
  new (input: ListMLModelTrainingJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMLModelTrainingJobsCommandInput, ListMLModelTrainingJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListMLModelTrainingJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMLModelTrainingJobsCommandInput, ListMLModelTrainingJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists Neptune ML model-training jobs. 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
@@ -94,6 +94,7 @@ declare const ListMLModelTrainingJobsCommand_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 ListMLModelTrainingJobsCommand extends ListMLModelTrainingJobsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface ListMLModelTransformJobsCommandOutput extends ListMLModelTransf
22
22
  }
23
23
  declare const ListMLModelTransformJobsCommand_base: {
24
24
  new (input: ListMLModelTransformJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMLModelTransformJobsCommandInput, ListMLModelTransformJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListMLModelTransformJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMLModelTransformJobsCommandInput, ListMLModelTransformJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of model transform job IDs. 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
@@ -94,6 +94,7 @@ declare const ListMLModelTransformJobsCommand_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 ListMLModelTransformJobsCommand extends ListMLModelTransformJobsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface ListOpenCypherQueriesCommandOutput extends ListOpenCypherQuerie
22
22
  }
23
23
  declare const ListOpenCypherQueriesCommand_base: {
24
24
  new (input: ListOpenCypherQueriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListOpenCypherQueriesCommandInput, ListOpenCypherQueriesCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListOpenCypherQueriesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOpenCypherQueriesCommandInput, ListOpenCypherQueriesCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists active openCypher queries. 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
@@ -127,6 +127,7 @@ declare const ListOpenCypherQueriesCommand_base: {
127
127
  * @throws {@link NeptunedataServiceException}
128
128
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
129
129
  *
130
+ * @public
130
131
  */
131
132
  export declare class ListOpenCypherQueriesCommand extends ListOpenCypherQueriesCommand_base {
132
133
  }
@@ -22,10 +22,10 @@ export interface ManagePropertygraphStatisticsCommandOutput extends ManageProper
22
22
  }
23
23
  declare const ManagePropertygraphStatisticsCommand_base: {
24
24
  new (input: ManagePropertygraphStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<ManagePropertygraphStatisticsCommandInput, ManagePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ManagePropertygraphStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<ManagePropertygraphStatisticsCommandInput, ManagePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Manages the generation and use of property graph 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 ManagePropertygraphStatisticsCommand_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 ManagePropertygraphStatisticsCommand extends ManagePropertygraphStatisticsCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface ManageSparqlStatisticsCommandOutput extends ManageSparqlStatist
22
22
  }
23
23
  declare const ManageSparqlStatisticsCommand_base: {
24
24
  new (input: ManageSparqlStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<ManageSparqlStatisticsCommandInput, ManageSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ManageSparqlStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<ManageSparqlStatisticsCommandInput, ManageSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Manages the generation and use of RDF graph 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 ManageSparqlStatisticsCommand_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 ManageSparqlStatisticsCommand extends ManageSparqlStatisticsCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface StartLoaderJobCommandOutput extends StartLoaderJobOutput, __Met
22
22
  }
23
23
  declare const StartLoaderJobCommand_base: {
24
24
  new (input: StartLoaderJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartLoaderJobCommandInput, StartLoaderJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartLoaderJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartLoaderJobCommandInput, StartLoaderJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts a Neptune bulk loader job to load data from an Amazon S3
30
30
  * bucket into a Neptune DB instance. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load.html">Using the Amazon Neptune
31
31
  * Bulk Loader to Ingest Data</a>.</p>
@@ -119,6 +119,7 @@ declare const StartLoaderJobCommand_base: {
119
119
  * @throws {@link NeptunedataServiceException}
120
120
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
121
121
  *
122
+ * @public
122
123
  */
123
124
  export declare class StartLoaderJobCommand extends StartLoaderJobCommand_base {
124
125
  }
@@ -22,10 +22,10 @@ export interface StartMLDataProcessingJobCommandOutput extends StartMLDataProces
22
22
  }
23
23
  declare const StartMLDataProcessingJobCommand_base: {
24
24
  new (input: StartMLDataProcessingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMLDataProcessingJobCommandInput, StartMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartMLDataProcessingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMLDataProcessingJobCommandInput, StartMLDataProcessingJobCommandOutput, 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 data processing job for processing the
30
30
  * graph data exported from Neptune for training. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html">The
31
31
  * <code>dataprocessing</code> command</a>.</p>
@@ -112,6 +112,7 @@ declare const StartMLDataProcessingJobCommand_base: {
112
112
  * @throws {@link NeptunedataServiceException}
113
113
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class StartMLDataProcessingJobCommand extends StartMLDataProcessingJobCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface StartMLModelTrainingJobCommandOutput extends StartMLModelTraini
22
22
  }
23
23
  declare const StartMLModelTrainingJobCommand_base: {
24
24
  new (input: StartMLModelTrainingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMLModelTrainingJobCommandInput, StartMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartMLModelTrainingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMLModelTrainingJobCommandInput, StartMLModelTrainingJobCommandOutput, 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 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
@@ -118,6 +118,7 @@ declare const StartMLModelTrainingJobCommand_base: {
118
118
  * @throws {@link NeptunedataServiceException}
119
119
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class StartMLModelTrainingJobCommand extends StartMLModelTrainingJobCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface StartMLModelTransformJobCommandOutput extends StartMLModelTrans
22
22
  }
23
23
  declare const StartMLModelTransformJobCommand_base: {
24
24
  new (input: StartMLModelTransformJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMLModelTransformJobCommandInput, StartMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartMLModelTransformJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMLModelTransformJobCommandInput, StartMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new 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
@@ -113,6 +113,7 @@ declare const StartMLModelTransformJobCommand_base: {
113
113
  * @throws {@link NeptunedataServiceException}
114
114
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class StartMLModelTransformJobCommand extends StartMLModelTransformJobCommand_base {
118
119
  }
@@ -15,5 +15,4 @@ export { RuntimeExtension } from "./runtimeExtensions";
15
15
  export { NeptunedataExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
17
17
  export * from "./models";
18
- import "@aws-sdk/util-endpoints";
19
18
  export { NeptunedataServiceException } from "./models/NeptunedataServiceException";