Values.AssociateFeedRequestSourceAssociates a resource with the feed. The resource provides the input that Elemental Inference needs needs in order to perform an Elemental Inference feature, such as cropping video. You always provide the resource by associating it with a feed. You can associate only one resource with each feed.
type nonrec t = {id : FeedId.t;The ID of the feed.
*)associatedResourceName : AssociatedResourceName.t;An identifier for the resource. If the resource is from an AWS service, this identifier must be the full ARN of that resource. Otherwise, the identifier is a name that you assign and that is appropriate for the application that owns the resource. This name must not resemble an ARN.
*)outputs : CreateOutputList.t;The outputs to add to this feed. You must specify at least one output. You can later use the UpdateFeed action to change the list of outputs.
*)dryRun : Boolean.t option;Set to true if you want to do a dry run of the associate action.
*)}val make :
?dryRun:??? ->
id:FeedId.t ->
associatedResourceName:AssociatedResourceName.t ->
outputs:CreateOutputList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `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
| `String of FeedId.t ])
list ]