{-# 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.S3.Types.JSONType
-- 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.S3.Types.JSONType
  ( JSONType
      ( ..,
        JSONType_DOCUMENT,
        JSONType_LINES
      ),
  )
where

import qualified Amazonka.Core as Core
import qualified Amazonka.Prelude as Prelude
import Amazonka.S3.Internal

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

pattern JSONType_DOCUMENT :: JSONType
pattern $bJSONType_DOCUMENT :: JSONType
$mJSONType_DOCUMENT :: forall r. JSONType -> (Void# -> r) -> (Void# -> r) -> r
JSONType_DOCUMENT = JSONType' "DOCUMENT"

pattern JSONType_LINES :: JSONType
pattern $bJSONType_LINES :: JSONType
$mJSONType_LINES :: forall r. JSONType -> (Void# -> r) -> (Void# -> r) -> r
JSONType_LINES = JSONType' "LINES"

{-# COMPLETE
  JSONType_DOCUMENT,
  JSONType_LINES,
  JSONType'
  #-}