elasticsearchservice_describe_domain_change_progress: Returns information about the current blue/green deployment...

View source: R/elasticsearchservice_operations.R

elasticsearchservice_describe_domain_change_progressR 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.