module Stratosphere.BCMDataExports.Export.RefreshCadenceProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data RefreshCadenceProperty :: Prelude.Type instance ToResourceProperties RefreshCadenceProperty instance Prelude.Eq RefreshCadenceProperty instance Prelude.Show RefreshCadenceProperty instance JSON.ToJSON RefreshCadenceProperty