Values.DescribeDocumentClassifierRequestSourceGets the properties associated with a document classifier.
type nonrec t = {documentClassifierArn : DocumentClassifierArn.t;The Amazon Resource Name (ARN) that identifies the document classifier. The CreateDocumentClassifier operation returns this identifier in its response.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of DocumentClassifierArn.t ]) list ]