module Stratosphere.KinesisAnalytics.ApplicationOutput.LambdaOutputProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data LambdaOutputProperty :: Prelude.Type instance ToResourceProperties LambdaOutputProperty instance Prelude.Eq LambdaOutputProperty instance Prelude.Show LambdaOutputProperty instance JSON.ToJSON LambdaOutputProperty