module Stratosphere.AppRunner.Service.ImageRepositoryProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data ImageRepositoryProperty :: Prelude.Type instance ToResourceProperties ImageRepositoryProperty instance Prelude.Eq ImageRepositoryProperty instance Prelude.Show ImageRepositoryProperty instance JSON.ToJSON ImageRepositoryProperty