stratosphere-deadline-1.0.0: Stratosphere integration for AWS Deadline.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Deadline.Farm

Documentation

data Farm Source #

Instances

Instances details
ToJSON Farm Source # 
Instance details

Defined in Stratosphere.Deadline.Farm

Show Farm Source # 
Instance details

Defined in Stratosphere.Deadline.Farm

Methods

showsPrec :: Int -> Farm -> ShowS #

show :: Farm -> String #

showList :: [Farm] -> ShowS #

Eq Farm Source # 
Instance details

Defined in Stratosphere.Deadline.Farm

Methods

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

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

ToResourceProperties Farm Source # 
Instance details

Defined in Stratosphere.Deadline.Farm

Property "Description" Farm Source # 
Instance details

Defined in Stratosphere.Deadline.Farm

Associated Types

type PropertyType "Description" Farm 
Instance details

Defined in Stratosphere.Deadline.Farm

type PropertyType "Description" Farm = Value Text

Methods

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

Property "DisplayName" Farm Source # 
Instance details

Defined in Stratosphere.Deadline.Farm

Associated Types

type PropertyType "DisplayName" Farm 
Instance details

Defined in Stratosphere.Deadline.Farm

type PropertyType "DisplayName" Farm = Value Text

Methods

set :: PropertyType "DisplayName" Farm -> Farm -> Farm #

Property "KmsKeyArn" Farm Source # 
Instance details

Defined in Stratosphere.Deadline.Farm

Associated Types

type PropertyType "KmsKeyArn" Farm 
Instance details

Defined in Stratosphere.Deadline.Farm

type PropertyType "KmsKeyArn" Farm = Value Text

Methods

set :: PropertyType "KmsKeyArn" Farm -> Farm -> Farm #

Property "Tags" Farm Source # 
Instance details

Defined in Stratosphere.Deadline.Farm

Associated Types

type PropertyType "Tags" Farm 
Instance details

Defined in Stratosphere.Deadline.Farm

type PropertyType "Tags" Farm = [Tag]

Methods

set :: PropertyType "Tags" Farm -> Farm -> Farm #

type PropertyType "Description" Farm Source # 
Instance details

Defined in Stratosphere.Deadline.Farm

type PropertyType "Description" Farm = Value Text
type PropertyType "DisplayName" Farm Source # 
Instance details

Defined in Stratosphere.Deadline.Farm

type PropertyType "DisplayName" Farm = Value Text
type PropertyType "KmsKeyArn" Farm Source # 
Instance details

Defined in Stratosphere.Deadline.Farm

type PropertyType "KmsKeyArn" Farm = Value Text
type PropertyType "Tags" Farm Source # 
Instance details

Defined in Stratosphere.Deadline.Farm

type PropertyType "Tags" Farm = [Tag]