Skip to content

Commit 55985cf

Browse files
author
AWS
committed
Amazon Neptune Graph Update: Support for 16 m-NCU graphs available through account allowlisting
1 parent 2429292 commit 55985cf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Neptune Graph",
4+
"contributor": "",
5+
"description": "Support for 16 m-NCU graphs available through account allowlisting"
6+
}

services/neptunegraph/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@
964964
},
965965
"format":{
966966
"shape":"Format",
967-
"documentation":"<p>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html\">Gremlin CSV format</a> or <code>OPENCYPHER</code>, which identies the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html\">openCypher load format</a>.</p>"
967+
"documentation":"<p>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html\">Gremlin CSV format</a>, <code>OPEN_CYPHER</code>, which identifies the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html\">openCypher load format</a>, or <code>ntriples</code>, which identifies the <a href=\"https://docs.aws.amazon.com/neptune-analytics/latest/userguide/using-rdf-data.html\">RDF n-triples</a> format.</p>"
968968
},
969969
"blankNodeHandling":{
970970
"shape":"BlankNodeHandling",
@@ -2352,7 +2352,7 @@
23522352
"type":"integer",
23532353
"box":true,
23542354
"max":24576,
2355-
"min":32
2355+
"min":16
23562356
},
23572357
"QueryLanguage":{
23582358
"type":"string",

0 commit comments

Comments
 (0)