| 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 |
Amazonka.Connect.Types.ContactState
Description
Documentation
newtype ContactState Source #
Constructors
| ContactState' | |
Fields | |
Bundled Patterns
| pattern ContactState_CONNECTED :: ContactState | |
| pattern ContactState_CONNECTED_ONHOLD :: ContactState | |
| pattern ContactState_CONNECTING :: ContactState | |
| pattern ContactState_ENDED :: ContactState | |
| pattern ContactState_ERROR :: ContactState | |
| pattern ContactState_INCOMING :: ContactState | |
| pattern ContactState_MISSED :: ContactState | |
| pattern ContactState_PENDING :: ContactState | |
| pattern ContactState_REJECTED :: ContactState |