module Stratosphere.OpenSearchServerless.Index.MethodProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data MethodProperty :: Prelude.Type instance ToResourceProperties MethodProperty instance Prelude.Eq MethodProperty instance Prelude.Show MethodProperty instance JSON.ToJSON MethodProperty