about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/botocore/data/cloudcontrol/2021-09-30/waiters-2.json
blob: e5f82acb29941a16a86198c5699d2aaa0faf36cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "version" : 2,
  "waiters" : {
    "ResourceRequestSuccess" : {
      "description" : "Wait until resource operation request is successful",
      "delay" : 5,
      "maxAttempts" : 24,
      "operation" : "GetResourceRequestStatus",
      "acceptors" : [ {
        "matcher" : "path",
        "argument" : "ProgressEvent.OperationStatus",
        "state" : "success",
        "expected" : "SUCCESS"
      }, {
        "matcher" : "path",
        "argument" : "ProgressEvent.OperationStatus",
        "state" : "failure",
        "expected" : "FAILED"
      }, {
        "matcher" : "path",
        "argument" : "ProgressEvent.OperationStatus",
        "state" : "failure",
        "expected" : "CANCEL_COMPLETE"
      } ]
    }
  }
}