amazonka-devicefarm-1.6.0: 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 # 
Data InstallToRemoteAccessSession Source # 

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 # 
Show InstallToRemoteAccessSession Source # 
Generic InstallToRemoteAccessSession Source # 
Hashable InstallToRemoteAccessSession Source # 
ToJSON InstallToRemoteAccessSession Source # 
NFData InstallToRemoteAccessSession Source # 
AWSRequest InstallToRemoteAccessSession Source # 
ToHeaders InstallToRemoteAccessSession Source # 
ToPath InstallToRemoteAccessSession Source # 
ToQuery InstallToRemoteAccessSession Source # 
type Rep InstallToRemoteAccessSession Source # 
type Rep InstallToRemoteAccessSession = D1 * (MetaData "InstallToRemoteAccessSession" "Network.AWS.DeviceFarm.InstallToRemoteAccessSession" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" False) (C1 * (MetaCons "InstallToRemoteAccessSession'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_itrasRemoteAccessSessionARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_itrasAppARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs InstallToRemoteAccessSession Source # 

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

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 # 
Show InstallToRemoteAccessSessionResponse Source # 
Generic InstallToRemoteAccessSessionResponse Source # 
NFData InstallToRemoteAccessSessionResponse Source # 
type Rep InstallToRemoteAccessSessionResponse Source # 
type Rep InstallToRemoteAccessSessionResponse = D1 * (MetaData "InstallToRemoteAccessSessionResponse" "Network.AWS.DeviceFarm.InstallToRemoteAccessSession" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" False) (C1 * (MetaCons "InstallToRemoteAccessSessionResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_itrasrsAppUpload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Upload))) (S1 * (MetaSel (Just Symbol "_itrasrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

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

An app to upload or that has been uploaded.