amazonka-cloudsearch-0.0.2: Amazon CloudSearch SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudSearch.DescribeExpressions

Contents

Description

Gets the expressions configured for the search domain. Can be limited to specific expressions by name. By default, shows all expressions and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Expressions in the Amazon CloudSearch DeveloperGuide.

http://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeExpressions.html

Synopsis

Request

Request constructor

describeExpressions Source

DescribeExpressions constructor.

The fields accessible through corresponding lenses are:

Request lenses

deDeployed :: Lens' DescribeExpressions (Maybe Bool) Source

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

deDomainName :: Lens' DescribeExpressions Text Source

The name of the domain you want to describe.

deExpressionNames :: Lens' DescribeExpressions [Text] Source

Limits the ''DescribeExpressions' response to the specified expressions. If not specified, all expressions are shown.

Response

Response constructor

describeExpressionsResponse :: DescribeExpressionsResponse Source

DescribeExpressionsResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

derExpressions :: Lens' DescribeExpressionsResponse [ExpressionStatus] Source

The expressions configured for the domain.