about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/botocore/data/deadline/2023-10-12/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/deadline/2023-10-12/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/deadline/2023-10-12/waiters-2.json')
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/deadline/2023-10-12/waiters-2.json143
1 files changed, 143 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/deadline/2023-10-12/waiters-2.json b/.venv/lib/python3.12/site-packages/botocore/data/deadline/2023-10-12/waiters-2.json
new file mode 100644
index 00000000..eb6bcc6d
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/deadline/2023-10-12/waiters-2.json
@@ -0,0 +1,143 @@
+{
+  "version" : 2,
+  "waiters" : {
+    "FleetActive" : {
+      "description" : "Wait until a Fleet is activated. Use this after invoking CreateFleet or UpdateFleet.",
+      "delay" : 5,
+      "maxAttempts" : 180,
+      "operation" : "GetFleet",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "ACTIVE"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "CREATE_FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "UPDATE_FAILED"
+      } ]
+    },
+    "JobCreateComplete" : {
+      "description" : "Wait until a Job is created. Use this after invoking CreateJob.",
+      "delay" : 1,
+      "maxAttempts" : 120,
+      "operation" : "GetJob",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "lifecycleStatus",
+        "state" : "success",
+        "expected" : "CREATE_COMPLETE"
+      }, {
+        "matcher" : "path",
+        "argument" : "lifecycleStatus",
+        "state" : "success",
+        "expected" : "UPDATE_IN_PROGRESS"
+      }, {
+        "matcher" : "path",
+        "argument" : "lifecycleStatus",
+        "state" : "success",
+        "expected" : "UPDATE_FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "lifecycleStatus",
+        "state" : "success",
+        "expected" : "UPDATE_SUCCEEDED"
+      }, {
+        "matcher" : "path",
+        "argument" : "lifecycleStatus",
+        "state" : "failure",
+        "expected" : "UPLOAD_FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "lifecycleStatus",
+        "state" : "failure",
+        "expected" : "CREATE_FAILED"
+      } ]
+    },
+    "LicenseEndpointDeleted" : {
+      "description" : "Wait until a LicenseEndpoint is Deleted. Use this after invoking DeleteLicenseEndpoint.",
+      "delay" : 10,
+      "maxAttempts" : 234,
+      "operation" : "GetLicenseEndpoint",
+      "acceptors" : [ {
+        "matcher" : "error",
+        "state" : "success",
+        "expected" : "ResourceNotFoundException"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "NOT_READY"
+      } ]
+    },
+    "LicenseEndpointValid" : {
+      "description" : "Wait until a LicenseEndpoint is Ready. Use this after invoking CreateLicenseEndpoint.",
+      "delay" : 10,
+      "maxAttempts" : 114,
+      "operation" : "GetLicenseEndpoint",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "READY"
+      }, {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "failure",
+        "expected" : "NOT_READY"
+      } ]
+    },
+    "QueueFleetAssociationStopped" : {
+      "description" : "Wait until a QueueFleetAssociation is stopped. Use this after setting the status to STOP_SCHEDULING_AND_COMPLETE_TASKS or STOP_SCHEDULING_AND_CANCEL_TASKS to wait for a QueueFleetAssociation to reach STOPPED",
+      "delay" : 10,
+      "maxAttempts" : 60,
+      "operation" : "GetQueueFleetAssociation",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "STOPPED"
+      } ]
+    },
+    "QueueLimitAssociationStopped" : {
+      "description" : "Wait until a QueueLimitAssociation is stopped. Use this after setting the status to STOP_LIMIT_USAGE_AND_COMPLETE_TASKS or STOP_LIMIT_USAGE_AND_CANCEL_TASKS to wait for a QueueLimitAssociation to reach STOPPED",
+      "delay" : 10,
+      "maxAttempts" : 60,
+      "operation" : "GetQueueLimitAssociation",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "STOPPED"
+      } ]
+    },
+    "QueueScheduling" : {
+      "delay" : 10,
+      "maxAttempts" : 70,
+      "operation" : "GetQueue",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "SCHEDULING"
+      } ]
+    },
+    "QueueSchedulingBlocked" : {
+      "delay" : 10,
+      "maxAttempts" : 30,
+      "operation" : "GetQueue",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "status",
+        "state" : "success",
+        "expected" : "SCHEDULING_BLOCKED"
+      } ]
+    }
+  }
+}
\ No newline at end of file