module Stratosphere.Evidently.Project.S3DestinationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data S3DestinationProperty :: Prelude.Type instance ToResourceProperties S3DestinationProperty instance Prelude.Eq S3DestinationProperty instance Prelude.Show S3DestinationProperty instance JSON.ToJSON S3DestinationProperty