{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}

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

-- |
-- Module      : Amazonka.MediaConvert.Types.CmafEncryptionType
-- 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.MediaConvert.Types.CmafEncryptionType
  ( CmafEncryptionType
      ( ..,
        CmafEncryptionType_AES_CTR,
        CmafEncryptionType_SAMPLE_AES
      ),
  )
where

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

-- | Specify the encryption scheme that you want the service to use when
-- encrypting your CMAF segments. Choose AES-CBC subsample (SAMPLE-AES) or
-- AES_CTR (AES-CTR).
newtype CmafEncryptionType = CmafEncryptionType'
  { CmafEncryptionType -> Text
fromCmafEncryptionType ::
      Core.Text
  }
  deriving stock
    ( Int -> CmafEncryptionType -> ShowS
[CmafEncryptionType] -> ShowS
CmafEncryptionType -> String
(Int -> CmafEncryptionType -> ShowS)
-> (CmafEncryptionType -> String)
-> ([CmafEncryptionType] -> ShowS)
-> Show CmafEncryptionType
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [CmafEncryptionType] -> ShowS
$cshowList :: [CmafEncryptionType] -> ShowS
show :: CmafEncryptionType -> String
$cshow :: CmafEncryptionType -> String
showsPrec :: Int -> CmafEncryptionType -> ShowS
$cshowsPrec :: Int -> CmafEncryptionType -> ShowS
Prelude.Show,
      ReadPrec [CmafEncryptionType]
ReadPrec CmafEncryptionType
Int -> ReadS CmafEncryptionType
ReadS [CmafEncryptionType]
(Int -> ReadS CmafEncryptionType)
-> ReadS [CmafEncryptionType]
-> ReadPrec CmafEncryptionType
-> ReadPrec [CmafEncryptionType]
-> Read CmafEncryptionType
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [CmafEncryptionType]
$creadListPrec :: ReadPrec [CmafEncryptionType]
readPrec :: ReadPrec CmafEncryptionType
$creadPrec :: ReadPrec CmafEncryptionType
readList :: ReadS [CmafEncryptionType]
$creadList :: ReadS [CmafEncryptionType]
readsPrec :: Int -> ReadS CmafEncryptionType
$creadsPrec :: Int -> ReadS CmafEncryptionType
Prelude.Read,
      CmafEncryptionType -> CmafEncryptionType -> Bool
(CmafEncryptionType -> CmafEncryptionType -> Bool)
-> (CmafEncryptionType -> CmafEncryptionType -> Bool)
-> Eq CmafEncryptionType
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: CmafEncryptionType -> CmafEncryptionType -> Bool
$c/= :: CmafEncryptionType -> CmafEncryptionType -> Bool
== :: CmafEncryptionType -> CmafEncryptionType -> Bool
$c== :: CmafEncryptionType -> CmafEncryptionType -> Bool
Prelude.Eq,
      Eq CmafEncryptionType
Eq CmafEncryptionType
-> (CmafEncryptionType -> CmafEncryptionType -> Ordering)
-> (CmafEncryptionType -> CmafEncryptionType -> Bool)
-> (CmafEncryptionType -> CmafEncryptionType -> Bool)
-> (CmafEncryptionType -> CmafEncryptionType -> Bool)
-> (CmafEncryptionType -> CmafEncryptionType -> Bool)
-> (CmafEncryptionType -> CmafEncryptionType -> CmafEncryptionType)
-> (CmafEncryptionType -> CmafEncryptionType -> CmafEncryptionType)
-> Ord CmafEncryptionType
CmafEncryptionType -> CmafEncryptionType -> Bool
CmafEncryptionType -> CmafEncryptionType -> Ordering
CmafEncryptionType -> CmafEncryptionType -> CmafEncryptionType
forall a.
Eq a
-> (a -> a -> Ordering)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> a)
-> (a -> a -> a)
-> Ord a
min :: CmafEncryptionType -> CmafEncryptionType -> CmafEncryptionType
$cmin :: CmafEncryptionType -> CmafEncryptionType -> CmafEncryptionType
max :: CmafEncryptionType -> CmafEncryptionType -> CmafEncryptionType
$cmax :: CmafEncryptionType -> CmafEncryptionType -> CmafEncryptionType
>= :: CmafEncryptionType -> CmafEncryptionType -> Bool
$c>= :: CmafEncryptionType -> CmafEncryptionType -> Bool
> :: CmafEncryptionType -> CmafEncryptionType -> Bool
$c> :: CmafEncryptionType -> CmafEncryptionType -> Bool
<= :: CmafEncryptionType -> CmafEncryptionType -> Bool
$c<= :: CmafEncryptionType -> CmafEncryptionType -> Bool
< :: CmafEncryptionType -> CmafEncryptionType -> Bool
$c< :: CmafEncryptionType -> CmafEncryptionType -> Bool
compare :: CmafEncryptionType -> CmafEncryptionType -> Ordering
$ccompare :: CmafEncryptionType -> CmafEncryptionType -> Ordering
$cp1Ord :: Eq CmafEncryptionType
Prelude.Ord,
      (forall x. CmafEncryptionType -> Rep CmafEncryptionType x)
-> (forall x. Rep CmafEncryptionType x -> CmafEncryptionType)
-> Generic CmafEncryptionType
forall x. Rep CmafEncryptionType x -> CmafEncryptionType
forall x. CmafEncryptionType -> Rep CmafEncryptionType x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x. Rep CmafEncryptionType x -> CmafEncryptionType
$cfrom :: forall x. CmafEncryptionType -> Rep CmafEncryptionType x
Prelude.Generic
    )
  deriving newtype
    ( Int -> CmafEncryptionType -> Int
CmafEncryptionType -> Int
(Int -> CmafEncryptionType -> Int)
-> (CmafEncryptionType -> Int) -> Hashable CmafEncryptionType
forall a. (Int -> a -> Int) -> (a -> Int) -> Hashable a
hash :: CmafEncryptionType -> Int
$chash :: CmafEncryptionType -> Int
hashWithSalt :: Int -> CmafEncryptionType -> Int
$chashWithSalt :: Int -> CmafEncryptionType -> Int
Prelude.Hashable,
      CmafEncryptionType -> ()
(CmafEncryptionType -> ()) -> NFData CmafEncryptionType
forall a. (a -> ()) -> NFData a
rnf :: CmafEncryptionType -> ()
$crnf :: CmafEncryptionType -> ()
Prelude.NFData,
      Text -> Either String CmafEncryptionType
(Text -> Either String CmafEncryptionType)
-> FromText CmafEncryptionType
forall a. (Text -> Either String a) -> FromText a
fromText :: Text -> Either String CmafEncryptionType
$cfromText :: Text -> Either String CmafEncryptionType
Core.FromText,
      CmafEncryptionType -> Text
(CmafEncryptionType -> Text) -> ToText CmafEncryptionType
forall a. (a -> Text) -> ToText a
toText :: CmafEncryptionType -> Text
$ctoText :: CmafEncryptionType -> Text
Core.ToText,
      CmafEncryptionType -> ByteString
(CmafEncryptionType -> ByteString)
-> ToByteString CmafEncryptionType
forall a. (a -> ByteString) -> ToByteString a
toBS :: CmafEncryptionType -> ByteString
$ctoBS :: CmafEncryptionType -> ByteString
Core.ToByteString,
      CmafEncryptionType -> ByteStringBuilder
(CmafEncryptionType -> ByteStringBuilder)
-> ToLog CmafEncryptionType
forall a. (a -> ByteStringBuilder) -> ToLog a
build :: CmafEncryptionType -> ByteStringBuilder
$cbuild :: CmafEncryptionType -> ByteStringBuilder
Core.ToLog,
      HeaderName -> CmafEncryptionType -> [Header]
(HeaderName -> CmafEncryptionType -> [Header])
-> ToHeader CmafEncryptionType
forall a. (HeaderName -> a -> [Header]) -> ToHeader a
toHeader :: HeaderName -> CmafEncryptionType -> [Header]
$ctoHeader :: HeaderName -> CmafEncryptionType -> [Header]
Core.ToHeader,
      CmafEncryptionType -> QueryString
(CmafEncryptionType -> QueryString) -> ToQuery CmafEncryptionType
forall a. (a -> QueryString) -> ToQuery a
toQuery :: CmafEncryptionType -> QueryString
$ctoQuery :: CmafEncryptionType -> QueryString
Core.ToQuery,
      Value -> Parser [CmafEncryptionType]
Value -> Parser CmafEncryptionType
(Value -> Parser CmafEncryptionType)
-> (Value -> Parser [CmafEncryptionType])
-> FromJSON CmafEncryptionType
forall a.
(Value -> Parser a) -> (Value -> Parser [a]) -> FromJSON a
parseJSONList :: Value -> Parser [CmafEncryptionType]
$cparseJSONList :: Value -> Parser [CmafEncryptionType]
parseJSON :: Value -> Parser CmafEncryptionType
$cparseJSON :: Value -> Parser CmafEncryptionType
Core.FromJSON,
      FromJSONKeyFunction [CmafEncryptionType]
FromJSONKeyFunction CmafEncryptionType
FromJSONKeyFunction CmafEncryptionType
-> FromJSONKeyFunction [CmafEncryptionType]
-> FromJSONKey CmafEncryptionType
forall a.
FromJSONKeyFunction a -> FromJSONKeyFunction [a] -> FromJSONKey a
fromJSONKeyList :: FromJSONKeyFunction [CmafEncryptionType]
$cfromJSONKeyList :: FromJSONKeyFunction [CmafEncryptionType]
fromJSONKey :: FromJSONKeyFunction CmafEncryptionType
$cfromJSONKey :: FromJSONKeyFunction CmafEncryptionType
Core.FromJSONKey,
      [CmafEncryptionType] -> Encoding
[CmafEncryptionType] -> Value
CmafEncryptionType -> Encoding
CmafEncryptionType -> Value
(CmafEncryptionType -> Value)
-> (CmafEncryptionType -> Encoding)
-> ([CmafEncryptionType] -> Value)
-> ([CmafEncryptionType] -> Encoding)
-> ToJSON CmafEncryptionType
forall a.
(a -> Value)
-> (a -> Encoding)
-> ([a] -> Value)
-> ([a] -> Encoding)
-> ToJSON a
toEncodingList :: [CmafEncryptionType] -> Encoding
$ctoEncodingList :: [CmafEncryptionType] -> Encoding
toJSONList :: [CmafEncryptionType] -> Value
$ctoJSONList :: [CmafEncryptionType] -> Value
toEncoding :: CmafEncryptionType -> Encoding
$ctoEncoding :: CmafEncryptionType -> Encoding
toJSON :: CmafEncryptionType -> Value
$ctoJSON :: CmafEncryptionType -> Value
Core.ToJSON,
      ToJSONKeyFunction [CmafEncryptionType]
ToJSONKeyFunction CmafEncryptionType
ToJSONKeyFunction CmafEncryptionType
-> ToJSONKeyFunction [CmafEncryptionType]
-> ToJSONKey CmafEncryptionType
forall a.
ToJSONKeyFunction a -> ToJSONKeyFunction [a] -> ToJSONKey a
toJSONKeyList :: ToJSONKeyFunction [CmafEncryptionType]
$ctoJSONKeyList :: ToJSONKeyFunction [CmafEncryptionType]
toJSONKey :: ToJSONKeyFunction CmafEncryptionType
$ctoJSONKey :: ToJSONKeyFunction CmafEncryptionType
Core.ToJSONKey,
      [Node] -> Either String CmafEncryptionType
([Node] -> Either String CmafEncryptionType)
-> FromXML CmafEncryptionType
forall a. ([Node] -> Either String a) -> FromXML a
parseXML :: [Node] -> Either String CmafEncryptionType
$cparseXML :: [Node] -> Either String CmafEncryptionType
Core.FromXML,
      CmafEncryptionType -> XML
(CmafEncryptionType -> XML) -> ToXML CmafEncryptionType
forall a. (a -> XML) -> ToXML a
toXML :: CmafEncryptionType -> XML
$ctoXML :: CmafEncryptionType -> XML
Core.ToXML
    )

pattern CmafEncryptionType_AES_CTR :: CmafEncryptionType
pattern $bCmafEncryptionType_AES_CTR :: CmafEncryptionType
$mCmafEncryptionType_AES_CTR :: forall r. CmafEncryptionType -> (Void# -> r) -> (Void# -> r) -> r
CmafEncryptionType_AES_CTR = CmafEncryptionType' "AES_CTR"

pattern CmafEncryptionType_SAMPLE_AES :: CmafEncryptionType
pattern $bCmafEncryptionType_SAMPLE_AES :: CmafEncryptionType
$mCmafEncryptionType_SAMPLE_AES :: forall r. CmafEncryptionType -> (Void# -> r) -> (Void# -> r) -> r
CmafEncryptionType_SAMPLE_AES = CmafEncryptionType' "SAMPLE_AES"

{-# COMPLETE
  CmafEncryptionType_AES_CTR,
  CmafEncryptionType_SAMPLE_AES,
  CmafEncryptionType'
  #-}