opensearchservice_describe_domain_auto_tunes: Returns the list of optimizations that Auto-Tune has made to...

View source: R/opensearchservice_operations.R

opensearchservice_describe_domain_auto_tunesR Documentation

Returns the list of optimizations that Auto-Tune has made to an Amazon OpenSearch Service domain

Description

Returns the list of optimizations that Auto-Tune has made to an Amazon OpenSearch Service domain. For more information, see Auto-Tune for Amazon OpenSearch Service.

See https://www.paws-r-sdk.com/docs/opensearchservice_describe_domain_auto_tunes/ for full documentation.

Usage

opensearchservice_describe_domain_auto_tunes(
  DomainName,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

DomainName

[required] Name of the domain that you want Auto-Tune details about.

MaxResults

An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

NextToken

If your initial describe_domain_auto_tunes operation returns a nextToken, you can include the returned nextToken in subsequent describe_domain_auto_tunes operations, which returns results in the next page.


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