Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create two additional waiters AppAvailable and InstanceProfileAvailable #866

Closed
wants to merge 2 commits into from

Conversation

djcp
Copy link
Contributor

@djcp djcp commented Jul 7, 2015

This creates 2 additional waiters:

  • OpsWorks AppAvailable, to ensure an app is available before taking subsequent actions
  • IAM InstanceProfileAvailable, to let you wait for an instance profile to be available

trevorrowe added a commit that referenced this pull request Jul 22, 2015
@trevorrowe
Copy link
Member

I pulled these changes locally, and made a few minor changes. Most notably, I renamed the waiters to InstanceProfileExists and AppExists to be consistent with other waiter names. I also added a resource exist waiter for Aws::IAM::InstanceProfile#wait_until_exists and Aws::IAM::InstanceProfile#exists?. The latter is automatically created when there is an exists waiter.

Thanks for the contribution! This should be released shortly.

@trevorrowe trevorrowe closed this Jul 22, 2015
@djcp
Copy link
Contributor Author

djcp commented Jul 22, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants