Values.DescribeRepositoryRequestSourceReturns a RepositoryDescription object that contains detailed information about the requested repository.
type nonrec t = {domain : DomainName.t;The name of the domain that contains the repository to describe.
*)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.
*)repository : RepositoryName.t;A string that specifies the name of the requested repository.
*)}val make :
?domainOwner:??? ->
domain:DomainName.t ->
repository:RepositoryName.t ->
unit ->
t