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