[][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
AddFlowSourcesRequest

A request to add sources to the flow.

AddFlowSourcesResponse
AddFlowVpcInterfacesRequest

A request to add VPC interfaces to the flow.

AddFlowVpcInterfacesResponse
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 50) 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.

FailoverConfig

The settings for source failover

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
RemoveFlowSourceRequest
RemoveFlowSourceResponse
RemoveFlowVpcInterfaceRequest
RemoveFlowVpcInterfaceResponse
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.

UpdateFailoverConfig

The settings for source failover

UpdateFlowEntitlementRequest

The entitlement fields that you want to update.

UpdateFlowEntitlementResponse
UpdateFlowOutputRequest

The fields that you want to update in the output.

UpdateFlowOutputResponse
UpdateFlowRequest

A request to update flow.

UpdateFlowResponse
UpdateFlowSourceRequest

A request to update the source of a flow.

UpdateFlowSourceResponse
VpcInterface

The settings for a VPC Source.

VpcInterfaceAttachment

The settings for attaching a VPC interface to an output.

VpcInterfaceRequest

Desired VPC Interface for a Flow

Enums

AddFlowOutputsError

Errors returned by AddFlowOutputs

AddFlowSourcesError

Errors returned by AddFlowSources

AddFlowVpcInterfacesError

Errors returned by AddFlowVpcInterfaces

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

RemoveFlowSourceError

Errors returned by RemoveFlowSource

RemoveFlowVpcInterfaceError

Errors returned by RemoveFlowVpcInterface

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

UpdateFlowError

Errors returned by UpdateFlow

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.