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

Code-generate a waitFor method for each waiter #449

Closed
Tracked by #176
jbelkins opened this issue Oct 10, 2022 · 0 comments
Closed
Tracked by #176

Code-generate a waitFor method for each waiter #449

jbelkins opened this issue Oct 10, 2022 · 0 comments
Assignees
Labels
feature-request A feature should be added or improved. smithy-waiters Add support for Smithy Waiters

Comments

@jbelkins
Copy link
Contributor

jbelkins commented Oct 10, 2022

For each waiter, code-generate a public waitFor...() method that provides the entry point to waiter functionality.

The waiter method should be code generated as described in the Swift Waiters design doc here.

Requirements:

  • Generate the method, configuring reusable types as needed, and using the Acceptors generated in Code-generate Acceptors for waiters #448.
  • Add tests as required to ensure that methods are generated correctly.

When complete, this work should merge to a Waiters project branch while awaiting the completion of the rest of the Waiters project.

@jbelkins jbelkins self-assigned this Oct 10, 2022
@jbelkins jbelkins added the feature-request A feature should be added or improved. label Oct 10, 2022
@smivij smivij closed this as completed Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. smithy-waiters Add support for Smithy Waiters
Projects
None yet
Development

No branches or pull requests

2 participants