about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/botocore/data/omics/2022-11-28/waiters-2.json
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/omics/2022-11-28/waiters-2.json
parentcc961e04ba734dd72309fb548a2f97d67d578813 (diff)
downloadgn-ai-master.tar.gz
two version of R2R are here HEAD master
Diffstat (limited to '.venv/lib/python3.12/site-packages/botocore/data/omics/2022-11-28/waiters-2.json')
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/omics/2022-11-28/waiters-2.json546
1 files changed, 546 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/omics/2022-11-28/waiters-2.json b/.venv/lib/python3.12/site-packages/botocore/data/omics/2022-11-28/waiters-2.json
new file mode 100644
index 00000000..9e82e101
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/omics/2022-11-28/waiters-2.json
@@ -0,0 +1,546 @@
+{
+  "version" : 2,
+  "waiters" : {
+    "AnnotationImportJobCreated" : {
+      "description" : "Wait until an annotation import is completed",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetAnnotationImportJob",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "SUBMITTED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "IN_PROGRESS"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "CANCELLED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "COMPLETED"
+      } ]
+    },
+    "AnnotationStoreCreated" : {
+      "description" : "Wait until an annotation store is created",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetAnnotationStore",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "ACTIVE"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "CREATING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "UPDATING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      } ]
+    },
+    "AnnotationStoreDeleted" : {
+      "description" : "Wait until an annotation store is deleted.",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetAnnotationStore",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "DELETED"
+      }, {
+        "matcher" : "error",
+        "state" : "success",
+        "expected" : "ResourceNotFoundException"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "DELETING"
+      } ]
+    },
+    "AnnotationStoreVersionCreated" : {
+      "description" : "Wait until an annotation store version is created",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetAnnotationStoreVersion",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "ACTIVE"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "CREATING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "UPDATING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      } ]
+    },
+    "AnnotationStoreVersionDeleted" : {
+      "description" : "Wait until an annotation store version is deleted.",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetAnnotationStoreVersion",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "DELETED"
+      }, {
+        "matcher" : "error",
+        "state" : "success",
+        "expected" : "ResourceNotFoundException"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "DELETING"
+      } ]
+    },
+    "ReadSetActivationJobCompleted" : {
+      "description" : "Wait until a job is completed.",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetReadSetActivationJob",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "COMPLETED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "SUBMITTED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "IN_PROGRESS"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "CANCELLING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "CANCELLED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "COMPLETED_WITH_FAILURES"
+      } ]
+    },
+    "ReadSetExportJobCompleted" : {
+      "description" : "Wait until a job is completed.",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetReadSetExportJob",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "COMPLETED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "SUBMITTED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "IN_PROGRESS"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "CANCELLING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "CANCELLED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "COMPLETED_WITH_FAILURES"
+      } ]
+    },
+    "ReadSetImportJobCompleted" : {
+      "description" : "Wait until a job is completed.",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetReadSetImportJob",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "COMPLETED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "SUBMITTED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "IN_PROGRESS"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "CANCELLING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "CANCELLED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "COMPLETED_WITH_FAILURES"
+      } ]
+    },
+    "ReferenceImportJobCompleted" : {
+      "description" : "Wait until a job is completed.",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetReferenceImportJob",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "COMPLETED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "SUBMITTED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "IN_PROGRESS"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "CANCELLING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "CANCELLED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "COMPLETED_WITH_FAILURES"
+      } ]
+    },
+    "RunCompleted" : {
+      "description" : "Wait until a run is completed.",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetRun",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "COMPLETED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "PENDING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "STARTING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "RUNNING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "STOPPING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      } ]
+    },
+    "RunRunning" : {
+      "description" : "Wait until a run is running.",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetRun",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "RUNNING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "PENDING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "STARTING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "CANCELLED"
+      } ]
+    },
+    "TaskCompleted" : {
+      "description" : "Wait until a task is completed.",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetRunTask",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "COMPLETED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "PENDING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "STARTING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "RUNNING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "STOPPING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      } ]
+    },
+    "TaskRunning" : {
+      "description" : "Wait until a task is running.",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetRunTask",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "RUNNING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "PENDING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "STARTING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "CANCELLED"
+      } ]
+    },
+    "VariantImportJobCreated" : {
+      "description" : "Wait until variant import is completed",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetVariantImportJob",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "SUBMITTED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "IN_PROGRESS"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "CANCELLED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "COMPLETED"
+      } ]
+    },
+    "VariantStoreCreated" : {
+      "description" : "Wait until a variant store is created",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetVariantStore",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "ACTIVE"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "CREATING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "UPDATING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      } ]
+    },
+    "VariantStoreDeleted" : {
+      "description" : "Wait until a variant store is deleted.",
+      "delay" : 30,
+      "maxAttempts" : 20,
+      "operation" : "GetVariantStore",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "DELETED"
+      }, {
+        "matcher" : "error",
+        "state" : "success",
+        "expected" : "ResourceNotFoundException"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "DELETING"
+      } ]
+    },
+    "WorkflowActive" : {
+      "description" : "Wait until a workflow is active.",
+      "delay" : 3,
+      "maxAttempts" : 10,
+      "operation" : "GetWorkflow",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "ACTIVE"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "CREATING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "retry",
+        "expected" : "UPDATING"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "FAILED"
+      } ]
+    }
+  }
+}
\ No newline at end of file