DescribeDomainAutoTunes
Source:
src/AWS/OpenSearch/DescribeDomainAutoTunes.ts
Runtime binding for the DescribeDomainAutoTunes operation (IAM action
es:DescribeDomainAutoTunes).
Lists the Auto-Tune optimizations scheduled for a domain — e.g. to surface upcoming JVM heap or queue tuning actions to operators. Provide the implementation with
Effect.provide(AWS.OpenSearch.DescribeDomainAutoTunesHttp).
Auto-Tune and Scheduled Actions
Section titled “Auto-Tune and Scheduled Actions”const describeDomainAutoTunes = yield* OpenSearch.DescribeDomainAutoTunes();
const result = yield* describeDomainAutoTunes({ DomainName: name });// result.AutoTunes → scheduled optimizations