Module Smaws_Client_AppRunner.CreateService

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.

val request : Smaws_Lib.Context.t -> Types.create_service_request -> (Types.create_service_response, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServiceErrorException of Types.internal_service_error_exception | `InvalidRequestException of Types.invalid_request_exception | `ServiceQuotaExceededException of Types.service_quota_exceeded_exception ]) Stdlib.result