Values.UpdateChannelResponseSourceUpdate the specified channel. You can edit if MediaPackage sends ingest or egress access logs to the CloudWatch log group, if content will be encrypted, the description on a channel, and your channel's policy settings. You can't edit the name of the channel or CloudFront distribution details. Any edits you make that impact the video output may not be reflected for a few minutes.
type nonrec t = {arn : String_.t option;The Amazon Resource Name (ARN) associated with the resource.
*)channelName : String_.t option;The name that describes the channel. The name is the primary identifier for the channel, and must be unique for your account in the AWS Region and channel group.
*)channelGroupName : String_.t option;The name that describes the channel group. The name is the primary identifier for the channel group, and must be unique for your account in the AWS Region.
*)createdAt : Timestamp.t option;The date and time the channel was created.
*)modifiedAt : Timestamp.t option;The date and time the channel was modified.
*)description : ResourceDescription.t option;The description for your channel.
*)ingestEndpoints : IngestEndpointList.t option;inputType : InputType.t option;The input type will be an immutable field which will be used to define whether the channel will allow CMAF ingest or HLS ingest. If unprovided, it will default to HLS to preserve current behavior. The allowed values are: HLS - The HLS streaming specification (which defines M3U8 manifests and TS segments). CMAF - The DASH-IF CMAF Ingest specification (which defines CMAF segments with optional DASH manifests).
*)eTag : EntityTag.t option;The current Entity Tag (ETag) associated with this resource. The entity tag can be used to safely make concurrent updates to the resource.
*)inputSwitchConfiguration : InputSwitchConfiguration.t option;The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive. This setting is valid only when InputType is CMAF.
*)outputHeaderConfiguration : OutputHeaderConfiguration.t option;The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN. This setting is valid only when InputType is CMAF.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of InputSwitchConfigurationPreferredInputInteger.t ])
list
| `Timestamp of Timestamp.t ])
list ]