opensearchservice_list_scheduled_actions: Retrieves a list of configuration changes that are scheduled...

View source: R/opensearchservice_operations.R

opensearchservice_list_scheduled_actionsR Documentation

Retrieves a list of configuration changes that are scheduled for a domain

Description

Retrieves a list of configuration changes that are scheduled for a domain. These changes can be service software updates or blue/green Auto-Tune enhancements.

See https://www.paws-r-sdk.com/docs/opensearchservice_list_scheduled_actions/ for full documentation.

Usage

opensearchservice_list_scheduled_actions(
  DomainName,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

DomainName

[required] The name of the 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 list_scheduled_actions operation returns a nextToken, you can include the returned nextToken in subsequent list_scheduled_actions operations, which returns results in the next page.


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