module Stratosphere.VpcLattice.Service.DnsEntryProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data DnsEntryProperty :: Prelude.Type instance ToResourceProperties DnsEntryProperty instance Prelude.Eq DnsEntryProperty instance Prelude.Show DnsEntryProperty instance JSON.ToJSON DnsEntryProperty