Values.CreateRepositoryLinkOutputSourceCreates a link to a specified external Git repository. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.
type nonrec t = {repositoryLinkInfo : RepositoryLinkInfo.t option;The returned information about the created repository link.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConcurrentModificationException of ConcurrentModificationException.t| `InternalServerException of InternalServerException.t| `InvalidInputException of InvalidInputException.t| `LimitExceededException of LimitExceededException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of ConnectionArn.t ])
list ])
list ]