A list of maintenance actions for the domain
Source:R/opensearchservice_operations.R
opensearchservice_list_domain_maintenances.RdA list of maintenance actions for the domain.
See https://www.paws-r-sdk.com/docs/opensearchservice_list_domain_maintenances/ for full documentation.
Usage
opensearchservice_list_domain_maintenances(
DomainName,
Action = NULL,
Status = NULL,
MaxResults = NULL,
NextToken = NULL
)Arguments
- DomainName
[required] The name of the domain.
- Action
The name of the action.
- Status
The status of the action.
- 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
list_domain_maintenancesoperation returns anextToken, include the returnednextTokenin subsequentlist_domain_maintenancesoperations, which returns results in the next page.