| 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.Nimble.Types.LaunchProfileState
Description
Documentation
newtype LaunchProfileState Source #
Constructors
| LaunchProfileState' | |
Fields | |
Bundled Patterns
| pattern LaunchProfileState_CREATE_FAILED :: LaunchProfileState | |
| pattern LaunchProfileState_CREATE_IN_PROGRESS :: LaunchProfileState | |
| pattern LaunchProfileState_DELETED :: LaunchProfileState | |
| pattern LaunchProfileState_DELETE_FAILED :: LaunchProfileState | |
| pattern LaunchProfileState_DELETE_IN_PROGRESS :: LaunchProfileState | |
| pattern LaunchProfileState_READY :: LaunchProfileState | |
| pattern LaunchProfileState_UPDATE_FAILED :: LaunchProfileState | |
| pattern LaunchProfileState_UPDATE_IN_PROGRESS :: LaunchProfileState |