opensearchservice_get_upgrade_history {paws.analytics} | R Documentation |
Retrieves the complete history of the last 10 upgrades performed on an Amazon OpenSearch Service domain
Description
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.
Usage
opensearchservice_get_upgrade_history(
DomainName,
MaxResults = NULL,
NextToken = NULL
)
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 |
NextToken |
If your initial
|
[Package paws.analytics version 0.7.0 Index]