Module Values.UpdateRouterOutputRequestSource

Updates the configuration of an existing router output in AWS Elemental MediaConnect.

Sourcetype nonrec t = {
  1. arn : RouterOutputArn.t;
    (*

    The Amazon Resource Name (ARN) of the router output that you want to update.

    *)
  2. name : UpdateRouterOutputRequestNameString.t option;
    (*

    The updated name for the router output.

    *)
  3. configuration : RouterOutputConfiguration.t option;
    (*

    The updated configuration settings for the router output. Changing the type of the configuration is not supported.

    *)
  4. maximumBitrate : Long.t option;
    (*

    The updated maximum bitrate for the router output.

    *)
  5. routingScope : RoutingScope.t option;
    (*

    Specifies whether the router output can take inputs that are in different Regions. REGIONAL (default) - can only take inputs from same Region. GLOBAL - can take inputs from any Region.

    *)
  6. tier : RouterOutputTier.t option;
    (*

    The updated tier level for the router output.

    *)
  7. maintenanceConfiguration : MaintenanceConfiguration.t option;
    (*

    The updated maintenance configuration settings for the router output, including any changes to preferred maintenance windows and schedules.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?configuration:??? -> ?maximumBitrate:??? -> ?routingScope:??? -> ?tier:??? -> ?maintenanceConfiguration:??? -> arn:RouterOutputArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Long of Long.t | `String of RouterOutputArn.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of RouterNetworkInterfaceArn.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of RistRouterOutputConfigurationDestinationPortInteger.t | `Long of SrtListenerRouterOutputConfigurationMinimumLatencyMillisecondsLong.t | `String of String_.t | `Structure of (string * [> `String of SecretArn.t | `Structure of (string * [> `String of SecretArn.t ]) list ]) list ]) list ]) 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