@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.
- package/README.md +1 -7
- package/dist-cjs/index.js +13 -0
- package/dist-es/models/models_0.js +13 -0
- package/dist-types/Neptunedata.d.ts +1 -6
- package/dist-types/NeptunedataClient.d.ts +1 -6
- package/dist-types/commands/CancelGremlinQueryCommand.d.ts +2 -8
- package/dist-types/commands/CancelLoaderJobCommand.d.ts +1 -7
- package/dist-types/commands/CancelMLDataProcessingJobCommand.d.ts +1 -6
- package/dist-types/commands/CancelMLModelTrainingJobCommand.d.ts +1 -6
- package/dist-types/commands/CancelMLModelTransformJobCommand.d.ts +1 -6
- package/dist-types/commands/CancelOpenCypherQueryCommand.d.ts +2 -8
- package/dist-types/commands/CreateMLEndpointCommand.d.ts +1 -8
- package/dist-types/commands/DeleteMLEndpointCommand.d.ts +1 -7
- package/dist-types/commands/DeletePropertygraphStatisticsCommand.d.ts +1 -6
- package/dist-types/commands/DeleteSparqlStatisticsCommand.d.ts +1 -5
- package/dist-types/commands/ExecuteFastResetCommand.d.ts +2 -13
- package/dist-types/commands/ExecuteGremlinExplainQueryCommand.d.ts +5 -45
- package/dist-types/commands/ExecuteGremlinProfileQueryCommand.d.ts +5 -20
- package/dist-types/commands/ExecuteGremlinQueryCommand.d.ts +5 -39
- package/dist-types/commands/ExecuteOpenCypherExplainQueryCommand.d.ts +5 -19
- package/dist-types/commands/ExecuteOpenCypherQueryCommand.d.ts +5 -44
- package/dist-types/commands/GetEngineStatusCommand.d.ts +1 -5
- package/dist-types/commands/GetGremlinQueryStatusCommand.d.ts +2 -11
- package/dist-types/commands/GetLoaderJobStatusCommand.d.ts +1 -9
- package/dist-types/commands/GetMLDataProcessingJobCommand.d.ts +1 -6
- package/dist-types/commands/GetMLEndpointCommand.d.ts +1 -6
- package/dist-types/commands/GetMLModelTrainingJobCommand.d.ts +1 -6
- package/dist-types/commands/GetMLModelTransformJobCommand.d.ts +1 -6
- package/dist-types/commands/GetOpenCypherQueryStatusCommand.d.ts +2 -11
- package/dist-types/commands/GetPropertygraphStatisticsCommand.d.ts +1 -5
- package/dist-types/commands/GetPropertygraphStreamCommand.d.ts +3 -38
- package/dist-types/commands/GetPropertygraphSummaryCommand.d.ts +1 -5
- package/dist-types/commands/GetRDFGraphSummaryCommand.d.ts +1 -5
- package/dist-types/commands/GetSparqlStreamCommand.d.ts +3 -22
- package/dist-types/commands/ListGremlinQueriesCommand.d.ts +2 -12
- package/dist-types/commands/ListLoaderJobsCommand.d.ts +1 -6
- package/dist-types/commands/ListMLDataProcessingJobsCommand.d.ts +1 -6
- package/dist-types/commands/ListMLEndpointsCommand.d.ts +1 -6
- package/dist-types/commands/ListMLModelTrainingJobsCommand.d.ts +1 -6
- package/dist-types/commands/ListMLModelTransformJobsCommand.d.ts +1 -6
- package/dist-types/commands/ListOpenCypherQueriesCommand.d.ts +2 -12
- package/dist-types/commands/ManagePropertygraphStatisticsCommand.d.ts +1 -5
- package/dist-types/commands/ManageSparqlStatisticsCommand.d.ts +1 -5
- package/dist-types/commands/StartLoaderJobCommand.d.ts +2 -8
- package/dist-types/commands/StartMLDataProcessingJobCommand.d.ts +1 -7
- package/dist-types/commands/StartMLModelTrainingJobCommand.d.ts +1 -6
- package/dist-types/commands/StartMLModelTransformJobCommand.d.ts +1 -6
- package/dist-types/index.d.ts +1 -6
- package/dist-types/models/models_0.d.ts +189 -868
- package/dist-types/ts3.4/models/models_0.d.ts +13 -0
- 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
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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
|
*/
|