| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.OpenSearch.DescribeDomainAutoTunes
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.
Synopsis
- data DescribeDomainAutoTunes = DescribeDomainAutoTunes' {
- maxResults :: Maybe Int
- nextToken :: Maybe Text
- domainName :: Text
- newDescribeDomainAutoTunes :: Text -> DescribeDomainAutoTunes
- describeDomainAutoTunes_maxResults :: Lens' DescribeDomainAutoTunes (Maybe Int)
- describeDomainAutoTunes_nextToken :: Lens' DescribeDomainAutoTunes (Maybe Text)
- describeDomainAutoTunes_domainName :: Lens' DescribeDomainAutoTunes Text
- data DescribeDomainAutoTunesResponse = DescribeDomainAutoTunesResponse' {}
- newDescribeDomainAutoTunesResponse :: Int -> DescribeDomainAutoTunesResponse
- describeDomainAutoTunesResponse_autoTunes :: Lens' DescribeDomainAutoTunesResponse (Maybe [AutoTune])
- describeDomainAutoTunesResponse_nextToken :: Lens' DescribeDomainAutoTunesResponse (Maybe Text)
- describeDomainAutoTunesResponse_httpStatus :: Lens' DescribeDomainAutoTunesResponse Int
Creating a Request
data DescribeDomainAutoTunes Source #
Container for the parameters to the DescribeDomainAutoTunes operation.
See: newDescribeDomainAutoTunes smart constructor.
Constructors
| DescribeDomainAutoTunes' | |
Fields
| |
Instances
newDescribeDomainAutoTunes Source #
Arguments
| :: Text | |
| -> DescribeDomainAutoTunes |
Create a value of DescribeDomainAutoTunes with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:DescribeDomainAutoTunes', describeDomainAutoTunes_maxResults - An optional parameter that specifies the maximum number of results to
return. You can use nextToken to get the next page of results.
DescribeDomainAutoTunes, describeDomainAutoTunes_nextToken - If your initial DescribeDomainAutoTunes operation returns a
nextToken, you can include the returned nextToken in subsequent
DescribeDomainAutoTunes operations, which returns results in the next
page.
DescribeDomainAutoTunes, describeDomainAutoTunes_domainName - Name of the domain that you want Auto-Tune details about.
Request Lenses
describeDomainAutoTunes_maxResults :: Lens' DescribeDomainAutoTunes (Maybe Int) Source #
An optional parameter that specifies the maximum number of results to
return. You can use nextToken to get the next page of results.
describeDomainAutoTunes_nextToken :: Lens' DescribeDomainAutoTunes (Maybe Text) Source #
If your initial DescribeDomainAutoTunes operation returns a
nextToken, you can include the returned nextToken in subsequent
DescribeDomainAutoTunes operations, which returns results in the next
page.
describeDomainAutoTunes_domainName :: Lens' DescribeDomainAutoTunes Text Source #
Name of the domain that you want Auto-Tune details about.
Destructuring the Response
data DescribeDomainAutoTunesResponse Source #
The result of a DescribeDomainAutoTunes request.
See: newDescribeDomainAutoTunesResponse smart constructor.
Constructors
| DescribeDomainAutoTunesResponse' | |
Fields
| |
Instances
newDescribeDomainAutoTunesResponse Source #
Create a value of DescribeDomainAutoTunesResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:autoTunes:DescribeDomainAutoTunesResponse', describeDomainAutoTunesResponse_autoTunes - The list of setting adjustments that Auto-Tune has made to the domain.
DescribeDomainAutoTunes, describeDomainAutoTunesResponse_nextToken - When nextToken is returned, there are more results available. The
value of nextToken is a unique pagination token for each page. Make
the call again using the returned token to retrieve the next page.
$sel:httpStatus:DescribeDomainAutoTunesResponse', describeDomainAutoTunesResponse_httpStatus - The response's http status code.
Response Lenses
describeDomainAutoTunesResponse_autoTunes :: Lens' DescribeDomainAutoTunesResponse (Maybe [AutoTune]) Source #
The list of setting adjustments that Auto-Tune has made to the domain.
describeDomainAutoTunesResponse_nextToken :: Lens' DescribeDomainAutoTunesResponse (Maybe Text) Source #
When nextToken is returned, there are more results available. The
value of nextToken is a unique pagination token for each page. Make
the call again using the returned token to retrieve the next page.
describeDomainAutoTunesResponse_httpStatus :: Lens' DescribeDomainAutoTunesResponse Int Source #
The response's http status code.