Module Values.FeedAssociationSource

Contains 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.

Sourcetype nonrec t = {
  1. associatedResourceName : AssociatedResourceName.t option;
    (*

    The name of the associated resource.

    *)
}
Sourceval make : ?associatedResourceName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AssociatedResourceName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t