{-# 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.SageMakerGeoSpatial.Types.AlgorithmNameGeoMosaic
-- 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.SageMakerGeoSpatial.Types.AlgorithmNameGeoMosaic
  ( AlgorithmNameGeoMosaic
      ( ..,
        AlgorithmNameGeoMosaic_AVERAGE,
        AlgorithmNameGeoMosaic_BILINEAR,
        AlgorithmNameGeoMosaic_CUBIC,
        AlgorithmNameGeoMosaic_CUBICSPLINE,
        AlgorithmNameGeoMosaic_LANCZOS,
        AlgorithmNameGeoMosaic_MAX,
        AlgorithmNameGeoMosaic_MED,
        AlgorithmNameGeoMosaic_MIN,
        AlgorithmNameGeoMosaic_MODE,
        AlgorithmNameGeoMosaic_NEAR,
        AlgorithmNameGeoMosaic_Q1,
        AlgorithmNameGeoMosaic_Q3,
        AlgorithmNameGeoMosaic_RMS,
        AlgorithmNameGeoMosaic_SUM
      ),
  )
where

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

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

pattern AlgorithmNameGeoMosaic_AVERAGE :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_AVERAGE :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_AVERAGE :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_AVERAGE = AlgorithmNameGeoMosaic' "AVERAGE"

pattern AlgorithmNameGeoMosaic_BILINEAR :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_BILINEAR :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_BILINEAR :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_BILINEAR = AlgorithmNameGeoMosaic' "BILINEAR"

pattern AlgorithmNameGeoMosaic_CUBIC :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_CUBIC :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_CUBIC :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_CUBIC = AlgorithmNameGeoMosaic' "CUBIC"

pattern AlgorithmNameGeoMosaic_CUBICSPLINE :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_CUBICSPLINE :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_CUBICSPLINE :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_CUBICSPLINE = AlgorithmNameGeoMosaic' "CUBICSPLINE"

pattern AlgorithmNameGeoMosaic_LANCZOS :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_LANCZOS :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_LANCZOS :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_LANCZOS = AlgorithmNameGeoMosaic' "LANCZOS"

pattern AlgorithmNameGeoMosaic_MAX :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_MAX :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_MAX :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_MAX = AlgorithmNameGeoMosaic' "MAX"

pattern AlgorithmNameGeoMosaic_MED :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_MED :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_MED :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_MED = AlgorithmNameGeoMosaic' "MED"

pattern AlgorithmNameGeoMosaic_MIN :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_MIN :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_MIN :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_MIN = AlgorithmNameGeoMosaic' "MIN"

pattern AlgorithmNameGeoMosaic_MODE :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_MODE :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_MODE :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_MODE = AlgorithmNameGeoMosaic' "MODE"

pattern AlgorithmNameGeoMosaic_NEAR :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_NEAR :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_NEAR :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_NEAR = AlgorithmNameGeoMosaic' "NEAR"

pattern AlgorithmNameGeoMosaic_Q1 :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_Q1 :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_Q1 :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_Q1 = AlgorithmNameGeoMosaic' "Q1"

pattern AlgorithmNameGeoMosaic_Q3 :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_Q3 :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_Q3 :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_Q3 = AlgorithmNameGeoMosaic' "Q3"

pattern AlgorithmNameGeoMosaic_RMS :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_RMS :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_RMS :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_RMS = AlgorithmNameGeoMosaic' "RMS"

pattern AlgorithmNameGeoMosaic_SUM :: AlgorithmNameGeoMosaic
pattern $bAlgorithmNameGeoMosaic_SUM :: AlgorithmNameGeoMosaic
$mAlgorithmNameGeoMosaic_SUM :: forall {r}.
AlgorithmNameGeoMosaic -> ((# #) -> r) -> ((# #) -> r) -> r
AlgorithmNameGeoMosaic_SUM = AlgorithmNameGeoMosaic' "SUM"

{-# COMPLETE
  AlgorithmNameGeoMosaic_AVERAGE,
  AlgorithmNameGeoMosaic_BILINEAR,
  AlgorithmNameGeoMosaic_CUBIC,
  AlgorithmNameGeoMosaic_CUBICSPLINE,
  AlgorithmNameGeoMosaic_LANCZOS,
  AlgorithmNameGeoMosaic_MAX,
  AlgorithmNameGeoMosaic_MED,
  AlgorithmNameGeoMosaic_MIN,
  AlgorithmNameGeoMosaic_MODE,
  AlgorithmNameGeoMosaic_NEAR,
  AlgorithmNameGeoMosaic_Q1,
  AlgorithmNameGeoMosaic_Q3,
  AlgorithmNameGeoMosaic_RMS,
  AlgorithmNameGeoMosaic_SUM,
  AlgorithmNameGeoMosaic'
  #-}