(optional) Indicates a reason for why a waiter has reached its state.
Handles and throws exceptions resulting from the waiterResult
WaiterResult
Create a waiter promise that only resolves when:
acceptorChecks
succeeds, or fails
Otherwise, it invokes acceptorChecks
with exponential-backoff delay.Function that runs polling as part of waiters. This will make one inital attempt and then subsequent attempts with an increasing delay.
client input
Validates that waiter options are passed correctly
a waiter configuration object
@aws-sdk/util-waiter
Usage
You probably shouldn't, at least directly.