Values.PackageGroupDescriptionSourceThe description of the package group.
type nonrec t = {arn : Arn.t option;The ARN of the package group.
*)pattern : PackageGroupPattern.t option;The pattern of the package group. The pattern determines which packages are associated with the package group.
*)domainName : DomainName.t option;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.
*)createdTime : Timestamp.t option;A timestamp that represents the date and time the package group was created.
*)contactInfo : PackageGroupContactInfo.t option;The contact information of the package group.
*)description : Description.t option;The description of the package group.
*)originConfiguration : PackageGroupOriginConfiguration.t option;The package group origin configuration that determines how package versions can enter repositories.
*)parent : PackageGroupReference.t option;The direct parent package group of the package group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Arn.t
| `Structure of
(string
* [> `Map of
([> `Enum of string ]
* [> `Structure of
(string
* [> `Enum of string
| `Long of LongOptional.t
| `Structure of
(string * [> `String of Arn.t ]) list ])
list ])
list
| `String of Arn.t ])
list
| `Timestamp of Timestamp.t ])
list ]