Module Values.UpdateFlowSourceRequestSource

Updates the source of a flow. Because UpdateFlowSources and UpdateFlow are separate operations, you can't change both the source type AND the flow size in a single request. If you have a MEDIUM flow and you want to change the flow source to NDI®: First, use the UpdateFlow operation to upgrade the flow size to LARGE. After that, you can then use the UpdateFlowSource operation to configure the NDI source. If you're switching from an NDI source to a transport stream (TS) source and want to downgrade the flow size: First, use the UpdateFlowSource operation to change the flow source type. After that, you can then use the UpdateFlow operation to downgrade the flow size to MEDIUM.

Sourcetype nonrec t = {
  1. decryption : UpdateEncryption.t option;
    (*

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

    *)
  2. description : String_.t option;
    (*

    A description of the source. This description is not visible outside of the current Amazon Web Services account.

    *)
  3. entitlementArn : UpdateFlowSourceRequestEntitlementArnString.t option;
    (*

    The Amazon Resource Name (ARN) of the entitlement that allows you to subscribe to the flow. The entitlement is set by the content originator, and the ARN is generated as part of the originator's flow.

    *)
  4. flowArn : UpdateFlowSourceRequestFlowArnString.t;
    (*

    The ARN of the flow that you want to update.

    *)
  5. ingestPort : Integer.t option;
    (*

    The port that the flow listens on for incoming content. If the protocol of the source is Zixi, the port must be set to 2088.

    *)
  6. maxBitrate : Integer.t option;
    (*

    The maximum bitrate for RIST, RTP, and RTP-FEC streams.

    *)
  7. maxLatency : Integer.t option;
    (*

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

    *)
  8. maxSyncBuffer : Integer.t option;
    (*

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

    *)
  9. mediaStreamSourceConfigurations : MediaStreamSourceConfigurationRequest.t list option;
    (*

    The media stream that is associated with the source, and the parameters for that association.

    *)
  10. minLatency : Integer.t option;
    (*

    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.

    *)
  11. protocol : Protocol.t option;
    (*

    The protocol that the source uses to deliver the content to MediaConnect. Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.

    *)
  12. senderControlPort : Integer.t option;
    (*

    The port that the flow uses to send outbound requests to initiate connection with the sender.

    *)
  13. senderIpAddress : String_.t option;
    (*

    The IP address that the flow communicates with to initiate connection with the sender.

    *)
  14. sourceArn : UpdateFlowSourceRequestSourceArnString.t;
    (*

    The ARN of the source that you want to update.

    *)
  15. sourceListenerAddress : String_.t option;
    (*

    The source IP or domain name for SRT-caller protocol.

    *)
  16. sourceListenerPort : Integer.t option;
    (*

    Source port for SRT-caller protocol.

    *)
  17. streamId : String_.t option;
    (*

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

    *)
  18. vpcInterfaceName : String_.t option;
    (*

    The name of the VPC interface that you want to send your output to.

    *)
  19. whitelistCidr : String_.t option;
    (*

    The range of IP addresses that are allowed to contribute content to your source. Format the IP addresses as a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

    *)
  20. gatewayBridgeSource : UpdateGatewayBridgeSourceRequest.t option;
    (*

    The source configuration for cloud flows receiving a stream from a bridge.

    *)
  21. ndiSourceSettings : NdiSourceSettings.t option;
    (*

    The settings for the NDI source. This includes the exact name of the upstream NDI sender that you want to connect to your source.

    *)
  22. routerIntegrationState : State.t option;
    (*

    Indicates whether to enable or disable router integration for this flow source.

    *)
  23. routerIntegrationTransitDecryption : FlowTransitEncryption.t option;
    (*

    The encryption configuration for the flow source when router integration is enabled.

    *)
}
Sourceval context_ : string
Sourceval make : ?decryption:??? -> ?description:??? -> ?entitlementArn:??? -> ?ingestPort:??? -> ?maxBitrate:??? -> ?maxLatency:??? -> ?maxSyncBuffer:??? -> ?mediaStreamSourceConfigurations:??? -> ?minLatency:??? -> ?protocol:??? -> ?senderControlPort:??? -> ?senderIpAddress:??? -> ?sourceListenerAddress:??? -> ?sourceListenerPort:??? -> ?streamId:??? -> ?vpcInterfaceName:??? -> ?whitelistCidr:??? -> ?gatewayBridgeSource:??? -> ?ndiSourceSettings:??? -> ?routerIntegrationState:??? -> ?routerIntegrationTransitDecryption:??? -> flowArn:UpdateFlowSourceRequestFlowArnString.t -> sourceArn:UpdateFlowSourceRequestSourceArnString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Integer of Integer.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] list | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of SecretArn.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t