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