Values.FeedSummarySourceContains configuration information about a feed. It is used in the ListFeeds action.
type nonrec t = {arn : FeedArn.t option;The ARN of the feed.
*)id : FeedId.t option;The ID of the feed.
*)name : ResourceName.t option;The name of the feed
*)association : FeedAssociation.t option;The resource, if any, associated with the feed.
*)status : FeedStatus.t option;The status of the feed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of FeedArn.t
| `Structure of
(string * [> `String of AssociatedResourceName.t ]) list ])
list ]