Smaws_Client_DeviceFarm.InstallToRemoteAccessSessionInstalls 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ArgumentException of Types.argument_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotFoundException of Types.not_found_exception
| `ServiceAccountException of Types.service_account_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.install_to_remote_access_session_request ->
(Types.install_to_remote_access_session_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `ArgumentException of Types.argument_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotFoundException of Types.not_found_exception
| `ServiceAccountException of Types.service_account_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.install_to_remote_access_session_request ->
(Types.install_to_remote_access_session_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ArgumentException of Types.argument_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotFoundException of Types.not_found_exception
| `ServiceAccountException of Types.service_account_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result