describeIndexFields
inline suspend fun CloudSearchClient.describeIndexFields(crossinline block: DescribeIndexFieldsRequest.Builder.() -> Unit): DescribeIndexFieldsResponse
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.