module Stratosphere.GreengrassV2.Deployment.ComponentRunWithProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ComponentRunWithProperty :: Prelude.Type instance ToResourceProperties ComponentRunWithProperty instance Prelude.Eq ComponentRunWithProperty instance Prelude.Show ComponentRunWithProperty instance JSON.ToJSON ComponentRunWithProperty