Skip to content

Commit

Permalink
Merge pull request #647 from aws/fix/ec2-waiter
Browse files Browse the repository at this point in the history
Fix typo in the AWS.EC2 spotInstanceRequestFulfilled waiter
  • Loading branch information
lsegal committed Jul 1, 2015
2 parents 266ebd7 + 7c8d3df commit 80931dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apis/ec2-2015-04-15.waiters.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@
},
"__SpotInstanceRequestState": {
"operation": "DescribeSpotInstanceRequests",
"acceptor.path": "SpotInstanceRequests[].Status.Code"
"acceptor_path": "SpotInstanceRequests[].Status.Code"
},
"SpotInstanceRequestFulfilled": {
"extends": "__SpotInstanceRequestState",
"success.value": "fulfilled",
"failure.value": [
"success_value": "fulfilled",
"failure_value": [
"schedule-expired",
"canceled-before-fulfillment",
"bad-parameters",
Expand Down

0 comments on commit 80931dd

Please sign in to comment.