| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CloudSearch.IndexDocuments
Description
Tells the search domain to start indexing its documents using the latest
indexing options. This operation must be invoked to activate options
whose OptionStatus is RequiresIndexDocuments.
See: AWS API Reference for IndexDocuments.
Creating a Request
Arguments
| :: Text | |
| -> IndexDocuments |
Creates a value of IndexDocuments with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data IndexDocuments Source
Container for the parameters to the IndexDocuments operation.
Specifies the name of the domain you want to re-index.
See: indexDocuments smart constructor.
Instances
Request Lenses
idDomainName :: Lens' IndexDocuments Text Source
Undocumented member.
Destructuring the Response
Arguments
| :: Int | |
| -> IndexDocumentsResponse |
Creates a value of IndexDocumentsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data IndexDocumentsResponse Source
The result of an IndexDocuments request. Contains the status of the
indexing operation, including the fields being indexed.
See: indexDocumentsResponse smart constructor.
Response Lenses
idrsFieldNames :: Lens' IndexDocumentsResponse [Text] Source
The names of the fields that are currently being indexed.
idrsResponseStatus :: Lens' IndexDocumentsResponse Int Source
The response status code.