Expand description
API for AWS Elemental MediaConnect
If you’re using the service, you’re probably looking for MediaConnectClient and MediaConnect.
Structs§
- AddFlow
Outputs Request A request to add outputs to the specified flow.
- AddFlow
Outputs Response - AddFlow
Sources Request A request to add sources to the flow.
- AddFlow
Sources Response - AddFlow
VpcInterfaces Request A request to add VPC interfaces to the flow.
- AddFlow
VpcInterfaces Response - AddOutput
Request The output that you want to add to this flow.
- Create
Flow Request Creates a new flow. The request must include one source. The request optionally can include outputs (up to 50) and entitlements (up to 50).
- Create
Flow Response - Delete
Flow Request - Delete
Flow Response - Describe
Flow Request - Describe
Flow Response - Encryption
Information about the encryption of the flow.
- Entitlement
The settings for a flow entitlement.
- Failover
Config The settings for source failover
- Flow
The settings for a flow, including its source, outputs, and entitlements.
- Grant
Entitlement Request The entitlements that you want to grant on a flow.
- Grant
Flow Entitlements Request A request to grant entitlements on a flow.
- Grant
Flow Entitlements Response - List
Entitlements Request - List
Entitlements Response - List
Flows Request - List
Flows Response - List
Tags ForResource Request - List
Tags ForResource Response - Listed
Entitlement An entitlement that has been granted to you from other AWS accounts.
- Listed
Flow Provides a summary of a flow, including its ARN, Availability Zone, and source type.
- Media
Connect Client - A client for the AWS MediaConnect API.
- Messages
Messages that provide the state of the flow.
- Output
The settings for an output.
- Remove
Flow Output Request - Remove
Flow Output Response - Remove
Flow Source Request - Remove
Flow Source Response - Remove
Flow VpcInterface Request - Remove
Flow VpcInterface Response - Revoke
Flow Entitlement Request - Revoke
Flow Entitlement Response - SetSource
Request The settings for the source of the flow.
- Source
The settings for the source of the flow.
- Start
Flow Request - Start
Flow Response - Stop
Flow Request - Stop
Flow Response - TagResource
Request 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.
- Untag
Resource Request - Update
Encryption Information about the encryption of the flow.
- Update
Failover Config The settings for source failover
- Update
Flow Entitlement Request The entitlement fields that you want to update.
- Update
Flow Entitlement Response - Update
Flow Output Request The fields that you want to update in the output.
- Update
Flow Output Response - Update
Flow Request A request to update flow.
- Update
Flow Response - Update
Flow Source Request A request to update the source of a flow.
- Update
Flow Source Response - VpcInterface
The settings for a VPC Source.
- VpcInterface
Attachment The settings for attaching a VPC interface to an output.
- VpcInterface
Request Desired VPC Interface for a Flow
Enums§
- AddFlow
Outputs Error - Errors returned by AddFlowOutputs
- AddFlow
Sources Error - Errors returned by AddFlowSources
- AddFlow
VpcInterfaces Error - Errors returned by AddFlowVpcInterfaces
- Create
Flow Error - Errors returned by CreateFlow
- Delete
Flow Error - Errors returned by DeleteFlow
- Describe
Flow Error - Errors returned by DescribeFlow
- Grant
Flow Entitlements Error - Errors returned by GrantFlowEntitlements
- List
Entitlements Error - Errors returned by ListEntitlements
- List
Flows Error - Errors returned by ListFlows
- List
Tags ForResource Error - Errors returned by ListTagsForResource
- Remove
Flow Output Error - Errors returned by RemoveFlowOutput
- Remove
Flow Source Error - Errors returned by RemoveFlowSource
- Remove
Flow VpcInterface Error - Errors returned by RemoveFlowVpcInterface
- Revoke
Flow Entitlement Error - Errors returned by RevokeFlowEntitlement
- Start
Flow Error - Errors returned by StartFlow
- Stop
Flow Error - Errors returned by StopFlow
- TagResource
Error - Errors returned by TagResource
- Untag
Resource Error - Errors returned by UntagResource
- Update
Flow Entitlement Error - Errors returned by UpdateFlowEntitlement
- Update
Flow Error - Errors returned by UpdateFlow
- Update
Flow Output Error - Errors returned by UpdateFlowOutput
- Update
Flow Source Error - Errors returned by UpdateFlowSource
Traits§
- Media
Connect - Trait representing the capabilities of the AWS MediaConnect API. AWS MediaConnect clients implement this trait.