class Aws::MediaTailor::Types::UpdateChannelRequest

Updates a channel's Outputs.

@note When making an API call, you may pass UpdateChannelRequest

data as a hash:

    {
      channel_name: "__string", # required
      outputs: [ # required
        {
          dash_playlist_settings: {
            manifest_window_seconds: 1,
            min_buffer_time_seconds: 1,
            min_update_period_seconds: 1,
            suggested_presentation_delay_seconds: 1,
          },
          hls_playlist_settings: {
            manifest_window_seconds: 1,
          },
          manifest_name: "__string", # required
          source_group: "__string", # required
        },
      ],
    }

@!attribute [rw] channel_name

@return [String]

@!attribute [rw] outputs

The channel's output properties.
@return [Array<Types::RequestOutputItem>]

@see docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/UpdateChannelRequest AWS API Documentation

Constants

SENSITIVE