Values.DisassociateFeedRequestSourceReleases the resource (for example, an MediaLive channel) that is associated with this feed. The outputs in the feed become disabled.
type nonrec t = {id : FeedId.t;The ID of the feed where you want to release the resource.
*)associatedResourceName : AssociatedResourceName.t;The name of the resource currently associated with the feed'.
*)dryRun : Boolean.t option;Set to true if you want to do a dry run of the disassociate action.
*)}val make :
?dryRun:??? ->
id:FeedId.t ->
associatedResourceName:AssociatedResourceName.t ->
unit ->
t