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

Description

 
Synopsis

Documentation

newtype AuthorizerType Source #

The authorizer type. Specify REQUEST for a Lambda function using incoming request parameters. Specify JWT to use JSON Web Tokens (supported only for HTTP APIs).

Constructors

AuthorizerType' 

Instances

Instances details
Eq AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

Ord AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

Read AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

Show AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

Generic AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

Associated Types

type Rep AuthorizerType :: Type -> Type #

NFData AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

Methods

rnf :: AuthorizerType -> () #

Hashable AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

ToJSON AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

ToJSONKey AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

FromJSON AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

FromJSONKey AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

ToLog AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

ToHeader AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

ToQuery AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

FromXML AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

ToXML AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

Methods

toXML :: AuthorizerType -> XML #

ToByteString AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

FromText AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

ToText AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

type Rep AuthorizerType Source # 
Instance details

Defined in Amazonka.ApiGatewayV2.Types.AuthorizerType

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