module Stratosphere.S3.StorageLens.S3BucketDestinationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data S3BucketDestinationProperty :: Prelude.Type instance ToResourceProperties S3BucketDestinationProperty instance Prelude.Eq S3BucketDestinationProperty instance Prelude.Show S3BucketDestinationProperty instance JSON.ToJSON S3BucketDestinationProperty