python-botocore/botocore/data/codeguru-reviewer/2019-09-19/waiters-2.json
2021-08-18 08:45:16 -07:00

46 lines
1.3 KiB
JSON

{
"version": 2,
"waiters":
{
"RepositoryAssociationSucceeded":
{
"description": "Wait until a repository association is complete.",
"operation": "DescribeRepositoryAssociation",
"delay": 10,
"maxAttempts": 20,
"acceptors": [
{
"state": "success",
"matcher": "path",
"argument": "RepositoryAssociation.State",
"expected": "Associated"
},
{
"state": "retry",
"matcher": "path",
"argument": "RepositoryAssociation.State",
"expected": "Associating"
}]
},
"CodeReviewCompleted":
{
"description": "Wait until a code review is complete.",
"operation": "DescribeCodeReview",
"delay": 10,
"maxAttempts": 60,
"acceptors": [
{
"state": "success",
"matcher": "path",
"argument": "CodeReview.State",
"expected": "Completed"
},
{
"state": "retry",
"matcher": "path",
"argument": "CodeReview.State",
"expected": "Pending"
}]
}
}
}