Values.DescribeEndpointRequestSourceGets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint. For information about endpoints, see Managing endpoints.
type nonrec t = {endpointArn : ComprehendEndpointArn.t;The Amazon Resource Number (ARN) of the endpoint being described.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ComprehendEndpointArn.t ]) list ]