Rollback Service Software Update
| opensearchservice_rollback_service_software_update | R Documentation |
Rolls back a service software update for a domain to the previous version¶
Description¶
Rolls back a service software update for a domain to the previous version. For more information, see Service software updates in Amazon OpenSearch Service.
Usage¶
opensearchservice_rollback_service_software_update(DomainName)
Arguments¶
DomainName |
[required] The name of the domain to roll back the service software update on. |
Value¶
A list with the following syntax:
list(
RollbackServiceSoftwareOptions = list(
CurrentVersion = "string",
NewVersion = "string",
RollbackAvailable = TRUE|FALSE,
Description = "string"
)
)
Request syntax¶
svc$rollback_service_software_update(
DomainName = "string"
)