Skip to content

Commit 0fea796

Browse files
author
AWS
committed
Amazon Neptune Graph Update: Added argument to list-export to filter by graph ID
1 parent 54c0fb4 commit 0fea796

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-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": "Added argument to `list-export` to filter by graph ID"
6+
}

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"endpointPrefix":"neptune-graph",
77
"protocol":"rest-json",
88
"protocols":["rest-json"],
9-
"ripServiceName":"neptune-graph",
109
"serviceAbbreviation":"Neptune Graph",
1110
"serviceFullName":"Amazon Neptune Graph",
1211
"serviceId":"Neptune Graph",
@@ -1101,7 +1100,7 @@
11011100
},
11021101
"maxProvisionedMemory":{
11031102
"shape":"ProvisionedMemory",
1104-
"documentation":"<p>The maximum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 1024, or the approved upper limit for your account.</p> <p> If both the minimum and maximum values are specified, the max of the <code>min-provisioned-memory</code> and <code>max-provisioned memory</code> is used to create the graph. If neither value is specified 128 m-NCUs are used.</p>"
1103+
"documentation":"<p>The maximum provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Default: 1024, or the approved upper limit for your account.</p> <p> If both the minimum and maximum values are specified, the final <code>provisioned-memory</code> will be chosen per the actual size of your imported data. If neither value is specified, 128 m-NCUs are used.</p>"
11051104
},
11061105
"minProvisionedMemory":{
11071106
"shape":"ProvisionedMemory",
@@ -2445,6 +2444,12 @@
24452444
"ListExportTasksInput":{
24462445
"type":"structure",
24472446
"members":{
2447+
"graphIdentifier":{
2448+
"shape":"GraphIdentifier",
2449+
"documentation":"<p>The unique identifier of the Neptune Analytics graph.</p>",
2450+
"location":"querystring",
2451+
"locationName":"graphIdentifier"
2452+
},
24482453
"nextToken":{
24492454
"shape":"PaginationToken",
24502455
"documentation":"<p>Pagination token used to paginate input.</p>",

0 commit comments

Comments
 (0)