Smaws_Client_AppRunner.ResumeService
val request :
Smaws_Lib.Context.t ->
resume_service_request ->
(resume_service_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceErrorException of internal_service_error_exception
| `InvalidRequestException of invalid_request_exception
| `InvalidStateException of invalid_state_exception
| `ResourceNotFoundException of resource_not_found_exception ])
Stdlib.result
Resume an active App Runner service. App Runner provisions compute capacity for the 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.