about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/botocore/data/proton/2020-07-20/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/proton/2020-07-20/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/proton/2020-07-20/waiters-2.json')
-rw-r--r--.venv/lib/python3.12/site-packages/botocore/data/proton/2020-07-20/waiters-2.json208
1 files changed, 208 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/botocore/data/proton/2020-07-20/waiters-2.json b/.venv/lib/python3.12/site-packages/botocore/data/proton/2020-07-20/waiters-2.json
new file mode 100644
index 00000000..f99a6fe3
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/botocore/data/proton/2020-07-20/waiters-2.json
@@ -0,0 +1,208 @@
+{
+  "version" : 2,
+  "waiters" : {
+    "ComponentDeleted" : {
+      "description" : "Wait until a Component is deleted. Use this after invoking DeleteComponent",
+      "delay" : 5,
+      "maxAttempts" : 999,
+      "operation" : "GetComponent",
+      "acceptors" : [ {
+        "matcher" : "error",
+        "state" : "success",
+        "expected" : "ResourceNotFoundException"
+      }, {
+        "matcher" : "path",
+        "argument" : "component.deploymentStatus",
+        "state" : "failure",
+        "expected" : "DELETE_FAILED"
+      } ]
+    },
+    "ComponentDeployed" : {
+      "description" : "Wait until a Component is deployed. Use this after invoking CreateComponent or UpdateComponent",
+      "delay" : 5,
+      "maxAttempts" : 999,
+      "operation" : "GetComponent",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "component.deploymentStatus",
+        "state" : "success",
+        "expected" : "SUCCEEDED"
+      }, {
+        "matcher" : "path",
+        "argument" : "component.deploymentStatus",
+        "state" : "failure",
+        "expected" : "FAILED"
+      } ]
+    },
+    "EnvironmentDeployed" : {
+      "description" : "Wait until an Environment is deployed. Use this after invoking CreateEnvironment or UpdateEnvironment",
+      "delay" : 5,
+      "maxAttempts" : 999,
+      "operation" : "GetEnvironment",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "environment.deploymentStatus",
+        "state" : "success",
+        "expected" : "SUCCEEDED"
+      }, {
+        "matcher" : "path",
+        "argument" : "environment.deploymentStatus",
+        "state" : "failure",
+        "expected" : "FAILED"
+      } ]
+    },
+    "EnvironmentTemplateVersionRegistered" : {
+      "description" : "Wait until an EnvironmentTemplateVersion is registered. Use this after invoking CreateEnvironmentTemplateVersion",
+      "delay" : 2,
+      "maxAttempts" : 150,
+      "operation" : "GetEnvironmentTemplateVersion",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "environmentTemplateVersion.status",
+        "state" : "success",
+        "expected" : "DRAFT"
+      }, {
+        "matcher" : "path",
+        "argument" : "environmentTemplateVersion.status",
+        "state" : "success",
+        "expected" : "PUBLISHED"
+      }, {
+        "matcher" : "path",
+        "argument" : "environmentTemplateVersion.status",
+        "state" : "failure",
+        "expected" : "REGISTRATION_FAILED"
+      } ]
+    },
+    "ServiceCreated" : {
+      "description" : "Wait until an Service has deployed its instances and possibly pipeline. Use this after invoking CreateService",
+      "delay" : 5,
+      "maxAttempts" : 999,
+      "operation" : "GetService",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "service.status",
+        "state" : "success",
+        "expected" : "ACTIVE"
+      }, {
+        "matcher" : "path",
+        "argument" : "service.status",
+        "state" : "failure",
+        "expected" : "CREATE_FAILED_CLEANUP_COMPLETE"
+      }, {
+        "matcher" : "path",
+        "argument" : "service.status",
+        "state" : "failure",
+        "expected" : "CREATE_FAILED_CLEANUP_FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "service.status",
+        "state" : "failure",
+        "expected" : "CREATE_FAILED"
+      } ]
+    },
+    "ServiceDeleted" : {
+      "description" : "Wait until a Service, its instances, and possibly pipeline have been deleted after DeleteService is invoked",
+      "delay" : 5,
+      "maxAttempts" : 999,
+      "operation" : "GetService",
+      "acceptors" : [ {
+        "matcher" : "error",
+        "state" : "success",
+        "expected" : "ResourceNotFoundException"
+      }, {
+        "matcher" : "path",
+        "argument" : "service.status",
+        "state" : "failure",
+        "expected" : "DELETE_FAILED"
+      } ]
+    },
+    "ServiceInstanceDeployed" : {
+      "description" : "Wait until a ServiceInstance is deployed. Use this after invoking CreateService or UpdateServiceInstance",
+      "delay" : 5,
+      "maxAttempts" : 999,
+      "operation" : "GetServiceInstance",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "serviceInstance.deploymentStatus",
+        "state" : "success",
+        "expected" : "SUCCEEDED"
+      }, {
+        "matcher" : "path",
+        "argument" : "serviceInstance.deploymentStatus",
+        "state" : "failure",
+        "expected" : "FAILED"
+      } ]
+    },
+    "ServicePipelineDeployed" : {
+      "description" : "Wait until an ServicePipeline is deployed. Use this after invoking CreateService or UpdateServicePipeline",
+      "delay" : 10,
+      "maxAttempts" : 360,
+      "operation" : "GetService",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "service.pipeline.deploymentStatus",
+        "state" : "success",
+        "expected" : "SUCCEEDED"
+      }, {
+        "matcher" : "path",
+        "argument" : "service.pipeline.deploymentStatus",
+        "state" : "failure",
+        "expected" : "FAILED"
+      } ]
+    },
+    "ServiceTemplateVersionRegistered" : {
+      "description" : "Wait until a ServiceTemplateVersion is registered. Use this after invoking CreateServiceTemplateVersion",
+      "delay" : 2,
+      "maxAttempts" : 150,
+      "operation" : "GetServiceTemplateVersion",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "serviceTemplateVersion.status",
+        "state" : "success",
+        "expected" : "DRAFT"
+      }, {
+        "matcher" : "path",
+        "argument" : "serviceTemplateVersion.status",
+        "state" : "success",
+        "expected" : "PUBLISHED"
+      }, {
+        "matcher" : "path",
+        "argument" : "serviceTemplateVersion.status",
+        "state" : "failure",
+        "expected" : "REGISTRATION_FAILED"
+      } ]
+    },
+    "ServiceUpdated" : {
+      "description" : "Wait until a Service, its instances, and possibly pipeline have been deployed after UpdateService is invoked",
+      "delay" : 5,
+      "maxAttempts" : 999,
+      "operation" : "GetService",
+      "acceptors" : [ {
+        "matcher" : "path",
+        "argument" : "service.status",
+        "state" : "success",
+        "expected" : "ACTIVE"
+      }, {
+        "matcher" : "path",
+        "argument" : "service.status",
+        "state" : "failure",
+        "expected" : "UPDATE_FAILED_CLEANUP_COMPLETE"
+      }, {
+        "matcher" : "path",
+        "argument" : "service.status",
+        "state" : "failure",
+        "expected" : "UPDATE_FAILED_CLEANUP_FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "service.status",
+        "state" : "failure",
+        "expected" : "UPDATE_FAILED"
+      }, {
+        "matcher" : "path",
+        "argument" : "service.status",
+        "state" : "failure",
+        "expected" : "UPDATE_COMPLETE_CLEANUP_FAILED"
+      } ]
+    }
+  }
+}
\ No newline at end of file