@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,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CancelMLModelTransformJobInput,
11
5
  CancelMLModelTransformJobOutput,
@@ -21,22 +15,16 @@ export interface CancelMLModelTransformJobCommandInput
21
15
  export interface CancelMLModelTransformJobCommandOutput
22
16
  extends CancelMLModelTransformJobOutput,
23
17
  __MetadataBearer {}
24
- export declare class CancelMLModelTransformJobCommand extends $Command<
25
- CancelMLModelTransformJobCommandInput,
26
- CancelMLModelTransformJobCommandOutput,
27
- NeptunedataClientResolvedConfig
28
- > {
29
- readonly input: CancelMLModelTransformJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CancelMLModelTransformJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: NeptunedataClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CancelMLModelTransformJobCommand_base: {
19
+ new (
20
+ input: CancelMLModelTransformJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CancelMLModelTransformJobCommandInput,
38
- CancelMLModelTransformJobCommandOutput
23
+ CancelMLModelTransformJobCommandOutput,
24
+ NeptunedataClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CancelMLModelTransformJobCommand extends CancelMLModelTransformJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CancelOpenCypherQueryInput,
11
5
  CancelOpenCypherQueryOutput,
@@ -21,22 +15,16 @@ export interface CancelOpenCypherQueryCommandInput
21
15
  export interface CancelOpenCypherQueryCommandOutput
22
16
  extends CancelOpenCypherQueryOutput,
23
17
  __MetadataBearer {}
24
- export declare class CancelOpenCypherQueryCommand extends $Command<
25
- CancelOpenCypherQueryCommandInput,
26
- CancelOpenCypherQueryCommandOutput,
27
- NeptunedataClientResolvedConfig
28
- > {
29
- readonly input: CancelOpenCypherQueryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CancelOpenCypherQueryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: NeptunedataClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CancelOpenCypherQueryCommand_base: {
19
+ new (
20
+ input: CancelOpenCypherQueryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CancelOpenCypherQueryCommandInput,
38
- CancelOpenCypherQueryCommandOutput
23
+ CancelOpenCypherQueryCommandOutput,
24
+ NeptunedataClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CancelOpenCypherQueryCommand extends CancelOpenCypherQueryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CreateMLEndpointInput,
11
5
  CreateMLEndpointOutput,
@@ -20,19 +14,16 @@ export interface CreateMLEndpointCommandInput extends CreateMLEndpointInput {}
20
14
  export interface CreateMLEndpointCommandOutput
21
15
  extends CreateMLEndpointOutput,
22
16
  __MetadataBearer {}
23
- export declare class CreateMLEndpointCommand extends $Command<
24
- CreateMLEndpointCommandInput,
25
- CreateMLEndpointCommandOutput,
26
- NeptunedataClientResolvedConfig
27
- > {
28
- readonly input: CreateMLEndpointCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateMLEndpointCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: NeptunedataClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateMLEndpointCommandInput, CreateMLEndpointCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateMLEndpointCommand_base: {
18
+ new (
19
+ input: CreateMLEndpointCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateMLEndpointCommandInput,
22
+ CreateMLEndpointCommandOutput,
23
+ NeptunedataClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateMLEndpointCommand extends CreateMLEndpointCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteMLEndpointInput,
11
5
  DeleteMLEndpointOutput,
@@ -20,19 +14,16 @@ export interface DeleteMLEndpointCommandInput extends DeleteMLEndpointInput {}
20
14
  export interface DeleteMLEndpointCommandOutput
21
15
  extends DeleteMLEndpointOutput,
22
16
  __MetadataBearer {}
23
- export declare class DeleteMLEndpointCommand extends $Command<
24
- DeleteMLEndpointCommandInput,
25
- DeleteMLEndpointCommandOutput,
26
- NeptunedataClientResolvedConfig
27
- > {
28
- readonly input: DeleteMLEndpointCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteMLEndpointCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: NeptunedataClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteMLEndpointCommandInput, DeleteMLEndpointCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteMLEndpointCommand_base: {
18
+ new (
19
+ input: DeleteMLEndpointCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteMLEndpointCommandInput,
22
+ DeleteMLEndpointCommandOutput,
23
+ NeptunedataClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteMLEndpointCommand extends DeleteMLEndpointCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeletePropertygraphStatisticsOutput } from "../models/models_0";
10
4
  import {
11
5
  NeptunedataClientResolvedConfig,
@@ -17,22 +11,16 @@ export interface DeletePropertygraphStatisticsCommandInput {}
17
11
  export interface DeletePropertygraphStatisticsCommandOutput
18
12
  extends DeletePropertygraphStatisticsOutput,
19
13
  __MetadataBearer {}
20
- export declare class DeletePropertygraphStatisticsCommand extends $Command<
21
- DeletePropertygraphStatisticsCommandInput,
22
- DeletePropertygraphStatisticsCommandOutput,
23
- NeptunedataClientResolvedConfig
24
- > {
25
- readonly input: DeletePropertygraphStatisticsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeletePropertygraphStatisticsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: NeptunedataClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeletePropertygraphStatisticsCommand_base: {
15
+ new (
16
+ input: DeletePropertygraphStatisticsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeletePropertygraphStatisticsCommandInput,
34
- DeletePropertygraphStatisticsCommandOutput
19
+ DeletePropertygraphStatisticsCommandOutput,
20
+ NeptunedataClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeletePropertygraphStatisticsCommand extends DeletePropertygraphStatisticsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteSparqlStatisticsOutput } from "../models/models_0";
10
4
  import {
11
5
  NeptunedataClientResolvedConfig,
@@ -17,22 +11,16 @@ export interface DeleteSparqlStatisticsCommandInput {}
17
11
  export interface DeleteSparqlStatisticsCommandOutput
18
12
  extends DeleteSparqlStatisticsOutput,
19
13
  __MetadataBearer {}
20
- export declare class DeleteSparqlStatisticsCommand extends $Command<
21
- DeleteSparqlStatisticsCommandInput,
22
- DeleteSparqlStatisticsCommandOutput,
23
- NeptunedataClientResolvedConfig
24
- > {
25
- readonly input: DeleteSparqlStatisticsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteSparqlStatisticsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: NeptunedataClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteSparqlStatisticsCommand_base: {
15
+ new (
16
+ input: DeleteSparqlStatisticsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteSparqlStatisticsCommandInput,
34
- DeleteSparqlStatisticsCommandOutput
19
+ DeleteSparqlStatisticsCommandOutput,
20
+ NeptunedataClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteSparqlStatisticsCommand extends DeleteSparqlStatisticsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ExecuteFastResetInput,
11
5
  ExecuteFastResetOutput,
@@ -20,19 +14,16 @@ export interface ExecuteFastResetCommandInput extends ExecuteFastResetInput {}
20
14
  export interface ExecuteFastResetCommandOutput
21
15
  extends ExecuteFastResetOutput,
22
16
  __MetadataBearer {}
23
- export declare class ExecuteFastResetCommand extends $Command<
24
- ExecuteFastResetCommandInput,
25
- ExecuteFastResetCommandOutput,
26
- NeptunedataClientResolvedConfig
27
- > {
28
- readonly input: ExecuteFastResetCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ExecuteFastResetCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: NeptunedataClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ExecuteFastResetCommandInput, ExecuteFastResetCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ExecuteFastResetCommand_base: {
18
+ new (
19
+ input: ExecuteFastResetCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ExecuteFastResetCommandInput,
22
+ ExecuteFastResetCommandOutput,
23
+ NeptunedataClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ExecuteFastResetCommand extends ExecuteFastResetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
10
4
  import {
11
5
  ExecuteGremlinExplainQueryInput,
@@ -28,22 +22,16 @@ export type ExecuteGremlinExplainQueryCommandOutputType = Pick<
28
22
  export interface ExecuteGremlinExplainQueryCommandOutput
29
23
  extends ExecuteGremlinExplainQueryCommandOutputType,
30
24
  __MetadataBearer {}
31
- export declare class ExecuteGremlinExplainQueryCommand extends $Command<
32
- ExecuteGremlinExplainQueryCommandInput,
33
- ExecuteGremlinExplainQueryCommandOutput,
34
- NeptunedataClientResolvedConfig
35
- > {
36
- readonly input: ExecuteGremlinExplainQueryCommandInput;
37
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
- constructor(input: ExecuteGremlinExplainQueryCommandInput);
39
- resolveMiddleware(
40
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
41
- configuration: NeptunedataClientResolvedConfig,
42
- options?: __HttpHandlerOptions
43
- ): Handler<
25
+ declare const ExecuteGremlinExplainQueryCommand_base: {
26
+ new (
27
+ input: ExecuteGremlinExplainQueryCommandInput
28
+ ): import("@smithy/smithy-client").CommandImpl<
44
29
  ExecuteGremlinExplainQueryCommandInput,
45
- ExecuteGremlinExplainQueryCommandOutput
30
+ ExecuteGremlinExplainQueryCommandOutput,
31
+ NeptunedataClientResolvedConfig,
32
+ ServiceInputTypes,
33
+ ServiceOutputTypes
46
34
  >;
47
- private serialize;
48
- private deserialize;
49
- }
35
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
+ };
37
+ export declare class ExecuteGremlinExplainQueryCommand extends ExecuteGremlinExplainQueryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
10
4
  import {
11
5
  ExecuteGremlinProfileQueryInput,
@@ -28,22 +22,16 @@ export type ExecuteGremlinProfileQueryCommandOutputType = Pick<
28
22
  export interface ExecuteGremlinProfileQueryCommandOutput
29
23
  extends ExecuteGremlinProfileQueryCommandOutputType,
30
24
  __MetadataBearer {}
31
- export declare class ExecuteGremlinProfileQueryCommand extends $Command<
32
- ExecuteGremlinProfileQueryCommandInput,
33
- ExecuteGremlinProfileQueryCommandOutput,
34
- NeptunedataClientResolvedConfig
35
- > {
36
- readonly input: ExecuteGremlinProfileQueryCommandInput;
37
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
- constructor(input: ExecuteGremlinProfileQueryCommandInput);
39
- resolveMiddleware(
40
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
41
- configuration: NeptunedataClientResolvedConfig,
42
- options?: __HttpHandlerOptions
43
- ): Handler<
25
+ declare const ExecuteGremlinProfileQueryCommand_base: {
26
+ new (
27
+ input: ExecuteGremlinProfileQueryCommandInput
28
+ ): import("@smithy/smithy-client").CommandImpl<
44
29
  ExecuteGremlinProfileQueryCommandInput,
45
- ExecuteGremlinProfileQueryCommandOutput
30
+ ExecuteGremlinProfileQueryCommandOutput,
31
+ NeptunedataClientResolvedConfig,
32
+ ServiceInputTypes,
33
+ ServiceOutputTypes
46
34
  >;
47
- private serialize;
48
- private deserialize;
49
- }
35
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
+ };
37
+ export declare class ExecuteGremlinProfileQueryCommand extends ExecuteGremlinProfileQueryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ExecuteGremlinQueryInput,
11
5
  ExecuteGremlinQueryOutput,
@@ -21,19 +15,16 @@ export interface ExecuteGremlinQueryCommandInput
21
15
  export interface ExecuteGremlinQueryCommandOutput
22
16
  extends ExecuteGremlinQueryOutput,
23
17
  __MetadataBearer {}
24
- export declare class ExecuteGremlinQueryCommand extends $Command<
25
- ExecuteGremlinQueryCommandInput,
26
- ExecuteGremlinQueryCommandOutput,
27
- NeptunedataClientResolvedConfig
28
- > {
29
- readonly input: ExecuteGremlinQueryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ExecuteGremlinQueryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: NeptunedataClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ExecuteGremlinQueryCommandInput, ExecuteGremlinQueryCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ExecuteGremlinQueryCommand_base: {
19
+ new (
20
+ input: ExecuteGremlinQueryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ExecuteGremlinQueryCommandInput,
23
+ ExecuteGremlinQueryCommandOutput,
24
+ NeptunedataClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ExecuteGremlinQueryCommand extends ExecuteGremlinQueryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
10
4
  import {
11
5
  ExecuteOpenCypherExplainQueryInput,
@@ -28,22 +22,16 @@ export type ExecuteOpenCypherExplainQueryCommandOutputType = Pick<
28
22
  export interface ExecuteOpenCypherExplainQueryCommandOutput
29
23
  extends ExecuteOpenCypherExplainQueryCommandOutputType,
30
24
  __MetadataBearer {}
31
- export declare class ExecuteOpenCypherExplainQueryCommand extends $Command<
32
- ExecuteOpenCypherExplainQueryCommandInput,
33
- ExecuteOpenCypherExplainQueryCommandOutput,
34
- NeptunedataClientResolvedConfig
35
- > {
36
- readonly input: ExecuteOpenCypherExplainQueryCommandInput;
37
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
- constructor(input: ExecuteOpenCypherExplainQueryCommandInput);
39
- resolveMiddleware(
40
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
41
- configuration: NeptunedataClientResolvedConfig,
42
- options?: __HttpHandlerOptions
43
- ): Handler<
25
+ declare const ExecuteOpenCypherExplainQueryCommand_base: {
26
+ new (
27
+ input: ExecuteOpenCypherExplainQueryCommandInput
28
+ ): import("@smithy/smithy-client").CommandImpl<
44
29
  ExecuteOpenCypherExplainQueryCommandInput,
45
- ExecuteOpenCypherExplainQueryCommandOutput
30
+ ExecuteOpenCypherExplainQueryCommandOutput,
31
+ NeptunedataClientResolvedConfig,
32
+ ServiceInputTypes,
33
+ ServiceOutputTypes
46
34
  >;
47
- private serialize;
48
- private deserialize;
49
- }
35
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
36
+ };
37
+ export declare class ExecuteOpenCypherExplainQueryCommand extends ExecuteOpenCypherExplainQueryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ExecuteOpenCypherQueryInput,
11
5
  ExecuteOpenCypherQueryOutput,
@@ -21,22 +15,16 @@ export interface ExecuteOpenCypherQueryCommandInput
21
15
  export interface ExecuteOpenCypherQueryCommandOutput
22
16
  extends ExecuteOpenCypherQueryOutput,
23
17
  __MetadataBearer {}
24
- export declare class ExecuteOpenCypherQueryCommand extends $Command<
25
- ExecuteOpenCypherQueryCommandInput,
26
- ExecuteOpenCypherQueryCommandOutput,
27
- NeptunedataClientResolvedConfig
28
- > {
29
- readonly input: ExecuteOpenCypherQueryCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ExecuteOpenCypherQueryCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: NeptunedataClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ExecuteOpenCypherQueryCommand_base: {
19
+ new (
20
+ input: ExecuteOpenCypherQueryCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ExecuteOpenCypherQueryCommandInput,
38
- ExecuteOpenCypherQueryCommandOutput
23
+ ExecuteOpenCypherQueryCommandOutput,
24
+ NeptunedataClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ExecuteOpenCypherQueryCommand extends ExecuteOpenCypherQueryCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetEngineStatusOutput } from "../models/models_0";
10
4
  import {
11
5
  NeptunedataClientResolvedConfig,
@@ -17,19 +11,16 @@ export interface GetEngineStatusCommandInput {}
17
11
  export interface GetEngineStatusCommandOutput
18
12
  extends GetEngineStatusOutput,
19
13
  __MetadataBearer {}
20
- export declare class GetEngineStatusCommand extends $Command<
21
- GetEngineStatusCommandInput,
22
- GetEngineStatusCommandOutput,
23
- NeptunedataClientResolvedConfig
24
- > {
25
- readonly input: GetEngineStatusCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetEngineStatusCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: NeptunedataClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetEngineStatusCommandInput, GetEngineStatusCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetEngineStatusCommand_base: {
15
+ new (
16
+ input: GetEngineStatusCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetEngineStatusCommandInput,
19
+ GetEngineStatusCommandOutput,
20
+ NeptunedataClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetEngineStatusCommand extends GetEngineStatusCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetGremlinQueryStatusInput,
11
5
  GetGremlinQueryStatusOutput,
@@ -21,22 +15,16 @@ export interface GetGremlinQueryStatusCommandInput
21
15
  export interface GetGremlinQueryStatusCommandOutput
22
16
  extends GetGremlinQueryStatusOutput,
23
17
  __MetadataBearer {}
24
- export declare class GetGremlinQueryStatusCommand extends $Command<
25
- GetGremlinQueryStatusCommandInput,
26
- GetGremlinQueryStatusCommandOutput,
27
- NeptunedataClientResolvedConfig
28
- > {
29
- readonly input: GetGremlinQueryStatusCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetGremlinQueryStatusCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: NeptunedataClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetGremlinQueryStatusCommand_base: {
19
+ new (
20
+ input: GetGremlinQueryStatusCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetGremlinQueryStatusCommandInput,
38
- GetGremlinQueryStatusCommandOutput
23
+ GetGremlinQueryStatusCommandOutput,
24
+ NeptunedataClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetGremlinQueryStatusCommand extends GetGremlinQueryStatusCommand_base {}