| 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.NetworkManager.Types.AttachmentState
Description
Documentation
newtype AttachmentState Source #
Constructors
| AttachmentState' | |
Fields | |
Bundled Patterns
| pattern AttachmentState_AVAILABLE :: AttachmentState | |
| pattern AttachmentState_CREATING :: AttachmentState | |
| pattern AttachmentState_DELETING :: AttachmentState | |
| pattern AttachmentState_FAILED :: AttachmentState | |
| pattern AttachmentState_PENDING_ATTACHMENT_ACCEPTANCE :: AttachmentState | |
| pattern AttachmentState_PENDING_NETWORK_UPDATE :: AttachmentState | |
| pattern AttachmentState_PENDING_TAG_ACCEPTANCE :: AttachmentState | |
| pattern AttachmentState_REJECTED :: AttachmentState | |
| pattern AttachmentState_UPDATING :: AttachmentState |