Values.CreateFeedRequestSourceCreates a feed. The feed is the target for live streams being sent by the calling application. An example of a calling application is AWS Elemental MediaLive. After you create the feed, you can associate a resource with the feed.
type nonrec t = {name : ResourceName.t;A name for this feed.
*)outputs : CreateOutputList.t;An array of outputs for this feed. Each output represents a specific Elemental Inference feature. For example, an output might represent the crop feature.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of ResourceDescription.t ])
list ])
list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ResourceName.t ])
list ]