Values.DeleteEndpointRequestSourceDeletes a model-specific endpoint for a previously-trained custom model. All endpoints must be deleted in order for the model to be deleted. For information about endpoints, see Managing endpoints.
type nonrec t = {endpointArn : ComprehendEndpointArn.t;The Amazon Resource Number (ARN) of the endpoint being deleted.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ComprehendEndpointArn.t ]) list ]