{-# 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.Connect.Types.HistoricalMetricName
-- 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.Connect.Types.HistoricalMetricName
  ( HistoricalMetricName
      ( ..,
        HistoricalMetricName_ABANDON_TIME,
        HistoricalMetricName_AFTER_CONTACT_WORK_TIME,
        HistoricalMetricName_API_CONTACTS_HANDLED,
        HistoricalMetricName_CALLBACK_CONTACTS_HANDLED,
        HistoricalMetricName_CONTACTS_ABANDONED,
        HistoricalMetricName_CONTACTS_AGENT_HUNG_UP_FIRST,
        HistoricalMetricName_CONTACTS_CONSULTED,
        HistoricalMetricName_CONTACTS_HANDLED,
        HistoricalMetricName_CONTACTS_HANDLED_INCOMING,
        HistoricalMetricName_CONTACTS_HANDLED_OUTBOUND,
        HistoricalMetricName_CONTACTS_HOLD_ABANDONS,
        HistoricalMetricName_CONTACTS_MISSED,
        HistoricalMetricName_CONTACTS_QUEUED,
        HistoricalMetricName_CONTACTS_TRANSFERRED_IN,
        HistoricalMetricName_CONTACTS_TRANSFERRED_IN_FROM_QUEUE,
        HistoricalMetricName_CONTACTS_TRANSFERRED_OUT,
        HistoricalMetricName_CONTACTS_TRANSFERRED_OUT_FROM_QUEUE,
        HistoricalMetricName_HANDLE_TIME,
        HistoricalMetricName_HOLD_TIME,
        HistoricalMetricName_INTERACTION_AND_HOLD_TIME,
        HistoricalMetricName_INTERACTION_TIME,
        HistoricalMetricName_OCCUPANCY,
        HistoricalMetricName_QUEUED_TIME,
        HistoricalMetricName_QUEUE_ANSWER_TIME,
        HistoricalMetricName_SERVICE_LEVEL
      ),
  )
where

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

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

pattern HistoricalMetricName_ABANDON_TIME :: HistoricalMetricName
pattern $bHistoricalMetricName_ABANDON_TIME :: HistoricalMetricName
$mHistoricalMetricName_ABANDON_TIME :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_ABANDON_TIME = HistoricalMetricName' "ABANDON_TIME"

pattern HistoricalMetricName_AFTER_CONTACT_WORK_TIME :: HistoricalMetricName
pattern $bHistoricalMetricName_AFTER_CONTACT_WORK_TIME :: HistoricalMetricName
$mHistoricalMetricName_AFTER_CONTACT_WORK_TIME :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_AFTER_CONTACT_WORK_TIME = HistoricalMetricName' "AFTER_CONTACT_WORK_TIME"

pattern HistoricalMetricName_API_CONTACTS_HANDLED :: HistoricalMetricName
pattern $bHistoricalMetricName_API_CONTACTS_HANDLED :: HistoricalMetricName
$mHistoricalMetricName_API_CONTACTS_HANDLED :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_API_CONTACTS_HANDLED = HistoricalMetricName' "API_CONTACTS_HANDLED"

pattern HistoricalMetricName_CALLBACK_CONTACTS_HANDLED :: HistoricalMetricName
pattern $bHistoricalMetricName_CALLBACK_CONTACTS_HANDLED :: HistoricalMetricName
$mHistoricalMetricName_CALLBACK_CONTACTS_HANDLED :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CALLBACK_CONTACTS_HANDLED = HistoricalMetricName' "CALLBACK_CONTACTS_HANDLED"

pattern HistoricalMetricName_CONTACTS_ABANDONED :: HistoricalMetricName
pattern $bHistoricalMetricName_CONTACTS_ABANDONED :: HistoricalMetricName
$mHistoricalMetricName_CONTACTS_ABANDONED :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CONTACTS_ABANDONED = HistoricalMetricName' "CONTACTS_ABANDONED"

pattern HistoricalMetricName_CONTACTS_AGENT_HUNG_UP_FIRST :: HistoricalMetricName
pattern $bHistoricalMetricName_CONTACTS_AGENT_HUNG_UP_FIRST :: HistoricalMetricName
$mHistoricalMetricName_CONTACTS_AGENT_HUNG_UP_FIRST :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CONTACTS_AGENT_HUNG_UP_FIRST = HistoricalMetricName' "CONTACTS_AGENT_HUNG_UP_FIRST"

pattern HistoricalMetricName_CONTACTS_CONSULTED :: HistoricalMetricName
pattern $bHistoricalMetricName_CONTACTS_CONSULTED :: HistoricalMetricName
$mHistoricalMetricName_CONTACTS_CONSULTED :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CONTACTS_CONSULTED = HistoricalMetricName' "CONTACTS_CONSULTED"

pattern HistoricalMetricName_CONTACTS_HANDLED :: HistoricalMetricName
pattern $bHistoricalMetricName_CONTACTS_HANDLED :: HistoricalMetricName
$mHistoricalMetricName_CONTACTS_HANDLED :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CONTACTS_HANDLED = HistoricalMetricName' "CONTACTS_HANDLED"

pattern HistoricalMetricName_CONTACTS_HANDLED_INCOMING :: HistoricalMetricName
pattern $bHistoricalMetricName_CONTACTS_HANDLED_INCOMING :: HistoricalMetricName
$mHistoricalMetricName_CONTACTS_HANDLED_INCOMING :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CONTACTS_HANDLED_INCOMING = HistoricalMetricName' "CONTACTS_HANDLED_INCOMING"

pattern HistoricalMetricName_CONTACTS_HANDLED_OUTBOUND :: HistoricalMetricName
pattern $bHistoricalMetricName_CONTACTS_HANDLED_OUTBOUND :: HistoricalMetricName
$mHistoricalMetricName_CONTACTS_HANDLED_OUTBOUND :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CONTACTS_HANDLED_OUTBOUND = HistoricalMetricName' "CONTACTS_HANDLED_OUTBOUND"

pattern HistoricalMetricName_CONTACTS_HOLD_ABANDONS :: HistoricalMetricName
pattern $bHistoricalMetricName_CONTACTS_HOLD_ABANDONS :: HistoricalMetricName
$mHistoricalMetricName_CONTACTS_HOLD_ABANDONS :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CONTACTS_HOLD_ABANDONS = HistoricalMetricName' "CONTACTS_HOLD_ABANDONS"

pattern HistoricalMetricName_CONTACTS_MISSED :: HistoricalMetricName
pattern $bHistoricalMetricName_CONTACTS_MISSED :: HistoricalMetricName
$mHistoricalMetricName_CONTACTS_MISSED :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CONTACTS_MISSED = HistoricalMetricName' "CONTACTS_MISSED"

pattern HistoricalMetricName_CONTACTS_QUEUED :: HistoricalMetricName
pattern $bHistoricalMetricName_CONTACTS_QUEUED :: HistoricalMetricName
$mHistoricalMetricName_CONTACTS_QUEUED :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CONTACTS_QUEUED = HistoricalMetricName' "CONTACTS_QUEUED"

pattern HistoricalMetricName_CONTACTS_TRANSFERRED_IN :: HistoricalMetricName
pattern $bHistoricalMetricName_CONTACTS_TRANSFERRED_IN :: HistoricalMetricName
$mHistoricalMetricName_CONTACTS_TRANSFERRED_IN :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CONTACTS_TRANSFERRED_IN = HistoricalMetricName' "CONTACTS_TRANSFERRED_IN"

pattern HistoricalMetricName_CONTACTS_TRANSFERRED_IN_FROM_QUEUE :: HistoricalMetricName
pattern $bHistoricalMetricName_CONTACTS_TRANSFERRED_IN_FROM_QUEUE :: HistoricalMetricName
$mHistoricalMetricName_CONTACTS_TRANSFERRED_IN_FROM_QUEUE :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CONTACTS_TRANSFERRED_IN_FROM_QUEUE = HistoricalMetricName' "CONTACTS_TRANSFERRED_IN_FROM_QUEUE"

pattern HistoricalMetricName_CONTACTS_TRANSFERRED_OUT :: HistoricalMetricName
pattern $bHistoricalMetricName_CONTACTS_TRANSFERRED_OUT :: HistoricalMetricName
$mHistoricalMetricName_CONTACTS_TRANSFERRED_OUT :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CONTACTS_TRANSFERRED_OUT = HistoricalMetricName' "CONTACTS_TRANSFERRED_OUT"

pattern HistoricalMetricName_CONTACTS_TRANSFERRED_OUT_FROM_QUEUE :: HistoricalMetricName
pattern $bHistoricalMetricName_CONTACTS_TRANSFERRED_OUT_FROM_QUEUE :: HistoricalMetricName
$mHistoricalMetricName_CONTACTS_TRANSFERRED_OUT_FROM_QUEUE :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_CONTACTS_TRANSFERRED_OUT_FROM_QUEUE = HistoricalMetricName' "CONTACTS_TRANSFERRED_OUT_FROM_QUEUE"

pattern HistoricalMetricName_HANDLE_TIME :: HistoricalMetricName
pattern $bHistoricalMetricName_HANDLE_TIME :: HistoricalMetricName
$mHistoricalMetricName_HANDLE_TIME :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_HANDLE_TIME = HistoricalMetricName' "HANDLE_TIME"

pattern HistoricalMetricName_HOLD_TIME :: HistoricalMetricName
pattern $bHistoricalMetricName_HOLD_TIME :: HistoricalMetricName
$mHistoricalMetricName_HOLD_TIME :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_HOLD_TIME = HistoricalMetricName' "HOLD_TIME"

pattern HistoricalMetricName_INTERACTION_AND_HOLD_TIME :: HistoricalMetricName
pattern $bHistoricalMetricName_INTERACTION_AND_HOLD_TIME :: HistoricalMetricName
$mHistoricalMetricName_INTERACTION_AND_HOLD_TIME :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_INTERACTION_AND_HOLD_TIME = HistoricalMetricName' "INTERACTION_AND_HOLD_TIME"

pattern HistoricalMetricName_INTERACTION_TIME :: HistoricalMetricName
pattern $bHistoricalMetricName_INTERACTION_TIME :: HistoricalMetricName
$mHistoricalMetricName_INTERACTION_TIME :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_INTERACTION_TIME = HistoricalMetricName' "INTERACTION_TIME"

pattern HistoricalMetricName_OCCUPANCY :: HistoricalMetricName
pattern $bHistoricalMetricName_OCCUPANCY :: HistoricalMetricName
$mHistoricalMetricName_OCCUPANCY :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_OCCUPANCY = HistoricalMetricName' "OCCUPANCY"

pattern HistoricalMetricName_QUEUED_TIME :: HistoricalMetricName
pattern $bHistoricalMetricName_QUEUED_TIME :: HistoricalMetricName
$mHistoricalMetricName_QUEUED_TIME :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_QUEUED_TIME = HistoricalMetricName' "QUEUED_TIME"

pattern HistoricalMetricName_QUEUE_ANSWER_TIME :: HistoricalMetricName
pattern $bHistoricalMetricName_QUEUE_ANSWER_TIME :: HistoricalMetricName
$mHistoricalMetricName_QUEUE_ANSWER_TIME :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_QUEUE_ANSWER_TIME = HistoricalMetricName' "QUEUE_ANSWER_TIME"

pattern HistoricalMetricName_SERVICE_LEVEL :: HistoricalMetricName
pattern $bHistoricalMetricName_SERVICE_LEVEL :: HistoricalMetricName
$mHistoricalMetricName_SERVICE_LEVEL :: forall r. HistoricalMetricName -> (Void# -> r) -> (Void# -> r) -> r
HistoricalMetricName_SERVICE_LEVEL = HistoricalMetricName' "SERVICE_LEVEL"

{-# COMPLETE
  HistoricalMetricName_ABANDON_TIME,
  HistoricalMetricName_AFTER_CONTACT_WORK_TIME,
  HistoricalMetricName_API_CONTACTS_HANDLED,
  HistoricalMetricName_CALLBACK_CONTACTS_HANDLED,
  HistoricalMetricName_CONTACTS_ABANDONED,
  HistoricalMetricName_CONTACTS_AGENT_HUNG_UP_FIRST,
  HistoricalMetricName_CONTACTS_CONSULTED,
  HistoricalMetricName_CONTACTS_HANDLED,
  HistoricalMetricName_CONTACTS_HANDLED_INCOMING,
  HistoricalMetricName_CONTACTS_HANDLED_OUTBOUND,
  HistoricalMetricName_CONTACTS_HOLD_ABANDONS,
  HistoricalMetricName_CONTACTS_MISSED,
  HistoricalMetricName_CONTACTS_QUEUED,
  HistoricalMetricName_CONTACTS_TRANSFERRED_IN,
  HistoricalMetricName_CONTACTS_TRANSFERRED_IN_FROM_QUEUE,
  HistoricalMetricName_CONTACTS_TRANSFERRED_OUT,
  HistoricalMetricName_CONTACTS_TRANSFERRED_OUT_FROM_QUEUE,
  HistoricalMetricName_HANDLE_TIME,
  HistoricalMetricName_HOLD_TIME,
  HistoricalMetricName_INTERACTION_AND_HOLD_TIME,
  HistoricalMetricName_INTERACTION_TIME,
  HistoricalMetricName_OCCUPANCY,
  HistoricalMetricName_QUEUED_TIME,
  HistoricalMetricName_QUEUE_ANSWER_TIME,
  HistoricalMetricName_SERVICE_LEVEL,
  HistoricalMetricName'
  #-}