module Stratosphere.Elasticsearch.Domain.EBSOptionsProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data EBSOptionsProperty :: Prelude.Type instance ToResourceProperties EBSOptionsProperty instance Prelude.Eq EBSOptionsProperty instance Prelude.Show EBSOptionsProperty instance JSON.ToJSON EBSOptionsProperty