Module Values.InstallToRemoteAccessSessionRequestSource

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.

Sourcetype nonrec t = {
  1. remoteAccessSessionArn : AmazonResourceName.t;
    (*

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

    *)
  2. appArn : AmazonResourceName.t;
    (*

    The ARN of the app about which you are requesting information.

    *)
}
Sourceval context_ : string
Sourceval make : remoteAccessSessionArn:AmazonResourceName.t -> appArn:AmazonResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AmazonResourceName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t