module Stratosphere.Logs.Transformer.AddKeyEntryProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data AddKeyEntryProperty :: Prelude.Type instance ToResourceProperties AddKeyEntryProperty instance Prelude.Eq AddKeyEntryProperty instance Prelude.Show AddKeyEntryProperty instance JSON.ToJSON AddKeyEntryProperty