Module Values.UpdateRouterNetworkInterfaceRequestSource

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

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

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

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

    The updated name for the router network interface.

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

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

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?configuration:??? -> arn:RouterNetworkInterfaceArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RouterNetworkInterfaceArn.t | `Structure of (string * [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) 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