1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2023-08-01",
5    "endpointPrefix":"neptune-db",
6    "jsonVersion":"1.1",
7    "protocol":"rest-json",
8    "serviceFullName":"Amazon NeptuneData",
9    "serviceId":"neptunedata",
10    "signatureVersion":"v4",
11    "signingName":"neptune-db",
12    "uid":"neptunedata-2023-08-01"
13  },
14  "operations":{
15    "CancelGremlinQuery":{
16      "name":"CancelGremlinQuery",
17      "http":{
18        "method":"DELETE",
19        "requestUri":"/gremlin/status/{queryId}",
20        "responseCode":200
21      },
22      "input":{"shape":"CancelGremlinQueryInput"},
23      "output":{"shape":"CancelGremlinQueryOutput"},
24      "errors":[
25        {"shape":"BadRequestException"},
26        {"shape":"InvalidParameterException"},
27        {"shape":"ClientTimeoutException"},
28        {"shape":"IllegalArgumentException"},
29        {"shape":"TooManyRequestsException"},
30        {"shape":"UnsupportedOperationException"},
31        {"shape":"FailureByQueryException"},
32        {"shape":"PreconditionsFailedException"},
33        {"shape":"ParsingException"},
34        {"shape":"ConstraintViolationException"},
35        {"shape":"TimeLimitExceededException"},
36        {"shape":"InvalidArgumentException"},
37        {"shape":"ConcurrentModificationException"},
38        {"shape":"MissingParameterException"}
39      ],
40      "documentation":"<p>Cancels a Gremlin query. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status-cancel.html\">Gremlin query cancellation</a> for more information.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelquery\">neptune-db:CancelQuery</a> IAM action in that cluster.</p>",
41      "idempotent":true
42    },
43    "CancelLoaderJob":{
44      "name":"CancelLoaderJob",
45      "http":{
46        "method":"DELETE",
47        "requestUri":"/loader/{loadId}",
48        "responseCode":200
49      },
50      "input":{"shape":"CancelLoaderJobInput"},
51      "output":{"shape":"CancelLoaderJobOutput"},
52      "errors":[
53        {"shape":"BadRequestException"},
54        {"shape":"InvalidParameterException"},
55        {"shape":"BulkLoadIdNotFoundException"},
56        {"shape":"ClientTimeoutException"},
57        {"shape":"LoadUrlAccessDeniedException"},
58        {"shape":"IllegalArgumentException"},
59        {"shape":"TooManyRequestsException"},
60        {"shape":"UnsupportedOperationException"},
61        {"shape":"InternalFailureException"},
62        {"shape":"PreconditionsFailedException"},
63        {"shape":"ConstraintViolationException"},
64        {"shape":"InvalidArgumentException"},
65        {"shape":"MissingParameterException"}
66      ],
67      "documentation":"<p>Cancels a specified load job. This is an HTTP <code>DELETE</code> request. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/load-api-reference-status.htm\">Neptune Loader Get-Status API</a> for more information.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelloaderjob\">neptune-db:CancelLoaderJob</a> IAM action in that cluster..</p>",
68      "idempotent":true
69    },
70    "CancelMLDataProcessingJob":{
71      "name":"CancelMLDataProcessingJob",
72      "http":{
73        "method":"DELETE",
74        "requestUri":"/ml/dataprocessing/{id}",
75        "responseCode":200
76      },
77      "input":{"shape":"CancelMLDataProcessingJobInput"},
78      "output":{"shape":"CancelMLDataProcessingJobOutput"},
79      "errors":[
80        {"shape":"UnsupportedOperationException"},
81        {"shape":"BadRequestException"},
82        {"shape":"MLResourceNotFoundException"},
83        {"shape":"InvalidParameterException"},
84        {"shape":"ClientTimeoutException"},
85        {"shape":"PreconditionsFailedException"},
86        {"shape":"ConstraintViolationException"},
87        {"shape":"InvalidArgumentException"},
88        {"shape":"MissingParameterException"},
89        {"shape":"IllegalArgumentException"},
90        {"shape":"TooManyRequestsException"}
91      ],
92      "documentation":"<p>Cancels a Neptune ML data processing job. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html\">The <code>dataprocessing</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelmldataprocessingjob\">neptune-db:CancelMLDataProcessingJob</a> IAM action in that cluster.</p>",
93      "idempotent":true
94    },
95    "CancelMLModelTrainingJob":{
96      "name":"CancelMLModelTrainingJob",
97      "http":{
98        "method":"DELETE",
99        "requestUri":"/ml/modeltraining/{id}",
100        "responseCode":200
101      },
102      "input":{"shape":"CancelMLModelTrainingJobInput"},
103      "output":{"shape":"CancelMLModelTrainingJobOutput"},
104      "errors":[
105        {"shape":"UnsupportedOperationException"},
106        {"shape":"BadRequestException"},
107        {"shape":"MLResourceNotFoundException"},
108        {"shape":"InvalidParameterException"},
109        {"shape":"ClientTimeoutException"},
110        {"shape":"PreconditionsFailedException"},
111        {"shape":"ConstraintViolationException"},
112        {"shape":"InvalidArgumentException"},
113        {"shape":"MissingParameterException"},
114        {"shape":"IllegalArgumentException"},
115        {"shape":"TooManyRequestsException"}
116      ],
117      "documentation":"<p>Cancels a Neptune ML model training job. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html\">Model training using the <code>modeltraining</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelmlmodeltrainingjob\">neptune-db:CancelMLModelTrainingJob</a> IAM action in that cluster.</p>",
118      "idempotent":true
119    },
120    "CancelMLModelTransformJob":{
121      "name":"CancelMLModelTransformJob",
122      "http":{
123        "method":"DELETE",
124        "requestUri":"/ml/modeltransform/{id}",
125        "responseCode":200
126      },
127      "input":{"shape":"CancelMLModelTransformJobInput"},
128      "output":{"shape":"CancelMLModelTransformJobOutput"},
129      "errors":[
130        {"shape":"UnsupportedOperationException"},
131        {"shape":"BadRequestException"},
132        {"shape":"MLResourceNotFoundException"},
133        {"shape":"InvalidParameterException"},
134        {"shape":"ClientTimeoutException"},
135        {"shape":"PreconditionsFailedException"},
136        {"shape":"ConstraintViolationException"},
137        {"shape":"InvalidArgumentException"},
138        {"shape":"MissingParameterException"},
139        {"shape":"IllegalArgumentException"},
140        {"shape":"TooManyRequestsException"}
141      ],
142      "documentation":"<p>Cancels a specified model transform job. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html\">Use a trained model to generate new model artifacts</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelmlmodeltransformjob\">neptune-db:CancelMLModelTransformJob</a> IAM action in that cluster.</p>",
143      "idempotent":true
144    },
145    "CancelOpenCypherQuery":{
146      "name":"CancelOpenCypherQuery",
147      "http":{
148        "method":"DELETE",
149        "requestUri":"/opencypher/status/{queryId}",
150        "responseCode":200
151      },
152      "input":{"shape":"CancelOpenCypherQueryInput"},
153      "output":{"shape":"CancelOpenCypherQueryOutput"},
154      "errors":[
155        {"shape":"InvalidNumericDataException"},
156        {"shape":"BadRequestException"},
157        {"shape":"InvalidParameterException"},
158        {"shape":"ClientTimeoutException"},
159        {"shape":"IllegalArgumentException"},
160        {"shape":"TooManyRequestsException"},
161        {"shape":"UnsupportedOperationException"},
162        {"shape":"FailureByQueryException"},
163        {"shape":"PreconditionsFailedException"},
164        {"shape":"ParsingException"},
165        {"shape":"ConstraintViolationException"},
166        {"shape":"TimeLimitExceededException"},
167        {"shape":"InvalidArgumentException"},
168        {"shape":"ConcurrentModificationException"},
169        {"shape":"MissingParameterException"}
170      ],
171      "documentation":"<p>Cancels a specified openCypher query. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-status.html\">Neptune openCypher status endpoint</a> for more information.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#cancelquery\">neptune-db:CancelQuery</a> IAM action in that cluster.</p>",
172      "idempotent":true
173    },
174    "CreateMLEndpoint":{
175      "name":"CreateMLEndpoint",
176      "http":{
177        "method":"POST",
178        "requestUri":"/ml/endpoints",
179        "responseCode":200
180      },
181      "input":{"shape":"CreateMLEndpointInput"},
182      "output":{"shape":"CreateMLEndpointOutput"},
183      "errors":[
184        {"shape":"UnsupportedOperationException"},
185        {"shape":"BadRequestException"},
186        {"shape":"MLResourceNotFoundException"},
187        {"shape":"InvalidParameterException"},
188        {"shape":"ClientTimeoutException"},
189        {"shape":"PreconditionsFailedException"},
190        {"shape":"ConstraintViolationException"},
191        {"shape":"InvalidArgumentException"},
192        {"shape":"MissingParameterException"},
193        {"shape":"IllegalArgumentException"},
194        {"shape":"TooManyRequestsException"}
195      ],
196      "documentation":"<p>Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html\">Managing inference endpoints using the endpoints command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#createmlendpoint\">neptune-db:CreateMLEndpoint</a> IAM action in that cluster.</p>"
197    },
198    "DeleteMLEndpoint":{
199      "name":"DeleteMLEndpoint",
200      "http":{
201        "method":"DELETE",
202        "requestUri":"/ml/endpoints/{id}",
203        "responseCode":200
204      },
205      "input":{"shape":"DeleteMLEndpointInput"},
206      "output":{"shape":"DeleteMLEndpointOutput"},
207      "errors":[
208        {"shape":"UnsupportedOperationException"},
209        {"shape":"BadRequestException"},
210        {"shape":"MLResourceNotFoundException"},
211        {"shape":"InvalidParameterException"},
212        {"shape":"ClientTimeoutException"},
213        {"shape":"PreconditionsFailedException"},
214        {"shape":"ConstraintViolationException"},
215        {"shape":"InvalidArgumentException"},
216        {"shape":"MissingParameterException"},
217        {"shape":"IllegalArgumentException"},
218        {"shape":"TooManyRequestsException"}
219      ],
220      "documentation":"<p>Cancels the creation of a Neptune ML inference endpoint. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html\">Managing inference endpoints using the endpoints command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletemlendpoint\">neptune-db:DeleteMLEndpoint</a> IAM action in that cluster.</p>",
221      "idempotent":true
222    },
223    "DeletePropertygraphStatistics":{
224      "name":"DeletePropertygraphStatistics",
225      "http":{
226        "method":"DELETE",
227        "requestUri":"/propertygraph/statistics",
228        "responseCode":200
229      },
230      "output":{"shape":"DeletePropertygraphStatisticsOutput"},
231      "errors":[
232        {"shape":"BadRequestException"},
233        {"shape":"InvalidParameterException"},
234        {"shape":"StatisticsNotAvailableException"},
235        {"shape":"ClientTimeoutException"},
236        {"shape":"AccessDeniedException"},
237        {"shape":"IllegalArgumentException"},
238        {"shape":"TooManyRequestsException"},
239        {"shape":"UnsupportedOperationException"},
240        {"shape":"PreconditionsFailedException"},
241        {"shape":"ReadOnlyViolationException"},
242        {"shape":"ConstraintViolationException"},
243        {"shape":"InvalidArgumentException"},
244        {"shape":"MissingParameterException"}
245      ],
246      "documentation":"<p>Deletes statistics for Gremlin and openCypher (property graph) data.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletestatistics\">neptune-db:DeleteStatistics</a> IAM action in that cluster.</p>",
247      "idempotent":true
248    },
249    "DeleteSparqlStatistics":{
250      "name":"DeleteSparqlStatistics",
251      "http":{
252        "method":"DELETE",
253        "requestUri":"/sparql/statistics",
254        "responseCode":200
255      },
256      "output":{"shape":"DeleteSparqlStatisticsOutput"},
257      "errors":[
258        {"shape":"BadRequestException"},
259        {"shape":"InvalidParameterException"},
260        {"shape":"StatisticsNotAvailableException"},
261        {"shape":"ClientTimeoutException"},
262        {"shape":"AccessDeniedException"},
263        {"shape":"IllegalArgumentException"},
264        {"shape":"TooManyRequestsException"},
265        {"shape":"UnsupportedOperationException"},
266        {"shape":"PreconditionsFailedException"},
267        {"shape":"ReadOnlyViolationException"},
268        {"shape":"ConstraintViolationException"},
269        {"shape":"InvalidArgumentException"},
270        {"shape":"MissingParameterException"}
271      ],
272      "documentation":"<p>Deletes SPARQL statistics</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletestatistics\">neptune-db:DeleteStatistics</a> IAM action in that cluster.</p>",
273      "idempotent":true
274    },
275    "ExecuteFastReset":{
276      "name":"ExecuteFastReset",
277      "http":{
278        "method":"POST",
279        "requestUri":"/system",
280        "responseCode":200
281      },
282      "input":{"shape":"ExecuteFastResetInput"},
283      "output":{"shape":"ExecuteFastResetOutput"},
284      "errors":[
285        {"shape":"InvalidParameterException"},
286        {"shape":"ClientTimeoutException"},
287        {"shape":"AccessDeniedException"},
288        {"shape":"IllegalArgumentException"},
289        {"shape":"TooManyRequestsException"},
290        {"shape":"UnsupportedOperationException"},
291        {"shape":"ServerShutdownException"},
292        {"shape":"PreconditionsFailedException"},
293        {"shape":"MethodNotAllowedException"},
294        {"shape":"ReadOnlyViolationException"},
295        {"shape":"ConstraintViolationException"},
296        {"shape":"InvalidArgumentException"},
297        {"shape":"MissingParameterException"}
298      ],
299      "documentation":"<p>The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data.</p> <p>Neptune fast reset is a two-step process. First you call <code>ExecuteFastReset</code> with <code>action</code> set to <code>initiateDatabaseReset</code>. This returns a UUID token which you then include when calling <code>ExecuteFastReset</code> again with <code>action</code> set to <code>performDatabaseReset</code>. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/manage-console-fast-reset.html\">Empty an Amazon Neptune DB cluster using the fast reset API</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#resetdatabase\">neptune-db:ResetDatabase</a> IAM action in that cluster.</p>",
300      "idempotent":true
301    },
302    "ExecuteGremlinExplainQuery":{
303      "name":"ExecuteGremlinExplainQuery",
304      "http":{
305        "method":"POST",
306        "requestUri":"/gremlin/explain",
307        "responseCode":200
308      },
309      "input":{"shape":"ExecuteGremlinExplainQueryInput"},
310      "output":{"shape":"ExecuteGremlinExplainQueryOutput"},
311      "errors":[
312        {"shape":"QueryTooLargeException"},
313        {"shape":"BadRequestException"},
314        {"shape":"QueryLimitExceededException"},
315        {"shape":"InvalidParameterException"},
316        {"shape":"QueryLimitException"},
317        {"shape":"ClientTimeoutException"},
318        {"shape":"CancelledByUserException"},
319        {"shape":"IllegalArgumentException"},
320        {"shape":"TooManyRequestsException"},
321        {"shape":"UnsupportedOperationException"},
322        {"shape":"FailureByQueryException"},
323        {"shape":"MemoryLimitExceededException"},
324        {"shape":"PreconditionsFailedException"},
325        {"shape":"MalformedQueryException"},
326        {"shape":"ParsingException"},
327        {"shape":"ConstraintViolationException"},
328        {"shape":"TimeLimitExceededException"},
329        {"shape":"InvalidArgumentException"},
330        {"shape":"ConcurrentModificationException"},
331        {"shape":"MissingParameterException"}
332      ],
333      "documentation":"<p>Executes a Gremlin Explain query.</p> <p>Amazon Neptune has added a Gremlin feature named <code>explain</code> that provides is a self-service tool for understanding the execution approach being taken by the Neptune engine for the query. You invoke it by adding an <code>explain</code> parameter to an HTTP call that submits a Gremlin query.</p> <p>The explain feature provides information about the logical structure of query execution plans. You can use this information to identify potential evaluation and execution bottlenecks and to tune your query, as explained in <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-traversal-tuning.html\">Tuning Gremlin queries</a>. You can also use query hints to improve query execution plans.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows one of the following IAM actions in that cluster, depending on the query:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery\">neptune-db:ReadDataViaQuery</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#writedataviaquery\">neptune-db:WriteDataViaQuery</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletedataviaquery\">neptune-db:DeleteDataViaQuery</a> </p> </li> </ul> <p>Note that the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys\">neptune-db:QueryLanguage:Gremlin</a> IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html\">Condition keys available in Neptune IAM data-access policy statements</a>).</p>"
334    },
335    "ExecuteGremlinProfileQuery":{
336      "name":"ExecuteGremlinProfileQuery",
337      "http":{
338        "method":"POST",
339        "requestUri":"/gremlin/profile",
340        "responseCode":200
341      },
342      "input":{"shape":"ExecuteGremlinProfileQueryInput"},
343      "output":{"shape":"ExecuteGremlinProfileQueryOutput"},
344      "errors":[
345        {"shape":"QueryTooLargeException"},
346        {"shape":"BadRequestException"},
347        {"shape":"QueryLimitExceededException"},
348        {"shape":"InvalidParameterException"},
349        {"shape":"QueryLimitException"},
350        {"shape":"ClientTimeoutException"},
351        {"shape":"CancelledByUserException"},
352        {"shape":"IllegalArgumentException"},
353        {"shape":"TooManyRequestsException"},
354        {"shape":"UnsupportedOperationException"},
355        {"shape":"FailureByQueryException"},
356        {"shape":"MemoryLimitExceededException"},
357        {"shape":"PreconditionsFailedException"},
358        {"shape":"MalformedQueryException"},
359        {"shape":"ParsingException"},
360        {"shape":"ConstraintViolationException"},
361        {"shape":"TimeLimitExceededException"},
362        {"shape":"InvalidArgumentException"},
363        {"shape":"ConcurrentModificationException"},
364        {"shape":"MissingParameterException"}
365      ],
366      "documentation":"<p>Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-profile-api.html\">Gremlin profile API in Neptune</a> for details.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery\">neptune-db:ReadDataViaQuery</a> IAM action in that cluster.</p> <p>Note that the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys\">neptune-db:QueryLanguage:Gremlin</a> IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html\">Condition keys available in Neptune IAM data-access policy statements</a>).</p>"
367    },
368    "ExecuteGremlinQuery":{
369      "name":"ExecuteGremlinQuery",
370      "http":{
371        "method":"POST",
372        "requestUri":"/gremlin",
373        "responseCode":200
374      },
375      "input":{"shape":"ExecuteGremlinQueryInput"},
376      "output":{"shape":"ExecuteGremlinQueryOutput"},
377      "errors":[
378        {"shape":"QueryTooLargeException"},
379        {"shape":"BadRequestException"},
380        {"shape":"QueryLimitExceededException"},
381        {"shape":"InvalidParameterException"},
382        {"shape":"QueryLimitException"},
383        {"shape":"ClientTimeoutException"},
384        {"shape":"CancelledByUserException"},
385        {"shape":"IllegalArgumentException"},
386        {"shape":"TooManyRequestsException"},
387        {"shape":"UnsupportedOperationException"},
388        {"shape":"FailureByQueryException"},
389        {"shape":"MemoryLimitExceededException"},
390        {"shape":"PreconditionsFailedException"},
391        {"shape":"MalformedQueryException"},
392        {"shape":"ParsingException"},
393        {"shape":"ConstraintViolationException"},
394        {"shape":"TimeLimitExceededException"},
395        {"shape":"InvalidArgumentException"},
396        {"shape":"ConcurrentModificationException"},
397        {"shape":"MissingParameterException"}
398      ],
399      "documentation":"<p>This commands executes a Gremlin query. Amazon Neptune is compatible with Apache TinkerPop3 and Gremlin, so you can use the Gremlin traversal language to query the graph, as described under <a href=\"https://tinkerpop.apache.org/docs/current/reference/#graph\">The Graph</a> in the Apache TinkerPop3 documentation. More details can also be found in <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-gremlin.html\">Accessing a Neptune graph with Gremlin</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that enables one of the following IAM actions in that cluster, depending on the query:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery\">neptune-db:ReadDataViaQuery</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#writedataviaquery\">neptune-db:WriteDataViaQuery</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletedataviaquery\">neptune-db:DeleteDataViaQuery</a> </p> </li> </ul> <p>Note that the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys\">neptune-db:QueryLanguage:Gremlin</a> IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html\">Condition keys available in Neptune IAM data-access policy statements</a>).</p>"
400    },
401    "ExecuteOpenCypherExplainQuery":{
402      "name":"ExecuteOpenCypherExplainQuery",
403      "http":{
404        "method":"POST",
405        "requestUri":"/opencypher/explain",
406        "responseCode":200
407      },
408      "input":{"shape":"ExecuteOpenCypherExplainQueryInput"},
409      "output":{"shape":"ExecuteOpenCypherExplainQueryOutput"},
410      "errors":[
411        {"shape":"QueryTooLargeException"},
412        {"shape":"InvalidNumericDataException"},
413        {"shape":"BadRequestException"},
414        {"shape":"QueryLimitExceededException"},
415        {"shape":"InvalidParameterException"},
416        {"shape":"QueryLimitException"},
417        {"shape":"ClientTimeoutException"},
418        {"shape":"CancelledByUserException"},
419        {"shape":"IllegalArgumentException"},
420        {"shape":"TooManyRequestsException"},
421        {"shape":"UnsupportedOperationException"},
422        {"shape":"FailureByQueryException"},
423        {"shape":"MemoryLimitExceededException"},
424        {"shape":"PreconditionsFailedException"},
425        {"shape":"MalformedQueryException"},
426        {"shape":"ParsingException"},
427        {"shape":"ConstraintViolationException"},
428        {"shape":"TimeLimitExceededException"},
429        {"shape":"InvalidArgumentException"},
430        {"shape":"ConcurrentModificationException"},
431        {"shape":"MissingParameterException"}
432      ],
433      "documentation":"<p>Executes an openCypher <code>explain</code> request. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-explain.html\">The openCypher explain feature</a> for more information.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery\">neptune-db:ReadDataViaQuery</a> IAM action in that cluster.</p> <p>Note that the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys\">neptune-db:QueryLanguage:OpenCypher</a> IAM condition key can be used in the policy document to restrict the use of openCypher queries (see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html\">Condition keys available in Neptune IAM data-access policy statements</a>).</p>"
434    },
435    "ExecuteOpenCypherQuery":{
436      "name":"ExecuteOpenCypherQuery",
437      "http":{
438        "method":"POST",
439        "requestUri":"/opencypher",
440        "responseCode":200
441      },
442      "input":{"shape":"ExecuteOpenCypherQueryInput"},
443      "output":{"shape":"ExecuteOpenCypherQueryOutput"},
444      "errors":[
445        {"shape":"QueryTooLargeException"},
446        {"shape":"InvalidNumericDataException"},
447        {"shape":"BadRequestException"},
448        {"shape":"QueryLimitExceededException"},
449        {"shape":"InvalidParameterException"},
450        {"shape":"QueryLimitException"},
451        {"shape":"ClientTimeoutException"},
452        {"shape":"CancelledByUserException"},
453        {"shape":"IllegalArgumentException"},
454        {"shape":"TooManyRequestsException"},
455        {"shape":"UnsupportedOperationException"},
456        {"shape":"FailureByQueryException"},
457        {"shape":"MemoryLimitExceededException"},
458        {"shape":"PreconditionsFailedException"},
459        {"shape":"MalformedQueryException"},
460        {"shape":"ParsingException"},
461        {"shape":"ConstraintViolationException"},
462        {"shape":"TimeLimitExceededException"},
463        {"shape":"InvalidArgumentException"},
464        {"shape":"ConcurrentModificationException"},
465        {"shape":"MissingParameterException"}
466      ],
467      "documentation":"<p>Executes an openCypher query. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher.html\">Accessing the Neptune Graph with openCypher</a> for more information.</p> <p>Neptune supports building graph applications using openCypher, which is currently one of the most popular query languages among developers working with graph databases. Developers, business analysts, and data scientists like openCypher's declarative, SQL-inspired syntax because it provides a familiar structure in which to querying property graphs.</p> <p>The openCypher language was originally developed by Neo4j, then open-sourced in 2015 and contributed to the <a href=\"https://opencypher.org/\">openCypher project</a> under an Apache 2 open-source license.</p> <p>Note that when invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows one of the following IAM actions in that cluster, depending on the query:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#readdataviaquery\">neptune-db:ReadDataViaQuery</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#writedataviaquery\">neptune-db:WriteDataViaQuery</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#deletedataviaquery\">neptune-db:DeleteDataViaQuery</a> </p> </li> </ul> <p>Note also that the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys\">neptune-db:QueryLanguage:OpenCypher</a> IAM condition key can be used in the policy document to restrict the use of openCypher queries (see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html\">Condition keys available in Neptune IAM data-access policy statements</a>).</p>"
468    },
469    "GetEngineStatus":{
470      "name":"GetEngineStatus",
471      "http":{
472        "method":"GET",
473        "requestUri":"/status",
474        "responseCode":200
475      },
476      "output":{"shape":"GetEngineStatusOutput"},
477      "errors":[
478        {"shape":"UnsupportedOperationException"},
479        {"shape":"InternalFailureException"},
480        {"shape":"ClientTimeoutException"},
481        {"shape":"PreconditionsFailedException"},
482        {"shape":"ConstraintViolationException"},
483        {"shape":"InvalidArgumentException"},
484        {"shape":"IllegalArgumentException"},
485        {"shape":"TooManyRequestsException"}
486      ],
487      "documentation":"<p>Retrieves the status of the graph database on the host.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getenginestatus\">neptune-db:GetEngineStatus</a> IAM action in that cluster.</p>"
488    },
489    "GetGremlinQueryStatus":{
490      "name":"GetGremlinQueryStatus",
491      "http":{
492        "method":"GET",
493        "requestUri":"/gremlin/status/{queryId}",
494        "responseCode":200
495      },
496      "input":{"shape":"GetGremlinQueryStatusInput"},
497      "output":{"shape":"GetGremlinQueryStatusOutput"},
498      "errors":[
499        {"shape":"BadRequestException"},
500        {"shape":"InvalidParameterException"},
501        {"shape":"ClientTimeoutException"},
502        {"shape":"AccessDeniedException"},
503        {"shape":"IllegalArgumentException"},
504        {"shape":"TooManyRequestsException"},
505        {"shape":"UnsupportedOperationException"},
506        {"shape":"FailureByQueryException"},
507        {"shape":"PreconditionsFailedException"},
508        {"shape":"ParsingException"},
509        {"shape":"ReadOnlyViolationException"},
510        {"shape":"ConstraintViolationException"},
511        {"shape":"TimeLimitExceededException"},
512        {"shape":"InvalidArgumentException"},
513        {"shape":"ConcurrentModificationException"},
514        {"shape":"MissingParameterException"}
515      ],
516      "documentation":"<p>Gets the status of a specified Gremlin query.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getquerystatus\">neptune-db:GetQueryStatus</a> IAM action in that cluster.</p> <p>Note that the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys\">neptune-db:QueryLanguage:Gremlin</a> IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html\">Condition keys available in Neptune IAM data-access policy statements</a>).</p>"
517    },
518    "GetLoaderJobStatus":{
519      "name":"GetLoaderJobStatus",
520      "http":{
521        "method":"GET",
522        "requestUri":"/loader/{loadId}",
523        "responseCode":200
524      },
525      "input":{"shape":"GetLoaderJobStatusInput"},
526      "output":{"shape":"GetLoaderJobStatusOutput"},
527      "errors":[
528        {"shape":"BadRequestException"},
529        {"shape":"InvalidParameterException"},
530        {"shape":"BulkLoadIdNotFoundException"},
531        {"shape":"ClientTimeoutException"},
532        {"shape":"LoadUrlAccessDeniedException"},
533        {"shape":"IllegalArgumentException"},
534        {"shape":"TooManyRequestsException"},
535        {"shape":"UnsupportedOperationException"},
536        {"shape":"InternalFailureException"},
537        {"shape":"PreconditionsFailedException"},
538        {"shape":"ConstraintViolationException"},
539        {"shape":"InvalidArgumentException"},
540        {"shape":"MissingParameterException"}
541      ],
542      "documentation":"<p>Gets status information about a specified load job. Neptune keeps track of the most recent 1,024 bulk load jobs, and stores the last 10,000 error details per job.</p> <p>See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/load-api-reference-status.htm\">Neptune Loader Get-Status API</a> for more information.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getloaderjobstatus\">neptune-db:GetLoaderJobStatus</a> IAM action in that cluster..</p>"
543    },
544    "GetMLDataProcessingJob":{
545      "name":"GetMLDataProcessingJob",
546      "http":{
547        "method":"GET",
548        "requestUri":"/ml/dataprocessing/{id}",
549        "responseCode":200
550      },
551      "input":{"shape":"GetMLDataProcessingJobInput"},
552      "output":{"shape":"GetMLDataProcessingJobOutput"},
553      "errors":[
554        {"shape":"UnsupportedOperationException"},
555        {"shape":"BadRequestException"},
556        {"shape":"MLResourceNotFoundException"},
557        {"shape":"InvalidParameterException"},
558        {"shape":"ClientTimeoutException"},
559        {"shape":"PreconditionsFailedException"},
560        {"shape":"ConstraintViolationException"},
561        {"shape":"InvalidArgumentException"},
562        {"shape":"MissingParameterException"},
563        {"shape":"IllegalArgumentException"},
564        {"shape":"TooManyRequestsException"}
565      ],
566      "documentation":"<p>Retrieves information about a specified data processing job. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html\">The <code>dataprocessing</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmldataprocessingjobstatus\">neptune-db:neptune-db:GetMLDataProcessingJobStatus</a> IAM action in that cluster.</p>"
567    },
568    "GetMLEndpoint":{
569      "name":"GetMLEndpoint",
570      "http":{
571        "method":"GET",
572        "requestUri":"/ml/endpoints/{id}",
573        "responseCode":200
574      },
575      "input":{"shape":"GetMLEndpointInput"},
576      "output":{"shape":"GetMLEndpointOutput"},
577      "errors":[
578        {"shape":"UnsupportedOperationException"},
579        {"shape":"BadRequestException"},
580        {"shape":"MLResourceNotFoundException"},
581        {"shape":"InvalidParameterException"},
582        {"shape":"ClientTimeoutException"},
583        {"shape":"PreconditionsFailedException"},
584        {"shape":"ConstraintViolationException"},
585        {"shape":"InvalidArgumentException"},
586        {"shape":"MissingParameterException"},
587        {"shape":"IllegalArgumentException"},
588        {"shape":"TooManyRequestsException"}
589      ],
590      "documentation":"<p>Retrieves details about an inference endpoint. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html\">Managing inference endpoints using the endpoints command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmlendpointstatus\">neptune-db:GetMLEndpointStatus</a> IAM action in that cluster.</p>"
591    },
592    "GetMLModelTrainingJob":{
593      "name":"GetMLModelTrainingJob",
594      "http":{
595        "method":"GET",
596        "requestUri":"/ml/modeltraining/{id}",
597        "responseCode":200
598      },
599      "input":{"shape":"GetMLModelTrainingJobInput"},
600      "output":{"shape":"GetMLModelTrainingJobOutput"},
601      "errors":[
602        {"shape":"UnsupportedOperationException"},
603        {"shape":"BadRequestException"},
604        {"shape":"MLResourceNotFoundException"},
605        {"shape":"InvalidParameterException"},
606        {"shape":"ClientTimeoutException"},
607        {"shape":"PreconditionsFailedException"},
608        {"shape":"ConstraintViolationException"},
609        {"shape":"InvalidArgumentException"},
610        {"shape":"MissingParameterException"},
611        {"shape":"IllegalArgumentException"},
612        {"shape":"TooManyRequestsException"}
613      ],
614      "documentation":"<p>Retrieves information about a Neptune ML model training job. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html\">Model training using the <code>modeltraining</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmlmodeltrainingjobstatus\">neptune-db:GetMLModelTrainingJobStatus</a> IAM action in that cluster.</p>"
615    },
616    "GetMLModelTransformJob":{
617      "name":"GetMLModelTransformJob",
618      "http":{
619        "method":"GET",
620        "requestUri":"/ml/modeltransform/{id}",
621        "responseCode":200
622      },
623      "input":{"shape":"GetMLModelTransformJobInput"},
624      "output":{"shape":"GetMLModelTransformJobOutput"},
625      "errors":[
626        {"shape":"UnsupportedOperationException"},
627        {"shape":"BadRequestException"},
628        {"shape":"MLResourceNotFoundException"},
629        {"shape":"InvalidParameterException"},
630        {"shape":"ClientTimeoutException"},
631        {"shape":"PreconditionsFailedException"},
632        {"shape":"ConstraintViolationException"},
633        {"shape":"InvalidArgumentException"},
634        {"shape":"MissingParameterException"},
635        {"shape":"IllegalArgumentException"},
636        {"shape":"TooManyRequestsException"}
637      ],
638      "documentation":"<p>Gets information about a specified model transform job. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html\">Use a trained model to generate new model artifacts</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getmlmodeltransformjobstatus\">neptune-db:GetMLModelTransformJobStatus</a> IAM action in that cluster.</p>"
639    },
640    "GetOpenCypherQueryStatus":{
641      "name":"GetOpenCypherQueryStatus",
642      "http":{
643        "method":"GET",
644        "requestUri":"/opencypher/status/{queryId}",
645        "responseCode":200
646      },
647      "input":{"shape":"GetOpenCypherQueryStatusInput"},
648      "output":{"shape":"GetOpenCypherQueryStatusOutput"},
649      "errors":[
650        {"shape":"InvalidNumericDataException"},
651        {"shape":"BadRequestException"},
652        {"shape":"InvalidParameterException"},
653        {"shape":"ClientTimeoutException"},
654        {"shape":"AccessDeniedException"},
655        {"shape":"IllegalArgumentException"},
656        {"shape":"TooManyRequestsException"},
657        {"shape":"UnsupportedOperationException"},
658        {"shape":"FailureByQueryException"},
659        {"shape":"PreconditionsFailedException"},
660        {"shape":"ParsingException"},
661        {"shape":"ReadOnlyViolationException"},
662        {"shape":"ConstraintViolationException"},
663        {"shape":"TimeLimitExceededException"},
664        {"shape":"InvalidArgumentException"},
665        {"shape":"ConcurrentModificationException"},
666        {"shape":"MissingParameterException"}
667      ],
668      "documentation":"<p>Retrieves the status of a specified openCypher query.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getquerystatus\">neptune-db:GetQueryStatus</a> IAM action in that cluster.</p> <p>Note that the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys\">neptune-db:QueryLanguage:OpenCypher</a> IAM condition key can be used in the policy document to restrict the use of openCypher queries (see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html\">Condition keys available in Neptune IAM data-access policy statements</a>).</p>"
669    },
670    "GetPropertygraphStatistics":{
671      "name":"GetPropertygraphStatistics",
672      "http":{
673        "method":"GET",
674        "requestUri":"/propertygraph/statistics",
675        "responseCode":200
676      },
677      "output":{"shape":"GetPropertygraphStatisticsOutput"},
678      "errors":[
679        {"shape":"BadRequestException"},
680        {"shape":"InvalidParameterException"},
681        {"shape":"StatisticsNotAvailableException"},
682        {"shape":"ClientTimeoutException"},
683        {"shape":"AccessDeniedException"},
684        {"shape":"IllegalArgumentException"},
685        {"shape":"TooManyRequestsException"},
686        {"shape":"UnsupportedOperationException"},
687        {"shape":"PreconditionsFailedException"},
688        {"shape":"ReadOnlyViolationException"},
689        {"shape":"ConstraintViolationException"},
690        {"shape":"InvalidArgumentException"},
691        {"shape":"MissingParameterException"}
692      ],
693      "documentation":"<p>Gets property graph statistics (Gremlin and openCypher).</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstatisticsstatus\">neptune-db:GetStatisticsStatus</a> IAM action in that cluster.</p>"
694    },
695    "GetPropertygraphStream":{
696      "name":"GetPropertygraphStream",
697      "http":{
698        "method":"GET",
699        "requestUri":"/propertygraph/stream",
700        "responseCode":200
701      },
702      "input":{"shape":"GetPropertygraphStreamInput"},
703      "output":{"shape":"GetPropertygraphStreamOutput"},
704      "errors":[
705        {"shape":"UnsupportedOperationException"},
706        {"shape":"ExpiredStreamException"},
707        {"shape":"InvalidParameterException"},
708        {"shape":"MemoryLimitExceededException"},
709        {"shape":"StreamRecordsNotFoundException"},
710        {"shape":"ClientTimeoutException"},
711        {"shape":"PreconditionsFailedException"},
712        {"shape":"ThrottlingException"},
713        {"shape":"ConstraintViolationException"},
714        {"shape":"InvalidArgumentException"},
715        {"shape":"IllegalArgumentException"},
716        {"shape":"TooManyRequestsException"}
717      ],
718      "documentation":"<p>Gets a stream for a property graph.</p> <p>With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. <code>GetPropertygraphStream</code> lets you collect these change-log entries for a property graph.</p> <p>The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/parameters.html#parameters-db-cluster-parameters-neptune_streams\">neptune_streams</a> DB cluster parameter to <code>1</code>.</p> <p>See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/streams.html\">Capturing graph changes in real time using Neptune streams</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstreamrecords\">neptune-db:GetStreamRecords</a> IAM action in that cluster.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that enables one of the following IAM actions, depending on the query:</p> <p>Note that you can restrict property-graph queries using the following IAM context keys:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys\">neptune-db:QueryLanguage:Gremlin</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys\">neptune-db:QueryLanguage:OpenCypher</a> </p> </li> </ul> <p>See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html\">Condition keys available in Neptune IAM data-access policy statements</a>).</p>"
719    },
720    "GetPropertygraphSummary":{
721      "name":"GetPropertygraphSummary",
722      "http":{
723        "method":"GET",
724        "requestUri":"/propertygraph/statistics/summary",
725        "responseCode":200
726      },
727      "input":{"shape":"GetPropertygraphSummaryInput"},
728      "output":{"shape":"GetPropertygraphSummaryOutput"},
729      "errors":[
730        {"shape":"BadRequestException"},
731        {"shape":"InvalidParameterException"},
732        {"shape":"StatisticsNotAvailableException"},
733        {"shape":"ClientTimeoutException"},
734        {"shape":"AccessDeniedException"},
735        {"shape":"IllegalArgumentException"},
736        {"shape":"TooManyRequestsException"},
737        {"shape":"UnsupportedOperationException"},
738        {"shape":"PreconditionsFailedException"},
739        {"shape":"ReadOnlyViolationException"},
740        {"shape":"ConstraintViolationException"},
741        {"shape":"InvalidArgumentException"},
742        {"shape":"MissingParameterException"}
743      ],
744      "documentation":"<p>Gets a graph summary for a property graph.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getgraphsummary\">neptune-db:GetGraphSummary</a> IAM action in that cluster.</p>"
745    },
746    "GetRDFGraphSummary":{
747      "name":"GetRDFGraphSummary",
748      "http":{
749        "method":"GET",
750        "requestUri":"/rdf/statistics/summary",
751        "responseCode":200
752      },
753      "input":{"shape":"GetRDFGraphSummaryInput"},
754      "output":{"shape":"GetRDFGraphSummaryOutput"},
755      "errors":[
756        {"shape":"BadRequestException"},
757        {"shape":"InvalidParameterException"},
758        {"shape":"StatisticsNotAvailableException"},
759        {"shape":"ClientTimeoutException"},
760        {"shape":"AccessDeniedException"},
761        {"shape":"IllegalArgumentException"},
762        {"shape":"TooManyRequestsException"},
763        {"shape":"UnsupportedOperationException"},
764        {"shape":"PreconditionsFailedException"},
765        {"shape":"ReadOnlyViolationException"},
766        {"shape":"ConstraintViolationException"},
767        {"shape":"InvalidArgumentException"},
768        {"shape":"MissingParameterException"}
769      ],
770      "documentation":"<p>Gets a graph summary for an RDF graph.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getgraphsummary\">neptune-db:GetGraphSummary</a> IAM action in that cluster.</p>"
771    },
772    "GetSparqlStatistics":{
773      "name":"GetSparqlStatistics",
774      "http":{
775        "method":"GET",
776        "requestUri":"/sparql/statistics",
777        "responseCode":200
778      },
779      "output":{"shape":"GetSparqlStatisticsOutput"},
780      "errors":[
781        {"shape":"BadRequestException"},
782        {"shape":"InvalidParameterException"},
783        {"shape":"StatisticsNotAvailableException"},
784        {"shape":"ClientTimeoutException"},
785        {"shape":"AccessDeniedException"},
786        {"shape":"IllegalArgumentException"},
787        {"shape":"TooManyRequestsException"},
788        {"shape":"UnsupportedOperationException"},
789        {"shape":"PreconditionsFailedException"},
790        {"shape":"ReadOnlyViolationException"},
791        {"shape":"ConstraintViolationException"},
792        {"shape":"InvalidArgumentException"},
793        {"shape":"MissingParameterException"}
794      ],
795      "documentation":"<p>Gets RDF statistics (SPARQL).</p>"
796    },
797    "GetSparqlStream":{
798      "name":"GetSparqlStream",
799      "http":{
800        "method":"GET",
801        "requestUri":"/sparql/stream",
802        "responseCode":200
803      },
804      "input":{"shape":"GetSparqlStreamInput"},
805      "output":{"shape":"GetSparqlStreamOutput"},
806      "errors":[
807        {"shape":"UnsupportedOperationException"},
808        {"shape":"ExpiredStreamException"},
809        {"shape":"InvalidParameterException"},
810        {"shape":"MemoryLimitExceededException"},
811        {"shape":"StreamRecordsNotFoundException"},
812        {"shape":"ClientTimeoutException"},
813        {"shape":"PreconditionsFailedException"},
814        {"shape":"ThrottlingException"},
815        {"shape":"ConstraintViolationException"},
816        {"shape":"InvalidArgumentException"},
817        {"shape":"IllegalArgumentException"},
818        {"shape":"TooManyRequestsException"}
819      ],
820      "documentation":"<p>Gets a stream for an RDF graph.</p> <p>With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every change made to your graph data as it happens. <code>GetSparqlStream</code> lets you collect these change-log entries for an RDF graph.</p> <p>The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/parameters.html#parameters-db-cluster-parameters-neptune_streams\">neptune_streams</a> DB cluster parameter to <code>1</code>.</p> <p>See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/streams.html\">Capturing graph changes in real time using Neptune streams</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstreamrecords\">neptune-db:GetStreamRecords</a> IAM action in that cluster.</p> <p>Note that the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys\">neptune-db:QueryLanguage:Sparql</a> IAM condition key can be used in the policy document to restrict the use of SPARQL queries (see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html\">Condition keys available in Neptune IAM data-access policy statements</a>).</p>"
821    },
822    "ListGremlinQueries":{
823      "name":"ListGremlinQueries",
824      "http":{
825        "method":"GET",
826        "requestUri":"/gremlin/status",
827        "responseCode":200
828      },
829      "input":{"shape":"ListGremlinQueriesInput"},
830      "output":{"shape":"ListGremlinQueriesOutput"},
831      "errors":[
832        {"shape":"BadRequestException"},
833        {"shape":"InvalidParameterException"},
834        {"shape":"ClientTimeoutException"},
835        {"shape":"AccessDeniedException"},
836        {"shape":"IllegalArgumentException"},
837        {"shape":"TooManyRequestsException"},
838        {"shape":"UnsupportedOperationException"},
839        {"shape":"FailureByQueryException"},
840        {"shape":"PreconditionsFailedException"},
841        {"shape":"ParsingException"},
842        {"shape":"ReadOnlyViolationException"},
843        {"shape":"ConstraintViolationException"},
844        {"shape":"TimeLimitExceededException"},
845        {"shape":"InvalidArgumentException"},
846        {"shape":"ConcurrentModificationException"},
847        {"shape":"MissingParameterException"}
848      ],
849      "documentation":"<p>Lists active Gremlin queries. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status.html\">Gremlin query status API</a> for details about the output.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getquerystatus\">neptune-db:GetQueryStatus</a> IAM action in that cluster.</p> <p>Note that the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys\">neptune-db:QueryLanguage:Gremlin</a> IAM condition key can be used in the policy document to restrict the use of Gremlin queries (see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html\">Condition keys available in Neptune IAM data-access policy statements</a>).</p>"
850    },
851    "ListLoaderJobs":{
852      "name":"ListLoaderJobs",
853      "http":{
854        "method":"GET",
855        "requestUri":"/loader",
856        "responseCode":200
857      },
858      "input":{"shape":"ListLoaderJobsInput"},
859      "output":{"shape":"ListLoaderJobsOutput"},
860      "errors":[
861        {"shape":"UnsupportedOperationException"},
862        {"shape":"BadRequestException"},
863        {"shape":"InvalidParameterException"},
864        {"shape":"BulkLoadIdNotFoundException"},
865        {"shape":"InternalFailureException"},
866        {"shape":"ClientTimeoutException"},
867        {"shape":"PreconditionsFailedException"},
868        {"shape":"ConstraintViolationException"},
869        {"shape":"InvalidArgumentException"},
870        {"shape":"LoadUrlAccessDeniedException"},
871        {"shape":"IllegalArgumentException"},
872        {"shape":"TooManyRequestsException"}
873      ],
874      "documentation":"<p>Retrieves a list of the <code>loadIds</code> for all active loader jobs.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listloaderjobs\">neptune-db:ListLoaderJobs</a> IAM action in that cluster..</p>"
875    },
876    "ListMLDataProcessingJobs":{
877      "name":"ListMLDataProcessingJobs",
878      "http":{
879        "method":"GET",
880        "requestUri":"/ml/dataprocessing",
881        "responseCode":200
882      },
883      "input":{"shape":"ListMLDataProcessingJobsInput"},
884      "output":{"shape":"ListMLDataProcessingJobsOutput"},
885      "errors":[
886        {"shape":"UnsupportedOperationException"},
887        {"shape":"BadRequestException"},
888        {"shape":"MLResourceNotFoundException"},
889        {"shape":"InvalidParameterException"},
890        {"shape":"ClientTimeoutException"},
891        {"shape":"PreconditionsFailedException"},
892        {"shape":"ConstraintViolationException"},
893        {"shape":"InvalidArgumentException"},
894        {"shape":"MissingParameterException"},
895        {"shape":"IllegalArgumentException"},
896        {"shape":"TooManyRequestsException"}
897      ],
898      "documentation":"<p>Returns a list of Neptune ML data processing jobs. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html#machine-learning-api-dataprocessing-list-jobs\">Listing active data-processing jobs using the Neptune ML dataprocessing command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listmldataprocessingjobs\">neptune-db:ListMLDataProcessingJobs</a> IAM action in that cluster.</p>"
899    },
900    "ListMLEndpoints":{
901      "name":"ListMLEndpoints",
902      "http":{
903        "method":"GET",
904        "requestUri":"/ml/endpoints",
905        "responseCode":200
906      },
907      "input":{"shape":"ListMLEndpointsInput"},
908      "output":{"shape":"ListMLEndpointsOutput"},
909      "errors":[
910        {"shape":"UnsupportedOperationException"},
911        {"shape":"BadRequestException"},
912        {"shape":"MLResourceNotFoundException"},
913        {"shape":"InvalidParameterException"},
914        {"shape":"ClientTimeoutException"},
915        {"shape":"PreconditionsFailedException"},
916        {"shape":"ConstraintViolationException"},
917        {"shape":"InvalidArgumentException"},
918        {"shape":"MissingParameterException"},
919        {"shape":"IllegalArgumentException"},
920        {"shape":"TooManyRequestsException"}
921      ],
922      "documentation":"<p>Lists existing inference endpoints. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-endpoints.html\">Managing inference endpoints using the endpoints command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listmlendpoints\">neptune-db:ListMLEndpoints</a> IAM action in that cluster.</p>"
923    },
924    "ListMLModelTrainingJobs":{
925      "name":"ListMLModelTrainingJobs",
926      "http":{
927        "method":"GET",
928        "requestUri":"/ml/modeltraining",
929        "responseCode":200
930      },
931      "input":{"shape":"ListMLModelTrainingJobsInput"},
932      "output":{"shape":"ListMLModelTrainingJobsOutput"},
933      "errors":[
934        {"shape":"UnsupportedOperationException"},
935        {"shape":"BadRequestException"},
936        {"shape":"MLResourceNotFoundException"},
937        {"shape":"InvalidParameterException"},
938        {"shape":"ClientTimeoutException"},
939        {"shape":"PreconditionsFailedException"},
940        {"shape":"ConstraintViolationException"},
941        {"shape":"InvalidArgumentException"},
942        {"shape":"MissingParameterException"},
943        {"shape":"IllegalArgumentException"},
944        {"shape":"TooManyRequestsException"}
945      ],
946      "documentation":"<p>Lists Neptune ML model-training jobs. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html\">Model training using the <code>modeltraining</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#neptune-db:listmlmodeltrainingjobs\">neptune-db:neptune-db:ListMLModelTrainingJobs</a> IAM action in that cluster.</p>"
947    },
948    "ListMLModelTransformJobs":{
949      "name":"ListMLModelTransformJobs",
950      "http":{
951        "method":"GET",
952        "requestUri":"/ml/modeltransform",
953        "responseCode":200
954      },
955      "input":{"shape":"ListMLModelTransformJobsInput"},
956      "output":{"shape":"ListMLModelTransformJobsOutput"},
957      "errors":[
958        {"shape":"UnsupportedOperationException"},
959        {"shape":"BadRequestException"},
960        {"shape":"MLResourceNotFoundException"},
961        {"shape":"InvalidParameterException"},
962        {"shape":"ClientTimeoutException"},
963        {"shape":"PreconditionsFailedException"},
964        {"shape":"ConstraintViolationException"},
965        {"shape":"InvalidArgumentException"},
966        {"shape":"MissingParameterException"},
967        {"shape":"IllegalArgumentException"},
968        {"shape":"TooManyRequestsException"}
969      ],
970      "documentation":"<p>Returns a list of model transform job IDs. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html\">Use a trained model to generate new model artifacts</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#listmlmodeltransformjobs\">neptune-db:ListMLModelTransformJobs</a> IAM action in that cluster.</p>"
971    },
972    "ListOpenCypherQueries":{
973      "name":"ListOpenCypherQueries",
974      "http":{
975        "method":"GET",
976        "requestUri":"/opencypher/status",
977        "responseCode":200
978      },
979      "input":{"shape":"ListOpenCypherQueriesInput"},
980      "output":{"shape":"ListOpenCypherQueriesOutput"},
981      "errors":[
982        {"shape":"InvalidNumericDataException"},
983        {"shape":"BadRequestException"},
984        {"shape":"InvalidParameterException"},
985        {"shape":"ClientTimeoutException"},
986        {"shape":"AccessDeniedException"},
987        {"shape":"IllegalArgumentException"},
988        {"shape":"TooManyRequestsException"},
989        {"shape":"UnsupportedOperationException"},
990        {"shape":"FailureByQueryException"},
991        {"shape":"PreconditionsFailedException"},
992        {"shape":"ParsingException"},
993        {"shape":"ReadOnlyViolationException"},
994        {"shape":"ConstraintViolationException"},
995        {"shape":"TimeLimitExceededException"},
996        {"shape":"InvalidArgumentException"},
997        {"shape":"ConcurrentModificationException"},
998        {"shape":"MissingParameterException"}
999      ],
1000      "documentation":"<p>Lists active openCypher queries. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-opencypher-status.html\">Neptune openCypher status endpoint</a> for more information.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getquerystatus\">neptune-db:GetQueryStatus</a> IAM action in that cluster.</p> <p>Note that the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html#iam-neptune-condition-keys\">neptune-db:QueryLanguage:OpenCypher</a> IAM condition key can be used in the policy document to restrict the use of openCypher queries (see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-data-condition-keys.html\">Condition keys available in Neptune IAM data-access policy statements</a>).</p>"
1001    },
1002    "ManagePropertygraphStatistics":{
1003      "name":"ManagePropertygraphStatistics",
1004      "http":{
1005        "method":"POST",
1006        "requestUri":"/propertygraph/statistics",
1007        "responseCode":200
1008      },
1009      "input":{"shape":"ManagePropertygraphStatisticsInput"},
1010      "output":{"shape":"ManagePropertygraphStatisticsOutput"},
1011      "errors":[
1012        {"shape":"BadRequestException"},
1013        {"shape":"InvalidParameterException"},
1014        {"shape":"StatisticsNotAvailableException"},
1015        {"shape":"ClientTimeoutException"},
1016        {"shape":"AccessDeniedException"},
1017        {"shape":"IllegalArgumentException"},
1018        {"shape":"TooManyRequestsException"},
1019        {"shape":"UnsupportedOperationException"},
1020        {"shape":"PreconditionsFailedException"},
1021        {"shape":"ReadOnlyViolationException"},
1022        {"shape":"ConstraintViolationException"},
1023        {"shape":"InvalidArgumentException"},
1024        {"shape":"MissingParameterException"}
1025      ],
1026      "documentation":"<p>Manages the generation and use of property graph statistics.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#managestatistics\">neptune-db:ManageStatistics</a> IAM action in that cluster.</p>",
1027      "idempotent":true
1028    },
1029    "ManageSparqlStatistics":{
1030      "name":"ManageSparqlStatistics",
1031      "http":{
1032        "method":"POST",
1033        "requestUri":"/sparql/statistics",
1034        "responseCode":200
1035      },
1036      "input":{"shape":"ManageSparqlStatisticsInput"},
1037      "output":{"shape":"ManageSparqlStatisticsOutput"},
1038      "errors":[
1039        {"shape":"BadRequestException"},
1040        {"shape":"InvalidParameterException"},
1041        {"shape":"StatisticsNotAvailableException"},
1042        {"shape":"ClientTimeoutException"},
1043        {"shape":"AccessDeniedException"},
1044        {"shape":"IllegalArgumentException"},
1045        {"shape":"TooManyRequestsException"},
1046        {"shape":"UnsupportedOperationException"},
1047        {"shape":"PreconditionsFailedException"},
1048        {"shape":"ReadOnlyViolationException"},
1049        {"shape":"ConstraintViolationException"},
1050        {"shape":"InvalidArgumentException"},
1051        {"shape":"MissingParameterException"}
1052      ],
1053      "documentation":"<p>Manages the generation and use of RDF graph statistics.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#managestatistics\">neptune-db:ManageStatistics</a> IAM action in that cluster.</p>",
1054      "idempotent":true
1055    },
1056    "StartLoaderJob":{
1057      "name":"StartLoaderJob",
1058      "http":{
1059        "method":"POST",
1060        "requestUri":"/loader",
1061        "responseCode":200
1062      },
1063      "input":{"shape":"StartLoaderJobInput"},
1064      "output":{"shape":"StartLoaderJobOutput"},
1065      "errors":[
1066        {"shape":"BadRequestException"},
1067        {"shape":"InvalidParameterException"},
1068        {"shape":"BulkLoadIdNotFoundException"},
1069        {"shape":"ClientTimeoutException"},
1070        {"shape":"LoadUrlAccessDeniedException"},
1071        {"shape":"IllegalArgumentException"},
1072        {"shape":"TooManyRequestsException"},
1073        {"shape":"UnsupportedOperationException"},
1074        {"shape":"InternalFailureException"},
1075        {"shape":"S3Exception"},
1076        {"shape":"PreconditionsFailedException"},
1077        {"shape":"ConstraintViolationException"},
1078        {"shape":"InvalidArgumentException"},
1079        {"shape":"MissingParameterException"}
1080      ],
1081      "documentation":"<p>Starts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load.html\">Using the Amazon Neptune Bulk Loader to Ingest Data</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startloaderjob\">neptune-db:StartLoaderJob</a> IAM action in that cluster.</p>",
1082      "idempotent":true
1083    },
1084    "StartMLDataProcessingJob":{
1085      "name":"StartMLDataProcessingJob",
1086      "http":{
1087        "method":"POST",
1088        "requestUri":"/ml/dataprocessing",
1089        "responseCode":200
1090      },
1091      "input":{"shape":"StartMLDataProcessingJobInput"},
1092      "output":{"shape":"StartMLDataProcessingJobOutput"},
1093      "errors":[
1094        {"shape":"UnsupportedOperationException"},
1095        {"shape":"BadRequestException"},
1096        {"shape":"MLResourceNotFoundException"},
1097        {"shape":"InvalidParameterException"},
1098        {"shape":"ClientTimeoutException"},
1099        {"shape":"PreconditionsFailedException"},
1100        {"shape":"ConstraintViolationException"},
1101        {"shape":"InvalidArgumentException"},
1102        {"shape":"MissingParameterException"},
1103        {"shape":"IllegalArgumentException"},
1104        {"shape":"TooManyRequestsException"}
1105      ],
1106      "documentation":"<p>Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-dataprocessing.html\">The <code>dataprocessing</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startmlmodeldataprocessingjob\">neptune-db:StartMLModelDataProcessingJob</a> IAM action in that cluster.</p>"
1107    },
1108    "StartMLModelTrainingJob":{
1109      "name":"StartMLModelTrainingJob",
1110      "http":{
1111        "method":"POST",
1112        "requestUri":"/ml/modeltraining",
1113        "responseCode":200
1114      },
1115      "input":{"shape":"StartMLModelTrainingJobInput"},
1116      "output":{"shape":"StartMLModelTrainingJobOutput"},
1117      "errors":[
1118        {"shape":"UnsupportedOperationException"},
1119        {"shape":"BadRequestException"},
1120        {"shape":"MLResourceNotFoundException"},
1121        {"shape":"InvalidParameterException"},
1122        {"shape":"ClientTimeoutException"},
1123        {"shape":"PreconditionsFailedException"},
1124        {"shape":"ConstraintViolationException"},
1125        {"shape":"InvalidArgumentException"},
1126        {"shape":"MissingParameterException"},
1127        {"shape":"IllegalArgumentException"},
1128        {"shape":"TooManyRequestsException"}
1129      ],
1130      "documentation":"<p>Creates a new Neptune ML model training job. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-api-modeltraining.html\">Model training using the <code>modeltraining</code> command</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startmlmodeltrainingjob\">neptune-db:StartMLModelTrainingJob</a> IAM action in that cluster.</p>"
1131    },
1132    "StartMLModelTransformJob":{
1133      "name":"StartMLModelTransformJob",
1134      "http":{
1135        "method":"POST",
1136        "requestUri":"/ml/modeltransform",
1137        "responseCode":200
1138      },
1139      "input":{"shape":"StartMLModelTransformJobInput"},
1140      "output":{"shape":"StartMLModelTransformJobOutput"},
1141      "errors":[
1142        {"shape":"UnsupportedOperationException"},
1143        {"shape":"BadRequestException"},
1144        {"shape":"MLResourceNotFoundException"},
1145        {"shape":"InvalidParameterException"},
1146        {"shape":"ClientTimeoutException"},
1147        {"shape":"PreconditionsFailedException"},
1148        {"shape":"ConstraintViolationException"},
1149        {"shape":"InvalidArgumentException"},
1150        {"shape":"MissingParameterException"},
1151        {"shape":"IllegalArgumentException"},
1152        {"shape":"TooManyRequestsException"}
1153      ],
1154      "documentation":"<p>Creates a new model transform job. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html\">Use a trained model to generate new model artifacts</a>.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#startmlmodeltransformjob\">neptune-db:StartMLModelTransformJob</a> IAM action in that cluster.</p>"
1155    }
1156  },
1157  "shapes":{
1158    "AccessDeniedException":{
1159      "type":"structure",
1160      "required":[
1161        "detailedMessage",
1162        "requestId",
1163        "code"
1164      ],
1165      "members":{
1166        "detailedMessage":{
1167          "shape":"String",
1168          "documentation":"<p>A detailed message describing the problem.</p>"
1169        },
1170        "requestId":{
1171          "shape":"String",
1172          "documentation":"<p>The ID of the request in question.</p>"
1173        },
1174        "code":{
1175          "shape":"String",
1176          "documentation":"<p>The HTTP status code returned with the exception.</p>"
1177        }
1178      },
1179      "documentation":"<p>Raised in case of an authentication or authorization failure.</p>",
1180      "error":{
1181        "httpStatusCode":403,
1182        "senderFault":true
1183      },
1184      "exception":true
1185    },
1186    "Action":{
1187      "type":"string",
1188      "enum":[
1189        "initiateDatabaseReset",
1190        "performDatabaseReset"
1191      ]
1192    },
1193    "BadRequestException":{
1194      "type":"structure",
1195      "required":[
1196        "detailedMessage",
1197        "requestId",
1198        "code"
1199      ],
1200      "members":{
1201        "detailedMessage":{
1202          "shape":"String",
1203          "documentation":"<p>A detailed message describing the problem.</p>"
1204        },
1205        "requestId":{
1206          "shape":"String",
1207          "documentation":"<p>The ID of the bad request.</p>"
1208        },
1209        "code":{
1210          "shape":"String",
1211          "documentation":"<p>The HTTP status code returned with the exception.</p>"
1212        }
1213      },
1214      "documentation":"<p>Raised when a request is submitted that cannot be processed.</p>",
1215      "error":{
1216        "httpStatusCode":400,
1217        "senderFault":true
1218      },
1219      "exception":true
1220    },
1221    "Blob":{"type":"blob"},
1222    "Boolean":{
1223      "type":"boolean",
1224      "box":true
1225    },
1226    "BulkLoadIdNotFoundException":{
1227      "type":"structure",
1228      "required":[
1229        "detailedMessage",
1230        "requestId",
1231        "code"
1232      ],
1233      "members":{
1234        "detailedMessage":{
1235          "shape":"String",
1236          "documentation":"<p>A detailed message describing the problem.</p>"
1237        },
1238        "requestId":{
1239          "shape":"String",
1240          "documentation":"<p>The bulk-load job ID that could not be found.</p>"
1241        },
1242        "code":{
1243          "shape":"String",
1244          "documentation":"<p>The HTTP status code returned with the exception.</p>"
1245        }
1246      },
1247      "documentation":"<p>Raised when a specified bulk-load job ID cannot be found.</p>",
1248      "error":{
1249        "httpStatusCode":404,
1250        "senderFault":true
1251      },
1252      "exception":true,
1253      "retryable":{"throttling":false}
1254    },
1255    "CancelGremlinQueryInput":{
1256      "type":"structure",
1257      "required":["queryId"],
1258      "members":{
1259        "queryId":{
1260          "shape":"String",
1261          "documentation":"<p>The unique identifier that identifies the query to be canceled.</p>",
1262          "location":"uri",
1263          "locationName":"queryId"
1264        }
1265      }
1266    },
1267    "CancelGremlinQueryOutput":{
1268      "type":"structure",
1269      "members":{
1270        "status":{
1271          "shape":"String",
1272          "documentation":"<p>The status of the cancelation</p>"
1273        }
1274      }
1275    },
1276    "CancelLoaderJobInput":{
1277      "type":"structure",
1278      "required":["loadId"],
1279      "members":{
1280        "loadId":{
1281          "shape":"String",
1282          "documentation":"<p>The ID of the load job to be deleted.</p>",
1283          "location":"uri",
1284          "locationName":"loadId"
1285        }
1286      }
1287    },
1288    "CancelLoaderJobOutput":{
1289      "type":"structure",
1290      "members":{
1291        "status":{
1292          "shape":"String",
1293          "documentation":"<p>The cancellation status.</p>"
1294        }
1295      }
1296    },
1297    "CancelMLDataProcessingJobInput":{
1298      "type":"structure",
1299      "required":["id"],
1300      "members":{
1301        "id":{
1302          "shape":"String",
1303          "documentation":"<p>The unique identifier of the data-processing job.</p>",
1304          "location":"uri",
1305          "locationName":"id"
1306        },
1307        "neptuneIamRoleArn":{
1308          "shape":"String",
1309          "documentation":"<p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p>",
1310          "location":"querystring",
1311          "locationName":"neptuneIamRoleArn"
1312        },
1313        "clean":{
1314          "shape":"Boolean",
1315          "documentation":"<p>If set to <code>TRUE</code>, this flag specifies that all Neptune ML S3 artifacts should be deleted when the job is stopped. The default is <code>FALSE</code>.</p>",
1316          "location":"querystring",
1317          "locationName":"clean"
1318        }
1319      }
1320    },
1321    "CancelMLDataProcessingJobOutput":{
1322      "type":"structure",
1323      "members":{
1324        "status":{
1325          "shape":"String",
1326          "documentation":"<p>The status of the cancellation request.</p>"
1327        }
1328      }
1329    },
1330    "CancelMLModelTrainingJobInput":{
1331      "type":"structure",
1332      "required":["id"],
1333      "members":{
1334        "id":{
1335          "shape":"String",
1336          "documentation":"<p>The unique identifier of the model-training job to be canceled.</p>",
1337          "location":"uri",
1338          "locationName":"id"
1339        },
1340        "neptuneIamRoleArn":{
1341          "shape":"String",
1342          "documentation":"<p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p>",
1343          "location":"querystring",
1344          "locationName":"neptuneIamRoleArn"
1345        },
1346        "clean":{
1347          "shape":"Boolean",
1348          "documentation":"<p>If set to <code>TRUE</code>, this flag specifies that all Amazon S3 artifacts should be deleted when the job is stopped. The default is <code>FALSE</code>.</p>",
1349          "location":"querystring",
1350          "locationName":"clean"
1351        }
1352      }
1353    },
1354    "CancelMLModelTrainingJobOutput":{
1355      "type":"structure",
1356      "members":{
1357        "status":{
1358          "shape":"String",
1359          "documentation":"<p>The status of the cancellation.</p>"
1360        }
1361      }
1362    },
1363    "CancelMLModelTransformJobInput":{
1364      "type":"structure",
1365      "required":["id"],
1366      "members":{
1367        "id":{
1368          "shape":"String",
1369          "documentation":"<p>The unique ID of the model transform job to be canceled.</p>",
1370          "location":"uri",
1371          "locationName":"id"
1372        },
1373        "neptuneIamRoleArn":{
1374          "shape":"String",
1375          "documentation":"<p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p>",
1376          "location":"querystring",
1377          "locationName":"neptuneIamRoleArn"
1378        },
1379        "clean":{
1380          "shape":"Boolean",
1381          "documentation":"<p>If this flag is set to <code>TRUE</code>, all Neptune ML S3 artifacts should be deleted when the job is stopped. The default is <code>FALSE</code>.</p>",
1382          "location":"querystring",
1383          "locationName":"clean"
1384        }
1385      }
1386    },
1387    "CancelMLModelTransformJobOutput":{
1388      "type":"structure",
1389      "members":{
1390        "status":{
1391          "shape":"String",
1392          "documentation":"<p>the status of the cancelation.</p>"
1393        }
1394      }
1395    },
1396    "CancelOpenCypherQueryInput":{
1397      "type":"structure",
1398      "required":["queryId"],
1399      "members":{
1400        "queryId":{
1401          "shape":"String",
1402          "documentation":"<p>The unique ID of the openCypher query to cancel.</p>",
1403          "location":"uri",
1404          "locationName":"queryId"
1405        },
1406        "silent":{
1407          "shape":"Boolean",
1408          "documentation":"<p>If set to <code>TRUE</code>, causes the cancelation of the openCypher query to happen silently.</p>",
1409          "location":"querystring",
1410          "locationName":"silent"
1411        }
1412      }
1413    },
1414    "CancelOpenCypherQueryOutput":{
1415      "type":"structure",
1416      "members":{
1417        "status":{
1418          "shape":"String",
1419          "documentation":"<p>The cancellation status of the openCypher query.</p>"
1420        },
1421        "payload":{
1422          "shape":"Boolean",
1423          "documentation":"<p>The cancelation payload for the openCypher query.</p>"
1424        }
1425      }
1426    },
1427    "CancelledByUserException":{
1428      "type":"structure",
1429      "required":[
1430        "detailedMessage",
1431        "requestId",
1432        "code"
1433      ],
1434      "members":{
1435        "detailedMessage":{
1436          "shape":"String",
1437          "documentation":"<p>A detailed message describing the problem.</p>"
1438        },
1439        "requestId":{
1440          "shape":"String",
1441          "documentation":"<p>The ID of the request in question.</p>"
1442        },
1443        "code":{
1444          "shape":"String",
1445          "documentation":"<p>The HTTP status code returned with the exception.</p>"
1446        }
1447      },
1448      "documentation":"<p>Raised when a user cancelled a request.</p>",
1449      "error":{"httpStatusCode":500},
1450      "exception":true,
1451      "fault":true
1452    },
1453    "Classes":{
1454      "type":"list",
1455      "member":{"shape":"String"}
1456    },
1457    "ClientTimeoutException":{
1458      "type":"structure",
1459      "required":[
1460        "detailedMessage",
1461        "requestId",
1462        "code"
1463      ],
1464      "members":{
1465        "detailedMessage":{
1466          "shape":"String",
1467          "documentation":"<p>A detailed message describing the problem.</p>"
1468        },
1469        "requestId":{
1470          "shape":"String",
1471          "documentation":"<p>The ID of the request in question.</p>"
1472        },
1473        "code":{
1474          "shape":"String",
1475          "documentation":"<p>The HTTP status code returned with the exception.</p>"
1476        }
1477      },
1478      "documentation":"<p>Raised when a request timed out in the client.</p>",
1479      "error":{
1480        "httpStatusCode":408,
1481        "senderFault":true
1482      },
1483      "exception":true,
1484      "retryable":{"throttling":false}
1485    },
1486    "ConcurrentModificationException":{
1487      "type":"structure",
1488      "required":[
1489        "detailedMessage",
1490        "requestId",
1491        "code"
1492      ],
1493      "members":{
1494        "detailedMessage":{
1495          "shape":"String",
1496          "documentation":"<p>A detailed message describing the problem.</p>"
1497        },
1498        "requestId":{
1499          "shape":"String",
1500          "documentation":"<p>The ID of the request in question.</p>"
1501        },
1502        "code":{
1503          "shape":"String",
1504          "documentation":"<p>The HTTP status code returned with the exception.</p>"
1505        }
1506      },
1507      "documentation":"<p>Raised when a request attempts to modify data that is concurrently being modified by another process.</p>",
1508      "error":{"httpStatusCode":500},
1509      "exception":true,
1510      "fault":true,
1511      "retryable":{"throttling":false}
1512    },
1513    "ConstraintViolationException":{
1514      "type":"structure",
1515      "required":[
1516        "detailedMessage",
1517        "requestId",
1518        "code"
1519      ],
1520      "members":{
1521        "detailedMessage":{
1522          "shape":"String",
1523          "documentation":"<p>A detailed message describing the problem.</p>"
1524        },
1525        "requestId":{
1526          "shape":"String",
1527          "documentation":"<p>The ID of the request in question.</p>"
1528        },
1529        "code":{
1530          "shape":"String",
1531          "documentation":"<p>The HTTP status code returned with the exception.</p>"
1532        }
1533      },
1534      "documentation":"<p>Raised when a value in a request field did not satisfy required constraints.</p>",
1535      "error":{
1536        "httpStatusCode":400,
1537        "senderFault":true
1538      },
1539      "exception":true,
1540      "retryable":{"throttling":false}
1541    },
1542    "CreateMLEndpointInput":{
1543      "type":"structure",
1544      "members":{
1545        "id":{
1546          "shape":"String",
1547          "documentation":"<p>A unique identifier for the new inference endpoint. The default is an autogenerated timestamped name.</p>"
1548        },
1549        "mlModelTrainingJobId":{
1550          "shape":"String",
1551          "documentation":"<p>The job Id of the completed model-training job that has created the model that the inference endpoint will point to. You must supply either the <code>mlModelTrainingJobId</code> or the <code>mlModelTransformJobId</code>.</p>"
1552        },
1553        "mlModelTransformJobId":{
1554          "shape":"String",
1555          "documentation":"<p>The job Id of the completed model-transform job. You must supply either the <code>mlModelTrainingJobId</code> or the <code>mlModelTransformJobId</code>.</p>"
1556        },
1557        "update":{
1558          "shape":"Boolean",
1559          "documentation":"<p>If set to <code>true</code>, <code>update</code> indicates that this is an update request. The default is <code>false</code>. You must supply either the <code>mlModelTrainingJobId</code> or the <code>mlModelTransformJobId</code>.</p>"
1560        },
1561        "neptuneIamRoleArn":{
1562          "shape":"String",
1563          "documentation":"<p>The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will be thrown.</p>"
1564        },
1565        "modelName":{
1566          "shape":"String",
1567          "documentation":"<p>Model type for training. By default the Neptune ML model is automatically based on the <code>modelType</code> used in data processing, but you can specify a different model type here. The default is <code>rgcn</code> for heterogeneous graphs and <code>kge</code> for knowledge graphs. The only valid value for heterogeneous graphs is <code>rgcn</code>. Valid values for knowledge graphs are: <code>kge</code>, <code>transe</code>, <code>distmult</code>, and <code>rotate</code>.</p>"
1568        },
1569        "instanceType":{
1570          "shape":"String",
1571          "documentation":"<p>The type of Neptune ML instance to use for online servicing. The default is <code>ml.m5.xlarge</code>. Choosing the ML instance for an inference endpoint depends on the task type, the graph size, and your budget.</p>"
1572        },
1573        "instanceCount":{
1574          "shape":"Integer",
1575          "documentation":"<p>The minimum number of Amazon EC2 instances to deploy to an endpoint for prediction. The default is 1</p>"
1576        },
1577        "volumeEncryptionKMSKey":{
1578          "shape":"String",
1579          "documentation":"<p>The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instances that run the training job. The default is None.</p>"
1580        }
1581      }
1582    },
1583    "CreateMLEndpointOutput":{
1584      "type":"structure",
1585      "members":{
1586        "id":{
1587          "shape":"String",
1588          "documentation":"<p>The unique ID of the new inference endpoint.</p>"
1589        },
1590        "arn":{
1591          "shape":"String",
1592          "documentation":"<p>The ARN for the new inference endpoint.</p>"
1593        },
1594        "creationTimeInMillis":{
1595          "shape":"Long",
1596          "documentation":"<p>The endpoint creation time, in milliseconds.</p>"
1597        }
1598      }
1599    },
1600    "CustomModelTrainingParameters":{
1601      "type":"structure",
1602      "required":["sourceS3DirectoryPath"],
1603      "members":{
1604        "sourceS3DirectoryPath":{
1605          "shape":"String",
1606          "documentation":"<p>The path to the Amazon S3 location where the Python module implementing your model is located. This must point to a valid existing Amazon S3 location that contains, at a minimum, a training script, a transform script, and a <code>model-hpo-configuration.json</code> file.</p>"
1607        },
1608        "trainingEntryPointScript":{
1609          "shape":"String",
1610          "documentation":"<p>The name of the entry point in your module of a script that performs model training and takes hyperparameters as command-line arguments, including fixed hyperparameters. The default is <code>training.py</code>.</p>"
1611        },
1612        "transformEntryPointScript":{
1613          "shape":"String",
1614          "documentation":"<p>The name of the entry point in your module of a script that should be run after the best model from the hyperparameter search has been identified, to compute the model artifacts necessary for model deployment. It should be able to run with no command-line arguments.The default is <code>transform.py</code>.</p>"
1615        }
1616      },
1617      "documentation":"<p>Contains custom model training parameters. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-custom-models.html\">Custom models in Neptune ML</a>.</p>"
1618    },
1619    "CustomModelTransformParameters":{
1620      "type":"structure",
1621      "required":["sourceS3DirectoryPath"],
1622      "members":{
1623        "sourceS3DirectoryPath":{
1624          "shape":"String",
1625          "documentation":"<p>The path to the Amazon S3 location where the Python module implementing your model is located. This must point to a valid existing Amazon S3 location that contains, at a minimum, a training script, a transform script, and a <code>model-hpo-configuration.json</code> file.</p>"
1626        },
1627        "transformEntryPointScript":{
1628          "shape":"String",
1629          "documentation":"<p>The name of the entry point in your module of a script that should be run after the best model from the hyperparameter search has been identified, to compute the model artifacts necessary for model deployment. It should be able to run with no command-line arguments. The default is <code>transform.py</code>.</p>"
1630        }
1631      },
1632      "documentation":"<p>Contains custom model transform parameters. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/machine-learning-model-transform.html\">Use a trained model to generate new model artifacts</a>.</p>"
1633    },
1634    "DeleteMLEndpointInput":{
1635      "type":"structure",
1636      "required":["id"],
1637      "members":{
1638        "id":{
1639          "shape":"String",
1640          "documentation":"<p>The unique identifier of the inference endpoint.</p>",
1641          "location":"uri",
1642          "locationName":"id"
1643        },
1644        "neptuneIamRoleArn":{
1645          "shape":"String",
1646          "documentation":"<p>The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will be thrown.</p>",
1647          "location":"querystring",
1648          "locationName":"neptuneIamRoleArn"
1649        },
1650        "clean":{
1651          "shape":"Boolean",
1652          "documentation":"<p>If this flag is set to <code>TRUE</code>, all Neptune ML S3 artifacts should be deleted when the job is stopped. The default is <code>FALSE</code>.</p>",
1653          "location":"querystring",
1654          "locationName":"clean"
1655        }
1656      }
1657    },
1658    "DeleteMLEndpointOutput":{
1659      "type":"structure",
1660      "members":{
1661        "status":{
1662          "shape":"String",
1663          "documentation":"<p>The status of the cancellation.</p>"
1664        }
1665      }
1666    },
1667    "DeletePropertygraphStatisticsOutput":{
1668      "type":"structure",
1669      "members":{
1670        "statusCode":{
1671          "shape":"Integer",
1672          "documentation":"<p>The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.</p>",
1673          "location":"statusCode"
1674        },
1675        "status":{
1676          "shape":"String",
1677          "documentation":"<p>The cancel status.</p>"
1678        },
1679        "payload":{
1680          "shape":"DeleteStatisticsValueMap",
1681          "documentation":"<p>The deletion payload.</p>"
1682        }
1683      }
1684    },
1685    "DeleteSparqlStatisticsOutput":{
1686      "type":"structure",
1687      "members":{
1688        "statusCode":{
1689          "shape":"Integer",
1690          "documentation":"<p>The HTTP response code: 200 if the delete was successful, or 204 if there were no statistics to delete.</p>",
1691          "location":"statusCode"
1692        },
1693        "status":{
1694          "shape":"String",
1695          "documentation":"<p>The cancel status.</p>"
1696        },
1697        "payload":{
1698          "shape":"DeleteStatisticsValueMap",
1699          "documentation":"<p>The deletion payload.</p>"
1700        }
1701      }
1702    },
1703    "DeleteStatisticsValueMap":{
1704      "type":"structure",
1705      "members":{
1706        "active":{
1707          "shape":"Boolean",
1708          "documentation":"<p>The current status of the statistics.</p>"
1709        },
1710        "statisticsId":{
1711          "shape":"String",
1712          "documentation":"<p>The ID of the statistics generation run that is currently occurring.</p>"
1713        }
1714      },
1715      "documentation":"<p>The payload for DeleteStatistics.</p>"
1716    },
1717    "Document":{
1718      "type":"structure",
1719      "members":{
1720      },
1721      "document":true
1722    },
1723    "DocumentValuedMap":{
1724      "type":"map",
1725      "key":{"shape":"String"},
1726      "value":{"shape":"Document"}
1727    },
1728    "EdgeLabels":{
1729      "type":"list",
1730      "member":{"shape":"String"}
1731    },
1732    "EdgeProperties":{
1733      "type":"list",
1734      "member":{"shape":"String"}
1735    },
1736    "EdgeStructure":{
1737      "type":"structure",
1738      "members":{
1739        "count":{
1740          "shape":"Long",
1741          "documentation":"<p>The number of edges that have this specific structure.</p>"
1742        },
1743        "edgeProperties":{
1744          "shape":"EdgeProperties",
1745          "documentation":"<p>A list of edge properties present in this specific structure.</p>"
1746        }
1747      },
1748      "documentation":"<p>An edge structure.</p>"
1749    },
1750    "EdgeStructures":{
1751      "type":"list",
1752      "member":{"shape":"EdgeStructure"}
1753    },
1754    "Encoding":{
1755      "type":"string",
1756      "enum":["gzip"]
1757    },
1758    "ExecuteFastResetInput":{
1759      "type":"structure",
1760      "required":["action"],
1761      "members":{
1762        "action":{
1763          "shape":"Action",
1764          "documentation":"<p>The fast reset action. One of the following values:</p> <ul> <li> <p> <b> <code>initiateDatabaseReset</code> </b>   –   This action generates a unique token needed to actually perform the fast reset.</p> </li> <li> <p> <b> <code>performDatabaseReset</code> </b>   –   This action uses the token generated by the <code>initiateDatabaseReset</code> action to actually perform the fast reset.</p> <p/> </li> </ul>"
1765        },
1766        "token":{
1767          "shape":"String",
1768          "documentation":"<p>The fast-reset token to initiate the reset.</p>"
1769        }
1770      }
1771    },
1772    "ExecuteFastResetOutput":{
1773      "type":"structure",
1774      "required":["status"],
1775      "members":{
1776        "status":{
1777          "shape":"String",
1778          "documentation":"<p>The <code>status</code> is only returned for the <code>performDatabaseReset</code> action, and indicates whether or not the fast reset rquest is accepted.</p>"
1779        },
1780        "payload":{
1781          "shape":"FastResetToken",
1782          "documentation":"<p>The <code>payload</code> is only returned by the <code>initiateDatabaseReset</code> action, and contains the unique token to use with the <code>performDatabaseReset</code> action to make the reset occur.</p>"
1783        }
1784      }
1785    },
1786    "ExecuteGremlinExplainQueryInput":{
1787      "type":"structure",
1788      "required":["gremlinQuery"],
1789      "members":{
1790        "gremlinQuery":{
1791          "shape":"String",
1792          "documentation":"<p>The Gremlin explain query string.</p>",
1793          "locationName":"gremlin"
1794        }
1795      }
1796    },
1797    "ExecuteGremlinExplainQueryOutput":{
1798      "type":"structure",
1799      "members":{
1800        "output":{
1801          "shape":"ReportAsText",
1802          "documentation":"<p>A text blob containing the Gremlin explain result, as described in <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-traversal-tuning.html\">Tuning Gremlin queries</a>.</p>"
1803        }
1804      },
1805      "payload":"output"
1806    },
1807    "ExecuteGremlinProfileQueryInput":{
1808      "type":"structure",
1809      "required":["gremlinQuery"],
1810      "members":{
1811        "gremlinQuery":{
1812          "shape":"String",
1813          "documentation":"<p>The Gremlin query string to profile.</p>",
1814          "locationName":"gremlin"
1815        },
1816        "results":{
1817          "shape":"Boolean",
1818          "documentation":"<p>If this flag is set to <code>TRUE</code>, the query results are gathered and displayed as part of the profile report. If <code>FALSE</code>, only the result count is displayed.</p>",
1819          "locationName":"profile.results"
1820        },
1821        "chop":{
1822          "shape":"Integer",
1823          "documentation":"<p>If non-zero, causes the results string to be truncated at that number of characters. If set to zero, the string contains all the results.</p>",
1824          "locationName":"profile.chop"
1825        },
1826        "serializer":{
1827          "shape":"String",
1828          "documentation":"<p>If non-null, the gathered results are returned in a serialized response message in the format specified by this parameter. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-profile-api.html\">Gremlin profile API in Neptune</a> for more information.</p>",
1829          "locationName":"profile.serializer"
1830        },
1831        "indexOps":{
1832          "shape":"Boolean",
1833          "documentation":"<p>If this flag is set to <code>TRUE</code>, the results include a detailed report of all index operations that took place during query execution and serialization.</p>",
1834          "locationName":"profile.indexOps"
1835        }
1836      }
1837    },
1838    "ExecuteGremlinProfileQueryOutput":{
1839      "type":"structure",
1840      "members":{
1841        "output":{
1842          "shape":"ReportAsText",
1843          "documentation":"<p>A text blob containing the Gremlin Profile result. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-profile-api.html\">Gremlin profile API in Neptune</a> for details.</p>"
1844        }
1845      },
1846      "payload":"output"
1847    },
1848    "ExecuteGremlinQueryInput":{
1849      "type":"structure",
1850      "required":["gremlinQuery"],
1851      "members":{
1852        "gremlinQuery":{
1853          "shape":"String",
1854          "documentation":"<p>Using this API, you can run Gremlin queries in string format much as you can using the HTTP endpoint. The interface is compatible with whatever Gremlin version your DB cluster is using (see the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/access-graph-gremlin-client.html#best-practices-gremlin-java-latest\">Tinkerpop client section</a> to determine which Gremlin releases your engine version supports).</p>",
1855          "locationName":"gremlin"
1856        },
1857        "serializer":{
1858          "shape":"String",
1859          "documentation":"<p>If non-null, the query results are returned in a serialized response message in the format specified by this parameter. See the <a href=\"https://tinkerpop.apache.org/docs/current/reference/#_graphson\">GraphSON</a> section in the TinkerPop documentation for a list of the formats that are currently supported.</p>",
1860          "location":"header",
1861          "locationName":"accept"
1862        }
1863      }
1864    },
1865    "ExecuteGremlinQueryOutput":{
1866      "type":"structure",
1867      "members":{
1868        "requestId":{
1869          "shape":"String",
1870          "documentation":"<p>The unique identifier of the Gremlin query.</p>"
1871        },
1872        "status":{
1873          "shape":"GremlinQueryStatusAttributes",
1874          "documentation":"<p>The status of the Gremlin query.</p>"
1875        },
1876        "result":{
1877          "shape":"Document",
1878          "documentation":"<p>The Gremlin query output from the server.</p>"
1879        },
1880        "meta":{
1881          "shape":"Document",
1882          "documentation":"<p>Metadata about the Gremlin query.</p>"
1883        }
1884      }
1885    },
1886    "ExecuteOpenCypherExplainQueryInput":{
1887      "type":"structure",
1888      "required":[
1889        "openCypherQuery",
1890        "explainMode"
1891      ],
1892      "members":{
1893        "openCypherQuery":{
1894          "shape":"String",
1895          "documentation":"<p>The openCypher query string.</p>",
1896          "locationName":"query"
1897        },
1898        "parameters":{
1899          "shape":"String",
1900          "documentation":"<p>The openCypher query parameters.</p>"
1901        },
1902        "explainMode":{
1903          "shape":"OpenCypherExplainMode",
1904          "documentation":"<p>The openCypher <code>explain</code> mode. Can be one of: <code>static</code>, <code>dynamic</code>, or <code>details</code>.</p>",
1905          "locationName":"explain"
1906        }
1907      }
1908    },
1909    "ExecuteOpenCypherExplainQueryOutput":{
1910      "type":"structure",
1911      "required":["results"],
1912      "members":{
1913        "results":{
1914          "shape":"Blob",
1915          "documentation":"<p>A text blob containing the openCypher <code>explain</code> results.</p>"
1916        }
1917      },
1918      "payload":"results"
1919    },
1920    "ExecuteOpenCypherQueryInput":{
1921      "type":"structure",
1922      "required":["openCypherQuery"],
1923      "members":{
1924        "openCypherQuery":{
1925          "shape":"String",
1926          "documentation":"<p>The openCypher query string to be executed.</p>",
1927          "locationName":"query"
1928        },
1929        "parameters":{
1930          "shape":"String",
1931          "documentation":"<p>The openCypher query parameters for query execution. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/opencypher-parameterized-queries.html\">Examples of openCypher parameterized queries</a> for more information.</p>"
1932        }
1933      }
1934    },
1935    "ExecuteOpenCypherQueryOutput":{
1936      "type":"structure",
1937      "required":["results"],
1938      "members":{
1939        "results":{
1940          "shape":"Document",
1941          "documentation":"<p>The openCypherquery results.</p>"
1942        }
1943      }
1944    },
1945    "ExpiredStreamException":{
1946      "type":"structure",
1947      "required":[
1948        "detailedMessage",
1949        "requestId",
1950        "code"
1951      ],
1952      "members":{
1953        "detailedMessage":{
1954          "shape":"String",
1955          "documentation":"<p>A detailed message describing the problem.</p>"
1956        },
1957        "requestId":{
1958          "shape":"String",
1959          "documentation":"<p>The ID of the request in question.</p>"
1960        },
1961        "code":{
1962          "shape":"String",
1963          "documentation":"<p>The HTTP status code returned with the exception.</p>"
1964        }
1965      },
1966      "documentation":"<p>Raised when a request attempts to access an stream that has expired.</p>",
1967      "error":{
1968        "httpStatusCode":400,
1969        "senderFault":true
1970      },
1971      "exception":true
1972    },
1973    "FailureByQueryException":{
1974      "type":"structure",
1975      "required":[
1976        "detailedMessage",
1977        "requestId",
1978        "code"
1979      ],
1980      "members":{
1981        "detailedMessage":{
1982          "shape":"String",
1983          "documentation":"<p>A detailed message describing the problem.</p>"
1984        },
1985        "requestId":{
1986          "shape":"String",
1987          "documentation":"<p>The ID of the request in question.</p>"
1988        },
1989        "code":{
1990          "shape":"String",
1991          "documentation":"<p>The HTTP status code returned with the exception.</p>"
1992        }
1993      },
1994      "documentation":"<p>Raised when a request fails.</p>",
1995      "error":{"httpStatusCode":500},
1996      "exception":true,
1997      "fault":true,
1998      "retryable":{"throttling":false}
1999    },
2000    "FastResetToken":{
2001      "type":"structure",
2002      "members":{
2003        "token":{
2004          "shape":"String",
2005          "documentation":"<p>A UUID generated by the database in the <code>initiateDatabaseReset</code> action, and then consumed by the <code>performDatabaseReset</code> to reset the database.</p>"
2006        }
2007      },
2008      "documentation":"<p>A structure containing the fast reset token used to initiate a fast reset.</p>"
2009    },
2010    "Format":{
2011      "type":"string",
2012      "enum":[
2013        "csv",
2014        "opencypher",
2015        "ntriples",
2016        "nquads",
2017        "rdfxml",
2018        "turtle"
2019      ]
2020    },
2021    "GetEngineStatusOutput":{
2022      "type":"structure",
2023      "members":{
2024        "status":{
2025          "shape":"String",
2026          "documentation":"<p>Set to <code>healthy</code> if the instance is not experiencing problems. If the instance is recovering from a crash or from being rebooted and there are active transactions running from the latest server shutdown, status is set to <code>recovery</code>.</p>"
2027        },
2028        "startTime":{
2029          "shape":"String",
2030          "documentation":"<p>Set to the UTC time at which the current server process started.</p>"
2031        },
2032        "dbEngineVersion":{
2033          "shape":"String",
2034          "documentation":"<p>Set to the Neptune engine version running on your DB cluster. If this engine version has been manually patched since it was released, the version number is prefixed by <code>Patch-</code>.</p>"
2035        },
2036        "role":{
2037          "shape":"String",
2038          "documentation":"<p>Set to <code>reader</code> if the instance is a read-replica, or to <code>writer</code> if the instance is the primary instance.</p>"
2039        },
2040        "dfeQueryEngine":{
2041          "shape":"String",
2042          "documentation":"<p>Set to <code>enabled</code> if the DFE engine is fully enabled, or to <code>viaQueryHint</code> (the default) if the DFE engine is only used with queries that have the <code>useDFE</code> query hint set to <code>true</code>.</p>"
2043        },
2044        "gremlin":{
2045          "shape":"QueryLanguageVersion",
2046          "documentation":"<p>Contains information about the Gremlin query language available on your cluster. Specifically, it contains a version field that specifies the current TinkerPop version being used by the engine.</p>"
2047        },
2048        "sparql":{
2049          "shape":"QueryLanguageVersion",
2050          "documentation":"<p>Contains information about the SPARQL query language available on your cluster. Specifically, it contains a version field that specifies the current SPARQL version being used by the engine.</p>"
2051        },
2052        "opencypher":{
2053          "shape":"QueryLanguageVersion",
2054          "documentation":"<p>Contains information about the openCypher query language available on your cluster. Specifically, it contains a version field that specifies the current operCypher version being used by the engine.</p>"
2055        },
2056        "labMode":{
2057          "shape":"StringValuedMap",
2058          "documentation":"<p>Contains Lab Mode settings being used by the engine.</p>"
2059        },
2060        "rollingBackTrxCount":{
2061          "shape":"Integer",
2062          "documentation":"<p>If there are transactions being rolled back, this field is set to the number of such transactions. If there are none, the field doesn't appear at all.</p>"
2063        },
2064        "rollingBackTrxEarliestStartTime":{
2065          "shape":"String",
2066          "documentation":"<p>Set to the start time of the earliest transaction being rolled back. If no transactions are being rolled back, the field doesn't appear at all.</p>"
2067        },
2068        "features":{
2069          "shape":"DocumentValuedMap",
2070          "documentation":"<p>Contains status information about the features enabled on your DB cluster.</p>"
2071        },
2072        "settings":{
2073          "shape":"StringValuedMap",
2074          "documentation":"<p>Contains information about the current settings on your DB cluster. For example, contains the current cluster query timeout setting (<code>clusterQueryTimeoutInMs</code>).</p>"
2075        }
2076      }
2077    },
2078    "GetGremlinQueryStatusInput":{
2079      "type":"structure",
2080      "required":["queryId"],
2081      "members":{
2082        "queryId":{
2083          "shape":"String",
2084          "documentation":"<p>The unique identifier that identifies the Gremlin query.</p>",
2085          "location":"uri",
2086          "locationName":"queryId"
2087        }
2088      }
2089    },
2090    "GetGremlinQueryStatusOutput":{
2091      "type":"structure",
2092      "members":{
2093        "queryId":{
2094          "shape":"String",
2095          "documentation":"<p>The ID of the query for which status is being returned.</p>"
2096        },
2097        "queryString":{
2098          "shape":"String",
2099          "documentation":"<p>The Gremlin query string.</p>"
2100        },
2101        "queryEvalStats":{
2102          "shape":"QueryEvalStats",
2103          "documentation":"<p>The evaluation status of the Gremlin query.</p>"
2104        }
2105      }
2106    },
2107    "GetLoaderJobStatusInput":{
2108      "type":"structure",
2109      "required":["loadId"],
2110      "members":{
2111        "loadId":{
2112          "shape":"String",
2113          "documentation":"<p>The load ID of the load job to get the status of.</p>",
2114          "location":"uri",
2115          "locationName":"loadId"
2116        },
2117        "details":{
2118          "shape":"Boolean",
2119          "documentation":"<p>Flag indicating whether or not to include details beyond the overall status (<code>TRUE</code> or <code>FALSE</code>; the default is <code>FALSE</code>).</p>",
2120          "location":"querystring",
2121          "locationName":"details"
2122        },
2123        "errors":{
2124          "shape":"Boolean",
2125          "documentation":"<p>Flag indicating whether or not to include a list of errors encountered (<code>TRUE</code> or <code>FALSE</code>; the default is <code>FALSE</code>).</p> <p>The list of errors is paged. The <code>page</code> and <code>errorsPerPage</code> parameters allow you to page through all the errors.</p>",
2126          "location":"querystring",
2127          "locationName":"errors"
2128        },
2129        "page":{
2130          "shape":"PositiveInteger",
2131          "documentation":"<p>The error page number (a positive integer; the default is <code>1</code>). Only valid when the <code>errors</code> parameter is set to <code>TRUE</code>.</p>",
2132          "location":"querystring",
2133          "locationName":"page"
2134        },
2135        "errorsPerPage":{
2136          "shape":"PositiveInteger",
2137          "documentation":"<p>The number of errors returned in each page (a positive integer; the default is <code>10</code>). Only valid when the <code>errors</code> parameter set to <code>TRUE</code>.</p>",
2138          "location":"querystring",
2139          "locationName":"errorsPerPage"
2140        }
2141      }
2142    },
2143    "GetLoaderJobStatusOutput":{
2144      "type":"structure",
2145      "required":[
2146        "status",
2147        "payload"
2148      ],
2149      "members":{
2150        "status":{
2151          "shape":"String",
2152          "documentation":"<p>The HTTP response code for the request.</p>"
2153        },
2154        "payload":{
2155          "shape":"Document",
2156          "documentation":"<p>Status information about the load job, in a layout that could look like this:</p>"
2157        }
2158      }
2159    },
2160    "GetMLDataProcessingJobInput":{
2161      "type":"structure",
2162      "required":["id"],
2163      "members":{
2164        "id":{
2165          "shape":"String",
2166          "documentation":"<p>The unique identifier of the data-processing job to be retrieved.</p>",
2167          "location":"uri",
2168          "locationName":"id"
2169        },
2170        "neptuneIamRoleArn":{
2171          "shape":"String",
2172          "documentation":"<p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p>",
2173          "location":"querystring",
2174          "locationName":"neptuneIamRoleArn"
2175        }
2176      }
2177    },
2178    "GetMLDataProcessingJobOutput":{
2179      "type":"structure",
2180      "members":{
2181        "status":{
2182          "shape":"String",
2183          "documentation":"<p>Status of the data processing job.</p>"
2184        },
2185        "id":{
2186          "shape":"String",
2187          "documentation":"<p>The unique identifier of this data-processing job.</p>"
2188        },
2189        "processingJob":{
2190          "shape":"MlResourceDefinition",
2191          "documentation":"<p>Definition of the data processing job.</p>"
2192        }
2193      }
2194    },
2195    "GetMLEndpointInput":{
2196      "type":"structure",
2197      "required":["id"],
2198      "members":{
2199        "id":{
2200          "shape":"String",
2201          "documentation":"<p>The unique identifier of the inference endpoint.</p>",
2202          "location":"uri",
2203          "locationName":"id"
2204        },
2205        "neptuneIamRoleArn":{
2206          "shape":"String",
2207          "documentation":"<p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p>",
2208          "location":"querystring",
2209          "locationName":"neptuneIamRoleArn"
2210        }
2211      }
2212    },
2213    "GetMLEndpointOutput":{
2214      "type":"structure",
2215      "members":{
2216        "status":{
2217          "shape":"String",
2218          "documentation":"<p>The status of the inference endpoint.</p>"
2219        },
2220        "id":{
2221          "shape":"String",
2222          "documentation":"<p>The unique identifier of the inference endpoint.</p>"
2223        },
2224        "endpoint":{
2225          "shape":"MlResourceDefinition",
2226          "documentation":"<p>The endpoint definition.</p>"
2227        },
2228        "endpointConfig":{
2229          "shape":"MlConfigDefinition",
2230          "documentation":"<p>The endpoint configuration</p>"
2231        }
2232      }
2233    },
2234    "GetMLModelTrainingJobInput":{
2235      "type":"structure",
2236      "required":["id"],
2237      "members":{
2238        "id":{
2239          "shape":"String",
2240          "documentation":"<p>The unique identifier of the model-training job to retrieve.</p>",
2241          "location":"uri",
2242          "locationName":"id"
2243        },
2244        "neptuneIamRoleArn":{
2245          "shape":"String",
2246          "documentation":"<p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p>",
2247          "location":"querystring",
2248          "locationName":"neptuneIamRoleArn"
2249        }
2250      }
2251    },
2252    "GetMLModelTrainingJobOutput":{
2253      "type":"structure",
2254      "members":{
2255        "status":{
2256          "shape":"String",
2257          "documentation":"<p>The status of the model training job.</p>"
2258        },
2259        "id":{
2260          "shape":"String",
2261          "documentation":"<p>The unique identifier of this model-training job.</p>"
2262        },
2263        "processingJob":{
2264          "shape":"MlResourceDefinition",
2265          "documentation":"<p>The data processing job.</p>"
2266        },
2267        "hpoJob":{
2268          "shape":"MlResourceDefinition",
2269          "documentation":"<p>The HPO job.</p>"
2270        },
2271        "modelTransformJob":{
2272          "shape":"MlResourceDefinition",
2273          "documentation":"<p>The model transform job.</p>"
2274        },
2275        "mlModels":{
2276          "shape":"MlModels",
2277          "documentation":"<p>A list of the configurations of the ML models being used.</p>"
2278        }
2279      }
2280    },
2281    "GetMLModelTransformJobInput":{
2282      "type":"structure",
2283      "required":["id"],
2284      "members":{
2285        "id":{
2286          "shape":"String",
2287          "documentation":"<p>The unique identifier of the model-transform job to be reetrieved.</p>",
2288          "location":"uri",
2289          "locationName":"id"
2290        },
2291        "neptuneIamRoleArn":{
2292          "shape":"String",
2293          "documentation":"<p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p>",
2294          "location":"querystring",
2295          "locationName":"neptuneIamRoleArn"
2296        }
2297      }
2298    },
2299    "GetMLModelTransformJobOutput":{
2300      "type":"structure",
2301      "members":{
2302        "status":{
2303          "shape":"String",
2304          "documentation":"<p>The status of the model-transform job.</p>"
2305        },
2306        "id":{
2307          "shape":"String",
2308          "documentation":"<p>The unique identifier of the model-transform job to be retrieved.</p>"
2309        },
2310        "baseProcessingJob":{
2311          "shape":"MlResourceDefinition",
2312          "documentation":"<p>The base data processing job.</p>"
2313        },
2314        "remoteModelTransformJob":{
2315          "shape":"MlResourceDefinition",
2316          "documentation":"<p>The remote model transform job.</p>"
2317        },
2318        "models":{
2319          "shape":"Models",
2320          "documentation":"<p>A list of the configuration information for the models being used.</p>"
2321        }
2322      }
2323    },
2324    "GetOpenCypherQueryStatusInput":{
2325      "type":"structure",
2326      "required":["queryId"],
2327      "members":{
2328        "queryId":{
2329          "shape":"String",
2330          "documentation":"<p>The unique ID of the openCypher query for which to retrieve the query status.</p>",
2331          "location":"uri",
2332          "locationName":"queryId"
2333        }
2334      }
2335    },
2336    "GetOpenCypherQueryStatusOutput":{
2337      "type":"structure",
2338      "members":{
2339        "queryId":{
2340          "shape":"String",
2341          "documentation":"<p>The unique ID of the query for which status is being returned.</p>"
2342        },
2343        "queryString":{
2344          "shape":"String",
2345          "documentation":"<p>The openCypher query string.</p>"
2346        },
2347        "queryEvalStats":{
2348          "shape":"QueryEvalStats",
2349          "documentation":"<p>The openCypher query evaluation status.</p>"
2350        }
2351      }
2352    },
2353    "GetPropertygraphStatisticsOutput":{
2354      "type":"structure",
2355      "required":[
2356        "status",
2357        "payload"
2358      ],
2359      "members":{
2360        "status":{
2361          "shape":"String",
2362          "documentation":"<p>The HTTP return code of the request. If the request succeeded, the code is 200. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/neptune-dfe-statistics.html#neptune-dfe-statistics-errors\">Common error codes for DFE statistics request</a> for a list of common errors.</p>"
2363        },
2364        "payload":{
2365          "shape":"Statistics",
2366          "documentation":"<p>Statistics for property-graph data.</p>"
2367        }
2368      }
2369    },
2370    "GetPropertygraphStreamInput":{
2371      "type":"structure",
2372      "members":{
2373        "limit":{
2374          "shape":"GetPropertygraphStreamInputLimitLong",
2375          "documentation":"<p>Specifies the maximum number of records to return. There is also a size limit of 10 MB on the response that can't be modified and that takes precedence over the number of records specified in the <code>limit</code> parameter. The response does include a threshold-breaching record if the 10 MB limit was reached.</p> <p>The range for <code>limit</code> is 1 to 100,000, with a default of 10.</p>",
2376          "location":"querystring",
2377          "locationName":"limit"
2378        },
2379        "iteratorType":{
2380          "shape":"IteratorType",
2381          "documentation":"<p>Can be one of:</p> <ul> <li> <p> <code>AT_SEQUENCE_NUMBER</code>   –   Indicates that reading should start from the event sequence number specified jointly by the <code>commitNum</code> and <code>opNum</code> parameters.</p> </li> <li> <p> <code>AFTER_SEQUENCE_NUMBER</code>   –   Indicates that reading should start right after the event sequence number specified jointly by the <code>commitNum</code> and <code>opNum</code> parameters.</p> </li> <li> <p> <code>TRIM_HORIZON</code>   –   Indicates that reading should start at the last untrimmed record in the system, which is the oldest unexpired (not yet deleted) record in the change-log stream.</p> </li> <li> <p> <code>LATEST</code>   –   Indicates that reading should start at the most recent record in the system, which is the latest unexpired (not yet deleted) record in the change-log stream.</p> </li> </ul>",
2382          "location":"querystring",
2383          "locationName":"iteratorType"
2384        },
2385        "commitNum":{
2386          "shape":"Long",
2387          "documentation":"<p>The commit number of the starting record to read from the change-log stream. This parameter is required when <code>iteratorType</code> is<code>AT_SEQUENCE_NUMBER</code> or <code>AFTER_SEQUENCE_NUMBER</code>, and ignored when <code>iteratorType</code> is <code>TRIM_HORIZON</code> or <code>LATEST</code>.</p>",
2388          "location":"querystring",
2389          "locationName":"commitNum"
2390        },
2391        "opNum":{
2392          "shape":"Long",
2393          "documentation":"<p>The operation sequence number within the specified commit to start reading from in the change-log stream data. The default is <code>1</code>.</p>",
2394          "location":"querystring",
2395          "locationName":"opNum"
2396        },
2397        "encoding":{
2398          "shape":"Encoding",
2399          "documentation":"<p>If set to TRUE, Neptune compresses the response using gzip encoding.</p>",
2400          "location":"header",
2401          "locationName":"Accept-Encoding"
2402        }
2403      }
2404    },
2405    "GetPropertygraphStreamInputLimitLong":{
2406      "type":"long",
2407      "box":true,
2408      "max":100000,
2409      "min":1
2410    },
2411    "GetPropertygraphStreamOutput":{
2412      "type":"structure",
2413      "required":[
2414        "lastEventId",
2415        "lastTrxTimestampInMillis",
2416        "format",
2417        "records",
2418        "totalRecords"
2419      ],
2420      "members":{
2421        "lastEventId":{
2422          "shape":"StringValuedMap",
2423          "documentation":"<p>Sequence identifier of the last change in the stream response.</p> <p>An event ID is composed of two fields: a <code>commitNum</code>, which identifies a transaction that changed the graph, and an <code>opNum</code>, which identifies a specific operation within that transaction:</p>"
2424        },
2425        "lastTrxTimestampInMillis":{
2426          "shape":"Long",
2427          "documentation":"<p>The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.</p>",
2428          "locationName":"lastTrxTimestamp"
2429        },
2430        "format":{
2431          "shape":"String",
2432          "documentation":"<p>Serialization format for the change records being returned. Currently, the only supported value is <code>PG_JSON</code>.</p>"
2433        },
2434        "records":{
2435          "shape":"PropertygraphRecordsList",
2436          "documentation":"<p>An array of serialized change-log stream records included in the response.</p>"
2437        },
2438        "totalRecords":{
2439          "shape":"Integer",
2440          "documentation":"<p>The total number of records in the response.</p>"
2441        }
2442      }
2443    },
2444    "GetPropertygraphSummaryInput":{
2445      "type":"structure",
2446      "members":{
2447        "mode":{
2448          "shape":"GraphSummaryType",
2449          "documentation":"<p>Mode can take one of two values: <code>BASIC</code> (the default), and <code>DETAILED</code>.</p>",
2450          "location":"querystring",
2451          "locationName":"mode"
2452        }
2453      }
2454    },
2455    "GetPropertygraphSummaryOutput":{
2456      "type":"structure",
2457      "members":{
2458        "statusCode":{
2459          "shape":"Integer",
2460          "documentation":"<p>The HTTP return code of the request. If the request succeeded, the code is 200.</p>",
2461          "location":"statusCode"
2462        },
2463        "payload":{
2464          "shape":"PropertygraphSummaryValueMap",
2465          "documentation":"<p>Payload containing the property graph summary response.</p>"
2466        }
2467      }
2468    },
2469    "GetRDFGraphSummaryInput":{
2470      "type":"structure",
2471      "members":{
2472        "mode":{
2473          "shape":"GraphSummaryType",
2474          "documentation":"<p>Mode can take one of two values: <code>BASIC</code> (the default), and <code>DETAILED</code>.</p>",
2475          "location":"querystring",
2476          "locationName":"mode"
2477        }
2478      }
2479    },
2480    "GetRDFGraphSummaryOutput":{
2481      "type":"structure",
2482      "members":{
2483        "statusCode":{
2484          "shape":"Integer",
2485          "documentation":"<p>The HTTP return code of the request. If the request succeeded, the code is 200.</p>",
2486          "location":"statusCode"
2487        },
2488        "payload":{
2489          "shape":"RDFGraphSummaryValueMap",
2490          "documentation":"<p>Payload for an RDF graph summary response</p>"
2491        }
2492      }
2493    },
2494    "GetSparqlStatisticsOutput":{
2495      "type":"structure",
2496      "required":[
2497        "status",
2498        "payload"
2499      ],
2500      "members":{
2501        "status":{
2502          "shape":"String",
2503          "documentation":"<p>The HTTP return code of the request. If the request succeeded, the code is 200. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/neptune-dfe-statistics.html#neptune-dfe-statistics-errors\">Common error codes for DFE statistics request</a> for a list of common errors.</p> <p>When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/iam-dp-actions.html#getstatisticsstatus\">neptune-db:GetStatisticsStatus</a> IAM action in that cluster.</p>"
2504        },
2505        "payload":{
2506          "shape":"Statistics",
2507          "documentation":"<p>Statistics for RDF data.</p>"
2508        }
2509      }
2510    },
2511    "GetSparqlStreamInput":{
2512      "type":"structure",
2513      "members":{
2514        "limit":{
2515          "shape":"GetSparqlStreamInputLimitLong",
2516          "documentation":"<p>Specifies the maximum number of records to return. There is also a size limit of 10 MB on the response that can't be modified and that takes precedence over the number of records specified in the <code>limit</code> parameter. The response does include a threshold-breaching record if the 10 MB limit was reached.</p> <p>The range for <code>limit</code> is 1 to 100,000, with a default of 10.</p>",
2517          "location":"querystring",
2518          "locationName":"limit"
2519        },
2520        "iteratorType":{
2521          "shape":"IteratorType",
2522          "documentation":"<p>Can be one of:</p> <ul> <li> <p> <code>AT_SEQUENCE_NUMBER</code>   –   Indicates that reading should start from the event sequence number specified jointly by the <code>commitNum</code> and <code>opNum</code> parameters.</p> </li> <li> <p> <code>AFTER_SEQUENCE_NUMBER</code>   –   Indicates that reading should start right after the event sequence number specified jointly by the <code>commitNum</code> and <code>opNum</code> parameters.</p> </li> <li> <p> <code>TRIM_HORIZON</code>   –   Indicates that reading should start at the last untrimmed record in the system, which is the oldest unexpired (not yet deleted) record in the change-log stream.</p> </li> <li> <p> <code>LATEST</code>   –   Indicates that reading should start at the most recent record in the system, which is the latest unexpired (not yet deleted) record in the change-log stream.</p> </li> </ul>",
2523          "location":"querystring",
2524          "locationName":"iteratorType"
2525        },
2526        "commitNum":{
2527          "shape":"Long",
2528          "documentation":"<p>The commit number of the starting record to read from the change-log stream. This parameter is required when <code>iteratorType</code> is<code>AT_SEQUENCE_NUMBER</code> or <code>AFTER_SEQUENCE_NUMBER</code>, and ignored when <code>iteratorType</code> is <code>TRIM_HORIZON</code> or <code>LATEST</code>.</p>",
2529          "location":"querystring",
2530          "locationName":"commitNum"
2531        },
2532        "opNum":{
2533          "shape":"Long",
2534          "documentation":"<p>The operation sequence number within the specified commit to start reading from in the change-log stream data. The default is <code>1</code>.</p>",
2535          "location":"querystring",
2536          "locationName":"opNum"
2537        },
2538        "encoding":{
2539          "shape":"Encoding",
2540          "documentation":"<p>If set to TRUE, Neptune compresses the response using gzip encoding.</p>",
2541          "location":"header",
2542          "locationName":"Accept-Encoding"
2543        }
2544      }
2545    },
2546    "GetSparqlStreamInputLimitLong":{
2547      "type":"long",
2548      "box":true,
2549      "max":100000,
2550      "min":1
2551    },
2552    "GetSparqlStreamOutput":{
2553      "type":"structure",
2554      "required":[
2555        "lastEventId",
2556        "lastTrxTimestampInMillis",
2557        "format",
2558        "records",
2559        "totalRecords"
2560      ],
2561      "members":{
2562        "lastEventId":{
2563          "shape":"StringValuedMap",
2564          "documentation":"<p>Sequence identifier of the last change in the stream response.</p> <p>An event ID is composed of two fields: a <code>commitNum</code>, which identifies a transaction that changed the graph, and an <code>opNum</code>, which identifies a specific operation within that transaction:</p>"
2565        },
2566        "lastTrxTimestampInMillis":{
2567          "shape":"Long",
2568          "documentation":"<p>The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.</p>",
2569          "locationName":"lastTrxTimestamp"
2570        },
2571        "format":{
2572          "shape":"String",
2573          "documentation":"<p>Serialization format for the change records being returned. Currently, the only supported value is <code>NQUADS</code>.</p>"
2574        },
2575        "records":{
2576          "shape":"SparqlRecordsList",
2577          "documentation":"<p>An array of serialized change-log stream records included in the response.</p>"
2578        },
2579        "totalRecords":{
2580          "shape":"Integer",
2581          "documentation":"<p>The total number of records in the response.</p>"
2582        }
2583      }
2584    },
2585    "GraphSummaryType":{
2586      "type":"string",
2587      "enum":[
2588        "basic",
2589        "detailed"
2590      ]
2591    },
2592    "GremlinQueries":{
2593      "type":"list",
2594      "member":{"shape":"GremlinQueryStatus"}
2595    },
2596    "GremlinQueryStatus":{
2597      "type":"structure",
2598      "members":{
2599        "queryId":{
2600          "shape":"String",
2601          "documentation":"<p>The ID of the Gremlin query.</p>"
2602        },
2603        "queryString":{
2604          "shape":"String",
2605          "documentation":"<p>The query string of the Gremlin query.</p>"
2606        },
2607        "queryEvalStats":{
2608          "shape":"QueryEvalStats",
2609          "documentation":"<p>The query statistics of the Gremlin query.</p>"
2610        }
2611      },
2612      "documentation":"<p>Captures the status of a Gremlin query (see the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/gremlin-api-status.html\">Gremlin query status API</a> page).</p>"
2613    },
2614    "GremlinQueryStatusAttributes":{
2615      "type":"structure",
2616      "members":{
2617        "message":{
2618          "shape":"String",
2619          "documentation":"<p>The status message.</p>"
2620        },
2621        "code":{
2622          "shape":"Integer",
2623          "documentation":"<p>The HTTP response code returned fro the Gremlin query request..</p>"
2624        },
2625        "attributes":{
2626          "shape":"Document",
2627          "documentation":"<p>Attributes of the Gremlin query status.</p>"
2628        }
2629      },
2630      "documentation":"<p>Contains status components of a Gremlin query.</p>"
2631    },
2632    "IllegalArgumentException":{
2633      "type":"structure",
2634      "required":[
2635        "detailedMessage",
2636        "requestId",
2637        "code"
2638      ],
2639      "members":{
2640        "detailedMessage":{
2641          "shape":"String",
2642          "documentation":"<p>A detailed message describing the problem.</p>"
2643        },
2644        "requestId":{
2645          "shape":"String",
2646          "documentation":"<p>The ID of the request in question.</p>"
2647        },
2648        "code":{
2649          "shape":"String",
2650          "documentation":"<p>The HTTP status code returned with the exception.</p>"
2651        }
2652      },
2653      "documentation":"<p>Raised when an argument in a request is not supported.</p>",
2654      "error":{
2655        "httpStatusCode":400,
2656        "senderFault":true
2657      },
2658      "exception":true
2659    },
2660    "Integer":{
2661      "type":"integer",
2662      "box":true
2663    },
2664    "InternalFailureException":{
2665      "type":"structure",
2666      "required":[
2667        "detailedMessage",
2668        "requestId",
2669        "code"
2670      ],
2671      "members":{
2672        "detailedMessage":{
2673          "shape":"String",
2674          "documentation":"<p>A detailed message describing the problem.</p>"
2675        },
2676        "requestId":{
2677          "shape":"String",
2678          "documentation":"<p>The ID of the request in question.</p>"
2679        },
2680        "code":{
2681          "shape":"String",
2682          "documentation":"<p>The HTTP status code returned with the exception.</p>"
2683        }
2684      },
2685      "documentation":"<p>Raised when the processing of the request failed unexpectedly.</p>",
2686      "error":{"httpStatusCode":500},
2687      "exception":true,
2688      "fault":true
2689    },
2690    "InvalidArgumentException":{
2691      "type":"structure",
2692      "required":[
2693        "detailedMessage",
2694        "requestId",
2695        "code"
2696      ],
2697      "members":{
2698        "detailedMessage":{
2699          "shape":"String",
2700          "documentation":"<p>A detailed message describing the problem.</p>"
2701        },
2702        "requestId":{
2703          "shape":"String",
2704          "documentation":"<p>The ID of the request in question.</p>"
2705        },
2706        "code":{
2707          "shape":"String",
2708          "documentation":"<p>The HTTP status code returned with the exception.</p>"
2709        }
2710      },
2711      "documentation":"<p>Raised when an argument in a request has an invalid value.</p>",
2712      "error":{
2713        "httpStatusCode":400,
2714        "senderFault":true
2715      },
2716      "exception":true
2717    },
2718    "InvalidNumericDataException":{
2719      "type":"structure",
2720      "required":[
2721        "detailedMessage",
2722        "requestId",
2723        "code"
2724      ],
2725      "members":{
2726        "detailedMessage":{
2727          "shape":"String",
2728          "documentation":"<p>A detailed message describing the problem.</p>"
2729        },
2730        "requestId":{
2731          "shape":"String",
2732          "documentation":"<p>The ID of the request in question.</p>"
2733        },
2734        "code":{
2735          "shape":"String",
2736          "documentation":"<p>The HTTP status code returned with the exception.</p>"
2737        }
2738      },
2739      "documentation":"<p>Raised when invalid numerical data is encountered when servicing a request.</p>",
2740      "error":{
2741        "httpStatusCode":400,
2742        "senderFault":true
2743      },
2744      "exception":true
2745    },
2746    "InvalidParameterException":{
2747      "type":"structure",
2748      "required":[
2749        "detailedMessage",
2750        "requestId",
2751        "code"
2752      ],
2753      "members":{
2754        "detailedMessage":{
2755          "shape":"String",
2756          "documentation":"<p>A detailed message describing the problem.</p>"
2757        },
2758        "requestId":{
2759          "shape":"String",
2760          "documentation":"<p>The ID of the request that includes an invalid parameter.</p>"
2761        },
2762        "code":{
2763          "shape":"String",
2764          "documentation":"<p>The HTTP status code returned with the exception.</p>"
2765        }
2766      },
2767      "documentation":"<p>Raised when a parameter value is not valid.</p>",
2768      "error":{
2769        "httpStatusCode":400,
2770        "senderFault":true
2771      },
2772      "exception":true
2773    },
2774    "IteratorType":{
2775      "type":"string",
2776      "enum":[
2777        "AT_SEQUENCE_NUMBER",
2778        "AFTER_SEQUENCE_NUMBER",
2779        "TRIM_HORIZON",
2780        "LATEST"
2781      ]
2782    },
2783    "ListGremlinQueriesInput":{
2784      "type":"structure",
2785      "members":{
2786        "includeWaiting":{
2787          "shape":"Boolean",
2788          "documentation":"<p>If set to <code>TRUE</code>, the list returned includes waiting queries. The default is <code>FALSE</code>;</p>",
2789          "location":"querystring",
2790          "locationName":"includeWaiting"
2791        }
2792      }
2793    },
2794    "ListGremlinQueriesOutput":{
2795      "type":"structure",
2796      "members":{
2797        "acceptedQueryCount":{
2798          "shape":"Integer",
2799          "documentation":"<p>The number of queries that have been accepted but not yet completed, including queries in the queue.</p>"
2800        },
2801        "runningQueryCount":{
2802          "shape":"Integer",
2803          "documentation":"<p>The number of Gremlin queries currently running.</p>"
2804        },
2805        "queries":{
2806          "shape":"GremlinQueries",
2807          "documentation":"<p>A list of the current queries.</p>"
2808        }
2809      }
2810    },
2811    "ListLoaderJobsInput":{
2812      "type":"structure",
2813      "members":{
2814        "limit":{
2815          "shape":"ListLoaderJobsInputLimitInteger",
2816          "documentation":"<p>The number of load IDs to list. Must be a positive integer greater than zero and not more than <code>100</code> (which is the default).</p>",
2817          "location":"querystring",
2818          "locationName":"limit"
2819        },
2820        "includeQueuedLoads":{
2821          "shape":"Boolean",
2822          "documentation":"<p>An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of load IDs by setting the parameter to <code>FALSE</code>. The default value is <code>TRUE</code>.</p>",
2823          "location":"querystring",
2824          "locationName":"includeQueuedLoads"
2825        }
2826      }
2827    },
2828    "ListLoaderJobsInputLimitInteger":{
2829      "type":"integer",
2830      "box":true,
2831      "max":100,
2832      "min":1
2833    },
2834    "ListLoaderJobsOutput":{
2835      "type":"structure",
2836      "required":[
2837        "status",
2838        "payload"
2839      ],
2840      "members":{
2841        "status":{
2842          "shape":"String",
2843          "documentation":"<p>Returns the status of the job list request.</p>"
2844        },
2845        "payload":{
2846          "shape":"LoaderIdResult",
2847          "documentation":"<p>The requested list of job IDs.</p>"
2848        }
2849      }
2850    },
2851    "ListMLDataProcessingJobsInput":{
2852      "type":"structure",
2853      "members":{
2854        "maxItems":{
2855          "shape":"ListMLDataProcessingJobsInputMaxItemsInteger",
2856          "documentation":"<p>The maximum number of items to return (from 1 to 1024; the default is 10).</p>",
2857          "location":"querystring",
2858          "locationName":"maxItems"
2859        },
2860        "neptuneIamRoleArn":{
2861          "shape":"String",
2862          "documentation":"<p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p>",
2863          "location":"querystring",
2864          "locationName":"neptuneIamRoleArn"
2865        }
2866      }
2867    },
2868    "ListMLDataProcessingJobsInputMaxItemsInteger":{
2869      "type":"integer",
2870      "box":true,
2871      "max":1024,
2872      "min":1
2873    },
2874    "ListMLDataProcessingJobsOutput":{
2875      "type":"structure",
2876      "members":{
2877        "ids":{
2878          "shape":"StringList",
2879          "documentation":"<p>A page listing data processing job IDs.</p>"
2880        }
2881      }
2882    },
2883    "ListMLEndpointsInput":{
2884      "type":"structure",
2885      "members":{
2886        "maxItems":{
2887          "shape":"ListMLEndpointsInputMaxItemsInteger",
2888          "documentation":"<p>The maximum number of items to return (from 1 to 1024; the default is 10.</p>",
2889          "location":"querystring",
2890          "locationName":"maxItems"
2891        },
2892        "neptuneIamRoleArn":{
2893          "shape":"String",
2894          "documentation":"<p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p>",
2895          "location":"querystring",
2896          "locationName":"neptuneIamRoleArn"
2897        }
2898      }
2899    },
2900    "ListMLEndpointsInputMaxItemsInteger":{
2901      "type":"integer",
2902      "box":true,
2903      "max":1024,
2904      "min":1
2905    },
2906    "ListMLEndpointsOutput":{
2907      "type":"structure",
2908      "members":{
2909        "ids":{
2910          "shape":"StringList",
2911          "documentation":"<p>A page from the list of inference endpoint IDs.</p>"
2912        }
2913      }
2914    },
2915    "ListMLModelTrainingJobsInput":{
2916      "type":"structure",
2917      "members":{
2918        "maxItems":{
2919          "shape":"ListMLModelTrainingJobsInputMaxItemsInteger",
2920          "documentation":"<p>The maximum number of items to return (from 1 to 1024; the default is 10).</p>",
2921          "location":"querystring",
2922          "locationName":"maxItems"
2923        },
2924        "neptuneIamRoleArn":{
2925          "shape":"String",
2926          "documentation":"<p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p>",
2927          "location":"querystring",
2928          "locationName":"neptuneIamRoleArn"
2929        }
2930      }
2931    },
2932    "ListMLModelTrainingJobsInputMaxItemsInteger":{
2933      "type":"integer",
2934      "box":true,
2935      "max":1024,
2936      "min":1
2937    },
2938    "ListMLModelTrainingJobsOutput":{
2939      "type":"structure",
2940      "members":{
2941        "ids":{
2942          "shape":"StringList",
2943          "documentation":"<p>A page of the list of model training job IDs.</p>"
2944        }
2945      }
2946    },
2947    "ListMLModelTransformJobsInput":{
2948      "type":"structure",
2949      "members":{
2950        "maxItems":{
2951          "shape":"ListMLModelTransformJobsInputMaxItemsInteger",
2952          "documentation":"<p>The maximum number of items to return (from 1 to 1024; the default is 10).</p>",
2953          "location":"querystring",
2954          "locationName":"maxItems"
2955        },
2956        "neptuneIamRoleArn":{
2957          "shape":"String",
2958          "documentation":"<p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p>",
2959          "location":"querystring",
2960          "locationName":"neptuneIamRoleArn"
2961        }
2962      }
2963    },
2964    "ListMLModelTransformJobsInputMaxItemsInteger":{
2965      "type":"integer",
2966      "box":true,
2967      "max":1024,
2968      "min":1
2969    },
2970    "ListMLModelTransformJobsOutput":{
2971      "type":"structure",
2972      "members":{
2973        "ids":{
2974          "shape":"StringList",
2975          "documentation":"<p>A page from the list of model transform IDs.</p>"
2976        }
2977      }
2978    },
2979    "ListOpenCypherQueriesInput":{
2980      "type":"structure",
2981      "members":{
2982        "includeWaiting":{
2983          "shape":"Boolean",
2984          "documentation":"<p> When set to <code>TRUE</code> and other parameters are not present, causes status information to be returned for waiting queries as well as for running queries.</p>",
2985          "location":"querystring",
2986          "locationName":"includeWaiting"
2987        }
2988      }
2989    },
2990    "ListOpenCypherQueriesOutput":{
2991      "type":"structure",
2992      "members":{
2993        "acceptedQueryCount":{
2994          "shape":"Integer",
2995          "documentation":"<p>The number of queries that have been accepted but not yet completed, including queries in the queue.</p>"
2996        },
2997        "runningQueryCount":{
2998          "shape":"Integer",
2999          "documentation":"<p>The number of currently running openCypher queries.</p>"
3000        },
3001        "queries":{
3002          "shape":"OpenCypherQueries",
3003          "documentation":"<p>A list of current openCypher queries.</p>"
3004        }
3005      }
3006    },
3007    "LoadUrlAccessDeniedException":{
3008      "type":"structure",
3009      "required":[
3010        "detailedMessage",
3011        "requestId",
3012        "code"
3013      ],
3014      "members":{
3015        "detailedMessage":{
3016          "shape":"String",
3017          "documentation":"<p>A detailed message describing the problem.</p>"
3018        },
3019        "requestId":{
3020          "shape":"String",
3021          "documentation":"<p>The ID of the request in question.</p>"
3022        },
3023        "code":{
3024          "shape":"String",
3025          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3026        }
3027      },
3028      "documentation":"<p>Raised when access is denied to a specified load URL.</p>",
3029      "error":{
3030        "httpStatusCode":400,
3031        "senderFault":true
3032      },
3033      "exception":true
3034    },
3035    "LoaderIdResult":{
3036      "type":"structure",
3037      "members":{
3038        "loadIds":{
3039          "shape":"StringList",
3040          "documentation":"<p>A list of load IDs.</p>"
3041        }
3042      },
3043      "documentation":"<p>Contains a list of load IDs.</p>"
3044    },
3045    "Long":{
3046      "type":"long",
3047      "box":true
3048    },
3049    "LongValuedMap":{
3050      "type":"map",
3051      "key":{"shape":"String"},
3052      "value":{"shape":"Long"}
3053    },
3054    "LongValuedMapList":{
3055      "type":"list",
3056      "member":{"shape":"LongValuedMap"}
3057    },
3058    "MLResourceNotFoundException":{
3059      "type":"structure",
3060      "required":[
3061        "detailedMessage",
3062        "requestId",
3063        "code"
3064      ],
3065      "members":{
3066        "detailedMessage":{
3067          "shape":"String",
3068          "documentation":"<p>A detailed message describing the problem.</p>"
3069        },
3070        "requestId":{
3071          "shape":"String",
3072          "documentation":"<p>The ID of the request in question.</p>"
3073        },
3074        "code":{
3075          "shape":"String",
3076          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3077        }
3078      },
3079      "documentation":"<p>Raised when a specified machine-learning resource could not be found.</p>",
3080      "error":{
3081        "httpStatusCode":404,
3082        "senderFault":true
3083      },
3084      "exception":true
3085    },
3086    "MalformedQueryException":{
3087      "type":"structure",
3088      "required":[
3089        "detailedMessage",
3090        "requestId",
3091        "code"
3092      ],
3093      "members":{
3094        "detailedMessage":{
3095          "shape":"String",
3096          "documentation":"<p>A detailed message describing the problem.</p>"
3097        },
3098        "requestId":{
3099          "shape":"String",
3100          "documentation":"<p>The ID of the malformed query request.</p>"
3101        },
3102        "code":{
3103          "shape":"String",
3104          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3105        }
3106      },
3107      "documentation":"<p>Raised when a query is submitted that is syntactically incorrect or does not pass additional validation.</p>",
3108      "error":{
3109        "httpStatusCode":400,
3110        "senderFault":true
3111      },
3112      "exception":true
3113    },
3114    "ManagePropertygraphStatisticsInput":{
3115      "type":"structure",
3116      "members":{
3117        "mode":{
3118          "shape":"StatisticsAutoGenerationMode",
3119          "documentation":"<p>The statistics generation mode. One of: <code>DISABLE_AUTOCOMPUTE</code>, <code>ENABLE_AUTOCOMPUTE</code>, or <code>REFRESH</code>, the last of which manually triggers DFE statistics generation.</p>"
3120        }
3121      }
3122    },
3123    "ManagePropertygraphStatisticsOutput":{
3124      "type":"structure",
3125      "required":["status"],
3126      "members":{
3127        "status":{
3128          "shape":"String",
3129          "documentation":"<p>The HTTP return code of the request. If the request succeeded, the code is 200.</p>"
3130        },
3131        "payload":{
3132          "shape":"RefreshStatisticsIdMap",
3133          "documentation":"<p>This is only returned for refresh mode.</p>"
3134        }
3135      }
3136    },
3137    "ManageSparqlStatisticsInput":{
3138      "type":"structure",
3139      "members":{
3140        "mode":{
3141          "shape":"StatisticsAutoGenerationMode",
3142          "documentation":"<p>The statistics generation mode. One of: <code>DISABLE_AUTOCOMPUTE</code>, <code>ENABLE_AUTOCOMPUTE</code>, or <code>REFRESH</code>, the last of which manually triggers DFE statistics generation.</p>"
3143        }
3144      }
3145    },
3146    "ManageSparqlStatisticsOutput":{
3147      "type":"structure",
3148      "required":["status"],
3149      "members":{
3150        "status":{
3151          "shape":"String",
3152          "documentation":"<p>The HTTP return code of the request. If the request succeeded, the code is 200.</p>"
3153        },
3154        "payload":{
3155          "shape":"RefreshStatisticsIdMap",
3156          "documentation":"<p>This is only returned for refresh mode.</p>"
3157        }
3158      }
3159    },
3160    "MemoryLimitExceededException":{
3161      "type":"structure",
3162      "required":[
3163        "detailedMessage",
3164        "requestId",
3165        "code"
3166      ],
3167      "members":{
3168        "detailedMessage":{
3169          "shape":"String",
3170          "documentation":"<p>A detailed message describing the problem.</p>"
3171        },
3172        "requestId":{
3173          "shape":"String",
3174          "documentation":"<p>The ID of the request that failed.</p>"
3175        },
3176        "code":{
3177          "shape":"String",
3178          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3179        }
3180      },
3181      "documentation":"<p>Raised when a request fails because of insufficient memory resources. The request can be retried.</p>",
3182      "error":{"httpStatusCode":500},
3183      "exception":true,
3184      "fault":true,
3185      "retryable":{"throttling":false}
3186    },
3187    "MethodNotAllowedException":{
3188      "type":"structure",
3189      "required":[
3190        "detailedMessage",
3191        "requestId",
3192        "code"
3193      ],
3194      "members":{
3195        "detailedMessage":{
3196          "shape":"String",
3197          "documentation":"<p>A detailed message describing the problem.</p>"
3198        },
3199        "requestId":{
3200          "shape":"String",
3201          "documentation":"<p>The ID of the request in question.</p>"
3202        },
3203        "code":{
3204          "shape":"String",
3205          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3206        }
3207      },
3208      "documentation":"<p>Raised when the HTTP method used by a request is not supported by the endpoint being used.</p>",
3209      "error":{
3210        "httpStatusCode":405,
3211        "senderFault":true
3212      },
3213      "exception":true
3214    },
3215    "MissingParameterException":{
3216      "type":"structure",
3217      "required":[
3218        "detailedMessage",
3219        "requestId",
3220        "code"
3221      ],
3222      "members":{
3223        "detailedMessage":{
3224          "shape":"String",
3225          "documentation":"<p>A detailed message describing the problem.</p>"
3226        },
3227        "requestId":{
3228          "shape":"String",
3229          "documentation":"<p>The ID of the request in which the parameter is missing.</p>"
3230        },
3231        "code":{
3232          "shape":"String",
3233          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3234        }
3235      },
3236      "documentation":"<p>Raised when a required parameter is missing.</p>",
3237      "error":{
3238        "httpStatusCode":400,
3239        "senderFault":true
3240      },
3241      "exception":true
3242    },
3243    "MlConfigDefinition":{
3244      "type":"structure",
3245      "members":{
3246        "name":{
3247          "shape":"String",
3248          "documentation":"<p>The configuration name.</p>"
3249        },
3250        "arn":{
3251          "shape":"String",
3252          "documentation":"<p>The ARN for the configuration.</p>"
3253        }
3254      },
3255      "documentation":"<p>Contains a Neptune ML configuration.</p>"
3256    },
3257    "MlModels":{
3258      "type":"list",
3259      "member":{"shape":"MlConfigDefinition"}
3260    },
3261    "MlResourceDefinition":{
3262      "type":"structure",
3263      "members":{
3264        "name":{
3265          "shape":"String",
3266          "documentation":"<p>The resource name.</p>"
3267        },
3268        "arn":{
3269          "shape":"String",
3270          "documentation":"<p>The resource ARN.</p>"
3271        },
3272        "status":{
3273          "shape":"String",
3274          "documentation":"<p>The resource status.</p>"
3275        },
3276        "outputLocation":{
3277          "shape":"String",
3278          "documentation":"<p>The output location.</p>"
3279        },
3280        "failureReason":{
3281          "shape":"String",
3282          "documentation":"<p>The failure reason, in case of a failure.</p>"
3283        },
3284        "cloudwatchLogUrl":{
3285          "shape":"String",
3286          "documentation":"<p>The CloudWatch log URL for the resource.</p>"
3287        }
3288      },
3289      "documentation":"<p>Defines a Neptune ML resource.</p>"
3290    },
3291    "Mode":{
3292      "type":"string",
3293      "enum":[
3294        "RESUME",
3295        "NEW",
3296        "AUTO"
3297      ]
3298    },
3299    "Models":{
3300      "type":"list",
3301      "member":{"shape":"MlConfigDefinition"}
3302    },
3303    "NodeLabels":{
3304      "type":"list",
3305      "member":{"shape":"String"}
3306    },
3307    "NodeProperties":{
3308      "type":"list",
3309      "member":{"shape":"String"}
3310    },
3311    "NodeStructure":{
3312      "type":"structure",
3313      "members":{
3314        "count":{
3315          "shape":"Long",
3316          "documentation":"<p>Number of nodes that have this specific structure.</p>"
3317        },
3318        "nodeProperties":{
3319          "shape":"NodeProperties",
3320          "documentation":"<p>A list of the node properties present in this specific structure.</p>"
3321        },
3322        "distinctOutgoingEdgeLabels":{
3323          "shape":"OutgoingEdgeLabels",
3324          "documentation":"<p>A list of distinct outgoing edge labels present in this specific structure.</p>"
3325        }
3326      },
3327      "documentation":"<p>A node structure.</p>"
3328    },
3329    "NodeStructures":{
3330      "type":"list",
3331      "member":{"shape":"NodeStructure"}
3332    },
3333    "OpenCypherExplainMode":{
3334      "type":"string",
3335      "enum":[
3336        "static",
3337        "dynamic",
3338        "details"
3339      ]
3340    },
3341    "OpenCypherQueries":{
3342      "type":"list",
3343      "member":{"shape":"GremlinQueryStatus"}
3344    },
3345    "OutgoingEdgeLabels":{
3346      "type":"list",
3347      "member":{"shape":"String"}
3348    },
3349    "Parallelism":{
3350      "type":"string",
3351      "enum":[
3352        "LOW",
3353        "MEDIUM",
3354        "HIGH",
3355        "OVERSUBSCRIBE"
3356      ]
3357    },
3358    "ParsingException":{
3359      "type":"structure",
3360      "required":[
3361        "detailedMessage",
3362        "requestId",
3363        "code"
3364      ],
3365      "members":{
3366        "detailedMessage":{
3367          "shape":"String",
3368          "documentation":"<p>A detailed message describing the problem.</p>"
3369        },
3370        "requestId":{
3371          "shape":"String",
3372          "documentation":"<p>The ID of the request in question.</p>"
3373        },
3374        "code":{
3375          "shape":"String",
3376          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3377        }
3378      },
3379      "documentation":"<p>Raised when a parsing issue is encountered.</p>",
3380      "error":{
3381        "httpStatusCode":400,
3382        "senderFault":true
3383      },
3384      "exception":true
3385    },
3386    "PositiveInteger":{
3387      "type":"integer",
3388      "box":true,
3389      "min":1
3390    },
3391    "PreconditionsFailedException":{
3392      "type":"structure",
3393      "required":[
3394        "detailedMessage",
3395        "requestId",
3396        "code"
3397      ],
3398      "members":{
3399        "detailedMessage":{
3400          "shape":"String",
3401          "documentation":"<p>A detailed message describing the problem.</p>"
3402        },
3403        "requestId":{
3404          "shape":"String",
3405          "documentation":"<p>The ID of the request in question.</p>"
3406        },
3407        "code":{
3408          "shape":"String",
3409          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3410        }
3411      },
3412      "documentation":"<p>Raised when a precondition for processing a request is not satisfied.</p>",
3413      "error":{
3414        "httpStatusCode":400,
3415        "senderFault":true
3416      },
3417      "exception":true
3418    },
3419    "Predicates":{
3420      "type":"list",
3421      "member":{"shape":"String"}
3422    },
3423    "PropertygraphData":{
3424      "type":"structure",
3425      "required":[
3426        "id",
3427        "type",
3428        "key",
3429        "value"
3430      ],
3431      "members":{
3432        "id":{
3433          "shape":"String",
3434          "documentation":"<p>The ID of the Gremlin or openCypher element.</p>"
3435        },
3436        "type":{
3437          "shape":"String",
3438          "documentation":"<p>The type of this Gremlin or openCypher element. Must be one of:</p> <ul> <li> <p> <b> <code>v1</code> </b>   -   Vertex label for Gremlin, or node label for openCypher.</p> </li> <li> <p> <b> <code>vp</code> </b>   -   Vertex properties for Gremlin, or node properties for openCypher.</p> </li> <li> <p> <b> <code>e</code> </b>   -   Edge and edge label for Gremlin, or relationship and relationship type for openCypher.</p> </li> <li> <p> <b> <code>ep</code> </b>   -   Edge properties for Gremlin, or relationship properties for openCypher.</p> </li> </ul>"
3439        },
3440        "key":{
3441          "shape":"String",
3442          "documentation":"<p>The property name. For element labels, this is <code>label</code>.</p>"
3443        },
3444        "value":{
3445          "shape":"Document",
3446          "documentation":"<p>This is a JSON object that contains a value field for the value itself, and a datatype field for the JSON data type of that value:</p>"
3447        },
3448        "from":{
3449          "shape":"String",
3450          "documentation":"<p>If this is an edge (type = <code>e</code>), the ID of the corresponding <code>from</code> vertex or source node.</p>"
3451        },
3452        "to":{
3453          "shape":"String",
3454          "documentation":"<p>If this is an edge (type = <code>e</code>), the ID of the corresponding <code>to</code> vertex or target node.</p>"
3455        }
3456      },
3457      "documentation":"<p>A Gremlin or openCypher change record.</p>"
3458    },
3459    "PropertygraphRecord":{
3460      "type":"structure",
3461      "required":[
3462        "commitTimestampInMillis",
3463        "eventId",
3464        "data",
3465        "op"
3466      ],
3467      "members":{
3468        "commitTimestampInMillis":{
3469          "shape":"Long",
3470          "documentation":"<p>The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.</p>",
3471          "locationName":"commitTimestamp"
3472        },
3473        "eventId":{
3474          "shape":"StringValuedMap",
3475          "documentation":"<p>The sequence identifier of the stream change record.</p>"
3476        },
3477        "data":{
3478          "shape":"PropertygraphData",
3479          "documentation":"<p>The serialized Gremlin or openCypher change record.</p>"
3480        },
3481        "op":{
3482          "shape":"String",
3483          "documentation":"<p>The operation that created the change.</p>"
3484        },
3485        "isLastOp":{
3486          "shape":"Boolean",
3487          "documentation":"<p>Only present if this operation is the last one in its transaction. If present, it is set to true. It is useful for ensuring that an entire transaction is consumed.</p>"
3488        }
3489      },
3490      "documentation":"<p>Structure of a property graph record.</p>"
3491    },
3492    "PropertygraphRecordsList":{
3493      "type":"list",
3494      "member":{"shape":"PropertygraphRecord"}
3495    },
3496    "PropertygraphSummary":{
3497      "type":"structure",
3498      "members":{
3499        "numNodes":{
3500          "shape":"Long",
3501          "documentation":"<p>The number of nodes in the graph.</p>"
3502        },
3503        "numEdges":{
3504          "shape":"Long",
3505          "documentation":"<p>The number of edges in the graph.</p>"
3506        },
3507        "numNodeLabels":{
3508          "shape":"Long",
3509          "documentation":"<p>The number of distinct node labels in the graph.</p>"
3510        },
3511        "numEdgeLabels":{
3512          "shape":"Long",
3513          "documentation":"<p>The number of distinct edge labels in the graph.</p>"
3514        },
3515        "nodeLabels":{
3516          "shape":"NodeLabels",
3517          "documentation":"<p>A list of the distinct node labels in the graph.</p>"
3518        },
3519        "edgeLabels":{
3520          "shape":"EdgeLabels",
3521          "documentation":"<p>A list of the distinct edge labels in the graph.</p>"
3522        },
3523        "numNodeProperties":{
3524          "shape":"Long",
3525          "documentation":"<p>A list of the distinct node properties in the graph, along with the count of nodes where each property is used.</p>"
3526        },
3527        "numEdgeProperties":{
3528          "shape":"Long",
3529          "documentation":"<p>The number of distinct edge properties in the graph.</p>"
3530        },
3531        "nodeProperties":{
3532          "shape":"LongValuedMapList",
3533          "documentation":"<p>The number of distinct node properties in the graph.</p>"
3534        },
3535        "edgeProperties":{
3536          "shape":"LongValuedMapList",
3537          "documentation":"<p>A list of the distinct edge properties in the graph, along with the count of edges where each property is used.</p>"
3538        },
3539        "totalNodePropertyValues":{
3540          "shape":"Long",
3541          "documentation":"<p>The total number of usages of all node properties.</p>"
3542        },
3543        "totalEdgePropertyValues":{
3544          "shape":"Long",
3545          "documentation":"<p>The total number of usages of all edge properties.</p>"
3546        },
3547        "nodeStructures":{
3548          "shape":"NodeStructures",
3549          "documentation":"<p>This field is only present when the requested mode is <code>DETAILED</code>. It contains a list of node structures.</p>"
3550        },
3551        "edgeStructures":{
3552          "shape":"EdgeStructures",
3553          "documentation":"<p>This field is only present when the requested mode is <code>DETAILED</code>. It contains a list of edge structures.</p>"
3554        }
3555      },
3556      "documentation":"<p>The graph summary API returns a read-only list of node and edge labels and property keys, along with counts of nodes, edges, and properties. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/neptune-graph-summary.html#neptune-graph-summary-pg-response\">Graph summary response for a property graph (PG)</a>.</p>"
3557    },
3558    "PropertygraphSummaryValueMap":{
3559      "type":"structure",
3560      "members":{
3561        "version":{
3562          "shape":"String",
3563          "documentation":"<p>The version of this graph summary response.</p>"
3564        },
3565        "lastStatisticsComputationTime":{
3566          "shape":"SyntheticTimestamp_date_time",
3567          "documentation":"<p>The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.</p>"
3568        },
3569        "graphSummary":{
3570          "shape":"PropertygraphSummary",
3571          "documentation":"<p>The graph summary.</p>"
3572        }
3573      },
3574      "documentation":"<p>Payload for the property graph summary response.</p>"
3575    },
3576    "QueryEvalStats":{
3577      "type":"structure",
3578      "members":{
3579        "waited":{
3580          "shape":"Integer",
3581          "documentation":"<p>Indicates how long the query waited, in milliseconds.</p>"
3582        },
3583        "elapsed":{
3584          "shape":"Integer",
3585          "documentation":"<p>The number of milliseconds the query has been running so far.</p>"
3586        },
3587        "cancelled":{
3588          "shape":"Boolean",
3589          "documentation":"<p>Set to <code>TRUE</code> if the query was cancelled, or FALSE otherwise.</p>"
3590        },
3591        "subqueries":{
3592          "shape":"Document",
3593          "documentation":"<p>The number of subqueries in this query.</p>"
3594        }
3595      },
3596      "documentation":"<p>Structure to capture query statistics such as how many queries are running, accepted or waiting and their details.</p>"
3597    },
3598    "QueryLanguageVersion":{
3599      "type":"structure",
3600      "required":["version"],
3601      "members":{
3602        "version":{
3603          "shape":"String",
3604          "documentation":"<p>The version of the query language.</p>"
3605        }
3606      },
3607      "documentation":"<p>Structure for expressing the query language version.</p>"
3608    },
3609    "QueryLimitExceededException":{
3610      "type":"structure",
3611      "required":[
3612        "detailedMessage",
3613        "requestId",
3614        "code"
3615      ],
3616      "members":{
3617        "detailedMessage":{
3618          "shape":"String",
3619          "documentation":"<p>A detailed message describing the problem.</p>"
3620        },
3621        "requestId":{
3622          "shape":"String",
3623          "documentation":"<p>The ID of the request which exceeded the limit.</p>"
3624        },
3625        "code":{
3626          "shape":"String",
3627          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3628        }
3629      },
3630      "documentation":"<p>Raised when the number of active queries exceeds what the server can process. The query in question can be retried when the system is less busy.</p>",
3631      "error":{"httpStatusCode":500},
3632      "exception":true,
3633      "fault":true,
3634      "retryable":{"throttling":false}
3635    },
3636    "QueryLimitException":{
3637      "type":"structure",
3638      "required":[
3639        "detailedMessage",
3640        "requestId",
3641        "code"
3642      ],
3643      "members":{
3644        "detailedMessage":{
3645          "shape":"String",
3646          "documentation":"<p>A detailed message describing the problem.</p>"
3647        },
3648        "requestId":{
3649          "shape":"String",
3650          "documentation":"<p>The ID of the request that exceeded the limit.</p>"
3651        },
3652        "code":{
3653          "shape":"String",
3654          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3655        }
3656      },
3657      "documentation":"<p>Raised when the size of a query exceeds the system limit.</p>",
3658      "error":{
3659        "httpStatusCode":400,
3660        "senderFault":true
3661      },
3662      "exception":true
3663    },
3664    "QueryTooLargeException":{
3665      "type":"structure",
3666      "required":[
3667        "detailedMessage",
3668        "requestId",
3669        "code"
3670      ],
3671      "members":{
3672        "detailedMessage":{
3673          "shape":"String",
3674          "documentation":"<p>A detailed message describing the problem.</p>"
3675        },
3676        "requestId":{
3677          "shape":"String",
3678          "documentation":"<p>The ID of the request that is too large.</p>"
3679        },
3680        "code":{
3681          "shape":"String",
3682          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3683        }
3684      },
3685      "documentation":"<p>Raised when the body of a query is too large.</p>",
3686      "error":{
3687        "httpStatusCode":400,
3688        "senderFault":true
3689      },
3690      "exception":true
3691    },
3692    "RDFGraphSummary":{
3693      "type":"structure",
3694      "members":{
3695        "numDistinctSubjects":{
3696          "shape":"Long",
3697          "documentation":"<p>The number of distinct subjects in the graph.</p>"
3698        },
3699        "numDistinctPredicates":{
3700          "shape":"Long",
3701          "documentation":"<p>The number of distinct predicates in the graph.</p>"
3702        },
3703        "numQuads":{
3704          "shape":"Long",
3705          "documentation":"<p>The number of quads in the graph.</p>"
3706        },
3707        "numClasses":{
3708          "shape":"Long",
3709          "documentation":"<p>The number of classes in the graph.</p>"
3710        },
3711        "classes":{
3712          "shape":"Classes",
3713          "documentation":"<p>A list of the classes in the graph.</p>"
3714        },
3715        "predicates":{
3716          "shape":"LongValuedMapList",
3717          "documentation":"<p>\"A list of predicates in the graph, along with the predicate counts.</p>"
3718        },
3719        "subjectStructures":{
3720          "shape":"SubjectStructures",
3721          "documentation":"<p>This field is only present when the request mode is <code>DETAILED</code>. It contains a list of subject structures.</p>"
3722        }
3723      },
3724      "documentation":"<p>The RDF graph summary API returns a read-only list of classes and predicate keys, along with counts of quads, subjects, and predicates.</p>"
3725    },
3726    "RDFGraphSummaryValueMap":{
3727      "type":"structure",
3728      "members":{
3729        "version":{
3730          "shape":"String",
3731          "documentation":"<p>The version of this graph summary response.</p>"
3732        },
3733        "lastStatisticsComputationTime":{
3734          "shape":"SyntheticTimestamp_date_time",
3735          "documentation":"<p>The timestamp, in ISO 8601 format, of the time at which Neptune last computed statistics.</p>"
3736        },
3737        "graphSummary":{
3738          "shape":"RDFGraphSummary",
3739          "documentation":"<p>The graph summary of an RDF graph. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/neptune-graph-summary.html#neptune-graph-summary-rdf-response\">Graph summary response for an RDF graph</a>.</p>"
3740        }
3741      },
3742      "documentation":"<p>Payload for an RDF graph summary response.</p>"
3743    },
3744    "ReadOnlyViolationException":{
3745      "type":"structure",
3746      "required":[
3747        "detailedMessage",
3748        "requestId",
3749        "code"
3750      ],
3751      "members":{
3752        "detailedMessage":{
3753          "shape":"String",
3754          "documentation":"<p>A detailed message describing the problem.</p>"
3755        },
3756        "requestId":{
3757          "shape":"String",
3758          "documentation":"<p>The ID of the request in which the parameter is missing.</p>"
3759        },
3760        "code":{
3761          "shape":"String",
3762          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3763        }
3764      },
3765      "documentation":"<p>Raised when a request attempts to write to a read-only resource.</p>",
3766      "error":{
3767        "httpStatusCode":400,
3768        "senderFault":true
3769      },
3770      "exception":true
3771    },
3772    "RefreshStatisticsIdMap":{
3773      "type":"structure",
3774      "members":{
3775        "statisticsId":{
3776          "shape":"String",
3777          "documentation":"<p>The ID of the statistics generation run that is currently occurring.</p>"
3778        }
3779      },
3780      "documentation":"<p>Statistics for <code>REFRESH</code> mode.</p>"
3781    },
3782    "ReportAsText":{"type":"blob"},
3783    "S3BucketRegion":{
3784      "type":"string",
3785      "enum":[
3786        "us-east-1",
3787        "us-east-2",
3788        "us-west-1",
3789        "us-west-2",
3790        "ca-central-1",
3791        "sa-east-1",
3792        "eu-north-1",
3793        "eu-west-1",
3794        "eu-west-2",
3795        "eu-west-3",
3796        "eu-central-1",
3797        "me-south-1",
3798        "af-south-1",
3799        "ap-east-1",
3800        "ap-northeast-1",
3801        "ap-northeast-2",
3802        "ap-southeast-1",
3803        "ap-southeast-2",
3804        "ap-south-1",
3805        "cn-north-1",
3806        "cn-northwest-1",
3807        "us-gov-west-1",
3808        "us-gov-east-1"
3809      ]
3810    },
3811    "S3Exception":{
3812      "type":"structure",
3813      "required":[
3814        "detailedMessage",
3815        "requestId",
3816        "code"
3817      ],
3818      "members":{
3819        "detailedMessage":{
3820          "shape":"String",
3821          "documentation":"<p>A detailed message describing the problem.</p>"
3822        },
3823        "requestId":{
3824          "shape":"String",
3825          "documentation":"<p>The ID of the request in question.</p>"
3826        },
3827        "code":{
3828          "shape":"String",
3829          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3830        }
3831      },
3832      "documentation":"<p>Raised when there is a problem accessing Amazon S3.</p>",
3833      "error":{
3834        "httpStatusCode":400,
3835        "senderFault":true
3836      },
3837      "exception":true,
3838      "retryable":{"throttling":false}
3839    },
3840    "ServerShutdownException":{
3841      "type":"structure",
3842      "required":[
3843        "detailedMessage",
3844        "requestId",
3845        "code"
3846      ],
3847      "members":{
3848        "detailedMessage":{
3849          "shape":"String",
3850          "documentation":"<p>A detailed message describing the problem.</p>"
3851        },
3852        "requestId":{
3853          "shape":"String",
3854          "documentation":"<p>The ID of the request in question.</p>"
3855        },
3856        "code":{
3857          "shape":"String",
3858          "documentation":"<p>The HTTP status code returned with the exception.</p>"
3859        }
3860      },
3861      "documentation":"<p>Raised when the server shuts down while processing a request.</p>",
3862      "error":{"httpStatusCode":500},
3863      "exception":true,
3864      "fault":true
3865    },
3866    "SparqlData":{
3867      "type":"structure",
3868      "required":["stmt"],
3869      "members":{
3870        "stmt":{
3871          "shape":"String",
3872          "documentation":"<p>Holds an <a href=\"https://www.w3.org/TR/n-quads/\">N-QUADS</a> statement expressing the changed quad.</p>"
3873        }
3874      },
3875      "documentation":"<p>Neptune logs are converted to SPARQL quads in the graph using the Resource Description Framework (RDF) <a href=\"https://www.w3.org/TR/n-quads/\">N-QUADS</a> language defined in the W3C RDF 1.1 N-Quads specification</p>"
3876    },
3877    "SparqlRecord":{
3878      "type":"structure",
3879      "required":[
3880        "commitTimestampInMillis",
3881        "eventId",
3882        "data",
3883        "op"
3884      ],
3885      "members":{
3886        "commitTimestampInMillis":{
3887          "shape":"Long",
3888          "documentation":"<p>The time at which the commit for the transaction was requested, in milliseconds from the Unix epoch.</p>",
3889          "locationName":"commitTimestamp"
3890        },
3891        "eventId":{
3892          "shape":"StringValuedMap",
3893          "documentation":"<p>The sequence identifier of the stream change record.</p>"
3894        },
3895        "data":{
3896          "shape":"SparqlData",
3897          "documentation":"<p>The serialized SPARQL change record. The serialization formats of each record are described in more detail in <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/streams-change-formats.html\">Serialization Formats in Neptune Streams</a>.</p>"
3898        },
3899        "op":{
3900          "shape":"String",
3901          "documentation":"<p>The operation that created the change.</p>"
3902        },
3903        "isLastOp":{
3904          "shape":"Boolean",
3905          "documentation":"<p>Only present if this operation is the last one in its transaction. If present, it is set to true. It is useful for ensuring that an entire transaction is consumed.</p>"
3906        }
3907      },
3908      "documentation":"<p>A serialized SPARQL stream record capturing a change-log entry for the RDF graph.</p>"
3909    },
3910    "SparqlRecordsList":{
3911      "type":"list",
3912      "member":{"shape":"SparqlRecord"}
3913    },
3914    "StartLoaderJobInput":{
3915      "type":"structure",
3916      "required":[
3917        "source",
3918        "format",
3919        "s3BucketRegion",
3920        "iamRoleArn"
3921      ],
3922      "members":{
3923        "source":{
3924          "shape":"String",
3925          "documentation":"<p>The <code>source</code> parameter accepts an S3 URI that identifies a single file, multiple files, a folder, or multiple folders. Neptune loads every data file in any folder that is specified.</p> <p>The URI can be in any of the following formats.</p> <ul> <li> <p> <code>s3://(bucket_name)/(object-key-name)</code> </p> </li> <li> <p> <code>https://s3.amazonaws.com/(bucket_name)/(object-key-name)</code> </p> </li> <li> <p> <code>https://s3.us-east-1.amazonaws.com/(bucket_name)/(object-key-name)</code> </p> </li> </ul> <p>The <code>object-key-name</code> element of the URI is equivalent to the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html#API_ListObjects_RequestParameters\">prefix</a> parameter in an S3 <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html\">ListObjects</a> API call. It identifies all the objects in the specified S3 bucket whose names begin with that prefix. That can be a single file or folder, or multiple files and/or folders.</p> <p>The specified folder or folders can contain multiple vertex files and multiple edge files.</p>"
3926        },
3927        "format":{
3928          "shape":"Format",
3929          "documentation":"<p>The format of the data. For more information about data formats for the Neptune <code>Loader</code> command, see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format.html\">Load Data Formats</a>.</p> <p class=\"title\"> <b>Allowed values</b> </p> <ul> <li> <p> <b> <code>csv</code> </b> for the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-gremlin.html\">Gremlin CSV data format</a>.</p> </li> <li> <p> <b> <code>opencypher</code> </b> for the <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-format-opencypher.html\">openCypher CSV data format</a>.</p> </li> <li> <p> <b> <code>ntriples</code> </b> for the <a href=\"https://www.w3.org/TR/n-triples/\">N-Triples RDF data format</a>.</p> </li> <li> <p> <b> <code>nquads</code> </b> for the <a href=\"https://www.w3.org/TR/n-quads/\">N-Quads RDF data format</a>.</p> </li> <li> <p> <b> <code>rdfxml</code> </b> for the <a href=\"https://www.w3.org/TR/rdf-syntax-grammar/\">RDF\\XML RDF data format</a>.</p> </li> <li> <p> <b> <code>turtle</code> </b> for the <a href=\"https://www.w3.org/TR/turtle/\">Turtle RDF data format</a>.</p> </li> </ul>"
3930        },
3931        "s3BucketRegion":{
3932          "shape":"S3BucketRegion",
3933          "documentation":"<p>The Amazon region of the S3 bucket. This must match the Amazon Region of the DB cluster.</p>",
3934          "locationName":"region"
3935        },
3936        "iamRoleArn":{
3937          "shape":"String",
3938          "documentation":"<p>The Amazon Resource Name (ARN) for an IAM role to be assumed by the Neptune DB instance for access to the S3 bucket. The IAM role ARN provided here should be attached to the DB cluster (see <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/bulk-load-tutorial-IAM-add-role-cluster.html\">Adding the IAM Role to an Amazon Neptune Cluster</a>.</p>"
3939        },
3940        "mode":{
3941          "shape":"Mode",
3942          "documentation":"<p>The load job mode.</p> <p> <i>Allowed values</i>: <code>RESUME</code>, <code>NEW</code>, <code>AUTO</code>.</p> <p> <i>Default value</i>: <code>AUTO</code>.</p> <p class=\"title\"> <b/> </p> <ul> <li> <p> <code>RESUME</code>   –   In RESUME mode, the loader looks for a previous load from this source, and if it finds one, resumes that load job. If no previous load job is found, the loader stops.</p> <p>The loader avoids reloading files that were successfully loaded in a previous job. It only tries to process failed files. If you dropped previously loaded data from your Neptune cluster, that data is not reloaded in this mode. If a previous load job loaded all files from the same source successfully, nothing is reloaded, and the loader returns success.</p> </li> <li> <p> <code>NEW</code>   –   In NEW mode, the creates a new load request regardless of any previous loads. You can use this mode to reload all the data from a source after dropping previously loaded data from your Neptune cluster, or to load new data available at the same source.</p> </li> <li> <p> <code>AUTO</code>   –   In AUTO mode, the loader looks for a previous load job from the same source, and if it finds one, resumes that job, just as in <code>RESUME</code> mode.</p> <p>If the loader doesn't find a previous load job from the same source, it loads all data from the source, just as in <code>NEW</code> mode.</p> </li> </ul>"
3943        },
3944        "failOnError":{
3945          "shape":"Boolean",
3946          "documentation":"<p> <b> <code>failOnError</code> </b>   –   A flag to toggle a complete stop on an error.</p> <p> <i>Allowed values</i>: <code>\"TRUE\"</code>, <code>\"FALSE\"</code>.</p> <p> <i>Default value</i>: <code>\"TRUE\"</code>.</p> <p>When this parameter is set to <code>\"FALSE\"</code>, the loader tries to load all the data in the location specified, skipping any entries with errors.</p> <p>When this parameter is set to <code>\"TRUE\"</code>, the loader stops as soon as it encounters an error. Data loaded up to that point persists.</p>"
3947        },
3948        "parallelism":{
3949          "shape":"Parallelism",
3950          "documentation":"<p>The optional <code>parallelism</code> parameter can be set to reduce the number of threads used by the bulk load process.</p> <p> <i>Allowed values</i>:</p> <ul> <li> <p> <code>LOW</code> –   The number of threads used is the number of available vCPUs divided by 8.</p> </li> <li> <p> <code>MEDIUM</code> –   The number of threads used is the number of available vCPUs divided by 2.</p> </li> <li> <p> <code>HIGH</code> –   The number of threads used is the same as the number of available vCPUs.</p> </li> <li> <p> <code>OVERSUBSCRIBE</code> –   The number of threads used is the number of available vCPUs multiplied by 2. If this value is used, the bulk loader takes up all available resources.</p> <p>This does not mean, however, that the <code>OVERSUBSCRIBE</code> setting results in 100% CPU utilization. Because the load operation is I/O bound, the highest CPU utilization to expect is in the 60% to 70% range.</p> </li> </ul> <p> <i>Default value</i>: <code>HIGH</code> </p> <p>The <code>parallelism</code> setting can sometimes result in a deadlock between threads when loading openCypher data. When this happens, Neptune returns the <code>LOAD_DATA_DEADLOCK</code> error. You can generally fix the issue by setting <code>parallelism</code> to a lower setting and retrying the load command.</p>"
3951        },
3952        "parserConfiguration":{
3953          "shape":"StringValuedMap",
3954          "documentation":"<p> <b> <code>parserConfiguration</code> </b>   –   An optional object with additional parser configuration values. Each of the child parameters is also optional:</p> <p class=\"title\"> <b/> </p> <ul> <li> <p> <b> <code>namedGraphUri</code> </b>   –   The default graph for all RDF formats when no graph is specified (for non-quads formats and NQUAD entries with no graph).</p> <p>The default is <code>https://aws.amazon.com/neptune/vocab/v01/DefaultNamedGraph</code>.</p> </li> <li> <p> <b> <code>baseUri</code> </b>   –   The base URI for RDF/XML and Turtle formats.</p> <p>The default is <code>https://aws.amazon.com/neptune/default</code>.</p> </li> <li> <p> <b> <code>allowEmptyStrings</code> </b>   –   Gremlin users need to be able to pass empty string values(\"\") as node and edge properties when loading CSV data. If <code>allowEmptyStrings</code> is set to <code>false</code> (the default), such empty strings are treated as nulls and are not loaded.</p> <p>If <code>allowEmptyStrings</code> is set to <code>true</code>, the loader treats empty strings as valid property values and loads them accordingly.</p> </li> </ul>"
3955        },
3956        "updateSingleCardinalityProperties":{
3957          "shape":"Boolean",
3958          "documentation":"<p> <code>updateSingleCardinalityProperties</code> is an optional parameter that controls how the bulk loader treats a new value for single-cardinality vertex or edge properties. This is not supported for loading openCypher data.</p> <p> <i>Allowed values</i>: <code>\"TRUE\"</code>, <code>\"FALSE\"</code>.</p> <p> <i>Default value</i>: <code>\"FALSE\"</code>.</p> <p>By default, or when <code>updateSingleCardinalityProperties</code> is explicitly set to <code>\"FALSE\"</code>, the loader treats a new value as an error, because it violates single cardinality.</p> <p>When <code>updateSingleCardinalityProperties</code> is set to <code>\"TRUE\"</code>, on the other hand, the bulk loader replaces the existing value with the new one. If multiple edge or single-cardinality vertex property values are provided in the source file(s) being loaded, the final value at the end of the bulk load could be any one of those new values. The loader only guarantees that the existing value has been replaced by one of the new ones.</p>"
3959        },
3960        "queueRequest":{
3961          "shape":"Boolean",
3962          "documentation":"<p>This is an optional flag parameter that indicates whether the load request can be queued up or not. </p> <p>You don't have to wait for one load job to complete before issuing the next one, because Neptune can queue up as many as 64 jobs at a time, provided that their <code>queueRequest</code> parameters are all set to <code>\"TRUE\"</code>. The queue order of the jobs will be first-in-first-out (FIFO).</p> <p>If the <code>queueRequest</code> parameter is omitted or set to <code>\"FALSE\"</code>, the load request will fail if another load job is already running.</p> <p> <i>Allowed values</i>: <code>\"TRUE\"</code>, <code>\"FALSE\"</code>.</p> <p> <i>Default value</i>: <code>\"FALSE\"</code>.</p>"
3963        },
3964        "dependencies":{
3965          "shape":"StringList",
3966          "documentation":"<p>This is an optional parameter that can make a queued load request contingent on the successful completion of one or more previous jobs in the queue.</p> <p>Neptune can queue up as many as 64 load requests at a time, if their <code>queueRequest</code> parameters are set to <code>\"TRUE\"</code>. The <code>dependencies</code> parameter lets you make execution of such a queued request dependent on the successful completion of one or more specified previous requests in the queue.</p> <p>For example, if load <code>Job-A</code> and <code>Job-B</code> are independent of each other, but load <code>Job-C</code> needs <code>Job-A</code> and <code>Job-B</code> to be finished before it begins, proceed as follows:</p> <ol> <li> <p>Submit <code>load-job-A</code> and <code>load-job-B</code> one after another in any order, and save their load-ids.</p> </li> <li> <p>Submit <code>load-job-C</code> with the load-ids of the two jobs in its <code>dependencies</code> field:</p> </li> </ol> <p>Because of the <code>dependencies</code> parameter, the bulk loader will not start <code>Job-C</code> until <code>Job-A</code> and <code>Job-B</code> have completed successfully. If either one of them fails, Job-C will not be executed, and its status will be set to <code>LOAD_FAILED_BECAUSE_DEPENDENCY_NOT_SATISFIED</code>.</p> <p>You can set up multiple levels of dependency in this way, so that the failure of one job will cause all requests that are directly or indirectly dependent on it to be cancelled.</p>"
3967        },
3968        "userProvidedEdgeIds":{
3969          "shape":"Boolean",
3970          "documentation":"<p>This parameter is required only when loading openCypher data that contains relationship IDs. It must be included and set to <code>True</code> when openCypher relationship IDs are explicitly provided in the load data (recommended).</p> <p>When <code>userProvidedEdgeIds</code> is absent or set to <code>True</code>, an <code>:ID</code> column must be present in every relationship file in the load.</p> <p>When <code>userProvidedEdgeIds</code> is present and set to <code>False</code>, relationship files in the load <b>must not</b> contain an <code>:ID</code> column. Instead, the Neptune loader automatically generates an ID for each relationship.</p> <p>It's useful to provide relationship IDs explicitly so that the loader can resume loading after error in the CSV data have been fixed, without having to reload any relationships that have already been loaded. If relationship IDs have not been explicitly assigned, the loader cannot resume a failed load if any relationship file has had to be corrected, and must instead reload all the relationships.</p>"
3971        }
3972      }
3973    },
3974    "StartLoaderJobOutput":{
3975      "type":"structure",
3976      "required":[
3977        "status",
3978        "payload"
3979      ],
3980      "members":{
3981        "status":{
3982          "shape":"String",
3983          "documentation":"<p>The HTTP return code indicating the status of the load job.</p>"
3984        },
3985        "payload":{
3986          "shape":"StringValuedMap",
3987          "documentation":"<p>Contains a <code>loadId</code> name-value pair that provides an identifier for the load operation.</p>"
3988        }
3989      }
3990    },
3991    "StartMLDataProcessingJobInput":{
3992      "type":"structure",
3993      "required":[
3994        "inputDataS3Location",
3995        "processedDataS3Location"
3996      ],
3997      "members":{
3998        "id":{
3999          "shape":"String",
4000          "documentation":"<p>A unique identifier for the new job. The default is an autogenerated UUID.</p>"
4001        },
4002        "previousDataProcessingJobId":{
4003          "shape":"String",
4004          "documentation":"<p>The job ID of a completed data processing job run on an earlier version of the data.</p>"
4005        },
4006        "inputDataS3Location":{
4007          "shape":"String",
4008          "documentation":"<p>The URI of the Amazon S3 location where you want SageMaker to download the data needed to run the data processing job.</p>"
4009        },
4010        "processedDataS3Location":{
4011          "shape":"String",
4012          "documentation":"<p>The URI of the Amazon S3 location where you want SageMaker to save the results of a data processing job.</p>"
4013        },
4014        "sagemakerIamRoleArn":{
4015          "shape":"String",
4016          "documentation":"<p>The ARN of an IAM role for SageMaker execution. This must be listed in your DB cluster parameter group or an error will occur.</p>"
4017        },
4018        "neptuneIamRoleArn":{
4019          "shape":"String",
4020          "documentation":"<p>The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to perform tasks on your behalf. This must be listed in your DB cluster parameter group or an error will occur.</p>"
4021        },
4022        "processingInstanceType":{
4023          "shape":"String",
4024          "documentation":"<p>The type of ML instance used during data processing. Its memory should be large enough to hold the processed dataset. The default is the smallest ml.r5 type whose memory is ten times larger than the size of the exported graph data on disk.</p>"
4025        },
4026        "processingInstanceVolumeSizeInGB":{
4027          "shape":"Integer",
4028          "documentation":"<p>The disk volume size of the processing instance. Both input data and processed data are stored on disk, so the volume size must be large enough to hold both data sets. The default is 0. If not specified or 0, Neptune ML chooses the volume size automatically based on the data size.</p>"
4029        },
4030        "processingTimeOutInSeconds":{
4031          "shape":"Integer",
4032          "documentation":"<p>Timeout in seconds for the data processing job. The default is 86,400 (1 day).</p>"
4033        },
4034        "modelType":{
4035          "shape":"String",
4036          "documentation":"<p>One of the two model types that Neptune ML currently supports: heterogeneous graph models (<code>heterogeneous</code>), and knowledge graph (<code>kge</code>). The default is none. If not specified, Neptune ML chooses the model type automatically based on the data.</p>"
4037        },
4038        "configFileName":{
4039          "shape":"String",
4040          "documentation":"<p>A data specification file that describes how to load the exported graph data for training. The file is automatically generated by the Neptune export toolkit. The default is <code>training-data-configuration.json</code>.</p>"
4041        },
4042        "subnets":{
4043          "shape":"StringList",
4044          "documentation":"<p>The IDs of the subnets in the Neptune VPC. The default is None.</p>"
4045        },
4046        "securityGroupIds":{
4047          "shape":"StringList",
4048          "documentation":"<p>The VPC security group IDs. The default is None.</p>"
4049        },
4050        "volumeEncryptionKMSKey":{
4051          "shape":"String",
4052          "documentation":"<p>The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instances that run the training job. The default is None.</p>"
4053        },
4054        "s3OutputEncryptionKMSKey":{
4055          "shape":"String",
4056          "documentation":"<p>The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt the output of the processing job. The default is none.</p>"
4057        }
4058      }
4059    },
4060    "StartMLDataProcessingJobOutput":{
4061      "type":"structure",
4062      "members":{
4063        "id":{
4064          "shape":"String",
4065          "documentation":"<p>The unique ID of the new data processing job.</p>"
4066        },
4067        "arn":{
4068          "shape":"String",
4069          "documentation":"<p>The ARN of the data processing job.</p>"
4070        },
4071        "creationTimeInMillis":{
4072          "shape":"Long",
4073          "documentation":"<p>The time it took to create the new processing job, in milliseconds.</p>"
4074        }
4075      }
4076    },
4077    "StartMLModelTrainingJobInput":{
4078      "type":"structure",
4079      "required":[
4080        "dataProcessingJobId",
4081        "trainModelS3Location"
4082      ],
4083      "members":{
4084        "id":{
4085          "shape":"String",
4086          "documentation":"<p>A unique identifier for the new job. The default is An autogenerated UUID.</p>"
4087        },
4088        "previousModelTrainingJobId":{
4089          "shape":"String",
4090          "documentation":"<p>The job ID of a completed model-training job that you want to update incrementally based on updated data.</p>"
4091        },
4092        "dataProcessingJobId":{
4093          "shape":"String",
4094          "documentation":"<p>The job ID of the completed data-processing job that has created the data that the training will work with.</p>"
4095        },
4096        "trainModelS3Location":{
4097          "shape":"String",
4098          "documentation":"<p>The location in Amazon S3 where the model artifacts are to be stored.</p>"
4099        },
4100        "sagemakerIamRoleArn":{
4101          "shape":"String",
4102          "documentation":"<p>The ARN of an IAM role for SageMaker execution.This must be listed in your DB cluster parameter group or an error will occur.</p>"
4103        },
4104        "neptuneIamRoleArn":{
4105          "shape":"String",
4106          "documentation":"<p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p>"
4107        },
4108        "baseProcessingInstanceType":{
4109          "shape":"String",
4110          "documentation":"<p>The type of ML instance used in preparing and managing training of ML models. This is a CPU instance chosen based on memory requirements for processing the training data and model.</p>"
4111        },
4112        "trainingInstanceType":{
4113          "shape":"String",
4114          "documentation":"<p>The type of ML instance used for model training. All Neptune ML models support CPU, GPU, and multiGPU training. The default is <code>ml.p3.2xlarge</code>. Choosing the right instance type for training depends on the task type, graph size, and your budget.</p>"
4115        },
4116        "trainingInstanceVolumeSizeInGB":{
4117          "shape":"Integer",
4118          "documentation":"<p>The disk volume size of the training instance. Both input data and the output model are stored on disk, so the volume size must be large enough to hold both data sets. The default is 0. If not specified or 0, Neptune ML selects a disk volume size based on the recommendation generated in the data processing step.</p>"
4119        },
4120        "trainingTimeOutInSeconds":{
4121          "shape":"Integer",
4122          "documentation":"<p>Timeout in seconds for the training job. The default is 86,400 (1 day).</p>"
4123        },
4124        "maxHPONumberOfTrainingJobs":{
4125          "shape":"Integer",
4126          "documentation":"<p>Maximum total number of training jobs to start for the hyperparameter tuning job. The default is 2. Neptune ML automatically tunes the hyperparameters of the machine learning model. To obtain a model that performs well, use at least 10 jobs (in other words, set <code>maxHPONumberOfTrainingJobs</code> to 10). In general, the more tuning runs, the better the results.</p>"
4127        },
4128        "maxHPOParallelTrainingJobs":{
4129          "shape":"Integer",
4130          "documentation":"<p>Maximum number of parallel training jobs to start for the hyperparameter tuning job. The default is 2. The number of parallel jobs you can run is limited by the available resources on your training instance.</p>"
4131        },
4132        "subnets":{
4133          "shape":"StringList",
4134          "documentation":"<p>The IDs of the subnets in the Neptune VPC. The default is None.</p>"
4135        },
4136        "securityGroupIds":{
4137          "shape":"StringList",
4138          "documentation":"<p>The VPC security group IDs. The default is None.</p>"
4139        },
4140        "volumeEncryptionKMSKey":{
4141          "shape":"String",
4142          "documentation":"<p>The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instances that run the training job. The default is None.</p>"
4143        },
4144        "s3OutputEncryptionKMSKey":{
4145          "shape":"String",
4146          "documentation":"<p>The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt the output of the processing job. The default is none.</p>"
4147        },
4148        "enableManagedSpotTraining":{
4149          "shape":"Boolean",
4150          "documentation":"<p>Optimizes the cost of training machine-learning models by using Amazon Elastic Compute Cloud spot instances. The default is <code>False</code>.</p>"
4151        },
4152        "customModelTrainingParameters":{
4153          "shape":"CustomModelTrainingParameters",
4154          "documentation":"<p>The configuration for custom model training. This is a JSON object.</p>"
4155        }
4156      }
4157    },
4158    "StartMLModelTrainingJobOutput":{
4159      "type":"structure",
4160      "members":{
4161        "id":{
4162          "shape":"String",
4163          "documentation":"<p>The unique ID of the new model training job.</p>"
4164        },
4165        "arn":{
4166          "shape":"String",
4167          "documentation":"<p>The ARN of the new model training job.</p>"
4168        },
4169        "creationTimeInMillis":{
4170          "shape":"Long",
4171          "documentation":"<p>The model training job creation time, in milliseconds.</p>"
4172        }
4173      }
4174    },
4175    "StartMLModelTransformJobInput":{
4176      "type":"structure",
4177      "required":["modelTransformOutputS3Location"],
4178      "members":{
4179        "id":{
4180          "shape":"String",
4181          "documentation":"<p>A unique identifier for the new job. The default is an autogenerated UUID.</p>"
4182        },
4183        "dataProcessingJobId":{
4184          "shape":"String",
4185          "documentation":"<p>The job ID of a completed data-processing job. You must include either <code>dataProcessingJobId</code> and a <code>mlModelTrainingJobId</code>, or a <code>trainingJobName</code>.</p>"
4186        },
4187        "mlModelTrainingJobId":{
4188          "shape":"String",
4189          "documentation":"<p>The job ID of a completed model-training job. You must include either <code>dataProcessingJobId</code> and a <code>mlModelTrainingJobId</code>, or a <code>trainingJobName</code>.</p>"
4190        },
4191        "trainingJobName":{
4192          "shape":"String",
4193          "documentation":"<p>The name of a completed SageMaker training job. You must include either <code>dataProcessingJobId</code> and a <code>mlModelTrainingJobId</code>, or a <code>trainingJobName</code>.</p>"
4194        },
4195        "modelTransformOutputS3Location":{
4196          "shape":"String",
4197          "documentation":"<p>The location in Amazon S3 where the model artifacts are to be stored.</p>"
4198        },
4199        "sagemakerIamRoleArn":{
4200          "shape":"String",
4201          "documentation":"<p>The ARN of an IAM role for SageMaker execution. This must be listed in your DB cluster parameter group or an error will occur.</p>"
4202        },
4203        "neptuneIamRoleArn":{
4204          "shape":"String",
4205          "documentation":"<p>The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.</p>"
4206        },
4207        "customModelTransformParameters":{
4208          "shape":"CustomModelTransformParameters",
4209          "documentation":"<p>Configuration information for a model transform using a custom model. The <code>customModelTransformParameters</code> object contains the following fields, which must have values compatible with the saved model parameters from the training job:</p>"
4210        },
4211        "baseProcessingInstanceType":{
4212          "shape":"String",
4213          "documentation":"<p>The type of ML instance used in preparing and managing training of ML models. This is an ML compute instance chosen based on memory requirements for processing the training data and model.</p>"
4214        },
4215        "baseProcessingInstanceVolumeSizeInGB":{
4216          "shape":"Integer",
4217          "documentation":"<p>The disk volume size of the training instance in gigabytes. The default is 0. Both input data and the output model are stored on disk, so the volume size must be large enough to hold both data sets. If not specified or 0, Neptune ML selects a disk volume size based on the recommendation generated in the data processing step.</p>"
4218        },
4219        "subnets":{
4220          "shape":"StringList",
4221          "documentation":"<p>The IDs of the subnets in the Neptune VPC. The default is None.</p>"
4222        },
4223        "securityGroupIds":{
4224          "shape":"StringList",
4225          "documentation":"<p>The VPC security group IDs. The default is None.</p>"
4226        },
4227        "volumeEncryptionKMSKey":{
4228          "shape":"String",
4229          "documentation":"<p>The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instances that run the training job. The default is None.</p>"
4230        },
4231        "s3OutputEncryptionKMSKey":{
4232          "shape":"String",
4233          "documentation":"<p>The Amazon Key Management Service (KMS) key that SageMaker uses to encrypt the output of the processing job. The default is none.</p>"
4234        }
4235      }
4236    },
4237    "StartMLModelTransformJobOutput":{
4238      "type":"structure",
4239      "members":{
4240        "id":{
4241          "shape":"String",
4242          "documentation":"<p>The unique ID of the new model transform job.</p>"
4243        },
4244        "arn":{
4245          "shape":"String",
4246          "documentation":"<p>The ARN of the model transform job.</p>"
4247        },
4248        "creationTimeInMillis":{
4249          "shape":"Long",
4250          "documentation":"<p>The creation time of the model transform job, in milliseconds.</p>"
4251        }
4252      }
4253    },
4254    "Statistics":{
4255      "type":"structure",
4256      "members":{
4257        "autoCompute":{
4258          "shape":"Boolean",
4259          "documentation":"<p>Indicates whether or not automatic statistics generation is enabled.</p>"
4260        },
4261        "active":{
4262          "shape":"Boolean",
4263          "documentation":"<p>Indicates whether or not DFE statistics generation is enabled at all.</p>"
4264        },
4265        "statisticsId":{
4266          "shape":"String",
4267          "documentation":"<p>Reports the ID of the current statistics generation run. A value of -1 indicates that no statistics have been generated.</p>"
4268        },
4269        "date":{
4270          "shape":"SyntheticTimestamp_date_time",
4271          "documentation":"<p>The UTC time at which DFE statistics have most recently been generated.</p>"
4272        },
4273        "note":{
4274          "shape":"String",
4275          "documentation":"<p>A note about problems in the case where statistics are invalid.</p>"
4276        },
4277        "signatureInfo":{
4278          "shape":"StatisticsSummary",
4279          "documentation":"<p>A StatisticsSummary structure that contains:</p> <ul> <li> <p> <code>signatureCount</code> - The total number of signatures across all characteristic sets.</p> </li> <li> <p> <code>instanceCount</code> - The total number of characteristic-set instances.</p> </li> <li> <p> <code>predicateCount</code> - The total number of unique predicates.</p> </li> </ul>"
4280        }
4281      },
4282      "documentation":"<p>Contains statistics information. The DFE engine uses information about the data in your Neptune graph to make effective trade-offs when planning query execution. This information takes the form of statistics that include so-called characteristic sets and predicate statistics that can guide query planning. See <a href=\"https://docs.aws.amazon.com/neptune/latest/userguide/neptune-dfe-statistics.html\">Managing statistics for the Neptune DFE to use</a>.</p>"
4283    },
4284    "StatisticsAutoGenerationMode":{
4285      "type":"string",
4286      "enum":[
4287        "disableAutoCompute",
4288        "enableAutoCompute",
4289        "refresh"
4290      ]
4291    },
4292    "StatisticsNotAvailableException":{
4293      "type":"structure",
4294      "required":[
4295        "detailedMessage",
4296        "requestId",
4297        "code"
4298      ],
4299      "members":{
4300        "detailedMessage":{
4301          "shape":"String",
4302          "documentation":"<p>A detailed message describing the problem.</p>"
4303        },
4304        "requestId":{
4305          "shape":"String",
4306          "documentation":"<p>The ID of the request in question.</p>"
4307        },
4308        "code":{
4309          "shape":"String",
4310          "documentation":"<p>The HTTP status code returned with the exception.</p>"
4311        }
4312      },
4313      "documentation":"<p>Raised when statistics needed to satisfy a request are not available.</p>",
4314      "error":{
4315        "httpStatusCode":400,
4316        "senderFault":true
4317      },
4318      "exception":true
4319    },
4320    "StatisticsSummary":{
4321      "type":"structure",
4322      "members":{
4323        "signatureCount":{
4324          "shape":"Integer",
4325          "documentation":"<p>The total number of signatures across all characteristic sets.</p>"
4326        },
4327        "instanceCount":{
4328          "shape":"Integer",
4329          "documentation":"<p>The total number of characteristic-set instances.</p>"
4330        },
4331        "predicateCount":{
4332          "shape":"Integer",
4333          "documentation":"<p>The total number of unique predicates.</p>"
4334        }
4335      },
4336      "documentation":"<p>Information about the characteristic sets generated in the statistics.</p>"
4337    },
4338    "StreamRecordsNotFoundException":{
4339      "type":"structure",
4340      "required":[
4341        "detailedMessage",
4342        "requestId",
4343        "code"
4344      ],
4345      "members":{
4346        "detailedMessage":{
4347          "shape":"String",
4348          "documentation":"<p>A detailed message describing the problem.</p>"
4349        },
4350        "requestId":{
4351          "shape":"String",
4352          "documentation":"<p>The ID of the request in question.</p>"
4353        },
4354        "code":{
4355          "shape":"String",
4356          "documentation":"<p>The HTTP status code returned with the exception.</p>"
4357        }
4358      },
4359      "documentation":"<p>Raised when stream records requested by a query cannot be found.</p>",
4360      "error":{
4361        "httpStatusCode":404,
4362        "senderFault":true
4363      },
4364      "exception":true
4365    },
4366    "String":{"type":"string"},
4367    "StringList":{
4368      "type":"list",
4369      "member":{"shape":"String"}
4370    },
4371    "StringValuedMap":{
4372      "type":"map",
4373      "key":{"shape":"String"},
4374      "value":{"shape":"String"}
4375    },
4376    "SubjectStructure":{
4377      "type":"structure",
4378      "members":{
4379        "count":{
4380          "shape":"Long",
4381          "documentation":"<p>Number of occurrences of this specific structure.</p>"
4382        },
4383        "predicates":{
4384          "shape":"Predicates",
4385          "documentation":"<p>A list of predicates present in this specific structure.</p>"
4386        }
4387      },
4388      "documentation":"<p>A subject structure.</p>"
4389    },
4390    "SubjectStructures":{
4391      "type":"list",
4392      "member":{"shape":"SubjectStructure"}
4393    },
4394    "SyntheticTimestamp_date_time":{
4395      "type":"timestamp",
4396      "timestampFormat":"iso8601"
4397    },
4398    "ThrottlingException":{
4399      "type":"structure",
4400      "required":[
4401        "detailedMessage",
4402        "requestId",
4403        "code"
4404      ],
4405      "members":{
4406        "detailedMessage":{
4407          "shape":"String",
4408          "documentation":"<p>A detailed message describing the problem.</p>"
4409        },
4410        "requestId":{
4411          "shape":"String",
4412          "documentation":"<p>The ID of the request that could not be processed for this reason.</p>"
4413        },
4414        "code":{
4415          "shape":"String",
4416          "documentation":"<p>The HTTP status code returned with the exception.</p>"
4417        }
4418      },
4419      "documentation":"<p>Raised when the rate of requests exceeds the maximum throughput. Requests can be retried after encountering this exception.</p>",
4420      "error":{"httpStatusCode":500},
4421      "exception":true,
4422      "fault":true,
4423      "retryable":{"throttling":false}
4424    },
4425    "TimeLimitExceededException":{
4426      "type":"structure",
4427      "required":[
4428        "detailedMessage",
4429        "requestId",
4430        "code"
4431      ],
4432      "members":{
4433        "detailedMessage":{
4434          "shape":"String",
4435          "documentation":"<p>A detailed message describing the problem.</p>"
4436        },
4437        "requestId":{
4438          "shape":"String",
4439          "documentation":"<p>The ID of the request that could not be processed for this reason.</p>"
4440        },
4441        "code":{
4442          "shape":"String",
4443          "documentation":"<p>The HTTP status code returned with the exception.</p>"
4444        }
4445      },
4446      "documentation":"<p>Raised when the an operation exceeds the time limit allowed for it.</p>",
4447      "error":{"httpStatusCode":500},
4448      "exception":true,
4449      "fault":true,
4450      "retryable":{"throttling":false}
4451    },
4452    "TooManyRequestsException":{
4453      "type":"structure",
4454      "required":[
4455        "detailedMessage",
4456        "requestId",
4457        "code"
4458      ],
4459      "members":{
4460        "detailedMessage":{
4461          "shape":"String",
4462          "documentation":"<p>A detailed message describing the problem.</p>"
4463        },
4464        "requestId":{
4465          "shape":"String",
4466          "documentation":"<p>The ID of the request that could not be processed for this reason.</p>"
4467        },
4468        "code":{
4469          "shape":"String",
4470          "documentation":"<p>The HTTP status code returned with the exception.</p>"
4471        }
4472      },
4473      "documentation":"<p>Raised when the number of requests being processed exceeds the limit.</p>",
4474      "error":{
4475        "httpStatusCode":429,
4476        "senderFault":true
4477      },
4478      "exception":true,
4479      "retryable":{"throttling":false}
4480    },
4481    "UnsupportedOperationException":{
4482      "type":"structure",
4483      "required":[
4484        "detailedMessage",
4485        "requestId",
4486        "code"
4487      ],
4488      "members":{
4489        "detailedMessage":{
4490          "shape":"String",
4491          "documentation":"<p>A detailed message describing the problem.</p>"
4492        },
4493        "requestId":{
4494          "shape":"String",
4495          "documentation":"<p>The ID of the request in question.</p>"
4496        },
4497        "code":{
4498          "shape":"String",
4499          "documentation":"<p>The HTTP status code returned with the exception.</p>"
4500        }
4501      },
4502      "documentation":"<p>Raised when a request attempts to initiate an operation that is not supported.</p>",
4503      "error":{
4504        "httpStatusCode":400,
4505        "senderFault":true
4506      },
4507      "exception":true
4508    }
4509  },
4510  "documentation":"<p><fullname>Neptune Data API</fullname> <p>The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data operations, including data loading, query execution, data inquiry, and machine learning. It supports the Gremlin and openCypher query languages, and is available in all SDK languages. It automatically signs API requests and greatly simplifies integrating Neptune into your applications.</p></p>"
4511}
4512