-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce waiters as top-level methods (#408)
## Changes * Deprecated `*AndWait` methods, will be removed in further releases. This PR keeps backwards compatibility for these methods. * Introduced dedicated wait-for-state polling methods. This PR breaks compatibility for these methods and increases coherence with other SDKs * `*API` clients with long-running semantics now always return an instance, that allows to optionally start polling ## Tests - [x] `make test` passing - [x] `make fmt` applied - [ ] relevant integration tests applied
- Loading branch information
Showing
15 changed files
with
1,423 additions
and
996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.