Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain.
See https://www.paws-r-sdk.com/docs/opensearchservice_get_upgrade_history/ for full documentation.
opensearchservice_get_upgrade_history(
DomainName,
MaxResults = NULL,
NextToken = NULL
)[required] The name of an existing domain.
An optional parameter that specifies the maximum number of results to
return. You can use nextToken to get the next page of results.
If your initial
get_upgrade_history operation
returns a nextToken, you can include the returned nextToken in
subsequent
get_upgrade_history
operations, which returns results in the next page.