module Stratosphere.CodeArtifact.PackageGroup.OriginConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data OriginConfigurationProperty :: Prelude.Type instance ToResourceProperties OriginConfigurationProperty instance Prelude.Eq OriginConfigurationProperty instance Prelude.Show OriginConfigurationProperty instance JSON.ToJSON OriginConfigurationProperty