Values.CreateTestGridUrlRequestSourceCreates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver constructor.
type nonrec t = {projectArn : DeviceFarmArn.t;ARN (from CreateTestGridProject or ListTestGridProjects) to associate with the short-term URL.
*)expiresInSeconds : TestGridUrlExpiresInSecondsInput.t;Lifetime, in seconds, of the URL.
*)}val make :
projectArn:DeviceFarmArn.t ->
expiresInSeconds:TestGridUrlExpiresInSecondsInput.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of TestGridUrlExpiresInSecondsInput.t
| `String of DeviceFarmArn.t ])
list ]