{-# 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.Glue.Types.DQTransformOutput
-- 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.Glue.Types.DQTransformOutput
  ( DQTransformOutput
      ( ..,
        DQTransformOutput_EvaluationResults,
        DQTransformOutput_PrimaryInput
      ),
  )
where

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

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

pattern DQTransformOutput_EvaluationResults :: DQTransformOutput
pattern $bDQTransformOutput_EvaluationResults :: DQTransformOutput
$mDQTransformOutput_EvaluationResults :: forall {r}. DQTransformOutput -> ((# #) -> r) -> ((# #) -> r) -> r
DQTransformOutput_EvaluationResults = DQTransformOutput' "EvaluationResults"

pattern DQTransformOutput_PrimaryInput :: DQTransformOutput
pattern $bDQTransformOutput_PrimaryInput :: DQTransformOutput
$mDQTransformOutput_PrimaryInput :: forall {r}. DQTransformOutput -> ((# #) -> r) -> ((# #) -> r) -> r
DQTransformOutput_PrimaryInput = DQTransformOutput' "PrimaryInput"

{-# COMPLETE
  DQTransformOutput_EvaluationResults,
  DQTransformOutput_PrimaryInput,
  DQTransformOutput'
  #-}