Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- newChannelCreated :: Wait DescribeChannel
- newChannelDeleted :: Wait DescribeChannel
- newChannelRunning :: Wait DescribeChannel
- newChannelStopped :: Wait DescribeChannel
- newInputAttached :: Wait DescribeInput
- newInputDeleted :: Wait DescribeInput
- newInputDetached :: Wait DescribeInput
- newMultiplexCreated :: Wait DescribeMultiplex
- newMultiplexDeleted :: Wait DescribeMultiplex
- newMultiplexRunning :: Wait DescribeMultiplex
- newMultiplexStopped :: Wait DescribeMultiplex
Documentation
newChannelCreated :: Wait DescribeChannel Source #
Polls DescribeChannel
every 3 seconds until a successful state is reached. An error is returned after 5 failed checks.
newChannelDeleted :: Wait DescribeChannel Source #
Polls DescribeChannel
every 5 seconds until a successful state is reached. An error is returned after 84 failed checks.
newChannelRunning :: Wait DescribeChannel Source #
Polls DescribeChannel
every 5 seconds until a successful state is reached. An error is returned after 120 failed checks.
newChannelStopped :: Wait DescribeChannel Source #
Polls DescribeChannel
every 5 seconds until a successful state is reached. An error is returned after 60 failed checks.
newInputAttached :: Wait DescribeInput Source #
Polls DescribeInput
every 5 seconds until a successful state is reached. An error is returned after 20 failed checks.
newInputDeleted :: Wait DescribeInput Source #
Polls DescribeInput
every 5 seconds until a successful state is reached. An error is returned after 20 failed checks.
newInputDetached :: Wait DescribeInput Source #
Polls DescribeInput
every 5 seconds until a successful state is reached. An error is returned after 84 failed checks.
newMultiplexCreated :: Wait DescribeMultiplex Source #
Polls DescribeMultiplex
every 3 seconds until a successful state is reached. An error is returned after 5 failed checks.
newMultiplexDeleted :: Wait DescribeMultiplex Source #
Polls DescribeMultiplex
every 5 seconds until a successful state is reached. An error is returned after 20 failed checks.
newMultiplexRunning :: Wait DescribeMultiplex Source #
Polls DescribeMultiplex
every 5 seconds until a successful state is reached. An error is returned after 120 failed checks.
newMultiplexStopped :: Wait DescribeMultiplex Source #
Polls DescribeMultiplex
every 5 seconds until a successful state is reached. An error is returned after 28 failed checks.