@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,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ManageSparqlStatisticsCommand, se_ManageSparqlStatisticsCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class ManageSparqlStatisticsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ManageSparqlStatisticsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "NeptunedataClient";
26
- const commandName = "ManageSparqlStatisticsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonNeptuneDataplane",
35
- operation: "ManageSparqlStatistics",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ManageSparqlStatisticsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ManageSparqlStatisticsCommand(output, context);
46
- }
7
+ export class ManageSparqlStatisticsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonNeptuneDataplane", "ManageSparqlStatistics", {})
19
+ .n("NeptunedataClient", "ManageSparqlStatisticsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ManageSparqlStatisticsCommand)
22
+ .de(de_ManageSparqlStatisticsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_StartLoaderJobCommand, se_StartLoaderJobCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class StartLoaderJobCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, StartLoaderJobCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "NeptunedataClient";
26
- const commandName = "StartLoaderJobCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonNeptuneDataplane",
35
- operation: "StartLoaderJob",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_StartLoaderJobCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_StartLoaderJobCommand(output, context);
46
- }
7
+ export class StartLoaderJobCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonNeptuneDataplane", "StartLoaderJob", {})
19
+ .n("NeptunedataClient", "StartLoaderJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StartLoaderJobCommand)
22
+ .de(de_StartLoaderJobCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_StartMLDataProcessingJobCommand, se_StartMLDataProcessingJobCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class StartMLDataProcessingJobCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, StartMLDataProcessingJobCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "NeptunedataClient";
26
- const commandName = "StartMLDataProcessingJobCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonNeptuneDataplane",
35
- operation: "StartMLDataProcessingJob",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_StartMLDataProcessingJobCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_StartMLDataProcessingJobCommand(output, context);
46
- }
7
+ export class StartMLDataProcessingJobCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonNeptuneDataplane", "StartMLDataProcessingJob", {})
19
+ .n("NeptunedataClient", "StartMLDataProcessingJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StartMLDataProcessingJobCommand)
22
+ .de(de_StartMLDataProcessingJobCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_StartMLModelTrainingJobCommand, se_StartMLModelTrainingJobCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class StartMLModelTrainingJobCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, StartMLModelTrainingJobCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "NeptunedataClient";
26
- const commandName = "StartMLModelTrainingJobCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonNeptuneDataplane",
35
- operation: "StartMLModelTrainingJob",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_StartMLModelTrainingJobCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_StartMLModelTrainingJobCommand(output, context);
46
- }
7
+ export class StartMLModelTrainingJobCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonNeptuneDataplane", "StartMLModelTrainingJob", {})
19
+ .n("NeptunedataClient", "StartMLModelTrainingJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StartMLModelTrainingJobCommand)
22
+ .de(de_StartMLModelTrainingJobCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_StartMLModelTransformJobCommand, se_StartMLModelTransformJobCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class StartMLModelTransformJobCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, StartMLModelTransformJobCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "NeptunedataClient";
26
- const commandName = "StartMLModelTransformJobCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonNeptuneDataplane",
35
- operation: "StartMLModelTransformJob",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_StartMLModelTransformJobCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_StartMLModelTransformJobCommand(output, context);
46
- }
7
+ export class StartMLModelTransformJobCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonNeptuneDataplane", "StartMLModelTransformJob", {})
19
+ .n("NeptunedataClient", "StartMLModelTransformJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StartMLModelTransformJobCommand)
22
+ .de(de_StartMLModelTransformJobCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "neptune-db",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -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 { CancelGremlinQueryInput, CancelGremlinQueryOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CancelGremlinQueryCommandInput extends CancelGremlinQueryInput
21
20
  */
22
21
  export interface CancelGremlinQueryCommandOutput extends CancelGremlinQueryOutput, __MetadataBearer {
23
22
  }
23
+ declare const CancelGremlinQueryCommand_base: {
24
+ new (input: CancelGremlinQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelGremlinQueryCommandInput, CancelGremlinQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Cancels a Gremlin query. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status-cancel.html">Gremlin
@@ -99,23 +102,5 @@ export interface CancelGremlinQueryCommandOutput extends CancelGremlinQueryOutpu
99
102
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
100
103
  *
101
104
  */
102
- export declare class CancelGremlinQueryCommand extends $Command<CancelGremlinQueryCommandInput, CancelGremlinQueryCommandOutput, NeptunedataClientResolvedConfig> {
103
- readonly input: CancelGremlinQueryCommandInput;
104
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
105
- /**
106
- * @public
107
- */
108
- constructor(input: CancelGremlinQueryCommandInput);
109
- /**
110
- * @internal
111
- */
112
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelGremlinQueryCommandInput, CancelGremlinQueryCommandOutput>;
113
- /**
114
- * @internal
115
- */
116
- private serialize;
117
- /**
118
- * @internal
119
- */
120
- private deserialize;
105
+ export declare class CancelGremlinQueryCommand extends CancelGremlinQueryCommand_base {
121
106
  }
@@ -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 { CancelLoaderJobInput, CancelLoaderJobOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CancelLoaderJobCommandInput extends CancelLoaderJobInput {
21
20
  */
22
21
  export interface CancelLoaderJobCommandOutput extends CancelLoaderJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const CancelLoaderJobCommand_base: {
24
+ new (input: CancelLoaderJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelLoaderJobCommandInput, CancelLoaderJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Cancels a specified load job. This is an HTTP <code>DELETE</code>
@@ -96,23 +99,5 @@ export interface CancelLoaderJobCommandOutput extends CancelLoaderJobOutput, __M
96
99
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
97
100
  *
98
101
  */
99
- export declare class CancelLoaderJobCommand extends $Command<CancelLoaderJobCommandInput, CancelLoaderJobCommandOutput, NeptunedataClientResolvedConfig> {
100
- readonly input: CancelLoaderJobCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: CancelLoaderJobCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelLoaderJobCommandInput, CancelLoaderJobCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class CancelLoaderJobCommand extends CancelLoaderJobCommand_base {
118
103
  }
@@ -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 { CancelMLDataProcessingJobInput, CancelMLDataProcessingJobOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CancelMLDataProcessingJobCommandInput extends CancelMLDataProce
21
20
  */
22
21
  export interface CancelMLDataProcessingJobCommandOutput extends CancelMLDataProcessingJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const CancelMLDataProcessingJobCommand_base: {
24
+ new (input: CancelMLDataProcessingJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMLDataProcessingJobCommandInput, CancelMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Cancels a Neptune ML data processing job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html">The
@@ -91,23 +94,5 @@ export interface CancelMLDataProcessingJobCommandOutput extends CancelMLDataProc
91
94
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
92
95
  *
93
96
  */
94
- export declare class CancelMLDataProcessingJobCommand extends $Command<CancelMLDataProcessingJobCommandInput, CancelMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig> {
95
- readonly input: CancelMLDataProcessingJobCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: CancelMLDataProcessingJobCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelMLDataProcessingJobCommandInput, CancelMLDataProcessingJobCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class CancelMLDataProcessingJobCommand extends CancelMLDataProcessingJobCommand_base {
113
98
  }
@@ -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 { CancelMLModelTrainingJobInput, CancelMLModelTrainingJobOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CancelMLModelTrainingJobCommandInput extends CancelMLModelTrain
21
20
  */
22
21
  export interface CancelMLModelTrainingJobCommandOutput extends CancelMLModelTrainingJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const CancelMLModelTrainingJobCommand_base: {
24
+ new (input: CancelMLModelTrainingJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMLModelTrainingJobCommandInput, CancelMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Cancels a Neptune ML model training job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html">Model
@@ -91,23 +94,5 @@ export interface CancelMLModelTrainingJobCommandOutput extends CancelMLModelTrai
91
94
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
92
95
  *
93
96
  */
94
- export declare class CancelMLModelTrainingJobCommand extends $Command<CancelMLModelTrainingJobCommandInput, CancelMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig> {
95
- readonly input: CancelMLModelTrainingJobCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: CancelMLModelTrainingJobCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelMLModelTrainingJobCommandInput, CancelMLModelTrainingJobCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class CancelMLModelTrainingJobCommand extends CancelMLModelTrainingJobCommand_base {
113
98
  }
@@ -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 { CancelMLModelTransformJobInput, CancelMLModelTransformJobOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CancelMLModelTransformJobCommandInput extends CancelMLModelTran
21
20
  */
22
21
  export interface CancelMLModelTransformJobCommandOutput extends CancelMLModelTransformJobOutput, __MetadataBearer {
23
22
  }
23
+ declare const CancelMLModelTransformJobCommand_base: {
24
+ new (input: CancelMLModelTransformJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelMLModelTransformJobCommandInput, CancelMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Cancels a specified model transform job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html">Use
@@ -91,23 +94,5 @@ export interface CancelMLModelTransformJobCommandOutput extends CancelMLModelTra
91
94
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
92
95
  *
93
96
  */
94
- export declare class CancelMLModelTransformJobCommand extends $Command<CancelMLModelTransformJobCommandInput, CancelMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig> {
95
- readonly input: CancelMLModelTransformJobCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: CancelMLModelTransformJobCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelMLModelTransformJobCommandInput, CancelMLModelTransformJobCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class CancelMLModelTransformJobCommand extends CancelMLModelTransformJobCommand_base {
113
98
  }
@@ -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 { CancelOpenCypherQueryInput, CancelOpenCypherQueryOutput } from "../models/models_0";
5
4
  import { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CancelOpenCypherQueryCommandInput extends CancelOpenCypherQuery
21
20
  */
22
21
  export interface CancelOpenCypherQueryCommandOutput extends CancelOpenCypherQueryOutput, __MetadataBearer {
23
22
  }
23
+ declare const CancelOpenCypherQueryCommand_base: {
24
+ new (input: CancelOpenCypherQueryCommandInput): import("@smithy/smithy-client").CommandImpl<CancelOpenCypherQueryCommandInput, CancelOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Cancels a specified openCypher query. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-status.html">Neptune
@@ -104,23 +107,5 @@ export interface CancelOpenCypherQueryCommandOutput extends CancelOpenCypherQuer
104
107
  * <p>Base exception class for all service exceptions from Neptunedata service.</p>
105
108
  *
106
109
  */
107
- export declare class CancelOpenCypherQueryCommand extends $Command<CancelOpenCypherQueryCommandInput, CancelOpenCypherQueryCommandOutput, NeptunedataClientResolvedConfig> {
108
- readonly input: CancelOpenCypherQueryCommandInput;
109
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
110
- /**
111
- * @public
112
- */
113
- constructor(input: CancelOpenCypherQueryCommandInput);
114
- /**
115
- * @internal
116
- */
117
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NeptunedataClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelOpenCypherQueryCommandInput, CancelOpenCypherQueryCommandOutput>;
118
- /**
119
- * @internal
120
- */
121
- private serialize;
122
- /**
123
- * @internal
124
- */
125
- private deserialize;
110
+ export declare class CancelOpenCypherQueryCommand extends CancelOpenCypherQueryCommand_base {
126
111
  }