Values.FeedAssociationSourceContains information about the resource that is associated with a feed. It is used in the FeedSummary that is used in the response of a ListFeeds action.
type nonrec t = {associatedResourceName : AssociatedResourceName.t option;The name of the associated resource.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of AssociatedResourceName.t ]) list ]