module Stratosphere.CodeDeploy.DeploymentConfig.TimeBasedLinearProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data TimeBasedLinearProperty :: Prelude.Type instance ToResourceProperties TimeBasedLinearProperty instance Prelude.Eq TimeBasedLinearProperty instance Prelude.Show TimeBasedLinearProperty instance JSON.ToJSON TimeBasedLinearProperty