Values.PackageDetailsForAssociationSourceDetails of a package that is associated with a domain.
type nonrec t = {packageID : PackageID.t;Internal ID of the package that you want to associate with a domain.
*)prerequisitePackageIDList : PackageIDList.t option;List of package IDs that must be linked to the domain before or simultaneously with the package association.
*)associationConfiguration : PackageAssociationConfiguration.t option;The configuration parameters for associating the package with a domain.
*)}val make :
?prerequisitePackageIDList:??? ->
?associationConfiguration:??? ->
packageID:PackageID.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 ]