@aws-sdk/client-neptunedata 3.478.0 → 3.481.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 (177) hide show
  1. package/dist-cjs/commands/CancelGremlinQueryCommand.js +18 -41
  2. package/dist-cjs/commands/CancelLoaderJobCommand.js +18 -41
  3. package/dist-cjs/commands/CancelMLDataProcessingJobCommand.js +18 -41
  4. package/dist-cjs/commands/CancelMLModelTrainingJobCommand.js +18 -41
  5. package/dist-cjs/commands/CancelMLModelTransformJobCommand.js +18 -41
  6. package/dist-cjs/commands/CancelOpenCypherQueryCommand.js +18 -41
  7. package/dist-cjs/commands/CreateMLEndpointCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteMLEndpointCommand.js +18 -41
  9. package/dist-cjs/commands/DeletePropertygraphStatisticsCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteSparqlStatisticsCommand.js +18 -41
  11. package/dist-cjs/commands/ExecuteFastResetCommand.js +18 -41
  12. package/dist-cjs/commands/ExecuteGremlinExplainQueryCommand.js +18 -41
  13. package/dist-cjs/commands/ExecuteGremlinProfileQueryCommand.js +18 -41
  14. package/dist-cjs/commands/ExecuteGremlinQueryCommand.js +18 -41
  15. package/dist-cjs/commands/ExecuteOpenCypherExplainQueryCommand.js +18 -41
  16. package/dist-cjs/commands/ExecuteOpenCypherQueryCommand.js +18 -41
  17. package/dist-cjs/commands/GetEngineStatusCommand.js +18 -41
  18. package/dist-cjs/commands/GetGremlinQueryStatusCommand.js +18 -41
  19. package/dist-cjs/commands/GetLoaderJobStatusCommand.js +18 -41
  20. package/dist-cjs/commands/GetMLDataProcessingJobCommand.js +18 -41
  21. package/dist-cjs/commands/GetMLEndpointCommand.js +18 -41
  22. package/dist-cjs/commands/GetMLModelTrainingJobCommand.js +18 -41
  23. package/dist-cjs/commands/GetMLModelTransformJobCommand.js +18 -41
  24. package/dist-cjs/commands/GetOpenCypherQueryStatusCommand.js +18 -41
  25. package/dist-cjs/commands/GetPropertygraphStatisticsCommand.js +18 -41
  26. package/dist-cjs/commands/GetPropertygraphStreamCommand.js +18 -41
  27. package/dist-cjs/commands/GetPropertygraphSummaryCommand.js +18 -41
  28. package/dist-cjs/commands/GetRDFGraphSummaryCommand.js +18 -41
  29. package/dist-cjs/commands/GetSparqlStatisticsCommand.js +18 -41
  30. package/dist-cjs/commands/GetSparqlStreamCommand.js +18 -41
  31. package/dist-cjs/commands/ListGremlinQueriesCommand.js +18 -41
  32. package/dist-cjs/commands/ListLoaderJobsCommand.js +18 -41
  33. package/dist-cjs/commands/ListMLDataProcessingJobsCommand.js +18 -41
  34. package/dist-cjs/commands/ListMLEndpointsCommand.js +18 -41
  35. package/dist-cjs/commands/ListMLModelTrainingJobsCommand.js +18 -41
  36. package/dist-cjs/commands/ListMLModelTransformJobsCommand.js +18 -41
  37. package/dist-cjs/commands/ListOpenCypherQueriesCommand.js +18 -41
  38. package/dist-cjs/commands/ManagePropertygraphStatisticsCommand.js +18 -41
  39. package/dist-cjs/commands/ManageSparqlStatisticsCommand.js +18 -41
  40. package/dist-cjs/commands/StartLoaderJobCommand.js +18 -41
  41. package/dist-cjs/commands/StartMLDataProcessingJobCommand.js +18 -41
  42. package/dist-cjs/commands/StartMLModelTrainingJobCommand.js +18 -41
  43. package/dist-cjs/commands/StartMLModelTransformJobCommand.js +18 -41
  44. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  45. package/dist-es/commands/CancelGremlinQueryCommand.js +18 -41
  46. package/dist-es/commands/CancelLoaderJobCommand.js +18 -41
  47. package/dist-es/commands/CancelMLDataProcessingJobCommand.js +18 -41
  48. package/dist-es/commands/CancelMLModelTrainingJobCommand.js +18 -41
  49. package/dist-es/commands/CancelMLModelTransformJobCommand.js +18 -41
  50. package/dist-es/commands/CancelOpenCypherQueryCommand.js +18 -41
  51. package/dist-es/commands/CreateMLEndpointCommand.js +18 -41
  52. package/dist-es/commands/DeleteMLEndpointCommand.js +18 -41
  53. package/dist-es/commands/DeletePropertygraphStatisticsCommand.js +18 -41
  54. package/dist-es/commands/DeleteSparqlStatisticsCommand.js +18 -41
  55. package/dist-es/commands/ExecuteFastResetCommand.js +18 -41
  56. package/dist-es/commands/ExecuteGremlinExplainQueryCommand.js +18 -41
  57. package/dist-es/commands/ExecuteGremlinProfileQueryCommand.js +18 -41
  58. package/dist-es/commands/ExecuteGremlinQueryCommand.js +18 -41
  59. package/dist-es/commands/ExecuteOpenCypherExplainQueryCommand.js +18 -41
  60. package/dist-es/commands/ExecuteOpenCypherQueryCommand.js +18 -41
  61. package/dist-es/commands/GetEngineStatusCommand.js +18 -41
  62. package/dist-es/commands/GetGremlinQueryStatusCommand.js +18 -41
  63. package/dist-es/commands/GetLoaderJobStatusCommand.js +18 -41
  64. package/dist-es/commands/GetMLDataProcessingJobCommand.js +18 -41
  65. package/dist-es/commands/GetMLEndpointCommand.js +18 -41
  66. package/dist-es/commands/GetMLModelTrainingJobCommand.js +18 -41
  67. package/dist-es/commands/GetMLModelTransformJobCommand.js +18 -41
  68. package/dist-es/commands/GetOpenCypherQueryStatusCommand.js +18 -41
  69. package/dist-es/commands/GetPropertygraphStatisticsCommand.js +18 -41
  70. package/dist-es/commands/GetPropertygraphStreamCommand.js +18 -41
  71. package/dist-es/commands/GetPropertygraphSummaryCommand.js +18 -41
  72. package/dist-es/commands/GetRDFGraphSummaryCommand.js +18 -41
  73. package/dist-es/commands/GetSparqlStatisticsCommand.js +18 -41
  74. package/dist-es/commands/GetSparqlStreamCommand.js +18 -41
  75. package/dist-es/commands/ListGremlinQueriesCommand.js +18 -41
  76. package/dist-es/commands/ListLoaderJobsCommand.js +18 -41
  77. package/dist-es/commands/ListMLDataProcessingJobsCommand.js +18 -41
  78. package/dist-es/commands/ListMLEndpointsCommand.js +18 -41
  79. package/dist-es/commands/ListMLModelTrainingJobsCommand.js +18 -41
  80. package/dist-es/commands/ListMLModelTransformJobsCommand.js +18 -41
  81. package/dist-es/commands/ListOpenCypherQueriesCommand.js +18 -41
  82. package/dist-es/commands/ManagePropertygraphStatisticsCommand.js +18 -41
  83. package/dist-es/commands/ManageSparqlStatisticsCommand.js +18 -41
  84. package/dist-es/commands/StartLoaderJobCommand.js +18 -41
  85. package/dist-es/commands/StartMLDataProcessingJobCommand.js +18 -41
  86. package/dist-es/commands/StartMLModelTrainingJobCommand.js +18 -41
  87. package/dist-es/commands/StartMLModelTransformJobCommand.js +18 -41
  88. package/dist-es/endpoint/EndpointParameters.js +6 -0
  89. package/dist-types/commands/CancelGremlinQueryCommand.d.ts +6 -21
  90. package/dist-types/commands/CancelLoaderJobCommand.d.ts +6 -21
  91. package/dist-types/commands/CancelMLDataProcessingJobCommand.d.ts +6 -21
  92. package/dist-types/commands/CancelMLModelTrainingJobCommand.d.ts +6 -21
  93. package/dist-types/commands/CancelMLModelTransformJobCommand.d.ts +6 -21
  94. package/dist-types/commands/CancelOpenCypherQueryCommand.d.ts +6 -21
  95. package/dist-types/commands/CreateMLEndpointCommand.d.ts +6 -21
  96. package/dist-types/commands/DeleteMLEndpointCommand.d.ts +6 -21
  97. package/dist-types/commands/DeletePropertygraphStatisticsCommand.d.ts +6 -21
  98. package/dist-types/commands/DeleteSparqlStatisticsCommand.d.ts +6 -21
  99. package/dist-types/commands/ExecuteFastResetCommand.d.ts +6 -21
  100. package/dist-types/commands/ExecuteGremlinExplainQueryCommand.d.ts +6 -21
  101. package/dist-types/commands/ExecuteGremlinProfileQueryCommand.d.ts +6 -21
  102. package/dist-types/commands/ExecuteGremlinQueryCommand.d.ts +6 -21
  103. package/dist-types/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +6 -21
  104. package/dist-types/commands/ExecuteOpenCypherQueryCommand.d.ts +6 -21
  105. package/dist-types/commands/GetEngineStatusCommand.d.ts +6 -21
  106. package/dist-types/commands/GetGremlinQueryStatusCommand.d.ts +6 -21
  107. package/dist-types/commands/GetLoaderJobStatusCommand.d.ts +6 -21
  108. package/dist-types/commands/GetMLDataProcessingJobCommand.d.ts +6 -21
  109. package/dist-types/commands/GetMLEndpointCommand.d.ts +6 -21
  110. package/dist-types/commands/GetMLModelTrainingJobCommand.d.ts +6 -21
  111. package/dist-types/commands/GetMLModelTransformJobCommand.d.ts +6 -21
  112. package/dist-types/commands/GetOpenCypherQueryStatusCommand.d.ts +6 -21
  113. package/dist-types/commands/GetPropertygraphStatisticsCommand.d.ts +6 -21
  114. package/dist-types/commands/GetPropertygraphStreamCommand.d.ts +6 -21
  115. package/dist-types/commands/GetPropertygraphSummaryCommand.d.ts +6 -21
  116. package/dist-types/commands/GetRDFGraphSummaryCommand.d.ts +6 -21
  117. package/dist-types/commands/GetSparqlStatisticsCommand.d.ts +6 -21
  118. package/dist-types/commands/GetSparqlStreamCommand.d.ts +6 -21
  119. package/dist-types/commands/ListGremlinQueriesCommand.d.ts +6 -21
  120. package/dist-types/commands/ListLoaderJobsCommand.d.ts +6 -21
  121. package/dist-types/commands/ListMLDataProcessingJobsCommand.d.ts +6 -21
  122. package/dist-types/commands/ListMLEndpointsCommand.d.ts +6 -21
  123. package/dist-types/commands/ListMLModelTrainingJobsCommand.d.ts +6 -21
  124. package/dist-types/commands/ListMLModelTransformJobsCommand.d.ts +6 -21
  125. package/dist-types/commands/ListOpenCypherQueriesCommand.d.ts +6 -21
  126. package/dist-types/commands/ManagePropertygraphStatisticsCommand.d.ts +6 -21
  127. package/dist-types/commands/ManageSparqlStatisticsCommand.d.ts +6 -21
  128. package/dist-types/commands/StartLoaderJobCommand.d.ts +6 -21
  129. package/dist-types/commands/StartMLDataProcessingJobCommand.d.ts +6 -21
  130. package/dist-types/commands/StartMLModelTrainingJobCommand.d.ts +6 -21
  131. package/dist-types/commands/StartMLModelTransformJobCommand.d.ts +6 -21
  132. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  133. package/dist-types/ts3.4/commands/CancelGremlinQueryCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/CancelLoaderJobCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/CancelMLDataProcessingJobCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/CancelMLModelTrainingJobCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/CancelMLModelTransformJobCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/CancelOpenCypherQueryCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/CreateMLEndpointCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/DeleteMLEndpointCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/DeletePropertygraphStatisticsCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/DeleteSparqlStatisticsCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/ExecuteFastResetCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/ExecuteGremlinExplainQueryCommand.d.ts +12 -24
  145. package/dist-types/ts3.4/commands/ExecuteGremlinProfileQueryCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/ExecuteGremlinQueryCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/ExecuteOpenCypherQueryCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/GetEngineStatusCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/GetGremlinQueryStatusCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/GetLoaderJobStatusCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/GetMLDataProcessingJobCommand.d.ts +12 -24
  153. package/dist-types/ts3.4/commands/GetMLEndpointCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/GetMLModelTrainingJobCommand.d.ts +12 -24
  155. package/dist-types/ts3.4/commands/GetMLModelTransformJobCommand.d.ts +12 -24
  156. package/dist-types/ts3.4/commands/GetOpenCypherQueryStatusCommand.d.ts +12 -24
  157. package/dist-types/ts3.4/commands/GetPropertygraphStatisticsCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/GetPropertygraphStreamCommand.d.ts +12 -24
  159. package/dist-types/ts3.4/commands/GetPropertygraphSummaryCommand.d.ts +12 -24
  160. package/dist-types/ts3.4/commands/GetRDFGraphSummaryCommand.d.ts +14 -23
  161. package/dist-types/ts3.4/commands/GetSparqlStatisticsCommand.d.ts +14 -23
  162. package/dist-types/ts3.4/commands/GetSparqlStreamCommand.d.ts +14 -23
  163. package/dist-types/ts3.4/commands/ListGremlinQueriesCommand.d.ts +14 -23
  164. package/dist-types/ts3.4/commands/ListLoaderJobsCommand.d.ts +14 -23
  165. package/dist-types/ts3.4/commands/ListMLDataProcessingJobsCommand.d.ts +12 -24
  166. package/dist-types/ts3.4/commands/ListMLEndpointsCommand.d.ts +14 -23
  167. package/dist-types/ts3.4/commands/ListMLModelTrainingJobsCommand.d.ts +12 -24
  168. package/dist-types/ts3.4/commands/ListMLModelTransformJobsCommand.d.ts +12 -24
  169. package/dist-types/ts3.4/commands/ListOpenCypherQueriesCommand.d.ts +12 -24
  170. package/dist-types/ts3.4/commands/ManagePropertygraphStatisticsCommand.d.ts +12 -24
  171. package/dist-types/ts3.4/commands/ManageSparqlStatisticsCommand.d.ts +12 -24
  172. package/dist-types/ts3.4/commands/StartLoaderJobCommand.d.ts +14 -23
  173. package/dist-types/ts3.4/commands/StartMLDataProcessingJobCommand.d.ts +12 -24
  174. package/dist-types/ts3.4/commands/StartMLModelTrainingJobCommand.d.ts +12 -24
  175. package/dist-types/ts3.4/commands/StartMLModelTransformJobCommand.d.ts +12 -24
  176. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  177. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetMLEndpointInput, GetMLEndpointOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMLEndpointCommandInput extends GetMLEndpointInput {
21
20
  */
22
21
  export interface GetMLEndpointCommandOutput extends GetMLEndpointOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMLEndpointCommand_base: {
24
+ new (input: GetMLEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLEndpointCommandInput, GetMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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
@@ -103,23 +106,5 @@ export interface GetMLEndpointCommandOutput extends GetMLEndpointOutput, __Metad
103
106
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
104
107
  *
105
108
  */
106
- export declare class GetMLEndpointCommand extends $Command<GetMLEndpointCommandInput, GetMLEndpointCommandOutput, NeptunedataClientResolvedConfig> {
107
- readonly input: GetMLEndpointCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: GetMLEndpointCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMLEndpointCommandInput, GetMLEndpointCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class GetMLEndpointCommand extends GetMLEndpointCommand_base {
125
110
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetMLModelTrainingJobInput, GetMLModelTrainingJobOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMLModelTrainingJobCommandInput extends GetMLModelTrainingJob
21
20
  */
22
21
  export interface GetMLModelTrainingJobCommandOutput extends GetMLModelTrainingJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMLModelTrainingJobCommand_base: {
24
+ new (input: GetMLModelTrainingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLModelTrainingJobCommandInput, GetMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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
@@ -121,23 +124,5 @@ export interface GetMLModelTrainingJobCommandOutput extends GetMLModelTrainingJo
121
124
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
122
125
  *
123
126
  */
124
- export declare class GetMLModelTrainingJobCommand extends $Command<GetMLModelTrainingJobCommandInput, GetMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig> {
125
- readonly input: GetMLModelTrainingJobCommandInput;
126
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
127
- /**
128
- * @public
129
- */
130
- constructor(input: GetMLModelTrainingJobCommandInput);
131
- /**
132
- * @internal
133
- */
134
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMLModelTrainingJobCommandInput, GetMLModelTrainingJobCommandOutput>;
135
- /**
136
- * @internal
137
- */
138
- private serialize;
139
- /**
140
- * @internal
141
- */
142
- private deserialize;
127
+ export declare class GetMLModelTrainingJobCommand extends GetMLModelTrainingJobCommand_base {
143
128
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetMLModelTransformJobInput, GetMLModelTransformJobOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMLModelTransformJobCommandInput extends GetMLModelTransformJ
21
20
  */
22
21
  export interface GetMLModelTransformJobCommandOutput extends GetMLModelTransformJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMLModelTransformJobCommand_base: {
24
+ new (input: GetMLModelTransformJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLModelTransformJobCommandInput, GetMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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
@@ -113,23 +116,5 @@ export interface GetMLModelTransformJobCommandOutput extends GetMLModelTransform
113
116
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
114
117
  *
115
118
  */
116
- export declare class GetMLModelTransformJobCommand extends $Command<GetMLModelTransformJobCommandInput, GetMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig> {
117
- readonly input: GetMLModelTransformJobCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: GetMLModelTransformJobCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMLModelTransformJobCommandInput, GetMLModelTransformJobCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class GetMLModelTransformJobCommand extends GetMLModelTransformJobCommand_base {
135
120
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetOpenCypherQueryStatusInput, GetOpenCypherQueryStatusOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetOpenCypherQueryStatusCommandInput extends GetOpenCypherQuery
21
20
  */
22
21
  export interface GetOpenCypherQueryStatusCommandOutput extends GetOpenCypherQueryStatusOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetOpenCypherQueryStatusCommand_base: {
24
+ new (input: GetOpenCypherQueryStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetOpenCypherQueryStatusCommandInput, GetOpenCypherQueryStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the status of a specified openCypher query.</p>
@@ -118,23 +121,5 @@ export interface GetOpenCypherQueryStatusCommandOutput extends GetOpenCypherQuer
118
121
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
119
122
  *
120
123
  */
121
- export declare class GetOpenCypherQueryStatusCommand extends $Command<GetOpenCypherQueryStatusCommandInput, GetOpenCypherQueryStatusCommandOutput, NeptunedataClientResolvedConfig> {
122
- readonly input: GetOpenCypherQueryStatusCommandInput;
123
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
124
- /**
125
- * @public
126
- */
127
- constructor(input: GetOpenCypherQueryStatusCommandInput);
128
- /**
129
- * @internal
130
- */
131
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOpenCypherQueryStatusCommandInput, GetOpenCypherQueryStatusCommandOutput>;
132
- /**
133
- * @internal
134
- */
135
- private serialize;
136
- /**
137
- * @internal
138
- */
139
- private deserialize;
124
+ export declare class GetOpenCypherQueryStatusCommand extends GetOpenCypherQueryStatusCommand_base {
140
125
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetPropertygraphStatisticsOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPropertygraphStatisticsCommandInput {
21
20
  */
22
21
  export interface GetPropertygraphStatisticsCommandOutput extends GetPropertygraphStatisticsOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetPropertygraphStatisticsCommand_base: {
24
+ new (input: GetPropertygraphStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetPropertygraphStatisticsCommandInput, GetPropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets property graph statistics (Gremlin and openCypher).</p>
@@ -104,23 +107,5 @@ export interface GetPropertygraphStatisticsCommandOutput extends GetPropertygrap
104
107
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
105
108
  *
106
109
  */
107
- export declare class GetPropertygraphStatisticsCommand extends $Command<GetPropertygraphStatisticsCommandInput, GetPropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig> {
108
- readonly input: GetPropertygraphStatisticsCommandInput;
109
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
110
- /**
111
- * @public
112
- */
113
- constructor(input: GetPropertygraphStatisticsCommandInput);
114
- /**
115
- * @internal
116
- */
117
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPropertygraphStatisticsCommandInput, GetPropertygraphStatisticsCommandOutput>;
118
- /**
119
- * @internal
120
- */
121
- private serialize;
122
- /**
123
- * @internal
124
- */
125
- private deserialize;
110
+ export declare class GetPropertygraphStatisticsCommand extends GetPropertygraphStatisticsCommand_base {
126
111
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetPropertygraphStreamInput, GetPropertygraphStreamOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPropertygraphStreamCommandInput extends GetPropertygraphStre
21
20
  */
22
21
  export interface GetPropertygraphStreamCommandOutput extends GetPropertygraphStreamOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetPropertygraphStreamCommand_base: {
24
+ new (input: GetPropertygraphStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetPropertygraphStreamCommandInput, GetPropertygraphStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a stream for a property graph.</p>
@@ -149,23 +152,5 @@ export interface GetPropertygraphStreamCommandOutput extends GetPropertygraphStr
149
152
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
150
153
  *
151
154
  */
152
- export declare class GetPropertygraphStreamCommand extends $Command<GetPropertygraphStreamCommandInput, GetPropertygraphStreamCommandOutput, NeptunedataClientResolvedConfig> {
153
- readonly input: GetPropertygraphStreamCommandInput;
154
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
155
- /**
156
- * @public
157
- */
158
- constructor(input: GetPropertygraphStreamCommandInput);
159
- /**
160
- * @internal
161
- */
162
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPropertygraphStreamCommandInput, GetPropertygraphStreamCommandOutput>;
163
- /**
164
- * @internal
165
- */
166
- private serialize;
167
- /**
168
- * @internal
169
- */
170
- private deserialize;
155
+ export declare class GetPropertygraphStreamCommand extends GetPropertygraphStreamCommand_base {
171
156
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetPropertygraphSummaryInput, GetPropertygraphSummaryOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetPropertygraphSummaryCommandInput extends GetPropertygraphSum
21
20
  */
22
21
  export interface GetPropertygraphSummaryCommandOutput extends GetPropertygraphSummaryOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetPropertygraphSummaryCommand_base: {
24
+ new (input: GetPropertygraphSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPropertygraphSummaryCommandInput, GetPropertygraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a graph summary for a property graph.</p>
@@ -143,23 +146,5 @@ export interface GetPropertygraphSummaryCommandOutput extends GetPropertygraphSu
143
146
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
144
147
  *
145
148
  */
146
- export declare class GetPropertygraphSummaryCommand extends $Command<GetPropertygraphSummaryCommandInput, GetPropertygraphSummaryCommandOutput, NeptunedataClientResolvedConfig> {
147
- readonly input: GetPropertygraphSummaryCommandInput;
148
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
149
- /**
150
- * @public
151
- */
152
- constructor(input: GetPropertygraphSummaryCommandInput);
153
- /**
154
- * @internal
155
- */
156
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPropertygraphSummaryCommandInput, GetPropertygraphSummaryCommandOutput>;
157
- /**
158
- * @internal
159
- */
160
- private serialize;
161
- /**
162
- * @internal
163
- */
164
- private deserialize;
149
+ export declare class GetPropertygraphSummaryCommand extends GetPropertygraphSummaryCommand_base {
165
150
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetRDFGraphSummaryInput, GetRDFGraphSummaryOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetRDFGraphSummaryCommandInput extends GetRDFGraphSummaryInput
21
20
  */
22
21
  export interface GetRDFGraphSummaryCommandOutput extends GetRDFGraphSummaryOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetRDFGraphSummaryCommand_base: {
24
+ new (input: GetRDFGraphSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetRDFGraphSummaryCommandInput, GetRDFGraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a graph summary for an RDF graph.</p>
@@ -120,23 +123,5 @@ export interface GetRDFGraphSummaryCommandOutput extends GetRDFGraphSummaryOutpu
120
123
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
121
124
  *
122
125
  */
123
- export declare class GetRDFGraphSummaryCommand extends $Command<GetRDFGraphSummaryCommandInput, GetRDFGraphSummaryCommandOutput, NeptunedataClientResolvedConfig> {
124
- readonly input: GetRDFGraphSummaryCommandInput;
125
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
126
- /**
127
- * @public
128
- */
129
- constructor(input: GetRDFGraphSummaryCommandInput);
130
- /**
131
- * @internal
132
- */
133
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRDFGraphSummaryCommandInput, GetRDFGraphSummaryCommandOutput>;
134
- /**
135
- * @internal
136
- */
137
- private serialize;
138
- /**
139
- * @internal
140
- */
141
- private deserialize;
126
+ export declare class GetRDFGraphSummaryCommand extends GetRDFGraphSummaryCommand_base {
142
127
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetSparqlStatisticsOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSparqlStatisticsCommandInput {
21
20
  */
22
21
  export interface GetSparqlStatisticsCommandOutput extends GetSparqlStatisticsOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetSparqlStatisticsCommand_base: {
24
+ new (input: GetSparqlStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSparqlStatisticsCommandInput, GetSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets RDF statistics (SPARQL).</p>
@@ -100,23 +103,5 @@ export interface GetSparqlStatisticsCommandOutput extends GetSparqlStatisticsOut
100
103
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
101
104
  *
102
105
  */
103
- export declare class GetSparqlStatisticsCommand extends $Command<GetSparqlStatisticsCommandInput, GetSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig> {
104
- readonly input: GetSparqlStatisticsCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: GetSparqlStatisticsCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSparqlStatisticsCommandInput, GetSparqlStatisticsCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class GetSparqlStatisticsCommand extends GetSparqlStatisticsCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GetSparqlStreamInput, GetSparqlStreamOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetSparqlStreamCommandInput extends GetSparqlStreamInput {
21
20
  */
22
21
  export interface GetSparqlStreamCommandOutput extends GetSparqlStreamOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetSparqlStreamCommand_base: {
24
+ new (input: GetSparqlStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetSparqlStreamCommandInput, GetSparqlStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a stream for an RDF graph.</p>
@@ -128,23 +131,5 @@ export interface GetSparqlStreamCommandOutput extends GetSparqlStreamOutput, __M
128
131
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
129
132
  *
130
133
  */
131
- export declare class GetSparqlStreamCommand extends $Command<GetSparqlStreamCommandInput, GetSparqlStreamCommandOutput, NeptunedataClientResolvedConfig> {
132
- readonly input: GetSparqlStreamCommandInput;
133
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
134
- /**
135
- * @public
136
- */
137
- constructor(input: GetSparqlStreamCommandInput);
138
- /**
139
- * @internal
140
- */
141
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSparqlStreamCommandInput, GetSparqlStreamCommandOutput>;
142
- /**
143
- * @internal
144
- */
145
- private serialize;
146
- /**
147
- * @internal
148
- */
149
- private deserialize;
134
+ export declare class GetSparqlStreamCommand extends GetSparqlStreamCommand_base {
150
135
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListGremlinQueriesInput, ListGremlinQueriesOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListGremlinQueriesCommandInput extends ListGremlinQueriesInput
21
20
  */
22
21
  export interface ListGremlinQueriesCommandOutput extends ListGremlinQueriesOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListGremlinQueriesCommand_base: {
24
+ new (input: ListGremlinQueriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGremlinQueriesCommandInput, ListGremlinQueriesCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists active Gremlin queries. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status.html">Gremlin query
@@ -122,23 +125,5 @@ export interface ListGremlinQueriesCommandOutput extends ListGremlinQueriesOutpu
122
125
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
123
126
  *
124
127
  */
125
- export declare class ListGremlinQueriesCommand extends $Command<ListGremlinQueriesCommandInput, ListGremlinQueriesCommandOutput, NeptunedataClientResolvedConfig> {
126
- readonly input: ListGremlinQueriesCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: ListGremlinQueriesCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGremlinQueriesCommandInput, ListGremlinQueriesCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class ListGremlinQueriesCommand extends ListGremlinQueriesCommand_base {
144
129
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListLoaderJobsInput, ListLoaderJobsOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListLoaderJobsCommandInput extends ListLoaderJobsInput {
21
20
  */
22
21
  export interface ListLoaderJobsCommandOutput extends ListLoaderJobsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListLoaderJobsCommand_base: {
24
+ new (input: ListLoaderJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLoaderJobsCommandInput, ListLoaderJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of the <code>loadIds</code> for all active
@@ -98,23 +101,5 @@ export interface ListLoaderJobsCommandOutput extends ListLoaderJobsOutput, __Met
98
101
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
99
102
  *
100
103
  */
101
- export declare class ListLoaderJobsCommand extends $Command<ListLoaderJobsCommandInput, ListLoaderJobsCommandOutput, NeptunedataClientResolvedConfig> {
102
- readonly input: ListLoaderJobsCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: ListLoaderJobsCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLoaderJobsCommandInput, ListLoaderJobsCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class ListLoaderJobsCommand extends ListLoaderJobsCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListMLDataProcessingJobsInput, ListMLDataProcessingJobsOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMLDataProcessingJobsCommandInput extends ListMLDataProcessi
21
20
  */
22
21
  export interface ListMLDataProcessingJobsCommandOutput extends ListMLDataProcessingJobsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListMLDataProcessingJobsCommand_base: {
24
+ new (input: ListMLDataProcessingJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMLDataProcessingJobsCommandInput, ListMLDataProcessingJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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
@@ -92,23 +95,5 @@ export interface ListMLDataProcessingJobsCommandOutput extends ListMLDataProcess
92
95
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
93
96
  *
94
97
  */
95
- export declare class ListMLDataProcessingJobsCommand extends $Command<ListMLDataProcessingJobsCommandInput, ListMLDataProcessingJobsCommandOutput, NeptunedataClientResolvedConfig> {
96
- readonly input: ListMLDataProcessingJobsCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: ListMLDataProcessingJobsCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMLDataProcessingJobsCommandInput, ListMLDataProcessingJobsCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class ListMLDataProcessingJobsCommand extends ListMLDataProcessingJobsCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ListMLEndpointsInput, ListMLEndpointsOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMLEndpointsCommandInput extends ListMLEndpointsInput {
21
20
  */
22
21
  export interface ListMLEndpointsCommandOutput extends ListMLEndpointsOutput, __MetadataBearer {
23
22
  }
23
+ declare const ListMLEndpointsCommand_base: {
24
+ new (input: ListMLEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMLEndpointsCommandInput, ListMLEndpointsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists existing inference endpoints. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html">Managing
@@ -92,23 +95,5 @@ export interface ListMLEndpointsCommandOutput extends ListMLEndpointsOutput, __M
92
95
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
93
96
  *
94
97
  */
95
- export declare class ListMLEndpointsCommand extends $Command<ListMLEndpointsCommandInput, ListMLEndpointsCommandOutput, NeptunedataClientResolvedConfig> {
96
- readonly input: ListMLEndpointsCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: ListMLEndpointsCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMLEndpointsCommandInput, ListMLEndpointsCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class ListMLEndpointsCommand extends ListMLEndpointsCommand_base {
114
99
  }