Module Values.CreateTestGridUrlRequestSource

Creates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver constructor.

Sourcetype nonrec t = {
  1. projectArn : DeviceFarmArn.t;
    (*

    ARN (from CreateTestGridProject or ListTestGridProjects) to associate with the short-term URL.

    *)
  2. expiresInSeconds : TestGridUrlExpiresInSecondsInput.t;
    (*

    Lifetime, in seconds, of the URL.

    *)
}
Sourceval context_ : string
Sourceval make : projectArn:DeviceFarmArn.t -> expiresInSeconds:TestGridUrlExpiresInSecondsInput.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of TestGridUrlExpiresInSecondsInput.t | `String of DeviceFarmArn.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