Smaws_Client_DeviceFarm.CreateTestGridUrlCreates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver constructor.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ArgumentException of Types.argument_exception
| `InternalServiceException of Types.internal_service_exception
| `NotFoundException of Types.not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.create_test_grid_url_request ->
(Types.create_test_grid_url_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `ArgumentException of Types.argument_exception
| `InternalServiceException of Types.internal_service_exception
| `NotFoundException of Types.not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.create_test_grid_url_request ->
(Types.create_test_grid_url_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ArgumentException of Types.argument_exception
| `InternalServiceException of Types.internal_service_exception
| `NotFoundException of Types.not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result