Module Values.DisassociateFeedRequestSource

Releases the resource (for example, an MediaLive channel) that is associated with this feed. The outputs in the feed become disabled.

Sourcetype nonrec t = {
  1. id : FeedId.t;
    (*

    The ID of the feed where you want to release the resource.

    *)
  2. associatedResourceName : AssociatedResourceName.t;
    (*

    The name of the resource currently associated with the feed'.

    *)
  3. dryRun : Boolean.t option;
    (*

    Set to true if you want to do a dry run of the disassociate action.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> id:FeedId.t -> associatedResourceName:AssociatedResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of FeedId.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