Module Smaws_Client_CodeStarconnections.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 error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `LimitExceededException of Types.limit_exceeded_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ResourceUnavailableException of Types.resource_unavailable_exception ] -> string
val request : 'http_type 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
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.create_connection_input -> (Types.create_connection_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `LimitExceededException of Types.limit_exceeded_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ResourceUnavailableException of Types.resource_unavailable_exception ] * Smaws_Lib.Response.metadata) Stdlib.result