{-# 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.SageMaker.Types.TrafficType
-- Copyright   : (c) 2013-2023 Brendan Hay
-- License     : Mozilla Public License, v. 2.0.
-- Maintainer  : Brendan Hay
-- Stability   : auto-generated
-- Portability : non-portable (GHC extensions)
module Amazonka.SageMaker.Types.TrafficType
  ( TrafficType
      ( ..,
        TrafficType_PHASES
      ),
  )
where

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

newtype TrafficType = TrafficType'
  { TrafficType -> Text
fromTrafficType ::
      Data.Text
  }
  deriving stock
    ( Int -> TrafficType -> ShowS
[TrafficType] -> ShowS
TrafficType -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [TrafficType] -> ShowS
$cshowList :: [TrafficType] -> ShowS
show :: TrafficType -> String
$cshow :: TrafficType -> String
showsPrec :: Int -> TrafficType -> ShowS
$cshowsPrec :: Int -> TrafficType -> ShowS
Prelude.Show,
      ReadPrec [TrafficType]
ReadPrec TrafficType
Int -> ReadS TrafficType
ReadS [TrafficType]
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [TrafficType]
$creadListPrec :: ReadPrec [TrafficType]
readPrec :: ReadPrec TrafficType
$creadPrec :: ReadPrec TrafficType
readList :: ReadS [TrafficType]
$creadList :: ReadS [TrafficType]
readsPrec :: Int -> ReadS TrafficType
$creadsPrec :: Int -> ReadS TrafficType
Prelude.Read,
      TrafficType -> TrafficType -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: TrafficType -> TrafficType -> Bool
$c/= :: TrafficType -> TrafficType -> Bool
== :: TrafficType -> TrafficType -> Bool
$c== :: TrafficType -> TrafficType -> Bool
Prelude.Eq,
      Eq TrafficType
TrafficType -> TrafficType -> Bool
TrafficType -> TrafficType -> Ordering
TrafficType -> TrafficType -> TrafficType
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 :: TrafficType -> TrafficType -> TrafficType
$cmin :: TrafficType -> TrafficType -> TrafficType
max :: TrafficType -> TrafficType -> TrafficType
$cmax :: TrafficType -> TrafficType -> TrafficType
>= :: TrafficType -> TrafficType -> Bool
$c>= :: TrafficType -> TrafficType -> Bool
> :: TrafficType -> TrafficType -> Bool
$c> :: TrafficType -> TrafficType -> Bool
<= :: TrafficType -> TrafficType -> Bool
$c<= :: TrafficType -> TrafficType -> Bool
< :: TrafficType -> TrafficType -> Bool
$c< :: TrafficType -> TrafficType -> Bool
compare :: TrafficType -> TrafficType -> Ordering
$ccompare :: TrafficType -> TrafficType -> Ordering
Prelude.Ord,
      forall x. Rep TrafficType x -> TrafficType
forall x. TrafficType -> Rep TrafficType x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x. Rep TrafficType x -> TrafficType
$cfrom :: forall x. TrafficType -> Rep TrafficType x
Prelude.Generic
    )
  deriving newtype
    ( Eq TrafficType
Int -> TrafficType -> Int
TrafficType -> Int
forall a. Eq a -> (Int -> a -> Int) -> (a -> Int) -> Hashable a
hash :: TrafficType -> Int
$chash :: TrafficType -> Int
hashWithSalt :: Int -> TrafficType -> Int
$chashWithSalt :: Int -> TrafficType -> Int
Prelude.Hashable,
      TrafficType -> ()
forall a. (a -> ()) -> NFData a
rnf :: TrafficType -> ()
$crnf :: TrafficType -> ()
Prelude.NFData,
      Text -> Either String TrafficType
forall a. (Text -> Either String a) -> FromText a
fromText :: Text -> Either String TrafficType
$cfromText :: Text -> Either String TrafficType
Data.FromText,
      TrafficType -> Text
forall a. (a -> Text) -> ToText a
toText :: TrafficType -> Text
$ctoText :: TrafficType -> Text
Data.ToText,
      TrafficType -> ByteString
forall a. (a -> ByteString) -> ToByteString a
toBS :: TrafficType -> ByteString
$ctoBS :: TrafficType -> ByteString
Data.ToByteString,
      TrafficType -> ByteStringBuilder
forall a. (a -> ByteStringBuilder) -> ToLog a
build :: TrafficType -> ByteStringBuilder
$cbuild :: TrafficType -> ByteStringBuilder
Data.ToLog,
      HeaderName -> TrafficType -> [Header]
forall a. (HeaderName -> a -> [Header]) -> ToHeader a
toHeader :: HeaderName -> TrafficType -> [Header]
$ctoHeader :: HeaderName -> TrafficType -> [Header]
Data.ToHeader,
      TrafficType -> QueryString
forall a. (a -> QueryString) -> ToQuery a
toQuery :: TrafficType -> QueryString
$ctoQuery :: TrafficType -> QueryString
Data.ToQuery,
      Value -> Parser [TrafficType]
Value -> Parser TrafficType
forall a.
(Value -> Parser a) -> (Value -> Parser [a]) -> FromJSON a
parseJSONList :: Value -> Parser [TrafficType]
$cparseJSONList :: Value -> Parser [TrafficType]
parseJSON :: Value -> Parser TrafficType
$cparseJSON :: Value -> Parser TrafficType
Data.FromJSON,
      FromJSONKeyFunction [TrafficType]
FromJSONKeyFunction TrafficType
forall a.
FromJSONKeyFunction a -> FromJSONKeyFunction [a] -> FromJSONKey a
fromJSONKeyList :: FromJSONKeyFunction [TrafficType]
$cfromJSONKeyList :: FromJSONKeyFunction [TrafficType]
fromJSONKey :: FromJSONKeyFunction TrafficType
$cfromJSONKey :: FromJSONKeyFunction TrafficType
Data.FromJSONKey,
      [TrafficType] -> Encoding
[TrafficType] -> Value
TrafficType -> Encoding
TrafficType -> Value
forall a.
(a -> Value)
-> (a -> Encoding)
-> ([a] -> Value)
-> ([a] -> Encoding)
-> ToJSON a
toEncodingList :: [TrafficType] -> Encoding
$ctoEncodingList :: [TrafficType] -> Encoding
toJSONList :: [TrafficType] -> Value
$ctoJSONList :: [TrafficType] -> Value
toEncoding :: TrafficType -> Encoding
$ctoEncoding :: TrafficType -> Encoding
toJSON :: TrafficType -> Value
$ctoJSON :: TrafficType -> Value
Data.ToJSON,
      ToJSONKeyFunction [TrafficType]
ToJSONKeyFunction TrafficType
forall a.
ToJSONKeyFunction a -> ToJSONKeyFunction [a] -> ToJSONKey a
toJSONKeyList :: ToJSONKeyFunction [TrafficType]
$ctoJSONKeyList :: ToJSONKeyFunction [TrafficType]
toJSONKey :: ToJSONKeyFunction TrafficType
$ctoJSONKey :: ToJSONKeyFunction TrafficType
Data.ToJSONKey,
      [Node] -> Either String TrafficType
forall a. ([Node] -> Either String a) -> FromXML a
parseXML :: [Node] -> Either String TrafficType
$cparseXML :: [Node] -> Either String TrafficType
Data.FromXML,
      TrafficType -> XML
forall a. (a -> XML) -> ToXML a
toXML :: TrafficType -> XML
$ctoXML :: TrafficType -> XML
Data.ToXML
    )

pattern TrafficType_PHASES :: TrafficType
pattern $bTrafficType_PHASES :: TrafficType
$mTrafficType_PHASES :: forall {r}. TrafficType -> ((# #) -> r) -> ((# #) -> r) -> r
TrafficType_PHASES = TrafficType' "PHASES"

{-# COMPLETE
  TrafficType_PHASES,
  TrafficType'
  #-}