module Stratosphere.Lex.Bot.DataPrivacyProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data DataPrivacyProperty :: Prelude.Type instance ToResourceProperties DataPrivacyProperty instance Prelude.Eq DataPrivacyProperty instance Prelude.Show DataPrivacyProperty instance JSON.ToJSON DataPrivacyProperty