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