Smaws_Client_AppRunner.PauseService
Pause an active App Runner service. App Runner reduces compute capacity for the service to zero and loses state (for example, ephemeral storage is removed).
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.
val request :
Smaws_Lib.Context.t ->
Types.pause_service_request ->
(Types.pause_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