Awso_elementalinference_eioSourceval associate_feed :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_elementalinference.Values.AssociateFeedRequest.t ->
(Awso_elementalinference.Values.AssociateFeedResponse.t,
Awso_elementalinference.Values.AssociateFeedResponse.error)
Result.tval create_feed :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_elementalinference.Values.CreateFeedRequest.t ->
(Awso_elementalinference.Values.CreateFeedResponse.t,
Awso_elementalinference.Values.CreateFeedResponse.error)
Result.tval delete_feed :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_elementalinference.Values.DeleteFeedRequest.t ->
(Awso_elementalinference.Values.DeleteFeedResponse.t,
Awso_elementalinference.Values.DeleteFeedResponse.error)
Result.tval disassociate_feed :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_elementalinference.Values.DisassociateFeedRequest.t ->
(Awso_elementalinference.Values.DisassociateFeedResponse.t,
Awso_elementalinference.Values.DisassociateFeedResponse.error)
Result.tval get_feed :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_elementalinference.Values.GetFeedRequest.t ->
(Awso_elementalinference.Values.GetFeedResponse.t,
Awso_elementalinference.Values.GetFeedResponse.error)
Result.tval list_feeds :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_elementalinference.Values.ListFeedsRequest.t ->
(Awso_elementalinference.Values.ListFeedsResponse.t,
Awso_elementalinference.Values.ListFeedsResponse.error)
Result.tval list_tags_for_resource :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_elementalinference.Values.ListTagsForResourceRequest.t ->
(Awso_elementalinference.Values.ListTagsForResourceResponse.t,
Awso_elementalinference.Values.ListTagsForResourceResponse.error)
Result.tval tag_resource :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_elementalinference.Values.TagResourceRequest.t ->
(unit, unit) Result.tval untag_resource :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_elementalinference.Values.UntagResourceRequest.t ->
(unit, unit) Result.tval update_feed :
?endpoint_url:string ->
?cfg:Awso_eio.Cfg.t ->
Awso_elementalinference.Values.UpdateFeedRequest.t ->
(Awso_elementalinference.Values.UpdateFeedResponse.t,
Awso_elementalinference.Values.UpdateFeedResponse.error)
Result.tinclude module type of struct include Awso_elementalinference.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]A type of OutputConfig, used when the output in a feed is for the clip feature.
A type of OutputConfig, used when the output in a feed is for the crop feature.
Contains one typed output. It is used in the CreateOutput, GetOutput, and Update Output structures.
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.
Contains configuration information about one output in a feed. It is used in the GetFeed action.
Contains configuration information about one output in a feed. It is used in the UpdateFeed action.
Contains configuration information about a feed. It is used in the ListFeeds action.
Contains configuration information about one output in a feed. It is used in the AssociateFeed and the CreateFeed actions.
You do not have sufficient access to perform this action.
The request could not be completed due to a conflict.
module InternalServerErrorException =
Awso_elementalinference.Values.InternalServerErrorExceptionAn internal server error occurred. This is a temporary condition and the request can be retried. If the problem persists, contact AWS Support.
The resource specified in the action doesn't exist.
module ServiceQuotaExceededException =
Awso_elementalinference.Values.ServiceQuotaExceededExceptionThe request was rejected because it would exceed one or more service quotas for your account. Review your service quotas and either delete unused resources or request a quota increase.
The request was denied due to request throttling. Too many requests have been made within a given time period. Reduce the frequency of requests and use exponential backoff when retrying.
The input fails to satisfy the constraints specified by the service. Check the error message for details about which parameter or field is invalid and correct the request before retrying.
module ListFeedsRequestMaxResultsInteger =
Awso_elementalinference.Values.ListFeedsRequestMaxResultsIntegerUpdates the name and/or outputs in a feed.
Updates the name and/or outputs in a feed.
Deletes specified tags from the specified resource in the current region.
Associates the specified tags to the resource identified by the specified resourceArn in the current region. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are also deleted.
module ListTagsForResourceResponse =
Awso_elementalinference.Values.ListTagsForResourceResponseList all tags that are on an Elemental Inference resource in the current region.
List all tags that are on an Elemental Inference resource in the current region.
Displays a list of feeds that belong to this AWS account.
Displays a list of feeds that belong to this AWS account.
Retrieves information about the specified feed.
Retrieves information about the specified feed.
Releases the resource (for example, an MediaLive channel) that is associated with this feed. The outputs in the feed become disabled.
Releases the resource (for example, an MediaLive channel) that is associated with this feed. The outputs in the feed become disabled.
Deletes the specified feed. The feed can be deleted at any time.
Deletes the specified feed. The feed can be deleted at any time.
Creates 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.
Creates 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.
Associates a resource with the feed. The resource provides the input that Elemental Inference needs needs in order to perform an Elemental Inference feature, such as cropping video. You always provide the resource by associating it with a feed. You can associate only one resource with each feed.
Associates a resource with the feed. The resource provides the input that Elemental Inference needs needs in order to perform an Elemental Inference feature, such as cropping video. You always provide the resource by associating it with a feed. You can associate only one resource with each feed.