Values.RepositorySummarySourceSummary data of a linked repository—a repository that has been registered with Proton.
type nonrec t = {arn : RepositoryArn.t option;The Amazon Resource Name (ARN) of the linked repository.
*)connectionArn : Arn.t option;The Amazon Resource Name (ARN) of the of your connection that connects Proton to your repository.
*)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 ]