amazonka-apigateway-2.0: Amazon API Gateway SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.APIGateway.Types.EndpointType

Description

 
Synopsis

Documentation

newtype EndpointType Source #

The endpoint type. The valid values are EDGE for edge-optimized API setup, most suitable for mobile applications; REGIONAL for regional API endpoint setup, most suitable for calling from AWS Region; and PRIVATE for private APIs.

Constructors

EndpointType' 

Instances

Instances details
FromJSON EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

FromJSONKey EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToJSON EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToJSONKey EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToByteString EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToHeader EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToLog EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToQuery EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

FromText EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToText EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Methods

toText :: EndpointType -> Text #

FromXML EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

ToXML EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Methods

toXML :: EndpointType -> XML #

Generic EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Associated Types

type Rep EndpointType :: Type -> Type #

Read EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Show EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

NFData EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Methods

rnf :: EndpointType -> () #

Eq EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Ord EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

Hashable EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

type Rep EndpointType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.EndpointType

type Rep EndpointType = D1 ('MetaData "EndpointType" "Amazonka.APIGateway.Types.EndpointType" "amazonka-apigateway-2.0-zw0Lbt4rUGxZBjJ4Rpfi" 'True) (C1 ('MetaCons "EndpointType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEndpointType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))