module Stratosphere.LicenseManager.License.BorrowConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data BorrowConfigurationProperty :: Prelude.Type instance ToResourceProperties BorrowConfigurationProperty instance Prelude.Eq BorrowConfigurationProperty instance Prelude.Show BorrowConfigurationProperty instance JSON.ToJSON BorrowConfigurationProperty