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