amazonka-lambda-2.0: Amazon Lambda SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Lambda.Waiters

Description

 
Synopsis

Documentation

newFunctionActive :: Wait GetFunctionConfiguration Source #

Polls GetFunctionConfiguration every 5 seconds until a successful state is reached. An error is returned after 60 failed checks.

newFunctionActiveV2 :: Wait GetFunction Source #

Polls GetFunction every 1 seconds until a successful state is reached. An error is returned after 300 failed checks.

newFunctionExists :: Wait GetFunction Source #

Polls GetFunction every 1 seconds until a successful state is reached. An error is returned after 20 failed checks.

newFunctionUpdated :: Wait GetFunctionConfiguration Source #

Polls GetFunctionConfiguration every 5 seconds until a successful state is reached. An error is returned after 60 failed checks.

newFunctionUpdatedV2 :: Wait GetFunction Source #

Polls GetFunction every 1 seconds until a successful state is reached. An error is returned after 300 failed checks.

newPublishedVersionActive :: Wait GetFunctionConfiguration Source #

Polls GetFunctionConfiguration every 5 seconds until a successful state is reached. An error is returned after 312 failed checks.