Module Values.RouterInputSource

A router input in AWS Elemental MediaConnect. A router input is a source of media content that can be routed to one or more router outputs.

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

    The name of the router input.

    *)
  2. arn : RouterInputArn.t option;
    (*

    The Amazon Resource Name (ARN) of the router input.

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

    The unique identifier of the router input.

    *)
  4. state : RouterInputState.t option;
    (*

    The current state of the router input.

    *)
  5. inputType : RouterInputType.t option;
    (*

    The type of the router input.

    *)
  6. configuration : RouterInputConfiguration.t option;
  7. routedOutputs : Integer.t option;
    (*

    The number of router outputs associated with the router input.

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

    The maximum number of outputs that can be simultaneously routed to this input.

    *)
  9. regionName : String_.t option;
    (*

    The Amazon Web Services Region where the router input is located.

    *)
  10. availabilityZone : String_.t option;
    (*

    The Availability Zone of the router input.

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

    The maximum bitrate for the router input.

    *)
  12. tier : RouterInputTier.t option;
    (*

    The tier level of the router input.

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

    Indicates whether the router input is configured for Regional or global routing.

    *)
  14. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp when the router input was created.

    *)
  15. updatedAt : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp when the router input was last updated.

    *)
  16. messages : RouterInputMessages.t option;
    (*

    The messages associated with the router input.

    *)
  17. transitEncryption : RouterInputTransitEncryption.t option;
  18. tags : (String_.t * String_.t) list option;
    (*

    Key-value pairs that can be used to tag and organize this router input.

    *)
  19. streamDetails : RouterInputStreamDetails.t option;
  20. ipAddress : String_.t option;
    (*

    The IP address of the router input.

    *)
  21. maintenanceType : MaintenanceType.t option;
    (*

    The type of maintenance configuration applied to this router input.

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

    The maintenance configuration settings applied to this router input.

    *)
  23. maintenanceScheduleType : MaintenanceScheduleType.t option;
    (*

    The type of maintenance schedule currently in effect for this router input.

    *)
  24. maintenanceSchedule : MaintenanceSchedule.t option;
    (*

    The current maintenance schedule details for this router input.

    *)
}
Sourceval make : ?name:??? -> ?arn:??? -> ?id:??? -> ?state:??? -> ?inputType:??? -> ?configuration:??? -> ?routedOutputs:??? -> ?maximumRoutedOutputs:??? -> ?regionName:??? -> ?availabilityZone:??? -> ?maximumBitrate:??? -> ?tier:??? -> ?routingScope:??? -> ?createdAt:??? -> ?updatedAt:??? -> ?messages:??? -> ?transitEncryption:??? -> ?tags:??? -> ?streamDetails:??? -> ?ipAddress:??? -> ?maintenanceType:??? -> ?maintenanceConfiguration:??? -> ?maintenanceScheduleType:??? -> ?maintenanceSchedule:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `Long of Long.t | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of String_.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of FailoverRouterInputConfigurationPrimarySourceIndexInteger.t | `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of RistRouterInputConfigurationPortInteger.t | `Long of RistRouterInputConfigurationRecoveryLatencyMillisecondsLong.t | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `String of SecretArn.t ]) list ]) list ]) list ]) list ] list | `Long of Long.t | `String of RouterNetworkInterfaceArn.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `String of SecretArn.t | `Structure of (string * [> `Enum of string | `Integer of RistRouterInputConfigurationPortInteger.t | `Long of RistRouterInputConfigurationRecoveryLatencyMillisecondsLong.t | `String of String_.t | `Structure of (string * [> `String of SecretArn.t | `Structure of (string * [> `String of SecretArn.t ]) list ]) list ]) list ]) list | `Timestamp of SyntheticTimestamp_date_time.t ]) list ]) list | `Timestamp of SyntheticTimestamp_date_time.t ]) 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