opensearchservice_get_upgrade_history: Retrieves the complete history of the last 10 upgrades...

View source: R/opensearchservice_operations.R

opensearchservice_get_upgrade_historyR 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 to get the next page of results.

NextToken

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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.