module Stratosphere.Oam.Link.LinkConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data LinkConfigurationProperty :: Prelude.Type instance ToResourceProperties LinkConfigurationProperty instance Prelude.Eq LinkConfigurationProperty instance Prelude.Show LinkConfigurationProperty instance JSON.ToJSON LinkConfigurationProperty