Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

squarecapadmin / botocore   python

Repository URL to install this package:

/ botocore / data / opsworkscm / 2016-11-01 / waiters-2.json

{
  "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"
        }
      ]
    }
  }
}