Values.RepositoryBranchSourceDetail data for a linked repository branch.
type nonrec t = {arn : RepositoryArn.t option;The Amazon Resource Name (ARN) of the linked repository.
*)branch : GitBranchName.t option;The repository branch.
*)name : RepositoryName.t option;The repository name.
*)provider : RepositoryProvider.t option;The repository provider.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of RepositoryArn.t ]) list ]