stratosphere-apptest-1.0.0: Stratosphere integration for AWS AppTest.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.AppTest.TestCase.BatchProperty

Documentation

data BatchProperty Source #

Instances

Instances details
ToJSON BatchProperty Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase.BatchProperty

Show BatchProperty Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase.BatchProperty

Eq BatchProperty Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase.BatchProperty

ToResourceProperties BatchProperty Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase.BatchProperty

Property "BatchJobName" BatchProperty Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase.BatchProperty

Associated Types

type PropertyType "BatchJobName" BatchProperty 
Instance details

Defined in Stratosphere.AppTest.TestCase.BatchProperty

type PropertyType "BatchJobName" BatchProperty = Value Text
Property "BatchJobParameters" BatchProperty Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase.BatchProperty

Associated Types

type PropertyType "BatchJobParameters" BatchProperty 
Instance details

Defined in Stratosphere.AppTest.TestCase.BatchProperty

type PropertyType "BatchJobParameters" BatchProperty = Map Text (Value Text)

Methods

set :: PropertyType "BatchJobParameters" BatchProperty -> BatchProperty -> BatchProperty #

Property "ExportDataSetNames" BatchProperty Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase.BatchProperty

Associated Types

type PropertyType "ExportDataSetNames" BatchProperty 
Instance details

Defined in Stratosphere.AppTest.TestCase.BatchProperty

type PropertyType "ExportDataSetNames" BatchProperty = ValueList Text

Methods

set :: PropertyType "ExportDataSetNames" BatchProperty -> BatchProperty -> BatchProperty #

type PropertyType "BatchJobName" BatchProperty Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase.BatchProperty

type PropertyType "BatchJobName" BatchProperty = Value Text
type PropertyType "BatchJobParameters" BatchProperty Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase.BatchProperty

type PropertyType "BatchJobParameters" BatchProperty = Map Text (Value Text)
type PropertyType "ExportDataSetNames" BatchProperty Source # 
Instance details

Defined in Stratosphere.AppTest.TestCase.BatchProperty

type PropertyType "ExportDataSetNames" BatchProperty = ValueList Text