Module Awso_elementalinference_lwtSource

Sourceval tag_resource : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_elementalinference.Values.TagResourceRequest.t -> (unit, unit) Result.t Lwt.t
Sourceval untag_resource : ?endpoint_url:string -> ?cfg:Awso.Cfg.t -> Awso_elementalinference.Values.UntagResourceRequest.t -> (unit, unit) Result.t Lwt.t
include module type of struct include Awso_elementalinference.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval 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.

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

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

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

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