Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
- data DescribeExpressions
- describeExpressions :: Text -> DescribeExpressions
- deDeployed :: Lens' DescribeExpressions (Maybe Bool)
- deDomainName :: Lens' DescribeExpressions Text
- deExpressionNames :: Lens' DescribeExpressions [Text]
- data DescribeExpressionsResponse
- describeExpressionsResponse :: DescribeExpressionsResponse
- derExpressions :: Lens' DescribeExpressionsResponse [ExpressionStatus]
Request
data DescribeExpressions Source
Request constructor
DescribeExpressions
constructor.
The fields accessible through corresponding lenses are:
deDeployed
::
Maybe
Bool
deDomainName
::
Text
deExpressionNames
::
[Text
]
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.