amazonka-devicefarm-1.4.5: Amazon Device Farm SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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:

  • gdpcAppARN - The ARN of the app that is associated with the specified device pool.
  • 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 # 
Data GetDevicePoolCompatibility Source # 

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 # 
Show GetDevicePoolCompatibility Source # 
Generic GetDevicePoolCompatibility Source # 
Hashable GetDevicePoolCompatibility Source # 
ToJSON GetDevicePoolCompatibility Source # 
NFData GetDevicePoolCompatibility Source # 
AWSRequest GetDevicePoolCompatibility Source # 
ToPath GetDevicePoolCompatibility Source # 
ToHeaders GetDevicePoolCompatibility Source # 
ToQuery GetDevicePoolCompatibility Source # 
type Rep GetDevicePoolCompatibility Source # 
type Rep GetDevicePoolCompatibility = D1 (MetaData "GetDevicePoolCompatibility" "Network.AWS.DeviceFarm.GetDevicePoolCompatibility" "amazonka-devicefarm-1.4.5-LrcbJwVFRJYIwYk0B89BMk" False) (C1 (MetaCons "GetDevicePoolCompatibility'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gdpcAppARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_gdpcTestType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TestType))) (S1 (MetaSel (Just Symbol "_gdpcDevicePoolARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs GetDevicePoolCompatibility Source # 

Request Lenses

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

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

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 # 
Data GetDevicePoolCompatibilityResponse Source # 

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 # 
Show GetDevicePoolCompatibilityResponse Source # 
Generic GetDevicePoolCompatibilityResponse Source # 
NFData GetDevicePoolCompatibilityResponse Source # 
type Rep GetDevicePoolCompatibilityResponse Source # 
type Rep GetDevicePoolCompatibilityResponse = D1 (MetaData "GetDevicePoolCompatibilityResponse" "Network.AWS.DeviceFarm.GetDevicePoolCompatibility" "amazonka-devicefarm-1.4.5-LrcbJwVFRJYIwYk0B89BMk" False) (C1 (MetaCons "GetDevicePoolCompatibilityResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gdpcrsIncompatibleDevices") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DevicePoolCompatibilityResult]))) ((:*:) (S1 (MetaSel (Just Symbol "_gdpcrsCompatibleDevices") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DevicePoolCompatibilityResult]))) (S1 (MetaSel (Just Symbol "_gdpcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses