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

Commit

Permalink
Make password waiter work
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Mounce committed Dec 9, 2014
1 parent ad5a09f commit 1f0e032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws-sdk-core/apis/EC2.waiters.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
},
"PasswordDataAvailable": {
"operation": "GetPasswordData",
"success_path": "not_null(PasswordData)"
"success_path": "length(PasswordData) > `0`",
"success_value": true
},
"__ExportTaskState": {
"operation": "DescribeExportTasks",
Expand Down

0 comments on commit 1f0e032

Please sign in to comment.