AWS SDK for .NET Documentation
DescribeIndexFields Method (describeIndexFieldsRequest)
AmazonAmazon.CloudSearchAmazonCloudSearchClientDescribeIndexFields(DescribeIndexFieldsRequest) Did this page help you?   Yes   No    Tell us about it...

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 .

Declaration Syntax
C#
public DescribeIndexFieldsResponse DescribeIndexFields(
	DescribeIndexFieldsRequest describeIndexFieldsRequest
)
Parameters
describeIndexFieldsRequest (DescribeIndexFieldsRequest)
Container for the necessary parameters to execute the DescribeIndexFields service method on AmazonCloudSearch.
Return Value
The response from the DescribeIndexFields service method, as returned by AmazonCloudSearch.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)