amazonka-cloudsearch-1.3.1: Amazon CloudSearch SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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 CloudSearch Developer Guide.

See: AWS API Reference for DescribeAvailabilityOptions.

Synopsis

Creating a Request

describeAvailabilityOptions Source

Creates a value of DescribeAvailabilityOptions with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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.

Destructuring the Response

describeAvailabilityOptionsResponse Source

Creates a value of DescribeAvailabilityOptionsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

daorsAvailabilityOptions :: Lens' DescribeAvailabilityOptionsResponse (Maybe AvailabilityOptionsStatus) Source

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