Values.AssociatePackageRequestSourceContainer for the request parameters to the AssociatePackage operation.
type nonrec t = {packageID : PackageID.t;Internal ID of the package to associate with a domain. Use DescribePackages to find this value.
*)domainName : DomainName.t;Name of the domain to associate the package with.
*)prerequisitePackageIDList : PackageIDList.t option;A list of package IDs that must be associated with the domain before the package specified in the request can be associated.
*)associationConfiguration : PackageAssociationConfiguration.t option;The configuration for associating a package with an Amazon OpenSearch Service domain.
*)}val make :
?prerequisitePackageIDList:??? ->
?associationConfiguration:??? ->
packageID:PackageID.t ->
domainName:DomainName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of PackageID.t ] list
| `String of PackageID.t
| `Structure of
(string
* [> `Structure of
(string * [> `Boolean of Boolean.t | `String of RoleArn.t ])
list ])
list ])
list ]