module Stratosphere.CodePipeline.Pipeline.ActionTypeIdProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ActionTypeIdProperty :: Prelude.Type instance ToResourceProperties ActionTypeIdProperty instance Prelude.Eq ActionTypeIdProperty instance Prelude.Show ActionTypeIdProperty instance JSON.ToJSON ActionTypeIdProperty