waitfor step - wait for any aws client method
- waitfor step to wait for any arbitrary aws client method to reach a desired status
- refactor
pypyraws.steps.client
argument preparation to allow re-use betweenwaitfor
andclient
. - add pypyraws.errors, deriving from pypyr.errors.PluginError. Add
WaitTimeout
for the waitfor step. - README updates