elasticsearchservice_describe_domain_change_progress {paws.analytics} | R Documentation |
Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages
Description
Returns information about the current blue/green deployment happening on a domain, including a change ID, status, and progress stages.
See https://www.paws-r-sdk.com/docs/elasticsearchservice_describe_domain_change_progress/ for full documentation.
Usage
elasticsearchservice_describe_domain_change_progress(
DomainName,
ChangeId = NULL
)
Arguments
DomainName |
[required] The domain you want to get the progress information about. |
ChangeId |
The specific change ID for which you want to get progress information. This is an optional parameter. If omitted, the service returns information about the most recent configuration change. |
[Package paws.analytics version 0.9.0 Index]