Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
Merge b37de27 into 7d96f25
Browse files Browse the repository at this point in the history
  • Loading branch information
petemounce committed Oct 11, 2014
2 parents 7d96f25 + b37de27 commit 12b003d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions aws-sdk-core/apis/EC2.waiters.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"operation": "DescribeInstances",
"acceptor_path": "Reservations[].Instances[].State.Name"
},
"ImageAvailable": {
"operation": "DescribeImages",
"acceptor_path": "Images[].State",
"success_value": "available",
"failure_value": [
"failed"
]
},
"InstanceRunning": {
"extends": "__InstanceState",
"success_value": "running",
Expand Down

0 comments on commit 12b003d

Please sign in to comment.