| 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.CloudWatchEvents.Types.EndpointState
Description
Documentation
newtype EndpointState Source #
Constructors
| EndpointState' | |
Fields | |
Bundled Patterns
| pattern EndpointState_ACTIVE :: EndpointState | |
| pattern EndpointState_CREATE_FAILED :: EndpointState | |
| pattern EndpointState_CREATING :: EndpointState | |
| pattern EndpointState_DELETE_FAILED :: EndpointState | |
| pattern EndpointState_DELETING :: EndpointState | |
| pattern EndpointState_UPDATE_FAILED :: EndpointState | |
| pattern EndpointState_UPDATING :: EndpointState |