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