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