module Stratosphere.OSIS.Pipeline.BufferOptionsProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data BufferOptionsProperty :: Prelude.Type instance ToResourceProperties BufferOptionsProperty instance Prelude.Eq BufferOptionsProperty instance Prelude.Show BufferOptionsProperty instance JSON.ToJSON BufferOptionsProperty