amazonka-cloudsearch-1.0.0: 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.DescribeIndexFields

Contents

Description

Gets information about the index fields configured for the search domain. Can be limited to specific fields by name. By default, shows all fields 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 Getting Domain Information in the Amazon CloudSearch Developer Guide.

See: AWS API Reference for DescribeIndexFields.

Synopsis

Creating a Request

describeIndexFields Source

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

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

data DescribeIndexFields Source

Container for the parameters to the DescribeIndexFields operation. Specifies the name of the domain you want to describe. To restrict the response to particular index fields, specify the names of the index fields you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

See: describeIndexFields smart constructor.

Request Lenses

difDeployed :: Lens' DescribeIndexFields (Maybe Bool) Source

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

difFieldNames :: Lens' DescribeIndexFields [Text] Source

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

difDomainName :: Lens' DescribeIndexFields Text Source

The name of the domain you want to describe.

Destructuring the Response

describeIndexFieldsResponse Source

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

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

Response Lenses

difsrsIndexFields :: Lens' DescribeIndexFieldsResponse [IndexFieldStatus] Source

The index fields configured for the domain.