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.InstallToRemoteAccessSession

Contents

Description

Installs an application to the device in a remote access session. For Android applications, the file must be in .apk format. For iOS applications, the file must be in .ipa format.

Synopsis

Creating a Request

installToRemoteAccessSession Source #

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

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

  • itrasRemoteAccessSessionARN - The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
  • itrasAppARN - The Amazon Resource Name (ARN) of the app about which you are requesting information.

data InstallToRemoteAccessSession Source #

Represents the request to install an Android application (in .apk format) or an iOS application (in .ipa format) as part of a remote access session.

See: installToRemoteAccessSession smart constructor.

Instances
Eq InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

Data InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

Methods

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

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

toConstr :: InstallToRemoteAccessSession -> Constr #

dataTypeOf :: InstallToRemoteAccessSession -> DataType #

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

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

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

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

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

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

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

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

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

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

Read InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

Show InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

Generic InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

Associated Types

type Rep InstallToRemoteAccessSession :: Type -> Type #

Hashable InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

ToJSON InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

AWSRequest InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

Associated Types

type Rs InstallToRemoteAccessSession :: Type #

ToHeaders InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

ToPath InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

ToQuery InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

NFData InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

type Rep InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

type Rep InstallToRemoteAccessSession = D1 (MetaData "InstallToRemoteAccessSession" "Network.AWS.DeviceFarm.InstallToRemoteAccessSession" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "InstallToRemoteAccessSession'" PrefixI True) (S1 (MetaSel (Just "_itrasRemoteAccessSessionARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_itrasAppARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs InstallToRemoteAccessSession Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

Request Lenses

itrasRemoteAccessSessionARN :: Lens' InstallToRemoteAccessSession Text Source #

The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.

itrasAppARN :: Lens' InstallToRemoteAccessSession Text Source #

The Amazon Resource Name (ARN) of the app about which you are requesting information.

Destructuring the Response

installToRemoteAccessSessionResponse Source #

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

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

data InstallToRemoteAccessSessionResponse Source #

Represents the response from the server after AWS Device Farm makes a request to install to a remote access session.

See: installToRemoteAccessSessionResponse smart constructor.

Instances
Eq InstallToRemoteAccessSessionResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

Data InstallToRemoteAccessSessionResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

Methods

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

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

toConstr :: InstallToRemoteAccessSessionResponse -> Constr #

dataTypeOf :: InstallToRemoteAccessSessionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read InstallToRemoteAccessSessionResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

Show InstallToRemoteAccessSessionResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

Generic InstallToRemoteAccessSessionResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

NFData InstallToRemoteAccessSessionResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

type Rep InstallToRemoteAccessSessionResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.InstallToRemoteAccessSession

type Rep InstallToRemoteAccessSessionResponse = D1 (MetaData "InstallToRemoteAccessSessionResponse" "Network.AWS.DeviceFarm.InstallToRemoteAccessSession" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "InstallToRemoteAccessSessionResponse'" PrefixI True) (S1 (MetaSel (Just "_itrasrsAppUpload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Upload)) :*: S1 (MetaSel (Just "_itrasrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

itrasrsAppUpload :: Lens' InstallToRemoteAccessSessionResponse (Maybe Upload) Source #

An app to upload or that has been uploaded.