Values.DomainPackageDetailsSourceInformation on a package that is associated with a domain.
type nonrec t = {packageID : PackageID.t option;Internal ID of the package.
*)packageName : PackageName.t option;User specified name of the package.
*)packageType : PackageType.t option;Currently supports only TXT-DICTIONARY.
*)lastUpdated : LastUpdated.t option;Timestamp of the most-recent update to the association status.
*)domainName : DomainName.t option;Name of the domain you've associated a package with.
*)domainPackageStatus : DomainPackageStatus.t option;State of the association. Values are ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.
*)packageVersion : PackageVersion.t option;referencePath : ReferencePath.t option;The relative path on Amazon ES nodes, which can be used as synonym_path when the package is synonym file.
*)errorDetails : ErrorDetails.t option;Additional information if the package is in an error state. Null otherwise.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PackageID.t
| `Structure of (string * [> `String of ErrorType.t ]) list
| `Timestamp of LastUpdated.t ])
list ]