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

Stratosphere.Lambda.Version

Documentation

data Version Source #

Instances

Instances details
ToJSON Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version

Show Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version

Eq Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version

Methods

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

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

ToResourceProperties Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version

Property "CodeSha256" Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version

Associated Types

type PropertyType "CodeSha256" Version 
Instance details

Defined in Stratosphere.Lambda.Version

type PropertyType "CodeSha256" Version = Value Text

Methods

set :: PropertyType "CodeSha256" Version -> Version -> Version #

Property "Description" Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version

Associated Types

type PropertyType "Description" Version 
Instance details

Defined in Stratosphere.Lambda.Version

type PropertyType "Description" Version = Value Text

Methods

set :: PropertyType "Description" Version -> Version -> Version #

Property "FunctionName" Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version

Associated Types

type PropertyType "FunctionName" Version 
Instance details

Defined in Stratosphere.Lambda.Version

type PropertyType "FunctionName" Version = Value Text

Methods

set :: PropertyType "FunctionName" Version -> Version -> Version #

Property "ProvisionedConcurrencyConfig" Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version

Associated Types

type PropertyType "ProvisionedConcurrencyConfig" Version 
Instance details

Defined in Stratosphere.Lambda.Version

Methods

set :: PropertyType "ProvisionedConcurrencyConfig" Version -> Version -> Version #

Property "RuntimePolicy" Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version

Associated Types

type PropertyType "RuntimePolicy" Version 
Instance details

Defined in Stratosphere.Lambda.Version

Methods

set :: PropertyType "RuntimePolicy" Version -> Version -> Version #

type PropertyType "CodeSha256" Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version

type PropertyType "CodeSha256" Version = Value Text
type PropertyType "Description" Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version

type PropertyType "Description" Version = Value Text
type PropertyType "FunctionName" Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version

type PropertyType "FunctionName" Version = Value Text
type PropertyType "ProvisionedConcurrencyConfig" Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version

type PropertyType "RuntimePolicy" Version Source # 
Instance details

Defined in Stratosphere.Lambda.Version