Safe Haskell | None |
---|---|
Language | Haskell2010 |
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 CloudSearchDeveloper Guide.
http://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DescribeIndexFields.html
- data DescribeIndexFields
- describeIndexFields :: Text -> DescribeIndexFields
- difDeployed :: Lens' DescribeIndexFields (Maybe Bool)
- difDomainName :: Lens' DescribeIndexFields Text
- difFieldNames :: Lens' DescribeIndexFields [Text]
- data DescribeIndexFieldsResponse
- describeIndexFieldsResponse :: DescribeIndexFieldsResponse
- difrIndexFields :: Lens' DescribeIndexFieldsResponse [IndexFieldStatus]
Request
data DescribeIndexFields Source
Request constructor
DescribeIndexFields
constructor.
The fields accessible through corresponding lenses are:
difDeployed
::
Maybe
Bool
difDomainName
::
Text
difFieldNames
::
[Text
]
Request lenses
difDeployed :: Lens' DescribeIndexFields (Maybe Bool) Source
Whether to display the deployed configuration (true
) or include any pending
changes (false
). Defaults to false
.
difDomainName :: Lens' DescribeIndexFields Text Source
The name of the domain you want to describe.
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.
Response
Response constructor
describeIndexFieldsResponse :: DescribeIndexFieldsResponse Source
DescribeIndexFieldsResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
difrIndexFields :: Lens' DescribeIndexFieldsResponse [IndexFieldStatus] Source
The index fields configured for the domain.