amazonka-devicefarm-1.6.1: Amazon Device Farm SDK.

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

Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Contents

Description

Gets information about compatibility with a device pool.

Synopsis

Creating a Request

getDevicePoolCompatibility Source #

Creates a value of GetDevicePoolCompatibility with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • gdpcTest - Information about the uploaded test to be run against the device pool.
  • gdpcAppARN - The ARN of the app that is associated with the specified device pool.
  • gdpcConfiguration - An object containing information about the settings for a run.
  • gdpcTestType - The test type for the specified device pool. Allowed values include the following: * BUILTIN_FUZZ: The built-in fuzz type. * BUILTIN_EXPLORER: For Android, an app explorer that will traverse an Android app, interacting with it and capturing screenshots at the same time. * APPIUM_JAVA_JUNIT: The Appium Java JUnit type. * APPIUM_JAVA_TESTNG: The Appium Java TestNG type. * APPIUM_PYTHON: The Appium Python type. * APPIUM_WEB_JAVA_JUNIT: The Appium Java JUnit type for Web apps. * APPIUM_WEB_JAVA_TESTNG: The Appium Java TestNG type for Web apps. * APPIUM_WEB_PYTHON: The Appium Python type for Web apps. * CALABASH: The Calabash type. * INSTRUMENTATION: The Instrumentation type. * UIAUTOMATION: The uiautomation type. * UIAUTOMATOR: The uiautomator type. * XCTEST: The XCode test type. * XCTEST_UI: The XCode UI test type.
  • gdpcDevicePoolARN - The device pool's ARN.

data GetDevicePoolCompatibility Source #

Represents a request to the get device pool compatibility operation.

See: getDevicePoolCompatibility smart constructor.

Instances
Eq GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Data GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetDevicePoolCompatibility -> c GetDevicePoolCompatibility #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetDevicePoolCompatibility #

toConstr :: GetDevicePoolCompatibility -> Constr #

dataTypeOf :: GetDevicePoolCompatibility -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetDevicePoolCompatibility) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetDevicePoolCompatibility) #

gmapT :: (forall b. Data b => b -> b) -> GetDevicePoolCompatibility -> GetDevicePoolCompatibility #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetDevicePoolCompatibility -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetDevicePoolCompatibility -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetDevicePoolCompatibility -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetDevicePoolCompatibility -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetDevicePoolCompatibility -> m GetDevicePoolCompatibility #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDevicePoolCompatibility -> m GetDevicePoolCompatibility #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDevicePoolCompatibility -> m GetDevicePoolCompatibility #

Read GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Show GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Generic GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Associated Types

type Rep GetDevicePoolCompatibility :: Type -> Type #

Hashable GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

ToJSON GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

AWSRequest GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Associated Types

type Rs GetDevicePoolCompatibility :: Type #

ToHeaders GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

ToPath GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

ToQuery GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

NFData GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

type Rep GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

type Rep GetDevicePoolCompatibility = D1 (MetaData "GetDevicePoolCompatibility" "Network.AWS.DeviceFarm.GetDevicePoolCompatibility" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "GetDevicePoolCompatibility'" PrefixI True) ((S1 (MetaSel (Just "_gdpcTest") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ScheduleRunTest)) :*: S1 (MetaSel (Just "_gdpcAppARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_gdpcConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ScheduleRunConfiguration)) :*: (S1 (MetaSel (Just "_gdpcTestType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TestType)) :*: S1 (MetaSel (Just "_gdpcDevicePoolARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs GetDevicePoolCompatibility Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Request Lenses

gdpcTest :: Lens' GetDevicePoolCompatibility (Maybe ScheduleRunTest) Source #

Information about the uploaded test to be run against the device pool.

gdpcAppARN :: Lens' GetDevicePoolCompatibility (Maybe Text) Source #

The ARN of the app that is associated with the specified device pool.

gdpcConfiguration :: Lens' GetDevicePoolCompatibility (Maybe ScheduleRunConfiguration) Source #

An object containing information about the settings for a run.

gdpcTestType :: Lens' GetDevicePoolCompatibility (Maybe TestType) Source #

The test type for the specified device pool. Allowed values include the following: * BUILTIN_FUZZ: The built-in fuzz type. * BUILTIN_EXPLORER: For Android, an app explorer that will traverse an Android app, interacting with it and capturing screenshots at the same time. * APPIUM_JAVA_JUNIT: The Appium Java JUnit type. * APPIUM_JAVA_TESTNG: The Appium Java TestNG type. * APPIUM_PYTHON: The Appium Python type. * APPIUM_WEB_JAVA_JUNIT: The Appium Java JUnit type for Web apps. * APPIUM_WEB_JAVA_TESTNG: The Appium Java TestNG type for Web apps. * APPIUM_WEB_PYTHON: The Appium Python type for Web apps. * CALABASH: The Calabash type. * INSTRUMENTATION: The Instrumentation type. * UIAUTOMATION: The uiautomation type. * UIAUTOMATOR: The uiautomator type. * XCTEST: The XCode test type. * XCTEST_UI: The XCode UI test type.

Destructuring the Response

getDevicePoolCompatibilityResponse Source #

Creates a value of GetDevicePoolCompatibilityResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data GetDevicePoolCompatibilityResponse Source #

Represents the result of describe device pool compatibility request.

See: getDevicePoolCompatibilityResponse smart constructor.

Instances
Eq GetDevicePoolCompatibilityResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Data GetDevicePoolCompatibilityResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetDevicePoolCompatibilityResponse -> c GetDevicePoolCompatibilityResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetDevicePoolCompatibilityResponse #

toConstr :: GetDevicePoolCompatibilityResponse -> Constr #

dataTypeOf :: GetDevicePoolCompatibilityResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetDevicePoolCompatibilityResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetDevicePoolCompatibilityResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetDevicePoolCompatibilityResponse -> GetDevicePoolCompatibilityResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetDevicePoolCompatibilityResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetDevicePoolCompatibilityResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetDevicePoolCompatibilityResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetDevicePoolCompatibilityResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetDevicePoolCompatibilityResponse -> m GetDevicePoolCompatibilityResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDevicePoolCompatibilityResponse -> m GetDevicePoolCompatibilityResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetDevicePoolCompatibilityResponse -> m GetDevicePoolCompatibilityResponse #

Read GetDevicePoolCompatibilityResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Show GetDevicePoolCompatibilityResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Generic GetDevicePoolCompatibilityResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

Associated Types

type Rep GetDevicePoolCompatibilityResponse :: Type -> Type #

NFData GetDevicePoolCompatibilityResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

type Rep GetDevicePoolCompatibilityResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePoolCompatibility

type Rep GetDevicePoolCompatibilityResponse = D1 (MetaData "GetDevicePoolCompatibilityResponse" "Network.AWS.DeviceFarm.GetDevicePoolCompatibility" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "GetDevicePoolCompatibilityResponse'" PrefixI True) (S1 (MetaSel (Just "_gdpcrsIncompatibleDevices") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DevicePoolCompatibilityResult])) :*: (S1 (MetaSel (Just "_gdpcrsCompatibleDevices") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DevicePoolCompatibilityResult])) :*: S1 (MetaSel (Just "_gdpcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses