Retrieves a list of configuration changes that are scheduled for a domain
Source:R/opensearchservice_operations.R
opensearchservice_list_scheduled_actions.RdRetrieves 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.
Arguments
- DomainName
[required] The name of the domain.
- 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_scheduled_actionsoperation returns anextToken, you can include the returnednextTokenin subsequentlist_scheduled_actionsoperations, which returns results in the next page.