{-# 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.SageMaker.Types.InstanceType
-- 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.SageMaker.Types.InstanceType
  ( InstanceType
      ( ..,
        InstanceType_Ml_c4_2xlarge,
        InstanceType_Ml_c4_4xlarge,
        InstanceType_Ml_c4_8xlarge,
        InstanceType_Ml_c4_xlarge,
        InstanceType_Ml_c5_18xlarge,
        InstanceType_Ml_c5_2xlarge,
        InstanceType_Ml_c5_4xlarge,
        InstanceType_Ml_c5_9xlarge,
        InstanceType_Ml_c5_xlarge,
        InstanceType_Ml_c5d_18xlarge,
        InstanceType_Ml_c5d_2xlarge,
        InstanceType_Ml_c5d_4xlarge,
        InstanceType_Ml_c5d_9xlarge,
        InstanceType_Ml_c5d_xlarge,
        InstanceType_Ml_g4dn_12xlarge,
        InstanceType_Ml_g4dn_16xlarge,
        InstanceType_Ml_g4dn_2xlarge,
        InstanceType_Ml_g4dn_4xlarge,
        InstanceType_Ml_g4dn_8xlarge,
        InstanceType_Ml_g4dn_xlarge,
        InstanceType_Ml_m4_10xlarge,
        InstanceType_Ml_m4_16xlarge,
        InstanceType_Ml_m4_2xlarge,
        InstanceType_Ml_m4_4xlarge,
        InstanceType_Ml_m4_xlarge,
        InstanceType_Ml_m5_12xlarge,
        InstanceType_Ml_m5_24xlarge,
        InstanceType_Ml_m5_2xlarge,
        InstanceType_Ml_m5_4xlarge,
        InstanceType_Ml_m5_xlarge,
        InstanceType_Ml_m5d_12xlarge,
        InstanceType_Ml_m5d_16xlarge,
        InstanceType_Ml_m5d_24xlarge,
        InstanceType_Ml_m5d_2xlarge,
        InstanceType_Ml_m5d_4xlarge,
        InstanceType_Ml_m5d_8xlarge,
        InstanceType_Ml_m5d_large,
        InstanceType_Ml_m5d_xlarge,
        InstanceType_Ml_p2_16xlarge,
        InstanceType_Ml_p2_8xlarge,
        InstanceType_Ml_p2_xlarge,
        InstanceType_Ml_p3_16xlarge,
        InstanceType_Ml_p3_2xlarge,
        InstanceType_Ml_p3_8xlarge,
        InstanceType_Ml_p3dn_24xlarge,
        InstanceType_Ml_r5_12xlarge,
        InstanceType_Ml_r5_16xlarge,
        InstanceType_Ml_r5_24xlarge,
        InstanceType_Ml_r5_2xlarge,
        InstanceType_Ml_r5_4xlarge,
        InstanceType_Ml_r5_8xlarge,
        InstanceType_Ml_r5_large,
        InstanceType_Ml_r5_xlarge,
        InstanceType_Ml_t2_2xlarge,
        InstanceType_Ml_t2_large,
        InstanceType_Ml_t2_medium,
        InstanceType_Ml_t2_xlarge,
        InstanceType_Ml_t3_2xlarge,
        InstanceType_Ml_t3_large,
        InstanceType_Ml_t3_medium,
        InstanceType_Ml_t3_xlarge
      ),
  )
where

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

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

pattern InstanceType_Ml_c4_2xlarge :: InstanceType
pattern $bInstanceType_Ml_c4_2xlarge :: InstanceType
$mInstanceType_Ml_c4_2xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c4_2xlarge = InstanceType' "ml.c4.2xlarge"

pattern InstanceType_Ml_c4_4xlarge :: InstanceType
pattern $bInstanceType_Ml_c4_4xlarge :: InstanceType
$mInstanceType_Ml_c4_4xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c4_4xlarge = InstanceType' "ml.c4.4xlarge"

pattern InstanceType_Ml_c4_8xlarge :: InstanceType
pattern $bInstanceType_Ml_c4_8xlarge :: InstanceType
$mInstanceType_Ml_c4_8xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c4_8xlarge = InstanceType' "ml.c4.8xlarge"

pattern InstanceType_Ml_c4_xlarge :: InstanceType
pattern $bInstanceType_Ml_c4_xlarge :: InstanceType
$mInstanceType_Ml_c4_xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c4_xlarge = InstanceType' "ml.c4.xlarge"

pattern InstanceType_Ml_c5_18xlarge :: InstanceType
pattern $bInstanceType_Ml_c5_18xlarge :: InstanceType
$mInstanceType_Ml_c5_18xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c5_18xlarge = InstanceType' "ml.c5.18xlarge"

pattern InstanceType_Ml_c5_2xlarge :: InstanceType
pattern $bInstanceType_Ml_c5_2xlarge :: InstanceType
$mInstanceType_Ml_c5_2xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c5_2xlarge = InstanceType' "ml.c5.2xlarge"

pattern InstanceType_Ml_c5_4xlarge :: InstanceType
pattern $bInstanceType_Ml_c5_4xlarge :: InstanceType
$mInstanceType_Ml_c5_4xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c5_4xlarge = InstanceType' "ml.c5.4xlarge"

pattern InstanceType_Ml_c5_9xlarge :: InstanceType
pattern $bInstanceType_Ml_c5_9xlarge :: InstanceType
$mInstanceType_Ml_c5_9xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c5_9xlarge = InstanceType' "ml.c5.9xlarge"

pattern InstanceType_Ml_c5_xlarge :: InstanceType
pattern $bInstanceType_Ml_c5_xlarge :: InstanceType
$mInstanceType_Ml_c5_xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c5_xlarge = InstanceType' "ml.c5.xlarge"

pattern InstanceType_Ml_c5d_18xlarge :: InstanceType
pattern $bInstanceType_Ml_c5d_18xlarge :: InstanceType
$mInstanceType_Ml_c5d_18xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c5d_18xlarge = InstanceType' "ml.c5d.18xlarge"

pattern InstanceType_Ml_c5d_2xlarge :: InstanceType
pattern $bInstanceType_Ml_c5d_2xlarge :: InstanceType
$mInstanceType_Ml_c5d_2xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c5d_2xlarge = InstanceType' "ml.c5d.2xlarge"

pattern InstanceType_Ml_c5d_4xlarge :: InstanceType
pattern $bInstanceType_Ml_c5d_4xlarge :: InstanceType
$mInstanceType_Ml_c5d_4xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c5d_4xlarge = InstanceType' "ml.c5d.4xlarge"

pattern InstanceType_Ml_c5d_9xlarge :: InstanceType
pattern $bInstanceType_Ml_c5d_9xlarge :: InstanceType
$mInstanceType_Ml_c5d_9xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c5d_9xlarge = InstanceType' "ml.c5d.9xlarge"

pattern InstanceType_Ml_c5d_xlarge :: InstanceType
pattern $bInstanceType_Ml_c5d_xlarge :: InstanceType
$mInstanceType_Ml_c5d_xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_c5d_xlarge = InstanceType' "ml.c5d.xlarge"

pattern InstanceType_Ml_g4dn_12xlarge :: InstanceType
pattern $bInstanceType_Ml_g4dn_12xlarge :: InstanceType
$mInstanceType_Ml_g4dn_12xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_g4dn_12xlarge = InstanceType' "ml.g4dn.12xlarge"

pattern InstanceType_Ml_g4dn_16xlarge :: InstanceType
pattern $bInstanceType_Ml_g4dn_16xlarge :: InstanceType
$mInstanceType_Ml_g4dn_16xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_g4dn_16xlarge = InstanceType' "ml.g4dn.16xlarge"

pattern InstanceType_Ml_g4dn_2xlarge :: InstanceType
pattern $bInstanceType_Ml_g4dn_2xlarge :: InstanceType
$mInstanceType_Ml_g4dn_2xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_g4dn_2xlarge = InstanceType' "ml.g4dn.2xlarge"

pattern InstanceType_Ml_g4dn_4xlarge :: InstanceType
pattern $bInstanceType_Ml_g4dn_4xlarge :: InstanceType
$mInstanceType_Ml_g4dn_4xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_g4dn_4xlarge = InstanceType' "ml.g4dn.4xlarge"

pattern InstanceType_Ml_g4dn_8xlarge :: InstanceType
pattern $bInstanceType_Ml_g4dn_8xlarge :: InstanceType
$mInstanceType_Ml_g4dn_8xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_g4dn_8xlarge = InstanceType' "ml.g4dn.8xlarge"

pattern InstanceType_Ml_g4dn_xlarge :: InstanceType
pattern $bInstanceType_Ml_g4dn_xlarge :: InstanceType
$mInstanceType_Ml_g4dn_xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_g4dn_xlarge = InstanceType' "ml.g4dn.xlarge"

pattern InstanceType_Ml_m4_10xlarge :: InstanceType
pattern $bInstanceType_Ml_m4_10xlarge :: InstanceType
$mInstanceType_Ml_m4_10xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m4_10xlarge = InstanceType' "ml.m4.10xlarge"

pattern InstanceType_Ml_m4_16xlarge :: InstanceType
pattern $bInstanceType_Ml_m4_16xlarge :: InstanceType
$mInstanceType_Ml_m4_16xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m4_16xlarge = InstanceType' "ml.m4.16xlarge"

pattern InstanceType_Ml_m4_2xlarge :: InstanceType
pattern $bInstanceType_Ml_m4_2xlarge :: InstanceType
$mInstanceType_Ml_m4_2xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m4_2xlarge = InstanceType' "ml.m4.2xlarge"

pattern InstanceType_Ml_m4_4xlarge :: InstanceType
pattern $bInstanceType_Ml_m4_4xlarge :: InstanceType
$mInstanceType_Ml_m4_4xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m4_4xlarge = InstanceType' "ml.m4.4xlarge"

pattern InstanceType_Ml_m4_xlarge :: InstanceType
pattern $bInstanceType_Ml_m4_xlarge :: InstanceType
$mInstanceType_Ml_m4_xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m4_xlarge = InstanceType' "ml.m4.xlarge"

pattern InstanceType_Ml_m5_12xlarge :: InstanceType
pattern $bInstanceType_Ml_m5_12xlarge :: InstanceType
$mInstanceType_Ml_m5_12xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m5_12xlarge = InstanceType' "ml.m5.12xlarge"

pattern InstanceType_Ml_m5_24xlarge :: InstanceType
pattern $bInstanceType_Ml_m5_24xlarge :: InstanceType
$mInstanceType_Ml_m5_24xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m5_24xlarge = InstanceType' "ml.m5.24xlarge"

pattern InstanceType_Ml_m5_2xlarge :: InstanceType
pattern $bInstanceType_Ml_m5_2xlarge :: InstanceType
$mInstanceType_Ml_m5_2xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m5_2xlarge = InstanceType' "ml.m5.2xlarge"

pattern InstanceType_Ml_m5_4xlarge :: InstanceType
pattern $bInstanceType_Ml_m5_4xlarge :: InstanceType
$mInstanceType_Ml_m5_4xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m5_4xlarge = InstanceType' "ml.m5.4xlarge"

pattern InstanceType_Ml_m5_xlarge :: InstanceType
pattern $bInstanceType_Ml_m5_xlarge :: InstanceType
$mInstanceType_Ml_m5_xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m5_xlarge = InstanceType' "ml.m5.xlarge"

pattern InstanceType_Ml_m5d_12xlarge :: InstanceType
pattern $bInstanceType_Ml_m5d_12xlarge :: InstanceType
$mInstanceType_Ml_m5d_12xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m5d_12xlarge = InstanceType' "ml.m5d.12xlarge"

pattern InstanceType_Ml_m5d_16xlarge :: InstanceType
pattern $bInstanceType_Ml_m5d_16xlarge :: InstanceType
$mInstanceType_Ml_m5d_16xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m5d_16xlarge = InstanceType' "ml.m5d.16xlarge"

pattern InstanceType_Ml_m5d_24xlarge :: InstanceType
pattern $bInstanceType_Ml_m5d_24xlarge :: InstanceType
$mInstanceType_Ml_m5d_24xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m5d_24xlarge = InstanceType' "ml.m5d.24xlarge"

pattern InstanceType_Ml_m5d_2xlarge :: InstanceType
pattern $bInstanceType_Ml_m5d_2xlarge :: InstanceType
$mInstanceType_Ml_m5d_2xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m5d_2xlarge = InstanceType' "ml.m5d.2xlarge"

pattern InstanceType_Ml_m5d_4xlarge :: InstanceType
pattern $bInstanceType_Ml_m5d_4xlarge :: InstanceType
$mInstanceType_Ml_m5d_4xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m5d_4xlarge = InstanceType' "ml.m5d.4xlarge"

pattern InstanceType_Ml_m5d_8xlarge :: InstanceType
pattern $bInstanceType_Ml_m5d_8xlarge :: InstanceType
$mInstanceType_Ml_m5d_8xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m5d_8xlarge = InstanceType' "ml.m5d.8xlarge"

pattern InstanceType_Ml_m5d_large :: InstanceType
pattern $bInstanceType_Ml_m5d_large :: InstanceType
$mInstanceType_Ml_m5d_large :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m5d_large = InstanceType' "ml.m5d.large"

pattern InstanceType_Ml_m5d_xlarge :: InstanceType
pattern $bInstanceType_Ml_m5d_xlarge :: InstanceType
$mInstanceType_Ml_m5d_xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_m5d_xlarge = InstanceType' "ml.m5d.xlarge"

pattern InstanceType_Ml_p2_16xlarge :: InstanceType
pattern $bInstanceType_Ml_p2_16xlarge :: InstanceType
$mInstanceType_Ml_p2_16xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_p2_16xlarge = InstanceType' "ml.p2.16xlarge"

pattern InstanceType_Ml_p2_8xlarge :: InstanceType
pattern $bInstanceType_Ml_p2_8xlarge :: InstanceType
$mInstanceType_Ml_p2_8xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_p2_8xlarge = InstanceType' "ml.p2.8xlarge"

pattern InstanceType_Ml_p2_xlarge :: InstanceType
pattern $bInstanceType_Ml_p2_xlarge :: InstanceType
$mInstanceType_Ml_p2_xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_p2_xlarge = InstanceType' "ml.p2.xlarge"

pattern InstanceType_Ml_p3_16xlarge :: InstanceType
pattern $bInstanceType_Ml_p3_16xlarge :: InstanceType
$mInstanceType_Ml_p3_16xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_p3_16xlarge = InstanceType' "ml.p3.16xlarge"

pattern InstanceType_Ml_p3_2xlarge :: InstanceType
pattern $bInstanceType_Ml_p3_2xlarge :: InstanceType
$mInstanceType_Ml_p3_2xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_p3_2xlarge = InstanceType' "ml.p3.2xlarge"

pattern InstanceType_Ml_p3_8xlarge :: InstanceType
pattern $bInstanceType_Ml_p3_8xlarge :: InstanceType
$mInstanceType_Ml_p3_8xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_p3_8xlarge = InstanceType' "ml.p3.8xlarge"

pattern InstanceType_Ml_p3dn_24xlarge :: InstanceType
pattern $bInstanceType_Ml_p3dn_24xlarge :: InstanceType
$mInstanceType_Ml_p3dn_24xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_p3dn_24xlarge = InstanceType' "ml.p3dn.24xlarge"

pattern InstanceType_Ml_r5_12xlarge :: InstanceType
pattern $bInstanceType_Ml_r5_12xlarge :: InstanceType
$mInstanceType_Ml_r5_12xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_r5_12xlarge = InstanceType' "ml.r5.12xlarge"

pattern InstanceType_Ml_r5_16xlarge :: InstanceType
pattern $bInstanceType_Ml_r5_16xlarge :: InstanceType
$mInstanceType_Ml_r5_16xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_r5_16xlarge = InstanceType' "ml.r5.16xlarge"

pattern InstanceType_Ml_r5_24xlarge :: InstanceType
pattern $bInstanceType_Ml_r5_24xlarge :: InstanceType
$mInstanceType_Ml_r5_24xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_r5_24xlarge = InstanceType' "ml.r5.24xlarge"

pattern InstanceType_Ml_r5_2xlarge :: InstanceType
pattern $bInstanceType_Ml_r5_2xlarge :: InstanceType
$mInstanceType_Ml_r5_2xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_r5_2xlarge = InstanceType' "ml.r5.2xlarge"

pattern InstanceType_Ml_r5_4xlarge :: InstanceType
pattern $bInstanceType_Ml_r5_4xlarge :: InstanceType
$mInstanceType_Ml_r5_4xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_r5_4xlarge = InstanceType' "ml.r5.4xlarge"

pattern InstanceType_Ml_r5_8xlarge :: InstanceType
pattern $bInstanceType_Ml_r5_8xlarge :: InstanceType
$mInstanceType_Ml_r5_8xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_r5_8xlarge = InstanceType' "ml.r5.8xlarge"

pattern InstanceType_Ml_r5_large :: InstanceType
pattern $bInstanceType_Ml_r5_large :: InstanceType
$mInstanceType_Ml_r5_large :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_r5_large = InstanceType' "ml.r5.large"

pattern InstanceType_Ml_r5_xlarge :: InstanceType
pattern $bInstanceType_Ml_r5_xlarge :: InstanceType
$mInstanceType_Ml_r5_xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_r5_xlarge = InstanceType' "ml.r5.xlarge"

pattern InstanceType_Ml_t2_2xlarge :: InstanceType
pattern $bInstanceType_Ml_t2_2xlarge :: InstanceType
$mInstanceType_Ml_t2_2xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_t2_2xlarge = InstanceType' "ml.t2.2xlarge"

pattern InstanceType_Ml_t2_large :: InstanceType
pattern $bInstanceType_Ml_t2_large :: InstanceType
$mInstanceType_Ml_t2_large :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_t2_large = InstanceType' "ml.t2.large"

pattern InstanceType_Ml_t2_medium :: InstanceType
pattern $bInstanceType_Ml_t2_medium :: InstanceType
$mInstanceType_Ml_t2_medium :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_t2_medium = InstanceType' "ml.t2.medium"

pattern InstanceType_Ml_t2_xlarge :: InstanceType
pattern $bInstanceType_Ml_t2_xlarge :: InstanceType
$mInstanceType_Ml_t2_xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_t2_xlarge = InstanceType' "ml.t2.xlarge"

pattern InstanceType_Ml_t3_2xlarge :: InstanceType
pattern $bInstanceType_Ml_t3_2xlarge :: InstanceType
$mInstanceType_Ml_t3_2xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_t3_2xlarge = InstanceType' "ml.t3.2xlarge"

pattern InstanceType_Ml_t3_large :: InstanceType
pattern $bInstanceType_Ml_t3_large :: InstanceType
$mInstanceType_Ml_t3_large :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_t3_large = InstanceType' "ml.t3.large"

pattern InstanceType_Ml_t3_medium :: InstanceType
pattern $bInstanceType_Ml_t3_medium :: InstanceType
$mInstanceType_Ml_t3_medium :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_t3_medium = InstanceType' "ml.t3.medium"

pattern InstanceType_Ml_t3_xlarge :: InstanceType
pattern $bInstanceType_Ml_t3_xlarge :: InstanceType
$mInstanceType_Ml_t3_xlarge :: forall r. InstanceType -> (Void# -> r) -> (Void# -> r) -> r
InstanceType_Ml_t3_xlarge = InstanceType' "ml.t3.xlarge"

{-# COMPLETE
  InstanceType_Ml_c4_2xlarge,
  InstanceType_Ml_c4_4xlarge,
  InstanceType_Ml_c4_8xlarge,
  InstanceType_Ml_c4_xlarge,
  InstanceType_Ml_c5_18xlarge,
  InstanceType_Ml_c5_2xlarge,
  InstanceType_Ml_c5_4xlarge,
  InstanceType_Ml_c5_9xlarge,
  InstanceType_Ml_c5_xlarge,
  InstanceType_Ml_c5d_18xlarge,
  InstanceType_Ml_c5d_2xlarge,
  InstanceType_Ml_c5d_4xlarge,
  InstanceType_Ml_c5d_9xlarge,
  InstanceType_Ml_c5d_xlarge,
  InstanceType_Ml_g4dn_12xlarge,
  InstanceType_Ml_g4dn_16xlarge,
  InstanceType_Ml_g4dn_2xlarge,
  InstanceType_Ml_g4dn_4xlarge,
  InstanceType_Ml_g4dn_8xlarge,
  InstanceType_Ml_g4dn_xlarge,
  InstanceType_Ml_m4_10xlarge,
  InstanceType_Ml_m4_16xlarge,
  InstanceType_Ml_m4_2xlarge,
  InstanceType_Ml_m4_4xlarge,
  InstanceType_Ml_m4_xlarge,
  InstanceType_Ml_m5_12xlarge,
  InstanceType_Ml_m5_24xlarge,
  InstanceType_Ml_m5_2xlarge,
  InstanceType_Ml_m5_4xlarge,
  InstanceType_Ml_m5_xlarge,
  InstanceType_Ml_m5d_12xlarge,
  InstanceType_Ml_m5d_16xlarge,
  InstanceType_Ml_m5d_24xlarge,
  InstanceType_Ml_m5d_2xlarge,
  InstanceType_Ml_m5d_4xlarge,
  InstanceType_Ml_m5d_8xlarge,
  InstanceType_Ml_m5d_large,
  InstanceType_Ml_m5d_xlarge,
  InstanceType_Ml_p2_16xlarge,
  InstanceType_Ml_p2_8xlarge,
  InstanceType_Ml_p2_xlarge,
  InstanceType_Ml_p3_16xlarge,
  InstanceType_Ml_p3_2xlarge,
  InstanceType_Ml_p3_8xlarge,
  InstanceType_Ml_p3dn_24xlarge,
  InstanceType_Ml_r5_12xlarge,
  InstanceType_Ml_r5_16xlarge,
  InstanceType_Ml_r5_24xlarge,
  InstanceType_Ml_r5_2xlarge,
  InstanceType_Ml_r5_4xlarge,
  InstanceType_Ml_r5_8xlarge,
  InstanceType_Ml_r5_large,
  InstanceType_Ml_r5_xlarge,
  InstanceType_Ml_t2_2xlarge,
  InstanceType_Ml_t2_large,
  InstanceType_Ml_t2_medium,
  InstanceType_Ml_t2_xlarge,
  InstanceType_Ml_t3_2xlarge,
  InstanceType_Ml_t3_large,
  InstanceType_Ml_t3_medium,
  InstanceType_Ml_t3_xlarge,
  InstanceType'
  #-}