Smaws_Client_CodeConnections.CreateConnection
Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.
val request :
Smaws_Lib.Context.t ->
Types.create_connection_input ->
(Types.create_connection_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `LimitExceededException of Types.limit_exceeded_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ResourceUnavailableException of Types.resource_unavailable_exception ])
Stdlib.result