module Stratosphere.RTBFabric.Link.ApplicationLogsProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ApplicationLogsProperty :: Prelude.Type instance ToResourceProperties ApplicationLogsProperty instance Prelude.Eq ApplicationLogsProperty instance Prelude.Show ApplicationLogsProperty instance JSON.ToJSON ApplicationLogsProperty