Skip to content

Commit e887cc3

Browse files
author
AWS
committed
Amazon Neptune Graph Update: Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for provisioned-memory
1 parent 1cf78e7 commit e887cc3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-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": "Amazon Neptune Analytics provides new options for customers to start with smaller graphs at a lower cost. CreateGraph, CreaateGraphImportTask, UpdateGraph and StartImportTask APIs will now allow 32 and 64 for `provisioned-memory`"
6+
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"version":"2.0",
33
"metadata":{
44
"apiVersion":"2023-11-29",
5+
"auth":["aws.auth#sigv4"],
56
"endpointPrefix":"neptune-graph",
6-
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"ripServiceName":"neptune-graph",
910
"serviceAbbreviation":"Neptune Graph",
1011
"serviceFullName":"Amazon Neptune Graph",
@@ -2342,7 +2343,7 @@
23422343
"type":"integer",
23432344
"box":true,
23442345
"max":24576,
2345-
"min":128
2346+
"min":32
23462347
},
23472348
"QueryLanguage":{
23482349
"type":"string",

0 commit comments

Comments
 (0)