module Stratosphere.Connect.Rule.ActionsProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ActionsProperty :: Prelude.Type instance ToResourceProperties ActionsProperty instance Prelude.Eq ActionsProperty instance Prelude.Show ActionsProperty instance JSON.ToJSON ActionsProperty