module Stratosphere.HealthLake.FHIRDatastore.CreatedAtProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data CreatedAtProperty :: Prelude.Type instance ToResourceProperties CreatedAtProperty instance Prelude.Eq CreatedAtProperty instance Prelude.Show CreatedAtProperty instance JSON.ToJSON CreatedAtProperty