module Stratosphere.AppSync.Api.DnsMapProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data DnsMapProperty :: Prelude.Type instance ToResourceProperties DnsMapProperty instance Prelude.Eq DnsMapProperty instance Prelude.Show DnsMapProperty instance JSON.ToJSON DnsMapProperty