Learn R Programming

paws.analytics (version 0.7.0)

opensearchservice_list_domain_maintenances: A list of maintenance actions for the domain

Description

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

NextToken

If your initial list_domain_maintenances operation returns a nextToken, include the returned nextToken in subsequent list_domain_maintenances operations, which returns results in the next page.