Values.UpdateRepositoryLinkOutputSourceUpdates the association between your connection and 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;Information about the repository link to be updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConditionalCheckFailedException of ConditionalCheckFailedException.t| `InternalServerException of InternalServerException.t| `InvalidInputException of InvalidInputException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `UpdateOutOfSyncException of UpdateOutOfSyncException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConditionalCheckFailedException of ConditionalCheckFailedException.t
| `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UpdateOutOfSyncException of UpdateOutOfSyncException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConditionalCheckFailedException of ConditionalCheckFailedException.t
| `InternalServerException of InternalServerException.t
| `InvalidInputException of InvalidInputException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UpdateOutOfSyncException of UpdateOutOfSyncException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of ConnectionArn.t ])
list ])
list ]