Values.InstallToRemoteAccessSessionRequestSourceRepresents the request to install an Android application (in .apk format) or an iOS application (in .ipa format) as part of a remote access session.
type nonrec t = {remoteAccessSessionArn : AmazonResourceName.t;The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
*)appArn : AmazonResourceName.t;The ARN of the app about which you are requesting information.
*)}val make :
remoteAccessSessionArn:AmazonResourceName.t ->
appArn:AmazonResourceName.t ->
unit ->
t