From 60ba33d6cbef1d15518a879f58e39d776b58c9c4 Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 10 Oct 2024 18:17:38 +0000 Subject: [PATCH] feat(client-neptune-graph): Support for 16 m-NCU graphs available through account allowlisting --- clients/client-neptune-graph/src/models/models_0.ts | 5 +++-- codegen/sdk-codegen/aws-models/neptune-graph.json | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/clients/client-neptune-graph/src/models/models_0.ts b/clients/client-neptune-graph/src/models/models_0.ts index 5b82a39eec67..f856738f53ff 100644 --- a/clients/client-neptune-graph/src/models/models_0.ts +++ b/clients/client-neptune-graph/src/models/models_0.ts @@ -2559,8 +2559,9 @@ export interface CreateGraphUsingImportTaskInput { /** *

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies * the Gremlin - * CSV format or OPENCYPHER, which identies the openCypher - * load format.

+ * CSV format, OPEN_CYPHER, which identifies the openCypher + * load format, or ntriples, which identifies the + * RDF n-triples format.

* @public */ format?: Format; diff --git a/codegen/sdk-codegen/aws-models/neptune-graph.json b/codegen/sdk-codegen/aws-models/neptune-graph.json index 6c7cd9f757e7..9625f8ea1355 100644 --- a/codegen/sdk-codegen/aws-models/neptune-graph.json +++ b/codegen/sdk-codegen/aws-models/neptune-graph.json @@ -2195,7 +2195,7 @@ "format": { "target": "com.amazonaws.neptunegraph#Format", "traits": { - "smithy.api#documentation": "

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies\n the Gremlin\n CSV format or OPENCYPHER, which identies the openCypher\n load format.

" + "smithy.api#documentation": "

Specifies the format of S3 data to be imported. Valid values are CSV, which identifies\n the Gremlin\n CSV format, OPEN_CYPHER, which identifies the openCypher\n load format, or ntriples, which identifies the\n RDF n-triples format.

" } }, "blankNodeHandling": { @@ -5238,7 +5238,7 @@ "type": "integer", "traits": { "smithy.api#range": { - "min": 32, + "min": 16, "max": 24576 } }