Build an Operation from a kick-off resource and a poll function. The waiter loops poll with backoff until a terminal PollResult.
poll
WaiterError WAITER_FAILED on a failed terminal state, or WAITER_TIMEOUT when timeoutMs elapses first.
WAITER_FAILED
WAITER_TIMEOUT
timeoutMs
Build an Operation from a kick-off resource and a poll function. The waiter loops
pollwith backoff until a terminal PollResult.