opensearchservice_list_scheduled_actions {paws.analytics} | R 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 |
If your initial
|
[Package paws.analytics version 0.9.0 Index]