module Stratosphere.ARCRegionSwitch.Plan.LambdasProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data LambdasProperty :: Prelude.Type instance ToResourceProperties LambdasProperty instance Prelude.Eq LambdasProperty instance Prelude.Show LambdasProperty instance JSON.ToJSON LambdasProperty