module Stratosphere.MediaLive.Channel.Scte20PlusEmbeddedDestinationSettingsProperty (
        Scte20PlusEmbeddedDestinationSettingsProperty(..),
        mkScte20PlusEmbeddedDestinationSettingsProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.ResourceProperties
data Scte20PlusEmbeddedDestinationSettingsProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte20plusembeddeddestinationsettings.html>
    Scte20PlusEmbeddedDestinationSettingsProperty {Scte20PlusEmbeddedDestinationSettingsProperty -> ()
haddock_workaround_ :: ()}
  deriving stock (Scte20PlusEmbeddedDestinationSettingsProperty
-> Scte20PlusEmbeddedDestinationSettingsProperty -> Bool
(Scte20PlusEmbeddedDestinationSettingsProperty
 -> Scte20PlusEmbeddedDestinationSettingsProperty -> Bool)
-> (Scte20PlusEmbeddedDestinationSettingsProperty
    -> Scte20PlusEmbeddedDestinationSettingsProperty -> Bool)
-> Eq Scte20PlusEmbeddedDestinationSettingsProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Scte20PlusEmbeddedDestinationSettingsProperty
-> Scte20PlusEmbeddedDestinationSettingsProperty -> Bool
== :: Scte20PlusEmbeddedDestinationSettingsProperty
-> Scte20PlusEmbeddedDestinationSettingsProperty -> Bool
$c/= :: Scte20PlusEmbeddedDestinationSettingsProperty
-> Scte20PlusEmbeddedDestinationSettingsProperty -> Bool
/= :: Scte20PlusEmbeddedDestinationSettingsProperty
-> Scte20PlusEmbeddedDestinationSettingsProperty -> Bool
Prelude.Eq, Int -> Scte20PlusEmbeddedDestinationSettingsProperty -> ShowS
[Scte20PlusEmbeddedDestinationSettingsProperty] -> ShowS
Scte20PlusEmbeddedDestinationSettingsProperty -> String
(Int -> Scte20PlusEmbeddedDestinationSettingsProperty -> ShowS)
-> (Scte20PlusEmbeddedDestinationSettingsProperty -> String)
-> ([Scte20PlusEmbeddedDestinationSettingsProperty] -> ShowS)
-> Show Scte20PlusEmbeddedDestinationSettingsProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Scte20PlusEmbeddedDestinationSettingsProperty -> ShowS
showsPrec :: Int -> Scte20PlusEmbeddedDestinationSettingsProperty -> ShowS
$cshow :: Scte20PlusEmbeddedDestinationSettingsProperty -> String
show :: Scte20PlusEmbeddedDestinationSettingsProperty -> String
$cshowList :: [Scte20PlusEmbeddedDestinationSettingsProperty] -> ShowS
showList :: [Scte20PlusEmbeddedDestinationSettingsProperty] -> ShowS
Prelude.Show)
mkScte20PlusEmbeddedDestinationSettingsProperty ::
  Scte20PlusEmbeddedDestinationSettingsProperty
mkScte20PlusEmbeddedDestinationSettingsProperty :: Scte20PlusEmbeddedDestinationSettingsProperty
mkScte20PlusEmbeddedDestinationSettingsProperty
  = Scte20PlusEmbeddedDestinationSettingsProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = ()}
instance ToResourceProperties Scte20PlusEmbeddedDestinationSettingsProperty where
  toResourceProperties :: Scte20PlusEmbeddedDestinationSettingsProperty -> ResourceProperties
toResourceProperties
    Scte20PlusEmbeddedDestinationSettingsProperty {}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::MediaLive::Channel.Scte20PlusEmbeddedDestinationSettings",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False, properties :: Object
properties = []}
instance JSON.ToJSON Scte20PlusEmbeddedDestinationSettingsProperty where
  toJSON :: Scte20PlusEmbeddedDestinationSettingsProperty -> Value
toJSON Scte20PlusEmbeddedDestinationSettingsProperty {}
    = [Pair] -> Value
JSON.object []