module Stratosphere.IoT.JobTemplate.AbortConfigProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data AbortConfigProperty :: Prelude.Type instance ToResourceProperties AbortConfigProperty instance Prelude.Eq AbortConfigProperty instance Prelude.Show AbortConfigProperty instance JSON.ToJSON AbortConfigProperty