You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
Please do not leave "+1" or "me too" comments. They generate extra noise for issue followers and do not help prioritize the request.
Tell us about your request
Customer opened a GitHub issue aws/aws-sdk#18:
It would be great to have waitFor in ElasticBeanstalk service.
My current use case is calling ElasticBeanstalk.createApplicationVersion and when that process finishes I'd like to get notified via callback to make a subsequent call to ElasticBeanstalk.updateEnvironment.
Right now the only approach that I see for this is to poll (calling ElasticBeanstalk.describeApplicationVersions) the status of the application version until it's "Processed" .
Is this request specific to an Elastic Beanstalk platform?
If so, which one(s)?
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Please refer aws/aws-sdk#18
Are you currently working around this issue?
Please refer GitHub issue aws/aws-sdk#18
Additional context
Most likely this is a waiter functionality which needs to be modeled in C2J model.
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered:
Community Note
Tell us about your request
Customer opened a GitHub issue aws/aws-sdk#18:
Is this request specific to an Elastic Beanstalk platform?
If so, which one(s)?
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
Please refer aws/aws-sdk#18
Are you currently working around this issue?
Please refer GitHub issue aws/aws-sdk#18
Additional context
Most likely this is a waiter functionality which needs to be modeled in C2J model.
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered: