module Stratosphere.Connect.User.UserPhoneConfigProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data UserPhoneConfigProperty :: Prelude.Type instance ToResourceProperties UserPhoneConfigProperty instance Prelude.Eq UserPhoneConfigProperty instance Prelude.Show UserPhoneConfigProperty instance JSON.ToJSON UserPhoneConfigProperty