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 #124 from petemounce/waiter_password
Browse files Browse the repository at this point in the history
EC2 Instance windows password waiter
  • Loading branch information
trevorrowe committed Dec 9, 2014
2 parents 66210e7 + 1f0e032 commit 375b0e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aws-sdk-core/apis/EC2.waiters.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
"stopping"
]
},
"PasswordDataAvailable": {
"operation": "GetPasswordData",
"success_path": "length(PasswordData) > `0`",
"success_value": true
},
"__ExportTaskState": {
"operation": "DescribeExportTasks",
"acceptor_path": "ExportTasks[].State"
Expand Down

0 comments on commit 375b0e7

Please sign in to comment.