module Stratosphere.FIS.ExperimentTemplate.OutputsProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data OutputsProperty :: Prelude.Type instance ToResourceProperties OutputsProperty instance Prelude.Eq OutputsProperty instance Prelude.Show OutputsProperty instance JSON.ToJSON OutputsProperty