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