@aws-sdk/client-neptunedata 3.846.0 → 3.851.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 (51) hide show
  1. package/README.md +1 -7
  2. package/dist-cjs/index.js +13 -0
  3. package/dist-es/models/models_0.js +13 -0
  4. package/dist-types/Neptunedata.d.ts +1 -6
  5. package/dist-types/NeptunedataClient.d.ts +1 -6
  6. package/dist-types/commands/CancelGremlinQueryCommand.d.ts +2 -8
  7. package/dist-types/commands/CancelLoaderJobCommand.d.ts +1 -7
  8. package/dist-types/commands/CancelMLDataProcessingJobCommand.d.ts +1 -6
  9. package/dist-types/commands/CancelMLModelTrainingJobCommand.d.ts +1 -6
  10. package/dist-types/commands/CancelMLModelTransformJobCommand.d.ts +1 -6
  11. package/dist-types/commands/CancelOpenCypherQueryCommand.d.ts +2 -8
  12. package/dist-types/commands/CreateMLEndpointCommand.d.ts +1 -8
  13. package/dist-types/commands/DeleteMLEndpointCommand.d.ts +1 -7
  14. package/dist-types/commands/DeletePropertygraphStatisticsCommand.d.ts +1 -6
  15. package/dist-types/commands/DeleteSparqlStatisticsCommand.d.ts +1 -5
  16. package/dist-types/commands/ExecuteFastResetCommand.d.ts +2 -13
  17. package/dist-types/commands/ExecuteGremlinExplainQueryCommand.d.ts +5 -45
  18. package/dist-types/commands/ExecuteGremlinProfileQueryCommand.d.ts +5 -20
  19. package/dist-types/commands/ExecuteGremlinQueryCommand.d.ts +5 -39
  20. package/dist-types/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +5 -19
  21. package/dist-types/commands/ExecuteOpenCypherQueryCommand.d.ts +5 -44
  22. package/dist-types/commands/GetEngineStatusCommand.d.ts +1 -5
  23. package/dist-types/commands/GetGremlinQueryStatusCommand.d.ts +2 -11
  24. package/dist-types/commands/GetLoaderJobStatusCommand.d.ts +1 -9
  25. package/dist-types/commands/GetMLDataProcessingJobCommand.d.ts +1 -6
  26. package/dist-types/commands/GetMLEndpointCommand.d.ts +1 -6
  27. package/dist-types/commands/GetMLModelTrainingJobCommand.d.ts +1 -6
  28. package/dist-types/commands/GetMLModelTransformJobCommand.d.ts +1 -6
  29. package/dist-types/commands/GetOpenCypherQueryStatusCommand.d.ts +2 -11
  30. package/dist-types/commands/GetPropertygraphStatisticsCommand.d.ts +1 -5
  31. package/dist-types/commands/GetPropertygraphStreamCommand.d.ts +3 -38
  32. package/dist-types/commands/GetPropertygraphSummaryCommand.d.ts +1 -5
  33. package/dist-types/commands/GetRDFGraphSummaryCommand.d.ts +1 -5
  34. package/dist-types/commands/GetSparqlStreamCommand.d.ts +3 -22
  35. package/dist-types/commands/ListGremlinQueriesCommand.d.ts +2 -12
  36. package/dist-types/commands/ListLoaderJobsCommand.d.ts +1 -6
  37. package/dist-types/commands/ListMLDataProcessingJobsCommand.d.ts +1 -6
  38. package/dist-types/commands/ListMLEndpointsCommand.d.ts +1 -6
  39. package/dist-types/commands/ListMLModelTrainingJobsCommand.d.ts +1 -6
  40. package/dist-types/commands/ListMLModelTransformJobsCommand.d.ts +1 -6
  41. package/dist-types/commands/ListOpenCypherQueriesCommand.d.ts +2 -12
  42. package/dist-types/commands/ManagePropertygraphStatisticsCommand.d.ts +1 -5
  43. package/dist-types/commands/ManageSparqlStatisticsCommand.d.ts +1 -5
  44. package/dist-types/commands/StartLoaderJobCommand.d.ts +2 -8
  45. package/dist-types/commands/StartMLDataProcessingJobCommand.d.ts +1 -7
  46. package/dist-types/commands/StartMLModelTrainingJobCommand.d.ts +1 -6
  47. package/dist-types/commands/StartMLModelTransformJobCommand.d.ts +1 -6
  48. package/dist-types/index.d.ts +1 -6
  49. package/dist-types/models/models_0.d.ts +189 -868
  50. package/dist-types/ts3.4/models/models_0.d.ts +13 -0
  51. package/package.json +5 -5
@@ -27,13 +27,7 @@ declare const StartLoaderJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Starts a Neptune bulk loader job to load data from an Amazon S3
31
- * bucket into a Neptune DB instance. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load.html">Using the Amazon Neptune
32
- * Bulk Loader to Ingest Data</a>.</p>
33
- * <p>When invoking this operation in a Neptune cluster that has IAM
34
- * authentication enabled, the IAM user or role making the request must
35
- * 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>
36
- * IAM action in that cluster.</p>
30
+ * <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>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -43,7 +37,7 @@ declare const StartLoaderJobCommand_base: {
43
37
  * const input = { // StartLoaderJobInput
44
38
  * source: "STRING_VALUE", // required
45
39
  * format: "csv" || "opencypher" || "ntriples" || "nquads" || "rdfxml" || "turtle", // required
46
- * s3BucketRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "sa-east-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "me-south-1" || "af-south-1" || "ap-east-1" || "ap-northeast-1" || "ap-northeast-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-south-1" || "cn-north-1" || "cn-northwest-1" || "us-gov-west-1" || "us-gov-east-1", // required
40
+ * s3BucketRegion: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "sa-east-1" || "eu-north-1" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "me-south-1" || "af-south-1" || "ap-east-1" || "ap-northeast-1" || "ap-northeast-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-south-1" || "cn-north-1" || "cn-northwest-1" || "us-gov-west-1" || "us-gov-east-1" || "ca-west-1" || "eu-south-2" || "il-central-1" || "me-central-1" || "ap-northeast-3" || "ap-southeast-3" || "ap-southeast-4" || "ap-southeast-5" || "ap-southeast-7" || "mx-central-1" || "ap-east-2" || "ap-south-2" || "eu-central-2", // required
47
41
  * iamRoleArn: "STRING_VALUE", // required
48
42
  * mode: "RESUME" || "NEW" || "AUTO",
49
43
  * failOnError: true || false,
@@ -27,13 +27,7 @@ declare const StartMLDataProcessingJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a new Neptune ML data processing job for processing the
31
- * graph data exported from Neptune for training. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html">The
32
- * <code>dataprocessing</code> command</a>.</p>
33
- * <p>When invoking this operation in a Neptune cluster that has IAM
34
- * authentication enabled, the IAM user or role making the request must
35
- * 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>
36
- * IAM action in that cluster.</p>
30
+ * <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>
37
31
  * @example
38
32
  * Use a bare-bones client and the command you need to make an API call.
39
33
  * ```javascript
@@ -27,12 +27,7 @@ declare const StartMLModelTrainingJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <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
31
- * training using the <code>modeltraining</code> command</a>.</p>
32
- * <p>When invoking this operation in a Neptune cluster that has IAM
33
- * authentication enabled, the IAM user or role making the request must
34
- * 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>
35
- * IAM action in that cluster.</p>
30
+ * <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>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -27,12 +27,7 @@ declare const StartMLModelTransformJobCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a new model transform job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html">Use
31
- * a trained model to generate new model artifacts</a>.</p>
32
- * <p>When invoking this operation in a Neptune cluster that has IAM
33
- * authentication enabled, the IAM user or role making the request must
34
- * have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startmlmodeltransformjob">neptune-db:StartMLModelTransformJob</a>
35
- * IAM action in that cluster.</p>
30
+ * <p>Creates a new 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#startmlmodeltransformjob">neptune-db:StartMLModelTransformJob</a> IAM action in that cluster.</p>
36
31
  * @example
37
32
  * Use a bare-bones client and the command you need to make an API call.
38
33
  * ```javascript
@@ -1,10 +1,5 @@
1
1
  /**
2
- * <fullname>Neptune Data API</fullname>
3
- * <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
4
- * operations, including data loading, query execution, data inquiry, and machine learning.
5
- * It supports the Gremlin and openCypher query languages, and is
6
- * available in all SDK languages. It automatically signs API requests and greatly simplifies
7
- * integrating Neptune into your applications.</p>
2
+ * <fullname>Neptune Data API</fullname> <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data operations, including data loading, query execution, data inquiry, and machine learning. It supports the Gremlin and openCypher query languages, and is available in all SDK languages. It automatically signs API requests and greatly simplifies integrating Neptune into your applications.</p>
8
3
  *
9
4
  * @packageDocumentation
10
5
  */