AWSWaiterMatcher

public protocol AWSWaiterMatcher

Protocol for matchers used in waiters.

A matcher returns whether the returned value from an AWS API call matches a certain state

  • Declaration

    Swift

    func match(result: Result<Any, Error>) -> Bool