module Stratosphere.MediaPackage.Asset.EgressEndpointProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data EgressEndpointProperty :: Prelude.Type instance ToResourceProperties EgressEndpointProperty instance Prelude.Eq EgressEndpointProperty instance Prelude.Show EgressEndpointProperty instance JSON.ToJSON EgressEndpointProperty