amazonka-devicefarm-2.0: Amazon Device Farm SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DeviceFarm.Types.ArtifactType

Description

 

Documentation

newtype ArtifactType Source #

Constructors

ArtifactType' 

Bundled Patterns

pattern ArtifactType_APPIUM_JAVA_OUTPUT :: ArtifactType 
pattern ArtifactType_APPIUM_JAVA_XML_OUTPUT :: ArtifactType 
pattern ArtifactType_APPIUM_PYTHON_OUTPUT :: ArtifactType 
pattern ArtifactType_APPIUM_PYTHON_XML_OUTPUT :: ArtifactType 
pattern ArtifactType_APPIUM_SERVER_OUTPUT :: ArtifactType 
pattern ArtifactType_APPLICATION_CRASH_REPORT :: ArtifactType 
pattern ArtifactType_AUTOMATION_OUTPUT :: ArtifactType 
pattern ArtifactType_CALABASH_JAVA_XML_OUTPUT :: ArtifactType 
pattern ArtifactType_CALABASH_JSON_OUTPUT :: ArtifactType 
pattern ArtifactType_CALABASH_PRETTY_OUTPUT :: ArtifactType 
pattern ArtifactType_CALABASH_STANDARD_OUTPUT :: ArtifactType 
pattern ArtifactType_CUSTOMER_ARTIFACT :: ArtifactType 
pattern ArtifactType_CUSTOMER_ARTIFACT_LOG :: ArtifactType 
pattern ArtifactType_DEVICE_LOG :: ArtifactType 
pattern ArtifactType_EXERCISER_MONKEY_OUTPUT :: ArtifactType 
pattern ArtifactType_EXPLORER_EVENT_LOG :: ArtifactType 
pattern ArtifactType_EXPLORER_SUMMARY_LOG :: ArtifactType 
pattern ArtifactType_INSTRUMENTATION_OUTPUT :: ArtifactType 
pattern ArtifactType_MESSAGE_LOG :: ArtifactType 
pattern ArtifactType_RESULT_LOG :: ArtifactType 
pattern ArtifactType_SCREENSHOT :: ArtifactType 
pattern ArtifactType_SERVICE_LOG :: ArtifactType 
pattern ArtifactType_TESTSPEC_OUTPUT :: ArtifactType 
pattern ArtifactType_UNKNOWN :: ArtifactType 
pattern ArtifactType_VIDEO :: ArtifactType 
pattern ArtifactType_VIDEO_LOG :: ArtifactType 
pattern ArtifactType_WEBKIT_LOG :: ArtifactType 
pattern ArtifactType_XCTEST_LOG :: ArtifactType 

Instances

Instances details
FromJSON ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

FromJSONKey ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

ToJSON ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

ToJSONKey ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

ToByteString ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

ToHeader ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

ToLog ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

ToQuery ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

FromText ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

ToText ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

Methods

toText :: ArtifactType -> Text #

FromXML ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

ToXML ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

Methods

toXML :: ArtifactType -> XML #

Generic ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

Associated Types

type Rep ArtifactType :: Type -> Type #

Read ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

Show ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

NFData ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

Methods

rnf :: ArtifactType -> () #

Eq ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

Ord ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

Hashable ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

type Rep ArtifactType Source # 
Instance details

Defined in Amazonka.DeviceFarm.Types.ArtifactType

type Rep ArtifactType = D1 ('MetaData "ArtifactType" "Amazonka.DeviceFarm.Types.ArtifactType" "amazonka-devicefarm-2.0-2e4KvZvQ9bT8TNjEPvmW9Q" 'True) (C1 ('MetaCons "ArtifactType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromArtifactType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))