module Stratosphere.Panorama.ApplicationInstance.ManifestPayloadProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ManifestPayloadProperty :: Prelude.Type instance ToResourceProperties ManifestPayloadProperty instance Prelude.Eq ManifestPayloadProperty instance Prelude.Show ManifestPayloadProperty instance JSON.ToJSON ManifestPayloadProperty