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