stratosphere-connect-1.0.0: gen/Stratosphere/Connect/Rule/ActionsProperty.hs-boot
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