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