Values.GetUpgradeHistoryRequestSourceContainer for the request parameters to the GetUpgradeHistory operation.
type nonrec t = {domainName : DomainName.t;The name of an existing domain.
*)maxResults : MaxResults.t option;An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.
*)nextToken : NextToken.t option;If your initial GetUpgradeHistory operation returns a nextToken, you can include the returned nextToken in subsequent GetUpgradeHistory operations, which returns results in the next page.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of DomainName.t ]) list ]