All Downloads are FREE. Search and download functionalities are using the official Maven repository.

codegen-resources.waiters-2.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for CodeGuru Reviewer module holds the client classes that are used for communicating with CodeGuru Reviewer.

There is a newer version: 2.29.39
Show newest version
{
    "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