[][src]Crate rusoto_mediaconnect

API for AWS Elemental MediaConnect

If you're using the service, you're probably looking for MediaConnectClient and MediaConnect.

Structs

AddFlowOutputsRequest

A request to add outputs to the specified flow.

AddFlowOutputsResponse
AddOutputRequest

The output that you want to add to this flow.

CreateFlowRequest

Creates a new flow. The request must include one source. The request optionally can include outputs (up to 20) and entitlements (up to 50).

CreateFlowResponse
DeleteFlowRequest
DeleteFlowResponse
DescribeFlowRequest
DescribeFlowResponse
Encryption

Information about the encryption of the flow.

Entitlement

The settings for a flow entitlement.

Flow

The settings for a flow, including its source, outputs, and entitlements.

GrantEntitlementRequest

The entitlements that you want to grant on a flow.

GrantFlowEntitlementsRequest

A request to grant entitlements on a flow.

GrantFlowEntitlementsResponse
ListEntitlementsRequest
ListEntitlementsResponse
ListFlowsRequest
ListFlowsResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
ListedEntitlement

An entitlement that has been granted to you from other AWS accounts.

ListedFlow

Provides a summary of a flow, including its ARN, Availability Zone, and source type.

MediaConnectClient

A client for the AWS MediaConnect API.

Messages

Messages that provide the state of the flow.

Output

The settings for an output.

RemoveFlowOutputRequest
RemoveFlowOutputResponse
RevokeFlowEntitlementRequest
RevokeFlowEntitlementResponse
SetSourceRequest

The settings for the source of the flow.

Source

The settings for the source of the flow.

StartFlowRequest
StartFlowResponse
StopFlowRequest
StopFlowResponse
TagResourceRequest

The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

Transport

Attributes related to the transport stream that are used in a source or output.

UntagResourceRequest
UpdateEncryption

Information about the encryption of the flow.

UpdateFlowEntitlementRequest

The entitlement fields that you want to update.

UpdateFlowEntitlementResponse
UpdateFlowOutputRequest

The fields that you want to update in the output.

UpdateFlowOutputResponse
UpdateFlowSourceRequest

A request to update the source of a flow.

UpdateFlowSourceResponse

Enums

AddFlowOutputsError

Errors returned by AddFlowOutputs

CreateFlowError

Errors returned by CreateFlow

DeleteFlowError

Errors returned by DeleteFlow

DescribeFlowError

Errors returned by DescribeFlow

GrantFlowEntitlementsError

Errors returned by GrantFlowEntitlements

ListEntitlementsError

Errors returned by ListEntitlements

ListFlowsError

Errors returned by ListFlows

ListTagsForResourceError

Errors returned by ListTagsForResource

RemoveFlowOutputError

Errors returned by RemoveFlowOutput

RevokeFlowEntitlementError

Errors returned by RevokeFlowEntitlement

StartFlowError

Errors returned by StartFlow

StopFlowError

Errors returned by StopFlow

TagResourceError

Errors returned by TagResource

UntagResourceError

Errors returned by UntagResource

UpdateFlowEntitlementError

Errors returned by UpdateFlowEntitlement

UpdateFlowOutputError

Errors returned by UpdateFlowOutput

UpdateFlowSourceError

Errors returned by UpdateFlowSource

Traits

MediaConnect

Trait representing the capabilities of the AWS MediaConnect API. AWS MediaConnect clients implement this trait.