opensearchservice_describe_domain_change_progress {paws.analytics} | R Documentation |
Returns information about the current blue/green deployment happening on an Amazon OpenSearch Service domain
Description
Returns information about the current blue/green deployment happening on an Amazon OpenSearch Service domain. For more information, see Making configuration changes in Amazon OpenSearch Service.
See https://www.paws-r-sdk.com/docs/opensearchservice_describe_domain_change_progress/ for full documentation.
Usage
opensearchservice_describe_domain_change_progress(DomainName, ChangeId = NULL)
Arguments
DomainName |
[required] The name of the domain to get progress information for. |
ChangeId |
The specific change ID for which you want to get progress information. If omitted, the request returns information about the most recent configuration change. |
[Package paws.analytics version 0.7.0 Index]