| 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.ApiGatewayV2.Types.ProtocolType
Description
Synopsis
- newtype ProtocolType where
- ProtocolType' { }
- pattern ProtocolType_HTTP :: ProtocolType
- pattern ProtocolType_WEBSOCKET :: ProtocolType
Documentation
newtype ProtocolType Source #
Represents a protocol type.
Constructors
| ProtocolType' | |
Fields | |
Bundled Patterns
| pattern ProtocolType_HTTP :: ProtocolType | |
| pattern ProtocolType_WEBSOCKET :: ProtocolType |