Values.GetFeedResponseSourceRetrieves information about the specified feed.
type nonrec t = {arn : FeedArn.t option;The ARN of the feed.
*)name : ResourceName.t option;The name of the feed being queried.
*)id : FeedId.t option;The ID of the feed being queried.
*)dataEndpoints : StringList.t option;The dataEndpoints of the feed being queried.
*)outputs : GetOutputList.t option;An array of the outputs in the feed being queried.
*)status : FeedStatus.t option;The status of the feed being queried.
*)association : FeedAssociation.t option;Information about the resource, if any, associated with the feed being queried.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerErrorException of InternalServerErrorException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `TooManyRequestException of TooManyRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestException of TooManyRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `TooManyRequestException of TooManyRequestException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `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 FeedArn.t
| `Structure of
(string * [> `String of AssociatedResourceName.t ]) list ])
list ]