codegen-resources.waiters-2.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of codegurureviewer Show documentation
Show all versions of codegurureviewer Show documentation
The AWS Java SDK for CodeGuru Reviewer module holds the client classes that are used for
communicating with CodeGuru Reviewer.
{
"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"
}]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy