Values.CreatePackageGroupRequestSourceCreates a package group. For more information about creating package groups, including example CLI commands, see Create a package group in the CodeArtifact User Guide.
type nonrec t = {domain : DomainName.t;The name of the domain in which you want to create a 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 package group to create. The pattern is also the identifier of the package group.
*)contactInfo : PackageGroupContactInfo.t option;The contact information for the created package group.
*)description : Description.t option;A description of the package group.
*)}val make :
?domainOwner:??? ->
?contactInfo:??? ->
?description:??? ->
?tags:??? ->
domain:DomainName.t ->
packageGroup:PackageGroupPattern.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of DomainName.t ])
list ]