module Stratosphere.MediaLive.Channel.ColorSpacePassthroughSettingsProperty (
ColorSpacePassthroughSettingsProperty(..),
mkColorSpacePassthroughSettingsProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.ResourceProperties
data ColorSpacePassthroughSettingsProperty
=
ColorSpacePassthroughSettingsProperty {ColorSpacePassthroughSettingsProperty -> ()
haddock_workaround_ :: ()}
deriving stock (ColorSpacePassthroughSettingsProperty
-> ColorSpacePassthroughSettingsProperty -> Bool
(ColorSpacePassthroughSettingsProperty
-> ColorSpacePassthroughSettingsProperty -> Bool)
-> (ColorSpacePassthroughSettingsProperty
-> ColorSpacePassthroughSettingsProperty -> Bool)
-> Eq ColorSpacePassthroughSettingsProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: ColorSpacePassthroughSettingsProperty
-> ColorSpacePassthroughSettingsProperty -> Bool
== :: ColorSpacePassthroughSettingsProperty
-> ColorSpacePassthroughSettingsProperty -> Bool
$c/= :: ColorSpacePassthroughSettingsProperty
-> ColorSpacePassthroughSettingsProperty -> Bool
/= :: ColorSpacePassthroughSettingsProperty
-> ColorSpacePassthroughSettingsProperty -> Bool
Prelude.Eq, Int -> ColorSpacePassthroughSettingsProperty -> ShowS
[ColorSpacePassthroughSettingsProperty] -> ShowS
ColorSpacePassthroughSettingsProperty -> String
(Int -> ColorSpacePassthroughSettingsProperty -> ShowS)
-> (ColorSpacePassthroughSettingsProperty -> String)
-> ([ColorSpacePassthroughSettingsProperty] -> ShowS)
-> Show ColorSpacePassthroughSettingsProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> ColorSpacePassthroughSettingsProperty -> ShowS
showsPrec :: Int -> ColorSpacePassthroughSettingsProperty -> ShowS
$cshow :: ColorSpacePassthroughSettingsProperty -> String
show :: ColorSpacePassthroughSettingsProperty -> String
$cshowList :: [ColorSpacePassthroughSettingsProperty] -> ShowS
showList :: [ColorSpacePassthroughSettingsProperty] -> ShowS
Prelude.Show)
mkColorSpacePassthroughSettingsProperty ::
ColorSpacePassthroughSettingsProperty
mkColorSpacePassthroughSettingsProperty :: ColorSpacePassthroughSettingsProperty
mkColorSpacePassthroughSettingsProperty
= ColorSpacePassthroughSettingsProperty {haddock_workaround_ :: ()
haddock_workaround_ = ()}
instance ToResourceProperties ColorSpacePassthroughSettingsProperty where
toResourceProperties :: ColorSpacePassthroughSettingsProperty -> ResourceProperties
toResourceProperties ColorSpacePassthroughSettingsProperty {}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::MediaLive::Channel.ColorSpacePassthroughSettings",
supportsTags :: Bool
supportsTags = Bool
Prelude.False, properties :: Object
properties = []}
instance JSON.ToJSON ColorSpacePassthroughSettingsProperty where
toJSON :: ColorSpacePassthroughSettingsProperty -> Value
toJSON ColorSpacePassthroughSettingsProperty {} = [Pair] -> Value
JSON.object []