module Stratosphere.EVS.Environment.LicenseInfoProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data LicenseInfoProperty :: Prelude.Type instance ToResourceProperties LicenseInfoProperty instance Prelude.Eq LicenseInfoProperty instance Prelude.Show LicenseInfoProperty instance JSON.ToJSON LicenseInfoProperty