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