| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.DeviceFarm.InstallToRemoteAccessSession
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.
- installToRemoteAccessSession :: Text -> Text -> InstallToRemoteAccessSession
- data InstallToRemoteAccessSession
- itrasRemoteAccessSessionARN :: Lens' InstallToRemoteAccessSession Text
- itrasAppARN :: Lens' InstallToRemoteAccessSession Text
- installToRemoteAccessSessionResponse :: Int -> InstallToRemoteAccessSessionResponse
- data InstallToRemoteAccessSessionResponse
- itrasrsAppUpload :: Lens' InstallToRemoteAccessSessionResponse (Maybe Upload)
- itrasrsResponseStatus :: Lens' InstallToRemoteAccessSessionResponse Int
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
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 #
Arguments
| :: Int | |
| -> InstallToRemoteAccessSessionResponse |
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:
itrasrsAppUpload- An app to upload or that has been uploaded.itrasrsResponseStatus- -- | The response status code.
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
Response Lenses
itrasrsAppUpload :: Lens' InstallToRemoteAccessSessionResponse (Maybe Upload) Source #
An app to upload or that has been uploaded.
itrasrsResponseStatus :: Lens' InstallToRemoteAccessSessionResponse Int Source #
- - | The response status code.