Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SetSourceRequest = SetSourceRequest' {
- entitlementArn :: Maybe Text
- maxLatency :: Maybe Int
- vpcInterfaceName :: Maybe Text
- decryption :: Maybe Encryption
- maxSyncBuffer :: Maybe Int
- protocol :: Maybe Protocol
- name :: Maybe Text
- minLatency :: Maybe Int
- ingestPort :: Maybe Int
- description :: Maybe Text
- mediaStreamSourceConfigurations :: Maybe [MediaStreamSourceConfigurationRequest]
- whitelistCidr :: Maybe Text
- maxBitrate :: Maybe Int
- streamId :: Maybe Text
- newSetSourceRequest :: SetSourceRequest
- setSourceRequest_entitlementArn :: Lens' SetSourceRequest (Maybe Text)
- setSourceRequest_maxLatency :: Lens' SetSourceRequest (Maybe Int)
- setSourceRequest_vpcInterfaceName :: Lens' SetSourceRequest (Maybe Text)
- setSourceRequest_decryption :: Lens' SetSourceRequest (Maybe Encryption)
- setSourceRequest_maxSyncBuffer :: Lens' SetSourceRequest (Maybe Int)
- setSourceRequest_protocol :: Lens' SetSourceRequest (Maybe Protocol)
- setSourceRequest_name :: Lens' SetSourceRequest (Maybe Text)
- setSourceRequest_minLatency :: Lens' SetSourceRequest (Maybe Int)
- setSourceRequest_ingestPort :: Lens' SetSourceRequest (Maybe Int)
- setSourceRequest_description :: Lens' SetSourceRequest (Maybe Text)
- setSourceRequest_mediaStreamSourceConfigurations :: Lens' SetSourceRequest (Maybe [MediaStreamSourceConfigurationRequest])
- setSourceRequest_whitelistCidr :: Lens' SetSourceRequest (Maybe Text)
- setSourceRequest_maxBitrate :: Lens' SetSourceRequest (Maybe Int)
- setSourceRequest_streamId :: Lens' SetSourceRequest (Maybe Text)
Documentation
data SetSourceRequest Source #
The settings for the source of the flow.
See: newSetSourceRequest
smart constructor.
SetSourceRequest' | |
|
Instances
newSetSourceRequest :: SetSourceRequest Source #
Create a value of SetSourceRequest
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:entitlementArn:SetSourceRequest'
, setSourceRequest_entitlementArn
- 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.
$sel:maxLatency:SetSourceRequest'
, setSourceRequest_maxLatency
- The maximum latency in milliseconds. This parameter applies only to
RIST-based and Zixi-based streams.
$sel:vpcInterfaceName:SetSourceRequest'
, setSourceRequest_vpcInterfaceName
- The name of the VPC interface to use for this source.
$sel:decryption:SetSourceRequest'
, setSourceRequest_decryption
- The type of encryption that is used on the content ingested from this
source.
$sel:maxSyncBuffer:SetSourceRequest'
, setSourceRequest_maxSyncBuffer
- The size of the buffer (in milliseconds) to use to sync incoming source
data.
$sel:protocol:SetSourceRequest'
, setSourceRequest_protocol
- The protocol that is used by the source.
$sel:name:SetSourceRequest'
, setSourceRequest_name
- The name of the source.
$sel:minLatency:SetSourceRequest'
, setSourceRequest_minLatency
- 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.
$sel:ingestPort:SetSourceRequest'
, setSourceRequest_ingestPort
- The port that the flow will be listening on for incoming content.
$sel:description:SetSourceRequest'
, setSourceRequest_description
- A description for the source. This value is not used or seen outside of
the current AWS Elemental MediaConnect account.
$sel:mediaStreamSourceConfigurations:SetSourceRequest'
, setSourceRequest_mediaStreamSourceConfigurations
- The media streams that are associated with the source, and the
parameters for those associations.
$sel:whitelistCidr:SetSourceRequest'
, setSourceRequest_whitelistCidr
- 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.
$sel:maxBitrate:SetSourceRequest'
, setSourceRequest_maxBitrate
- The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.
$sel:streamId:SetSourceRequest'
, setSourceRequest_streamId
- The stream ID that you want to use for this transport. This parameter
applies only to Zixi-based streams.
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_name :: Lens' SetSourceRequest (Maybe Text) Source #
The name of 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.