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.IntegrationType

Description

 
Synopsis

Documentation

newtype IntegrationType Source #

Represents an API method integration type.

Constructors

IntegrationType' 

Instances

Instances details
Eq IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

Ord IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

Read IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

Show IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

Generic IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

Associated Types

type Rep IntegrationType :: Type -> Type #

NFData IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

Methods

rnf :: IntegrationType -> () #

Hashable IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

ToJSON IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

ToJSONKey IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

FromJSON IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

FromJSONKey IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

ToLog IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

ToHeader IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

ToQuery IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

FromXML IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

ToXML IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

Methods

toXML :: IntegrationType -> XML #

ToByteString IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

FromText IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

ToText IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

type Rep IntegrationType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.IntegrationType

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