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

Description

 
Synopsis

Documentation

newtype AuthorizerType Source #

The authorizer type. Valid values are TOKEN for a Lambda function using a single authorization token submitted in a custom header, REQUEST for a Lambda function using incoming request parameters, and COGNITO_USER_POOLS for using an Amazon Cognito user pool.

Constructors

AuthorizerType' 

Instances

Instances details
FromJSON AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

FromJSONKey AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToJSON AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToJSONKey AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToByteString AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToHeader AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToLog AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToQuery AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

FromText AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToText AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

FromXML AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

ToXML AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

Methods

toXML :: AuthorizerType -> XML #

Generic AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

Associated Types

type Rep AuthorizerType :: Type -> Type #

Read AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

Show AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

NFData AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

Methods

rnf :: AuthorizerType -> () #

Eq AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

Ord AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

Hashable AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

type Rep AuthorizerType Source # 
Instance details

Defined in Amazonka.APIGateway.Types.AuthorizerType

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