Smaws_Client_AppRunner.DeleteServiceDelete an App Runner service.
This is an asynchronous operation. On a successful call, you can use the returned OperationId and the ListOperations call to track the operation's progress.
Make sure that you don't have any active VPCIngressConnections associated with the service you want to delete.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceErrorException of Types.internal_service_error_exception
| `InvalidRequestException of Types.invalid_request_exception
| `InvalidStateException of Types.invalid_state_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_service_request ->
(Types.delete_service_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceErrorException of Types.internal_service_error_exception
| `InvalidRequestException of Types.invalid_request_exception
| `InvalidStateException of Types.invalid_state_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.result