stratosphere-lambda-1.0.0: Stratosphere integration for AWS Lambda.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Lambda.Url

Documentation

data Url Source #

Instances

Instances details
ToJSON Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

Show Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

Methods

showsPrec :: Int -> Url -> ShowS #

show :: Url -> String #

showList :: [Url] -> ShowS #

Eq Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

Methods

(==) :: Url -> Url -> Bool #

(/=) :: Url -> Url -> Bool #

ToResourceProperties Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

Property "AuthType" Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

Associated Types

type PropertyType "AuthType" Url 
Instance details

Defined in Stratosphere.Lambda.Url

type PropertyType "AuthType" Url = Value Text

Methods

set :: PropertyType "AuthType" Url -> Url -> Url #

Property "Cors" Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

Associated Types

type PropertyType "Cors" Url 
Instance details

Defined in Stratosphere.Lambda.Url

Methods

set :: PropertyType "Cors" Url -> Url -> Url #

Property "InvokeMode" Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

Associated Types

type PropertyType "InvokeMode" Url 
Instance details

Defined in Stratosphere.Lambda.Url

type PropertyType "InvokeMode" Url = Value Text

Methods

set :: PropertyType "InvokeMode" Url -> Url -> Url #

Property "Qualifier" Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

Associated Types

type PropertyType "Qualifier" Url 
Instance details

Defined in Stratosphere.Lambda.Url

type PropertyType "Qualifier" Url = Value Text

Methods

set :: PropertyType "Qualifier" Url -> Url -> Url #

Property "TargetFunctionArn" Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

Associated Types

type PropertyType "TargetFunctionArn" Url 
Instance details

Defined in Stratosphere.Lambda.Url

type PropertyType "TargetFunctionArn" Url = Value Text

Methods

set :: PropertyType "TargetFunctionArn" Url -> Url -> Url #

type PropertyType "AuthType" Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

type PropertyType "AuthType" Url = Value Text
type PropertyType "Cors" Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

type PropertyType "InvokeMode" Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

type PropertyType "InvokeMode" Url = Value Text
type PropertyType "Qualifier" Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

type PropertyType "Qualifier" Url = Value Text
type PropertyType "TargetFunctionArn" Url Source # 
Instance details

Defined in Stratosphere.Lambda.Url

type PropertyType "TargetFunctionArn" Url = Value Text