class Aws::MediaTailor::Types::UpdateVodSourceRequest

Updates a VOD source's configuration.

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

data as a hash:

    {
      http_package_configurations: [ # required
        {
          path: "__string", # required
          source_group: "__string", # required
          type: "DASH", # required, accepts DASH, HLS
        },
      ],
      source_location_name: "__string", # required
      vod_source_name: "__string", # required
    }

@!attribute [rw] http_package_configurations

An array of HTTP package configurations for the VOD source on this
account.
@return [Array<Types::HttpPackageConfiguration>]

@!attribute [rw] source_location_name

@return [String]

@!attribute [rw] vod_source_name

@return [String]

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

Constants

SENSITIVE