Module Values.DeleteIngestConfigurationRequestSource

Deletes 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.

Sourcetype nonrec t = {
  1. arn : IngestConfigurationArn.t;
    (*

    ARN of the IngestConfiguration.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?force:??? -> arn:IngestConfigurationArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of IngestConfigurationArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t