module Stratosphere.Timestream.ScheduledQuery.ScheduleConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ScheduleConfigurationProperty :: Prelude.Type instance ToResourceProperties ScheduleConfigurationProperty instance Prelude.Eq ScheduleConfigurationProperty instance Prelude.Show ScheduleConfigurationProperty instance JSON.ToJSON ScheduleConfigurationProperty