amazonka-core-0.3.0: Core functionality and data types for Amazonka libraries.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Waiters

Contents

Synopsis

Types

data Wait a Source

Timing and acceptance criteria to check fulfillment of a remote operation.

Constructors

Wait 

Acceptors

Matchers

matchAll :: Eq b => b -> Accept -> Fold (Rs a) b -> Acceptor a Source

matchAny :: Eq b => b -> Accept -> Fold (Rs a) b -> Acceptor a Source

Lenses