module Stratosphere.MediaLive.Channel.InputChannelLevelProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data InputChannelLevelProperty :: Prelude.Type instance ToResourceProperties InputChannelLevelProperty instance Prelude.Eq InputChannelLevelProperty instance Prelude.Show InputChannelLevelProperty instance JSON.ToJSON InputChannelLevelProperty