Values.UpdatePackageGroupRequestSourceUpdates a package group. This API cannot be used to update a package group's origin configuration or pattern. To update a package group's origin configuration, use UpdatePackageGroupOriginConfiguration.
type nonrec t = {domain : DomainName.t;The name of the domain which contains the package group to be updated.
*)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 package group to be updated.
*)contactInfo : PackageGroupContactInfo.t option;Contact information which you want to update the requested package group with.
*)description : Description.t option;The description you want to update the requested package group with.
*)}val make :
?domainOwner:??? ->
?contactInfo:??? ->
?description:??? ->
domain:DomainName.t ->
packageGroup:PackageGroupPattern.t ->
unit ->
t