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