Skip to content

Commit 08f26cc

Browse files
author
awstools
committed
feat(client-neptunedata): This release updates the supported regions for Neptune API to include current AWS regions.
1 parent ba8907d commit 08f26cc

File tree

48 files changed

+564
-1585
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+564
-1585
lines changed

clients/client-neptunedata/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@
66

77
AWS SDK for JavaScript Neptunedata Client for Node.js, Browser and React Native.
88

9-
<fullname>Neptune Data API</fullname>
10-
11-
<p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
12-
operations, including data loading, query execution, data inquiry, and machine learning.
13-
It supports the Gremlin and openCypher query languages, and is
14-
available in all SDK languages. It automatically signs API requests and greatly simplifies
15-
integrating Neptune into your applications.</p>
9+
<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>
1610

1711
## Installing
1812

clients/client-neptunedata/src/Neptunedata.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -994,12 +994,7 @@ export interface Neptunedata {
994994
}
995995

996996
/**
997-
* <fullname>Neptune Data API</fullname>
998-
* <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
999-
* operations, including data loading, query execution, data inquiry, and machine learning.
1000-
* It supports the Gremlin and openCypher query languages, and is
1001-
* available in all SDK languages. It automatically signs API requests and greatly simplifies
1002-
* integrating Neptune into your applications.</p>
997+
* <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>
1003998
* @public
1004999
*/
10051000
export class Neptunedata extends NeptunedataClient implements Neptunedata {}

clients/client-neptunedata/src/NeptunedataClient.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -481,12 +481,7 @@ export type NeptunedataClientResolvedConfigType = __SmithyResolvedConfiguration<
481481
export interface NeptunedataClientResolvedConfig extends NeptunedataClientResolvedConfigType {}
482482

483483
/**
484-
* <fullname>Neptune Data API</fullname>
485-
* <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
486-
* operations, including data loading, query execution, data inquiry, and machine learning.
487-
* It supports the Gremlin and openCypher query languages, and is
488-
* available in all SDK languages. It automatically signs API requests and greatly simplifies
489-
* integrating Neptune into your applications.</p>
484+
* <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>
490485
* @public
491486
*/
492487
export class NeptunedataClient extends __Client<

clients/client-neptunedata/src/commands/CancelGremlinQueryCommand.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ export interface CancelGremlinQueryCommandInput extends CancelGremlinQueryInput
2828
export interface CancelGremlinQueryCommandOutput extends CancelGremlinQueryOutput, __MetadataBearer {}
2929

3030
/**
31-
* <p>Cancels a Gremlin query. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status-cancel.html">Gremlin
32-
* query cancellation</a> for more information.</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#cancelquery">neptune-db:CancelQuery</a>
36-
* IAM action in that cluster.</p>
31+
* <p>Cancels a Gremlin query. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status-cancel.html">Gremlin query cancellation</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#cancelquery">neptune-db:CancelQuery</a> IAM action in that cluster.</p>
3732
* @example
3833
* Use a bare-bones client and the command you need to make an API call.
3934
* ```javascript
@@ -64,8 +59,7 @@ export interface CancelGremlinQueryCommandOutput extends CancelGremlinQueryOutpu
6459
* <p>Raised when a request timed out in the client.</p>
6560
*
6661
* @throws {@link ConcurrentModificationException} (server fault)
67-
* <p>Raised when a request attempts to modify data that is concurrently being
68-
* modified by another process.</p>
62+
* <p>Raised when a request attempts to modify data that is concurrently being modified by another process.</p>
6963
*
7064
* @throws {@link ConstraintViolationException} (client fault)
7165
* <p>Raised when a value in a request field did not satisfy required constraints.</p>

clients/client-neptunedata/src/commands/CancelLoaderJobCommand.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,7 @@ export interface CancelLoaderJobCommandInput extends CancelLoaderJobInput {}
2828
export interface CancelLoaderJobCommandOutput extends CancelLoaderJobOutput, __MetadataBearer {}
2929

3030
/**
31-
* <p>Cancels a specified load job. This is an HTTP <code>DELETE</code>
32-
* request. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/load-api-reference-status.htm">Neptune
33-
* Loader Get-Status API</a> for more information.</p>
34-
* <p>When invoking this operation in a Neptune cluster that has IAM
35-
* authentication enabled, the IAM user or role making the request must
36-
* have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelloaderjob">neptune-db:CancelLoaderJob</a>
37-
* IAM action in that cluster..</p>
31+
* <p>Cancels a specified load job. This is an HTTP <code>DELETE</code> request. 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#cancelloaderjob">neptune-db:CancelLoaderJob</a> IAM action in that cluster..</p>
3832
* @example
3933
* Use a bare-bones client and the command you need to make an API call.
4034
* ```javascript

clients/client-neptunedata/src/commands/CancelMLDataProcessingJobCommand.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ export interface CancelMLDataProcessingJobCommandInput extends CancelMLDataProce
2828
export interface CancelMLDataProcessingJobCommandOutput extends CancelMLDataProcessingJobOutput, __MetadataBearer {}
2929

3030
/**
31-
* <p>Cancels a Neptune ML data processing job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html">The
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#cancelmldataprocessingjob">neptune-db:CancelMLDataProcessingJob</a>
36-
* IAM action in that cluster.</p>
31+
* <p>Cancels a Neptune ML data processing job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html">The <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#cancelmldataprocessingjob">neptune-db:CancelMLDataProcessingJob</a> IAM action in that cluster.</p>
3732
* @example
3833
* Use a bare-bones client and the command you need to make an API call.
3934
* ```javascript

clients/client-neptunedata/src/commands/CancelMLModelTrainingJobCommand.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ export interface CancelMLModelTrainingJobCommandInput extends CancelMLModelTrain
2828
export interface CancelMLModelTrainingJobCommandOutput extends CancelMLModelTrainingJobOutput, __MetadataBearer {}
2929

3030
/**
31-
* <p>Cancels a Neptune ML model training job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html">Model
32-
* training using the <code>modeltraining</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#cancelmlmodeltrainingjob">neptune-db:CancelMLModelTrainingJob</a>
36-
* IAM action in that cluster.</p>
31+
* <p>Cancels a Neptune ML model training job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html">Model 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#cancelmlmodeltrainingjob">neptune-db:CancelMLModelTrainingJob</a> IAM action in that cluster.</p>
3732
* @example
3833
* Use a bare-bones client and the command you need to make an API call.
3934
* ```javascript

clients/client-neptunedata/src/commands/CancelMLModelTransformJobCommand.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ export interface CancelMLModelTransformJobCommandInput extends CancelMLModelTran
2828
export interface CancelMLModelTransformJobCommandOutput extends CancelMLModelTransformJobOutput, __MetadataBearer {}
2929

3030
/**
31-
* <p>Cancels a specified model transform job. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html">Use
32-
* a trained model to generate new model artifacts</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#cancelmlmodeltransformjob">neptune-db:CancelMLModelTransformJob</a>
36-
* IAM action in that cluster.</p>
31+
* <p>Cancels 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#cancelmlmodeltransformjob">neptune-db:CancelMLModelTransformJob</a> IAM action in that cluster.</p>
3732
* @example
3833
* Use a bare-bones client and the command you need to make an API call.
3934
* ```javascript

clients/client-neptunedata/src/commands/CancelOpenCypherQueryCommand.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,7 @@ export interface CancelOpenCypherQueryCommandInput extends CancelOpenCypherQuery
2828
export interface CancelOpenCypherQueryCommandOutput extends CancelOpenCypherQueryOutput, __MetadataBearer {}
2929

3030
/**
31-
* <p>Cancels a specified openCypher query. See <a href="https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-status.html">Neptune
32-
* openCypher status endpoint</a> for more information.</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#cancelquery">neptune-db:CancelQuery</a>
36-
* IAM action in that cluster.</p>
31+
* <p>Cancels a specified openCypher query. 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#cancelquery">neptune-db:CancelQuery</a> IAM action in that cluster.</p>
3732
* @example
3833
* Use a bare-bones client and the command you need to make an API call.
3934
* ```javascript
@@ -66,8 +61,7 @@ export interface CancelOpenCypherQueryCommandOutput extends CancelOpenCypherQuer
6661
* <p>Raised when a request timed out in the client.</p>
6762
*
6863
* @throws {@link ConcurrentModificationException} (server fault)
69-
* <p>Raised when a request attempts to modify data that is concurrently being
70-
* modified by another process.</p>
64+
* <p>Raised when a request attempts to modify data that is concurrently being modified by another process.</p>
7165
*
7266
* @throws {@link ConstraintViolationException} (client fault)
7367
* <p>Raised when a value in a request field did not satisfy required constraints.</p>

clients/client-neptunedata/src/commands/CreateMLEndpointCommand.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,7 @@ export interface CreateMLEndpointCommandInput extends CreateMLEndpointInput {}
2828
export interface CreateMLEndpointCommandOutput extends CreateMLEndpointOutput, __MetadataBearer {}
2929

3030
/**
31-
* <p>Creates a new Neptune ML inference endpoint that lets you query
32-
* one specific model that the model-training process constructed. See
33-
* <a href="https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html">Managing
34-
* inference endpoints using the endpoints command</a>.</p>
35-
* <p>When invoking this operation in a Neptune cluster that has IAM
36-
* authentication enabled, the IAM user or role making the request must
37-
* have a policy attached that allows the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#createmlendpoint">neptune-db:CreateMLEndpoint</a>
38-
* IAM action in that cluster.</p>
31+
* <p>Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed. 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#createmlendpoint">neptune-db:CreateMLEndpoint</a> IAM action in that cluster.</p>
3932
* @example
4033
* Use a bare-bones client and the command you need to make an API call.
4134
* ```javascript

0 commit comments

Comments
 (0)