Values.CreateFeedResponseSourceCreates a feed. The feed is the target for live streams being sent by the calling application. An example of a calling application is AWS Elemental MediaLive. After you create the feed, you can associate a resource with the feed.
type nonrec t = {arn : FeedArn.t option;A unique ARN that Elemental Inference assigns to the feed.
*)name : ResourceName.t option;The name that you specified.
*)id : FeedId.t option;A unique ID that Elemental Inference assigns to the feed.
*)dataEndpoints : StringList.t option;A unique ARN that Elemental Inference assigns to the feed.
*)outputs : GetOutputList.t option;Data endpoints that Elemental Inference assigns to the feed.
*)status : FeedStatus.t option;The current status of the feed. After creation of the feed has succeeded, the status will be AVAILABLE.
*)association : FeedAssociation.t option;The association for this feed. When you create the feed, this property is empty. You must associate a resource with the feed using AssociateFeed.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerErrorException of InternalServerErrorException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `TooManyRequestException of TooManyRequestException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `TooManyRequestException of TooManyRequestException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `TooManyRequestException of TooManyRequestException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]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 ]