Values.GetRepositoryPermissionsPolicyRequestSourceReturns the resource policy that is set on a repository.
type nonrec t = {domain : DomainName.t;The name of the domain containing the repository whose associated resource policy is to be retrieved.
*)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;The name of the repository whose associated resource policy is to be retrieved.
*)}val make :
?domainOwner:??? ->
domain:DomainName.t ->
repository:RepositoryName.t ->
unit ->
t