module Stratosphere.SecurityHub.AutomationRule.NoteUpdateProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data NoteUpdateProperty :: Prelude.Type instance ToResourceProperties NoteUpdateProperty instance Prelude.Eq NoteUpdateProperty instance Prelude.Show NoteUpdateProperty instance JSON.ToJSON NoteUpdateProperty