amazonka-cloudsearch-0.3.0: Amazon CloudSearch SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudSearch.DescribeAvailabilityOptions

Contents

Description

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

Synopsis

Request

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

Response lenses

daorAvailabilityOptions :: Lens' DescribeAvailabilityOptionsResponse (Maybe AvailabilityOptionsStatus) Source

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.