Module Values.ChannelSummarySource

Placeholder documentation for ChannelSummary

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. id : string option;
    (*

    The unique id of the channel.

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

    List of input attachments for channel.

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

    Specification of network and file inputs for this channel

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

    The log level being written to CloudWatch Logs.

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

    Maintenance settings for this channel.

    *)
  11. name : string option;
    (*

    The name of the channel. (user-mutable)

    *)
  12. pipelinesRunningCount : int option;
    (*

    The number of currently healthy pipelines.

    *)
  13. roleArn : string option;
    (*

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

    *)
  14. state : ChannelState.t option;
  15. tags : Tags.t option;
    (*

    A collection of key-value pairs.

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

    Settings for any VPC outputs.

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

    AnywhereSettings settings for this channel.

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

    The engine version that you requested for this channel.

    *)
  19. usedChannelEngineVersions : ChannelEngineVersionResponse.t list option;
    (*

    The engine version that the running pipelines are using.

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

    Linked Channel Settings for this channel.

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

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

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

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

    *)
}
Sourceval make : ?arn:??? -> ?cdiInputSpecification:??? -> ?channelClass:??? -> ?destinations:??? -> ?egressEndpoints:??? -> ?id:??? -> ?inputAttachments:??? -> ?inputSpecification:??? -> ?logLevel:??? -> ?maintenance:??? -> ?name:??? -> ?pipelinesRunningCount:??? -> ?roleArn:??? -> ?state:??? -> ?tags:??? -> ?vpc:??? -> ?anywhereSettings:??? -> ?channelEngineVersion:??? -> ?usedChannelEngineVersions:??? -> ?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 | `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 ]) list | `Timestamp of string ]) 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 ] list | `String of string | `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `String of string ]) 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