DescribeDomainChangeProgress
Source:
src/AWS/OpenSearch/DescribeDomainChangeProgress.ts
Runtime binding for the DescribeDomainChangeProgress operation (IAM action
es:DescribeDomainChangeProgress).
Tracks the stage-by-stage progress of a domain’s in-flight configuration change (blue/green deployment) — e.g. to report how far along a cluster resize is. Provide the implementation with
Effect.provide(AWS.OpenSearch.DescribeDomainChangeProgressHttp).
Monitoring Domains
Section titled “Monitoring Domains”const describeDomainChangeProgress = yield* OpenSearch.DescribeDomainChangeProgress();
const result = yield* describeDomainChangeProgress({ DomainName: name });// result.ChangeProgressStatus?.Status → "COMPLETED"