stratosphere-cloudfront-1.0.0: Stratosphere integration for AWS CloudFront.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.CloudFront.Function

Documentation

data FunctionConfigProperty Source #

Instances

Instances details
ToJSON FunctionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.FunctionConfigProperty

Show FunctionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.FunctionConfigProperty

Eq FunctionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.FunctionConfigProperty

ToResourceProperties FunctionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.FunctionConfigProperty

Property "Comment" FunctionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.FunctionConfigProperty

Property "KeyValueStoreAssociations" FunctionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.FunctionConfigProperty

Associated Types

type PropertyType "KeyValueStoreAssociations" FunctionConfigProperty 
Instance details

Defined in Stratosphere.CloudFront.Function.FunctionConfigProperty

Property "Runtime" FunctionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.FunctionConfigProperty

type PropertyType "Comment" FunctionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.FunctionConfigProperty

type PropertyType "KeyValueStoreAssociations" FunctionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.FunctionConfigProperty

type PropertyType "Runtime" FunctionConfigProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.FunctionConfigProperty

data KeyValueStoreAssociationProperty Source #

Instances

Instances details
ToJSON KeyValueStoreAssociationProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.KeyValueStoreAssociationProperty

Show KeyValueStoreAssociationProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.KeyValueStoreAssociationProperty

Eq KeyValueStoreAssociationProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.KeyValueStoreAssociationProperty

ToResourceProperties KeyValueStoreAssociationProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.KeyValueStoreAssociationProperty

Property "KeyValueStoreARN" KeyValueStoreAssociationProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.KeyValueStoreAssociationProperty

type PropertyType "KeyValueStoreARN" KeyValueStoreAssociationProperty Source # 
Instance details

Defined in Stratosphere.CloudFront.Function.KeyValueStoreAssociationProperty

data Function Source #

Instances

Instances details
ToJSON Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function

Show Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function

Eq Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function

ToResourceProperties Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function

Property "AutoPublish" Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function

Associated Types

type PropertyType "AutoPublish" Function 
Instance details

Defined in Stratosphere.CloudFront.Function

type PropertyType "AutoPublish" Function = Value Bool

Methods

set :: PropertyType "AutoPublish" Function -> Function -> Function #

Property "FunctionCode" Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function

Associated Types

type PropertyType "FunctionCode" Function 
Instance details

Defined in Stratosphere.CloudFront.Function

type PropertyType "FunctionCode" Function = Value Text

Methods

set :: PropertyType "FunctionCode" Function -> Function -> Function #

Property "FunctionConfig" Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function

Associated Types

type PropertyType "FunctionConfig" Function 
Instance details

Defined in Stratosphere.CloudFront.Function

Methods

set :: PropertyType "FunctionConfig" Function -> Function -> Function #

Property "FunctionMetadata" Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function

Associated Types

type PropertyType "FunctionMetadata" Function 
Instance details

Defined in Stratosphere.CloudFront.Function

Methods

set :: PropertyType "FunctionMetadata" Function -> Function -> Function #

Property "Name" Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function

Associated Types

type PropertyType "Name" Function 
Instance details

Defined in Stratosphere.CloudFront.Function

Methods

set :: PropertyType "Name" Function -> Function -> Function #

type PropertyType "AutoPublish" Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function

type PropertyType "AutoPublish" Function = Value Bool
type PropertyType "FunctionCode" Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function

type PropertyType "FunctionCode" Function = Value Text
type PropertyType "FunctionConfig" Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function

type PropertyType "FunctionMetadata" Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function

type PropertyType "Name" Function Source # 
Instance details

Defined in Stratosphere.CloudFront.Function