Module Smaws_Client_CloudSearch.DefineIndexField

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 Developer Guide.

val error_to_string : [ Smaws_Lib.Protocols.AwsQuery.error | `BaseException of Types.base_exception | `InternalException of Types.internal_exception | `InvalidTypeException of Types.invalid_type_exception | `LimitExceededException of Types.limit_exceeded_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.define_index_field_request -> (Types.define_index_field_response, [> Smaws_Lib.Protocols.AwsQuery.error | `BaseException of Types.base_exception | `InternalException of Types.internal_exception | `InvalidTypeException of Types.invalid_type_exception | `LimitExceededException of Types.limit_exceeded_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.define_index_field_request -> (Types.define_index_field_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsQuery.error | `BaseException of Types.base_exception | `InternalException of Types.internal_exception | `InvalidTypeException of Types.invalid_type_exception | `LimitExceededException of Types.limit_exceeded_exception | `ResourceNotFoundException of Types.resource_not_found_exception | `ValidationException of Types.validation_exception ] * Smaws_Lib.Response.metadata) Stdlib.result