Values.DeleteFlywheelRequestSourceDeletes a flywheel. When you delete the flywheel, Amazon Comprehend does not delete the data lake or the model associated with the flywheel. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.
type nonrec t = {flywheelArn : ComprehendFlywheelArn.t;The Amazon Resource Number (ARN) of the flywheel to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ComprehendFlywheelArn.t ]) list ]