Values.DeleteIngestConfigurationRequestSourceDeletes a specified IngestConfiguration, so it can no longer be used to broadcast. An IngestConfiguration cannot be deleted if the publisher is actively streaming to a stage, unless force is set to true.
type nonrec t = {arn : IngestConfigurationArn.t;ARN of the IngestConfiguration.
*)force : Boolean.t option;Optional field to force deletion of the IngestConfiguration. If this is set to true when a participant is actively publishing, the participant is disconnected from the stage, followed by deletion of the IngestConfiguration. Default: false.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t | `String of IngestConfigurationArn.t ])
list ]