Skip to content

Commit

Permalink
feat(client-neptune-graph): Support for 16 m-NCU graphs available thr…
Browse files Browse the repository at this point in the history
…ough account allowlisting
  • Loading branch information
awstools committed Oct 10, 2024
1 parent 5dbe44b commit 60ba33d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions clients/client-neptune-graph/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2559,8 +2559,9 @@ export interface CreateGraphUsingImportTaskInput {
/**
* <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>
* 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>
* @public
*/
format?: Format;
Expand Down
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/neptune-graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -2195,7 +2195,7 @@
"format": {
"target": "com.amazonaws.neptunegraph#Format",
"traits": {
"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>"
"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>"
}
},
"blankNodeHandling": {
Expand Down Expand Up @@ -5238,7 +5238,7 @@
"type": "integer",
"traits": {
"smithy.api#range": {
"min": 32,
"min": 16,
"max": 24576
}
}
Expand Down

0 comments on commit 60ba33d

Please sign in to comment.