Skip to content

Commit 60ba33d

Browse files
author
awstools
committed
feat(client-neptune-graph): Support for 16 m-NCU graphs available through account allowlisting
1 parent 5dbe44b commit 60ba33d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

clients/client-neptune-graph/src/models/models_0.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -2559,8 +2559,9 @@ export interface CreateGraphUsingImportTaskInput {
25592559
/**
25602560
* <p>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies
25612561
* the <a href="https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html">Gremlin
2562-
* 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
2563-
* load format</a>.</p>
2562+
* 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
2563+
* load format</a>, or <code>ntriples</code>, which identifies the
2564+
* <a href="https://docs.aws.amazon.com/neptune-analytics/latest/userguide/using-rdf-data.html">RDF n-triples</a> format.</p>
25642565
* @public
25652566
*/
25662567
format?: Format;

codegen/sdk-codegen/aws-models/neptune-graph.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2195,7 +2195,7 @@
21952195
"format": {
21962196
"target": "com.amazonaws.neptunegraph#Format",
21972197
"traits": {
2198-
"smithy.api#documentation": "<p>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies\n the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html\">Gremlin\n 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\n load format</a>.</p>"
2198+
"smithy.api#documentation": "<p>Specifies the format of S3 data to be imported. Valid values are <code>CSV</code>, which identifies\n the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html\">Gremlin\n 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\n load format</a>, or <code>ntriples</code>, which identifies the\n <a href=\"https://docs.aws.amazon.com/neptune-analytics/latest/userguide/using-rdf-data.html\">RDF n-triples</a> format.</p>"
21992199
}
22002200
},
22012201
"blankNodeHandling": {
@@ -5238,7 +5238,7 @@
52385238
"type": "integer",
52395239
"traits": {
52405240
"smithy.api#range": {
5241-
"min": 32,
5241+
"min": 16,
52425242
"max": 24576
52435243
}
52445244
}

0 commit comments

Comments
 (0)