Safe Haskell | None |
---|---|
Language | Haskell2010 |
Configures an ''IndexField' for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the ''IndexFieldType'. If the field exists, the new configuration replaces the old one. For more information, see Configuring Index Fields in the Amazon CloudSearch DeveloperGuide.
http://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_DefineIndexField.html
- data DefineIndexField
- defineIndexField :: Text -> IndexField -> DefineIndexField
- dif2DomainName :: Lens' DefineIndexField Text
- dif2IndexField :: Lens' DefineIndexField IndexField
- data DefineIndexFieldResponse
- defineIndexFieldResponse :: IndexFieldStatus -> DefineIndexFieldResponse
- difr1IndexField :: Lens' DefineIndexFieldResponse IndexFieldStatus
Request
data DefineIndexField Source
Request constructor
DefineIndexField
constructor.
The fields accessible through corresponding lenses are:
Request lenses
dif2IndexField :: Lens' DefineIndexField IndexField Source
The index field and field options you want to configure.
Response
Response constructor
defineIndexFieldResponse Source
DefineIndexFieldResponse
constructor.
The fields accessible through corresponding lenses are: