Values.DomainPackageDetailsSourceInformation about a package that is associated with a domain. For more information, see Custom packages for Amazon OpenSearch Service.
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;The type of package.
*)lastUpdated : LastUpdated.t option;Timestamp of the most recent update to the package association status.
*)domainName : DomainName.t option;Name of the domain that the package is associated with.
*)domainPackageStatus : DomainPackageStatus.t option;State of the association.
*)packageVersion : PackageVersion.t option;The current version of the package.
*)prerequisitePackageIDList : PackageIDList.t option;A list of package IDs that must be associated with the domain before or with the package can be associated.
*)referencePath : ReferencePath.t option;The relative path of the package on the OpenSearch Service cluster nodes. This is synonym_path when the package is for synonym files.
*)errorDetails : ErrorDetails.t option;Additional information if the package is in an error state. Null otherwise.
*)associationConfiguration : PackageAssociationConfiguration.t option;The configuration for associating a package with an Amazon OpenSearch Service domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of PackageID.t ] list
| `String of PackageID.t
| `Structure of
(string
* [> `String of ErrorType.t
| `Structure of
(string * [> `Boolean of Boolean.t | `String of RoleArn.t ])
list ])
list
| `Timestamp of LastUpdated.t ])
list ]