feat(clients): adding throwable waiters WaitUntil[operationState]#2302
feat(clients): adding throwable waiters WaitUntil[operationState]#2302alexforsyth merged 6 commits intoaws:mainfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2302 +/- ##
=======================================
Coverage ? 60.02%
=======================================
Files ? 472
Lines ? 24847
Branches ? 5885
=======================================
Hits ? 14915
Misses ? 9932
Partials ? 0 Continue to review full report at Codecov.
|
|
This PR needs rebase @alexforsyth |
62cd2ff to
67c1e7d
Compare
|
All the SDK related interfaces should be exported from |
| /** | ||
| * @deprecated Use abortSignal | ||
| * Abort controller. Used for ending the waiter early. | ||
| */ |
There was a problem hiding this comment.
Remove documentation, as we're now recommending customers to use abortSignal.
| /** | |
| * @deprecated Use abortSignal | |
| * Abort controller. Used for ending the waiter early. | |
| */ | |
| /** | |
| * @deprecated Use `abortSignal` instead. | |
| */ |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue
#1917
Issue number, if available, prefixed with "#"
Description
WaitUntilBlahBlahthat throws when a waiter enters a non-success stateWaitForBlahBlahsince it doesn't throw.What does this implement/fix? Explain your changes.
Testing
How was this change tested?
Additional context
Add any other context about the PR here.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.