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

Copyright(c) 2013-2016 Brendan Hay
LicenseThis Source Code Form is subject to the terms of
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityprovisional
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Waiter

Contents

Description

 

Synopsis

Types

data Wait a Source #

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

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 #

Util