Skip to content

Commit 5b44d13

Browse files
author
awstools
committed
docs(client-neptunedata): Removed the descriptive text in the introduction.
1 parent c8e1db3 commit 5b44d13

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

clients/client-neptunedata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AWS SDK for JavaScript Neptunedata Client for Node.js, Browser and React Native.
1010

1111
<p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
1212
operations, including data loading, query execution, data inquiry, and machine learning.
13-
It supports all three Neptune query languages (Gremlin, openCypher and SPARQL), and is
13+
It supports the Gremlin and openCypher query languages, and is
1414
available in all SDK languages. It automatically signs API requests and greatly simplifies
1515
integrating Neptune into your applications.</p>
1616

clients/client-neptunedata/src/Neptunedata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ export interface Neptunedata {
979979
* <fullname>Neptune Data API</fullname>
980980
* <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
981981
* operations, including data loading, query execution, data inquiry, and machine learning.
982-
* It supports all three Neptune query languages (Gremlin, openCypher and SPARQL), and is
982+
* It supports the Gremlin and openCypher query languages, and is
983983
* available in all SDK languages. It automatically signs API requests and greatly simplifies
984984
* integrating Neptune into your applications.</p>
985985
*/

clients/client-neptunedata/src/NeptunedataClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ export interface NeptunedataClientResolvedConfig extends NeptunedataClientResolv
460460
* <fullname>Neptune Data API</fullname>
461461
* <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
462462
* operations, including data loading, query execution, data inquiry, and machine learning.
463-
* It supports all three Neptune query languages (Gremlin, openCypher and SPARQL), and is
463+
* It supports the Gremlin and openCypher query languages, and is
464464
* available in all SDK languages. It automatically signs API requests and greatly simplifies
465465
* integrating Neptune into your applications.</p>
466466
*/

clients/client-neptunedata/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* <fullname>Neptune Data API</fullname>
55
* <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data
66
* operations, including data loading, query execution, data inquiry, and machine learning.
7-
* It supports all three Neptune query languages (Gremlin, openCypher and SPARQL), and is
7+
* It supports the Gremlin and openCypher query languages, and is
88
* available in all SDK languages. It automatically signs API requests and greatly simplifies
99
* integrating Neptune into your applications.</p>
1010
*

codegen/sdk-codegen/aws-models/neptunedata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"name": "neptune-db"
193193
},
194194
"aws.protocols#restJson1": {},
195-
"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>",
195+
"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>",
196196
"smithy.api#externalDocumentation": {
197197
"API Reference": "https://docs.aws.amazon.com/neptune/latest/userguide/intro.html"
198198
},

0 commit comments

Comments
 (0)