libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConnect.Lens

Description

 
Synopsis

Operations

RemoveFlowVpcInterface

removeFlowVpcInterface_flowArn :: Lens' RemoveFlowVpcInterface Text Source #

The flow that you want to remove a VPC interface from.

removeFlowVpcInterface_vpcInterfaceName :: Lens' RemoveFlowVpcInterface Text Source #

The name of the VPC interface that you want to remove.

removeFlowVpcInterfaceResponse_flowArn :: Lens' RemoveFlowVpcInterfaceResponse (Maybe Text) Source #

The ARN of the flow that is associated with the VPC interface you removed.

removeFlowVpcInterfaceResponse_nonDeletedNetworkInterfaceIds :: Lens' RemoveFlowVpcInterfaceResponse (Maybe [Text]) Source #

IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.

RemoveFlowMediaStream

removeFlowMediaStream_flowArn :: Lens' RemoveFlowMediaStream Text Source #

The Amazon Resource Name (ARN) of the flow.

removeFlowMediaStream_mediaStreamName :: Lens' RemoveFlowMediaStream Text Source #

The name of the media stream that you want to remove.

UpdateFlowOutput

updateFlowOutput_destination :: Lens' UpdateFlowOutput (Maybe Text) Source #

The IP address where you want to send the output.

updateFlowOutput_maxLatency :: Lens' UpdateFlowOutput (Maybe Int) Source #

The maximum latency in milliseconds for Zixi-based streams.

updateFlowOutput_mediaStreamOutputConfigurations :: Lens' UpdateFlowOutput (Maybe [MediaStreamOutputConfigurationRequest]) Source #

The media streams that are associated with the output, and the parameters for those associations.

updateFlowOutput_protocol :: Lens' UpdateFlowOutput (Maybe Protocol) Source #

The protocol to use for the output.

updateFlowOutput_encryption :: Lens' UpdateFlowOutput (Maybe UpdateEncryption) Source #

The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).

updateFlowOutput_cidrAllowList :: Lens' UpdateFlowOutput (Maybe [Text]) Source #

The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

updateFlowOutput_smoothingLatency :: Lens' UpdateFlowOutput (Maybe Int) Source #

The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.

updateFlowOutput_minLatency :: Lens' UpdateFlowOutput (Maybe Int) Source #

The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.

updateFlowOutput_description :: Lens' UpdateFlowOutput (Maybe Text) Source #

A description of the output. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the end user.

updateFlowOutput_port :: Lens' UpdateFlowOutput (Maybe Int) Source #

The port to use when content is distributed to this output.

updateFlowOutput_streamId :: Lens' UpdateFlowOutput (Maybe Text) Source #

The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.

updateFlowOutput_remoteId :: Lens' UpdateFlowOutput (Maybe Text) Source #

The remote ID for the Zixi-pull stream.

updateFlowOutput_vpcInterfaceAttachment :: Lens' UpdateFlowOutput (Maybe VpcInterfaceAttachment) Source #

The name of the VPC interface attachment to use for this output.

updateFlowOutput_flowArn :: Lens' UpdateFlowOutput Text Source #

The flow that is associated with the output that you want to update.

updateFlowOutput_outputArn :: Lens' UpdateFlowOutput Text Source #

The ARN of the output that you want to update.

updateFlowOutputResponse_flowArn :: Lens' UpdateFlowOutputResponse (Maybe Text) Source #

The ARN of the flow that is associated with the updated output.

updateFlowOutputResponse_output :: Lens' UpdateFlowOutputResponse (Maybe Output) Source #

The new settings of the output that you updated.

AddFlowOutputs

addFlowOutputs_flowArn :: Lens' AddFlowOutputs Text Source #

The flow that you want to add outputs to.

addFlowOutputs_outputs :: Lens' AddFlowOutputs [AddOutputRequest] Source #

A list of outputs that you want to add.

addFlowOutputsResponse_flowArn :: Lens' AddFlowOutputsResponse (Maybe Text) Source #

The ARN of the flow that these outputs were added to.

addFlowOutputsResponse_outputs :: Lens' AddFlowOutputsResponse (Maybe [Output]) Source #

The details of the newly added outputs.

StartFlow

startFlow_flowArn :: Lens' StartFlow Text Source #

The ARN of the flow that you want to start.

startFlowResponse_status :: Lens' StartFlowResponse (Maybe Status) Source #

The status of the flow when the StartFlow process begins.

startFlowResponse_flowArn :: Lens' StartFlowResponse (Maybe Text) Source #

The ARN of the flow that you started.

startFlowResponse_httpStatus :: Lens' StartFlowResponse Int Source #

The response's http status code.

ListTagsForResource

listTagsForResource_resourceArn :: Lens' ListTagsForResource Text Source #

The Amazon Resource Name (ARN) that identifies the AWS Elemental MediaConnect resource for which to list the tags.

listTagsForResourceResponse_tags :: Lens' ListTagsForResourceResponse (Maybe (HashMap Text Text)) Source #

A map from tag keys to values. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

AddFlowSources

addFlowSources_flowArn :: Lens' AddFlowSources Text Source #

The flow that you want to mutate.

addFlowSources_sources :: Lens' AddFlowSources [SetSourceRequest] Source #

A list of sources that you want to add.

addFlowSourcesResponse_flowArn :: Lens' AddFlowSourcesResponse (Maybe Text) Source #

The ARN of the flow that these sources were added to.

addFlowSourcesResponse_sources :: Lens' AddFlowSourcesResponse (Maybe [Source]) Source #

The details of the newly added sources.

DescribeReservation

describeReservation_reservationArn :: Lens' DescribeReservation Text Source #

The Amazon Resource Name (ARN) of the reservation.

AddFlowMediaStreams

addFlowMediaStreams_flowArn :: Lens' AddFlowMediaStreams Text Source #

The Amazon Resource Name (ARN) of the flow.

addFlowMediaStreams_mediaStreams :: Lens' AddFlowMediaStreams [AddMediaStreamRequest] Source #

The media streams that you want to add to the flow.

addFlowMediaStreamsResponse_flowArn :: Lens' AddFlowMediaStreamsResponse (Maybe Text) Source #

The ARN of the flow that you added media streams to.

RemoveFlowOutput

removeFlowOutput_flowArn :: Lens' RemoveFlowOutput Text Source #

The flow that you want to remove an output from.

removeFlowOutput_outputArn :: Lens' RemoveFlowOutput Text Source #

The ARN of the output that you want to remove.

removeFlowOutputResponse_flowArn :: Lens' RemoveFlowOutputResponse (Maybe Text) Source #

The ARN of the flow that is associated with the output you removed.

RevokeFlowEntitlement

revokeFlowEntitlement_flowArn :: Lens' RevokeFlowEntitlement Text Source #

The flow that you want to revoke an entitlement from.

revokeFlowEntitlement_entitlementArn :: Lens' RevokeFlowEntitlement Text Source #

The ARN of the entitlement that you want to revoke.

revokeFlowEntitlementResponse_flowArn :: Lens' RevokeFlowEntitlementResponse (Maybe Text) Source #

The ARN of the flow that the entitlement was revoked from.

CreateFlow

createFlow_mediaStreams :: Lens' CreateFlow (Maybe [AddMediaStreamRequest]) Source #

The media streams that you want to add to the flow. You can associate these media streams with sources and outputs on the flow.

createFlow_vpcInterfaces :: Lens' CreateFlow (Maybe [VpcInterfaceRequest]) Source #

The VPC interfaces you want on the flow.

createFlow_outputs :: Lens' CreateFlow (Maybe [AddOutputRequest]) Source #

The outputs that you want to add to this flow.

createFlow_availabilityZone :: Lens' CreateFlow (Maybe Text) Source #

The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS Region.

createFlow_entitlements :: Lens' CreateFlow (Maybe [GrantEntitlementRequest]) Source #

The entitlements that you want to grant on a flow.

createFlow_name :: Lens' CreateFlow Text Source #

The name of the flow.

RemoveFlowSource

removeFlowSource_flowArn :: Lens' RemoveFlowSource Text Source #

The flow that you want to remove a source from.

removeFlowSource_sourceArn :: Lens' RemoveFlowSource Text Source #

The ARN of the source that you want to remove.

removeFlowSourceResponse_flowArn :: Lens' RemoveFlowSourceResponse (Maybe Text) Source #

The ARN of the flow that is associated with the source you removed.

DescribeFlow

describeFlow_flowArn :: Lens' DescribeFlow Text Source #

The ARN of the flow that you want to describe.

UpdateFlowEntitlement

updateFlowEntitlement_encryption :: Lens' UpdateFlowEntitlement (Maybe UpdateEncryption) Source #

The type of encryption that will be used on the output associated with this entitlement.

updateFlowEntitlement_entitlementStatus :: Lens' UpdateFlowEntitlement (Maybe EntitlementStatus) Source #

An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming content to the subscriber’s flow temporarily. If you don’t specify the entitlementStatus field in your request, MediaConnect leaves the value unchanged.

updateFlowEntitlement_description :: Lens' UpdateFlowEntitlement (Maybe Text) Source #

A description of the entitlement. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the subscriber or end user.

updateFlowEntitlement_subscribers :: Lens' UpdateFlowEntitlement (Maybe [Text]) Source #

The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.

updateFlowEntitlement_flowArn :: Lens' UpdateFlowEntitlement Text Source #

The flow that is associated with the entitlement that you want to update.

updateFlowEntitlement_entitlementArn :: Lens' UpdateFlowEntitlement Text Source #

The ARN of the entitlement that you want to update.

updateFlowEntitlementResponse_flowArn :: Lens' UpdateFlowEntitlementResponse (Maybe Text) Source #

The ARN of the flow that this entitlement was granted on.

updateFlowEntitlementResponse_entitlement :: Lens' UpdateFlowEntitlementResponse (Maybe Entitlement) Source #

The new configuration of the entitlement that you updated.

StopFlow

stopFlow_flowArn :: Lens' StopFlow Text Source #

The ARN of the flow that you want to stop.

stopFlowResponse_status :: Lens' StopFlowResponse (Maybe Status) Source #

The status of the flow when the StopFlow process begins.

stopFlowResponse_flowArn :: Lens' StopFlowResponse (Maybe Text) Source #

The ARN of the flow that you stopped.

stopFlowResponse_httpStatus :: Lens' StopFlowResponse Int Source #

The response's http status code.

DescribeOffering

describeOffering_offeringArn :: Lens' DescribeOffering Text Source #

The Amazon Resource Name (ARN) of the offering.

AddFlowVpcInterfaces

addFlowVpcInterfacesResponse_flowArn :: Lens' AddFlowVpcInterfacesResponse (Maybe Text) Source #

The ARN of the flow that these VPC interfaces were added to.

ListEntitlements

listEntitlements_nextToken :: Lens' ListEntitlements (Maybe Text) Source #

The token that identifies which batch of results that you want to see. For example, you submit a ListEntitlements request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListEntitlements request a second time and specify the NextToken value.

listEntitlements_maxResults :: Lens' ListEntitlements (Maybe Natural) Source #

The maximum number of results to return per API request. For example, you submit a ListEntitlements request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 20 results per page.

listEntitlementsResponse_nextToken :: Lens' ListEntitlementsResponse (Maybe Text) Source #

The token that identifies which batch of results that you want to see. For example, you submit a ListEntitlements request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListEntitlements request a second time and specify the NextToken value.

listEntitlementsResponse_entitlements :: Lens' ListEntitlementsResponse (Maybe [ListedEntitlement]) Source #

A list of entitlements that have been granted to you from other AWS accounts.

TagResource

tagResource_resourceArn :: Lens' TagResource Text Source #

The Amazon Resource Name (ARN) that identifies the AWS Elemental MediaConnect resource to which to add tags.

tagResource_tags :: Lens' TagResource (HashMap Text Text) Source #

A map from tag keys to values. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

ListFlows

listFlows_nextToken :: Lens' ListFlows (Maybe Text) Source #

The token that identifies which batch of results that you want to see. For example, you submit a ListFlows request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListFlows request a second time and specify the NextToken value.

listFlows_maxResults :: Lens' ListFlows (Maybe Natural) Source #

The maximum number of results to return per API request. For example, you submit a ListFlows request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page.

listFlowsResponse_nextToken :: Lens' ListFlowsResponse (Maybe Text) Source #

The token that identifies which batch of results that you want to see. For example, you submit a ListFlows request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListFlows request a second time and specify the NextToken value.

listFlowsResponse_httpStatus :: Lens' ListFlowsResponse Int Source #

The response's http status code.

PurchaseOffering

purchaseOffering_offeringArn :: Lens' PurchaseOffering Text Source #

The Amazon Resource Name (ARN) of the offering.

purchaseOffering_start :: Lens' PurchaseOffering Text Source #

The date and time that you want the reservation to begin, in Coordinated Universal Time (UTC). You can specify any date and time between 12:00am on the first day of the current month to the current time on today's date, inclusive. Specify the start in a 24-hour notation. Use the following format: YYYY-MM-DDTHH:mm:SSZ, where T and Z are literal characters. For example, to specify 11:30pm on March 5, 2020, enter 2020-03-05T23:30:00Z.

purchaseOffering_reservationName :: Lens' PurchaseOffering Text Source #

The name that you want to use for the reservation.

UpdateFlowMediaStream

updateFlowMediaStream_attributes :: Lens' UpdateFlowMediaStream (Maybe MediaStreamAttributesRequest) Source #

The attributes that you want to assign to the media stream.

updateFlowMediaStream_clockRate :: Lens' UpdateFlowMediaStream (Maybe Int) Source #

The sample rate (in Hz) for the stream. If the media stream type is video or ancillary data, set this value to 90000. If the media stream type is audio, set this value to either 48000 or 96000.

updateFlowMediaStream_flowArn :: Lens' UpdateFlowMediaStream Text Source #

The Amazon Resource Name (ARN) of the flow.

updateFlowMediaStream_mediaStreamName :: Lens' UpdateFlowMediaStream Text Source #

The name of the media stream that you want to update.

updateFlowMediaStreamResponse_flowArn :: Lens' UpdateFlowMediaStreamResponse (Maybe Text) Source #

The ARN of the flow that is associated with the media stream that you updated.

UntagResource

untagResource_tagKeys :: Lens' UntagResource [Text] Source #

The keys of the tags to be removed.

untagResource_resourceArn :: Lens' UntagResource Text Source #

The Amazon Resource Name (ARN) that identifies the AWS Elemental MediaConnect resource from which to delete tags.

UpdateFlow

updateFlow_flowArn :: Lens' UpdateFlow Text Source #

The flow that you want to update.

DeleteFlow

deleteFlow_flowArn :: Lens' DeleteFlow Text Source #

The ARN of the flow that you want to delete.

deleteFlowResponse_status :: Lens' DeleteFlowResponse (Maybe Status) Source #

The status of the flow when the DeleteFlow process begins.

deleteFlowResponse_flowArn :: Lens' DeleteFlowResponse (Maybe Text) Source #

The ARN of the flow that was deleted.

UpdateFlowSource

updateFlowSource_entitlementArn :: Lens' UpdateFlowSource (Maybe Text) Source #

The ARN of the entitlement that allows you to subscribe to this flow. The entitlement is set by the flow originator, and the ARN is generated as part of the originator's flow.

updateFlowSource_maxLatency :: Lens' UpdateFlowSource (Maybe Int) Source #

The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.

updateFlowSource_vpcInterfaceName :: Lens' UpdateFlowSource (Maybe Text) Source #

The name of the VPC interface to use for this source.

updateFlowSource_decryption :: Lens' UpdateFlowSource (Maybe UpdateEncryption) Source #

The type of encryption used on the content ingested from this source.

updateFlowSource_maxSyncBuffer :: Lens' UpdateFlowSource (Maybe Int) Source #

The size of the buffer (in milliseconds) to use to sync incoming source data.

updateFlowSource_protocol :: Lens' UpdateFlowSource (Maybe Protocol) Source #

The protocol that is used by the source.

updateFlowSource_minLatency :: Lens' UpdateFlowSource (Maybe Int) Source #

The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.

updateFlowSource_ingestPort :: Lens' UpdateFlowSource (Maybe Int) Source #

The port that the flow will be listening on for incoming content.

updateFlowSource_description :: Lens' UpdateFlowSource (Maybe Text) Source #

A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.

updateFlowSource_mediaStreamSourceConfigurations :: Lens' UpdateFlowSource (Maybe [MediaStreamSourceConfigurationRequest]) Source #

The media streams that are associated with the source, and the parameters for those associations.

updateFlowSource_whitelistCidr :: Lens' UpdateFlowSource (Maybe Text) Source #

The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

updateFlowSource_maxBitrate :: Lens' UpdateFlowSource (Maybe Int) Source #

The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.

updateFlowSource_streamId :: Lens' UpdateFlowSource (Maybe Text) Source #

The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.

updateFlowSource_flowArn :: Lens' UpdateFlowSource Text Source #

The flow that is associated with the source that you want to update.

updateFlowSource_sourceArn :: Lens' UpdateFlowSource Text Source #

The ARN of the source that you want to update.

updateFlowSourceResponse_flowArn :: Lens' UpdateFlowSourceResponse (Maybe Text) Source #

The ARN of the flow that you want to update.

GrantFlowEntitlements

grantFlowEntitlements_flowArn :: Lens' GrantFlowEntitlements Text Source #

The flow that you want to grant entitlements on.

grantFlowEntitlementsResponse_flowArn :: Lens' GrantFlowEntitlementsResponse (Maybe Text) Source #

The ARN of the flow that these entitlements were granted to.

ListReservations

listReservations_nextToken :: Lens' ListReservations (Maybe Text) Source #

The token that identifies which batch of results that you want to see. For example, you submit a ListReservations request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListOfferings request a second time and specify the NextToken value.

listReservations_maxResults :: Lens' ListReservations (Maybe Natural) Source #

The maximum number of results to return per API request. For example, you submit a ListReservations request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page.

listReservationsResponse_nextToken :: Lens' ListReservationsResponse (Maybe Text) Source #

The token that identifies which batch of results that you want to see. For example, you submit a ListReservations request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListReservations request a second time and specify the NextToken value.

listReservationsResponse_reservations :: Lens' ListReservationsResponse (Maybe [Reservation]) Source #

A list of all reservations that have been purchased by this account in the current AWS Region.

ListOfferings

listOfferings_nextToken :: Lens' ListOfferings (Maybe Text) Source #

The token that identifies which batch of results that you want to see. For example, you submit a ListOfferings request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListOfferings request a second time and specify the NextToken value.

listOfferings_maxResults :: Lens' ListOfferings (Maybe Natural) Source #

The maximum number of results to return per API request. For example, you submit a ListOfferings request with MaxResults set at 5. Although 20 items match your request, the service returns no more than the first 5 items. (The service also returns a NextToken value that you can use to fetch the next batch of results.) The service might return fewer results than the MaxResults value. If MaxResults is not included in the request, the service defaults to pagination with a maximum of 10 results per page.

listOfferingsResponse_nextToken :: Lens' ListOfferingsResponse (Maybe Text) Source #

The token that identifies which batch of results that you want to see. For example, you submit a ListOfferings request with MaxResults set at 5. The service returns the first batch of results (up to 5) and a NextToken value. To see the next batch of results, you can submit the ListOfferings request a second time and specify the NextToken value.

listOfferingsResponse_offerings :: Lens' ListOfferingsResponse (Maybe [Offering]) Source #

A list of offerings that are available to this account in the current AWS Region.

Types

AddMediaStreamRequest

addMediaStreamRequest_attributes :: Lens' AddMediaStreamRequest (Maybe MediaStreamAttributesRequest) Source #

The attributes that you want to assign to the new media stream.

addMediaStreamRequest_clockRate :: Lens' AddMediaStreamRequest (Maybe Int) Source #

The sample rate (in Hz) for the stream. If the media stream type is video or ancillary data, set this value to 90000. If the media stream type is audio, set this value to either 48000 or 96000.

addMediaStreamRequest_description :: Lens' AddMediaStreamRequest (Maybe Text) Source #

A description that can help you quickly identify what your media stream is used for.

addMediaStreamRequest_mediaStreamId :: Lens' AddMediaStreamRequest Int Source #

A unique identifier for the media stream.

addMediaStreamRequest_mediaStreamName :: Lens' AddMediaStreamRequest Text Source #

A name that helps you distinguish one media stream from another.

AddOutputRequest

addOutputRequest_destination :: Lens' AddOutputRequest (Maybe Text) Source #

The IP address from which video will be sent to output destinations.

addOutputRequest_maxLatency :: Lens' AddOutputRequest (Maybe Int) Source #

The maximum latency in milliseconds for Zixi-based streams.

addOutputRequest_mediaStreamOutputConfigurations :: Lens' AddOutputRequest (Maybe [MediaStreamOutputConfigurationRequest]) Source #

The media streams that are associated with the output, and the parameters for those associations.

addOutputRequest_encryption :: Lens' AddOutputRequest (Maybe Encryption) Source #

The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).

addOutputRequest_name :: Lens' AddOutputRequest (Maybe Text) Source #

The name of the output. This value must be unique within the current flow.

addOutputRequest_cidrAllowList :: Lens' AddOutputRequest (Maybe [Text]) Source #

The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

addOutputRequest_smoothingLatency :: Lens' AddOutputRequest (Maybe Int) Source #

The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.

addOutputRequest_minLatency :: Lens' AddOutputRequest (Maybe Int) Source #

The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.

addOutputRequest_description :: Lens' AddOutputRequest (Maybe Text) Source #

A description of the output. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the end user.

addOutputRequest_port :: Lens' AddOutputRequest (Maybe Int) Source #

The port to use when content is distributed to this output.

addOutputRequest_streamId :: Lens' AddOutputRequest (Maybe Text) Source #

The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.

addOutputRequest_remoteId :: Lens' AddOutputRequest (Maybe Text) Source #

The remote ID for the Zixi-pull output stream.

addOutputRequest_vpcInterfaceAttachment :: Lens' AddOutputRequest (Maybe VpcInterfaceAttachment) Source #

The name of the VPC interface attachment to use for this output.

addOutputRequest_protocol :: Lens' AddOutputRequest Protocol Source #

The protocol to use for the output.

DestinationConfiguration

destinationConfiguration_destinationIp :: Lens' DestinationConfiguration Text Source #

The IP address where contents of the media stream will be sent.

destinationConfiguration_destinationPort :: Lens' DestinationConfiguration Int Source #

The port to use when the content of the media stream is distributed to the output.

destinationConfiguration_interface :: Lens' DestinationConfiguration Interface Source #

The VPC interface that is used for the media stream associated with the output.

destinationConfiguration_outboundIp :: Lens' DestinationConfiguration Text Source #

The IP address that the receiver requires in order to establish a connection with the flow. This value is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the CDI or ST 2110 JPEG XS protocol.

DestinationConfigurationRequest

destinationConfigurationRequest_destinationIp :: Lens' DestinationConfigurationRequest Text Source #

The IP address where you want MediaConnect to send contents of the media stream.

destinationConfigurationRequest_destinationPort :: Lens' DestinationConfigurationRequest Int Source #

The port that you want MediaConnect to use when it distributes the media stream to the output.

destinationConfigurationRequest_interface :: Lens' DestinationConfigurationRequest InterfaceRequest Source #

The VPC interface that you want to use for the media stream associated with the output.

EncodingParameters

encodingParameters_encoderProfile :: Lens' EncodingParameters EncoderProfile Source #

A setting on the encoder that drives compression settings. This property only applies to video media streams associated with outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol.

encodingParameters_compressionFactor :: Lens' EncodingParameters Double Source #

A value that is used to calculate compression for an output. The bitrate of the output is calculated as follows: Output bitrate = (1 / compressionFactor) * (source bitrate) This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are floating point numbers in the range of 3.0 to 10.0, inclusive.

EncodingParametersRequest

encodingParametersRequest_encoderProfile :: Lens' EncodingParametersRequest EncoderProfile Source #

A setting on the encoder that drives compression settings. This property only applies to video media streams associated with outputs that use the ST 2110 JPEG XS protocol, if at least one source on the flow uses the CDI protocol.

encodingParametersRequest_compressionFactor :: Lens' EncodingParametersRequest Double Source #

A value that is used to calculate compression for an output. The bitrate of the output is calculated as follows: Output bitrate = (1 / compressionFactor) * (source bitrate) This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are floating point numbers in the range of 3.0 to 10.0, inclusive.

Encryption

encryption_keyType :: Lens' Encryption (Maybe KeyType) Source #

The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).

encryption_resourceId :: Lens' Encryption (Maybe Text) Source #

An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.

encryption_url :: Lens' Encryption (Maybe Text) Source #

The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.

encryption_algorithm :: Lens' Encryption (Maybe Algorithm) Source #

The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).

encryption_constantInitializationVector :: Lens' Encryption (Maybe Text) Source #

A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.

encryption_deviceId :: Lens' Encryption (Maybe Text) Source #

The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.

encryption_region :: Lens' Encryption (Maybe Text) Source #

The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.

encryption_secretArn :: Lens' Encryption (Maybe Text) Source #

The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.

encryption_roleArn :: Lens' Encryption Text Source #

The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).

Entitlement

entitlement_dataTransferSubscriberFeePercent :: Lens' Entitlement (Maybe Int) Source #

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

entitlement_encryption :: Lens' Entitlement (Maybe Encryption) Source #

The type of encryption that will be used on the output that is associated with this entitlement.

entitlement_entitlementStatus :: Lens' Entitlement (Maybe EntitlementStatus) Source #

An indication of whether the entitlement is enabled.

entitlement_description :: Lens' Entitlement (Maybe Text) Source #

A description of the entitlement.

entitlement_subscribers :: Lens' Entitlement [Text] Source #

The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.

entitlement_name :: Lens' Entitlement Text Source #

The name of the entitlement.

FailoverConfig

failoverConfig_recoveryWindow :: Lens' FailoverConfig (Maybe Int) Source #

Search window time to look for dash-7 packets

failoverConfig_sourcePriority :: Lens' FailoverConfig (Maybe SourcePriority) Source #

The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.

failoverConfig_failoverMode :: Lens' FailoverConfig (Maybe FailoverMode) Source #

The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.

Flow

flow_mediaStreams :: Lens' Flow (Maybe [MediaStream]) Source #

The media streams that are associated with the flow. After you associate a media stream with a source, you can also associate it with outputs on the flow.

flow_vpcInterfaces :: Lens' Flow (Maybe [VpcInterface]) Source #

The VPC Interfaces for this flow.

flow_sources :: Lens' Flow (Maybe [Source]) Source #

Undocumented member.

flow_egressIp :: Lens' Flow (Maybe Text) Source #

The IP address from which video will be sent to output destinations.

flow_description :: Lens' Flow (Maybe Text) Source #

A description of the flow. This value is not used or seen outside of the current AWS Elemental MediaConnect account.

flow_status :: Lens' Flow Status Source #

The current status of the flow.

flow_entitlements :: Lens' Flow [Entitlement] Source #

The entitlements in this flow.

flow_outputs :: Lens' Flow [Output] Source #

The outputs in this flow.

flow_availabilityZone :: Lens' Flow Text Source #

The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS.

flow_flowArn :: Lens' Flow Text Source #

The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.

flow_source :: Lens' Flow Source Source #

Undocumented member.

flow_name :: Lens' Flow Text Source #

The name of the flow.

Fmtp

fmtp_tcs :: Lens' Fmtp (Maybe Tcs) Source #

The transfer characteristic system (TCS) that is used in the video.

fmtp_exactFramerate :: Lens' Fmtp (Maybe Text) Source #

The frame rate for the video stream, in frames/second. For example: 60000/1001. If you specify a whole number, MediaConnect uses a ratio of N/1. For example, if you specify 60, MediaConnect uses 60/1 as the exactFramerate.

fmtp_par :: Lens' Fmtp (Maybe Text) Source #

The pixel aspect ratio (PAR) of the video.

fmtp_scanMode :: Lens' Fmtp (Maybe ScanMode) Source #

The type of compression that was used to smooth the video’s appearance

fmtp_range :: Lens' Fmtp (Maybe Range) Source #

The encoding range of the video.

fmtp_channelOrder :: Lens' Fmtp (Maybe Text) Source #

The format of the audio channel.

fmtp_colorimetry :: Lens' Fmtp (Maybe Colorimetry) Source #

The format that is used for the representation of color.

FmtpRequest

fmtpRequest_tcs :: Lens' FmtpRequest (Maybe Tcs) Source #

The transfer characteristic system (TCS) that is used in the video.

fmtpRequest_exactFramerate :: Lens' FmtpRequest (Maybe Text) Source #

The frame rate for the video stream, in frames/second. For example: 60000/1001. If you specify a whole number, MediaConnect uses a ratio of N/1. For example, if you specify 60, MediaConnect uses 60/1 as the exactFramerate.

fmtpRequest_par :: Lens' FmtpRequest (Maybe Text) Source #

The pixel aspect ratio (PAR) of the video.

fmtpRequest_scanMode :: Lens' FmtpRequest (Maybe ScanMode) Source #

The type of compression that was used to smooth the video’s appearance.

fmtpRequest_range :: Lens' FmtpRequest (Maybe Range) Source #

The encoding range of the video.

fmtpRequest_channelOrder :: Lens' FmtpRequest (Maybe Text) Source #

The format of the audio channel.

fmtpRequest_colorimetry :: Lens' FmtpRequest (Maybe Colorimetry) Source #

The format that is used for the representation of color.

GrantEntitlementRequest

grantEntitlementRequest_dataTransferSubscriberFeePercent :: Lens' GrantEntitlementRequest (Maybe Int) Source #

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

grantEntitlementRequest_encryption :: Lens' GrantEntitlementRequest (Maybe Encryption) Source #

The type of encryption that will be used on the output that is associated with this entitlement.

grantEntitlementRequest_name :: Lens' GrantEntitlementRequest (Maybe Text) Source #

The name of the entitlement. This value must be unique within the current flow.

grantEntitlementRequest_entitlementStatus :: Lens' GrantEntitlementRequest (Maybe EntitlementStatus) Source #

An indication of whether the new entitlement should be enabled or disabled as soon as it is created. If you don’t specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED.

grantEntitlementRequest_description :: Lens' GrantEntitlementRequest (Maybe Text) Source #

A description of the entitlement. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the subscriber or end user.

grantEntitlementRequest_subscribers :: Lens' GrantEntitlementRequest [Text] Source #

The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flows using your content as the source.

InputConfiguration

inputConfiguration_inputPort :: Lens' InputConfiguration Int Source #

The port that the flow listens on for an incoming media stream.

inputConfiguration_inputIp :: Lens' InputConfiguration Text Source #

The IP address that the flow listens on for incoming content for a media stream.

inputConfiguration_interface :: Lens' InputConfiguration Interface Source #

The VPC interface where the media stream comes in from.

InputConfigurationRequest

inputConfigurationRequest_inputPort :: Lens' InputConfigurationRequest Int Source #

The port that you want the flow to listen on for an incoming media stream.

inputConfigurationRequest_interface :: Lens' InputConfigurationRequest InterfaceRequest Source #

The VPC interface that you want to use for the incoming media stream.

Interface

interface_name :: Lens' Interface Text Source #

The name of the VPC interface.

InterfaceRequest

interfaceRequest_name :: Lens' InterfaceRequest Text Source #

The name of the VPC interface.

ListedEntitlement

listedEntitlement_dataTransferSubscriberFeePercent :: Lens' ListedEntitlement (Maybe Int) Source #

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

ListedFlow

listedFlow_status :: Lens' ListedFlow Status Source #

The current status of the flow.

listedFlow_description :: Lens' ListedFlow Text Source #

A description of the flow.

listedFlow_sourceType :: Lens' ListedFlow SourceType Source #

The type of source. This value is either owned (originated somewhere other than an AWS Elemental MediaConnect flow owned by another AWS account) or entitled (originated at an AWS Elemental MediaConnect flow owned by another AWS account).

listedFlow_availabilityZone :: Lens' ListedFlow Text Source #

The Availability Zone that the flow was created in.

listedFlow_name :: Lens' ListedFlow Text Source #

The name of the flow.

MediaStream

mediaStream_videoFormat :: Lens' MediaStream (Maybe Text) Source #

The resolution of the video.

mediaStream_attributes :: Lens' MediaStream (Maybe MediaStreamAttributes) Source #

Attributes that are related to the media stream.

mediaStream_clockRate :: Lens' MediaStream (Maybe Int) Source #

The sample rate for the stream. This value is measured in Hz.

mediaStream_description :: Lens' MediaStream (Maybe Text) Source #

A description that can help you quickly identify what your media stream is used for.

mediaStream_mediaStreamId :: Lens' MediaStream Int Source #

A unique identifier for the media stream.

mediaStream_mediaStreamName :: Lens' MediaStream Text Source #

A name that helps you distinguish one media stream from another.

mediaStream_fmt :: Lens' MediaStream Int Source #

The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.

MediaStreamAttributes

mediaStreamAttributes_lang :: Lens' MediaStreamAttributes (Maybe Text) Source #

The audio language, in a format that is recognized by the receiver.

mediaStreamAttributes_fmtp :: Lens' MediaStreamAttributes Fmtp Source #

A set of parameters that define the media stream.

MediaStreamAttributesRequest

mediaStreamAttributesRequest_lang :: Lens' MediaStreamAttributesRequest (Maybe Text) Source #

The audio language, in a format that is recognized by the receiver.

mediaStreamAttributesRequest_fmtp :: Lens' MediaStreamAttributesRequest (Maybe FmtpRequest) Source #

The settings that you want to use to define the media stream.

MediaStreamOutputConfiguration

mediaStreamOutputConfiguration_destinationConfigurations :: Lens' MediaStreamOutputConfiguration (Maybe [DestinationConfiguration]) Source #

The transport parameters that are associated with each outbound media stream.

mediaStreamOutputConfiguration_encodingName :: Lens' MediaStreamOutputConfiguration EncodingName Source #

The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.

MediaStreamOutputConfigurationRequest

mediaStreamOutputConfigurationRequest_encodingParameters :: Lens' MediaStreamOutputConfigurationRequest (Maybe EncodingParametersRequest) Source #

A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.

mediaStreamOutputConfigurationRequest_mediaStreamName :: Lens' MediaStreamOutputConfigurationRequest Text Source #

The name of the media stream that is associated with the output.

mediaStreamOutputConfigurationRequest_encodingName :: Lens' MediaStreamOutputConfigurationRequest EncodingName Source #

The format that will be used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.

MediaStreamSourceConfiguration

mediaStreamSourceConfiguration_inputConfigurations :: Lens' MediaStreamSourceConfiguration (Maybe [InputConfiguration]) Source #

The transport parameters that are associated with an incoming media stream.

mediaStreamSourceConfiguration_encodingName :: Lens' MediaStreamSourceConfiguration EncodingName Source #

The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.

MediaStreamSourceConfigurationRequest

mediaStreamSourceConfigurationRequest_encodingName :: Lens' MediaStreamSourceConfigurationRequest EncodingName Source #

The format you want to use to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.

Messages

messages_errors :: Lens' Messages [Text] Source #

A list of errors that might have been generated from processes on this flow.

Offering

offering_currencyCode :: Lens' Offering Text Source #

The type of currency that is used for billing. The currencyCode used for all reservations is US dollars.

offering_offeringArn :: Lens' Offering Text Source #

The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.

offering_offeringDescription :: Lens' Offering Text Source #

A description of the offering.

offering_durationUnits :: Lens' Offering DurationUnits Source #

The unit of measurement for the duration of the offering.

offering_duration :: Lens' Offering Int Source #

The length of time that your reservation would be active.

offering_pricePerUnit :: Lens' Offering Text Source #

The cost of a single unit. This value, in combination with priceUnits, makes up the rate.

offering_resourceSpecification :: Lens' Offering ResourceSpecification Source #

A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.

offering_priceUnits :: Lens' Offering PriceUnits Source #

The unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate.

Output

output_entitlementArn :: Lens' Output (Maybe Text) Source #

The ARN of the entitlement on the originator''s flow. This value is relevant only on entitled flows.

output_dataTransferSubscriberFeePercent :: Lens' Output (Maybe Int) Source #

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

output_destination :: Lens' Output (Maybe Text) Source #

The address where you want to send the output.

output_mediaStreamOutputConfigurations :: Lens' Output (Maybe [MediaStreamOutputConfiguration]) Source #

The configuration for each media stream that is associated with the output.

output_mediaLiveInputArn :: Lens' Output (Maybe Text) Source #

The input ARN of the AWS Elemental MediaLive channel. This parameter is relevant only for outputs that were added by creating a MediaLive input.

output_encryption :: Lens' Output (Maybe Encryption) Source #

The type of key used for the encryption. If no keyType is provided, the service will use the default setting (static-key).

output_listenerAddress :: Lens' Output (Maybe Text) Source #

The IP address that the receiver requires in order to establish a connection with the flow. For public networking, the ListenerAddress is represented by the elastic IP address of the flow. For private networking, the ListenerAddress is represented by the elastic network interface IP address of the VPC. This field applies only to outputs that use the Zixi pull or SRT listener protocol.

output_transport :: Lens' Output (Maybe Transport) Source #

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

output_description :: Lens' Output (Maybe Text) Source #

A description of the output.

output_port :: Lens' Output (Maybe Int) Source #

The port to use when content is distributed to this output.

output_vpcInterfaceAttachment :: Lens' Output (Maybe VpcInterfaceAttachment) Source #

The name of the VPC interface attachment to use for this output.

output_outputArn :: Lens' Output Text Source #

The ARN of the output.

output_name :: Lens' Output Text Source #

The name of the output. This value must be unique within the current flow.

Reservation

reservation_currencyCode :: Lens' Reservation Text Source #

The type of currency that is used for billing. The currencyCode used for your reservation is US dollars.

reservation_offeringArn :: Lens' Reservation Text Source #

The Amazon Resource Name (ARN) that MediaConnect assigns to the offering.

reservation_reservationArn :: Lens' Reservation Text Source #

The Amazon Resource Name (ARN) that MediaConnect assigns to the reservation when you purchase an offering.

reservation_start :: Lens' Reservation Text Source #

The day and time that the reservation becomes active. You set this value when you purchase the offering.

reservation_offeringDescription :: Lens' Reservation Text Source #

A description of the offering. MediaConnect defines this value in the offering.

reservation_reservationName :: Lens' Reservation Text Source #

The name that you assigned to the reservation when you purchased the offering.

reservation_end :: Lens' Reservation Text Source #

The day and time that this reservation expires. This value is calculated based on the start date and time that you set and the offering's duration.

reservation_duration :: Lens' Reservation Int Source #

The length of time that this reservation is active. MediaConnect defines this value in the offering.

reservation_durationUnits :: Lens' Reservation DurationUnits Source #

The unit of measurement for the duration of the reservation. MediaConnect defines this value in the offering.

reservation_pricePerUnit :: Lens' Reservation Text Source #

The cost of a single unit. This value, in combination with priceUnits, makes up the rate. MediaConnect defines this value in the offering.

reservation_resourceSpecification :: Lens' Reservation ResourceSpecification Source #

A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering. MediaConnect defines the values that make up the resourceSpecification in the offering.

reservation_priceUnits :: Lens' Reservation PriceUnits Source #

The unit of measurement that is used for billing. This value, in combination with pricePerUnit, makes up the rate. MediaConnect defines this value in the offering.

ResourceSpecification

resourceSpecification_reservedBitrate :: Lens' ResourceSpecification (Maybe Int) Source #

The amount of outbound bandwidth that is discounted in the offering.

resourceSpecification_resourceType :: Lens' ResourceSpecification ResourceType Source #

The type of resource and the unit that is being billed for.

SetSourceRequest

setSourceRequest_entitlementArn :: Lens' SetSourceRequest (Maybe Text) Source #

The ARN of the entitlement that allows you to subscribe to this flow. The entitlement is set by the flow originator, and the ARN is generated as part of the originator's flow.

setSourceRequest_maxLatency :: Lens' SetSourceRequest (Maybe Int) Source #

The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.

setSourceRequest_vpcInterfaceName :: Lens' SetSourceRequest (Maybe Text) Source #

The name of the VPC interface to use for this source.

setSourceRequest_decryption :: Lens' SetSourceRequest (Maybe Encryption) Source #

The type of encryption that is used on the content ingested from this source.

setSourceRequest_maxSyncBuffer :: Lens' SetSourceRequest (Maybe Int) Source #

The size of the buffer (in milliseconds) to use to sync incoming source data.

setSourceRequest_protocol :: Lens' SetSourceRequest (Maybe Protocol) Source #

The protocol that is used by the source.

setSourceRequest_minLatency :: Lens' SetSourceRequest (Maybe Int) Source #

The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.

setSourceRequest_ingestPort :: Lens' SetSourceRequest (Maybe Int) Source #

The port that the flow will be listening on for incoming content.

setSourceRequest_description :: Lens' SetSourceRequest (Maybe Text) Source #

A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.

setSourceRequest_mediaStreamSourceConfigurations :: Lens' SetSourceRequest (Maybe [MediaStreamSourceConfigurationRequest]) Source #

The media streams that are associated with the source, and the parameters for those associations.

setSourceRequest_whitelistCidr :: Lens' SetSourceRequest (Maybe Text) Source #

The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

setSourceRequest_maxBitrate :: Lens' SetSourceRequest (Maybe Int) Source #

The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.

setSourceRequest_streamId :: Lens' SetSourceRequest (Maybe Text) Source #

The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.

Source

source_entitlementArn :: Lens' Source (Maybe Text) Source #

The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.

source_dataTransferSubscriberFeePercent :: Lens' Source (Maybe Int) Source #

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

source_vpcInterfaceName :: Lens' Source (Maybe Text) Source #

The name of the VPC interface that is used for this source.

source_decryption :: Lens' Source (Maybe Encryption) Source #

The type of encryption that is used on the content ingested from this source.

source_ingestIp :: Lens' Source (Maybe Text) Source #

The IP address that the flow will be listening on for incoming content.

source_ingestPort :: Lens' Source (Maybe Int) Source #

The port that the flow will be listening on for incoming content.

source_transport :: Lens' Source (Maybe Transport) Source #

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

source_description :: Lens' Source (Maybe Text) Source #

A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.

source_mediaStreamSourceConfigurations :: Lens' Source (Maybe [MediaStreamSourceConfiguration]) Source #

The media streams that are associated with the source, and the parameters for those associations.

source_whitelistCidr :: Lens' Source (Maybe Text) Source #

The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

source_sourceArn :: Lens' Source Text Source #

The ARN of the source.

source_name :: Lens' Source Text Source #

The name of the source.

SourcePriority

sourcePriority_primarySource :: Lens' SourcePriority (Maybe Text) Source #

The name of the source you choose as the primary source for this flow.

Transport

transport_maxLatency :: Lens' Transport (Maybe Int) Source #

The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.

transport_maxSyncBuffer :: Lens' Transport (Maybe Int) Source #

The size of the buffer (in milliseconds) to use to sync incoming source data.

transport_cidrAllowList :: Lens' Transport (Maybe [Text]) Source #

The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

transport_smoothingLatency :: Lens' Transport (Maybe Int) Source #

The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.

transport_minLatency :: Lens' Transport (Maybe Int) Source #

The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.

transport_maxBitrate :: Lens' Transport (Maybe Int) Source #

The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.

transport_streamId :: Lens' Transport (Maybe Text) Source #

The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.

transport_remoteId :: Lens' Transport (Maybe Text) Source #

The remote ID for the Zixi-pull stream.

transport_protocol :: Lens' Transport Protocol Source #

The protocol that is used by the source or output.

UpdateEncryption

updateEncryption_keyType :: Lens' UpdateEncryption (Maybe KeyType) Source #

The type of key that is used for the encryption. If no keyType is provided, the service will use the default setting (static-key).

updateEncryption_resourceId :: Lens' UpdateEncryption (Maybe Text) Source #

An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.

updateEncryption_url :: Lens' UpdateEncryption (Maybe Text) Source #

The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.

updateEncryption_algorithm :: Lens' UpdateEncryption (Maybe Algorithm) Source #

The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).

updateEncryption_constantInitializationVector :: Lens' UpdateEncryption (Maybe Text) Source #

A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.

updateEncryption_deviceId :: Lens' UpdateEncryption (Maybe Text) Source #

The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.

updateEncryption_region :: Lens' UpdateEncryption (Maybe Text) Source #

The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.

updateEncryption_secretArn :: Lens' UpdateEncryption (Maybe Text) Source #

The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.

updateEncryption_roleArn :: Lens' UpdateEncryption (Maybe Text) Source #

The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted entity).

UpdateFailoverConfig

updateFailoverConfig_recoveryWindow :: Lens' UpdateFailoverConfig (Maybe Int) Source #

Recovery window time to look for dash-7 packets

updateFailoverConfig_sourcePriority :: Lens' UpdateFailoverConfig (Maybe SourcePriority) Source #

The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.

updateFailoverConfig_failoverMode :: Lens' UpdateFailoverConfig (Maybe FailoverMode) Source #

The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.

VpcInterface

vpcInterface_networkInterfaceIds :: Lens' VpcInterface [Text] Source #

IDs of the network interfaces created in customer's account by MediaConnect.

vpcInterface_subnetId :: Lens' VpcInterface Text Source #

Subnet must be in the AZ of the Flow

vpcInterface_securityGroupIds :: Lens' VpcInterface [Text] Source #

Security Group IDs to be used on ENI.

vpcInterface_roleArn :: Lens' VpcInterface Text Source #

Role Arn MediaConnect can assumes to create ENIs in customer's account

vpcInterface_name :: Lens' VpcInterface Text Source #

Immutable and has to be a unique against other VpcInterfaces in this Flow

VpcInterfaceAttachment

vpcInterfaceAttachment_vpcInterfaceName :: Lens' VpcInterfaceAttachment (Maybe Text) Source #

The name of the VPC interface to use for this output.

VpcInterfaceRequest

vpcInterfaceRequest_networkInterfaceType :: Lens' VpcInterfaceRequest (Maybe NetworkInterfaceType) Source #

The type of network interface. If this value is not included in the request, MediaConnect uses ENA as the networkInterfaceType.

vpcInterfaceRequest_subnetId :: Lens' VpcInterfaceRequest Text Source #

Subnet must be in the AZ of the Flow

vpcInterfaceRequest_roleArn :: Lens' VpcInterfaceRequest Text Source #

Role Arn MediaConnect can assumes to create ENIs in customer's account

vpcInterfaceRequest_name :: Lens' VpcInterfaceRequest Text Source #

The name of the VPC Interface. This value must be unique within the current flow.