{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE NamedFieldPuns #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}

-- Derived from AWS service descriptions, licensed under Apache 2.0.

-- |
-- Module      : Amazonka.MediaLive.Types.Scte20PlusEmbeddedDestinationSettings
-- Copyright   : (c) 2013-2021 Brendan Hay
-- License     : Mozilla Public License, v. 2.0.
-- Maintainer  : Brendan Hay <brendan.g.hay+amazonka@gmail.com>
-- Stability   : auto-generated
-- Portability : non-portable (GHC extensions)
module Amazonka.MediaLive.Types.Scte20PlusEmbeddedDestinationSettings where

import qualified Amazonka.Core as Core
import qualified Amazonka.Lens as Lens
import qualified Amazonka.Prelude as Prelude

-- | Scte20 Plus Embedded Destination Settings
--
-- /See:/ 'newScte20PlusEmbeddedDestinationSettings' smart constructor.
data Scte20PlusEmbeddedDestinationSettings = Scte20PlusEmbeddedDestinationSettings'
  {
  }
  deriving (Scte20PlusEmbeddedDestinationSettings
-> Scte20PlusEmbeddedDestinationSettings -> Bool
(Scte20PlusEmbeddedDestinationSettings
 -> Scte20PlusEmbeddedDestinationSettings -> Bool)
-> (Scte20PlusEmbeddedDestinationSettings
    -> Scte20PlusEmbeddedDestinationSettings -> Bool)
-> Eq Scte20PlusEmbeddedDestinationSettings
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: Scte20PlusEmbeddedDestinationSettings
-> Scte20PlusEmbeddedDestinationSettings -> Bool
$c/= :: Scte20PlusEmbeddedDestinationSettings
-> Scte20PlusEmbeddedDestinationSettings -> Bool
== :: Scte20PlusEmbeddedDestinationSettings
-> Scte20PlusEmbeddedDestinationSettings -> Bool
$c== :: Scte20PlusEmbeddedDestinationSettings
-> Scte20PlusEmbeddedDestinationSettings -> Bool
Prelude.Eq, ReadPrec [Scte20PlusEmbeddedDestinationSettings]
ReadPrec Scte20PlusEmbeddedDestinationSettings
Int -> ReadS Scte20PlusEmbeddedDestinationSettings
ReadS [Scte20PlusEmbeddedDestinationSettings]
(Int -> ReadS Scte20PlusEmbeddedDestinationSettings)
-> ReadS [Scte20PlusEmbeddedDestinationSettings]
-> ReadPrec Scte20PlusEmbeddedDestinationSettings
-> ReadPrec [Scte20PlusEmbeddedDestinationSettings]
-> Read Scte20PlusEmbeddedDestinationSettings
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [Scte20PlusEmbeddedDestinationSettings]
$creadListPrec :: ReadPrec [Scte20PlusEmbeddedDestinationSettings]
readPrec :: ReadPrec Scte20PlusEmbeddedDestinationSettings
$creadPrec :: ReadPrec Scte20PlusEmbeddedDestinationSettings
readList :: ReadS [Scte20PlusEmbeddedDestinationSettings]
$creadList :: ReadS [Scte20PlusEmbeddedDestinationSettings]
readsPrec :: Int -> ReadS Scte20PlusEmbeddedDestinationSettings
$creadsPrec :: Int -> ReadS Scte20PlusEmbeddedDestinationSettings
Prelude.Read, Int -> Scte20PlusEmbeddedDestinationSettings -> ShowS
[Scte20PlusEmbeddedDestinationSettings] -> ShowS
Scte20PlusEmbeddedDestinationSettings -> String
(Int -> Scte20PlusEmbeddedDestinationSettings -> ShowS)
-> (Scte20PlusEmbeddedDestinationSettings -> String)
-> ([Scte20PlusEmbeddedDestinationSettings] -> ShowS)
-> Show Scte20PlusEmbeddedDestinationSettings
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [Scte20PlusEmbeddedDestinationSettings] -> ShowS
$cshowList :: [Scte20PlusEmbeddedDestinationSettings] -> ShowS
show :: Scte20PlusEmbeddedDestinationSettings -> String
$cshow :: Scte20PlusEmbeddedDestinationSettings -> String
showsPrec :: Int -> Scte20PlusEmbeddedDestinationSettings -> ShowS
$cshowsPrec :: Int -> Scte20PlusEmbeddedDestinationSettings -> ShowS
Prelude.Show, (forall x.
 Scte20PlusEmbeddedDestinationSettings
 -> Rep Scte20PlusEmbeddedDestinationSettings x)
-> (forall x.
    Rep Scte20PlusEmbeddedDestinationSettings x
    -> Scte20PlusEmbeddedDestinationSettings)
-> Generic Scte20PlusEmbeddedDestinationSettings
forall x.
Rep Scte20PlusEmbeddedDestinationSettings x
-> Scte20PlusEmbeddedDestinationSettings
forall x.
Scte20PlusEmbeddedDestinationSettings
-> Rep Scte20PlusEmbeddedDestinationSettings x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep Scte20PlusEmbeddedDestinationSettings x
-> Scte20PlusEmbeddedDestinationSettings
$cfrom :: forall x.
Scte20PlusEmbeddedDestinationSettings
-> Rep Scte20PlusEmbeddedDestinationSettings x
Prelude.Generic)

-- |
-- Create a value of 'Scte20PlusEmbeddedDestinationSettings' with all optional fields omitted.
--
-- Use <https://hackage.haskell.org/package/generic-lens generic-lens> or <https://hackage.haskell.org/package/optics optics> to modify other optional fields.
newScte20PlusEmbeddedDestinationSettings ::
  Scte20PlusEmbeddedDestinationSettings
newScte20PlusEmbeddedDestinationSettings :: Scte20PlusEmbeddedDestinationSettings
newScte20PlusEmbeddedDestinationSettings =
  Scte20PlusEmbeddedDestinationSettings
Scte20PlusEmbeddedDestinationSettings'

instance
  Core.FromJSON
    Scte20PlusEmbeddedDestinationSettings
  where
  parseJSON :: Value -> Parser Scte20PlusEmbeddedDestinationSettings
parseJSON =
    String
-> (Object -> Parser Scte20PlusEmbeddedDestinationSettings)
-> Value
-> Parser Scte20PlusEmbeddedDestinationSettings
forall a. String -> (Object -> Parser a) -> Value -> Parser a
Core.withObject
      String
"Scte20PlusEmbeddedDestinationSettings"
      ( \Object
x ->
          Scte20PlusEmbeddedDestinationSettings
-> Parser Scte20PlusEmbeddedDestinationSettings
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Scte20PlusEmbeddedDestinationSettings
Scte20PlusEmbeddedDestinationSettings'
      )

instance
  Prelude.Hashable
    Scte20PlusEmbeddedDestinationSettings

instance
  Prelude.NFData
    Scte20PlusEmbeddedDestinationSettings

instance
  Core.ToJSON
    Scte20PlusEmbeddedDestinationSettings
  where
  toJSON :: Scte20PlusEmbeddedDestinationSettings -> Value
toJSON = Value -> Scte20PlusEmbeddedDestinationSettings -> Value
forall a b. a -> b -> a
Prelude.const (Object -> Value
Core.Object Object
forall a. Monoid a => a
Prelude.mempty)