module Stratosphere.MediaPackage.OriginEndpoint.CmafEncryptionProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data CmafEncryptionProperty :: Prelude.Type instance ToResourceProperties CmafEncryptionProperty instance Prelude.Eq CmafEncryptionProperty instance Prelude.Show CmafEncryptionProperty instance JSON.ToJSON CmafEncryptionProperty