{-# 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.GameLift.Types.EC2InstanceType
-- 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.GameLift.Types.EC2InstanceType
  ( EC2InstanceType
      ( ..,
        EC2InstanceType_C3_2xlarge,
        EC2InstanceType_C3_4xlarge,
        EC2InstanceType_C3_8xlarge,
        EC2InstanceType_C3_large,
        EC2InstanceType_C3_xlarge,
        EC2InstanceType_C4_2xlarge,
        EC2InstanceType_C4_4xlarge,
        EC2InstanceType_C4_8xlarge,
        EC2InstanceType_C4_large,
        EC2InstanceType_C4_xlarge,
        EC2InstanceType_C5_12xlarge,
        EC2InstanceType_C5_18xlarge,
        EC2InstanceType_C5_24xlarge,
        EC2InstanceType_C5_2xlarge,
        EC2InstanceType_C5_4xlarge,
        EC2InstanceType_C5_9xlarge,
        EC2InstanceType_C5_large,
        EC2InstanceType_C5_xlarge,
        EC2InstanceType_C5a_12xlarge,
        EC2InstanceType_C5a_16xlarge,
        EC2InstanceType_C5a_24xlarge,
        EC2InstanceType_C5a_2xlarge,
        EC2InstanceType_C5a_4xlarge,
        EC2InstanceType_C5a_8xlarge,
        EC2InstanceType_C5a_large,
        EC2InstanceType_C5a_xlarge,
        EC2InstanceType_M3_2xlarge,
        EC2InstanceType_M3_large,
        EC2InstanceType_M3_medium,
        EC2InstanceType_M3_xlarge,
        EC2InstanceType_M4_10xlarge,
        EC2InstanceType_M4_2xlarge,
        EC2InstanceType_M4_4xlarge,
        EC2InstanceType_M4_large,
        EC2InstanceType_M4_xlarge,
        EC2InstanceType_M5_12xlarge,
        EC2InstanceType_M5_16xlarge,
        EC2InstanceType_M5_24xlarge,
        EC2InstanceType_M5_2xlarge,
        EC2InstanceType_M5_4xlarge,
        EC2InstanceType_M5_8xlarge,
        EC2InstanceType_M5_large,
        EC2InstanceType_M5_xlarge,
        EC2InstanceType_M5a_12xlarge,
        EC2InstanceType_M5a_16xlarge,
        EC2InstanceType_M5a_24xlarge,
        EC2InstanceType_M5a_2xlarge,
        EC2InstanceType_M5a_4xlarge,
        EC2InstanceType_M5a_8xlarge,
        EC2InstanceType_M5a_large,
        EC2InstanceType_M5a_xlarge,
        EC2InstanceType_R3_2xlarge,
        EC2InstanceType_R3_4xlarge,
        EC2InstanceType_R3_8xlarge,
        EC2InstanceType_R3_large,
        EC2InstanceType_R3_xlarge,
        EC2InstanceType_R4_16xlarge,
        EC2InstanceType_R4_2xlarge,
        EC2InstanceType_R4_4xlarge,
        EC2InstanceType_R4_8xlarge,
        EC2InstanceType_R4_large,
        EC2InstanceType_R4_xlarge,
        EC2InstanceType_R5_12xlarge,
        EC2InstanceType_R5_16xlarge,
        EC2InstanceType_R5_24xlarge,
        EC2InstanceType_R5_2xlarge,
        EC2InstanceType_R5_4xlarge,
        EC2InstanceType_R5_8xlarge,
        EC2InstanceType_R5_large,
        EC2InstanceType_R5_xlarge,
        EC2InstanceType_R5a_12xlarge,
        EC2InstanceType_R5a_16xlarge,
        EC2InstanceType_R5a_24xlarge,
        EC2InstanceType_R5a_2xlarge,
        EC2InstanceType_R5a_4xlarge,
        EC2InstanceType_R5a_8xlarge,
        EC2InstanceType_R5a_large,
        EC2InstanceType_R5a_xlarge,
        EC2InstanceType_T2_large,
        EC2InstanceType_T2_medium,
        EC2InstanceType_T2_micro,
        EC2InstanceType_T2_small
      ),
  )
where

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

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

pattern EC2InstanceType_C3_2xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C3_2xlarge :: EC2InstanceType
$mEC2InstanceType_C3_2xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C3_2xlarge = EC2InstanceType' "c3.2xlarge"

pattern EC2InstanceType_C3_4xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C3_4xlarge :: EC2InstanceType
$mEC2InstanceType_C3_4xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C3_4xlarge = EC2InstanceType' "c3.4xlarge"

pattern EC2InstanceType_C3_8xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C3_8xlarge :: EC2InstanceType
$mEC2InstanceType_C3_8xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C3_8xlarge = EC2InstanceType' "c3.8xlarge"

pattern EC2InstanceType_C3_large :: EC2InstanceType
pattern $bEC2InstanceType_C3_large :: EC2InstanceType
$mEC2InstanceType_C3_large :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C3_large = EC2InstanceType' "c3.large"

pattern EC2InstanceType_C3_xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C3_xlarge :: EC2InstanceType
$mEC2InstanceType_C3_xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C3_xlarge = EC2InstanceType' "c3.xlarge"

pattern EC2InstanceType_C4_2xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C4_2xlarge :: EC2InstanceType
$mEC2InstanceType_C4_2xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C4_2xlarge = EC2InstanceType' "c4.2xlarge"

pattern EC2InstanceType_C4_4xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C4_4xlarge :: EC2InstanceType
$mEC2InstanceType_C4_4xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C4_4xlarge = EC2InstanceType' "c4.4xlarge"

pattern EC2InstanceType_C4_8xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C4_8xlarge :: EC2InstanceType
$mEC2InstanceType_C4_8xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C4_8xlarge = EC2InstanceType' "c4.8xlarge"

pattern EC2InstanceType_C4_large :: EC2InstanceType
pattern $bEC2InstanceType_C4_large :: EC2InstanceType
$mEC2InstanceType_C4_large :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C4_large = EC2InstanceType' "c4.large"

pattern EC2InstanceType_C4_xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C4_xlarge :: EC2InstanceType
$mEC2InstanceType_C4_xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C4_xlarge = EC2InstanceType' "c4.xlarge"

pattern EC2InstanceType_C5_12xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5_12xlarge :: EC2InstanceType
$mEC2InstanceType_C5_12xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5_12xlarge = EC2InstanceType' "c5.12xlarge"

pattern EC2InstanceType_C5_18xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5_18xlarge :: EC2InstanceType
$mEC2InstanceType_C5_18xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5_18xlarge = EC2InstanceType' "c5.18xlarge"

pattern EC2InstanceType_C5_24xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5_24xlarge :: EC2InstanceType
$mEC2InstanceType_C5_24xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5_24xlarge = EC2InstanceType' "c5.24xlarge"

pattern EC2InstanceType_C5_2xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5_2xlarge :: EC2InstanceType
$mEC2InstanceType_C5_2xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5_2xlarge = EC2InstanceType' "c5.2xlarge"

pattern EC2InstanceType_C5_4xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5_4xlarge :: EC2InstanceType
$mEC2InstanceType_C5_4xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5_4xlarge = EC2InstanceType' "c5.4xlarge"

pattern EC2InstanceType_C5_9xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5_9xlarge :: EC2InstanceType
$mEC2InstanceType_C5_9xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5_9xlarge = EC2InstanceType' "c5.9xlarge"

pattern EC2InstanceType_C5_large :: EC2InstanceType
pattern $bEC2InstanceType_C5_large :: EC2InstanceType
$mEC2InstanceType_C5_large :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5_large = EC2InstanceType' "c5.large"

pattern EC2InstanceType_C5_xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5_xlarge :: EC2InstanceType
$mEC2InstanceType_C5_xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5_xlarge = EC2InstanceType' "c5.xlarge"

pattern EC2InstanceType_C5a_12xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5a_12xlarge :: EC2InstanceType
$mEC2InstanceType_C5a_12xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5a_12xlarge = EC2InstanceType' "c5a.12xlarge"

pattern EC2InstanceType_C5a_16xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5a_16xlarge :: EC2InstanceType
$mEC2InstanceType_C5a_16xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5a_16xlarge = EC2InstanceType' "c5a.16xlarge"

pattern EC2InstanceType_C5a_24xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5a_24xlarge :: EC2InstanceType
$mEC2InstanceType_C5a_24xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5a_24xlarge = EC2InstanceType' "c5a.24xlarge"

pattern EC2InstanceType_C5a_2xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5a_2xlarge :: EC2InstanceType
$mEC2InstanceType_C5a_2xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5a_2xlarge = EC2InstanceType' "c5a.2xlarge"

pattern EC2InstanceType_C5a_4xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5a_4xlarge :: EC2InstanceType
$mEC2InstanceType_C5a_4xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5a_4xlarge = EC2InstanceType' "c5a.4xlarge"

pattern EC2InstanceType_C5a_8xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5a_8xlarge :: EC2InstanceType
$mEC2InstanceType_C5a_8xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5a_8xlarge = EC2InstanceType' "c5a.8xlarge"

pattern EC2InstanceType_C5a_large :: EC2InstanceType
pattern $bEC2InstanceType_C5a_large :: EC2InstanceType
$mEC2InstanceType_C5a_large :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5a_large = EC2InstanceType' "c5a.large"

pattern EC2InstanceType_C5a_xlarge :: EC2InstanceType
pattern $bEC2InstanceType_C5a_xlarge :: EC2InstanceType
$mEC2InstanceType_C5a_xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_C5a_xlarge = EC2InstanceType' "c5a.xlarge"

pattern EC2InstanceType_M3_2xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M3_2xlarge :: EC2InstanceType
$mEC2InstanceType_M3_2xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M3_2xlarge = EC2InstanceType' "m3.2xlarge"

pattern EC2InstanceType_M3_large :: EC2InstanceType
pattern $bEC2InstanceType_M3_large :: EC2InstanceType
$mEC2InstanceType_M3_large :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M3_large = EC2InstanceType' "m3.large"

pattern EC2InstanceType_M3_medium :: EC2InstanceType
pattern $bEC2InstanceType_M3_medium :: EC2InstanceType
$mEC2InstanceType_M3_medium :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M3_medium = EC2InstanceType' "m3.medium"

pattern EC2InstanceType_M3_xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M3_xlarge :: EC2InstanceType
$mEC2InstanceType_M3_xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M3_xlarge = EC2InstanceType' "m3.xlarge"

pattern EC2InstanceType_M4_10xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M4_10xlarge :: EC2InstanceType
$mEC2InstanceType_M4_10xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M4_10xlarge = EC2InstanceType' "m4.10xlarge"

pattern EC2InstanceType_M4_2xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M4_2xlarge :: EC2InstanceType
$mEC2InstanceType_M4_2xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M4_2xlarge = EC2InstanceType' "m4.2xlarge"

pattern EC2InstanceType_M4_4xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M4_4xlarge :: EC2InstanceType
$mEC2InstanceType_M4_4xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M4_4xlarge = EC2InstanceType' "m4.4xlarge"

pattern EC2InstanceType_M4_large :: EC2InstanceType
pattern $bEC2InstanceType_M4_large :: EC2InstanceType
$mEC2InstanceType_M4_large :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M4_large = EC2InstanceType' "m4.large"

pattern EC2InstanceType_M4_xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M4_xlarge :: EC2InstanceType
$mEC2InstanceType_M4_xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M4_xlarge = EC2InstanceType' "m4.xlarge"

pattern EC2InstanceType_M5_12xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5_12xlarge :: EC2InstanceType
$mEC2InstanceType_M5_12xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5_12xlarge = EC2InstanceType' "m5.12xlarge"

pattern EC2InstanceType_M5_16xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5_16xlarge :: EC2InstanceType
$mEC2InstanceType_M5_16xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5_16xlarge = EC2InstanceType' "m5.16xlarge"

pattern EC2InstanceType_M5_24xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5_24xlarge :: EC2InstanceType
$mEC2InstanceType_M5_24xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5_24xlarge = EC2InstanceType' "m5.24xlarge"

pattern EC2InstanceType_M5_2xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5_2xlarge :: EC2InstanceType
$mEC2InstanceType_M5_2xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5_2xlarge = EC2InstanceType' "m5.2xlarge"

pattern EC2InstanceType_M5_4xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5_4xlarge :: EC2InstanceType
$mEC2InstanceType_M5_4xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5_4xlarge = EC2InstanceType' "m5.4xlarge"

pattern EC2InstanceType_M5_8xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5_8xlarge :: EC2InstanceType
$mEC2InstanceType_M5_8xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5_8xlarge = EC2InstanceType' "m5.8xlarge"

pattern EC2InstanceType_M5_large :: EC2InstanceType
pattern $bEC2InstanceType_M5_large :: EC2InstanceType
$mEC2InstanceType_M5_large :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5_large = EC2InstanceType' "m5.large"

pattern EC2InstanceType_M5_xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5_xlarge :: EC2InstanceType
$mEC2InstanceType_M5_xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5_xlarge = EC2InstanceType' "m5.xlarge"

pattern EC2InstanceType_M5a_12xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5a_12xlarge :: EC2InstanceType
$mEC2InstanceType_M5a_12xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5a_12xlarge = EC2InstanceType' "m5a.12xlarge"

pattern EC2InstanceType_M5a_16xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5a_16xlarge :: EC2InstanceType
$mEC2InstanceType_M5a_16xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5a_16xlarge = EC2InstanceType' "m5a.16xlarge"

pattern EC2InstanceType_M5a_24xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5a_24xlarge :: EC2InstanceType
$mEC2InstanceType_M5a_24xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5a_24xlarge = EC2InstanceType' "m5a.24xlarge"

pattern EC2InstanceType_M5a_2xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5a_2xlarge :: EC2InstanceType
$mEC2InstanceType_M5a_2xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5a_2xlarge = EC2InstanceType' "m5a.2xlarge"

pattern EC2InstanceType_M5a_4xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5a_4xlarge :: EC2InstanceType
$mEC2InstanceType_M5a_4xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5a_4xlarge = EC2InstanceType' "m5a.4xlarge"

pattern EC2InstanceType_M5a_8xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5a_8xlarge :: EC2InstanceType
$mEC2InstanceType_M5a_8xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5a_8xlarge = EC2InstanceType' "m5a.8xlarge"

pattern EC2InstanceType_M5a_large :: EC2InstanceType
pattern $bEC2InstanceType_M5a_large :: EC2InstanceType
$mEC2InstanceType_M5a_large :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5a_large = EC2InstanceType' "m5a.large"

pattern EC2InstanceType_M5a_xlarge :: EC2InstanceType
pattern $bEC2InstanceType_M5a_xlarge :: EC2InstanceType
$mEC2InstanceType_M5a_xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_M5a_xlarge = EC2InstanceType' "m5a.xlarge"

pattern EC2InstanceType_R3_2xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R3_2xlarge :: EC2InstanceType
$mEC2InstanceType_R3_2xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R3_2xlarge = EC2InstanceType' "r3.2xlarge"

pattern EC2InstanceType_R3_4xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R3_4xlarge :: EC2InstanceType
$mEC2InstanceType_R3_4xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R3_4xlarge = EC2InstanceType' "r3.4xlarge"

pattern EC2InstanceType_R3_8xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R3_8xlarge :: EC2InstanceType
$mEC2InstanceType_R3_8xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R3_8xlarge = EC2InstanceType' "r3.8xlarge"

pattern EC2InstanceType_R3_large :: EC2InstanceType
pattern $bEC2InstanceType_R3_large :: EC2InstanceType
$mEC2InstanceType_R3_large :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R3_large = EC2InstanceType' "r3.large"

pattern EC2InstanceType_R3_xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R3_xlarge :: EC2InstanceType
$mEC2InstanceType_R3_xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R3_xlarge = EC2InstanceType' "r3.xlarge"

pattern EC2InstanceType_R4_16xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R4_16xlarge :: EC2InstanceType
$mEC2InstanceType_R4_16xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R4_16xlarge = EC2InstanceType' "r4.16xlarge"

pattern EC2InstanceType_R4_2xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R4_2xlarge :: EC2InstanceType
$mEC2InstanceType_R4_2xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R4_2xlarge = EC2InstanceType' "r4.2xlarge"

pattern EC2InstanceType_R4_4xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R4_4xlarge :: EC2InstanceType
$mEC2InstanceType_R4_4xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R4_4xlarge = EC2InstanceType' "r4.4xlarge"

pattern EC2InstanceType_R4_8xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R4_8xlarge :: EC2InstanceType
$mEC2InstanceType_R4_8xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R4_8xlarge = EC2InstanceType' "r4.8xlarge"

pattern EC2InstanceType_R4_large :: EC2InstanceType
pattern $bEC2InstanceType_R4_large :: EC2InstanceType
$mEC2InstanceType_R4_large :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R4_large = EC2InstanceType' "r4.large"

pattern EC2InstanceType_R4_xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R4_xlarge :: EC2InstanceType
$mEC2InstanceType_R4_xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R4_xlarge = EC2InstanceType' "r4.xlarge"

pattern EC2InstanceType_R5_12xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5_12xlarge :: EC2InstanceType
$mEC2InstanceType_R5_12xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5_12xlarge = EC2InstanceType' "r5.12xlarge"

pattern EC2InstanceType_R5_16xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5_16xlarge :: EC2InstanceType
$mEC2InstanceType_R5_16xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5_16xlarge = EC2InstanceType' "r5.16xlarge"

pattern EC2InstanceType_R5_24xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5_24xlarge :: EC2InstanceType
$mEC2InstanceType_R5_24xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5_24xlarge = EC2InstanceType' "r5.24xlarge"

pattern EC2InstanceType_R5_2xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5_2xlarge :: EC2InstanceType
$mEC2InstanceType_R5_2xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5_2xlarge = EC2InstanceType' "r5.2xlarge"

pattern EC2InstanceType_R5_4xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5_4xlarge :: EC2InstanceType
$mEC2InstanceType_R5_4xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5_4xlarge = EC2InstanceType' "r5.4xlarge"

pattern EC2InstanceType_R5_8xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5_8xlarge :: EC2InstanceType
$mEC2InstanceType_R5_8xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5_8xlarge = EC2InstanceType' "r5.8xlarge"

pattern EC2InstanceType_R5_large :: EC2InstanceType
pattern $bEC2InstanceType_R5_large :: EC2InstanceType
$mEC2InstanceType_R5_large :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5_large = EC2InstanceType' "r5.large"

pattern EC2InstanceType_R5_xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5_xlarge :: EC2InstanceType
$mEC2InstanceType_R5_xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5_xlarge = EC2InstanceType' "r5.xlarge"

pattern EC2InstanceType_R5a_12xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5a_12xlarge :: EC2InstanceType
$mEC2InstanceType_R5a_12xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5a_12xlarge = EC2InstanceType' "r5a.12xlarge"

pattern EC2InstanceType_R5a_16xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5a_16xlarge :: EC2InstanceType
$mEC2InstanceType_R5a_16xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5a_16xlarge = EC2InstanceType' "r5a.16xlarge"

pattern EC2InstanceType_R5a_24xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5a_24xlarge :: EC2InstanceType
$mEC2InstanceType_R5a_24xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5a_24xlarge = EC2InstanceType' "r5a.24xlarge"

pattern EC2InstanceType_R5a_2xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5a_2xlarge :: EC2InstanceType
$mEC2InstanceType_R5a_2xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5a_2xlarge = EC2InstanceType' "r5a.2xlarge"

pattern EC2InstanceType_R5a_4xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5a_4xlarge :: EC2InstanceType
$mEC2InstanceType_R5a_4xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5a_4xlarge = EC2InstanceType' "r5a.4xlarge"

pattern EC2InstanceType_R5a_8xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5a_8xlarge :: EC2InstanceType
$mEC2InstanceType_R5a_8xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5a_8xlarge = EC2InstanceType' "r5a.8xlarge"

pattern EC2InstanceType_R5a_large :: EC2InstanceType
pattern $bEC2InstanceType_R5a_large :: EC2InstanceType
$mEC2InstanceType_R5a_large :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5a_large = EC2InstanceType' "r5a.large"

pattern EC2InstanceType_R5a_xlarge :: EC2InstanceType
pattern $bEC2InstanceType_R5a_xlarge :: EC2InstanceType
$mEC2InstanceType_R5a_xlarge :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_R5a_xlarge = EC2InstanceType' "r5a.xlarge"

pattern EC2InstanceType_T2_large :: EC2InstanceType
pattern $bEC2InstanceType_T2_large :: EC2InstanceType
$mEC2InstanceType_T2_large :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_T2_large = EC2InstanceType' "t2.large"

pattern EC2InstanceType_T2_medium :: EC2InstanceType
pattern $bEC2InstanceType_T2_medium :: EC2InstanceType
$mEC2InstanceType_T2_medium :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_T2_medium = EC2InstanceType' "t2.medium"

pattern EC2InstanceType_T2_micro :: EC2InstanceType
pattern $bEC2InstanceType_T2_micro :: EC2InstanceType
$mEC2InstanceType_T2_micro :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_T2_micro = EC2InstanceType' "t2.micro"

pattern EC2InstanceType_T2_small :: EC2InstanceType
pattern $bEC2InstanceType_T2_small :: EC2InstanceType
$mEC2InstanceType_T2_small :: forall r. EC2InstanceType -> (Void# -> r) -> (Void# -> r) -> r
EC2InstanceType_T2_small = EC2InstanceType' "t2.small"

{-# COMPLETE
  EC2InstanceType_C3_2xlarge,
  EC2InstanceType_C3_4xlarge,
  EC2InstanceType_C3_8xlarge,
  EC2InstanceType_C3_large,
  EC2InstanceType_C3_xlarge,
  EC2InstanceType_C4_2xlarge,
  EC2InstanceType_C4_4xlarge,
  EC2InstanceType_C4_8xlarge,
  EC2InstanceType_C4_large,
  EC2InstanceType_C4_xlarge,
  EC2InstanceType_C5_12xlarge,
  EC2InstanceType_C5_18xlarge,
  EC2InstanceType_C5_24xlarge,
  EC2InstanceType_C5_2xlarge,
  EC2InstanceType_C5_4xlarge,
  EC2InstanceType_C5_9xlarge,
  EC2InstanceType_C5_large,
  EC2InstanceType_C5_xlarge,
  EC2InstanceType_C5a_12xlarge,
  EC2InstanceType_C5a_16xlarge,
  EC2InstanceType_C5a_24xlarge,
  EC2InstanceType_C5a_2xlarge,
  EC2InstanceType_C5a_4xlarge,
  EC2InstanceType_C5a_8xlarge,
  EC2InstanceType_C5a_large,
  EC2InstanceType_C5a_xlarge,
  EC2InstanceType_M3_2xlarge,
  EC2InstanceType_M3_large,
  EC2InstanceType_M3_medium,
  EC2InstanceType_M3_xlarge,
  EC2InstanceType_M4_10xlarge,
  EC2InstanceType_M4_2xlarge,
  EC2InstanceType_M4_4xlarge,
  EC2InstanceType_M4_large,
  EC2InstanceType_M4_xlarge,
  EC2InstanceType_M5_12xlarge,
  EC2InstanceType_M5_16xlarge,
  EC2InstanceType_M5_24xlarge,
  EC2InstanceType_M5_2xlarge,
  EC2InstanceType_M5_4xlarge,
  EC2InstanceType_M5_8xlarge,
  EC2InstanceType_M5_large,
  EC2InstanceType_M5_xlarge,
  EC2InstanceType_M5a_12xlarge,
  EC2InstanceType_M5a_16xlarge,
  EC2InstanceType_M5a_24xlarge,
  EC2InstanceType_M5a_2xlarge,
  EC2InstanceType_M5a_4xlarge,
  EC2InstanceType_M5a_8xlarge,
  EC2InstanceType_M5a_large,
  EC2InstanceType_M5a_xlarge,
  EC2InstanceType_R3_2xlarge,
  EC2InstanceType_R3_4xlarge,
  EC2InstanceType_R3_8xlarge,
  EC2InstanceType_R3_large,
  EC2InstanceType_R3_xlarge,
  EC2InstanceType_R4_16xlarge,
  EC2InstanceType_R4_2xlarge,
  EC2InstanceType_R4_4xlarge,
  EC2InstanceType_R4_8xlarge,
  EC2InstanceType_R4_large,
  EC2InstanceType_R4_xlarge,
  EC2InstanceType_R5_12xlarge,
  EC2InstanceType_R5_16xlarge,
  EC2InstanceType_R5_24xlarge,
  EC2InstanceType_R5_2xlarge,
  EC2InstanceType_R5_4xlarge,
  EC2InstanceType_R5_8xlarge,
  EC2InstanceType_R5_large,
  EC2InstanceType_R5_xlarge,
  EC2InstanceType_R5a_12xlarge,
  EC2InstanceType_R5a_16xlarge,
  EC2InstanceType_R5a_24xlarge,
  EC2InstanceType_R5a_2xlarge,
  EC2InstanceType_R5a_4xlarge,
  EC2InstanceType_R5a_8xlarge,
  EC2InstanceType_R5a_large,
  EC2InstanceType_R5a_xlarge,
  EC2InstanceType_T2_large,
  EC2InstanceType_T2_medium,
  EC2InstanceType_T2_micro,
  EC2InstanceType_T2_small,
  EC2InstanceType'
  #-}