module Stratosphere.MediaTailor.PlaybackConfiguration.DashConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data DashConfigurationProperty :: Prelude.Type instance ToResourceProperties DashConfigurationProperty instance Prelude.Eq DashConfigurationProperty instance Prelude.Show DashConfigurationProperty instance JSON.ToJSON DashConfigurationProperty