libZSservicesZSamazonka-batchZSamazonka-batch
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Batch.Types.CRType

Description

 

Documentation

newtype CRType Source #

Constructors

CRType' 

Fields

Bundled Patterns

pattern CRType_EC2 :: CRType 
pattern CRType_FARGATE :: CRType 
pattern CRType_FARGATE_SPOT :: CRType 
pattern CRType_SPOT :: CRType 

Instances

Instances details
Eq CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

(==) :: CRType -> CRType -> Bool #

(/=) :: CRType -> CRType -> Bool #

Ord CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Read CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Show CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Generic CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Associated Types

type Rep CRType :: Type -> Type #

Methods

from :: CRType -> Rep CRType x #

to :: Rep CRType x -> CRType #

NFData CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

rnf :: CRType -> () #

Hashable CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

hashWithSalt :: Int -> CRType -> Int #

hash :: CRType -> Int #

ToJSON CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

ToJSONKey CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

FromJSON CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

FromJSONKey CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

ToLog CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

ToHeader CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

toHeader :: HeaderName -> CRType -> [Header] #

ToQuery CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

FromXML CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

ToXML CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

toXML :: CRType -> XML #

ToByteString CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

toBS :: CRType -> ByteString #

FromText CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

ToText CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

Methods

toText :: CRType -> Text #

type Rep CRType Source # 
Instance details

Defined in Amazonka.Batch.Types.CRType

type Rep CRType = D1 ('MetaData "CRType" "Amazonka.Batch.Types.CRType" "libZSservicesZSamazonka-batchZSamazonka-batch" 'True) (C1 ('MetaCons "CRType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCRType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))