Values.DescribePackageGroupRequestSourceReturns a PackageGroupDescription object that contains information about the requested package group.
type nonrec t = {domain : DomainName.t;The name of the domain that contains the package group.
*)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.
*)packageGroup : PackageGroupPattern.t;The pattern of the requested package group.
*)}val make :
?domainOwner:??? ->
domain:DomainName.t ->
packageGroup:PackageGroupPattern.t ->
unit ->
t