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

Commit

Permalink
Merge pull request #132 from petemounce/waiter_ec2_image
Browse files Browse the repository at this point in the history
Waiter for EC2::Image to be available
  • Loading branch information
trevorrowe committed Oct 14, 2014
2 parents a4d74a0 + b37de27 commit f8d944e
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 f8d944e

Please sign in to comment.