Module Awso_elementalinference.ValuesSource

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 ]
Sourcemodule ResourceDescription : sig ... end
Sourcemodule ClippingConfig : sig ... end

A type of OutputConfig, used when the output in a feed is for the clip feature.

Sourcemodule CroppingConfig : sig ... end

A type of OutputConfig, used when the output in a feed is for the crop feature.

Sourcemodule AssociatedResourceName : sig ... end
Sourcemodule Boolean : sig ... end
Sourcemodule OutputConfig : sig ... end

Contains one typed output. It is used in the CreateOutput, GetOutput, and Update Output structures.

Sourcemodule OutputStatus : sig ... end
Sourcemodule ResourceName : sig ... end
Sourcemodule FeedArn : sig ... end
Sourcemodule FeedAssociation : sig ... end

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.

Sourcemodule FeedId : sig ... end
Sourcemodule FeedStatus : sig ... end
Sourcemodule String_ : sig ... end
Sourcemodule GetOutput : sig ... end

Contains configuration information about one output in a feed. It is used in the GetFeed action.

Sourcemodule TagKey : sig ... end
Sourcemodule TagValue : sig ... end
Sourcemodule UpdateOutput : sig ... end

Contains configuration information about one output in a feed. It is used in the UpdateFeed action.

Sourcemodule FeedSummary : sig ... end

Contains configuration information about a feed. It is used in the ListFeeds action.

Sourcemodule CreateOutput : sig ... end

Contains configuration information about one output in a feed. It is used in the AssociateFeed and the CreateFeed actions.

Sourcemodule AccessDeniedException : sig ... end

You do not have sufficient access to perform this action.

Sourcemodule ConflictException : sig ... end

The request could not be completed due to a conflict.

Sourcemodule GetOutputList : sig ... end

An internal server error occurred. This is a temporary condition and the request can be retried. If the problem persists, contact AWS Support.

Sourcemodule ResourceNotFoundException : sig ... end

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.

Sourcemodule StringList : sig ... end
Sourcemodule TagMap : sig ... end
Sourcemodule TooManyRequestException : sig ... end

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.

Sourcemodule ValidationException : sig ... end

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.

Sourcemodule UpdateOutputList : sig ... end
Sourcemodule ResourceArn : sig ... end
Sourcemodule TagKeyList : sig ... end
Sourcemodule FeedSummaryList : sig ... end
Sourcemodule CreateOutputList : sig ... end
Sourcemodule UpdateFeedResponse : sig ... end

Updates the name and/or outputs in a feed.

Sourcemodule UpdateFeedRequest : sig ... end

Updates the name and/or outputs in a feed.

Sourcemodule UntagResourceRequest : sig ... end

Deletes specified tags from the specified resource in the current region.

Sourcemodule TagResourceRequest : sig ... end

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.

Sourcemodule ListFeedsResponse : sig ... end

Displays a list of feeds that belong to this AWS account.

Sourcemodule ListFeedsRequest : sig ... end

Displays a list of feeds that belong to this AWS account.

Sourcemodule GetFeedResponse : sig ... end

Retrieves information about the specified feed.

Sourcemodule GetFeedRequest : sig ... end

Retrieves information about the specified feed.

Sourcemodule DisassociateFeedResponse : sig ... end

Releases the resource (for example, an MediaLive channel) that is associated with this feed. The outputs in the feed become disabled.

Sourcemodule DisassociateFeedRequest : sig ... end

Releases the resource (for example, an MediaLive channel) that is associated with this feed. The outputs in the feed become disabled.

Sourcemodule DeleteFeedResponse : sig ... end

Deletes the specified feed. The feed can be deleted at any time.

Sourcemodule DeleteFeedRequest : sig ... end

Deletes the specified feed. The feed can be deleted at any time.

Sourcemodule CreateFeedResponse : sig ... end

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.

Sourcemodule CreateFeedRequest : sig ... end

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.

Sourcemodule AssociateFeedResponse : sig ... end

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.

Sourcemodule AssociateFeedRequest : sig ... end

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.