module Stratosphere.EMRServerless.Application.MaximumAllowedResourcesProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data MaximumAllowedResourcesProperty :: Prelude.Type instance ToResourceProperties MaximumAllowedResourcesProperty instance Prelude.Eq MaximumAllowedResourcesProperty instance Prelude.Show MaximumAllowedResourcesProperty instance JSON.ToJSON MaximumAllowedResourcesProperty