@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 { CreateMLEndpointInput, CreateMLEndpointOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateMLEndpointCommandInput extends CreateMLEndpointInput {
21
20
  */
22
21
  export interface CreateMLEndpointCommandOutput extends CreateMLEndpointOutput, __MetadataBearer {
23
22
  }
23
+ declare const CreateMLEndpointCommand_base: {
24
+ new (input: CreateMLEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMLEndpointCommandInput, CreateMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new Neptune ML inference endpoint that lets you query
@@ -101,23 +104,5 @@ export interface CreateMLEndpointCommandOutput extends CreateMLEndpointOutput, _
101
104
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
102
105
  *
103
106
  */
104
- export declare class CreateMLEndpointCommand extends $Command<CreateMLEndpointCommandInput, CreateMLEndpointCommandOutput, NeptunedataClientResolvedConfig> {
105
- readonly input: CreateMLEndpointCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: CreateMLEndpointCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMLEndpointCommandInput, CreateMLEndpointCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class CreateMLEndpointCommand extends CreateMLEndpointCommand_base {
123
108
  }
@@ -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 { DeleteMLEndpointInput, DeleteMLEndpointOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteMLEndpointCommandInput extends DeleteMLEndpointInput {
21
20
  */
22
21
  export interface DeleteMLEndpointCommandOutput extends DeleteMLEndpointOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteMLEndpointCommand_base: {
24
+ new (input: DeleteMLEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMLEndpointCommandInput, DeleteMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Cancels the creation of a Neptune ML inference endpoint. See
@@ -92,23 +95,5 @@ export interface DeleteMLEndpointCommandOutput extends DeleteMLEndpointOutput, _
92
95
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
93
96
  *
94
97
  */
95
- export declare class DeleteMLEndpointCommand extends $Command<DeleteMLEndpointCommandInput, DeleteMLEndpointCommandOutput, NeptunedataClientResolvedConfig> {
96
- readonly input: DeleteMLEndpointCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: DeleteMLEndpointCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMLEndpointCommandInput, DeleteMLEndpointCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class DeleteMLEndpointCommand extends DeleteMLEndpointCommand_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 { DeletePropertygraphStatisticsOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeletePropertygraphStatisticsCommandInput {
21
20
  */
22
21
  export interface DeletePropertygraphStatisticsCommandOutput extends DeletePropertygraphStatisticsOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeletePropertygraphStatisticsCommand_base: {
24
+ new (input: DeletePropertygraphStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePropertygraphStatisticsCommandInput, DeletePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes statistics for Gremlin and openCypher (property graph)
@@ -98,23 +101,5 @@ export interface DeletePropertygraphStatisticsCommandOutput extends DeleteProper
98
101
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
99
102
  *
100
103
  */
101
- export declare class DeletePropertygraphStatisticsCommand extends $Command<DeletePropertygraphStatisticsCommandInput, DeletePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig> {
102
- readonly input: DeletePropertygraphStatisticsCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: DeletePropertygraphStatisticsCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePropertygraphStatisticsCommandInput, DeletePropertygraphStatisticsCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class DeletePropertygraphStatisticsCommand extends DeletePropertygraphStatisticsCommand_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 { DeleteSparqlStatisticsOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSparqlStatisticsCommandInput {
21
20
  */
22
21
  export interface DeleteSparqlStatisticsCommandOutput extends DeleteSparqlStatisticsOutput, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSparqlStatisticsCommand_base: {
24
+ new (input: DeleteSparqlStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSparqlStatisticsCommandInput, DeleteSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes SPARQL statistics</p>
@@ -97,23 +100,5 @@ export interface DeleteSparqlStatisticsCommandOutput extends DeleteSparqlStatist
97
100
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
98
101
  *
99
102
  */
100
- export declare class DeleteSparqlStatisticsCommand extends $Command<DeleteSparqlStatisticsCommandInput, DeleteSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig> {
101
- readonly input: DeleteSparqlStatisticsCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: DeleteSparqlStatisticsCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSparqlStatisticsCommandInput, DeleteSparqlStatisticsCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class DeleteSparqlStatisticsCommand extends DeleteSparqlStatisticsCommand_base {
119
104
  }
@@ -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 { ExecuteFastResetInput, ExecuteFastResetOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ExecuteFastResetCommandInput extends ExecuteFastResetInput {
21
20
  */
22
21
  export interface ExecuteFastResetCommandOutput extends ExecuteFastResetOutput, __MetadataBearer {
23
22
  }
23
+ declare const ExecuteFastResetCommand_base: {
24
+ new (input: ExecuteFastResetCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteFastResetCommandInput, ExecuteFastResetCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The fast reset REST API lets you reset a Neptune graph quicky
@@ -105,23 +108,5 @@ export interface ExecuteFastResetCommandOutput extends ExecuteFastResetOutput, _
105
108
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
106
109
  *
107
110
  */
108
- export declare class ExecuteFastResetCommand extends $Command<ExecuteFastResetCommandInput, ExecuteFastResetCommandOutput, NeptunedataClientResolvedConfig> {
109
- readonly input: ExecuteFastResetCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: ExecuteFastResetCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteFastResetCommandInput, ExecuteFastResetCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class ExecuteFastResetCommand extends ExecuteFastResetCommand_base {
127
112
  }
@@ -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 { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
5
4
  import { ExecuteGremlinExplainQueryInput, ExecuteGremlinExplainQueryOutput } from "../models/models_0";
6
5
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -28,6 +27,10 @@ export type ExecuteGremlinExplainQueryCommandOutputType = Omit<ExecuteGremlinExp
28
27
  */
29
28
  export interface ExecuteGremlinExplainQueryCommandOutput extends ExecuteGremlinExplainQueryCommandOutputType, __MetadataBearer {
30
29
  }
30
+ declare const ExecuteGremlinExplainQueryCommand_base: {
31
+ new (input: ExecuteGremlinExplainQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteGremlinExplainQueryCommandInput, ExecuteGremlinExplainQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ };
31
34
  /**
32
35
  * @public
33
36
  * <p>Executes a Gremlin Explain query.</p>
@@ -158,23 +161,5 @@ export interface ExecuteGremlinExplainQueryCommandOutput extends ExecuteGremlinE
158
161
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
159
162
  *
160
163
  */
161
- export declare class ExecuteGremlinExplainQueryCommand extends $Command<ExecuteGremlinExplainQueryCommandInput, ExecuteGremlinExplainQueryCommandOutput, NeptunedataClientResolvedConfig> {
162
- readonly input: ExecuteGremlinExplainQueryCommandInput;
163
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
164
- /**
165
- * @public
166
- */
167
- constructor(input: ExecuteGremlinExplainQueryCommandInput);
168
- /**
169
- * @internal
170
- */
171
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteGremlinExplainQueryCommandInput, ExecuteGremlinExplainQueryCommandOutput>;
172
- /**
173
- * @internal
174
- */
175
- private serialize;
176
- /**
177
- * @internal
178
- */
179
- private deserialize;
164
+ export declare class ExecuteGremlinExplainQueryCommand extends ExecuteGremlinExplainQueryCommand_base {
180
165
  }
@@ -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 { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
5
4
  import { ExecuteGremlinProfileQueryInput, ExecuteGremlinProfileQueryOutput } from "../models/models_0";
6
5
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -28,6 +27,10 @@ export type ExecuteGremlinProfileQueryCommandOutputType = Omit<ExecuteGremlinPro
28
27
  */
29
28
  export interface ExecuteGremlinProfileQueryCommandOutput extends ExecuteGremlinProfileQueryCommandOutputType, __MetadataBearer {
30
29
  }
30
+ declare const ExecuteGremlinProfileQueryCommand_base: {
31
+ new (input: ExecuteGremlinProfileQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteGremlinProfileQueryCommandInput, ExecuteGremlinProfileQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ };
31
34
  /**
32
35
  * @public
33
36
  * <p>Executes a Gremlin Profile query, which runs a specified traversal,
@@ -137,23 +140,5 @@ export interface ExecuteGremlinProfileQueryCommandOutput extends ExecuteGremlinP
137
140
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
138
141
  *
139
142
  */
140
- export declare class ExecuteGremlinProfileQueryCommand extends $Command<ExecuteGremlinProfileQueryCommandInput, ExecuteGremlinProfileQueryCommandOutput, NeptunedataClientResolvedConfig> {
141
- readonly input: ExecuteGremlinProfileQueryCommandInput;
142
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
143
- /**
144
- * @public
145
- */
146
- constructor(input: ExecuteGremlinProfileQueryCommandInput);
147
- /**
148
- * @internal
149
- */
150
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteGremlinProfileQueryCommandInput, ExecuteGremlinProfileQueryCommandOutput>;
151
- /**
152
- * @internal
153
- */
154
- private serialize;
155
- /**
156
- * @internal
157
- */
158
- private deserialize;
143
+ export declare class ExecuteGremlinProfileQueryCommand extends ExecuteGremlinProfileQueryCommand_base {
159
144
  }
@@ -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 { ExecuteGremlinQueryInput, ExecuteGremlinQueryOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ExecuteGremlinQueryCommandInput extends ExecuteGremlinQueryInpu
21
20
  */
22
21
  export interface ExecuteGremlinQueryCommandOutput extends ExecuteGremlinQueryOutput, __MetadataBearer {
23
22
  }
23
+ declare const ExecuteGremlinQueryCommand_base: {
24
+ new (input: ExecuteGremlinQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteGremlinQueryCommandInput, ExecuteGremlinQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This commands executes a Gremlin query. Amazon Neptune is compatible
@@ -153,23 +156,5 @@ export interface ExecuteGremlinQueryCommandOutput extends ExecuteGremlinQueryOut
153
156
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
154
157
  *
155
158
  */
156
- export declare class ExecuteGremlinQueryCommand extends $Command<ExecuteGremlinQueryCommandInput, ExecuteGremlinQueryCommandOutput, NeptunedataClientResolvedConfig> {
157
- readonly input: ExecuteGremlinQueryCommandInput;
158
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
159
- /**
160
- * @public
161
- */
162
- constructor(input: ExecuteGremlinQueryCommandInput);
163
- /**
164
- * @internal
165
- */
166
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteGremlinQueryCommandInput, ExecuteGremlinQueryCommandOutput>;
167
- /**
168
- * @internal
169
- */
170
- private serialize;
171
- /**
172
- * @internal
173
- */
174
- private deserialize;
159
+ export declare class ExecuteGremlinQueryCommand extends ExecuteGremlinQueryCommand_base {
175
160
  }
@@ -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 { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
5
4
  import { ExecuteOpenCypherExplainQueryInput, ExecuteOpenCypherExplainQueryOutput } from "../models/models_0";
6
5
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -28,6 +27,10 @@ export type ExecuteOpenCypherExplainQueryCommandOutputType = Omit<ExecuteOpenCyp
28
27
  */
29
28
  export interface ExecuteOpenCypherExplainQueryCommandOutput extends ExecuteOpenCypherExplainQueryCommandOutputType, __MetadataBearer {
30
29
  }
30
+ declare const ExecuteOpenCypherExplainQueryCommand_base: {
31
+ new (input: ExecuteOpenCypherExplainQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteOpenCypherExplainQueryCommandInput, ExecuteOpenCypherExplainQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
32
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ };
31
34
  /**
32
35
  * @public
33
36
  * <p>Executes an openCypher <code>explain</code> request. See
@@ -137,23 +140,5 @@ export interface ExecuteOpenCypherExplainQueryCommandOutput extends ExecuteOpenC
137
140
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
138
141
  *
139
142
  */
140
- export declare class ExecuteOpenCypherExplainQueryCommand extends $Command<ExecuteOpenCypherExplainQueryCommandInput, ExecuteOpenCypherExplainQueryCommandOutput, NeptunedataClientResolvedConfig> {
141
- readonly input: ExecuteOpenCypherExplainQueryCommandInput;
142
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
143
- /**
144
- * @public
145
- */
146
- constructor(input: ExecuteOpenCypherExplainQueryCommandInput);
147
- /**
148
- * @internal
149
- */
150
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteOpenCypherExplainQueryCommandInput, ExecuteOpenCypherExplainQueryCommandOutput>;
151
- /**
152
- * @internal
153
- */
154
- private serialize;
155
- /**
156
- * @internal
157
- */
158
- private deserialize;
143
+ export declare class ExecuteOpenCypherExplainQueryCommand extends ExecuteOpenCypherExplainQueryCommand_base {
159
144
  }
@@ -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 { ExecuteOpenCypherQueryInput, ExecuteOpenCypherQueryOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ExecuteOpenCypherQueryCommandInput extends ExecuteOpenCypherQue
21
20
  */
22
21
  export interface ExecuteOpenCypherQueryCommandOutput extends ExecuteOpenCypherQueryOutput, __MetadataBearer {
23
22
  }
23
+ declare const ExecuteOpenCypherQueryCommand_base: {
24
+ new (input: ExecuteOpenCypherQueryCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteOpenCypherQueryCommandInput, ExecuteOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Executes an openCypher query. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher.html">Accessing
@@ -154,23 +157,5 @@ export interface ExecuteOpenCypherQueryCommandOutput extends ExecuteOpenCypherQu
154
157
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
155
158
  *
156
159
  */
157
- export declare class ExecuteOpenCypherQueryCommand extends $Command<ExecuteOpenCypherQueryCommandInput, ExecuteOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig> {
158
- readonly input: ExecuteOpenCypherQueryCommandInput;
159
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
160
- /**
161
- * @public
162
- */
163
- constructor(input: ExecuteOpenCypherQueryCommandInput);
164
- /**
165
- * @internal
166
- */
167
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteOpenCypherQueryCommandInput, ExecuteOpenCypherQueryCommandOutput>;
168
- /**
169
- * @internal
170
- */
171
- private serialize;
172
- /**
173
- * @internal
174
- */
175
- private deserialize;
160
+ export declare class ExecuteOpenCypherQueryCommand extends ExecuteOpenCypherQueryCommand_base {
176
161
  }
@@ -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 { GetEngineStatusOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetEngineStatusCommandInput {
21
20
  */
22
21
  export interface GetEngineStatusCommandOutput extends GetEngineStatusOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetEngineStatusCommand_base: {
24
+ new (input: GetEngineStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetEngineStatusCommandInput, GetEngineStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the status of the graph database on the host.</p>
@@ -101,23 +104,5 @@ export interface GetEngineStatusCommandOutput extends GetEngineStatusOutput, __M
101
104
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
102
105
  *
103
106
  */
104
- export declare class GetEngineStatusCommand extends $Command<GetEngineStatusCommandInput, GetEngineStatusCommandOutput, NeptunedataClientResolvedConfig> {
105
- readonly input: GetEngineStatusCommandInput;
106
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
107
- /**
108
- * @public
109
- */
110
- constructor(input: GetEngineStatusCommandInput);
111
- /**
112
- * @internal
113
- */
114
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEngineStatusCommandInput, GetEngineStatusCommandOutput>;
115
- /**
116
- * @internal
117
- */
118
- private serialize;
119
- /**
120
- * @internal
121
- */
122
- private deserialize;
107
+ export declare class GetEngineStatusCommand extends GetEngineStatusCommand_base {
123
108
  }
@@ -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 { GetGremlinQueryStatusInput, GetGremlinQueryStatusOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetGremlinQueryStatusCommandInput extends GetGremlinQueryStatus
21
20
  */
22
21
  export interface GetGremlinQueryStatusCommandOutput extends GetGremlinQueryStatusOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetGremlinQueryStatusCommand_base: {
24
+ new (input: GetGremlinQueryStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetGremlinQueryStatusCommandInput, GetGremlinQueryStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets the status of a specified Gremlin query.</p>
@@ -115,23 +118,5 @@ export interface GetGremlinQueryStatusCommandOutput extends GetGremlinQueryStatu
115
118
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
116
119
  *
117
120
  */
118
- export declare class GetGremlinQueryStatusCommand extends $Command<GetGremlinQueryStatusCommandInput, GetGremlinQueryStatusCommandOutput, NeptunedataClientResolvedConfig> {
119
- readonly input: GetGremlinQueryStatusCommandInput;
120
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
121
- /**
122
- * @public
123
- */
124
- constructor(input: GetGremlinQueryStatusCommandInput);
125
- /**
126
- * @internal
127
- */
128
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGremlinQueryStatusCommandInput, GetGremlinQueryStatusCommandOutput>;
129
- /**
130
- * @internal
131
- */
132
- private serialize;
133
- /**
134
- * @internal
135
- */
136
- private deserialize;
121
+ export declare class GetGremlinQueryStatusCommand extends GetGremlinQueryStatusCommand_base {
137
122
  }
@@ -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 { GetLoaderJobStatusInput, GetLoaderJobStatusOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetLoaderJobStatusCommandInput extends GetLoaderJobStatusInput
21
20
  */
22
21
  export interface GetLoaderJobStatusCommandOutput extends GetLoaderJobStatusOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetLoaderJobStatusCommand_base: {
24
+ new (input: GetLoaderJobStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoaderJobStatusCommandInput, GetLoaderJobStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets status information about a specified load job.
@@ -103,23 +106,5 @@ export interface GetLoaderJobStatusCommandOutput extends GetLoaderJobStatusOutpu
103
106
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
104
107
  *
105
108
  */
106
- export declare class GetLoaderJobStatusCommand extends $Command<GetLoaderJobStatusCommandInput, GetLoaderJobStatusCommandOutput, NeptunedataClientResolvedConfig> {
107
- readonly input: GetLoaderJobStatusCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: GetLoaderJobStatusCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLoaderJobStatusCommandInput, GetLoaderJobStatusCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class GetLoaderJobStatusCommand extends GetLoaderJobStatusCommand_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 { GetMLDataProcessingJobInput, GetMLDataProcessingJobOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetMLDataProcessingJobCommandInput extends GetMLDataProcessingJ
21
20
  */
22
21
  export interface GetMLDataProcessingJobCommandOutput extends GetMLDataProcessingJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const GetMLDataProcessingJobCommand_base: {
24
+ new (input: GetMLDataProcessingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLDataProcessingJobCommandInput, GetMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
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
@@ -99,23 +102,5 @@ export interface GetMLDataProcessingJobCommandOutput extends GetMLDataProcessing
99
102
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
100
103
  *
101
104
  */
102
- export declare class GetMLDataProcessingJobCommand extends $Command<GetMLDataProcessingJobCommandInput, GetMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig> {
103
- readonly input: GetMLDataProcessingJobCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: GetMLDataProcessingJobCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetMLDataProcessingJobCommandInput, GetMLDataProcessingJobCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class GetMLDataProcessingJobCommand extends GetMLDataProcessingJobCommand_base {
121
106
  }