Smaws_Client_AppRunner.CreateService
val request :
Smaws_Lib.Context.t ->
create_service_request ->
(create_service_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceErrorException of internal_service_error_exception
| `InvalidRequestException of invalid_request_exception
| `ServiceQuotaExceededException of service_quota_exceeded_exception ])
Stdlib.result
Create an App Runner service. After the service is created, the action also automatically starts a deployment.
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.