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 AWS OpsWorks for Chef Automate module holds the client classes that are used for communicating with AWS OpsWorks for Chef Automate Service

There is a newer version: 2.28.5
Show newest version
{
  "version": 2,
  "waiters": {
    "NodeAssociated": {
      "delay": 15,
      "maxAttempts": 15,
      "operation": "DescribeNodeAssociationStatus",
      "description": "Wait until node is associated or disassociated.",
      "acceptors": [
        {
          "expected": "SUCCESS",
          "state": "success",
          "matcher": "path",
          "argument": "NodeAssociationStatus"
        },
        {
          "expected": "FAILED",
          "state": "failure",
          "matcher": "path",
          "argument": "NodeAssociationStatus"
        }
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy