Skip to content

Commit

Permalink
docs(client-neptunedata): Removed the descriptive text in the introdu…
Browse files Browse the repository at this point in the history
…ction.
  • Loading branch information
awstools committed Sep 1, 2023
1 parent c8e1db3 commit 5b44d13
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clients/client-neptunedata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ AWS SDK for JavaScript Neptunedata Client for Node.js, Browser and React Native.

<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 all three Neptune query languages (Gremlin, openCypher and SPARQL), and is
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>

Expand Down
2 changes: 1 addition & 1 deletion clients/client-neptunedata/src/Neptunedata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ export interface Neptunedata {
* <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 all three Neptune query languages (Gremlin, openCypher and SPARQL), and is
* 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>
*/
Expand Down
2 changes: 1 addition & 1 deletion clients/client-neptunedata/src/NeptunedataClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export interface NeptunedataClientResolvedConfig extends NeptunedataClientResolv
* <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 all three Neptune query languages (Gremlin, openCypher and SPARQL), and is
* 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>
*/
Expand Down
2 changes: 1 addition & 1 deletion clients/client-neptunedata/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* <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 all three Neptune query languages (Gremlin, openCypher and SPARQL), and is
* 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>
*
Expand Down
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/neptunedata.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
"name": "neptune-db"
},
"aws.protocols#restJson1": {},
"smithy.api#documentation": "<fullname>Neptune Data API</fullname>\n <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data\n operations, including data loading, query execution, data inquiry, and machine learning.\n It supports all three Neptune query languages (Gremlin, openCypher and SPARQL), and is\n available in all SDK languages. It automatically signs API requests and greatly simplifies\n integrating Neptune into your applications.</p>",
"smithy.api#documentation": "<fullname>Neptune Data API</fullname>\n <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data\n operations, including data loading, query execution, data inquiry, and machine learning.\n It supports the Gremlin and openCypher query languages, and is\n available in all SDK languages. It automatically signs API requests and greatly simplifies\n integrating Neptune into your applications.</p>",
"smithy.api#externalDocumentation": {
"API Reference": "https://docs.aws.amazon.com/neptune/latest/userguide/intro.html"
},
Expand Down

0 comments on commit 5b44d13

Please sign in to comment.