Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain
Source:R/opensearchservice_operations.R
opensearchservice_get_upgrade_history.RdRetrieves 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.
Arguments
- DomainName
[required] The name of an existing domain.
- MaxResults
An optional parameter that specifies the maximum number of results to return. You can use
nextTokento get the next page of results.- NextToken
If your initial
get_upgrade_historyoperation returns anextToken, you can include the returnednextTokenin subsequentget_upgrade_historyoperations, which returns results in the next page.