Values.RepositorySummarySourceDetails about a repository, including its Amazon Resource Name (ARN), description, and domain information. The ListRepositories operation returns a list of RepositorySummary objects.
type nonrec t = {name : RepositoryName.t option;The name of the repository.
*)administratorAccount : AccountId.t option;The Amazon Web Services account ID that manages the repository.
*)domainName : DomainName.t option;The name of the domain that contains the repository.
*)domainOwner : AccountId.t option;The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
*)arn : Arn.t option;The ARN of the repository.
*)description : Description.t option;The description of the repository.
*)createdTime : Timestamp.t option;A timestamp that represents the date and time the repository was created.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of RepositoryName.t | `Timestamp of Timestamp.t ])
list ]