Module Values.UpdateFlowOutputRequestSource

Updates an existing flow output.

Sourcetype nonrec t = {
  1. cidrAllowList : String_.t list option;
    (*

    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.

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

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

    *)
  3. destination : String_.t option;
    (*

    The IP address where you want to send the output.

    *)
  4. encryption : UpdateEncryption.t option;
    (*

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

    *)
  5. flowArn : UpdateFlowOutputRequestFlowArnString.t;
    (*

    The Amazon Resource Name (ARN) of the flow that is associated with the output that you want to update.

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

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

    *)
  7. mediaStreamOutputConfigurations : MediaStreamOutputConfigurationRequest.t list option;
    (*

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

    *)
  8. 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.

    *)
  9. outputArn : UpdateFlowOutputRequestOutputArnString.t;
    (*

    The ARN of the output that you want to update.

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

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

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

    The protocol to use for the output. Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.

    *)
  12. remoteId : String_.t option;
    (*

    The remote ID for the Zixi-pull stream.

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

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

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

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

    *)
  15. smoothingLatency : Integer.t option;
    (*

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

    *)
  16. 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.

    *)
  17. vpcInterfaceAttachment : VpcInterfaceAttachment.t option;
    (*

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

    *)
  18. outputStatus : OutputStatus.t option;
    (*

    An indication of whether the output should transmit data or not. If you don't specify the outputStatus field in your request, MediaConnect leaves the value unchanged.

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

    A suffix for the name of the NDI® sender that the flow creates. If a custom name isn't specified, MediaConnect uses the output name.

    *)
  20. ndiSpeedHqQuality : Integer.t option;
    (*

    A quality setting for the NDI Speed HQ encoder.

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

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

    *)
  22. routerIntegrationTransitEncryption : FlowTransitEncryption.t option;
}
Sourceval context_ : string
Sourceval make : ?cidrAllowList:??? -> ?description:??? -> ?destination:??? -> ?encryption:??? -> ?maxLatency:??? -> ?mediaStreamOutputConfigurations:??? -> ?minLatency:??? -> ?port:??? -> ?protocol:??? -> ?remoteId:??? -> ?senderControlPort:??? -> ?senderIpAddress:??? -> ?smoothingLatency:??? -> ?streamId:??? -> ?vpcInterfaceAttachment:??? -> ?outputStatus:??? -> ?ndiProgramName:??? -> ?ndiSpeedHqQuality:??? -> ?routerIntegrationState:??? -> ?routerIntegrationTransitEncryption:??? -> flowArn:UpdateFlowOutputRequestFlowArnString.t -> outputArn:UpdateFlowOutputRequestOutputArnString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Double of Double.t | `Enum of string ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `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