Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Provides scheduled Auto-Tune action details for the domain, such as Auto-Tune action type, description, severity, and scheduled date.
Synopsis
- data DescribeDomainAutoTunes = DescribeDomainAutoTunes' {
- nextToken :: Maybe Text
- maxResults :: Maybe Int
- domainName :: Text
- newDescribeDomainAutoTunes :: Text -> DescribeDomainAutoTunes
- describeDomainAutoTunes_nextToken :: Lens' DescribeDomainAutoTunes (Maybe Text)
- describeDomainAutoTunes_maxResults :: Lens' DescribeDomainAutoTunes (Maybe Int)
- describeDomainAutoTunes_domainName :: Lens' DescribeDomainAutoTunes Text
- data DescribeDomainAutoTunesResponse = DescribeDomainAutoTunesResponse' {}
- newDescribeDomainAutoTunesResponse :: Int -> DescribeDomainAutoTunesResponse
- describeDomainAutoTunesResponse_nextToken :: Lens' DescribeDomainAutoTunesResponse (Maybe Text)
- describeDomainAutoTunesResponse_autoTunes :: Lens' DescribeDomainAutoTunesResponse (Maybe [AutoTune])
- describeDomainAutoTunesResponse_httpStatus :: Lens' DescribeDomainAutoTunesResponse Int
Creating a Request
data DescribeDomainAutoTunes Source #
Container for the parameters to the DescribeDomainAutoTunes
operation.
See: newDescribeDomainAutoTunes
smart constructor.
DescribeDomainAutoTunes' | |
|
Instances
newDescribeDomainAutoTunes Source #
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:nextToken:DescribeDomainAutoTunes'
, describeDomainAutoTunes_nextToken
- NextToken is sent in case the earlier API call results contain the
NextToken. Used for pagination.
$sel:maxResults:DescribeDomainAutoTunes'
, describeDomainAutoTunes_maxResults
- Set this value to limit the number of results returned. If not
specified, defaults to 100.
$sel:domainName:DescribeDomainAutoTunes'
, describeDomainAutoTunes_domainName
- The domain name for which you want Auto-Tune action details.
Request Lenses
describeDomainAutoTunes_nextToken :: Lens' DescribeDomainAutoTunes (Maybe Text) Source #
NextToken is sent in case the earlier API call results contain the NextToken. Used for pagination.
describeDomainAutoTunes_maxResults :: Lens' DescribeDomainAutoTunes (Maybe Int) Source #
Set this value to limit the number of results returned. If not specified, defaults to 100.
describeDomainAutoTunes_domainName :: Lens' DescribeDomainAutoTunes Text Source #
The domain name for which you want Auto-Tune action details.
Destructuring the Response
data DescribeDomainAutoTunesResponse Source #
The result of a DescribeDomainAutoTunes
request. See
Auto-Tune for Amazon OpenSearch Service
for more information.
See: newDescribeDomainAutoTunesResponse
smart constructor.
DescribeDomainAutoTunesResponse' | |
|
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:nextToken:DescribeDomainAutoTunes'
, describeDomainAutoTunesResponse_nextToken
- An identifier to allow retrieval of paginated results.
$sel:autoTunes:DescribeDomainAutoTunesResponse'
, describeDomainAutoTunesResponse_autoTunes
- The list of setting adjustments that Auto-Tune has made to the domain.
See
Auto-Tune for Amazon OpenSearch Service
for more information.
$sel:httpStatus:DescribeDomainAutoTunesResponse'
, describeDomainAutoTunesResponse_httpStatus
- The response's http status code.
Response Lenses
describeDomainAutoTunesResponse_nextToken :: Lens' DescribeDomainAutoTunesResponse (Maybe Text) Source #
An identifier to allow retrieval of paginated results.
describeDomainAutoTunesResponse_autoTunes :: Lens' DescribeDomainAutoTunesResponse (Maybe [AutoTune]) Source #
The list of setting adjustments that Auto-Tune has made to the domain. See Auto-Tune for Amazon OpenSearch Service for more information.
describeDomainAutoTunesResponse_httpStatus :: Lens' DescribeDomainAutoTunesResponse Int Source #
The response's http status code.