@aws-sdk/client-neptunedata 3.1044.0 → 3.1046.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 (164) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +102 -103
  5. package/dist-cjs/models/NeptunedataServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Neptunedata.js +1 -1
  10. package/dist-es/NeptunedataClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/CancelGremlinQueryCommand.js +2 -2
  13. package/dist-es/commands/CancelLoaderJobCommand.js +2 -2
  14. package/dist-es/commands/CancelMLDataProcessingJobCommand.js +2 -2
  15. package/dist-es/commands/CancelMLModelTrainingJobCommand.js +2 -2
  16. package/dist-es/commands/CancelMLModelTransformJobCommand.js +2 -2
  17. package/dist-es/commands/CancelOpenCypherQueryCommand.js +2 -2
  18. package/dist-es/commands/CreateMLEndpointCommand.js +2 -2
  19. package/dist-es/commands/DeleteMLEndpointCommand.js +2 -2
  20. package/dist-es/commands/DeletePropertygraphStatisticsCommand.js +2 -2
  21. package/dist-es/commands/DeleteSparqlStatisticsCommand.js +2 -2
  22. package/dist-es/commands/ExecuteFastResetCommand.js +2 -2
  23. package/dist-es/commands/ExecuteGremlinExplainQueryCommand.js +2 -2
  24. package/dist-es/commands/ExecuteGremlinProfileQueryCommand.js +2 -2
  25. package/dist-es/commands/ExecuteGremlinQueryCommand.js +2 -2
  26. package/dist-es/commands/ExecuteOpenCypherExplainQueryCommand.js +2 -2
  27. package/dist-es/commands/ExecuteOpenCypherQueryCommand.js +2 -2
  28. package/dist-es/commands/GetEngineStatusCommand.js +2 -2
  29. package/dist-es/commands/GetGremlinQueryStatusCommand.js +2 -2
  30. package/dist-es/commands/GetLoaderJobStatusCommand.js +2 -2
  31. package/dist-es/commands/GetMLDataProcessingJobCommand.js +2 -2
  32. package/dist-es/commands/GetMLEndpointCommand.js +2 -2
  33. package/dist-es/commands/GetMLModelTrainingJobCommand.js +2 -2
  34. package/dist-es/commands/GetMLModelTransformJobCommand.js +2 -2
  35. package/dist-es/commands/GetOpenCypherQueryStatusCommand.js +2 -2
  36. package/dist-es/commands/GetPropertygraphStatisticsCommand.js +2 -2
  37. package/dist-es/commands/GetPropertygraphStreamCommand.js +2 -2
  38. package/dist-es/commands/GetPropertygraphSummaryCommand.js +2 -2
  39. package/dist-es/commands/GetRDFGraphSummaryCommand.js +2 -2
  40. package/dist-es/commands/GetSparqlStatisticsCommand.js +2 -2
  41. package/dist-es/commands/GetSparqlStreamCommand.js +2 -2
  42. package/dist-es/commands/ListGremlinQueriesCommand.js +2 -2
  43. package/dist-es/commands/ListLoaderJobsCommand.js +2 -2
  44. package/dist-es/commands/ListMLDataProcessingJobsCommand.js +2 -2
  45. package/dist-es/commands/ListMLEndpointsCommand.js +2 -2
  46. package/dist-es/commands/ListMLModelTrainingJobsCommand.js +2 -2
  47. package/dist-es/commands/ListMLModelTransformJobsCommand.js +2 -2
  48. package/dist-es/commands/ListOpenCypherQueriesCommand.js +2 -2
  49. package/dist-es/commands/ManagePropertygraphStatisticsCommand.js +2 -2
  50. package/dist-es/commands/ManageSparqlStatisticsCommand.js +2 -2
  51. package/dist-es/commands/StartLoaderJobCommand.js +2 -2
  52. package/dist-es/commands/StartMLDataProcessingJobCommand.js +2 -2
  53. package/dist-es/commands/StartMLModelTrainingJobCommand.js +2 -2
  54. package/dist-es/commands/StartMLModelTransformJobCommand.js +2 -2
  55. package/dist-es/endpoint/bdd.js +1 -1
  56. package/dist-es/endpoint/endpointResolver.js +1 -1
  57. package/dist-es/models/NeptunedataServiceException.js +1 -1
  58. package/dist-es/runtimeConfig.browser.js +4 -6
  59. package/dist-es/runtimeConfig.js +4 -8
  60. package/dist-es/runtimeConfig.shared.js +3 -4
  61. package/dist-es/runtimeExtensions.js +2 -2
  62. package/dist-types/NeptunedataClient.d.ts +5 -5
  63. package/dist-types/commands/CancelGremlinQueryCommand.d.ts +6 -4
  64. package/dist-types/commands/CancelLoaderJobCommand.d.ts +6 -4
  65. package/dist-types/commands/CancelMLDataProcessingJobCommand.d.ts +6 -4
  66. package/dist-types/commands/CancelMLModelTrainingJobCommand.d.ts +6 -4
  67. package/dist-types/commands/CancelMLModelTransformJobCommand.d.ts +6 -4
  68. package/dist-types/commands/CancelOpenCypherQueryCommand.d.ts +6 -4
  69. package/dist-types/commands/CreateMLEndpointCommand.d.ts +6 -4
  70. package/dist-types/commands/DeleteMLEndpointCommand.d.ts +6 -4
  71. package/dist-types/commands/DeletePropertygraphStatisticsCommand.d.ts +6 -4
  72. package/dist-types/commands/DeleteSparqlStatisticsCommand.d.ts +6 -4
  73. package/dist-types/commands/ExecuteFastResetCommand.d.ts +6 -4
  74. package/dist-types/commands/ExecuteGremlinExplainQueryCommand.d.ts +7 -5
  75. package/dist-types/commands/ExecuteGremlinProfileQueryCommand.d.ts +7 -5
  76. package/dist-types/commands/ExecuteGremlinQueryCommand.d.ts +6 -4
  77. package/dist-types/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +7 -5
  78. package/dist-types/commands/ExecuteOpenCypherQueryCommand.d.ts +6 -4
  79. package/dist-types/commands/GetEngineStatusCommand.d.ts +6 -4
  80. package/dist-types/commands/GetGremlinQueryStatusCommand.d.ts +6 -4
  81. package/dist-types/commands/GetLoaderJobStatusCommand.d.ts +6 -4
  82. package/dist-types/commands/GetMLDataProcessingJobCommand.d.ts +6 -4
  83. package/dist-types/commands/GetMLEndpointCommand.d.ts +6 -4
  84. package/dist-types/commands/GetMLModelTrainingJobCommand.d.ts +6 -4
  85. package/dist-types/commands/GetMLModelTransformJobCommand.d.ts +6 -4
  86. package/dist-types/commands/GetOpenCypherQueryStatusCommand.d.ts +6 -4
  87. package/dist-types/commands/GetPropertygraphStatisticsCommand.d.ts +6 -4
  88. package/dist-types/commands/GetPropertygraphStreamCommand.d.ts +6 -4
  89. package/dist-types/commands/GetPropertygraphSummaryCommand.d.ts +6 -4
  90. package/dist-types/commands/GetRDFGraphSummaryCommand.d.ts +6 -4
  91. package/dist-types/commands/GetSparqlStatisticsCommand.d.ts +6 -4
  92. package/dist-types/commands/GetSparqlStreamCommand.d.ts +6 -4
  93. package/dist-types/commands/ListGremlinQueriesCommand.d.ts +6 -4
  94. package/dist-types/commands/ListLoaderJobsCommand.d.ts +6 -4
  95. package/dist-types/commands/ListMLDataProcessingJobsCommand.d.ts +6 -4
  96. package/dist-types/commands/ListMLEndpointsCommand.d.ts +6 -4
  97. package/dist-types/commands/ListMLModelTrainingJobsCommand.d.ts +6 -4
  98. package/dist-types/commands/ListMLModelTransformJobsCommand.d.ts +6 -4
  99. package/dist-types/commands/ListOpenCypherQueriesCommand.d.ts +6 -4
  100. package/dist-types/commands/ManagePropertygraphStatisticsCommand.d.ts +6 -4
  101. package/dist-types/commands/ManageSparqlStatisticsCommand.d.ts +6 -4
  102. package/dist-types/commands/StartLoaderJobCommand.d.ts +6 -4
  103. package/dist-types/commands/StartMLDataProcessingJobCommand.d.ts +6 -4
  104. package/dist-types/commands/StartMLModelTrainingJobCommand.d.ts +6 -4
  105. package/dist-types/commands/StartMLModelTransformJobCommand.d.ts +6 -4
  106. package/dist-types/endpoint/bdd.d.ts +1 -1
  107. package/dist-types/extensionConfiguration.d.ts +1 -1
  108. package/dist-types/models/NeptunedataServiceException.d.ts +1 -1
  109. package/dist-types/models/errors.d.ts +1 -1
  110. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  111. package/dist-types/runtimeConfig.d.ts +2 -2
  112. package/dist-types/runtimeConfig.native.d.ts +2 -2
  113. package/dist-types/ts3.4/NeptunedataClient.d.ts +8 -14
  114. package/dist-types/ts3.4/commands/CancelGremlinQueryCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/CancelLoaderJobCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/CancelMLDataProcessingJobCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/CancelMLModelTrainingJobCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/CancelMLModelTransformJobCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/CancelOpenCypherQueryCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/CreateMLEndpointCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/DeleteMLEndpointCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/DeletePropertygraphStatisticsCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/DeleteSparqlStatisticsCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/ExecuteFastResetCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ExecuteGremlinExplainQueryCommand.d.ts +7 -5
  126. package/dist-types/ts3.4/commands/ExecuteGremlinProfileQueryCommand.d.ts +7 -5
  127. package/dist-types/ts3.4/commands/ExecuteGremlinQueryCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +7 -5
  129. package/dist-types/ts3.4/commands/ExecuteOpenCypherQueryCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/GetEngineStatusCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/GetGremlinQueryStatusCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/GetLoaderJobStatusCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/GetMLDataProcessingJobCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/GetMLEndpointCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/GetMLModelTrainingJobCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/GetMLModelTransformJobCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/GetOpenCypherQueryStatusCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/GetPropertygraphStatisticsCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/commands/GetPropertygraphStreamCommand.d.ts +6 -4
  140. package/dist-types/ts3.4/commands/GetPropertygraphSummaryCommand.d.ts +6 -4
  141. package/dist-types/ts3.4/commands/GetRDFGraphSummaryCommand.d.ts +6 -4
  142. package/dist-types/ts3.4/commands/GetSparqlStatisticsCommand.d.ts +6 -4
  143. package/dist-types/ts3.4/commands/GetSparqlStreamCommand.d.ts +6 -4
  144. package/dist-types/ts3.4/commands/ListGremlinQueriesCommand.d.ts +6 -4
  145. package/dist-types/ts3.4/commands/ListLoaderJobsCommand.d.ts +6 -4
  146. package/dist-types/ts3.4/commands/ListMLDataProcessingJobsCommand.d.ts +6 -4
  147. package/dist-types/ts3.4/commands/ListMLEndpointsCommand.d.ts +6 -4
  148. package/dist-types/ts3.4/commands/ListMLModelTrainingJobsCommand.d.ts +6 -4
  149. package/dist-types/ts3.4/commands/ListMLModelTransformJobsCommand.d.ts +6 -4
  150. package/dist-types/ts3.4/commands/ListOpenCypherQueriesCommand.d.ts +6 -4
  151. package/dist-types/ts3.4/commands/ManagePropertygraphStatisticsCommand.d.ts +6 -4
  152. package/dist-types/ts3.4/commands/ManageSparqlStatisticsCommand.d.ts +6 -4
  153. package/dist-types/ts3.4/commands/StartLoaderJobCommand.d.ts +6 -4
  154. package/dist-types/ts3.4/commands/StartMLDataProcessingJobCommand.d.ts +6 -4
  155. package/dist-types/ts3.4/commands/StartMLModelTrainingJobCommand.d.ts +6 -4
  156. package/dist-types/ts3.4/commands/StartMLModelTransformJobCommand.d.ts +6 -4
  157. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  158. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  159. package/dist-types/ts3.4/models/NeptunedataServiceException.d.ts +1 -1
  160. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  161. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  162. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  163. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  164. package/package.json +13 -35
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetLoaderJobStatusInput, GetLoaderJobStatusOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface GetLoaderJobStatusCommandInput extends GetLoaderJobStatusInput
22
22
  export interface GetLoaderJobStatusCommandOutput extends GetLoaderJobStatusOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetLoaderJobStatusCommand_base: {
25
- new (input: GetLoaderJobStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoaderJobStatusCommandInput, GetLoaderJobStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetLoaderJobStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoaderJobStatusCommandInput, GetLoaderJobStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetLoaderJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetLoaderJobStatusCommandInput, GetLoaderJobStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetLoaderJobStatusCommandInput): import("@smithy/core/client").CommandImpl<GetLoaderJobStatusCommandInput, GetLoaderJobStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets status information about a specified load job. Neptune keeps track of the most recent 1,024 bulk load jobs, and stores the last 10,000 error details per job.</p> <p>See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/load-api-reference-status.htm">Neptune Loader Get-Status API</a> for more information.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getloaderjobstatus">neptune-db:GetLoaderJobStatus</a> IAM action in that cluster..</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetMLDataProcessingJobInput, GetMLDataProcessingJobOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface GetMLDataProcessingJobCommandInput extends GetMLDataProcessingJ
22
22
  export interface GetMLDataProcessingJobCommandOutput extends GetMLDataProcessingJobOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetMLDataProcessingJobCommand_base: {
25
- new (input: GetMLDataProcessingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLDataProcessingJobCommandInput, GetMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMLDataProcessingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLDataProcessingJobCommandInput, GetMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMLDataProcessingJobCommandInput): import("@smithy/core/client").CommandImpl<GetMLDataProcessingJobCommandInput, GetMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMLDataProcessingJobCommandInput): import("@smithy/core/client").CommandImpl<GetMLDataProcessingJobCommandInput, GetMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <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 <code>dataprocessing</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmldataprocessingjobstatus">neptune-db:neptune-db:GetMLDataProcessingJobStatus</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetMLEndpointInput, GetMLEndpointOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface GetMLEndpointCommandInput extends GetMLEndpointInput {
22
22
  export interface GetMLEndpointCommandOutput extends GetMLEndpointOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetMLEndpointCommand_base: {
25
- new (input: GetMLEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLEndpointCommandInput, GetMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMLEndpointCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLEndpointCommandInput, GetMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMLEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetMLEndpointCommandInput, GetMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMLEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetMLEndpointCommandInput, GetMLEndpointCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves details about an inference endpoint. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html">Managing inference endpoints using the endpoints command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmlendpointstatus">neptune-db:GetMLEndpointStatus</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetMLModelTrainingJobInput, GetMLModelTrainingJobOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface GetMLModelTrainingJobCommandInput extends GetMLModelTrainingJob
22
22
  export interface GetMLModelTrainingJobCommandOutput extends GetMLModelTrainingJobOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetMLModelTrainingJobCommand_base: {
25
- new (input: GetMLModelTrainingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLModelTrainingJobCommandInput, GetMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMLModelTrainingJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLModelTrainingJobCommandInput, GetMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMLModelTrainingJobCommandInput): import("@smithy/core/client").CommandImpl<GetMLModelTrainingJobCommandInput, GetMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMLModelTrainingJobCommandInput): import("@smithy/core/client").CommandImpl<GetMLModelTrainingJobCommandInput, GetMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves information about a Neptune ML model training job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html">Model training using the <code>modeltraining</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmlmodeltrainingjobstatus">neptune-db:GetMLModelTrainingJobStatus</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetMLModelTransformJobInput, GetMLModelTransformJobOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface GetMLModelTransformJobCommandInput extends GetMLModelTransformJ
22
22
  export interface GetMLModelTransformJobCommandOutput extends GetMLModelTransformJobOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetMLModelTransformJobCommand_base: {
25
- new (input: GetMLModelTransformJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLModelTransformJobCommandInput, GetMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMLModelTransformJobCommandInput): import("@smithy/smithy-client").CommandImpl<GetMLModelTransformJobCommandInput, GetMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMLModelTransformJobCommandInput): import("@smithy/core/client").CommandImpl<GetMLModelTransformJobCommandInput, GetMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMLModelTransformJobCommandInput): import("@smithy/core/client").CommandImpl<GetMLModelTransformJobCommandInput, GetMLModelTransformJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets information about a specified model transform job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html">Use a trained model to generate new model artifacts</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmlmodeltransformjobstatus">neptune-db:GetMLModelTransformJobStatus</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetOpenCypherQueryStatusInput, GetOpenCypherQueryStatusOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface GetOpenCypherQueryStatusCommandInput extends GetOpenCypherQuery
22
22
  export interface GetOpenCypherQueryStatusCommandOutput extends GetOpenCypherQueryStatusOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetOpenCypherQueryStatusCommand_base: {
25
- new (input: GetOpenCypherQueryStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetOpenCypherQueryStatusCommandInput, GetOpenCypherQueryStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetOpenCypherQueryStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetOpenCypherQueryStatusCommandInput, GetOpenCypherQueryStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetOpenCypherQueryStatusCommandInput): import("@smithy/core/client").CommandImpl<GetOpenCypherQueryStatusCommandInput, GetOpenCypherQueryStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetOpenCypherQueryStatusCommandInput): import("@smithy/core/client").CommandImpl<GetOpenCypherQueryStatusCommandInput, GetOpenCypherQueryStatusCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the status of a specified openCypher query.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getquerystatus">neptune-db:GetQueryStatus</a> IAM action in that cluster.</p> <p>Note that the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys">neptune-db:QueryLanguage:OpenCypher</a> IAM condition key can be used in the policy document to restrict the use of openCypher queries (see <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html">Condition keys available in Neptune IAM data-access policy statements</a>).</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetPropertygraphStatisticsOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface GetPropertygraphStatisticsCommandInput {
22
22
  export interface GetPropertygraphStatisticsCommandOutput extends GetPropertygraphStatisticsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetPropertygraphStatisticsCommand_base: {
25
- new (input: GetPropertygraphStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetPropertygraphStatisticsCommandInput, GetPropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetPropertygraphStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetPropertygraphStatisticsCommandInput, GetPropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetPropertygraphStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetPropertygraphStatisticsCommandInput, GetPropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetPropertygraphStatisticsCommandInput]): import("@smithy/core/client").CommandImpl<GetPropertygraphStatisticsCommandInput, GetPropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets property graph statistics (Gremlin and openCypher).</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstatisticsstatus">neptune-db:GetStatisticsStatus</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetPropertygraphStreamInput, GetPropertygraphStreamOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface GetPropertygraphStreamCommandInput extends GetPropertygraphStre
22
22
  export interface GetPropertygraphStreamCommandOutput extends GetPropertygraphStreamOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetPropertygraphStreamCommand_base: {
25
- new (input: GetPropertygraphStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetPropertygraphStreamCommandInput, GetPropertygraphStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetPropertygraphStreamCommandInput]): import("@smithy/smithy-client").CommandImpl<GetPropertygraphStreamCommandInput, GetPropertygraphStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetPropertygraphStreamCommandInput): import("@smithy/core/client").CommandImpl<GetPropertygraphStreamCommandInput, GetPropertygraphStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetPropertygraphStreamCommandInput]): import("@smithy/core/client").CommandImpl<GetPropertygraphStreamCommandInput, GetPropertygraphStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets a stream for a property graph.</p> <p>With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. <code>GetPropertygraphStream</code> lets you collect these change-log entries for a property graph.</p> <p>The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/parameters.html#parameters-db-cluster-parameters-neptune_streams">neptune_streams</a> DB cluster parameter to <code>1</code>.</p> <p>See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/streams.html">Capturing graph changes in real time using Neptune streams</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstreamrecords">neptune-db:GetStreamRecords</a> IAM action in that cluster.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that enables one of the following IAM actions, depending on the query:</p> <p>Note that you can restrict property-graph queries using the following IAM context keys:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys">neptune-db:QueryLanguage:Gremlin</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys">neptune-db:QueryLanguage:OpenCypher</a> </p> </li> </ul> <p>See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html">Condition keys available in Neptune IAM data-access policy statements</a>).</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetPropertygraphSummaryInput, GetPropertygraphSummaryOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface GetPropertygraphSummaryCommandInput extends GetPropertygraphSum
22
22
  export interface GetPropertygraphSummaryCommandOutput extends GetPropertygraphSummaryOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetPropertygraphSummaryCommand_base: {
25
- new (input: GetPropertygraphSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetPropertygraphSummaryCommandInput, GetPropertygraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetPropertygraphSummaryCommandInput]): import("@smithy/smithy-client").CommandImpl<GetPropertygraphSummaryCommandInput, GetPropertygraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetPropertygraphSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetPropertygraphSummaryCommandInput, GetPropertygraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetPropertygraphSummaryCommandInput]): import("@smithy/core/client").CommandImpl<GetPropertygraphSummaryCommandInput, GetPropertygraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets a graph summary for a property graph.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getgraphsummary">neptune-db:GetGraphSummary</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetRDFGraphSummaryInput, GetRDFGraphSummaryOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface GetRDFGraphSummaryCommandInput extends GetRDFGraphSummaryInput
22
22
  export interface GetRDFGraphSummaryCommandOutput extends GetRDFGraphSummaryOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetRDFGraphSummaryCommand_base: {
25
- new (input: GetRDFGraphSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetRDFGraphSummaryCommandInput, GetRDFGraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetRDFGraphSummaryCommandInput]): import("@smithy/smithy-client").CommandImpl<GetRDFGraphSummaryCommandInput, GetRDFGraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetRDFGraphSummaryCommandInput): import("@smithy/core/client").CommandImpl<GetRDFGraphSummaryCommandInput, GetRDFGraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetRDFGraphSummaryCommandInput]): import("@smithy/core/client").CommandImpl<GetRDFGraphSummaryCommandInput, GetRDFGraphSummaryCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets a graph summary for an RDF graph.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getgraphsummary">neptune-db:GetGraphSummary</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetSparqlStatisticsOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface GetSparqlStatisticsCommandInput {
22
22
  export interface GetSparqlStatisticsCommandOutput extends GetSparqlStatisticsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetSparqlStatisticsCommand_base: {
25
- new (input: GetSparqlStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSparqlStatisticsCommandInput, GetSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetSparqlStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSparqlStatisticsCommandInput, GetSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSparqlStatisticsCommandInput): import("@smithy/core/client").CommandImpl<GetSparqlStatisticsCommandInput, GetSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetSparqlStatisticsCommandInput]): import("@smithy/core/client").CommandImpl<GetSparqlStatisticsCommandInput, GetSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets RDF statistics (SPARQL).</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GetSparqlStreamInput, GetSparqlStreamOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface GetSparqlStreamCommandInput extends GetSparqlStreamInput {
22
22
  export interface GetSparqlStreamCommandOutput extends GetSparqlStreamOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetSparqlStreamCommand_base: {
25
- new (input: GetSparqlStreamCommandInput): import("@smithy/smithy-client").CommandImpl<GetSparqlStreamCommandInput, GetSparqlStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetSparqlStreamCommandInput]): import("@smithy/smithy-client").CommandImpl<GetSparqlStreamCommandInput, GetSparqlStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetSparqlStreamCommandInput): import("@smithy/core/client").CommandImpl<GetSparqlStreamCommandInput, GetSparqlStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetSparqlStreamCommandInput]): import("@smithy/core/client").CommandImpl<GetSparqlStreamCommandInput, GetSparqlStreamCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets a stream for an RDF graph.</p> <p>With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. <code>GetSparqlStream</code> lets you collect these change-log entries for an RDF graph.</p> <p>The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/parameters.html#parameters-db-cluster-parameters-neptune_streams">neptune_streams</a> DB cluster parameter to <code>1</code>.</p> <p>See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/streams.html">Capturing graph changes in real time using Neptune streams</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstreamrecords">neptune-db:GetStreamRecords</a> IAM action in that cluster.</p> <p>Note that the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys">neptune-db:QueryLanguage:Sparql</a> IAM condition key can be used in the policy document to restrict the use of SPARQL queries (see <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html">Condition keys available in Neptune IAM data-access policy statements</a>).</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListGremlinQueriesInput, ListGremlinQueriesOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface ListGremlinQueriesCommandInput extends ListGremlinQueriesInput
22
22
  export interface ListGremlinQueriesCommandOutput extends ListGremlinQueriesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListGremlinQueriesCommand_base: {
25
- new (input: ListGremlinQueriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListGremlinQueriesCommandInput, ListGremlinQueriesCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListGremlinQueriesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGremlinQueriesCommandInput, ListGremlinQueriesCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListGremlinQueriesCommandInput): import("@smithy/core/client").CommandImpl<ListGremlinQueriesCommandInput, ListGremlinQueriesCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListGremlinQueriesCommandInput]): import("@smithy/core/client").CommandImpl<ListGremlinQueriesCommandInput, ListGremlinQueriesCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists active Gremlin queries. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status.html">Gremlin query status API</a> for details about the output.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getquerystatus">neptune-db:GetQueryStatus</a> IAM action in that cluster.</p> <p>Note that the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys">neptune-db:QueryLanguage:Gremlin</a> IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html">Condition keys available in Neptune IAM data-access policy statements</a>).</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListLoaderJobsInput, ListLoaderJobsOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface ListLoaderJobsCommandInput extends ListLoaderJobsInput {
22
22
  export interface ListLoaderJobsCommandOutput extends ListLoaderJobsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListLoaderJobsCommand_base: {
25
- new (input: ListLoaderJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLoaderJobsCommandInput, ListLoaderJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLoaderJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLoaderJobsCommandInput, ListLoaderJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListLoaderJobsCommandInput): import("@smithy/core/client").CommandImpl<ListLoaderJobsCommandInput, ListLoaderJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListLoaderJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListLoaderJobsCommandInput, ListLoaderJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves a list of the <code>loadIds</code> for all active loader jobs.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listloaderjobs">neptune-db:ListLoaderJobs</a> IAM action in that cluster..</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListMLDataProcessingJobsInput, ListMLDataProcessingJobsOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface ListMLDataProcessingJobsCommandInput extends ListMLDataProcessi
22
22
  export interface ListMLDataProcessingJobsCommandOutput extends ListMLDataProcessingJobsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListMLDataProcessingJobsCommand_base: {
25
- new (input: ListMLDataProcessingJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMLDataProcessingJobsCommandInput, ListMLDataProcessingJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMLDataProcessingJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMLDataProcessingJobsCommandInput, ListMLDataProcessingJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListMLDataProcessingJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMLDataProcessingJobsCommandInput, ListMLDataProcessingJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListMLDataProcessingJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListMLDataProcessingJobsCommandInput, ListMLDataProcessingJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of Neptune ML data processing jobs. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html#machine-learning-api-dataprocessing-list-jobs">Listing active data-processing jobs using the Neptune ML dataprocessing command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listmldataprocessingjobs">neptune-db:ListMLDataProcessingJobs</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListMLEndpointsInput, ListMLEndpointsOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface ListMLEndpointsCommandInput extends ListMLEndpointsInput {
22
22
  export interface ListMLEndpointsCommandOutput extends ListMLEndpointsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListMLEndpointsCommand_base: {
25
- new (input: ListMLEndpointsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMLEndpointsCommandInput, ListMLEndpointsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMLEndpointsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMLEndpointsCommandInput, ListMLEndpointsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListMLEndpointsCommandInput): import("@smithy/core/client").CommandImpl<ListMLEndpointsCommandInput, ListMLEndpointsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListMLEndpointsCommandInput]): import("@smithy/core/client").CommandImpl<ListMLEndpointsCommandInput, ListMLEndpointsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists existing inference endpoints. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html">Managing inference endpoints using the endpoints command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listmlendpoints">neptune-db:ListMLEndpoints</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListMLModelTrainingJobsInput, ListMLModelTrainingJobsOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface ListMLModelTrainingJobsCommandInput extends ListMLModelTraining
22
22
  export interface ListMLModelTrainingJobsCommandOutput extends ListMLModelTrainingJobsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListMLModelTrainingJobsCommand_base: {
25
- new (input: ListMLModelTrainingJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMLModelTrainingJobsCommandInput, ListMLModelTrainingJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMLModelTrainingJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMLModelTrainingJobsCommandInput, ListMLModelTrainingJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListMLModelTrainingJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMLModelTrainingJobsCommandInput, ListMLModelTrainingJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListMLModelTrainingJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListMLModelTrainingJobsCommandInput, ListMLModelTrainingJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists Neptune ML model-training jobs. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html">Model training using the <code>modeltraining</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#neptune-db:listmlmodeltrainingjobs">neptune-db:neptune-db:ListMLModelTrainingJobs</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListMLModelTransformJobsInput, ListMLModelTransformJobsOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface ListMLModelTransformJobsCommandInput extends ListMLModelTransfo
22
22
  export interface ListMLModelTransformJobsCommandOutput extends ListMLModelTransformJobsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListMLModelTransformJobsCommand_base: {
25
- new (input: ListMLModelTransformJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMLModelTransformJobsCommandInput, ListMLModelTransformJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMLModelTransformJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMLModelTransformJobsCommandInput, ListMLModelTransformJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListMLModelTransformJobsCommandInput): import("@smithy/core/client").CommandImpl<ListMLModelTransformJobsCommandInput, ListMLModelTransformJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListMLModelTransformJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListMLModelTransformJobsCommandInput, ListMLModelTransformJobsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of model transform job IDs. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html">Use a trained model to generate new model artifacts</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listmlmodeltransformjobs">neptune-db:ListMLModelTransformJobs</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListOpenCypherQueriesInput, ListOpenCypherQueriesOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface ListOpenCypherQueriesCommandInput extends ListOpenCypherQueries
22
22
  export interface ListOpenCypherQueriesCommandOutput extends ListOpenCypherQueriesOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ListOpenCypherQueriesCommand_base: {
25
- new (input: ListOpenCypherQueriesCommandInput): import("@smithy/smithy-client").CommandImpl<ListOpenCypherQueriesCommandInput, ListOpenCypherQueriesCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListOpenCypherQueriesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOpenCypherQueriesCommandInput, ListOpenCypherQueriesCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListOpenCypherQueriesCommandInput): import("@smithy/core/client").CommandImpl<ListOpenCypherQueriesCommandInput, ListOpenCypherQueriesCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListOpenCypherQueriesCommandInput]): import("@smithy/core/client").CommandImpl<ListOpenCypherQueriesCommandInput, ListOpenCypherQueriesCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists active openCypher queries. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-status.html">Neptune openCypher status endpoint</a> for more information.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getquerystatus">neptune-db:GetQueryStatus</a> IAM action in that cluster.</p> <p>Note that the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys">neptune-db:QueryLanguage:OpenCypher</a> IAM condition key can be used in the policy document to restrict the use of openCypher queries (see <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html">Condition keys available in Neptune IAM data-access policy statements</a>).</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ManagePropertygraphStatisticsInput, ManagePropertygraphStatisticsOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface ManagePropertygraphStatisticsCommandInput extends ManagePropert
22
22
  export interface ManagePropertygraphStatisticsCommandOutput extends ManagePropertygraphStatisticsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ManagePropertygraphStatisticsCommand_base: {
25
- new (input: ManagePropertygraphStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<ManagePropertygraphStatisticsCommandInput, ManagePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ManagePropertygraphStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<ManagePropertygraphStatisticsCommandInput, ManagePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ManagePropertygraphStatisticsCommandInput): import("@smithy/core/client").CommandImpl<ManagePropertygraphStatisticsCommandInput, ManagePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ManagePropertygraphStatisticsCommandInput]): import("@smithy/core/client").CommandImpl<ManagePropertygraphStatisticsCommandInput, ManagePropertygraphStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Manages the generation and use of property graph statistics.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#managestatistics">neptune-db:ManageStatistics</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ManageSparqlStatisticsInput, ManageSparqlStatisticsOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface ManageSparqlStatisticsCommandInput extends ManageSparqlStatisti
22
22
  export interface ManageSparqlStatisticsCommandOutput extends ManageSparqlStatisticsOutput, __MetadataBearer {
23
23
  }
24
24
  declare const ManageSparqlStatisticsCommand_base: {
25
- new (input: ManageSparqlStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<ManageSparqlStatisticsCommandInput, ManageSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ManageSparqlStatisticsCommandInput]): import("@smithy/smithy-client").CommandImpl<ManageSparqlStatisticsCommandInput, ManageSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ManageSparqlStatisticsCommandInput): import("@smithy/core/client").CommandImpl<ManageSparqlStatisticsCommandInput, ManageSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ManageSparqlStatisticsCommandInput]): import("@smithy/core/client").CommandImpl<ManageSparqlStatisticsCommandInput, ManageSparqlStatisticsCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Manages the generation and use of RDF graph statistics.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#managestatistics">neptune-db:ManageStatistics</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartLoaderJobInput, StartLoaderJobOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface StartLoaderJobCommandInput extends StartLoaderJobInput {
22
22
  export interface StartLoaderJobCommandOutput extends StartLoaderJobOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StartLoaderJobCommand_base: {
25
- new (input: StartLoaderJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartLoaderJobCommandInput, StartLoaderJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartLoaderJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartLoaderJobCommandInput, StartLoaderJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartLoaderJobCommandInput): import("@smithy/core/client").CommandImpl<StartLoaderJobCommandInput, StartLoaderJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartLoaderJobCommandInput): import("@smithy/core/client").CommandImpl<StartLoaderJobCommandInput, StartLoaderJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load.html">Using the Amazon Neptune Bulk Loader to Ingest Data</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startloaderjob">neptune-db:StartLoaderJob</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartMLDataProcessingJobInput, StartMLDataProcessingJobOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface StartMLDataProcessingJobCommandInput extends StartMLDataProcess
22
22
  export interface StartMLDataProcessingJobCommandOutput extends StartMLDataProcessingJobOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StartMLDataProcessingJobCommand_base: {
25
- new (input: StartMLDataProcessingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMLDataProcessingJobCommandInput, StartMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMLDataProcessingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMLDataProcessingJobCommandInput, StartMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartMLDataProcessingJobCommandInput): import("@smithy/core/client").CommandImpl<StartMLDataProcessingJobCommandInput, StartMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartMLDataProcessingJobCommandInput): import("@smithy/core/client").CommandImpl<StartMLDataProcessingJobCommandInput, StartMLDataProcessingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html">The <code>dataprocessing</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startmlmodeldataprocessingjob">neptune-db:StartMLModelDataProcessingJob</a> IAM action in that cluster.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartMLModelTrainingJobInput, StartMLModelTrainingJobOutput } from "../models/models_0";
4
4
  import type { NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptunedataClient";
@@ -22,9 +22,11 @@ export interface StartMLModelTrainingJobCommandInput extends StartMLModelTrainin
22
22
  export interface StartMLModelTrainingJobCommandOutput extends StartMLModelTrainingJobOutput, __MetadataBearer {
23
23
  }
24
24
  declare const StartMLModelTrainingJobCommand_base: {
25
- new (input: StartMLModelTrainingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMLModelTrainingJobCommandInput, StartMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMLModelTrainingJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartMLModelTrainingJobCommandInput, StartMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartMLModelTrainingJobCommandInput): import("@smithy/core/client").CommandImpl<StartMLModelTrainingJobCommandInput, StartMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartMLModelTrainingJobCommandInput): import("@smithy/core/client").CommandImpl<StartMLModelTrainingJobCommandInput, StartMLModelTrainingJobCommandOutput, NeptunedataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new Neptune ML model training job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html">Model training using the <code>modeltraining</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startmlmodeltrainingjob">neptune-db:StartMLModelTrainingJob</a> IAM action in that cluster.</p>