Smaws_Client_AppRunner.CreateConnection
Create an App Runner connection resource. App Runner requires a connection resource when you create App Runner services that access private repositories from certain third-party providers. You can share a connection across multiple services.
A connection resource is needed to access GitHub and Bitbucket repositories. Both require a user interface approval process through the App Runner console before you can use the connection.
val request :
Smaws_Lib.Context.t ->
Types.create_connection_request ->
(Types.create_connection_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