module Stratosphere.CustomerProfiles.CalculatedAttributeDefinition.ReadinessProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ReadinessProperty :: Prelude.Type instance ToResourceProperties ReadinessProperty instance Prelude.Eq ReadinessProperty instance Prelude.Show ReadinessProperty instance JSON.ToJSON ReadinessProperty