{-# 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.GroundStation.Types.FrequencyUnits
-- 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.GroundStation.Types.FrequencyUnits
  ( FrequencyUnits
      ( ..,
        FrequencyUnits_GHz,
        FrequencyUnits_KHz,
        FrequencyUnits_MHz
      ),
  )
where

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

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

pattern FrequencyUnits_GHz :: FrequencyUnits
pattern $bFrequencyUnits_GHz :: FrequencyUnits
$mFrequencyUnits_GHz :: forall r. FrequencyUnits -> (Void# -> r) -> (Void# -> r) -> r
FrequencyUnits_GHz = FrequencyUnits' "GHz"

pattern FrequencyUnits_KHz :: FrequencyUnits
pattern $bFrequencyUnits_KHz :: FrequencyUnits
$mFrequencyUnits_KHz :: forall r. FrequencyUnits -> (Void# -> r) -> (Void# -> r) -> r
FrequencyUnits_KHz = FrequencyUnits' "kHz"

pattern FrequencyUnits_MHz :: FrequencyUnits
pattern $bFrequencyUnits_MHz :: FrequencyUnits
$mFrequencyUnits_MHz :: forall r. FrequencyUnits -> (Void# -> r) -> (Void# -> r) -> r
FrequencyUnits_MHz = FrequencyUnits' "MHz"

{-# COMPLETE
  FrequencyUnits_GHz,
  FrequencyUnits_KHz,
  FrequencyUnits_MHz,
  FrequencyUnits'
  #-}