python-botocore/botocore/data/cloudcontrol/2021-09-30/waiters-2.json

27 lines
738 B
JSON
Raw Normal View History

2021-10-04 18:33:37 +02:00
{
2022-05-26 00:10:07 +02:00
"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"
} ]
2021-10-04 18:33:37 +02:00
}
}
}