Skip to content

Commit

Permalink
Merge pull request #985 from joaogbcravo/FixInstanceExistsWaiter
Browse files Browse the repository at this point in the history
Fix InstanceExists Waiter
  • Loading branch information
trevorrowe committed Nov 12, 2015
2 parents f2724cb + 5af431d commit 04744a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions aws-sdk-core/apis/ec2/2015-10-01/waiters-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"operation": "DescribeInstances",
"acceptors": [
{
"matcher": "status",
"expected": 200,
"matcher": "path",
"expected": true,
"argument": "length(Reservations[]) > `0`",
"state": "success"
},
{
Expand Down

0 comments on commit 04744a8

Please sign in to comment.