Module Values.ChannelSource

Placeholder documentation for Channel

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

    The unique arn of the channel.

    *)
  2. cdiInputSpecification : CdiInputSpecification.t option;
    (*

    Specification of CDI inputs for this channel

    *)
  3. channelClass : ChannelClass.t option;
    (*

    The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.

    *)
  4. destinations : OutputDestination.t list option;
    (*

    A list of destinations of the channel. For UDP outputs, there is one destination per output. For other types (HLS, for example), there is one destination per packager.

    *)
  5. egressEndpoints : ChannelEgressEndpoint.t list option;
    (*

    The endpoints where outgoing connections initiate from

    *)
  6. encoderSettings : EncoderSettings.t option;
  7. id : string option;
    (*

    The unique id of the channel.

    *)
  8. inputAttachments : InputAttachment.t list option;
    (*

    List of input attachments for channel.

    *)
  9. inputSpecification : InputSpecification.t option;
    (*

    Specification of network and file inputs for this channel

    *)
  10. logLevel : LogLevel.t option;
    (*

    The log level being written to CloudWatch Logs.

    *)
  11. maintenance : MaintenanceStatus.t option;
    (*

    Maintenance settings for this channel.

    *)
  12. name : string option;
    (*

    The name of the channel. (user-mutable)

    *)
  13. pipelineDetails : PipelineDetail.t list option;
    (*

    Runtime details for the pipelines of a running channel.

    *)
  14. pipelinesRunningCount : int option;
    (*

    The number of currently healthy pipelines.

    *)
  15. roleArn : string option;
    (*

    The Amazon Resource Name (ARN) of the role assumed when running the Channel.

    *)
  16. state : ChannelState.t option;
  17. tags : Tags.t option;
    (*

    A collection of key-value pairs.

    *)
  18. vpc : VpcOutputSettingsDescription.t option;
    (*

    Settings for VPC output

    *)
  19. anywhereSettings : DescribeAnywhereSettings.t option;
    (*

    Anywhere settings for this channel.

    *)
  20. channelEngineVersion : ChannelEngineVersionResponse.t option;
    (*

    Requested engine version for this channel.

    *)
  21. linkedChannelSettings : DescribeLinkedChannelSettings.t option;
    (*

    Linked Channel Settings for this channel.

    *)
  22. channelSecurityGroups : string list option;
    (*

    A list of IDs for all the Input Security Groups attached to the channel.

    *)
  23. inferenceSettings : DescribeInferenceSettings.t option;
    (*

    Include this setting to include Elemental Inference features in this channel.

    *)
}
Sourceval make : ?arn:??? -> ?cdiInputSpecification:??? -> ?channelClass:??? -> ?destinations:??? -> ?egressEndpoints:??? -> ?encoderSettings:??? -> ?id:??? -> ?inputAttachments:??? -> ?inputSpecification:??? -> ?logLevel:??? -> ?maintenance:??? -> ?name:??? -> ?pipelineDetails:??? -> ?pipelinesRunningCount:??? -> ?roleArn:??? -> ?state:??? -> ?tags:??? -> ?vpc:??? -> ?anywhereSettings:??? -> ?channelEngineVersion:??? -> ?linkedChannelSettings:??? -> ?channelSecurityGroups:??? -> ?inferenceSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `List of [> `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string ]) list ] list | `Map of ([> `String of string ] * [> `Structure of (string * [> `String of string ]) list ]) list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int ]) list ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Integer of int ]) list ]) list ]) list | `Timestamp of string ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of string | `Structure of (string * [> `Enum of string | `List of [> `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Enum of string | `Structure of (string * [> `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string ]) list ]) list ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `List of [> `Structure of (string * [> `Integer of int ]) list ] list ]) list ] list | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Enum of string | `String of string | `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Enum of string | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string ]) list ]) list ]) list | `Timestamp of string ]) 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