Module Values.AssociatePackagesRequestSource

Operation in the Amazon OpenSearch Service API for associating multiple packages with a domain simultaneously.

Sourcetype nonrec t = {
  1. packageList : PackageDetailsForAssociationList.t;
    (*

    A list of packages and their prerequisites to be associated with a domain.

    *)
  2. domainName : DomainName.t;
}
Sourceval context_ : string
Sourceval make : packageList:PackageDetailsForAssociationList.t -> domainName:DomainName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `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 ] list | `String of DomainName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t