libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ApiGatewayV2.Types.ProtocolType

Description

 
Synopsis

Documentation

newtype ProtocolType Source #

Represents a protocol type.

Constructors

ProtocolType' 

Bundled Patterns

pattern ProtocolType_HTTP :: ProtocolType 
pattern ProtocolType_WEBSOCKET :: ProtocolType 

Instances

Instances details
Eq ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

Ord ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

Read ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

Show ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

Generic ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

Associated Types

type Rep ProtocolType :: Type -> Type #

NFData ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

Methods

rnf :: ProtocolType -> () #

Hashable ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

ToJSON ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

ToJSONKey ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

FromJSON ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

FromJSONKey ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

ToLog ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

ToHeader ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

ToQuery ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

FromXML ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

ToXML ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

Methods

toXML :: ProtocolType -> XML #

ToByteString ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

FromText ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

ToText ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

Methods

toText :: ProtocolType -> Text #

type Rep ProtocolType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.ProtocolType

type Rep ProtocolType = D1 ('MetaData "ProtocolType" "Amazonka.ApiGatewayV2.Types.ProtocolType" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'True) (C1 ('MetaCons "ProtocolType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProtocolType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))