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