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