module Stratosphere.AppSync.Api.EventLogConfigProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data EventLogConfigProperty :: Prelude.Type instance ToResourceProperties EventLogConfigProperty instance Prelude.Eq EventLogConfigProperty instance Prelude.Show EventLogConfigProperty instance JSON.ToJSON EventLogConfigProperty