Safe Haskell | None |
---|---|
Language | Haskell2010 |
Gets the availability options configured for a domain. By default, shows the
configuration with any pending changes. Set the Deployed
option to true
to
show the active configuration and exclude pending changes. For more
information, see Configuring Availability Options in the Amazon CloudSearchDeveloper Guide.
http://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeAvailabilityOptions.html
- data DescribeAvailabilityOptions
- describeAvailabilityOptions :: Text -> DescribeAvailabilityOptions
- daoDeployed :: Lens' DescribeAvailabilityOptions (Maybe Bool)
- daoDomainName :: Lens' DescribeAvailabilityOptions Text
- data DescribeAvailabilityOptionsResponse
- describeAvailabilityOptionsResponse :: DescribeAvailabilityOptionsResponse
- daorAvailabilityOptions :: Lens' DescribeAvailabilityOptionsResponse (Maybe AvailabilityOptionsStatus)
Request
data DescribeAvailabilityOptions Source
Request constructor
describeAvailabilityOptions Source
DescribeAvailabilityOptions
constructor.
The fields accessible through corresponding lenses are:
Request lenses
daoDeployed :: Lens' DescribeAvailabilityOptions (Maybe Bool) Source
Whether to display the deployed configuration (true
) or include any pending
changes (false
). Defaults to false
.
daoDomainName :: Lens' DescribeAvailabilityOptions Text Source
The name of the domain you want to describe.
Response
Response constructor
describeAvailabilityOptionsResponse :: DescribeAvailabilityOptionsResponse Source
DescribeAvailabilityOptionsResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
daorAvailabilityOptions :: Lens' DescribeAvailabilityOptionsResponse (Maybe AvailabilityOptionsStatus) Source
The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.