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