Smaws_Client_DeviceFarm.DeleteTestGridProjectDeletes a Selenium testing project and all content generated under it. You cannot delete a project if it has active sessions.
You cannot undo this operation.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ArgumentException of Types.argument_exception
| `CannotDeleteException of Types.cannot_delete_exception
| `InternalServiceException of Types.internal_service_exception
| `NotFoundException of Types.not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_test_grid_project_request ->
(Types.delete_test_grid_project_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `ArgumentException of Types.argument_exception
| `CannotDeleteException of Types.cannot_delete_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.delete_test_grid_project_request ->
(Types.delete_test_grid_project_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ArgumentException of Types.argument_exception
| `CannotDeleteException of Types.cannot_delete_exception
| `InternalServiceException of Types.internal_service_exception
| `NotFoundException of Types.not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result