aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/botocore/data/neptune-graph
diff options
context:
space:
mode:
authorS. Solomon Darnell2025-03-28 21:52:21 -0500
committerS. Solomon Darnell2025-03-28 21:52:21 -0500
commit4a52a71956a8d46fcb7294ac71734504bb09bcc2 (patch)
treeee3dc5af3b6313e921cd920906356f5d4febc4ed /.venv/lib/python3.12/site-packages/botocore/data/neptune-graph
parentcc961e04ba734dd72309fb548a2f97d67d578813 (diff)
downloadgn-ai-master.tar.gz
two version of R2R are hereHEADmaster
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/neptune-graph')
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/endpoint-rule-set-1.json.gzbin0 -> 1410 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/paginators-1.json34
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/service-2.json.gzbin0 -> 14852 bytes
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/waiters-2.json212
4 files changed, 246 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/endpoint-rule-set-1.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/endpoint-rule-set-1.json.gz
new file mode 100644
index 00000000..b46b6dd3
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/endpoint-rule-set-1.json.gz
Binary files differ
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/paginators-1.json b/.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/paginators-1.json
new file mode 100644
index 00000000..7ce2e6dd
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/paginators-1.json
@@ -0,0 +1,34 @@
+{
+ "pagination": {
+ "ListGraphSnapshots": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "graphSnapshots"
+ },
+ "ListGraphs": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "graphs"
+ },
+ "ListImportTasks": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "tasks"
+ },
+ "ListPrivateGraphEndpoints": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "privateGraphEndpoints"
+ },
+ "ListExportTasks": {
+ "input_token": "nextToken",
+ "output_token": "nextToken",
+ "limit_key": "maxResults",
+ "result_key": "tasks"
+ }
+ }
+}
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/service-2.json.gz b/.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/service-2.json.gz
new file mode 100644
index 00000000..772d38eb
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/service-2.json.gz
Binary files differ
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/waiters-2.json b/.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/waiters-2.json
new file mode 100644
index 00000000..586b44b0
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/neptune-graph/2023-11-29/waiters-2.json
@@ -0,0 +1,212 @@
+{
+ "version" : 2,
+ "waiters" : {
+ "ExportTaskCancelled" : {
+ "description" : "Wait until Export Task is Cancelled",
+ "delay" : 60,
+ "maxAttempts" : 60,
+ "operation" : "GetExportTask",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "status != 'CANCELLING' && status != 'CANCELLED'",
+ "state" : "failure",
+ "expected" : true
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "success",
+ "expected" : "CANCELLED"
+ } ]
+ },
+ "ExportTaskSuccessful" : {
+ "description" : "Wait until Export Task is Successful",
+ "delay" : 60,
+ "maxAttempts" : 480,
+ "operation" : "GetExportTask",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "failure",
+ "expected" : "CANCELLING"
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "failure",
+ "expected" : "CANCELLED"
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "failure",
+ "expected" : "FAILED"
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "success",
+ "expected" : "SUCCEEDED"
+ } ]
+ },
+ "GraphAvailable" : {
+ "description" : "Wait until Graph is Available",
+ "delay" : 60,
+ "maxAttempts" : 480,
+ "operation" : "GetGraph",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "failure",
+ "expected" : "DELETING"
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "failure",
+ "expected" : "FAILED"
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "success",
+ "expected" : "AVAILABLE"
+ } ]
+ },
+ "GraphDeleted" : {
+ "description" : "Wait until Graph is Deleted",
+ "delay" : 60,
+ "maxAttempts" : 60,
+ "operation" : "GetGraph",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "status != 'DELETING'",
+ "state" : "failure",
+ "expected" : true
+ }, {
+ "matcher" : "error",
+ "state" : "success",
+ "expected" : "ResourceNotFoundException"
+ } ]
+ },
+ "GraphSnapshotAvailable" : {
+ "description" : "Wait until GraphSnapshot is Available",
+ "delay" : 60,
+ "maxAttempts" : 120,
+ "operation" : "GetGraphSnapshot",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "failure",
+ "expected" : "DELETING"
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "failure",
+ "expected" : "FAILED"
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "success",
+ "expected" : "AVAILABLE"
+ } ]
+ },
+ "GraphSnapshotDeleted" : {
+ "description" : "Wait until GraphSnapshot is Deleted",
+ "delay" : 60,
+ "maxAttempts" : 60,
+ "operation" : "GetGraphSnapshot",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "status != 'DELETING'",
+ "state" : "failure",
+ "expected" : true
+ }, {
+ "matcher" : "error",
+ "state" : "success",
+ "expected" : "ResourceNotFoundException"
+ } ]
+ },
+ "ImportTaskCancelled" : {
+ "description" : "Wait until Import Task is Cancelled",
+ "delay" : 60,
+ "maxAttempts" : 60,
+ "operation" : "GetImportTask",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "status != 'CANCELLING' && status != 'CANCELLED'",
+ "state" : "failure",
+ "expected" : true
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "success",
+ "expected" : "CANCELLED"
+ } ]
+ },
+ "ImportTaskSuccessful" : {
+ "description" : "Wait until Import Task is Successful",
+ "delay" : 60,
+ "maxAttempts" : 480,
+ "operation" : "GetImportTask",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "failure",
+ "expected" : "CANCELLING"
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "failure",
+ "expected" : "CANCELLED"
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "failure",
+ "expected" : "ROLLING_BACK"
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "failure",
+ "expected" : "FAILED"
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "success",
+ "expected" : "SUCCEEDED"
+ } ]
+ },
+ "PrivateGraphEndpointAvailable" : {
+ "description" : "Wait until PrivateGraphEndpoint is Available",
+ "delay" : 10,
+ "maxAttempts" : 180,
+ "operation" : "GetPrivateGraphEndpoint",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "failure",
+ "expected" : "DELETING"
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "failure",
+ "expected" : "FAILED"
+ }, {
+ "matcher" : "path",
+ "argument" : "status",
+ "state" : "success",
+ "expected" : "AVAILABLE"
+ } ]
+ },
+ "PrivateGraphEndpointDeleted" : {
+ "description" : "Wait until PrivateGraphEndpoint is Deleted",
+ "delay" : 10,
+ "maxAttempts" : 180,
+ "operation" : "GetPrivateGraphEndpoint",
+ "acceptors" : [ {
+ "matcher" : "path",
+ "argument" : "status != 'DELETING'",
+ "state" : "failure",
+ "expected" : true
+ }, {
+ "matcher" : "error",
+ "state" : "success",
+ "expected" : "ResourceNotFoundException"
+ } ]
+ }
+ }
+} \ No newline at end of file