class Aws::MediaLive::Types::UpdateChannelClassRequest

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

data as a hash:

    {
      channel_class: "STANDARD", # required, accepts STANDARD, SINGLE_PIPELINE
      channel_id: "__string", # required
      destinations: [
        {
          id: "__string",
          media_package_settings: [
            {
              channel_id: "__stringMin1",
            },
          ],
          multiplex_settings: {
            multiplex_id: "__stringMin1",
            program_name: "__stringMin1",
          },
          settings: [
            {
              password_param: "__string",
              stream_name: "__string",
              url: "__string",
              username: "__string",
            },
          ],
        },
      ],
    }

@!attribute [rw] channel_class

A standard channel has two encoding pipelines and a single pipeline
channel only has one.
@return [String]

@!attribute [rw] channel_id

@return [String]

@!attribute [rw] destinations

@return [Array<Types::OutputDestination>]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannelClassRequest AWS API Documentation

Constants

SENSITIVE